Tests of module 'sys_time' in C++ mode.
[pspp] / ChangeLog
1 2010-03-07  Bruno Haible  <bruno@clisp.org>
2
3         Tests of module 'sys_time' in C++ mode.
4         * tests/test-sys_time-c++.cc: New file.
5         * modules/sys_time-tests (Files): Add it and tests/signature.h.
6         (Depends-on): Add ansi-c++-opt.
7         (Makefile.am): Arrange to compile and run test-sys_time-c++.
8         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
9         gl_MODULE_INDICATOR.
10
11         Tests of module 'sys_stat' in C++ mode.
12         * tests/test-sys_stat-c++.cc: New file.
13         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
14         (Depends-on): Add ansi-c++-opt.
15         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
16         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
17         gl_MODULE_INDICATOR.
18
19         Tests of module 'sys_socket' in C++ mode.
20         * tests/test-sys_socket-c++.cc: New file.
21         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
22         (Depends-on): Add ansi-c++-opt.
23         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
24         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
25         gl_MODULE_INDICATOR.
26
27         Tests of module 'sys_select' in C++ mode.
28         * tests/test-sys_select-c++.cc: New file.
29         * modules/sys_select-tests (Files): Add it and tests/signature.h.
30         (Depends-on): Add ansi-c++-opt.
31         (Makefile.am): Arrange to compile and run test-sys_select-c++.
32         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
33         gl_MODULE_INDICATOR.
34
35         Tests of module 'sys_ioctl' in C++ mode.
36         * tests/test-sys_ioctl-c++.cc: New file.
37         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
38         (Depends-on): Add ansi-c++-opt.
39         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
40         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
41         gl_MODULE_INDICATOR.
42
43         Tests of module 'string' in C++ mode.
44         * tests/test-string-c++.cc: New file.
45         * modules/string-tests (Files): Add it and tests/signature.h.
46         (Depends-on): Add ansi-c++-opt.
47         (Makefile.am): Arrange to compile and run test-string-c++.
48         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
49         gl_MODULE_INDICATOR.
50
51         Tests of module 'stdlib' in C++ mode.
52         * tests/test-stdlib-c++.cc: New file.
53         * modules/stdlib-tests (Files): Add it and tests/signature.h.
54         (Depends-on): Add ansi-c++-opt.
55         (Makefile.am): Arrange to compile and run test-stdlib-c++.
56         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
57         gl_MODULE_INDICATOR.
58
59         Tests of module 'stdio' in C++ mode.
60         * tests/test-stdio-c++.cc: New file.
61         * modules/stdio-tests (Files): Add it and tests/signature.h.
62         (Depends-on): Add ansi-c++-opt.
63         (Makefile.am): Arrange to compile and run test-stdio-c++.
64         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
65         gl_MODULE_INDICATOR.
66
67         Tests of module 'spawn' in C++ mode.
68         * tests/test-spawn-c++.cc: New file.
69         * modules/spawn-tests (Files): Add it and tests/signature.h.
70         (Depends-on): Add ansi-c++-opt.
71         (Makefile.am): Arrange to compile and run test-spawn-c++.
72         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
73         gl_MODULE_INDICATOR.
74
75         Tests of module 'signal' in C++ mode.
76         * tests/test-signal-c++.cc: New file.
77         * modules/signal-tests (Files): Add it and tests/signature.h.
78         (Depends-on): Add ansi-c++-opt.
79         (Makefile.am): Arrange to compile and run test-signal-c++.
80         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
81         gl_MODULE_INDICATOR.
82
83         Tests of module 'search' in C++ mode.
84         * tests/test-search-c++.cc: New file.
85         * modules/search-tests (Files): Add it and tests/signature.h.
86         (Depends-on): Add ansi-c++-opt.
87         (Makefile.am): Arrange to compile and run test-search-c++.
88         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
89         gl_MODULE_INDICATOR.
90
91         Tests of module 'math' in C++ mode.
92         * tests/test-math-c++.cc: New file.
93         * modules/math-tests (Files): Add it and tests/signature.h.
94         (Depends-on): Add ansi-c++-opt.
95         (Makefile.am): Arrange to compile and run test-math-c++.
96         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
97
98         Tests of module 'locale' in C++ mode.
99         * tests/test-locale-c++.cc: New file.
100         * modules/locale-tests (Files): Add it and tests/signature.h.
101         (Depends-on): Add ansi-c++-opt.
102         (Makefile.am): Arrange to compile and run test-locale-c++.
103         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
104         gl_MODULE_INDICATOR.
105
106         Tests of module 'langinfo' in C++ mode.
107         * tests/test-langinfo-c++.cc: New file.
108         * modules/langinfo-tests (Files): Add it and tests/signature.h.
109         (Depends-on): Add ansi-c++-opt.
110         (Makefile.am): Arrange to compile and run test-langinfo-c++.
111         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
112         gl_MODULE_INDICATOR.
113
114         Tests of module 'iconv-h' in C++ mode.
115         * tests/test-iconv-h-c++.cc: New file.
116         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
117         (Depends-on): Add ansi-c++-opt.
118         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
119
120         Tests of module 'glob' in C++ mode.
121         * tests/test-glob-c++.cc: New file.
122         * modules/glob-tests (Files): Add it.
123         (Depends-on): Add ansi-c++-opt.
124         (Makefile.am): Arrange to compile and run test-glob-c++.
125
126         Tests of module 'fcntl-h' in C++ mode.
127         * tests/test-fcntl-h-c++.cc: New file.
128         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
129         (Depends-on): Add ansi-c++-opt.
130         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
131         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
132         gl_MODULE_INDICATOR.
133
134         Tests of module 'dirent' in C++ mode.
135         * tests/test-dirent-c++.cc: New file.
136         * modules/dirent-tests (Files): Add it and tests/signature.h.
137         (Depends-on): Add ansi-c++-opt.
138         (Makefile.am): Arrange to compile and run test-dirent-c++.
139         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
140         gl_MODULE_INDICATOR.
141
142         New module 'ansi-c++-opt'.
143         * modules/ansi-c++-opt: New file.
144         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
145
146         Document C++ namespace mode.
147         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
148
149         wctype: Avoid #define replacements in C++ mode.
150         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
151         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
152         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
153         In C++, define a namespaced alias symbol.
154         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
155         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
156         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
157         rule.
158
159         wchar: Avoid #define replacements in C++ mode.
160         * lib/wchar.in.h: Include c++defs.h.
161         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
162         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
163         symbol.
164         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
165         * modules/wchar (Depends-on): Add c++defs.
166         (Makefile.am): Update wchar.h rule.
167
168         unistd: Avoid #define replacements in C++ mode.
169         * lib/unistd.in.h: Include c++defs.h.
170         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
171         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
172         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
173         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
174         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
175         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
176         symbol.
177         (environ): Update.
178         * modules/unistd (Depends-on): Add c++defs.
179         (Makefile.am): Update unistd.h rule.
180
181         time: Avoid #define replacements in C++ mode.
182         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
183         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
184         define a namespaced alias symbol.
185         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
186         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
187         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
188         * modules/time (Depends-on): Add c++defs, warn-on-use.
189         (Makefile.am): Update time.h rule.
190         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
191         * modules/nanosleep (configure.ac): Likewise.
192         * modules/strptime (configure.ac): Likewise.
193         * modules/timegm (configure.ac): Likewise.
194
195         sys_time: Avoid #define replacements in C++ mode.
196         * lib/sys_time.in.h: Include c++defs.h.
197         (gettimeofday): In C++, define a namespaced alias symbol.
198         * modules/sys_time (Depends-on): Add c++defs.
199         (Makefile.am): Update sys/time.h rule.
200
201         sys_stat: Avoid #define replacements in C++ mode.
202         * lib/sys_stat.in.h: Include c++defs.h.
203         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
204         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
205         namespaced alias symbol.
206         In C++, define a namespaced alias symbol.
207         * modules/sys_stat (Depends-on): Add c++defs.
208         (Makefile.am): Update sys/stat.h rule.
209
210         sys_socket: Avoid #define replacements in C++ mode.
211         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
212         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
213         definitions also when the system has a <sys/socket.h>.
214         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
215         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
216         In C++, define a namespaced alias symbol.
217         * modules/sys_socket (Depends-on): Add c++defs.
218         (Makefile.am): Update sys/socket.h rule.
219
220         sys_select: Avoid #define replacements in C++ mode.
221         * lib/sys_select.in.h: Include c++defs.h. Enable the function
222         definitions also when the system has a <sys/select.h>.
223         (select): In C++, define a namespaced alias symbol.
224         * modules/sys_select (Depends-on): Add c++defs.
225         (Makefile.am): Update sys/select.h rule.
226
227         sys_ioctl: Avoid #define replacements in C++ mode.
228         * lib/sys_ioctl.in.h: Include c++defs.h.
229         (ioctl): In C++, define a namespaced alias symbol.
230         * modules/sys_ioctl (Depends-on): Add c++defs.
231         (Makefile.am): Update sys/ioctl.h rule.
232
233         string: Avoid #define replacements in C++ mode.
234         * lib/string.in.h: Include c++defs.h.
235         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
236         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
237         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
238         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
239         strsignal, strverscmp): In C++, define a namespaced alias symbol.
240         * modules/string (Depends-on): Add c++defs.
241         (Makefile.am): Update string.h rule.
242
243         stdlib: Avoid #define replacements in C++ mode.
244         * lib/stdlib.in.h: Include c++defs.h.
245         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
246         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
247         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
248         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
249         symbol.
250         * modules/stdlib (Depends-on): Add c++defs.
251         (Makefile.am): Update stdlib.h rule.
252
253         stdio: Avoid #define replacements in C++ mode.
254         * lib/stdio.in.h: Include c++defs.h.
255         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
256         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
257         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
258         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
259         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
260         namespaced alias symbol.
261         * modules/stdio (Depends-on): Add c++defs.
262         (Makefile.am): Update stdio.h rule.
263
264         spawn: Avoid #define replacements in C++ mode.
265         * lib/spawn.in.h: Include c++defs.h.
266         (posix_spawn, posix_spawnp, posix_spawnattr_init,
267         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
268         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
269         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
270         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
271         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
272         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
273         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
274         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
275         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
276         In C++, define a namespaced alias symbol.
277         * modules/spawn (Depends-on): Add c++defs.
278         (Makefile.am): Update spawn.h rule.
279
280         signal: Avoid #define replacements in C++ mode.
281         * lib/signal.in.h: Include c++defs.h.
282         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
283         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
284         namespaced alias symbol.
285         * modules/signal (Depends-on): Add c++defs.
286         (Makefile.am): Update signal.h rule.
287
288         search: Avoid #define replacements in C++ mode.
289         * lib/search.in.h: Include c++defs.h.
290         (_gl_search_compar_fn, _gl_search_action_fn): New types.
291         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
292         symbol.
293         * modules/search (Depends-on): Add c++defs.
294         (Makefile.am): Update search.h rule.
295
296         math: Avoid #define replacements in C++ mode.
297         * lib/math.in.h: Include c++defs.h.
298         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
299         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
300         trunc, truncl): In C++, define a namespaced alias symbol.
301         * modules/math (Depends-on): Add c++defs.
302         (Makefile.am): Update math.h rule.
303
304         locale: Avoid #define replacements in C++ mode.
305         * lib/locale.in.h: Include c++defs.h.
306         (duplocale): In C++, define a namespaced alias symbol.
307         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
308         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
309         * modules/locale (Depends-on): Add c++defs.
310         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
311
312         langinfo: Avoid #define replacements in C++ mode.
313         * lib/langinfo.in.h: Include c++defs.h.
314         (nl_langinfo): In C++, define a namespaced alias symbol.
315         * modules/langinfo (Depends-on): Add c++defs.
316         (Makefile.am): Update langinfo.h rule.
317
318         iconv-h: Avoid #define replacements in C++ mode.
319         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
320         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
321         symbol.
322         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
323         whenever iconv is present.
324         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
325         (Makefile.am): Update iconv.h rule.
326
327         glob: Avoid #define replacements in C++ mode.
328         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
329         (_gl_glob_errfunc_fn): New type.
330         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
331         symbol.
332         * modules/glob (Depends-on): Add c++defs, warn-on-use.
333         (Makefile.am): Update glob.h rule.
334
335         fcntl-h: Avoid #define replacements in C++ mode.
336         * lib/fcntl.in.h: Include c++defs.h.
337         (fcntl, open, openat): In C++, define a namespaced alias symbol.
338         * modules/fcntl-h (Depends-on): Add c++defs.
339         (Makefile.am): Update fcntl.h rule.
340
341         dirent: Avoid #define replacements in C++ mode.
342         * lib/dirent.in.h: Include c++defs.h.
343         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
344         namespaced alias symbol.
345         (dirfd): Update declaration.
346         * modules/dirent (Depends-on): Add c++defs.
347         (Makefile.am): Update dirent.h rule.
348
349         ctype: Make it usable in C++ code.
350         * lib/ctype.in.h: Include c++defs.h.
351         (isblank): Declare as extern "C".
352         * modules/ctype (Depends-on): Add c++defs.
353         (Makefile.am): Update ctype.h rule.
354
355         New module 'c++defs'.
356         * modules/c++defs: New file.
357         * build-aux/c++defs.h: New file.
358         Reported by John W. Eaton <jwe@gnu.org>.
359
360 2010-03-07  Bruno Haible  <bruno@clisp.org>
361
362         logb: Provide missing declaration for Cygwin.
363         * lib/math.in.h (logb): New declaration.
364         * m4/logb.m4: New file.
365         * modules/logb (Files): Add m4/logb.m4.
366         (Depends-on): Add math.
367         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
368         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
369         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
370         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
371         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
372
373 2010-03-07  Bruno Haible  <bruno@clisp.org>
374
375         Fix test-cond link error.
376         * tests/test-cond.c: Include <stdio.h>.
377
378 2010-03-07  Bruno Haible  <bruno@clisp.org>
379
380         Fix test-dirent-safer link error.
381         * modules/dirent-safer-tests (Makefile.am): Define
382         test_dirent_safer_LDADD.
383
384 2010-03-07  Bruno Haible  <bruno@clisp.org>
385
386         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
387         among default module list.
388
389 2010-03-07  Bruno Haible  <bruno@clisp.org>
390
391         Fix link error on platforms with GNU libiconv.
392         * modules/unistr/u8-strcoll-tests (Makefile): Define
393         test_u8_strcoll_LDADD.
394         * modules/unistr/u16-strcoll-tests (Makefile): Define
395         test_u16_strcoll_LDADD.
396         * modules/unistr/u32-strcoll-tests (Makefile): Define
397         test_u32_strcoll_LDADD.
398
399 2010-03-07  Bruno Haible  <bruno@clisp.org>
400
401         Use POSIX declarations for socket functions.
402         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
403         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
404         rpl_sendto): Change declaration to match POSIX.
405         * lib/connect.c (rpl_connect): Likewise.
406         * lib/accept.c (rpl_accept): Likewise.
407         * lib/bind.c (rpl_bind): Likewise.
408         * lib/getpeername.c (rpl_getpeername): Likewise.
409         * lib/getsockname.c (rpl_getsockname): Likewise.
410         * lib/recv.c (rpl_recv): Likewise.
411         * lib/send.c (rpl_send): Likewise.
412         * lib/recvfrom.c (rpl_recvfrom): Likewise.
413         * lib/sendto.c (rpl_sendto): Likewise.
414
415 2010-03-06  Bruno Haible  <bruno@clisp.org>
416
417         Clarify access, euidaccess, faccessat.
418         * doc/posix-functions/faccessat.texi: Mention security problem under
419         "Other problems", not "Portability problems".
420         * doc/posix-functions/access.texi: Likewise. Mention a related security
421         problem.
422         * doc/glibc-functions/euidaccess.texi: Mention security problems.
423         * lib/euidaccess.c: Add comments about platforms.
424         * lib/unistd.in.h (access, euidaccess): Add warnings.
425
426 2010-03-07  Bruno Haible  <bruno@clisp.org>
427
428         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
429         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
430         (POSIX_SPAWN_SETSCHEDULER): Likewise.
431         (POSIX_SPAWN_USEVFORK): Define in a way that works when
432         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
433         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
434         declare when POSIX_SPAWN_SETSCHEDULER is zero.
435         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
436         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
437         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
438         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
439         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
440         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
441         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
442         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
443         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
444         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
445         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
446         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
447         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
448         Likewise.
449         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
450         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
451         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
452         Likewise.
453         * tests/test-spawn.c (main): Make it work when
454         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
455
456 2010-03-07  Bruno Haible  <bruno@clisp.org>
457
458         Fix incorrect Makefile.am generation in German locale.
459         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
460         Execute sed command with character range in C locale.
461
462 2010-03-06  Bruno Haible  <bruno@clisp.org>
463
464         Tests for module 'iconv-h'.
465         * modules/iconv-h-tests: New file.
466         * tests/test-iconv-h.c: New file.
467
468         New module 'iconv-h'.
469         * modules/iconv-h: New file.
470         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
471         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
472         (configure.ac): Remove gl_ICONV_H.
473         (Makefile.am): Remove rule for iconv.h.
474
475 2010-03-06  Bruno Haible  <bruno@clisp.org>
476
477         More consistent naming of *.m4 files.
478         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
479         * modules/wctype (Files): Update.
480
481         More consistent naming of *.m4 files.
482         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
483         * modules/wchar (Files): Update.
484
485 2010-03-06  Jim Meyering  <meyering@redhat.com>
486
487         euidaccess: relax license to LGPLv2+
488         * modules/euidaccess (License): Relax to LGPLv2+.
489
490 2010-03-06  Bruno Haible  <bruno@clisp.org>
491
492         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
493         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
494         (Makefile.am): Augment lib_SOURCES instead.
495
496 2010-03-04  Jim Meyering  <meyering@redhat.com>
497
498         utime: remove obsolete module
499         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
500         unnecessary for years, and has been marked as obsolete for 10 months.
501         * modules/utime: Remove file.
502         * lib/utime.c: Remove file.
503         * m4/utime.m4: Remove file.
504         * m4/utimes-null.m4: Remove file.
505         * doc/posix-functions/utime.texi (utime): Remove reference to
506         the module.  Move the sole "fixed by gnulib" item into the
507         "problems not fixed by Gnulib" list.
508         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
509
510 2010-03-05  Simon Josefsson  <simon@josefsson.org>
511
512         * modules/exit (License): Relax license to LGPLv2+.
513         (Status): Mark as obsolete.
514         * NEWS: Mention deprecated 'exit' module.
515         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
516         of now obsolete 'exit'.
517
518 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
519
520         fts-lgpl: remove unused module
521         * modules/fts-lgpl: Remove.
522         * MODULES.html.sh (func_all_modules): Adjust.
523         * check-module (find_included_lib_files): Adjust.
524         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
525
526 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
527
528         copy-acl: enhance Solaris ACL error handling
529         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
530         * lib/set-mode-acl.c (qset_acl): Likewise.
531
532 2010-03-02  Bruno Haible  <bruno@clisp.org>
533
534         spawn: Don't override the system defined values on FreeBSD 8.
535         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
536         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
537         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
538         if HAVE_POSIX_SPAWN is 1.
539         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
540
541 2010-03-01  Bruno Haible  <bruno@clisp.org>
542
543         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
544         regarding Automake.
545
546 2010-02-25  Bruno Haible  <bruno@clisp.org>
547
548         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
549         * gnulib-tool: Define 'echo' as a function only before the ksh alias
550         setting, not afterwards.
551         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
552
553 2010-02-24  Eric Blake  <eblake@redhat.com>
554
555         bootstrap, git-version-gen: use timestamp
556         * build-aux/git-version-gen (scriptversion): Force UTC.
557         * build-aux/bootstrap (scriptversion): New variable.
558
559         bootstrap: allow older git
560         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
561         older than 1.6.4.  Requested by the libvirt project.
562
563 2010-02-23  Eric Blake  <eblake@redhat.com>
564
565         warn-on-use: work with old autoconf
566         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
567         AS_VAR semantics of autoconf 2.60.
568         Reported by Bruno Haible.
569
570         bootstrap: improve some comments
571         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
572         clarification comments.
573
574         gettimeofday: provide correct function
575         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
576         when replacement is declared, otherwise provide gettimeofday.
577         Reported by Michael Goffioul.
578
579 2010-02-23  Jim Meyering  <meyering@redhat.com>
580
581         lib-ignore: relax license to "unlimited", not LGPLv2+
582         * modules/lib-ignore (License): Relax to "unlimited".
583
584 2010-02-23  Jim Meyering  <meyering@redhat.com>
585
586         lib-ignore: relax license to LGPLv2+
587         * modules/lib-ignore (License): Relax to LGPLv2+.
588
589 2010-02-22  Eric Blake  <eblake@redhat.com>
590
591         lseek: avoid bash 3.2 broken pipe bug
592         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
593         warning from bash 3.2.
594         Reported by Ben Pfaff, with analysis from Bruno Haible.
595
596         bootstrap: support non-FSF copyright holder
597         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
598         bootstrap.conf override of COPYRIGHT_HOLDER.
599         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
600
601         bootstrap: interoperate with gettext 0.14.1
602         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
603
604         bootstrap: allow for alternate submodule location
605         * build-aux/bootstrap (gnulib_path): New variable; use instead of
606         hardcoding submodule location.
607         (gnulib_mk): Allow direct use of Makefile.am.
608
609         bootstrap: use GNULIB_SRCDIR to reduce disk usage
610         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
611         rather than reconfiguring where the submodule points.
612
613         gettimeofday: restore support for platforms that lack function
614         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
615         replacement if function is missing.
616         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
617         * modules/sys_time (Makefile.am): Substitute it.
618         * lib/sys_time.in.h (gettimeofday): Check it.
619         Reported by Michael Goffioul.
620
621 2010-02-21  Bruno Haible  <bruno@clisp.org>
622
623         * lib/stdio.in.h (obstack_printf): Fix typo.
624
625 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
626
627         vc-list-files: use bzr ls's -R option
628         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
629         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
630
631 2010-02-21  Jim Meyering  <meyering@redhat.com>
632
633         init.sh: fix EXEEXT shims to work also for names like test-prog
634         * tests/init.sh: Re-exec a better shell, when needed.
635         If the current shell lacks support for posix $(...), an init.sh-using
636         test will now try to find a shell that supports that.  If EXEEXT is
637         nonempty, we also require support for hyphen-in-alias-name and shell
638         substitutions like ${var#glob}.  Failure to find such a shell results
639         in a skipped test.
640
641 2010-02-21  Bruno Haible  <bruno@clisp.org>
642
643         Really work around around "broken pipe" error message from bash 3.2.
644         * gnulib-tool (func_reset_sigpipe): Remove function.
645         (echo): In bash 3.2, define to a function that uses printf.
646         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
647
648 2010-02-20  Bruno Haible  <bruno@clisp.org>
649
650         Restore support for automake 1.9.6 with autoconf 2.61.
651         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
652         Reported by James Youngman <jay@gnu.org>.
653
654 2010-02-20  Bruno Haible  <bruno@clisp.org>
655
656         Improve *printf warning condition.
657         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
658         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
659         and the function is overridden due to SIGPIPE emulation.
660
661 2010-02-20  Bruno Haible  <bruno@clisp.org>
662
663         * lib/stdio.in.h: Tweak comments.
664
665 2010-02-19  Bruno Haible  <bruno@clisp.org>
666
667         Make it easier to find modules. New gnulib-tool option '--find'.
668         * gnulib-tool: New option --find.
669         (func_usage): Document it.
670         (func_sanitize_modulelist): New function, extracted from
671         func_all_modules.
672         (func_all_modules): Invoke it.
673         * doc/gnulib-tool.texi (Which modules?): New node.
674
675 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
676
677         * lib/sys_select.in.h: Provide select replacement even if
678         sys/select.h exists on a system, for Interix.
679
680 2010-02-18  Jim Meyering  <meyering@redhat.com>
681
682         init.sh: don't use $(...) just yet
683         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
684         to accommodate e.g., Solaris' /bin/sh.
685
686 2010-02-17  Bruno Haible  <bruno@clisp.org>
687
688         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
689         Reported by Ludovic Courtès <ludo@gnu.org>.
690
691 2010-02-16  Simon Josefsson  <simon@josefsson.org>
692
693         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
694         linking with -lintl.
695
696 2010-02-17  Simon Josefsson  <simon@josefsson.org>
697
698         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
699         if not provided by the system's netdb.h.  Reported by
700         ludo@gnu.org (Ludovic Courtès).
701
702 2010-02-15  Jim Meyering  <meyering@redhat.com>
703
704         init.sh: improve portability and efficiency
705         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
706         "dummy" in a for loop.
707         Use '!', not '^' to select the complement of a character set used
708         in a "case" statement.
709         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
710         Suggestions from Eric Blake.
711
712         init.sh: automatically accommodate programs with the .exe suffix
713         Automatically arrange for an invocation of "prog" to execute the
714         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
715         may use the simpler "prog", yet still work when built on a system
716         that requires specifying the added suffix.
717         Do this by constructing a function named "prog" that invokes
718         "prog.exe" for each .exe file in selected directories.
719         * tests/init.sh (find_exe_basenames_): New function.
720         (create_exe_shim_functions_): New function.
721         (path_prepend_): Use it.
722
723         maint.mk: mark syntax-check sc_*.m rules as .PHONY
724         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
725         "make -t syntax-check" doesn't create a ton of sc_*.m files.
726
727 2010-02-14  Jim Meyering  <meyering@redhat.com>
728
729         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
730         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
731         (sc_prohibit_hash_pjw_without_use): New rule.
732
733         maint.mk: allow the default upload destination dir to be overridden
734         * top/maint.mk (upload_dest_dir_): Define with a default that
735         preserves the status quo.
736         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
737         Reported by Peter Simons.
738
739         maint.mk: prohibit inclusion of "hash.h" without_use
740         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
741
742 2010-02-10  Jim Meyering  <meyering@redhat.com>
743
744         maint.mk: prohibit inclusion of "ignore-value.h" without_use
745         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
746
747 2010-02-09  Eric Blake  <ebb9@byu.net>
748         and Bruno Haible  <bruno@clisp.org>
749
750         obstack-printf-posix: ensure declaration
751         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
752         extracted from gl_FUNC_OBSTACK_PRINTF.
753         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
754         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
755         Likewise.
756         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
757         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
758         0.
759
760 2010-02-08  Bruno Haible  <bruno@clisp.org>
761
762         gnulib-tool: Fix typo in 2010-02-07 commit.
763         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
764         Reported by Eric Blake.
765
766 2010-02-07  Bruno Haible  <bruno@clisp.org>
767
768         gnulib-tool: Fix up caching patches.
769         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
770         option --no-cache. Use associative arrays when supported by the shell.
771         (sed_comments): New variable.
772         (modcache): Renamed from do_cache.
773         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
774         abbreviate unnecessarily.
775         (have_associative): New variable.
776         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
777         way also for ksh and zsh.
778         (func_init_sed_convert_to_cache_statements): New function, extracted
779         from func_cache_lookup_module. Add support for associative arrays.
780         Don't set the c_MODULE_cached variable here. Ignore all lines before
781         the first field header. Remove only the final newline, not all trailing
782         newlines. Support empty fields correctly. Limit the use of 'eval' to
783         assignments.
784         (func_get_description, func_get_status, func_get_notice,
785         func_get_applicability, func_get_filelist, func_get_dependencies,
786         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
787         func_get_automake_snippet, func_get_include_directive,
788         func_get_link_directive, func_get_license, func_get_maintainer):
789         Update documentation. List the unoptimized code first. Add support for
790         associative arrays. Limit the use of 'eval' to assignments.
791         (func_get_applicability): Undo stylistic pessimisations.
792         (func_get_automake_snippet, func_get_include_directive): Reduce code
793         duplication.
794         (func_modules_transitive_closure, func_modules_add_dummy,
795         func_modules_notice, func_modules_to_filelist, func_add_file,
796         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
797         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
798         func_create_testdir, func_create_megatestdir): Update documentation.
799
800 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
801
802         * gnulib-tool (func_cache_lookup_module): Store the module name
803         belonging to the cache variable; error out if two different
804         module names map to the same cache variable name.
805
806 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
807
808         gnulib-tool: Make caching optional.
809         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
810         Update matching short versions of --no-changelog.
811         (func_usage): Update.
812         (sed_extract_cache_prog): Renamed from ...
813         (sed_extract_prog): ... this; revert to old extraction script.
814         (func_get_description, func_get_status)
815         (func_get_notice, func_get_applicability, func_get_filelist)
816         (func_get_dependencies, func_get_autoconf_early_snippet)
817         (func_get_autoconf_snippet, func_get_automake_snippet)
818         (func_get_include_directive, func_get_link_directive)
819         (func_get_license, func_get_maintainer): If $do_cache is false,
820         use old, non-caching extraction scripts.
821         Suggestion by Bruno Haible.
822
823 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
824
825         gnulib-tool: cache module metainformation.
826         * gnulib-tool (sed_extract_prog): Match newline before each
827         header, and rewrite header to a shell variable suffix.
828         (func_cache_var, func_cache_lookup_module): New functions,
829         to turn a module name into a cache variable prefix, and to
830         look up and cache module metainformation.
831         (func_get_description, func_get_status)
832         (func_get_notice, func_get_applicability, func_get_filelist)
833         (func_get_dependencies, func_get_autoconf_early_snippet)
834         (func_get_autoconf_snippet, func_get_automake_snippet)
835         (func_get_include_directive, func_get_link_directive)
836         (func_get_license, func_get_maintainer): Use
837         func_cache_lookup_module.
838
839 2010-02-07  Bruno Haible  <bruno@clisp.org>
840
841         fnctl: Fix missing dependency.
842         * modules/fcntl (Depends-on): Add getdtablesize.
843         Reported by John W. Eaton <jwe@gnu.org>.
844
845 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
846
847         Argp: fix recognition of short alias options.
848
849         * lib/argp-parse.c (convert_options): Fix improper use of
850         `|' between character values.
851         * tests/test-argp.c (group1_option): New alias option
852         --read (-r).
853         (group1_parser): Special handling for 'r'.
854         (test15): New test case.
855         (test_fun): Add test15.
856         * tests/test-argp-2.sh: Update expected --help and --usage
857         outputs.
858
859 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
860
861         * tests/test-argp.c: Fix indentation.
862
863 2010-02-04  Eric Blake  <ebb9@byu.net>
864
865         gettimeofday: expose type of second argument
866         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
867         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
868         * tests/test-gettimeofday.c: Use it to silence warning.
869         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
870         the issue.
871
872 2010-02-03  Jim Meyering  <meyering@redhat.com>
873
874         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
875         * lib/regcomp.c (TYPE_SIGNED): Define.
876         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
877
878         regcomp.c: avoid a new -Wshadow warning
879         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
880
881 2010-02-01  Jim Meyering  <meyering@redhat.com>
882
883         removing useless parentheses in cpp #define directives
884         For motivation, see commit c0221df4, "define STREQ(a,b)
885         consistently, removing useless parentheses"
886         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
887         * lib/mountlist.c (MNT_IGNORE): Likewise.
888         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
889
890 2010-02-01  Eric Blake  <ebb9@byu.net>
891
892         sys_time: use link-warning
893         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
894         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
895         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
896         * modules/sys_time (Depends-on): Add warn-on-use.
897         (Makefile.am): Always build replacement.
898         (configure.ac): Update substitutions.
899         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
900         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
901         bother with SYS_TIME_H.
902         * modules/gettimeofday (configure.ac): Declare indicator.
903         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
904         in use.
905
906         closein-tests: silence compiler warning
907         * tests/test-closein.c (main): Ignore fread result.
908         * modules/closein-tests (Depends-on): Add ignore-value.
909
910         tests: silence warning about system return
911         * tests/test-areadlink-with-size.c (main): Ignore system result.
912         * tests/test-areadlink.c (main): Likewise.
913         * tests/test-areadlinkat-with-size.c (main): Likewise.
914         * tests/test-areadlinkat.c (main): Likewise.
915         * tests/test-canonicalize-lgpl.c (main): Likewise.
916         * tests/test-canonicalize.c (main): Likewise.
917         * tests/test-chown.c (main): Likewise.
918         * tests/test-fchownat.c (main): Likewise.
919         * tests/test-fdutimensat.c (main): Likewise.
920         * tests/test-fstatat.c (main): Likewise.
921         * tests/test-futimens.c (main): Likewise.
922         * tests/test-lchown.c (main): Likewise.
923         * tests/test-link.c (main): Likewise.
924         * tests/test-linkat.c (main): Likewise.
925         * tests/test-lstat.c (main): Likewise.
926         * tests/test-mkdir.c (main): Likewise.
927         * tests/test-mkdirat.c (main): Likewise.
928         * tests/test-mkfifo.c (main): Likewise.
929         * tests/test-mkfifoat.c (main): Likewise.
930         * tests/test-mknod.c (main): Likewise.
931         * tests/test-readlink.c (main): Likewise.
932         * tests/test-remove.c (main): Likewise.
933         * tests/test-rename.c (main): Likewise.
934         * tests/test-renameat.c (main): Likewise.
935         * tests/test-rmdir.c (main): Likewise.
936         * tests/test-symlink.c (main): Likewise.
937         * tests/test-symlinkat.c (main): Likewise.
938         * tests/test-unlink.c (main): Likewise.
939         * tests/test-unlinkat.c (main): Likewise.
940         * tests/test-utimens.c (main): Likewise.
941         * tests/test-utimensat.c (main): Likewise.
942         * modules/areadlink-tests (Depends-on): Add ignore-value.
943         * modules/areadlink-with-size-tests (Depends-on): Likewise.
944         * modules/areadlinkat-tests (Depends-on): Likewise.
945         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
946         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
947         * modules/canonicalize-tests (Depends-on): Likewise.
948         * modules/chown-tests (Depends-on): Likewise.
949         * modules/fdutimensat-tests (Depends-on): Likewise.
950         * modules/futimens-tests (Depends-on): Likewise.
951         * modules/lchown-tests (Depends-on): Likewise.
952         * modules/link-tests (Depends-on): Likewise.
953         * modules/linkat-tests (Depends-on): Likewise.
954         * modules/lstat-tests (Depends-on): Likewise.
955         * modules/mkdir-tests (Depends-on): Likewise.
956         * modules/mkfifo-tests (Depends-on): Likewise.
957         * modules/mkfifoat-tests (Depends-on): Likewise.
958         * modules/mknod-tests (Depends-on): Likewise.
959         * modules/openat-tests (Depends-on): Likewise.
960         * modules/readlink-tests (Depends-on): Likewise.
961         * modules/remove-tests (Depends-on): Likewise.
962         * modules/rename-tests (Depends-on): Likewise.
963         * modules/renameat-tests (Depends-on): Likewise.
964         * modules/rmdir-tests (Depends-on): Likewise.
965         * modules/symlink-tests (Depends-on): Likewise.
966         * modules/symlinkat-tests (Depends-on): Likewise.
967         * modules/unlink-tests (Depends-on): Likewise.
968         * modules/utimens-tests (Depends-on): Likewise.
969         * modules/utimensat-tests (Depends-on): Likewise.
970
971 2010-01-31  Bruno Haible  <bruno@clisp.org>
972
973         Perform the same test for many <math.h> functions.
974         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
975         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
976         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
977         of gl_MATHFUNC.
978         * modules/acos (configure.ac): Likewise.
979         * modules/asin (configure.ac): Likewise.
980         * modules/atan (configure.ac): Likewise.
981         * modules/atan2 (configure.ac): Likewise.
982         * modules/cbrt (configure.ac): Likewise.
983         * modules/copysign (configure.ac): Likewise.
984         * modules/cos (configure.ac): Likewise.
985         * modules/cosh (configure.ac): Likewise.
986         * modules/erf (configure.ac): Likewise.
987         * modules/erfc (configure.ac): Likewise.
988         * modules/exp (configure.ac): Likewise.
989         * modules/fmod (configure.ac): Likewise.
990         * modules/hypot (configure.ac): Likewise.
991         * modules/j0 (configure.ac): Likewise.
992         * modules/j1 (configure.ac): Likewise.
993         * modules/jn (configure.ac): Likewise.
994         * modules/lgamma (configure.ac): Likewise.
995         * modules/log (configure.ac): Likewise.
996         * modules/log10 (configure.ac): Likewise.
997         * modules/log1p (configure.ac): Likewise.
998         * modules/pow (configure.ac): Likewise.
999         * modules/remainder (configure.ac): Likewise.
1000         * modules/sin (configure.ac): Likewise.
1001         * modules/sinh (configure.ac): Likewise.
1002         * modules/tan (configure.ac): Likewise.
1003         * modules/tanh (configure.ac): Likewise.
1004         * modules/y0 (configure.ac): Likewise.
1005         * modules/y1 (configure.ac): Likewise.
1006         * modules/yn (configure.ac): Likewise.
1007         Suggested by Paolo Bonzini.
1008
1009 2010-01-31  Bruno Haible  <bruno@clisp.org>
1010
1011         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
1012
1013 2010-01-31  Bruno Haible  <bruno@clisp.org>
1014
1015         Work around getdelim() bug on FreeBSD 8.0.
1016         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
1017         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
1018         not work.
1019         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
1020         is 1.
1021         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
1022         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
1023         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
1024         a non-zero size.
1025         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
1026
1027 2010-01-31  Bruno Haible  <bruno@clisp.org>
1028
1029         Work around getline() bug on FreeBSD 8.0.
1030         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
1031         and a non-zero size.
1032         * tests/test-getline.c (main): Likewise.
1033         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
1034         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
1035
1036 2010-01-28  Eric Blake  <ebb9@byu.net>
1037
1038         regex: fix build failure
1039         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
1040         platforms.
1041
1042 2010-01-28  Jim Meyering  <meyering@redhat.com>
1043
1044         regex: do not ignore memory allocation failure
1045         * lib/regex_internal.c (create_cd_newstate): Detect
1046         re_node_set_init_copy failure.   Extracted from glibc commit
1047         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
1048
1049         regex: sync more white-space changes from libc
1050         * lib/regex_internal.c: White-space only changes.
1051         * lib/regexec.c: Likewise.
1052
1053         regex: add many uses of __attribute_warn_unused_result__
1054         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
1055         * lib/regexec.c: Likewise.
1056         Extracted from a messy glibc commit.
1057
1058         regcomp.c: spelling and merge-artifact from glibc
1059         * lib/regcomp.c: Merge remainder of glibc's
1060         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
1061
1062         regcomp.c: sync white-space changes from glibc
1063         * lib/regcomp.c: Merge to accommodate white space
1064         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
1065
1066         regcomp.c: do not ignore internal return values
1067         * lib/regcomp.c: Do not ignore internal return values.
1068         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
1069         but without its white-space changes and spelling fixes.
1070
1071         regex_internal.h: define __attribute_warn_unused_result__
1072         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
1073
1074         maint: add a syntax-check rule to check for vulnerable Makefile.in
1075         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
1076
1077 2010-01-27  Jim Meyering  <meyering@redhat.com>
1078
1079         ncftpput-ftp: clean up spaces
1080         * build-aux/ncftpput-ftp: Make Copyright line consistent.
1081         Remove trailing blanks.
1082
1083 2010-01-27  Simon Josefsson  <simon@josefsson.org>
1084
1085         * build-aux/git-version-gen: Fix copyright statement.
1086         * build-aux/gnupload: Likewise.
1087         * tests/test-arcfour.c: Likewise.
1088         * tests/test-arctwo.c: Likewise.
1089         * tests/test-count-one-bits.c: Likewise.
1090         * tests/test-crc.c: Likewise.
1091         * tests/test-des.c: Likewise.
1092         * tests/test-gc-arcfour.c: Likewise.
1093         * tests/test-gc-arctwo.c: Likewise.
1094         * tests/test-gc-des.c: Likewise.
1095         * tests/test-gc-hmac-md5.c: Likewise.
1096         * tests/test-gc-hmac-sha1.c: Likewise.
1097         * tests/test-gc-md2.c: Likewise.
1098         * tests/test-gc-md4.c: Likewise.
1099         * tests/test-gc-md5.c: Likewise.
1100         * tests/test-gc-pbkdf2-sha1.c: Likewise.
1101         * tests/test-gc-rijndael.c: Likewise.
1102         * tests/test-gc-sha1.c: Likewise.
1103         * tests/test-gc.c: Likewise.
1104         * tests/test-gethostname.c: Likewise.
1105         * tests/test-gettimeofday.c: Likewise.
1106         * tests/test-hash.c: Likewise.
1107         * tests/test-hmac-md5.c: Likewise.
1108         * tests/test-hmac-sha1.c: Likewise.
1109         * tests/test-md2.c: Likewise.
1110         * tests/test-md4.c: Likewise.
1111         * tests/test-md5.c: Likewise.
1112         * tests/test-memchr.c: Likewise.
1113         * tests/test-memchr2.c: Likewise.
1114         * tests/test-memcmp.c: Likewise.
1115         * tests/test-memmem.c: Likewise.
1116         * tests/test-memrchr.c: Likewise.
1117         * tests/test-rawmemchr.c: Likewise.
1118         * tests/test-read-file.c: Likewise.
1119         * tests/test-rijndael.c: Likewise.
1120         * tests/test-sockets.c: Likewise.
1121         * tests/test-strchrnul.c: Likewise.
1122         * tests/test-strstr.c: Likewise.
1123         * tests/test-strtod.c: Likewise.
1124         * build-aux/ncftpput-ftp: Likewise.
1125
1126 2010-01-26  Eric Blake  <ebb9@byu.net>
1127
1128         ignore-value: update recommended header name
1129         * modules/ignore-value (Include): Only use <> for headers that
1130         exist in glibc.
1131
1132 2010-01-26  Jim Meyering  <meyering@redhat.com>
1133
1134         test-userspec.c: avoid compiler warnings
1135         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
1136         and "initialization discards qualifiers..." warnings.
1137         Put the first "uid" in its own scope, and make char* members "const".
1138
1139 2010-01-25  Bruno Haible  <bruno@clisp.org>
1140
1141         gnulib-tool: Make warning diagnostics consistent.
1142         * gnulib-tool (func_warning): New function.
1143         Use it everywhere where gnulib-tool produces output to stderr and it is
1144         not a fatal error.
1145
1146 2010-01-25  Bruno Haible  <bruno@clisp.org>
1147
1148         Fix test dependencies.
1149         * modules/xstrtol-tests (Depends-on): Add inttypes.
1150         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
1151
1152 2010-01-25 Pádraig Brady <P@draigBrady.com>
1153
1154         syntax-check: detect incorrect boolean macro values in config.h
1155         * modules/maintainer-makefile (configure.ac): Parameterize the location
1156         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
1157         The logic is from Eric Blake and the location indicated by Jim Meyering.
1158         Note the more natural CONFIG_HEADER name is prohibited by automake
1159         for backwards compatibility reasons.
1160         * top/maint.mk (sc_Wundef_boolean): New rule.
1161
1162 2010-01-25  Jim Meyering  <meyering@redhat.com>
1163
1164         bootstrap: detect MacOS 10.6's shasum, too
1165         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
1166         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
1167
1168 2010-01-23  Jim Meyering  <meyering@redhat.com>
1169
1170         xstrtoll: new module
1171         * modules/xstrtoll: New file.
1172         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
1173         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
1174         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
1175         ./configure fails if you use this module and lack "long long".
1176         * modules/xstrtoll-tests: New module.
1177         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
1178         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
1179         new init.sh-based test framework.
1180
1181 2010-01-24  Bruno Haible  <bruno@clisp.org>
1182
1183         Tests for module 'yn'.
1184         * modules/yn-tests: New file.
1185         * tests/test-yn.c: New file.
1186
1187         Tests for module 'y1'.
1188         * modules/y1-tests: New file.
1189         * tests/test-y1.c: New file.
1190
1191         Tests for module 'y0'.
1192         * modules/y0-tests: New file.
1193         * tests/test-y0.c: New file.
1194
1195         Tests for module 'tanh'.
1196         * modules/tanh-tests: New file.
1197         * tests/test-tanh.c: New file.
1198
1199         Tests for module 'tan'.
1200         * modules/tan-tests: New file.
1201         * tests/test-tan.c: New file.
1202
1203         Tests for module 'sqrt'.
1204         * modules/sqrt-tests: New file.
1205         * tests/test-sqrt.c: New file.
1206
1207         Tests for module 'sinh'.
1208         * modules/sinh-tests: New file.
1209         * tests/test-sinh.c: New file.
1210
1211         Tests for module 'sin'.
1212         * modules/sin-tests: New file.
1213         * tests/test-sin.c: New file.
1214
1215         Tests for module 'rint'.
1216         * modules/rint-tests: New file.
1217         * tests/test-rint.c: New file.
1218
1219         Tests for module 'remainder'.
1220         * modules/remainder-tests: New file.
1221         * tests/test-remainder.c: New file.
1222
1223         Tests for module 'pow'.
1224         * modules/pow-tests: New file.
1225         * tests/test-pow.c: New file.
1226
1227         Tests for module 'nextafter'.
1228         * modules/nextafter-tests: New file.
1229         * tests/test-nextafter.c: New file.
1230
1231         Tests for module 'modf'.
1232         * modules/modf-tests: New file.
1233         * tests/test-modf.c: New file.
1234
1235         Tests for module 'logb'.
1236         * modules/logb-tests: New file.
1237         * tests/test-logb.c: New file.
1238
1239         Tests for module 'log1p'.
1240         * modules/log1p-tests: New file.
1241         * tests/test-log1p.c: New file.
1242
1243         Tests for module 'log10'.
1244         * modules/log10-tests: New file.
1245         * tests/test-log10.c: New file.
1246
1247         Tests for module 'log'.
1248         * modules/log-tests: New file.
1249         * tests/test-log.c: New file.
1250
1251         Tests for module 'lgamma'.
1252         * modules/lgamma-tests: New file.
1253         * tests/test-lgamma.c: New file.
1254
1255         Tests for module 'ldexp'.
1256         * modules/ldexp-tests: New file.
1257         * tests/test-ldexp.c: New file.
1258
1259         Tests for module 'jn'.
1260         * modules/jn-tests: New file.
1261         * tests/test-jn.c: New file.
1262
1263         Tests for module 'j1'.
1264         * modules/j1-tests: New file.
1265         * tests/test-j1.c: New file.
1266
1267         Tests for module 'j0'.
1268         * modules/j0-tests: New file.
1269         * tests/test-j0.c: New file.
1270
1271         Tests for module 'hypot'.
1272         * modules/hypot-tests: New file.
1273         * tests/test-hypot.c: New file.
1274
1275         Tests for module 'fmod'.
1276         * modules/fmod-tests: New file.
1277         * tests/test-fmod.c: New file.
1278
1279         Tests for module 'fabs'.
1280         * modules/fabs-tests: New file.
1281         * tests/test-fabs.c: New file.
1282
1283         Tests for module 'exp'.
1284         * modules/exp-tests: New file.
1285         * tests/test-exp.c: New file.
1286
1287         Tests for module 'erfc'.
1288         * modules/erfc-tests: New file.
1289         * tests/test-erfc.c: New file.
1290
1291         Tests for module 'erf'.
1292         * modules/erf-tests: New file.
1293         * tests/test-erf.c: New file.
1294
1295         Tests for module 'cosh'.
1296         * modules/cosh-tests: New file.
1297         * tests/test-cosh.c: New file.
1298
1299         Tests for module 'cos'.
1300         * modules/cos-tests: New file.
1301         * tests/test-cos.c: New file.
1302
1303         Tests for module 'copysign'.
1304         * modules/copysign-tests: New file.
1305         * tests/test-copysign.c: New file.
1306
1307         Tests for module 'cbrt'.
1308         * modules/cbrt-tests: New file.
1309         * tests/test-cbrt.c: New file.
1310
1311         Tests for module 'atan2'.
1312         * modules/atan2-tests: New file.
1313         * tests/test-atan2.c: New file.
1314
1315         Tests for module 'atan'.
1316         * modules/atan-tests: New file.
1317         * tests/test-atan.c: New file.
1318
1319         Tests for module 'asin'.
1320         * modules/asin-tests: New file.
1321         * tests/test-asin.c: New file.
1322
1323         Tests for module 'acos'.
1324         * modules/acos-tests: New file.
1325         * tests/test-acos.c: New file.
1326
1327 2010-01-24  Bruno Haible  <bruno@clisp.org>
1328
1329         Fix tests for common <math.h> functions.
1330         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
1331         code snippet that references the function pointer, rather than merely
1332         calling the function. Substitute the FUNC_LIBM variable.
1333         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
1334         * modules/acos (configure.ac): Likewise.
1335         * modules/asin (configure.ac): Likewise.
1336         * modules/atan (configure.ac): Likewise.
1337         * modules/atan2 (configure.ac): Likewise.
1338         * modules/cbrt (configure.ac): Likewise.
1339         * modules/copysign (configure.ac): Likewise.
1340         * modules/cos (configure.ac): Likewise.
1341         * modules/cosh (configure.ac): Likewise.
1342         * modules/erf (configure.ac): Likewise.
1343         * modules/erfc (configure.ac): Likewise.
1344         * modules/exp (configure.ac): Likewise.
1345         * modules/fabs (configure.ac): Likewise.
1346         * modules/fmod (configure.ac): Likewise.
1347         * modules/hypot (configure.ac): Likewise.
1348         * modules/j0 (configure.ac): Likewise.
1349         * modules/j1 (configure.ac): Likewise.
1350         * modules/jn (configure.ac): Likewise.
1351         * modules/ldexp (configure.ac): Likewise.
1352         * modules/lgamma (configure.ac): Likewise.
1353         * modules/log (configure.ac): Likewise.
1354         * modules/log10 (configure.ac): Likewise.
1355         * modules/log1p (configure.ac): Likewise.
1356         * modules/logb (configure.ac): Likewise.
1357         * modules/modf (configure.ac): Likewise.
1358         * modules/nextafter (configure.ac): Likewise.
1359         * modules/pow (configure.ac): Likewise.
1360         * modules/remainder (configure.ac): Likewise.
1361         * modules/rint (configure.ac): Likewise.
1362         * modules/sin (configure.ac): Likewise.
1363         * modules/sinh (configure.ac): Likewise.
1364         * modules/tan (configure.ac): Likewise.
1365         * modules/tanh (configure.ac): Likewise.
1366         * modules/y0 (configure.ac): Likewise.
1367         * modules/y1 (configure.ac): Likewise.
1368         * modules/yn (configure.ac): Likewise.
1369
1370 2010-01-24  Bruno Haible  <bruno@clisp.org>
1371
1372         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
1373         * tests/test-acosl.c (x): New variable.
1374         (main): Store argument in x and fetch it from x.
1375         * tests/test-asinl.c (x): New variable.
1376         (main): Store argument in x and fetch it from x.
1377         * tests/test-atanl.c (x): New variable.
1378         (main): Store argument in x and fetch it from x.
1379         * tests/test-cosl.c (x): New variable.
1380         (main): Store argument in x and fetch it from x.
1381         * tests/test-expl.c (x): New variable.
1382         (main): Store argument in x and fetch it from x.
1383         * tests/test-logl.c (x): New variable.
1384         (main): Store argument in x and fetch it from x.
1385         * tests/test-sinl.c (x): New variable.
1386         (main): Store argument in x and fetch it from x.
1387         * tests/test-sqrtl.c (x): New variable.
1388         (main): Store argument in x and fetch it from x.
1389         * tests/test-tanl.c (x): New variable.
1390         (main): Store argument in x and fetch it from x.
1391
1392 2010-01-24  Bruno Haible  <bruno@clisp.org>
1393
1394         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
1395         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
1396         assignments to the initial TESTS_ENVIRONMENT.
1397         * doc/gnulib.texi (Unit test modules): Document it.
1398         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
1399         TESTS_ENVIRONMENT.
1400         * modules/btowc-tests (Makefile.am): Likewise.
1401         * modules/c-stack-tests (Makefile.am): Likewise.
1402         * modules/c-strcase-tests (Makefile.am): Likewise.
1403         * modules/copy-file-tests (Makefile.am): Likewise.
1404         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
1405         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
1406         * modules/mbrtowc-tests (Makefile.am): Likewise.
1407         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1408         * modules/mbscasestr-tests (Makefile.am): Likewise.
1409         * modules/mbschr-tests (Makefile.am): Likewise.
1410         * modules/mbscspn-tests (Makefile.am): Likewise.
1411         * modules/mbsinit-tests (Makefile.am): Likewise.
1412         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1413         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
1414         * modules/mbspbrk-tests (Makefile.am): Likewise.
1415         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1416         * modules/mbsrchr-tests (Makefile.am): Likewise.
1417         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
1418         * modules/mbsspn-tests (Makefile.am): Likewise.
1419         * modules/mbsstr-tests (Makefile.am): Likewise.
1420         * modules/nl_langinfo-tests (Makefile.am): Likewise.
1421         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
1422         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1423         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1424         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1425         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1426         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
1427         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1428         * modules/wcrtomb-tests (Makefile.am): Likewise.
1429         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
1430         * modules/wcsrtombs-tests (Makefile.am): Likewise.
1431         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
1432         assignments from TESTS_ENVIRONMENT.
1433         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
1434         augmentation.
1435         * modules/argp-version-etc-tests (Makefile.am): Likewise.
1436         * modules/atexit-tests (Makefile.am): Likewise.
1437         * modules/binary-io-tests (Makefile.am): Likewise.
1438         * modules/closein-tests (Makefile.am): Likewise.
1439         * modules/dprintf-posix-tests (Makefile.am): Likewise.
1440         * modules/exclude-tests (Makefile.am): Likewise.
1441         * modules/fflush-tests (Makefile.am): Likewise.
1442         * modules/fpending-tests (Makefile.am): Likewise.
1443         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1444         * modules/freadahead-tests (Makefile.am): Likewise.
1445         * modules/freadptr-tests (Makefile.am): Likewise.
1446         * modules/freadseek-tests (Makefile.am): Likewise.
1447         * modules/fseek-tests (Makefile.am): Likewise.
1448         * modules/fseeko-tests (Makefile.am): Likewise.
1449         * modules/ftell-tests (Makefile.am): Likewise.
1450         * modules/ftello-tests (Makefile.am): Likewise.
1451         * modules/idpriv-drop-tests (Makefile.am): Likewise.
1452         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
1453         * modules/lseek-tests (Makefile.am): Likewise.
1454         * modules/parse-duration-tests (Makefile.am): Likewise.
1455         * modules/perror-tests (Makefile.am): Likewise.
1456         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
1457         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
1458         * modules/pipe-tests (Makefile.am): Likewise.
1459         * modules/pread-tests (Makefile.am): Likewise.
1460         * modules/printf-posix-tests (Makefile.am): Likewise.
1461         * modules/select-tests (Makefile.am): Likewise.
1462         * modules/sigpipe-tests (Makefile.am): Likewise.
1463         * modules/tsearch-tests (Makefile.am): Likewise.
1464         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
1465         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
1466         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1467         * modules/uniwidth/width-tests (Makefile.am): Likewise.
1468         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
1469         * modules/version-etc-tests (Makefile.am): Likewise.
1470         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1471         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1472         * modules/xalloc-die-tests (Makefile.am): Likewise.
1473         * modules/xprintf-posix-tests (Makefile.am): Likewise.
1474         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1475         * modules/xstrtol-tests (Makefile.am): Likewise.
1476         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1477         * modules/yesno-tests (Makefile.am): Likewise.
1478         Suggested by Jim Meyering.
1479
1480 2010-01-24  Bruno Haible  <bruno@clisp.org>
1481
1482         More documentation.
1483         * doc/gnulib.texi (Writing modules): New chapter.
1484         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
1485         the new chapter.
1486
1487 2010-01-24  Jim Meyering  <meyering@redhat.com>
1488
1489         maint.mk: do not prepend "./" after filtering
1490         * top/maint.mk (_prepend_srcdir_prefix): New variable
1491         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
1492         "./" when $(srcdir) is ".".
1493
1494         define STREQ(a,b) consistently, removing useless parentheses
1495         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
1496         since the only risk is that "a" or "b" contains an unparenthesized
1497         comma, but if either did that, STREQ would have 3 or more arguments.
1498         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
1499         * lib/fts.c (STREQ): Remove unnecessary parentheses.
1500         * lib/hash-triple.c (STREQ): Likewise.
1501         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
1502         * lib/getugroups.c (STREQ): Likewise.
1503
1504 2010-01-23  Jim Meyering  <meyering@redhat.com>
1505
1506         maint.mk: fix syntax-check in a non-srcdir build directory
1507         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
1508         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
1509
1510 2010-01-22  Jim Meyering  <meyering@redhat.com>
1511
1512         userspec: add unit tests
1513         * tests/test-userspec.c: New file.
1514         * modules/userspec-tests: Likewise.
1515
1516 2010-01-21  Jim Meyering  <meyering@redhat.com>
1517
1518         maint.mk: handle source file names containing "." robustly
1519         * top/maint.mk (_dot_escaped_srcdir): Define.
1520         (VC_LIST): Use it in LHS of sed substitution.
1521
1522 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
1523
1524         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
1525         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
1526         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
1527         from a non-srcdir build.
1528
1529 2010-01-20  Eric Blake  <ebb9@byu.net>
1530
1531         warn-on-use: use instead of link-warning
1532         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
1533         * modules/unistd (Depends-on, Makefile.am): Likewise.
1534         * modules/arpa_inet (Depends-on): Replace link-warning with
1535         warn-on-use.
1536         (Makefile.am): Update rules accordingly.
1537         * modules/ctype (Depends-on, Makefile.am): Likewise.
1538         * modules/dirent (Depends-on, Makefile.am): Likewise.
1539         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
1540         * modules/inttypes (Depends-on, Makefile.am): Likewise.
1541         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1542         * modules/locale (Depends-on, Makefile.am): Likewise.
1543         * modules/math (Depends-on, Makefile.am): Likewise.
1544         * modules/search (Depends-on, Makefile.am): Likewise.
1545         * modules/signal (Depends-on, Makefile.am): Likewise.
1546         * modules/spawn (Depends-on, Makefile.am): Likewise.
1547         * modules/stdlib (Depends-on, Makefile.am): Likewise.
1548         * modules/string (Depends-on, Makefile.am): Likewise.
1549         * modules/strings (Depends-on, Makefile.am): Likewise.
1550         * modules/sys_file (Depends-on, Makefile.am): Likewise.
1551         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
1552         * modules/sys_select (Depends-on, Makefile.am): Likewise.
1553         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
1554         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
1555         * modules/sys_times (Depends-on, Makefile.am): Likewise.
1556         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1557         * modules/wchar (Depends-on, Makefile.am): Likewise.
1558         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
1559         should be poisoned.
1560         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
1561         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
1562         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
1563         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1564         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1565         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1566         * m4/math_h.m4 (gl_MATH_H): Likewise.
1567         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1568         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1569         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1570         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1571         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1572         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1573         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
1574         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
1575         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
1576         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1577         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1578         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1579         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1580         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1581         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1582         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1583         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
1584         GL_LINK_WARNING.
1585         * lib/ctype.in.h: Likewise.
1586         * lib/dirent.in.h: Likewise.
1587         * lib/fcntl.in.h: Likewise.
1588         * lib/inttypes.in.h: Likewise.
1589         * lib/langinfo.in.h: Likewise.
1590         * lib/locale.in.h: Likewise.
1591         * lib/math.in.h: Likewise.
1592         * lib/search.in.h: Likewise.
1593         * lib/signal.in.h: Likewise.
1594         * lib/spawn.in.h: Likewise.
1595         * lib/stdio.in.h: Likewise.
1596         * lib/stdlib.in.h: Likewise.
1597         * lib/string.in.h: Likewise.
1598         * lib/strings.in.h: Likewise.
1599         * lib/sys_file.in.h: Likewise.
1600         * lib/sys_ioctl.in.h: Likewise.
1601         * lib/sys_select.in.h: Likewise.
1602         * lib/sys_socket.in.h: Likewise.
1603         * lib/sys_stat.in.h: Likewise.
1604         * lib/sys_times.in.h: Likewise.
1605         * lib/sys_utsname.in.h: Likewise.
1606         * lib/unistd.in.h: Likewise.
1607         * lib/wchar.in.h: Likewise.
1608
1609 2010-01-20  Bruno Haible  <bruno@clisp.org>
1610
1611         Avoid duplicate -lm.
1612         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
1613         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
1614         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
1615         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
1616         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
1617         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
1618         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
1619         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
1620         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
1621         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
1622         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
1623         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
1624         Reported by Paolo Bonzini.
1625
1626 2010-01-19  Bruno Haible  <bruno@clisp.org>
1627
1628         langinfo, nl_langinfo: Relicense under LGPLv2+.
1629         * modules/langinfo (License): Change to LGPLv2+.
1630         * modules/nl_langinfo (License): Likewise.
1631         Patch by David Lutterkort <lutter@redhat.com>.
1632
1633 2010-01-19  Bruno Haible  <bruno@clisp.org>
1634
1635         Avoid compilation error with cc on OSF/1 5.1.
1636         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
1637         statement, not before.
1638         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1639
1640 2010-01-18  Bruno Haible  <bruno@clisp.org>
1641
1642         Avoid a link error due to the __printf__ symbol.
1643         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
1644         and 2.6.x.
1645         (__format__, __printf__): Remove definitions.
1646         * lib/argp-fmtstream.h: Likewise.
1647         * lib/argp.h: Likewise.
1648         * lib/error.h: Likewise.
1649         * lib/vasnprintf.h: Likewise.
1650         * lib/xprintf.h: Likewise.
1651         * lib/xvasprintf.h: Likewise.
1652         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1653
1654 2010-01-18  Bruno Haible  <bruno@clisp.org>
1655
1656         Tests for module 'tanl'.
1657         * modules/tanl-tests: New file.
1658         * tests/test-tanl.c: New file.
1659
1660         Tests for module 'sqrtl'.
1661         * modules/sqrtl-tests: New file.
1662         * tests/test-sqrtl.c: New file.
1663
1664         Tests for module 'sinl'.
1665         * modules/sinl-tests: New file.
1666         * tests/test-sinl.c: New file.
1667
1668         Tests for module 'logl'.
1669         * modules/logl-tests: New file.
1670         * tests/test-logl.c: New file.
1671
1672         Tests for module 'expl'.
1673         * modules/expl-tests: New file.
1674         * tests/test-expl.c: New file.
1675
1676         Tests for module 'cosl'.
1677         * modules/cosl-tests: New file.
1678         * tests/test-cosl.c: New file.
1679
1680         Tests for module 'atanl'.
1681         * modules/atanl-tests: New file.
1682         * tests/test-atanl.c: New file.
1683
1684         Tests for module 'asinl'.
1685         * modules/asinl-tests: New file.
1686         * tests/test-asinl.c: New file.
1687
1688         Tests for module 'acosl'.
1689         * modules/acosl-tests: New file.
1690         * tests/test-acosl.c: New file.
1691
1692         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1693         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
1694         tanl): Use the standard gnulib idiom.
1695         * lib/cosl.c: Don't include trigl.c and sincosl.c.
1696         * lib/sinl.c: Likewise.
1697         * lib/tanl.c: Don't include trigl.c.
1698         (kernel_tanl): Make static.
1699         * lib/sincosl.c: Include trigl.h first.
1700         * lib/trigl.c: Likewise.
1701         * m4/acosl.m4: New file.
1702         * m4/asinl.m4: New file.
1703         * m4/atanl.m4: New file.
1704         * m4/cosl.m4: New file.
1705         * m4/expl.m4: New file.
1706         * m4/logl.m4: New file.
1707         * m4/sinl.m4: New file.
1708         * m4/sqrtl.m4: New file.
1709         * m4/tanl.m4: New file.
1710         * m4/mathl.m4: Remove file.
1711         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
1712         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1713         Don't initialize GNULIB_MATHL.
1714         * modules/acosl: New file.
1715         * modules/asinl: New file.
1716         * modules/atanl: New file.
1717         * modules/cosl: New file.
1718         * modules/expl: New file.
1719         * modules/logl: New file.
1720         * modules/sinl: New file.
1721         * modules/sqrtl: New file.
1722         * modules/tanl: New file.
1723         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
1724         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
1725         substitute GNULIB_MATHL.
1726         * modules/mathl: Rewritten.
1727         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
1728         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
1729         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
1730         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
1731         * doc/posix-functions/expl.texi: Mention the 'expl' module.
1732         * doc/posix-functions/logl.texi: Mention the 'logl' module.
1733         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
1734         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
1735         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
1736
1737 2010-01-18  Bruno Haible  <bruno@clisp.org>
1738
1739         sqrt: Make gl_FUNC_SQRT requirable.
1740         * m4/sqrt.m4: New file.
1741         * modules/sqrt (Files): Add it.
1742         (configure.ac): Invoke gl_FUNC_SQRT.
1743
1744 2010-01-18  Bruno Haible  <bruno@clisp.org>
1745
1746         New modules for common <math.h> functions.
1747         * m4/mathfunc.m4: New file.
1748         * modules/acos: New file.
1749         * modules/asin: New file.
1750         * modules/atan: New file.
1751         * modules/atan2: New file.
1752         * modules/cbrt: New file.
1753         * modules/copysign: New file.
1754         * modules/cos: New file.
1755         * modules/cosh: New file.
1756         * modules/erf: New file.
1757         * modules/erfc: New file.
1758         * modules/exp: New file.
1759         * modules/fabs: New file.
1760         * modules/fmod: New file.
1761         * modules/hypot: New file.
1762         * modules/j0: New file.
1763         * modules/j1: New file.
1764         * modules/jn: New file.
1765         * modules/ldexp: New file.
1766         * modules/lgamma: New file.
1767         * modules/log: New file.
1768         * modules/log10: New file.
1769         * modules/log1p: New file.
1770         * modules/logb: New file.
1771         * modules/modf: New file.
1772         * modules/nextafter: New file.
1773         * modules/pow: New file.
1774         * modules/remainder: New file.
1775         * modules/rint: New file.
1776         * modules/sin: New file.
1777         * modules/sinh: New file.
1778         * modules/sqrt: New file.
1779         * modules/tan: New file.
1780         * modules/tanh: New file.
1781         * modules/y0: New file.
1782         * modules/y1: New file.
1783         * modules/yn: New file.
1784         * doc/posix-functions/acos.texi: Mention the 'acos' module.
1785         * doc/posix-functions/asin.texi: Mention the 'asin' module.
1786         * doc/posix-functions/atan.texi: Mention the 'atan' module.
1787         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
1788         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
1789         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
1790         * doc/posix-functions/cos.texi: Mention the 'cos' module.
1791         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
1792         * doc/posix-functions/erf.texi: Mention the 'erf' module.
1793         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
1794         * doc/posix-functions/exp.texi: Mention the 'exp' module.
1795         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
1796         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
1797         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
1798         * doc/posix-functions/j0.texi: Mention the 'j0' module.
1799         * doc/posix-functions/j1.texi: Mention the 'j1' module.
1800         * doc/posix-functions/jn.texi: Mention the 'jn' module.
1801         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
1802         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
1803         * doc/posix-functions/log.texi: Mention the 'log' module.
1804         * doc/posix-functions/log10.texi: Mention the 'log10' module.
1805         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
1806         * doc/posix-functions/logb.texi: Mention the 'logb' module.
1807         * doc/posix-functions/modf.texi: Mention the 'modf' module.
1808         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
1809         * doc/posix-functions/pow.texi: Mention the 'pow' module.
1810         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
1811         * doc/posix-functions/rint.texi: Mention the 'rint' module.
1812         * doc/posix-functions/sin.texi: Mention the 'sin' module.
1813         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
1814         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
1815         * doc/posix-functions/tan.texi: Mention the 'tan' module.
1816         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
1817         * doc/posix-functions/y0.texi: Mention the 'y0' module.
1818         * doc/posix-functions/y1.texi: Mention the 'y1' module.
1819         * doc/posix-functions/yn.texi: Mention the 'yn' module.
1820
1821 2010-01-18  Jim Meyering  <meyering@redhat.com>
1822
1823         ignore-value: relax license to LGPLv2+
1824         * modules/ignore-value (License): Relax to LGPLv2+.
1825
1826         getdate: don't leak when TZ contains two or more '"'s
1827         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
1828         double quote in TZ after the first one.
1829
1830         readtokens: do not leak internal token_lengths buffer
1831         * lib/readtokens.c (readtokens): Free the local, lengths,
1832         when the supplied "token_lengths" parameter is NULL.
1833
1834 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1835
1836         Fix a couple of missing LIBTHREAD link failures on AIX.
1837         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
1838         $(LIBTHREAD).
1839         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
1840
1841         Link test-poll against INET_PTON_LIB.
1842         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
1843         for inet_pton on Solaris 10.
1844
1845 2010-01-17  Bruno Haible  <bruno@clisp.org>
1846
1847         unistdio/*-sprintf: Fix typo in module description.
1848         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
1849         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
1850         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
1851         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
1852         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
1853         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
1854         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
1855         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1856
1857 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1858
1859         gnulib-tool: fix filelist for AIX, HP-UX ksh.
1860         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
1861         variables in shell case patterns, for AIX and HP-UX ksh.
1862
1863         Split large sed scripts, for HP-UX sed.
1864         * modules/stdio: Split sed scripts around 50 sed commands,
1865         to avoid HP-UX limit of 99 commands, in the near future.
1866         * modules/string: Likewise.
1867         * modules/unistd: Likewise.
1868
1869         gnulib-tool: avoid writing in the current directory.
1870         * gnulib-tool (func_emit_lib_Makefile_am)
1871         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
1872         not in the current directory, so concurrent gnulib-tool
1873         instances do not interfere.
1874
1875 2010-01-16  Jim Meyering  <meyering@redhat.com>
1876
1877         doc: update users.txt
1878         * users.txt: Add grep.
1879         (diffutils, gzip): Update URLs.
1880
1881 2010-01-12  Bruno Haible  <bruno@clisp.org>
1882
1883         posix_spawn: Avoid test failure on Cygwin.
1884         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
1885         characters.
1886         Reported by Simon Josefsson.
1887
1888 2010-01-12  Bruno Haible  <bruno@clisp.org>
1889
1890         * tests/test-cond.c (main): When skipping the test, show the reason.
1891
1892 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1893
1894         * lib/striconv.c (str_cd_iconv): Avoid if before free.
1895
1896 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1897
1898         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
1899         VC_LIST_ALWAYS_EXCLUDE_REGEX.
1900
1901 2010-01-12  Eric Blake  <ebb9@byu.net>
1902
1903         build: guarantee AS_VAR_IF
1904         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
1905         (gl_AS_VAR_IF): Move...
1906         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
1907         Reported by Simon Josefsson.
1908
1909 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1910
1911         * lib/stdio.in.h: Fix typo.
1912
1913 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1914
1915         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
1916         libgpg-error.
1917
1918 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1919
1920         * tests/test-xalloc-die.sh: Use $EXEEXT.
1921
1922 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1923             Bruno Haible  <bruno@clisp.org>
1924
1925         getlogin, getlogin_r: Avoid test failure.
1926         * tests/test-getlogin.c: Include <stdio.h>.
1927         (main): Skip the test when the function fails because stdin is not a
1928         tty.
1929         * tests/test-getlogin_r.c: Include <stdio.h>.
1930         (main): Skip the test when the function fails because stdin is not a
1931         tty.
1932
1933 2010-01-11  Eric Blake  <ebb9@byu.net>
1934
1935         tests: avoid more large file warnings
1936         * tests/test-fflush.c: Avoid warning about ftell use.
1937         * tests/test-fseek.c: Avoid warning about fseek use.
1938
1939 2010-01-10  Bruno Haible  <bruno@clisp.org>
1940
1941         nproc: Work better on Linux when /proc and /sys are not mounted.
1942         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
1943         as lower bound when, on glibc/Linux systems,
1944         sysconf (_SC_NPROCESSORS_CONF) returns 1.
1945         Suggested by Pádraig Brady <P@draigbrady.com>.
1946         Reported by Dmitry V. Levin <ldv@altlinux.org>.
1947
1948         nproc: Refactor.
1949         * lib/nproc.c (num_processors_via_affinity_mask): New function,
1950         extracted from num_processors.
1951         (num_processors): Call it.
1952
1953 2010-01-11  Jim Meyering  <meyering@redhat.com>
1954
1955         utimecmp: avoid new warning from upcoming gcc-4.5.0
1956         * lib/utimecmp.c (BILLION): Define using #define rather than an
1957         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
1958
1959 2010-01-11  Eric Blake  <ebb9@byu.net>
1960
1961         math: add portability warnings for classification macros
1962         * modules/math (Depends-on): Add warn-on-use.
1963         (Makefile.am): Provide new substitutions.
1964         * m4/math_h.m4 (gl_MATH_H): Require inline.
1965         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
1966         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
1967         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
1968         implement warnings.
1969
1970         unistd: warn on use of environ without module
1971         * modules/unistd (Depends-on): Add warn-on-use.
1972         (Makefile.am): Provide new substitutions.
1973         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
1974         * lib/unistd.in.h (environ): Wrap with a warning helper function.
1975
1976         stdio: warn on suspicious uses
1977         * modules/stdio (Depends-on): Add warn-on-use.
1978         (Makefile.am): Provide new substitutions.
1979         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
1980         fseeko.
1981         * lib/stdio.in.h (gets): Always warn on use.
1982         (fseek, ftell): Adjust when warnings are issued, and honor
1983         _GL_NO_LARGE_FILES as a way to silence the warning.
1984         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
1985         any warning about large file offsets.
1986         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
1987         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
1988         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
1989         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
1990         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
1991         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
1992         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
1993         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
1994
1995         warn-on-use: new module
1996         * modules/warn-on-use: New file.
1997         * build-aux/warn-on-use.h: Likewise.
1998         * m4/warn-on-use.m4: Likewise.
1999         * MODULES.html.sh (Support for building): Mention it.
2000
2001 2010-01-10  Bruno Haible  <bruno@clisp.org>
2002
2003         Tests for module 'unistr/u32-strdup'.
2004         * modules/unistr/u32-strdup-tests: New file.
2005         * tests/unistr/test-u32-strdup.c: New file.
2006
2007         Tests for module 'unistr/u16-strdup'.
2008         * modules/unistr/u16-strdup-tests: New file.
2009         * tests/unistr/test-u16-strdup.c: New file.
2010
2011         Tests for module 'unistr/u8-strdup'.
2012         * modules/unistr/u8-strdup-tests: New file.
2013         * tests/unistr/test-u8-strdup.c: New file.
2014         * tests/unistr/test-strdup.h: New file.
2015
2016         Tests for module 'unistr/u32-strncmp'.
2017         * modules/unistr/u32-strncmp-tests: New file.
2018         * tests/unistr/test-u32-strncmp.c: New file.
2019
2020         Tests for module 'unistr/u16-strncmp'.
2021         * modules/unistr/u16-strncmp-tests: New file.
2022         * tests/unistr/test-u16-strncmp.c: New file.
2023
2024         Tests for module 'unistr/u8-strncmp'.
2025         * modules/unistr/u8-strncmp-tests: New file.
2026         * tests/unistr/test-u8-strncmp.c: New file.
2027         * tests/unistr/test-strncmp.h: New file.
2028
2029         Tests for module 'unistr/u32-strcoll'.
2030         * modules/unistr/u32-strcoll-tests: New file.
2031         * tests/unistr/test-u32-strcoll.c: New file.
2032
2033         Tests for module 'unistr/u16-strcoll'.
2034         * modules/unistr/u16-strcoll-tests: New file.
2035         * tests/unistr/test-u16-strcoll.c: New file.
2036
2037         Tests for module 'unistr/u8-strcoll'.
2038         * modules/unistr/u8-strcoll-tests: New file.
2039         * tests/unistr/test-u8-strcoll.c: New file.
2040
2041         Tests for module 'unistr/u32-strcmp'.
2042         * modules/unistr/u32-strcmp-tests: New file.
2043         * tests/unistr/test-u32-strcmp.c: New file.
2044         * tests/unistr/test-u32-strcmp.h: New file.
2045
2046         Tests for module 'unistr/u16-strcmp'.
2047         * modules/unistr/u16-strcmp-tests: New file.
2048         * tests/unistr/test-u16-strcmp.c: New file.
2049         * tests/unistr/test-u16-strcmp.h: New file.
2050
2051         Tests for module 'unistr/u8-strcmp'.
2052         * modules/unistr/u8-strcmp-tests: New file.
2053         * tests/unistr/test-u8-strcmp.c: New file.
2054         * tests/unistr/test-u8-strcmp.h: New file.
2055         * tests/unistr/test-strcmp.h: New file.
2056
2057         Tests for module 'unistr/u32-strncat'.
2058         * modules/unistr/u32-strncat-tests: New file.
2059         * tests/unistr/test-u32-strncat.c: New file.
2060
2061         Tests for module 'unistr/u16-strncat'.
2062         * modules/unistr/u16-strncat-tests: New file.
2063         * tests/unistr/test-u16-strncat.c: New file.
2064
2065         Tests for module 'unistr/u8-strncat'.
2066         * modules/unistr/u8-strncat-tests: New file.
2067         * tests/unistr/test-u8-strncat.c: New file.
2068         * tests/unistr/test-strncat.h: New file.
2069
2070         Tests for module 'unistr/u32-strcat'.
2071         * modules/unistr/u32-strcat-tests: New file.
2072         * tests/unistr/test-u32-strcat.c: New file.
2073
2074         Tests for module 'unistr/u16-strcat'.
2075         * modules/unistr/u16-strcat-tests: New file.
2076         * tests/unistr/test-u16-strcat.c: New file.
2077
2078         Tests for module 'unistr/u8-strcat'.
2079         * modules/unistr/u8-strcat-tests: New file.
2080         * tests/unistr/test-u8-strcat.c: New file.
2081         * tests/unistr/test-strcat.h: New file.
2082
2083         Tests for module 'unistr/u32-stpncpy'.
2084         * modules/unistr/u32-stpncpy-tests: New file.
2085         * tests/unistr/test-u32-stpncpy.c: New file.
2086
2087         Tests for module 'unistr/u16-stpncpy'.
2088         * modules/unistr/u16-stpncpy-tests: New file.
2089         * tests/unistr/test-u16-stpncpy.c: New file.
2090
2091         Tests for module 'unistr/u8-stpncpy'.
2092         * modules/unistr/u8-stpncpy-tests: New file.
2093         * tests/unistr/test-u8-stpncpy.c: New file.
2094         * tests/unistr/test-stpncpy.h: New file.
2095
2096         Tests for module 'unistr/u32-strncpy'.
2097         * modules/unistr/u32-strncpy-tests: New file.
2098         * tests/unistr/test-u32-strncpy.c: New file.
2099
2100         Tests for module 'unistr/u16-strncpy'.
2101         * modules/unistr/u16-strncpy-tests: New file.
2102         * tests/unistr/test-u16-strncpy.c: New file.
2103
2104         Tests for module 'unistr/u8-strncpy'.
2105         * modules/unistr/u8-strncpy-tests: New file.
2106         * tests/unistr/test-u8-strncpy.c: New file.
2107         * tests/unistr/test-strncpy.h: New file.
2108
2109         Tests for module 'unistr/u32-stpcpy'.
2110         * modules/unistr/u32-stpcpy-tests: New file.
2111         * tests/unistr/test-u32-stpcpy.c: New file.
2112
2113         Tests for module 'unistr/u16-stpcpy'.
2114         * modules/unistr/u16-stpcpy-tests: New file.
2115         * tests/unistr/test-u16-stpcpy.c: New file.
2116
2117         Tests for module 'unistr/u8-stpcpy'.
2118         * modules/unistr/u8-stpcpy-tests: New file.
2119         * tests/unistr/test-u8-stpcpy.c: New file.
2120         * tests/unistr/test-stpcpy.h: New file.
2121
2122         Tests for module 'unistr/u32-strcpy'.
2123         * modules/unistr/u32-strcpy-tests: New file.
2124         * tests/unistr/test-u32-strcpy.c: New file.
2125
2126         Tests for module 'unistr/u16-strcpy'.
2127         * modules/unistr/u16-strcpy-tests: New file.
2128         * tests/unistr/test-u16-strcpy.c: New file.
2129
2130         Tests for module 'unistr/u8-strcpy'.
2131         * modules/unistr/u8-strcpy-tests: New file.
2132         * tests/unistr/test-u8-strcpy.c: New file.
2133         * tests/unistr/test-strcpy.h: New file.
2134
2135         Tests for module 'unistr/u32-strnlen'.
2136         * modules/unistr/u32-strnlen-tests: New file.
2137         * tests/unistr/test-u32-strnlen.c: New file.
2138
2139         Tests for module 'unistr/u16-strnlen'.
2140         * modules/unistr/u16-strnlen-tests: New file.
2141         * tests/unistr/test-u16-strnlen.c: New file.
2142
2143         Tests for module 'unistr/u8-strnlen'.
2144         * modules/unistr/u8-strnlen-tests: New file.
2145         * tests/unistr/test-u8-strnlen.c: New file.
2146         * tests/unistr/test-strnlen.h: New file.
2147
2148         Tests for module 'unistr/u32-strlen'.
2149         * modules/unistr/u32-strlen-tests: New file.
2150         * tests/unistr/test-u32-strlen.c: New file.
2151
2152         Tests for module 'unistr/u16-strlen'.
2153         * modules/unistr/u16-strlen-tests: New file.
2154         * tests/unistr/test-u16-strlen.c: New file.
2155
2156         Tests for module 'unistr/u8-strlen'.
2157         * modules/unistr/u8-strlen-tests: New file.
2158         * tests/unistr/test-u8-strlen.c: New file.
2159
2160         Tests for module 'unistr/u32-prev'.
2161         * modules/unistr/u32-prev-tests: New file.
2162         * tests/unistr/test-u32-prev.c: New file.
2163
2164         Tests for module 'unistr/u16-prev'.
2165         * modules/unistr/u16-prev-tests: New file.
2166         * tests/unistr/test-u16-prev.c: New file.
2167
2168         Tests for module 'unistr/u8-prev'.
2169         * modules/unistr/u8-prev-tests: New file.
2170         * tests/unistr/test-u8-prev.c: New file.
2171
2172         Tests for module 'unistr/u32-next'.
2173         * modules/unistr/u32-next-tests: New file.
2174         * tests/unistr/test-u32-next.c: New file.
2175
2176         Tests for module 'unistr/u16-next'.
2177         * modules/unistr/u16-next-tests: New file.
2178         * tests/unistr/test-u16-next.c: New file.
2179
2180         Tests for module 'unistr/u8-next'.
2181         * modules/unistr/u8-next-tests: New file.
2182         * tests/unistr/test-u8-next.c: New file.
2183
2184         Tests for module 'unistr/u32-strmbtouc'.
2185         * modules/unistr/u32-strmbtouc-tests: New file.
2186         * tests/unistr/test-u32-strmbtouc.c: New file.
2187
2188         Tests for module 'unistr/u16-strmbtouc'.
2189         * modules/unistr/u16-strmbtouc-tests: New file.
2190         * tests/unistr/test-u16-strmbtouc.c: New file.
2191
2192         Tests for module 'unistr/u8-strmbtouc'.
2193         * modules/unistr/u8-strmbtouc-tests: New file.
2194         * tests/unistr/test-u8-strmbtouc.c: New file.
2195
2196         Tests for module 'unistr/u32-strmblen'.
2197         * modules/unistr/u32-strmblen-tests: New file.
2198         * tests/unistr/test-u32-strmblen.c: New file.
2199
2200         Tests for module 'unistr/u16-strmblen'.
2201         * modules/unistr/u16-strmblen-tests: New file.
2202         * tests/unistr/test-u16-strmblen.c: New file.
2203
2204         Tests for module 'unistr/u8-strmblen'.
2205         * modules/unistr/u8-strmblen-tests: New file.
2206         * tests/unistr/test-u8-strmblen.c: New file.
2207
2208         Tests for module 'unistr/u32-cpy-alloc'.
2209         * modules/unistr/u32-cpy-alloc-tests: New file.
2210         * tests/unistr/test-u32-cpy-alloc.c: New file.
2211
2212         Tests for module 'unistr/u16-cpy-alloc'.
2213         * modules/unistr/u16-cpy-alloc-tests: New file.
2214         * tests/unistr/test-u16-cpy-alloc.c: New file.
2215
2216         Tests for module 'unistr/u8-cpy-alloc'.
2217         * modules/unistr/u8-cpy-alloc-tests: New file.
2218         * tests/unistr/test-u8-cpy-alloc.c: New file.
2219         * tests/unistr/test-cpy-alloc.h: New file.
2220
2221         Tests for module 'unistr/u32-mbsnlen'.
2222         * modules/unistr/u32-mbsnlen-tests: New file.
2223         * tests/unistr/test-u32-mbsnlen.c: New file.
2224
2225         Tests for module 'unistr/u16-mbsnlen'.
2226         * modules/unistr/u16-mbsnlen-tests: New file.
2227         * tests/unistr/test-u16-mbsnlen.c: New file.
2228
2229         Tests for module 'unistr/u8-mbsnlen'.
2230         * modules/unistr/u8-mbsnlen-tests: New file.
2231         * tests/unistr/test-u8-mbsnlen.c: New file.
2232
2233         Tests for module 'unistr/u32-chr'.
2234         * modules/unistr/u32-chr-tests: New file.
2235         * tests/unistr/test-u32-chr.c: New file.
2236
2237         Tests for module 'unistr/u16-chr'.
2238         * modules/unistr/u16-chr-tests: New file.
2239         * tests/unistr/test-u16-chr.c: New file.
2240
2241         Tests for module 'unistr/u8-chr'.
2242         * modules/unistr/u8-chr-tests: New file.
2243         * tests/unistr/test-u8-chr.c: New file.
2244         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
2245
2246         Tests for module 'unistr/u32-cmp2'.
2247         * modules/unistr/u32-cmp2-tests: New file.
2248         * tests/unistr/test-u32-cmp2.c: New file.
2249
2250         Tests for module 'unistr/u16-cmp2'.
2251         * modules/unistr/u16-cmp2-tests: New file.
2252         * tests/unistr/test-u16-cmp2.c: New file.
2253
2254         Tests for module 'unistr/u8-cmp2'.
2255         * modules/unistr/u8-cmp2-tests: New file.
2256         * tests/unistr/test-u8-cmp2.c: New file.
2257         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
2258
2259         Tests for module 'unistr/u32-cmp'.
2260         * modules/unistr/u32-cmp-tests: New file.
2261         * tests/unistr/test-u32-cmp.c: New file.
2262
2263         Tests for module 'unistr/u16-cmp'.
2264         * modules/unistr/u16-cmp-tests: New file.
2265         * tests/unistr/test-u16-cmp.c: New file.
2266
2267         Tests for module 'unistr/u8-cmp'.
2268         * modules/unistr/u8-cmp-tests: New file.
2269         * tests/unistr/test-u8-cmp.c: New file.
2270         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
2271
2272         Tests for module 'unistr/u32-set'.
2273         * modules/unistr/u32-set-tests: New file.
2274         * tests/unistr/test-u32-set.c: New file.
2275
2276         Tests for module 'unistr/u16-set'.
2277         * modules/unistr/u16-set-tests: New file.
2278         * tests/unistr/test-u16-set.c: New file.
2279
2280         Tests for module 'unistr/u8-set'.
2281         * modules/unistr/u8-set-tests: New file.
2282         * tests/unistr/test-u8-set.c: New file.
2283         * tests/unistr/test-set.h: New file.
2284
2285         Tests for module 'unistr/u32-move'.
2286         * modules/unistr/u32-move-tests: New file.
2287         * tests/unistr/test-u32-move.c: New file.
2288
2289         Tests for module 'unistr/u16-move'.
2290         * modules/unistr/u16-move-tests: New file.
2291         * tests/unistr/test-u16-move.c: New file.
2292
2293         Tests for module 'unistr/u8-move'.
2294         * modules/unistr/u8-move-tests: New file.
2295         * tests/unistr/test-u8-move.c: New file.
2296         * tests/unistr/test-move.h: New file.
2297
2298         Tests for module 'unistr/u32-cpy'.
2299         * modules/unistr/u32-cpy-tests: New file.
2300         * tests/unistr/test-u32-cpy.c: New file.
2301
2302         Tests for module 'unistr/u16-cpy'.
2303         * modules/unistr/u16-cpy-tests: New file.
2304         * tests/unistr/test-u16-cpy.c: New file.
2305
2306         Tests for module 'unistr/u8-cpy'.
2307         * modules/unistr/u8-cpy-tests: New file.
2308         * tests/unistr/test-u8-cpy.c: New file.
2309         * tests/unistr/test-cpy.h: New file.
2310
2311 2010-01-09  Bruno Haible  <bruno@clisp.org>
2312
2313         Tests for module 'unistr/u32-uctomb'.
2314         * modules/unistr/u32-uctomb-tests: New file.
2315         * tests/unistr/test-u32-uctomb.c: New file.
2316
2317         Tests for module 'unistr/u16-uctomb'.
2318         * modules/unistr/u16-uctomb-tests: New file.
2319         * tests/unistr/test-u16-uctomb.c: New file.
2320
2321         Tests for module 'unistr/u8-uctomb'.
2322         * modules/unistr/u8-uctomb-tests: New file.
2323         * tests/unistr/test-u8-uctomb.c: New file.
2324
2325         Tests for module 'unistr/u32-mbtoucr'.
2326         * modules/unistr/u32-mbtoucr-tests: New file.
2327         * tests/unistr/test-u32-mbtoucr.c: New file.
2328
2329         Tests for module 'unistr/u16-mbtoucr'.
2330         * modules/unistr/u16-mbtoucr-tests: New file.
2331         * tests/unistr/test-u16-mbtoucr.c: New file.
2332
2333         Tests for module 'unistr/u8-mbtoucr'.
2334         * modules/unistr/u8-mbtoucr-tests: New file.
2335         * tests/unistr/test-u8-mbtoucr.c: New file.
2336
2337         Tests for module 'unistr/u32-mbtouc'.
2338         * modules/unistr/u32-mbtouc-tests: New file.
2339         * tests/unistr/test-u32-mbtouc.c: New file.
2340
2341         Tests for module 'unistr/u16-mbtouc'.
2342         * modules/unistr/u16-mbtouc-tests: New file.
2343         * tests/unistr/test-u16-mbtouc.c: New file.
2344
2345         Tests for module 'unistr/u8-mbtouc'.
2346         * modules/unistr/u8-mbtouc-tests: New file.
2347         * tests/unistr/test-u8-mbtouc.c: New file.
2348
2349         Tests for module 'unistr/u32-mbtouc-unsafe'.
2350         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
2351         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
2352         * tests/unistr/test-u32-mbtouc.h: New file.
2353
2354         Tests for module 'unistr/u16-mbtouc-unsafe'.
2355         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
2356         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
2357         * tests/unistr/test-u16-mbtouc.h: New file.
2358
2359         Tests for module 'unistr/u8-mbtouc-unsafe'.
2360         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
2361         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
2362         * tests/unistr/test-u8-mbtouc.h: New file.
2363
2364         Tests for module 'unistr/u32-mblen'.
2365         * modules/unistr/u32-mblen-tests: New file.
2366         * tests/unistr/test-u32-mblen.c: New file.
2367
2368         Tests for module 'unistr/u16-mblen'.
2369         * modules/unistr/u16-mblen-tests: New file.
2370         * tests/unistr/test-u16-mblen.c: New file.
2371
2372         Tests for module 'unistr/u8-mblen'.
2373         * modules/unistr/u8-mblen-tests: New file.
2374         * tests/unistr/test-u8-mblen.c: New file.
2375
2376         Tests for module 'unistr/u32-to-u16'.
2377         * modules/unistr/u32-to-u16-tests: New file.
2378         * tests/unistr/test-u32-to-u16.c: New file.
2379
2380         Tests for module 'unistr/u32-to-u8'.
2381         * modules/unistr/u32-to-u8-tests: New file.
2382         * tests/unistr/test-u32-to-u8.c: New file.
2383
2384         Tests for module 'unistr/u16-to-u32'.
2385         * modules/unistr/u16-to-u32-tests: New file.
2386         * tests/unistr/test-u16-to-u32.c: New file.
2387
2388         Tests for module 'unistr/u16-to-u8'.
2389         * modules/unistr/u16-to-u8-tests: New file.
2390         * tests/unistr/test-u16-to-u8.c: New file.
2391
2392         Tests for module 'unistr/u8-to-u32'.
2393         * modules/unistr/u8-to-u32-tests: New file.
2394         * tests/unistr/test-u8-to-u32.c: New file.
2395
2396         Tests for module 'unistr/u8-to-u16'.
2397         * modules/unistr/u8-to-u16-tests: New file.
2398         * tests/unistr/test-u8-to-u16.c: New file.
2399
2400         Tests for module 'unistr/u32-check'.
2401         * modules/unistr/u32-check-tests: New file.
2402         * tests/unistr/test-u32-check.c: New file.
2403
2404         Tests for module 'unistr/u16-check'.
2405         * modules/unistr/u16-check-tests: New file.
2406         * tests/unistr/test-u16-check.c: New file.
2407
2408         Tests for module 'unistr/u8-check'.
2409         * modules/unistr/u8-check-tests: New file.
2410         * tests/unistr/test-u8-check.c: New file.
2411
2412         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
2413         (category_equals): New function.
2414         (main): Add more tests.
2415         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
2416
2417         * tests/unictype/test-bidi_byname.c (main): Add more tests.
2418
2419 2010-01-10  Bruno Haible  <bruno@clisp.org>
2420
2421         unistr/u*-strcoll: Try harder to distinguish different strings.
2422         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
2423         compare s1 and s2 to see if they are different.
2424
2425 2010-01-10  Bruno Haible  <bruno@clisp.org>
2426
2427         unistr/u*-stpncpy: Fix the return value.
2428         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
2429         description of the return value consistent with stpncpy in glibc.
2430         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
2431         written non-NUL unit.
2432
2433 2010-01-10  Bruno Haible  <bruno@clisp.org>
2434
2435         unistr/u*-next: Add missing dependencies.
2436         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
2437         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
2438         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
2439
2440 2010-01-10  Bruno Haible  <bruno@clisp.org>
2441
2442         unistr/u8-mbsnlen: Fix return value for incomplete character.
2443         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
2444         u8_mblen.
2445         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
2446         Remove unistr/u8-mblen.
2447         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
2448         u16_mblen.
2449         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
2450         Remove unistr/u16-mblen.
2451
2452 2010-01-10  Bruno Haible  <bruno@clisp.org>
2453
2454         wchar: Fix compilation error when <wchar.h> is used from coreutils.
2455         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
2456         Reported by Brian Gough <bjg@gnu.org> and
2457         Chris Clayton <chris2553@googlemail.com> via
2458         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
2459
2460 2010-01-09  Bruno Haible  <bruno@clisp.org>
2461
2462         unistr/u16-to-u32: Reject invalid input.
2463         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
2464         u16_mbtouc.
2465         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
2466         Remove unistr/u16-mbtouc.
2467
2468         unistr/u16-to-u8: Reject invalid input.
2469         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
2470         u16_mbtouc.
2471         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
2472         Remove unistr/u16-mbtouc.
2473
2474         unistr/u8-to-u32: Reject invalid input.
2475         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
2476         u8_mbtouc.
2477         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
2478         Remove unistr/u8-mbtouc.
2479
2480         unistr/u8-to-u16: Reject invalid input.
2481         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
2482         u8_mbtouc.
2483         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
2484         Remove unistr/u8-mbtouc.
2485
2486 2010-01-09  Bruno Haible  <bruno@clisp.org>
2487
2488         Tests for module 'getlogin'.
2489         * modules/getlogin-tests: New file.
2490         * tests/test-getlogin.c: New file.
2491
2492         New module 'getlogin'.
2493         * lib/unistd.in.h (getlogin): New declaration.
2494         * lib/getlogin.c: New file.
2495         * m4/getlogin.m4: New file.
2496         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
2497         HAVE_GETLOGIN.
2498         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
2499         HAVE_GETLOGIN.
2500         * modules/getlogin: New file.
2501         * doc/posix-functions/getlogin.texi: Mention the new module.
2502         Reported by John W. Eaton <jwe@gnu.org>.
2503
2504 2010-01-09  Bruno Haible  <bruno@clisp.org>
2505
2506         getlogin_r: Support for native Windows.
2507         * lib/getlogin_r.c: Include <windows.h>
2508         (getlogin_r): Implement for native Windows.
2509         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
2510         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
2511         via John W. Eaton <jwe@gnu.org>.
2512
2513 2010-01-09  Bruno Haible  <bruno@clisp.org>
2514
2515         getlogin_r: Small fixes.
2516         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
2517         succeeds.
2518         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
2519         before testing whether getlogin_r is declared. No need to set
2520         HAVE_DECL_GETLOGIN_R to 1.
2521         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
2522
2523 2010-01-09  Bruno Haible  <bruno@clisp.org>
2524
2525         * lib/unistd.in.h (getlogin_r): Add comment.
2526
2527 2010-01-09  Bruno Haible  <bruno@clisp.org>
2528
2529         Tests for module 'getlogin_r'.
2530         * modules/getlogin_r-tests: New file.
2531         * tests/test-getlogin_r.c: New file.
2532
2533 2010-01-09  Jim Meyering  <meyering@redhat.com>
2534
2535         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
2536         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
2537         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
2538
2539 2010-01-08  Simon Josefsson  <simon@josefsson.org>
2540
2541         * lib/dup2.c (rpl_dup2): Improve comment.
2542
2543 2010-01-08  Eric Blake  <ebb9@byu.net>
2544
2545         maint.mk: allow packages to add makefile @@ exceptions
2546         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
2547         (sc_makefile_check): Rename...
2548         (sc_makefile_at_at_check): ...to this, and use hook.
2549
2550         dup2: work around mingw bug
2551         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
2552         Reported by Simon Josefsson.
2553
2554 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
2555
2556         glob: Fix C++ compilation.
2557         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
2558         C++.
2559
2560 2010-01-07  Bruno Haible  <bruno@clisp.org>
2561
2562         Fix indentation of wctype.in.h, broken since 2007-01-06.
2563         * lib/wctype.in.h: Fix indentation of preprocessor directives.
2564
2565 2010-01-07  Bruno Haible  <bruno@clisp.org>
2566
2567         mbslen: Avoid collision with system function.
2568         * lib/string.in.h [MirBSD]: Include <wchar.h>.
2569         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
2570         * m4/mbslen.m4: New file.
2571         * modules/mbslen (Files): Add it.
2572         (configure.ac): Invoke gl_MBSLEN.
2573         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
2574         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
2575         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
2576         via Ian Beckwith <ianb@erislabs.net>.
2577
2578 2010-01-07  Bruno Haible  <bruno@clisp.org>
2579
2580         dirent: Document the last fix.
2581         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
2582
2583 2010-01-07  Bruno Haible  <bruno@clisp.org>
2584
2585         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
2586         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
2587         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
2588         va_list are defined.
2589         * doc/posix-headers/stdio.texi: Document the bug of missing types.
2590         Reported by Eric Blake.
2591
2592 2010-01-07  Bruno Haible  <bruno@clisp.org>
2593
2594         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
2595         * modules/xlist (Depends-on): Add 'list',
2596         * modules/xoset (Depends-on): Add 'oset'.
2597         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2598
2599 2010-01-07  Bruno Haible  <bruno@clisp.org>
2600
2601         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
2602         * doc/posix-functions/strncasecmp.texi: Likewise.
2603
2604 2010-01-07  Bruno Haible  <bruno@clisp.org>
2605
2606         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
2607
2608 2010-01-07  John W. Eaton  <jwe@octave.org>
2609
2610         wctype: allow C++ use
2611         * lib/wctype.in.h: Add extern "C" block for C++.
2612
2613 2010-01-06  Eric Blake  <ebb9@byu.net>
2614
2615         maint.mk: detect incorrect GFDL usage
2616         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
2617
2618 2010-01-06  Jim Meyering  <meyering@redhat.com>
2619         and Eric Blake  <ebb9@byu.net>
2620
2621         maint.mk: ignore multi-line copyright in NEWS
2622         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
2623
2624 2010-01-06  Eric Blake  <ebb9@byu.net>
2625
2626         select: add missing dependency
2627         * modules/select-tests (Depends-on): Move sockets dependency...
2628         * modules/select (Depends-on): ...here.
2629         Reported by Ian Beckwith.
2630
2631         doc: regenerate INSTALL
2632         * doc/INSTALL: Reflect recent autoconf update.
2633         * doc/INSTALL.ISO: Likewise.
2634         * doc/INSTALL.UTF-8: Likewise.
2635
2636         pread: fix compilation on glibc
2637         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
2638         Reported by Ralf Wildenhues.
2639
2640         dirent: fix test failure
2641         * lib/dirent.in.h (includes): Guarantee ino_t.
2642         Reported by Ralf Wildenhues.
2643
2644 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
2645
2646         linkat, renameat: avoid bad free
2647         * lib/at-func2.c (at_func2): Fix typo.
2648         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
2649
2650 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2651
2652         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
2653         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
2654         to avoid failure of symlink test later.
2655
2656 2010-01-06  Eric Blake  <ebb9@byu.net>
2657
2658         stdio, unistd: guarantee ssize_t
2659         * lib/unistd.in.h (includes): Ensure that types required by POSIX
2660         2008 are exposed when needed.
2661         * lib/stdio.in.h (includes): Likewise.
2662         Reported by Ralf Wildenhues.
2663
2664 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
2665
2666         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
2667         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
2668         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
2669
2670 2010-01-06  Jim Meyering  <meyering@redhat.com>
2671
2672         readtokens: this module *does* require xalloc.h
2673         It uses only functions that were omitted by the old syntax-check rule.
2674         * lib/readtokens.c: Include "xalloc.h" once again.
2675         * modules/readtokens (Depends-on): Add xalloc.
2676         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
2677
2678 2010-01-05  Eric Blake  <ebb9@byu.net>
2679
2680         maint: support 'make announcement' from a VPATH build
2681         * top/maint.mk (announcement): Look for correct NEWS file.
2682
2683 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
2684
2685         utimens (fdutimens): ignore a negative FD, per contract
2686         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
2687         when we have a valid file descriptor.  Otherwise, using a brand
2688         new glibc (with just-patched futimens that now fails with EBADF)
2689         would cause this function to fail with ENOSYS.
2690         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
2691         See also http://bugzilla.redhat.com/552320.
2692
2693 2010-01-05  Eric Blake  <ebb9@byu.net>
2694
2695         strcase: document what it provides
2696         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
2697         gnulib module.
2698         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
2699         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
2700
2701 2010-01-05  Jim Meyering  <meyering@redhat.com>
2702
2703         maint: remove useless inclusions of "xalloc.h"
2704         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
2705         * lib/readtokens.c: Likewise.
2706         * lib/same.c: Likewise.
2707         * modules/getloadavg (Depends-on): Remove xalloc.
2708         * modules/readtokens: Likewise.
2709         * modules/same: Likewise.
2710
2711         maint.mk: include 4 more function names in alloca.h-checking regexp
2712         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
2713         regexp.  Before, we would give a false-positive (saying alloca.h
2714         is included unnecessarily) when the only uses involved omitted symbols.
2715
2716         xalloc.h: use consistent formatting
2717         * lib/xalloc.h: Move declarations to start in the first column.
2718
2719 2010-01-05  Eric Blake  <ebb9@byu.net>
2720
2721         mkdir: avoid xalloc
2722         * lib/mkdir.c (includes): Drop unused header.
2723         Reported by John W. Eaton.
2724
2725 2010-01-04  Jim Meyering  <meyering@redhat.com>
2726
2727         nl_langinfo: avoid configure-time syntax error
2728         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
2729         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
2730         the empty string.  Don't let that provoke a shell syntax error.
2731
2732         regcomp, regexec, fnmatch: avoid array bounds read error
2733         * lib/regcomp.c (build_equiv_class): From glibc:
2734         Use only the low 24 bits of a findidx return value as an index
2735         into the weights array.  Patch by Ulrich Drepper:
2736         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
2737         * lib/regexec.c (check_node_accept_bytes): Likewise.
2738         * lib/fnmatch_loop.c (FCT): Likewise.
2739
2740         regcomp: skip collseq lookup when there are no rules
2741         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
2742         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
2743
2744         regcomp: recognize ill-formed { } expressions
2745         * lib/regcomp.c (parse_dup_op): From glibc:
2746         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
2747
2748         regcomp: fix typo in comment
2749         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
2750         s/satisfy/satisfies/.
2751
2752         regcomp: sync from glibc: remove dead store
2753         * lib/regcomp.c (duplicate_node_closure): Remove useless
2754         search_duplicated_node call and dead store.
2755
2756         regcomp: sync from glibc; always use nl_langinfo
2757         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
2758         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
2759         * modules/regex (Depends-on): Add nl_langinfo.
2760
2761 2010-01-04  Eric Blake  <ebb9@byu.net>
2762
2763         fdopendir: fix configure test
2764         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
2765
2766 2010-01-01  Bruno Haible  <bruno@clisp.org>
2767
2768         wchar: Remove unused configure check.
2769         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
2770
2771 2010-01-01  Eric Blake  <ebb9@byu.net>
2772
2773         headers: make check of system header explicit
2774         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
2775         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
2776         ourselves.
2777         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2778         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2779         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2780         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
2781         internals.
2782         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
2783         missing.
2784         Suggested by Bruno Haible.
2785
2786 2010-01-01  Jim Meyering  <meyering@redhat.com>
2787
2788         ChangeLog: tweak to eliminate unnecessary copyright line
2789         * ChangeLog: Remove a copyright line that was mistakenly updated
2790         by today's update-copyright run.  Reported by Eric Blake.
2791
2792         test-update-copyright: don't let envvar setting cause test failure
2793         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2794
2795 2010-01-01  Bruno Haible  <bruno@clisp.org>
2796
2797         localename: Avoid gcc warning.
2798         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
2799         function if it is not used.
2800
2801 2010-01-01  Jim Meyering  <meyering@redhat.com>
2802
2803         update nearly all FSF copyright year lists to include 2010
2804         Use the same procedure as for 2009, outlined in
2805         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2806
2807         version-etc: set COPYRIGHT_YEAR to 2010
2808         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
2809
2810 2009-12-31  Eric Blake  <ebb9@byu.net>
2811
2812         doc: correct availability of cygwin 1.5.x getopt
2813         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
2814         variables.
2815         * doc/posix-functions/opterr.texi (opterr): Likewise.
2816         * doc/posix-functions/optind.texi (optind): Likewise.
2817         * doc/posix-functions/optopt.texi (optopt): Likewise.
2818         * doc/posix-functions/tzname.texi (tzname): Likewise.
2819
2820         openat: update maintainer
2821         * modules/openat (Maintainer): Add myself.
2822
2823         utimens: avoid shadowing warning
2824         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
2825         buffers into one, to avoid shadowing, as well as avoiding a
2826         redundant stat.
2827         Reported by Jim Meyering.
2828
2829         test-dup2: avoid compiler warning
2830         * tests/test-dup2.c (is_inheritable): Only define if used.
2831
2832 2010-01-01  Bruno Haible  <bruno@clisp.org>
2833
2834         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
2835         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
2836         defined, use wctomb instead of wcrtomb.
2837
2838 2010-01-01  Bruno Haible  <bruno@clisp.org>
2839
2840         iconv: Reject native Solaris iconv.
2841         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
2842         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
2843
2844 2009-12-31  Bruno Haible  <bruno@clisp.org>
2845
2846         * tests/test-signal.c (main): Remove test of 'SIG'.
2847
2848 2009-12-31  Bruno Haible  <bruno@clisp.org>
2849
2850         spawn: Fix incomplete fix.
2851         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2852         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2853         warnings for GNULIB_POSIXCHECK again.
2854         Reported by Eric Blake.
2855
2856 2009-12-31  Bruno Haible  <bruno@clisp.org>
2857
2858         Avoid namespace pollution on glibc systems.
2859         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
2860         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
2861         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
2862         glibc systems.
2863
2864 2009-12-31  Bruno Haible  <bruno@clisp.org>
2865
2866         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
2867         (gl_REPLACE_WCHAR_H): Turn into a no-op.
2868         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
2869         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
2870         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
2871         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
2872         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
2873
2874 2009-12-31  Bruno Haible  <bruno@clisp.org>
2875
2876         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2877         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
2878         afterwards.
2879
2880 2009-12-31  Bruno Haible  <bruno@clisp.org>
2881
2882         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
2883         SYS_UTSNAME_H.
2884
2885 2009-12-31  Bruno Haible  <bruno@clisp.org>
2886
2887         spawn: Fix misapplied patch.
2888         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2889         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2890         warnings for GNULIB_POSIXCHECK.
2891
2892 2009-12-31  Bruno Haible  <bruno@clisp.org>
2893
2894         times: Update after sys_times changed.
2895         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
2896         * modules/times (Files): Add it.
2897         (configure.ac): Invoke gl_FUNC_TIMES.
2898
2899 2009-12-31  Bruno Haible  <bruno@clisp.org>
2900
2901         Use AC_C_INLINE where necessary.
2902         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
2903         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2904         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
2905         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2906         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2907         * m4/mbiter.m4 (gl_MBITER): Likewise.
2908         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2909         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
2910         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
2911         * modules/u64 (configure.ac): Likewise.
2912
2913 2009-12-31  Bruno Haible  <bruno@clisp.org>
2914
2915         Use AC_C_INLINE instead of module 'inline' where possible.
2916         * modules/inline (Description): Clarify purpose.
2917         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
2918         * modules/count-one-bits (Depends-on): Remove inline.
2919         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
2920         * modules/openat (Depends-on): Remove inline.
2921         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
2922         instead of depending on module 'inline'.
2923         * modules/filevercmp (Depends-on, configure.ac): Likewise.
2924         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
2925         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
2926         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
2927         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
2928         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
2929         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
2930         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
2931         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
2932         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
2933         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
2934         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
2935         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
2936         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
2937         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
2938         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
2939         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
2940         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
2941         Likewise.
2942         * modules/unictype/property-ascii-hex-digit (Depends-on,
2943         configure.ac): Likewise.
2944         * modules/unictype/property-bidi-arabic-digit (Depends-on,
2945         configure.ac): Likewise.
2946         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
2947         configure.ac): Likewise.
2948         * modules/unictype/property-bidi-block-separator (Depends-on,
2949         configure.ac): Likewise.
2950         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
2951         configure.ac): Likewise.
2952         * modules/unictype/property-bidi-common-separator (Depends-on,
2953         configure.ac): Likewise.
2954         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
2955         Likewise.
2956         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
2957         configure.ac): Likewise.
2958         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
2959         configure.ac): Likewise.
2960         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
2961         configure.ac): Likewise.
2962         * modules/unictype/property-bidi-european-digit (Depends-on,
2963         configure.ac): Likewise.
2964         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
2965         configure.ac): Likewise.
2966         * modules/unictype/property-bidi-left-to-right (Depends-on,
2967         configure.ac): Likewise.
2968         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
2969         configure.ac): Likewise.
2970         * modules/unictype/property-bidi-other-neutral (Depends-on,
2971         configure.ac): Likewise.
2972         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
2973         Likewise.
2974         * modules/unictype/property-bidi-segment-separator (Depends-on,
2975         configure.ac): Likewise.
2976         * modules/unictype/property-bidi-whitespace (Depends-on,
2977         configure.ac): Likewise.
2978         * modules/unictype/property-combining (Depends-on, configure.ac):
2979         Likewise.
2980         * modules/unictype/property-composite (Depends-on, configure.ac):
2981         Likewise.
2982         * modules/unictype/property-currency-symbol (Depends-on,
2983         configure.ac): Likewise.
2984         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
2985         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
2986         Likewise.
2987         * modules/unictype/property-default-ignorable-code-point (Depends-on,
2988         configure.ac): Likewise.
2989         * modules/unictype/property-deprecated (Depends-on, configure.ac):
2990         Likewise.
2991         * modules/unictype/property-diacritic (Depends-on, configure.ac):
2992         Likewise.
2993         * modules/unictype/property-extender (Depends-on, configure.ac):
2994         Likewise.
2995         * modules/unictype/property-format-control (Depends-on, configure.ac):
2996         Likewise.
2997         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
2998         Likewise.
2999         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
3000         Likewise.
3001         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
3002         Likewise.
3003         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
3004         Likewise.
3005         * modules/unictype/property-hyphen (Depends-on, configure.ac):
3006         Likewise.
3007         * modules/unictype/property-id-continue (Depends-on, configure.ac):
3008         Likewise.
3009         * modules/unictype/property-id-start (Depends-on, configure.ac):
3010         Likewise.
3011         * modules/unictype/property-ideographic (Depends-on, configure.ac):
3012         Likewise.
3013         * modules/unictype/property-ids-binary-operator (Depends-on,
3014         configure.ac): Likewise.
3015         * modules/unictype/property-ids-trinary-operator (Depends-on,
3016         configure.ac): Likewise.
3017         * modules/unictype/property-ignorable-control (Depends-on,
3018         configure.ac): Likewise.
3019         * modules/unictype/property-iso-control (Depends-on, configure.ac):
3020         Likewise.
3021         * modules/unictype/property-join-control (Depends-on, configure.ac):
3022         Likewise.
3023         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
3024         Likewise.
3025         * modules/unictype/property-line-separator (Depends-on, configure.ac):
3026         Likewise.
3027         * modules/unictype/property-logical-order-exception (Depends-on,
3028         configure.ac): Likewise.
3029         * modules/unictype/property-lowercase (Depends-on, configure.ac):
3030         Likewise.
3031         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
3032         * modules/unictype/property-non-break (Depends-on, configure.ac):
3033         Likewise.
3034         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
3035         Likewise.
3036         * modules/unictype/property-numeric (Depends-on, configure.ac):
3037         Likewise.
3038         * modules/unictype/property-other-alphabetic (Depends-on,
3039         configure.ac): Likewise.
3040         * modules/unictype/property-other-default-ignorable-code-point
3041         (Depends-on, configure.ac): Likewise.
3042         * modules/unictype/property-other-grapheme-extend (Depends-on,
3043         configure.ac): Likewise.
3044         * modules/unictype/property-other-id-continue (Depends-on,
3045         configure.ac): Likewise.
3046         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
3047         Likewise.
3048         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
3049         Likewise.
3050         * modules/unictype/property-other-math (Depends-on, configure.ac):
3051         Likewise.
3052         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
3053         Likewise.
3054         * modules/unictype/property-paired-punctuation (Depends-on,
3055         configure.ac): Likewise.
3056         * modules/unictype/property-paragraph-separator (Depends-on,
3057         configure.ac): Likewise.
3058         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
3059         Likewise.
3060         * modules/unictype/property-pattern-white-space (Depends-on,
3061         configure.ac): Likewise.
3062         * modules/unictype/property-private-use (Depends-on, configure.ac):
3063         Likewise.
3064         * modules/unictype/property-punctuation (Depends-on, configure.ac):
3065         Likewise.
3066         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
3067         Likewise.
3068         * modules/unictype/property-radical (Depends-on, configure.ac):
3069         Likewise.
3070         * modules/unictype/property-sentence-terminal (Depends-on,
3071         configure.ac): Likewise.
3072         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
3073         Likewise.
3074         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
3075         * modules/unictype/property-terminal-punctuation (Depends-on,
3076         configure.ac): Likewise.
3077         * modules/unictype/property-titlecase (Depends-on, configure.ac):
3078         Likewise.
3079         * modules/unictype/property-unassigned-code-value (Depends-on,
3080         configure.ac): Likewise.
3081         * modules/unictype/property-unified-ideograph (Depends-on,
3082         configure.ac): Likewise.
3083         * modules/unictype/property-uppercase (Depends-on, configure.ac):
3084         Likewise.
3085         * modules/unictype/property-variation-selector (Depends-on,
3086         configure.ac): Likewise.
3087         * modules/unictype/property-white-space (Depends-on, configure.ac):
3088         Likewise.
3089         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
3090         Likewise.
3091         * modules/unictype/property-xid-start (Depends-on, configure.ac):
3092         Likewise.
3093         * modules/unictype/property-zero-width (Depends-on, configure.ac):
3094         Likewise.
3095         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
3096         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
3097         Likewise.
3098
3099 2009-12-31  Bruno Haible  <bruno@clisp.org>
3100
3101         Remove unnecessary AC_C_INLINE invocation.
3102         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
3103         since 2009-08-21.
3104
3105 2009-12-31  Jim Meyering  <meyering@redhat.com>
3106
3107         maint.mk: don't require explicit gpg_key_ID in cfg.mk
3108         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
3109         With this change, we can all remove the gpg_key_ID = ... definition
3110         from our respective cfg.mk files.
3111
3112         maint.mk: create announcement template in ~/, not in /tmp
3113         * top/maint.mk (emit_upload_commands): Adjust.
3114         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
3115         Remove temporary file, .ci-msg.
3116
3117 2009-12-31  Eric Blake  <ebb9@byu.net>
3118
3119         link-warning: always build headers with link warnings
3120         * modules/arpa_inet (Makefile.am): Always build replacement
3121         header.
3122         * modules/ctype (Makefile.am): Likewise.
3123         * modules/dirent (Makefile.am): Likewise.
3124         * modules/inttypes (Makefile.am): Likewise.
3125         * modules/langinfo (Makefile.am): Likewise.
3126         * modules/locale (Makefile.am): Likewise.
3127         * modules/spawn (Makefile.am): Likewise.
3128         * modules/sys_file (Makefile.am): Likewise.
3129         * modules/sys_ioctl (Makefile.am): Likewise.
3130         * modules/sys_select (Makefile.am): Likewise.
3131         * modules/sys_socket (Makefile.am): Likewise.
3132         * modules/sys_times (Makefile.am): Likewise.
3133         * modules/sys_utsname (Makefile.am): Likewise.
3134         * modules/sys_wait (Makefile.am): Likewise.
3135         * modules/wchar (Makefile.am): Likewise.
3136         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
3137         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
3138         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
3139         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
3140         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
3141         Likewise.
3142         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3143         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3144         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
3145         Likewise.
3146         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
3147         Likewise.
3148         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
3149         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
3150         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
3151         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3152         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3153         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
3154         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
3155         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
3156         (gl_WCHAR_H_DEFAULTS): Likewise.
3157
3158 2009-12-31  Eric Blake  <ebb9@byu.net>
3159
3160         signal, spawn: use link warnings
3161         * lib/signal.in.h (sigset_t): Make unconditional.
3162         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
3163         (sigpending, sigprocmask, sigaction): Add link warnings.
3164         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
3165         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
3166         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
3167         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
3168         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
3169         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
3170         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
3171         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
3172         (posix_spawn_file_actions_destroy)
3173         (posix_spawn_file_actions_addopen)
3174         (posix_spawn_file_actions_addclose)
3175         (posix_spawwn_file_actions_adddup2): Likewise.
3176         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
3177         * tests/test-signal.c (main): Enhance test.
3178
3179         spawn: improve wrapper support
3180         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
3181         (gl_SPAWN_H_DEFAULTS): New defaults.
3182         * modules/spawn (Makefile.am): Substitute them.
3183         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
3184         Only declare if missing or broken.
3185
3186         sys_times, sys_utsname: use include_next
3187         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
3188         header.
3189         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
3190         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
3191         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
3192         * modules/sys_times (Depends-on): Add include_next.
3193         (Makefile.am): Substitute additional values.
3194         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3195         * lib/sys_times.in.h (includes): Include native header, if
3196         available.
3197         * lib/sys_utsname.in.h (includes): Likewise.
3198         * tests/test-sys_times.c (main): Enhance test.
3199
3200         fdutimensat: revert prior patch
3201         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
3202         utimens.h.
3203         Reported by Bruno Haible.
3204
3205 2009-12-30  Eric Blake  <ebb9@byu.net>
3206
3207         sys_wait: drop link-warning dependency
3208         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
3209         link-warning efforts.
3210         * lib/sys_wait.in.h: Likewise.
3211
3212         fdutimensat: remove bogus dependency
3213         * modules/fdutimensat (Depends-on): Drop inline.
3214
3215         unistd: fix typo
3216         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
3217
3218 2009-12-30  Bruno Haible  <bruno@clisp.org>
3219
3220         Fix compilation error with Solaris cc.
3221         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
3222         * lib/unicase/u16-is-invariant.c: Likewise.
3223         * lib/unicase/u32-is-invariant.c: Likewise.
3224         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3225
3226 2009-12-30  Bruno Haible  <bruno@clisp.org>
3227
3228         Fix test crash.
3229         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
3230         locales.
3231         Reported by Simon Josefsson <simon@josefsson.org>.
3232
3233 2009-12-30  Bruno Haible  <bruno@clisp.org>
3234
3235         Fix compilation error on most platforms.
3236         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
3237         Reported by Simon Josefsson <simon@josefsson.org>
3238         and Nelson H. F. Beebe <beebe@math.utah.edu>.
3239
3240 2009-12-30  Eric Blake  <ebb9@byu.net>
3241
3242         futimens, utimensat: work around ntfs-3g bug
3243         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
3244         a ctime bug is present, and expand workaround to cover ntfs-3g.
3245         * lib/utimens.c (fdutimens, lutimens): Likewise.
3246         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
3247         (validate_timespec): Adjust return value.
3248         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
3249         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
3250         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
3251
3252 2009-12-29  Eric Blake  <ebb9@byu.net>
3253
3254         link-warning: make usage consistent
3255         * modules/ctype (Depends-on): Add link-warning.
3256         (Makefile.am): Update rules accordingly.
3257         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3258         * modules/locale (Depends-on, Makefile.am): Likewise.
3259         * modules/sys_file (Makefile.am): Likewise.
3260         * modules/getopt-posix (Makefile.am): Delete unused link warning
3261         efforts.
3262         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
3263         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
3264         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
3265         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
3266
3267         stdio: remove unused variables
3268         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
3269         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
3270         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
3271
3272         tests: test more substitute headers
3273         * modules/ctype-tests: New file.
3274         * modules/dirent-tests: Likewise.
3275         * modules/spawn-tests: Likewise.
3276         * modules/sys_file-tests: Likewise.
3277         * modules/sys_ioctl-tests: Likewise.
3278         * modules/sys_wait-tests: Likewise.
3279         * tests/test-ctype.c: Likewise.
3280         * tests/test-dirent.c: Likewise.
3281         * tests/test-spawn.c: Likewise.
3282         * tests/test-sys_file.c: Likewise.
3283         * tests/test-sys_ioctl.c: Likewise.
3284         * tests/test-sys_wait.c: Likewise.
3285         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
3286         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
3287         whether or not flock is in use.
3288
3289         tests: remove License section from module
3290         * modules/arpa_inet-tests: Remove unneeded section.
3291         * modules/byteswap-tests: Likewise.
3292         * modules/ceilf-tests: Likewise.
3293         * modules/ceill-tests: Likewise.
3294         * modules/crypto/des-tests: Likewise.
3295         * modules/crypto/gc-arcfour-tests: Likewise.
3296         * modules/crypto/gc-arctwo-tests: Likewise.
3297         * modules/crypto/gc-des-tests: Likewise.
3298         * modules/crypto/gc-hmac-md5-tests: Likewise.
3299         * modules/crypto/gc-hmac-sha1-tests: Likewise.
3300         * modules/crypto/gc-md2-tests: Likewise.
3301         * modules/crypto/gc-md4-tests: Likewise.
3302         * modules/crypto/gc-md5-tests: Likewise.
3303         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
3304         * modules/crypto/gc-rijndael-tests: Likewise.
3305         * modules/crypto/gc-sha1-tests: Likewise.
3306         * modules/crypto/gc-tests: Likewise.
3307         * modules/crypto/md2-tests: Likewise.
3308         * modules/crypto/md4-tests: Likewise.
3309         * modules/fcntl-h-tests: Likewise.
3310         * modules/floorf-tests: Likewise.
3311         * modules/floorl-tests: Likewise.
3312         * modules/frexp-nolibm-tests: Likewise.
3313         * modules/frexp-tests: Likewise.
3314         * modules/frexpl-nolibm-tests: Likewise.
3315         * modules/frexpl-tests: Likewise.
3316         * modules/getaddrinfo-tests: Likewise.
3317         * modules/inttypes-tests: Likewise.
3318         * modules/isfinite-tests: Likewise.
3319         * modules/isinf-tests: Likewise.
3320         * modules/ldexpl-tests: Likewise.
3321         * modules/locale-tests: Likewise.
3322         * modules/math-tests: Likewise.
3323         * modules/netdb-tests: Likewise.
3324         * modules/netinet_in-tests: Likewise.
3325         * modules/printf-frexp-tests: Likewise.
3326         * modules/printf-frexpl-tests: Likewise.
3327         * modules/priv-set-tests: Likewise.
3328         * modules/random_r-tests: Likewise.
3329         * modules/round-tests: Likewise.
3330         * modules/roundf-tests: Likewise.
3331         * modules/roundl-tests: Likewise.
3332         * modules/search-tests: Likewise.
3333         * modules/select-tests: Likewise.
3334         * modules/signal-tests: Likewise.
3335         * modules/stdbool-tests: Likewise.
3336         * modules/stddef-tests: Likewise.
3337         * modules/stdint-tests: Likewise.
3338         * modules/stdio-tests: Likewise.
3339         * modules/stdlib-tests: Likewise.
3340         * modules/string-tests: Likewise.
3341         * modules/strings-tests: Likewise.
3342         * modules/sys_select-tests: Likewise.
3343         * modules/sys_socket-tests: Likewise.
3344         * modules/sys_stat-tests: Likewise.
3345         * modules/sys_time-tests: Likewise.
3346         * modules/sys_utsname-tests: Likewise.
3347         * modules/sysexits-tests: Likewise.
3348         * modules/time-tests: Likewise.
3349         * modules/trunc-tests: Likewise.
3350         * modules/truncf-tests: Likewise.
3351         * modules/truncl-tests: Likewise.
3352         * modules/tsearch-tests: Likewise.
3353         * modules/unistd-tests: Likewise.
3354         * modules/wchar-tests: Likewise.
3355         * modules/wctype-tests: Likewise.
3356
3357         tests: fix license on several tests
3358         * tests/test-des.c: Update to GPLv3+.
3359         * tests/test-flock.c: Likewise.
3360         * tests/test-fsync.c: Likewise.
3361         * tests/test-futimens.h: Likewise.
3362         * tests/test-gc-arcfour.c: Likewise.
3363         * tests/test-gc-arctwo.c: Likewise.
3364         * tests/test-gc-des.c: Likewise.
3365         * tests/test-gc-hmac-md5.c: Likewise.
3366         * tests/test-gc-hmac-sha1.c: Likewise.
3367         * tests/test-gc-md2.c: Likewise.
3368         * tests/test-gc-md4.c: Likewise.
3369         * tests/test-gc-md5.c: Likewise.
3370         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3371         * tests/test-gc-rijndael.c: Likewise.
3372         * tests/test-gc-sha1.c: Likewise.
3373         * tests/test-gc.c: Likewise.
3374         * tests/test-getcwd.c: Likewise.
3375         * tests/test-link.c: Likewise.
3376         * tests/test-link.h: Likewise.
3377         * tests/test-lutimens.h: Likewise.
3378         * tests/test-md2.c: Likewise.
3379         * tests/test-md4.c: Likewise.
3380         * tests/test-mkdir.h: Likewise.
3381         * tests/test-rename.c: Likewise.
3382         * tests/test-rename.h: Likewise.
3383         * tests/test-safe-alloc.c: Likewise.
3384         * tests/test-utimens-common.h: Likewise.
3385         * tests/test-utimens.h: Likewise.
3386
3387         maint: sync license texts
3388         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
3389         * doc/gpl-3.0.texi: Revert copyright year update.
3390         * doc/lgpl-3.0.texi: Likewise.
3391
3392 2009-12-29  Jim Meyering  <meyering@redhat.com>
3393
3394         update nearly all FSF copyright year lists to include 2009
3395         The files named by the following are exempted:
3396             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
3397               test -f "$dst" && { echo "$dst"; continue; }
3398               test -d "$dst" || continue
3399               echo "$dst"/$(basename "$src")
3400             done > exempt
3401             git ls-files tests/unictype >> exempt
3402         In the remaining files, convert to all-interval notation if
3403         - there is already at least one year interval like 2000-2003
3404         - the file is maintained by me
3405         - the file is in lib/uni*/, where that style already prevails
3406         Otherwise, use update-copyright's default.
3407
3408 2009-12-29  Simon Josefsson  <simon@josefsson.org>
3409         and Eric Blake  <ebb9@byu.net>
3410
3411         tests: don't require debug system() to pass
3412         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
3413         * tests/test-rmdir.h (test_rmdir_func): Likewise.
3414         * tests/test-unlink.h (test_unlink_func): Likewise.
3415         * tests/test-fstatat.c (main): ...into callers.
3416         * tests/test-lstat.c (main): Likewise.
3417         * tests/test-rmdir.c (main): Likewise.
3418         * tests/test-unlink.c (main): Likewise.
3419         * tests/test-unlinkat.c (main): Likewise.
3420         * tests/test-areadlink-with-size.c (main): Don't require a
3421         debug-only system call to pass, aiding cross-testing to mingw.
3422         * tests/test-areadlink.c (main): Likewise.
3423         * tests/test-areadlinkat-with-size.c (main): Likewise.
3424         * tests/test-areadlinkat.c (main): Likewise.
3425         * tests/test-canonicalize-lgpl.c (main): Likewise.
3426         * tests/test-canonicalize.c (main): Likewise.
3427         * tests/test-chown.c (main): Likewise.
3428         * tests/test-fchownat.c (main): Likewise.
3429         * tests/test-lchown.c (main): Likewise.
3430         * tests/test-fdutimensat.c (main): Likewise.
3431         * tests/test-futimens.c (main): Likewise.
3432         * tests/test-link.c (main): Likewise.
3433         * tests/test-linkat.c (main): Likewise.
3434         * tests/test-mkdir.c (main): Likewise.
3435         * tests/test-mkdirat.c (main): Likewise.
3436         * tests/test-mkfifo.c (main): Likewise.
3437         * tests/test-mkfifoat.c (main): Likewise.
3438         * tests/test-mknod.c (main): Likewise.
3439         * tests/test-readlink.c (main): Likewise.
3440         * tests/test-remove.c (main): Likewise.
3441         * tests/test-rename.c (main): Likewise.
3442         * tests/test-renameat.c (main): Likewise.
3443         * tests/test-symlink.c (main): Likewise.
3444         * tests/test-symlinkat.c (main): Likewise.
3445         * tests/test-utimens.c (main): Likewise.
3446         * tests/test-utimensat.c (main): Likewise.
3447
3448 2009-12-29  Simon Josefsson  <simon@josefsson.org>
3449
3450         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
3451         on $(UNUSED_PARAMETER_H) to avoid build failure.
3452
3453 2009-12-28  Jim Meyering  <meyering@redhat.com>
3454
3455         update-copyright: you may specify a max. line length other than 72
3456         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
3457
3458         maint: use consistent FSF copyright line syntax
3459         * lib/posixtm.c: Add missing comma in FSF copyright line.
3460         * lib/posixtm.h: Likewise.
3461         * lib/getugroups.c: Add missing ", Inc.".
3462
3463         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
3464         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
3465         FSF copyright line.  Remove trailing blanks.
3466
3467 2009-12-28  Eric Blake  <ebb9@byu.net>
3468
3469         test-dup2: reduce dependencies
3470         * modules/cloexec (Configure.ac): Set witness.
3471         * modules/dup2-tests (Depends-on): Drop cloexec.
3472         * tests/test-dup2.c (main): Skip portion of test if cloexec module
3473         not present.
3474         Suggested by Bruno Haible.
3475
3476 2009-12-26  Bruno Haible  <bruno@clisp.org>
3477
3478         Remove an unneeded dependency.
3479         * modules/fseterr (Depends-on): Remove dup2.
3480
3481 2009-12-26  Eric Blake  <ebb9@byu.net>
3482
3483         tests: use macros.h in more places
3484         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
3485         (ASSERT_STREAM): Provide default of stderr.
3486         * tests/test-dirent-safer.c: Include macros.h, using alternate
3487         stream for assertions.
3488         * tests/test-dup-safer.c: Likewise.
3489         * tests/test-freopen-safer.c: Likewise.
3490         * tests/test-getopt.c: Likewise.
3491         * tests/test-openat-safer.c: Likewise.
3492         * tests/test-pipe.c: Likewise.
3493         * tests/test-popen-safer.c: Likewise.
3494         * modules/dirent-safer-tests (Files): Include macros.h.
3495         * modules/unistd-safer-tests (Files): Likewise.
3496         * modules/freopen-safer-tests (Files): Likewise.
3497         * modules/getopt-posix-tests (Files): Likewise.
3498         * modules/openat-safer-tests (Files): Likewise.
3499         * modules/pipe-tests (Files): Likewise.
3500
3501 2009-12-26  Bruno Haible  <bruno@clisp.org>
3502
3503         javacomp: Portability fix.
3504         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
3505         that it also works on Solaris.
3506
3507 2009-12-26  Bruno Haible  <bruno@clisp.org>
3508
3509         localename: Fix storage allocation of gl_locale_name_thread's result.
3510         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
3511         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
3512         all platforms that have 'uselocale'.
3513         (gl_locale_name_thread_unsafe): New function, extracted from
3514         gl_locale_name_thread.
3515         (gl_locale_name_thread): Call struniq on all platforms that have
3516         'uselocale'.
3517         * tests/test-localename.c (test_locale_name_thread): Check that the
3518         resulting strings are permanently allocated.
3519         * modules/localename-tests (Depends-on): Add strdup.
3520
3521 2009-12-26  Bruno Haible  <bruno@clisp.org>
3522
3523         * tests/test-localename.c (categories): Fill in the strings.
3524
3525 2009-12-26  Jim Meyering  <meyering@redhat.com>
3526
3527         isdir: complete the removal of m4/isdir.m4
3528         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
3529
3530         isdir: clean up, since at least grep still uses it
3531         * lib/isdir.c: Include "isdir.h".
3532         (S_ISDIR): Remove now-unneeded definition.
3533         * modules/isdir (Files): Add lib/isdir.h.
3534         * lib/isdir.h: New file, with declaration.
3535         * m4/isdir.m4: Remove file -- unneeded.
3536
3537 2009-12-25  Bruno Haible  <bruno@clisp.org>
3538
3539         selinux-h: Make generated .h files standalone.
3540         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
3541         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
3542         * lib/se-selinux.in.h: Likewise.
3543         * modules/selinux-h (Depends-on): Add unused-parameter.
3544         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
3545         selinux/selinux.h and selinux/context.h.
3546         Suggested by Eric Blake.
3547
3548 2009-12-25  Bruno Haible  <bruno@clisp.org>
3549
3550         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
3551         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
3552         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
3553         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
3554         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
3555
3556 2009-12-24  Bruno Haible  <bruno@clisp.org>
3557
3558         openat: Fix warning.
3559         * lib/openat-proc.c: Include <unistd.h>.
3560
3561 2009-12-24  Bruno Haible  <bruno@clisp.org>
3562
3563         New module 'unused-parameter'.
3564         * build-aux/unused-parameter.h: New file, extracted from earlier
3565         gnulib-common.m4.
3566         * modules/unused-parameter: New file.
3567         * lib/unistr.h: Include unused-parameter.h.
3568         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
3569         _GL_UNUSED.
3570         * modules/unistr/base (Depends-on): Add unused-parameter.
3571
3572 2009-12-24  Bruno Haible  <bruno@clisp.org>
3573
3574         Add missing dependencies to 'extensions' module.
3575         * m4/extensions.m4: Add comment.
3576         * modules/accept4 (Depends-on): Add extensions.
3577         * modules/dup3 (Depends-on): Likewise.
3578         * modules/fcntl (Depends-on): Likewise.
3579         * modules/futimens (Depends-on): Likewise.
3580         * modules/mknod (Depends-on): Likewise.
3581         * modules/pipe2 (Depends-on): Likewise.
3582         * modules/stat-time (Depends-on): Likewise.
3583         * modules/strcasestr-simple (Depends-on): Likewise.
3584         * modules/strsignal (Depends-on): Likewise.
3585         * modules/utimensat (Depends-on): Likewise.
3586         * modules/localcharset (Depends-on): Likewise. Needed because of
3587         gl_FCNTL_O_FLAGS.
3588         * modules/wcrtomb (Depends-on): Likewise. Needed because of
3589         AC_TYPE_MBSTATE_T.
3590         * modules/wcsnrtombs (Depends-on): Likewise.
3591         * modules/wcsrtombs (Depends-on): Likewise.
3592
3593 2009-12-24  Bruno Haible  <bruno@clisp.org>
3594
3595         binary-io: Avoid gcc warning due to SET_BINARY.
3596         * lib/binary-io.h (SET_BINARY): Cast the result to void.
3597         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
3598
3599 2009-12-24  Bruno Haible  <bruno@clisp.org>
3600
3601         Avoid future namespace pollution on glibc systems.
3602         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
3603         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
3604         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
3605         glibc systems.
3606
3607 2009-12-24  Bruno Haible  <bruno@clisp.org>
3608
3609         Refactor common macros used in tests.
3610         * tests/macros.h: New file.
3611         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
3612         and/or <stdlib.h>, if appropriate.
3613         (ASSERT, SIZEOF): Remove macros.
3614         * tests/test-areadlink-with-size.c: Likewise.
3615         * tests/test-areadlinkat.c: Likewise.
3616         * tests/test-areadlinkat-with-size.c: Likewise.
3617         * tests/test-argmatch.c: Likewise.
3618         * tests/test-argv-iter.c: Likewise.
3619         * tests/test-array-mergesort.c: Likewise.
3620         * tests/test-array_list.c: Likewise.
3621         * tests/test-array_oset.c: Likewise.
3622         * tests/test-avltree_list.c: Likewise.
3623         * tests/test-avltree_oset.c: Likewise.
3624         * tests/test-avltreehash_list.c: Likewise.
3625         * tests/test-base64.c: Likewise.
3626         * tests/test-binary-io.c: Likewise.
3627         * tests/test-bitrotate.c: Likewise.
3628         * tests/test-btowc.c: Likewise.
3629         * tests/test-byteswap.c: Likewise.
3630         * tests/test-c-ctype.c: Likewise.
3631         * tests/test-c-stack.c: Likewise.
3632         * tests/test-c-strcasecmp.c: Likewise.
3633         * tests/test-c-strcasestr.c: Likewise.
3634         * tests/test-c-strncasecmp.c: Likewise.
3635         * tests/test-c-strstr.c: Likewise.
3636         * tests/test-canonicalize-lgpl.c: Likewise.
3637         * tests/test-canonicalize.c: Likewise.
3638         * tests/test-carray_list.c: Likewise.
3639         * tests/test-ceilf1.c: Likewise.
3640         * tests/test-ceilf2.c: Likewise.
3641         * tests/test-ceill.c: Likewise.
3642         * tests/test-chown.c: Likewise.
3643         * tests/test-cloexec.c: Likewise.
3644         * tests/test-copy-acl.c: Likewise.
3645         * tests/test-copy-file.c: Likewise.
3646         * tests/test-count-one-bits.c: Likewise.
3647         * tests/test-dprintf-posix.c: Likewise.
3648         * tests/test-dup2.c: Likewise.
3649         * tests/test-dup3.c: Likewise.
3650         * tests/test-duplocale.c: Likewise.
3651         * tests/test-fbufmode.c: Likewise.
3652         * tests/test-fchdir.c: Likewise.
3653         * tests/test-fchownat.c: Likewise.
3654         * tests/test-fcntl-safer.c: Likewise.
3655         * tests/test-fcntl.c: Likewise.
3656         * tests/test-fdopendir.c: Likewise.
3657         * tests/test-fdutimensat.c: Likewise.
3658         * tests/test-fflush2.c: Likewise.
3659         * tests/test-file-has-acl.c: Likewise.
3660         * tests/test-filevercmp.c: Likewise.
3661         * tests/test-flock.c: Likewise.
3662         * tests/test-floorf1.c: Likewise.
3663         * tests/test-floorf2.c: Likewise.
3664         * tests/test-floorl.c: Likewise.
3665         * tests/test-fnmatch.c: Likewise.
3666         * tests/test-fopen.h: Likewise.
3667         * tests/test-fpending.c: Likewise.
3668         * tests/test-fprintf-posix.c: Likewise.
3669         * tests/test-fpurge.c: Likewise.
3670         * tests/test-freadable.c: Likewise.
3671         * tests/test-freadahead.c: Likewise.
3672         * tests/test-freading.c: Likewise.
3673         * tests/test-freadptr.c: Likewise.
3674         * tests/test-freadptr2.c: Likewise.
3675         * tests/test-freadseek.c: Likewise.
3676         * tests/test-freopen.c: Likewise.
3677         * tests/test-frexp.c: Likewise.
3678         * tests/test-frexpl.c: Likewise.
3679         * tests/test-fseek.c: Likewise.
3680         * tests/test-fseeko.c: Likewise.
3681         * tests/test-fstatat.c: Likewise.
3682         * tests/test-fstrcmp.c: Likewise.
3683         * tests/test-fsync.c: Likewise.
3684         * tests/test-ftell.c: Likewise.
3685         * tests/test-ftello.c: Likewise.
3686         * tests/test-func.c: Likewise.
3687         * tests/test-futimens.c: Likewise.
3688         * tests/test-fwritable.c: Likewise.
3689         * tests/test-fwriting.c: Likewise.
3690         * tests/test-getcwd.c: Likewise.
3691         * tests/test-getdate.c: Likewise.
3692         * tests/test-getdelim.c: Likewise.
3693         * tests/test-getdtablesize.c: Likewise.
3694         * tests/test-getgroups.c: Likewise.
3695         * tests/test-getline.c: Likewise.
3696         * tests/test-getndelim2.c: Likewise.
3697         * tests/test-glob.c: Likewise.
3698         * tests/test-hash.c: Likewise.
3699         * tests/test-i-ring.c: Likewise.
3700         * tests/test-iconv-utf.c: Likewise.
3701         * tests/test-iconv.c: Likewise.
3702         * tests/test-idpriv-drop.c: Likewise.
3703         * tests/test-idpriv-droptemp.c: Likewise.
3704         * tests/test-inet_ntop.c: Likewise.
3705         * tests/test-inet_pton.c: Likewise.
3706         * tests/test-isblank.c: Likewise.
3707         * tests/test-isfinite.c: Likewise.
3708         * tests/test-isinf.c: Likewise.
3709         * tests/test-isnan.c: Likewise.
3710         * tests/test-isnand.h: Likewise.
3711         * tests/test-isnanf.h: Likewise.
3712         * tests/test-isnanl.h: Likewise.
3713         * tests/test-lchown.c: Likewise.
3714         * tests/test-ldexpl.c: Likewise.
3715         * tests/test-link.c: Likewise.
3716         * tests/test-linkat.c: Likewise.
3717         * tests/test-linked_list.c: Likewise.
3718         * tests/test-linkedhash_list.c: Likewise.
3719         * tests/test-localename.c: Likewise.
3720         * tests/test-lseek.c: Likewise.
3721         * tests/test-lstat.c: Likewise.
3722         * tests/test-mbmemcasecmp.c: Likewise.
3723         * tests/test-mbmemcasecoll.c: Likewise.
3724         * tests/test-mbrtowc.c: Likewise.
3725         * tests/test-mbscasecmp.c: Likewise.
3726         * tests/test-mbscasestr1.c: Likewise.
3727         * tests/test-mbscasestr2.c: Likewise.
3728         * tests/test-mbscasestr3.c: Likewise.
3729         * tests/test-mbscasestr4.c: Likewise.
3730         * tests/test-mbschr.c: Likewise.
3731         * tests/test-mbscspn.c: Likewise.
3732         * tests/test-mbsinit.c: Likewise.
3733         * tests/test-mbsncasecmp.c: Likewise.
3734         * tests/test-mbsnrtowcs.c: Likewise.
3735         * tests/test-mbspbrk.c: Likewise.
3736         * tests/test-mbspcasecmp.c: Likewise.
3737         * tests/test-mbsrchr.c: Likewise.
3738         * tests/test-mbsrtowcs.c: Likewise.
3739         * tests/test-mbsspn.c: Likewise.
3740         * tests/test-mbsstr1.c: Likewise.
3741         * tests/test-mbsstr2.c: Likewise.
3742         * tests/test-mbsstr3.c: Likewise.
3743         * tests/test-memchr.c: Likewise.
3744         * tests/test-memchr2.c: Likewise.
3745         * tests/test-memcmp.c: Likewise.
3746         * tests/test-memmem.c: Likewise.
3747         * tests/test-memrchr.c: Likewise.
3748         * tests/test-mkdir.c: Likewise.
3749         * tests/test-mkdirat.c: Likewise.
3750         * tests/test-mkfifo.c: Likewise.
3751         * tests/test-mkfifoat.c: Likewise.
3752         * tests/test-mknod.c: Likewise.
3753         * tests/test-nanosleep.c: Likewise.
3754         * tests/test-nl_langinfo.c: Likewise.
3755         * tests/test-obstack-printf.c: Likewise.
3756         * tests/test-open.c: Likewise.
3757         * tests/test-openat.c: Likewise.
3758         * tests/test-pipe-filter-gi1.c: Likewise.
3759         * tests/test-pipe-filter-gi2-main.c: Likewise.
3760         * tests/test-pipe-filter-ii1.c: Likewise.
3761         * tests/test-pipe-filter-ii2-main.c: Likewise.
3762         * tests/test-pipe2.c: Likewise.
3763         * tests/test-popen.h: Likewise.
3764         * tests/test-posixtm.c: Likewise.
3765         * tests/test-pread.c: Likewise.
3766         * tests/test-printf-frexp.c: Likewise.
3767         * tests/test-printf-frexpl.c: Likewise.
3768         * tests/test-printf-posix.c: Likewise.
3769         * tests/test-priv-set.c: Likewise.
3770         * tests/test-quotearg.c: Likewise.
3771         * tests/test-random_r.c: Likewise.
3772         * tests/test-rawmemchr.c: Likewise.
3773         * tests/test-rbtree_list.c: Likewise.
3774         * tests/test-rbtree_oset.c: Likewise.
3775         * tests/test-rbtreehash_list.c: Likewise.
3776         * tests/test-readlink.c: Likewise.
3777         * tests/test-remove.c: Likewise.
3778         * tests/test-rename.c: Likewise.
3779         * tests/test-renameat.c: Likewise.
3780         * tests/test-rmdir.c: Likewise.
3781         * tests/test-round1.c: Likewise.
3782         * tests/test-roundf1.c: Likewise.
3783         * tests/test-roundl.c: Likewise.
3784         * tests/test-safe-alloc.c: Likewise.
3785         * tests/test-sameacls.c: Likewise.
3786         * tests/test-set-mode-acl.c: Likewise.
3787         * tests/test-setenv.c: Likewise.
3788         * tests/test-sigaction.c: Likewise.
3789         * tests/test-signbit.c: Likewise.
3790         * tests/test-sleep.c: Likewise.
3791         * tests/test-snprintf-posix.c: Likewise.
3792         * tests/test-snprintf.c: Likewise.
3793         * tests/test-sprintf-posix.c: Likewise.
3794         * tests/test-stat-time.c: Likewise.
3795         * tests/test-stat.c: Likewise.
3796         * tests/test-strcasestr.c: Likewise.
3797         * tests/test-strchrnul.c: Likewise.
3798         * tests/test-strerror.c: Likewise.
3799         * tests/test-striconv.c: Likewise.
3800         * tests/test-striconveh.c: Likewise.
3801         * tests/test-striconveha.c: Likewise.
3802         * tests/test-strsignal.c: Likewise.
3803         * tests/test-strstr.c: Likewise.
3804         * tests/test-strtod.c: Likewise.
3805         * tests/test-strverscmp.c: Likewise.
3806         * tests/test-symlink.c: Likewise.
3807         * tests/test-symlinkat.c: Likewise.
3808         * tests/test-trunc1.c: Likewise.
3809         * tests/test-trunc2.c: Likewise.
3810         * tests/test-truncf1.c: Likewise.
3811         * tests/test-truncf2.c: Likewise.
3812         * tests/test-truncl.c: Likewise.
3813         * tests/test-uname.c: Likewise.
3814         * tests/test-unlink.c: Likewise.
3815         * tests/test-unlinkat.c: Likewise.
3816         * tests/test-unsetenv.c: Likewise.
3817         * tests/test-usleep.c: Likewise.
3818         * tests/test-utimens.c: Likewise.
3819         * tests/test-utimensat.c: Likewise.
3820         * tests/test-vasnprintf-posix.c: Likewise.
3821         * tests/test-vasnprintf-posix2.c: Likewise.
3822         * tests/test-vasnprintf.c: Likewise.
3823         * tests/test-vasprintf-posix.c: Likewise.
3824         * tests/test-vasprintf.c: Likewise.
3825         * tests/test-vdprintf-posix.c: Likewise.
3826         * tests/test-vfprintf-posix.c: Likewise.
3827         * tests/test-vprintf-posix.c: Likewise.
3828         * tests/test-vsnprintf-posix.c: Likewise.
3829         * tests/test-vsnprintf.c: Likewise.
3830         * tests/test-vsprintf-posix.c: Likewise.
3831         * tests/test-wcrtomb.c: Likewise.
3832         * tests/test-wcsnrtombs.c: Likewise.
3833         * tests/test-wcsrtombs.c: Likewise.
3834         * tests/test-wctype.c: Likewise.
3835         * tests/test-wcwidth.c: Likewise.
3836         * tests/test-xfprintf-posix.c: Likewise.
3837         * tests/test-xmemdup0.c: Likewise.
3838         * tests/test-xprintf-posix.c: Likewise.
3839         * tests/test-xvasprintf.c: Likewise.
3840         * tests/unicase/test-locale-language.c: Likewise.
3841         * tests/unicase/test-mapping-part1.h: Likewise.
3842         * tests/unicase/test-predicate-part1.h: Likewise.
3843         * tests/unicase/test-u8-casecmp.c: Likewise.
3844         * tests/unicase/test-u8-casecoll.c: Likewise.
3845         * tests/unicase/test-u8-casefold.c: Likewise.
3846         * tests/unicase/test-u8-is-cased.c: Likewise.
3847         * tests/unicase/test-u8-is-casefolded.c: Likewise.
3848         * tests/unicase/test-u8-is-lowercase.c: Likewise.
3849         * tests/unicase/test-u8-is-titlecase.c: Likewise.
3850         * tests/unicase/test-u8-is-uppercase.c: Likewise.
3851         * tests/unicase/test-u8-tolower.c: Likewise.
3852         * tests/unicase/test-u8-totitle.c: Likewise.
3853         * tests/unicase/test-u8-toupper.c: Likewise.
3854         * tests/unicase/test-u16-casecmp.c: Likewise.
3855         * tests/unicase/test-u16-casecoll.c: Likewise.
3856         * tests/unicase/test-u16-casefold.c: Likewise.
3857         * tests/unicase/test-u16-is-cased.c: Likewise.
3858         * tests/unicase/test-u16-is-casefolded.c: Likewise.
3859         * tests/unicase/test-u16-is-lowercase.c: Likewise.
3860         * tests/unicase/test-u16-is-titlecase.c: Likewise.
3861         * tests/unicase/test-u16-is-uppercase.c: Likewise.
3862         * tests/unicase/test-u16-tolower.c: Likewise.
3863         * tests/unicase/test-u16-totitle.c: Likewise.
3864         * tests/unicase/test-u16-toupper.c: Likewise.
3865         * tests/unicase/test-u32-casecmp.c: Likewise.
3866         * tests/unicase/test-u32-casecoll.c: Likewise.
3867         * tests/unicase/test-u32-casefold.c: Likewise.
3868         * tests/unicase/test-u32-is-cased.c: Likewise.
3869         * tests/unicase/test-u32-is-casefolded.c: Likewise.
3870         * tests/unicase/test-u32-is-lowercase.c: Likewise.
3871         * tests/unicase/test-u32-is-titlecase.c: Likewise.
3872         * tests/unicase/test-u32-is-uppercase.c: Likewise.
3873         * tests/unicase/test-u32-tolower.c: Likewise.
3874         * tests/unicase/test-u32-totitle.c: Likewise.
3875         * tests/unicase/test-u32-toupper.c: Likewise.
3876         * tests/unicase/test-ulc-casecmp.c: Likewise.
3877         * tests/unicase/test-ulc-casecoll.c: Likewise.
3878         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3879         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
3880         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3881         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3882         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
3883         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
3884         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3885         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3886         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3887         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
3888         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3889         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3890         * tests/unictype/test-bidi_byname.c: Likewise.
3891         * tests/unictype/test-bidi_name.c: Likewise.
3892         * tests/unictype/test-bidi_of.c: Likewise.
3893         * tests/unictype/test-bidi_test.c: Likewise.
3894         * tests/unictype/test-block_list.c: Likewise.
3895         * tests/unictype/test-block_of.c: Likewise.
3896         * tests/unictype/test-block_test.c: Likewise.
3897         * tests/unictype/test-categ_and.c: Likewise.
3898         * tests/unictype/test-categ_and_not.c: Likewise.
3899         * tests/unictype/test-categ_byname.c: Likewise.
3900         * tests/unictype/test-categ_name.c: Likewise.
3901         * tests/unictype/test-categ_none.c: Likewise.
3902         * tests/unictype/test-categ_of.c: Likewise.
3903         * tests/unictype/test-categ_or.c: Likewise.
3904         * tests/unictype/test-categ_test_withtable.c: Likewise.
3905         * tests/unictype/test-combining.c: Likewise.
3906         * tests/unictype/test-decdigit.c: Likewise.
3907         * tests/unictype/test-digit.c: Likewise.
3908         * tests/unictype/test-mirror.c: Likewise.
3909         * tests/unictype/test-numeric.c: Likewise.
3910         * tests/unictype/test-pr_byname.c: Likewise.
3911         * tests/unictype/test-pr_test.c: Likewise.
3912         * tests/unictype/test-predicate-part1.h: Likewise.
3913         * tests/unictype/test-scripts.c: Likewise.
3914         * tests/unictype/test-sy_c_ident.c: Likewise.
3915         * tests/unictype/test-sy_java_ident.c: Likewise.
3916         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
3917         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
3918         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
3919         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
3920         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
3921         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
3922         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
3923         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
3924         * tests/uninorm/test-canonical-decomposition.c: Likewise.
3925         * tests/uninorm/test-compat-decomposition.c: Likewise.
3926         * tests/uninorm/test-composition.c: Likewise.
3927         * tests/uninorm/test-decomposing-form.c: Likewise.
3928         * tests/uninorm/test-decomposition.c: Likewise.
3929         * tests/uninorm/test-u8-nfc.c: Likewise.
3930         * tests/uninorm/test-u8-nfd.c: Likewise.
3931         * tests/uninorm/test-u8-nfkc.c: Likewise.
3932         * tests/uninorm/test-u8-nfkd.c: Likewise.
3933         * tests/uninorm/test-u8-normcmp.c: Likewise.
3934         * tests/uninorm/test-u8-normcoll.c: Likewise.
3935         * tests/uninorm/test-u16-nfc.c: Likewise.
3936         * tests/uninorm/test-u16-nfd.c: Likewise.
3937         * tests/uninorm/test-u16-nfkc.c: Likewise.
3938         * tests/uninorm/test-u16-nfkd.c: Likewise.
3939         * tests/uninorm/test-u16-normcmp.c: Likewise.
3940         * tests/uninorm/test-u16-normcoll.c: Likewise.
3941         * tests/uninorm/test-u32-nfc.c: Likewise.
3942         * tests/uninorm/test-u32-nfd.c: Likewise.
3943         * tests/uninorm/test-u32-nfkc.c: Likewise.
3944         * tests/uninorm/test-u32-nfkd.c: Likewise.
3945         * tests/uninorm/test-u32-normalize-big.c: Likewise.
3946         * tests/uninorm/test-u32-normcmp.c: Likewise.
3947         * tests/uninorm/test-u32-normcoll.c: Likewise.
3948         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
3949         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
3950         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
3951         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
3952         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
3953         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
3954         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
3955         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
3956         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
3957         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
3958         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
3959         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
3960         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
3961         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
3962         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
3963         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
3964         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
3965         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
3966         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
3967         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
3968         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
3969         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
3970         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
3971         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
3972         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
3973         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
3974         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
3975         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
3976         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
3977         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
3978         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
3979         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
3980         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
3981         * tests/uniwidth/test-u8-strwidth.c: Likewise.
3982         * tests/uniwidth/test-u8-width.c: Likewise.
3983         * tests/uniwidth/test-u16-strwidth.c: Likewise.
3984         * tests/uniwidth/test-u16-width.c: Likewise.
3985         * tests/uniwidth/test-u32-strwidth.c: Likewise.
3986         * tests/uniwidth/test-u32-width.c: Likewise.
3987         * tests/uniwidth/test-uc_width.c: Likewise.
3988         * tests/uniwidth/test-uc_width2.c: Likewise.
3989         * modules/acl-tests (Files): Add tests/macros.h.
3990         * modules/areadlink-tests (Files): Likewise.
3991         * modules/areadlink-with-size-tests (Files): Likewise.
3992         * modules/areadlinkat-tests (Files): Likewise.
3993         * modules/areadlinkat-with-size-tests (Files): Likewise.
3994         * modules/argmatch-tests (Files): Likewise.
3995         * modules/argv-iter-tests (Files): Likewise.
3996         * modules/array-list-tests (Files): Likewise.
3997         * modules/array-mergesort-tests (Files): Likewise.
3998         * modules/array-oset-tests (Files): Likewise.
3999         * modules/avltree-list-tests (Files): Likewise.
4000         * modules/avltree-oset-tests (Files): Likewise.
4001         * modules/avltreehash-list-tests (Files): Likewise.
4002         * modules/base64-tests (Files): Likewise.
4003         * modules/binary-io-tests (Files): Likewise.
4004         * modules/bitrotate-tests (Files): Likewise.
4005         * modules/btowc-tests (Files): Likewise.
4006         * modules/byteswap-tests (Files): Likewise.
4007         * modules/c-ctype-tests (Files): Likewise.
4008         * modules/c-stack-tests (Files): Likewise.
4009         * modules/c-strcase-tests (Files): Likewise.
4010         * modules/c-strcasestr-tests (Files): Likewise.
4011         * modules/c-strstr-tests (Files): Likewise.
4012         * modules/canonicalize-lgpl-tests (Files): Likewise.
4013         * modules/canonicalize-tests (Files): Likewise.
4014         * modules/carray-list-tests (Files): Likewise.
4015         * modules/ceilf-tests (Files): Likewise.
4016         * modules/ceill-tests (Files): Likewise.
4017         * modules/chown-tests (Files): Likewise.
4018         * modules/cloexec-tests (Files): Likewise.
4019         * modules/copy-file-tests (Files): Likewise.
4020         * modules/count-one-bits-tests (Files): Likewise.
4021         * modules/dprintf-posix-tests (Files): Likewise.
4022         * modules/dup2-tests (Files): Likewise.
4023         * modules/dup3-tests (Files): Likewise.
4024         * modules/duplocale-tests (Files): Likewise.
4025         * modules/fbufmode-tests (Files): Likewise.
4026         * modules/fchdir-tests (Files): Likewise.
4027         * modules/fcntl-safer-tests (Files): Likewise.
4028         * modules/fcntl-tests (Files): Likewise.
4029         * modules/fdopendir-tests (Files): Likewise.
4030         * modules/fdutimensat-tests (Files): Likewise.
4031         * modules/fflush-tests (Files): Likewise.
4032         * modules/filevercmp-tests (Files): Likewise.
4033         * modules/flock-tests (Files): Likewise.
4034         * modules/floorf-tests (Files): Likewise.
4035         * modules/floorl-tests (Files): Likewise.
4036         * modules/fnmatch-tests (Files): Likewise.
4037         * modules/fopen-safer-tests (Files): Likewise.
4038         * modules/fopen-tests (Files): Likewise.
4039         * modules/fpending-tests (Files): Likewise.
4040         * modules/fprintf-posix-tests (Files): Likewise.
4041         * modules/fpurge-tests (Files): Likewise.
4042         * modules/freadable-tests (Files): Likewise.
4043         * modules/freadahead-tests (Files): Likewise.
4044         * modules/freading-tests (Files): Likewise.
4045         * modules/freadptr-tests (Files): Likewise.
4046         * modules/freadseek-tests (Files): Likewise.
4047         * modules/freopen-tests (Files): Likewise.
4048         * modules/frexp-nolibm-tests (Files): Likewise.
4049         * modules/frexp-tests (Files): Likewise.
4050         * modules/frexpl-nolibm-tests (Files): Likewise.
4051         * modules/frexpl-tests (Files): Likewise.
4052         * modules/fseek-tests (Files): Likewise.
4053         * modules/fseeko-tests (Files): Likewise.
4054         * modules/fstrcmp-tests (Files): Likewise.
4055         * modules/fsync-tests (Files): Likewise.
4056         * modules/ftell-tests (Files): Likewise.
4057         * modules/ftello-tests (Files): Likewise.
4058         * modules/func-tests (Files): Likewise.
4059         * modules/futimens-tests (Files): Likewise.
4060         * modules/fwritable-tests (Files): Likewise.
4061         * modules/fwriting-tests (Files): Likewise.
4062         * modules/getcwd-tests (Files): Likewise.
4063         * modules/getdate-tests (Files): Likewise.
4064         * modules/getdelim-tests (Files): Likewise.
4065         * modules/getdtablesize-tests (Files): Likewise.
4066         * modules/getgroups-tests (Files): Likewise.
4067         * modules/getline-tests (Files): Likewise.
4068         * modules/getndelim2-tests (Files): Likewise.
4069         * modules/glob-tests (Files): Likewise.
4070         * modules/hash-tests (Files): Likewise.
4071         * modules/i-ring-tests (Files): Likewise.
4072         * modules/iconv-tests (Files): Likewise.
4073         * modules/iconv_open-utf-tests (Files): Likewise.
4074         * modules/idpriv-drop-tests (Files): Likewise.
4075         * modules/idpriv-droptemp-tests (Files): Likewise.
4076         * modules/inet_ntop-tests (Files): Likewise.
4077         * modules/inet_pton-tests (Files): Likewise.
4078         * modules/isblank-tests (Files): Likewise.
4079         * modules/isfinite-tests (Files): Likewise.
4080         * modules/isinf-tests (Files): Likewise.
4081         * modules/isnan-tests (Files): Likewise.
4082         * modules/isnand-nolibm-tests (Files): Likewise.
4083         * modules/isnand-tests (Files): Likewise.
4084         * modules/isnanf-nolibm-tests (Files): Likewise.
4085         * modules/isnanf-tests (Files): Likewise.
4086         * modules/isnanl-nolibm-tests (Files): Likewise.
4087         * modules/isnanl-tests (Files): Likewise.
4088         * modules/lchown-tests (Files): Likewise.
4089         * modules/ldexpl-tests (Files): Likewise.
4090         * modules/link-tests (Files): Likewise.
4091         * modules/linkat-tests (Files): Likewise.
4092         * modules/linked-list-tests (Files): Likewise.
4093         * modules/linkedhash-list-tests (Files): Likewise.
4094         * modules/localename-tests (Files): Likewise.
4095         * modules/lseek-tests (Files): Likewise.
4096         * modules/lstat-tests (Files): Likewise.
4097         * modules/mbmemcasecmp-tests (Files): Likewise.
4098         * modules/mbmemcasecoll-tests (Files): Likewise.
4099         * modules/mbrtowc-tests (Files): Likewise.
4100         * modules/mbscasecmp-tests (Files): Likewise.
4101         * modules/mbscasestr-tests (Files): Likewise.
4102         * modules/mbschr-tests (Files): Likewise.
4103         * modules/mbscspn-tests (Files): Likewise.
4104         * modules/mbsinit-tests (Files): Likewise.
4105         * modules/mbsncasecmp-tests (Files): Likewise.
4106         * modules/mbsnrtowcs-tests (Files): Likewise.
4107         * modules/mbspbrk-tests (Files): Likewise.
4108         * modules/mbspcasecmp-tests (Files): Likewise.
4109         * modules/mbsrchr-tests (Files): Likewise.
4110         * modules/mbsrtowcs-tests (Files): Likewise.
4111         * modules/mbsspn-tests (Files): Likewise.
4112         * modules/mbsstr-tests (Files): Likewise.
4113         * modules/memchr-tests (Files): Likewise.
4114         * modules/memchr2-tests (Files): Likewise.
4115         * modules/memcmp-tests (Files): Likewise.
4116         * modules/memmem-tests (Files): Likewise.
4117         * modules/memrchr-tests (Files): Likewise.
4118         * modules/mkdir-tests (Files): Likewise.
4119         * modules/mkfifo-tests (Files): Likewise.
4120         * modules/mkfifoat-tests (Files): Likewise.
4121         * modules/mknod-tests (Files): Likewise.
4122         * modules/nanosleep-tests (Files): Likewise.
4123         * modules/nl_langinfo-tests (Files): Likewise.
4124         * modules/obstack-printf-tests (Files): Likewise.
4125         * modules/open-tests (Files): Likewise.
4126         * modules/openat-tests (Files): Likewise.
4127         * modules/pipe-filter-gi-tests (Files): Likewise.
4128         * modules/pipe-filter-ii-tests (Files): Likewise.
4129         * modules/pipe2-tests (Files): Likewise.
4130         * modules/popen-safer-tests (Files): Likewise.
4131         * modules/popen-tests (Files): Likewise.
4132         * modules/posixtm-tests (Files): Likewise.
4133         * modules/pread-tests (Files): Likewise.
4134         * modules/printf-frexp-tests (Files): Likewise.
4135         * modules/printf-frexpl-tests (Files): Likewise.
4136         * modules/printf-posix-tests (Files): Likewise.
4137         * modules/priv-set-tests (Files): Likewise.
4138         * modules/quotearg-tests (Files): Likewise.
4139         * modules/random_r-tests (Files): Likewise.
4140         * modules/rawmemchr-tests (Files): Likewise.
4141         * modules/rbtree-list-tests (Files): Likewise.
4142         * modules/rbtree-oset-tests (Files): Likewise.
4143         * modules/rbtreehash-list-tests (Files): Likewise.
4144         * modules/readlink-tests (Files): Likewise.
4145         * modules/remove-tests (Files): Likewise.
4146         * modules/rename-tests (Files): Likewise.
4147         * modules/renameat-tests (Files): Likewise.
4148         * modules/rmdir-tests (Files): Likewise.
4149         * modules/round-tests (Files): Likewise.
4150         * modules/roundf-tests (Files): Likewise.
4151         * modules/roundl-tests (Files): Likewise.
4152         * modules/safe-alloc-tests (Files): Likewise.
4153         * modules/setenv-tests (Files): Likewise.
4154         * modules/sigaction-tests (Files): Likewise.
4155         * modules/signbit-tests (Files): Likewise.
4156         * modules/sleep-tests (Files): Likewise.
4157         * modules/snprintf-posix-tests (Files): Likewise.
4158         * modules/snprintf-tests (Files): Likewise.
4159         * modules/sprintf-posix-tests (Files): Likewise.
4160         * modules/stat-tests (Files): Likewise.
4161         * modules/stat-time-tests (Files): Likewise.
4162         * modules/strcasestr-tests (Files): Likewise.
4163         * modules/strchrnul-tests (Files): Likewise.
4164         * modules/strerror-tests (Files): Likewise.
4165         * modules/striconv-tests (Files): Likewise.
4166         * modules/striconveh-tests (Files): Likewise.
4167         * modules/striconveha-tests (Files): Likewise.
4168         * modules/strsignal-tests (Files): Likewise.
4169         * modules/strstr-tests (Files): Likewise.
4170         * modules/strtod-tests (Files): Likewise.
4171         * modules/strverscmp-tests (Files): Likewise.
4172         * modules/symlink-tests (Files): Likewise.
4173         * modules/symlinkat-tests (Files): Likewise.
4174         * modules/trunc-tests (Files): Likewise.
4175         * modules/truncf-tests (Files): Likewise.
4176         * modules/truncl-tests (Files): Likewise.
4177         * modules/uname-tests (Files): Likewise.
4178         * modules/unicase/cased-tests (Files): Likewise.
4179         * modules/unicase/ignorable-tests (Files): Likewise.
4180         * modules/unicase/locale-language-tests (Files): Likewise.
4181         * modules/unicase/tolower-tests (Files): Likewise.
4182         * modules/unicase/totitle-tests (Files): Likewise.
4183         * modules/unicase/toupper-tests (Files): Likewise.
4184         * modules/unicase/u8-casecmp-tests (Files): Likewise.
4185         * modules/unicase/u8-casecoll-tests (Files): Likewise.
4186         * modules/unicase/u8-casefold-tests (Files): Likewise.
4187         * modules/unicase/u8-is-cased-tests (Files): Likewise.
4188         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
4189         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
4190         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
4191         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
4192         * modules/unicase/u8-tolower-tests (Files): Likewise.
4193         * modules/unicase/u8-totitle-tests (Files): Likewise.
4194         * modules/unicase/u8-toupper-tests (Files): Likewise.
4195         * modules/unicase/u16-casecmp-tests (Files): Likewise.
4196         * modules/unicase/u16-casecoll-tests (Files): Likewise.
4197         * modules/unicase/u16-casefold-tests (Files): Likewise.
4198         * modules/unicase/u16-is-cased-tests (Files): Likewise.
4199         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
4200         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
4201         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
4202         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
4203         * modules/unicase/u16-tolower-tests (Files): Likewise.
4204         * modules/unicase/u16-totitle-tests (Files): Likewise.
4205         * modules/unicase/u16-toupper-tests (Files): Likewise.
4206         * modules/unicase/u32-casecmp-tests (Files): Likewise.
4207         * modules/unicase/u32-casecoll-tests (Files): Likewise.
4208         * modules/unicase/u32-casefold-tests (Files): Likewise.
4209         * modules/unicase/u32-is-cased-tests (Files): Likewise.
4210         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
4211         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
4212         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
4213         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
4214         * modules/unicase/u32-tolower-tests (Files): Likewise.
4215         * modules/unicase/u32-totitle-tests (Files): Likewise.
4216         * modules/unicase/u32-toupper-tests (Files): Likewise.
4217         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
4218         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
4219         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
4220         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
4221         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
4222         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
4223         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
4224         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
4225         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
4226         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
4227         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
4228         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
4229         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
4230         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
4231         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
4232         * modules/unictype/bidicategory-name-tests (Files): Likewise.
4233         * modules/unictype/bidicategory-of-tests (Files): Likewise.
4234         * modules/unictype/bidicategory-test-tests (Files): Likewise.
4235         * modules/unictype/block-list-tests (Files): Likewise.
4236         * modules/unictype/block-of-tests (Files): Likewise.
4237         * modules/unictype/block-test-tests (Files): Likewise.
4238         * modules/unictype/category-C-tests (Files): Likewise.
4239         * modules/unictype/category-Cc-tests (Files): Likewise.
4240         * modules/unictype/category-Cf-tests (Files): Likewise.
4241         * modules/unictype/category-Cn-tests (Files): Likewise.
4242         * modules/unictype/category-Co-tests (Files): Likewise.
4243         * modules/unictype/category-Cs-tests (Files): Likewise.
4244         * modules/unictype/category-L-tests (Files): Likewise.
4245         * modules/unictype/category-Ll-tests (Files): Likewise.
4246         * modules/unictype/category-Lm-tests (Files): Likewise.
4247         * modules/unictype/category-Lo-tests (Files): Likewise.
4248         * modules/unictype/category-Lt-tests (Files): Likewise.
4249         * modules/unictype/category-Lu-tests (Files): Likewise.
4250         * modules/unictype/category-M-tests (Files): Likewise.
4251         * modules/unictype/category-Mc-tests (Files): Likewise.
4252         * modules/unictype/category-Me-tests (Files): Likewise.
4253         * modules/unictype/category-Mn-tests (Files): Likewise.
4254         * modules/unictype/category-N-tests (Files): Likewise.
4255         * modules/unictype/category-Nd-tests (Files): Likewise.
4256         * modules/unictype/category-Nl-tests (Files): Likewise.
4257         * modules/unictype/category-No-tests (Files): Likewise.
4258         * modules/unictype/category-P-tests (Files): Likewise.
4259         * modules/unictype/category-Pc-tests (Files): Likewise.
4260         * modules/unictype/category-Pd-tests (Files): Likewise.
4261         * modules/unictype/category-Pe-tests (Files): Likewise.
4262         * modules/unictype/category-Pf-tests (Files): Likewise.
4263         * modules/unictype/category-Pi-tests (Files): Likewise.
4264         * modules/unictype/category-Po-tests (Files): Likewise.
4265         * modules/unictype/category-Ps-tests (Files): Likewise.
4266         * modules/unictype/category-S-tests (Files): Likewise.
4267         * modules/unictype/category-Sc-tests (Files): Likewise.
4268         * modules/unictype/category-Sk-tests (Files): Likewise.
4269         * modules/unictype/category-Sm-tests (Files): Likewise.
4270         * modules/unictype/category-So-tests (Files): Likewise.
4271         * modules/unictype/category-Z-tests (Files): Likewise.
4272         * modules/unictype/category-Zl-tests (Files): Likewise.
4273         * modules/unictype/category-Zp-tests (Files): Likewise.
4274         * modules/unictype/category-Zs-tests (Files): Likewise.
4275         * modules/unictype/category-and-not-tests (Files): Likewise.
4276         * modules/unictype/category-and-tests (Files): Likewise.
4277         * modules/unictype/category-byname-tests (Files): Likewise.
4278         * modules/unictype/category-name-tests (Files): Likewise.
4279         * modules/unictype/category-none-tests (Files): Likewise.
4280         * modules/unictype/category-of-tests (Files): Likewise.
4281         * modules/unictype/category-or-tests (Files): Likewise.
4282         * modules/unictype/category-test-withtable-tests (Files): Likewise.
4283         * modules/unictype/combining-class-tests (Files): Likewise.
4284         * modules/unictype/ctype-alnum-tests (Files): Likewise.
4285         * modules/unictype/ctype-alpha-tests (Files): Likewise.
4286         * modules/unictype/ctype-blank-tests (Files): Likewise.
4287         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
4288         * modules/unictype/ctype-digit-tests (Files): Likewise.
4289         * modules/unictype/ctype-graph-tests (Files): Likewise.
4290         * modules/unictype/ctype-lower-tests (Files): Likewise.
4291         * modules/unictype/ctype-print-tests (Files): Likewise.
4292         * modules/unictype/ctype-punct-tests (Files): Likewise.
4293         * modules/unictype/ctype-space-tests (Files): Likewise.
4294         * modules/unictype/ctype-upper-tests (Files): Likewise.
4295         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
4296         * modules/unictype/decimal-digit-tests (Files): Likewise.
4297         * modules/unictype/digit-tests (Files): Likewise.
4298         * modules/unictype/mirror-tests (Files): Likewise.
4299         * modules/unictype/numeric-tests (Files): Likewise.
4300         * modules/unictype/property-alphabetic-tests (Files): Likewise.
4301         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
4302         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
4303         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
4304         Likewise.
4305         * modules/unictype/property-bidi-block-separator-tests (Files):
4306         Likewise.
4307         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
4308         Likewise.
4309         * modules/unictype/property-bidi-common-separator-tests (Files):
4310         Likewise.
4311         * modules/unictype/property-bidi-control-tests (Files): Likewise.
4312         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
4313         Likewise.
4314         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
4315         Likewise.
4316         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
4317         Likewise.
4318         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
4319         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
4320         Likewise.
4321         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
4322         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
4323         Likewise.
4324         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
4325         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
4326         * modules/unictype/property-bidi-segment-separator-tests (Files):
4327         Likewise.
4328         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
4329         * modules/unictype/property-byname-tests (Files): Likewise.
4330         * modules/unictype/property-combining-tests (Files): Likewise.
4331         * modules/unictype/property-composite-tests (Files): Likewise.
4332         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
4333         * modules/unictype/property-dash-tests (Files): Likewise.
4334         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
4335         * modules/unictype/property-default-ignorable-code-point-tests (Files):
4336         Likewise.
4337         * modules/unictype/property-deprecated-tests (Files): Likewise.
4338         * modules/unictype/property-diacritic-tests (Files): Likewise.
4339         * modules/unictype/property-extender-tests (Files): Likewise.
4340         * modules/unictype/property-format-control-tests (Files): Likewise.
4341         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
4342         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
4343         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
4344         * modules/unictype/property-hex-digit-tests (Files): Likewise.
4345         * modules/unictype/property-hyphen-tests (Files): Likewise.
4346         * modules/unictype/property-id-continue-tests (Files): Likewise.
4347         * modules/unictype/property-id-start-tests (Files): Likewise.
4348         * modules/unictype/property-ideographic-tests (Files): Likewise.
4349         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
4350         * modules/unictype/property-ids-trinary-operator-tests (Files):
4351         Likewise.
4352         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
4353         * modules/unictype/property-iso-control-tests (Files): Likewise.
4354         * modules/unictype/property-join-control-tests (Files): Likewise.
4355         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
4356         * modules/unictype/property-line-separator-tests (Files): Likewise.
4357         * modules/unictype/property-logical-order-exception-tests (Files):
4358         Likewise.
4359         * modules/unictype/property-lowercase-tests (Files): Likewise.
4360         * modules/unictype/property-math-tests (Files): Likewise.
4361         * modules/unictype/property-non-break-tests (Files): Likewise.
4362         * modules/unictype/property-not-a-character-tests (Files): Likewise.
4363         * modules/unictype/property-numeric-tests (Files): Likewise.
4364         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
4365         * modules/unictype/property-other-default-ignorable-code-point-tests
4366         (Files): Likewise.
4367         * modules/unictype/property-other-grapheme-extend-tests (Files):
4368         Likewise.
4369         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
4370         * modules/unictype/property-other-id-start-tests (Files): Likewise.
4371         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
4372         * modules/unictype/property-other-math-tests (Files): Likewise.
4373         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
4374         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
4375         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
4376         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
4377         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
4378         * modules/unictype/property-private-use-tests (Files): Likewise.
4379         * modules/unictype/property-punctuation-tests (Files): Likewise.
4380         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
4381         * modules/unictype/property-radical-tests (Files): Likewise.
4382         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
4383         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
4384         * modules/unictype/property-space-tests (Files): Likewise.
4385         * modules/unictype/property-terminal-punctuation-tests (Files):
4386         Likewise.
4387         * modules/unictype/property-test-tests (Files): Likewise.
4388         * modules/unictype/property-titlecase-tests (Files): Likewise.
4389         * modules/unictype/property-unassigned-code-value-tests (Files):
4390         Likewise.
4391         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
4392         * modules/unictype/property-uppercase-tests (Files): Likewise.
4393         * modules/unictype/property-variation-selector-tests (Files): Likewise.
4394         * modules/unictype/property-white-space-tests (Files): Likewise.
4395         * modules/unictype/property-xid-continue-tests (Files): Likewise.
4396         * modules/unictype/property-xid-start-tests (Files): Likewise.
4397         * modules/unictype/property-zero-width-tests (Files): Likewise.
4398         * modules/unictype/scripts-tests (Files): Likewise.
4399         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
4400         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
4401         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
4402         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
4403         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
4404         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
4405         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
4406         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
4407         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
4408         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
4409         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
4410         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
4411         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
4412         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
4413         * modules/uninorm/composition-tests (Files): Likewise.
4414         * modules/uninorm/decomposing-form-tests (Files): Likewise.
4415         * modules/uninorm/decomposition-tests (Files): Likewise.
4416         * modules/uninorm/filter-tests (Files): Likewise.
4417         * modules/uninorm/nfc-tests (Files): Likewise.
4418         * modules/uninorm/nfd-tests (Files): Likewise.
4419         * modules/uninorm/nfkc-tests (Files): Likewise.
4420         * modules/uninorm/nfkd-tests (Files): Likewise.
4421         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
4422         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
4423         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
4424         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
4425         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
4426         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
4427         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
4428         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
4429         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
4430         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
4431         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
4432         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
4433         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
4434         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
4435         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
4436         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
4437         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
4438         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
4439         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
4440         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
4441         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
4442         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
4443         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
4444         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
4445         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
4446         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
4447         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
4448         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
4449         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
4450         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
4451         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
4452         * modules/uniwidth/u8-width-tests (Files): Likewise.
4453         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
4454         * modules/uniwidth/u16-width-tests (Files): Likewise.
4455         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
4456         * modules/uniwidth/u32-width-tests (Files): Likewise.
4457         * modules/uniwidth/width-tests (Files): Likewise.
4458         * modules/unlink-tests (Files): Likewise.
4459         * modules/unsetenv-tests (Files): Likewise.
4460         * modules/usleep-tests (Files): Likewise.
4461         * modules/utimens-tests (Files): Likewise.
4462         * modules/utimensat-tests (Files): Likewise.
4463         * modules/vasnprintf-posix-tests (Files): Likewise.
4464         * modules/vasnprintf-tests (Files): Likewise.
4465         * modules/vasprintf-posix-tests (Files): Likewise.
4466         * modules/vasprintf-tests (Files): Likewise.
4467         * modules/vdprintf-posix-tests (Files): Likewise.
4468         * modules/vfprintf-posix-tests (Files): Likewise.
4469         * modules/vprintf-posix-tests (Files): Likewise.
4470         * modules/vsnprintf-posix-tests (Files): Likewise.
4471         * modules/vsnprintf-tests (Files): Likewise.
4472         * modules/vsprintf-posix-tests (Files): Likewise.
4473         * modules/wcrtomb-tests (Files): Likewise.
4474         * modules/wcsnrtombs-tests (Files): Likewise.
4475         * modules/wcsrtombs-tests (Files): Likewise.
4476         * modules/wctype-tests (Files): Likewise.
4477         * modules/wcwidth-tests (Files): Likewise.
4478         * modules/xmemdup0-tests (Files): Likewise.
4479         * modules/xprintf-posix-tests (Files): Likewise.
4480         * modules/xvasprintf-tests (Files): Likewise.
4481
4482 2009-12-24  Eric Blake  <ebb9@byu.net>
4483
4484         test-nanosleep: fix typo
4485         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
4486         patch.
4487         Reported by Bruno Haible.
4488
4489 2009-12-24  Bruno Haible  <bruno@clisp.org>
4490
4491         Reduce namespace pollution on glibc systems.
4492         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
4493         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
4494         systems.
4495         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
4496         <getopt.h> on glibc systems.
4497         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
4498         systems.
4499         * lib/fcntl.c: Include <unistd.h> here instead.
4500
4501 2009-12-24  Bruno Haible  <bruno@clisp.org>
4502
4503         * lib/stdlib.in.h (includes): Fix typo in today's commit.
4504
4505 2009-12-24  Eric Blake  <ebb9@byu.net>
4506
4507         tests: add signature checks
4508         * tests/signature.h (SIGNATURE_CHECK): New file.
4509         * modules/atexit-tests (Files): Use it.
4510         * modules/btowc-tests (Files): Likewise.
4511         * modules/canonicalize-lgpl-tests (Files): Likewise.
4512         * modules/ceilf-tests (Files): Likewise.
4513         * modules/ceill-tests (Files): Likewise.
4514         * modules/chown-tests (Files): Likewise.
4515         * modules/dprintf-posix-tests (Files): Likewise.
4516         * modules/dup2-tests (Files): Likewise.
4517         * modules/dup3-tests (Files): Likewise.
4518         * modules/duplocale-tests (Files): Likewise.
4519         * modules/fchdir-tests (Files): Likewise.
4520         * modules/fcntl-tests (Files): Likewise.
4521         * modules/fdopendir-tests (Files): Likewise.
4522         * modules/fflush-tests (Files): Likewise.
4523         * modules/flock-tests (Files): Likewise.
4524         * modules/floorf-tests (Files): Likewise.
4525         * modules/floorl-tests (Files): Likewise.
4526         * modules/fnmatch-tests (Files): Likewise.
4527         * modules/fopen-tests (Files): Likewise.
4528         * modules/fprintf-posix-tests (Files): Likewise.
4529         * modules/freopen-tests (Files): Likewise.
4530         * modules/frexp-nolibm-tests (Files): Likewise.
4531         * modules/frexp-tests (Files): Likewise.
4532         * modules/frexpl-nolibm-tests (Files): Likewise.
4533         * modules/frexpl-tests (Files): Likewise.
4534         * modules/fseek-tests (Files): Likewise.
4535         * modules/fseeko-tests (Files): Likewise.
4536         * modules/fsync-tests (Files): Likewise.
4537         * modules/ftell-tests (Files): Likewise.
4538         * modules/ftello-tests (Files): Likewise.
4539         * modules/futimens-tests (Files): Likewise.
4540         * modules/getaddrinfo-tests (Files): Likewise.
4541         * modules/getcwd-tests (Files): Likewise.
4542         * modules/getdelim-tests (Files): Likewise.
4543         * modules/getdtablesize-tests (Files): Likewise.
4544         * modules/getgroups-tests (Files): Likewise.
4545         * modules/gethostname-tests (Files): Likewise.
4546         * modules/getline-tests (Files): Likewise.
4547         * modules/getopt-posix-tests (Files): Likewise.
4548         * modules/gettimeofday-tests (Files): Likewise.
4549         * modules/glob-tests (Files): Likewise.
4550         * modules/iconv-tests (Files): Likewise.
4551         * modules/inet_ntop-tests (Files): Likewise.
4552         * modules/inet_pton-tests (Files): Likewise.
4553         * modules/isblank-tests (Files): Likewise.
4554         * modules/lchown-tests (Files): Likewise.
4555         * modules/ldexpl-tests (Files): Likewise.
4556         * modules/link-tests (Files): Likewise.
4557         * modules/linkat-tests (Files): Likewise.
4558         * modules/lseek-tests (Files): Likewise.
4559         * modules/lstat-tests (Files): Likewise.
4560         * modules/mbrtowc-tests (Files): Likewise.
4561         * modules/mbsinit-tests (Files): Likewise.
4562         * modules/mbsnrtowcs-tests (Files): Likewise.
4563         * modules/mbsrtowcs-tests (Files): Likewise.
4564         * modules/memchr-tests (Files): Likewise.
4565         * modules/memcmp-tests (Files): Likewise.
4566         * modules/memmem-tests (Files): Likewise.
4567         * modules/memrchr-tests (Files): Likewise.
4568         * modules/mkdir-tests (Files): Likewise.
4569         * modules/mkfifo-tests (Files): Likewise.
4570         * modules/mkfifoat-tests (Files): Likewise.
4571         * modules/mknod-tests (Files): Likewise.
4572         * modules/nanosleep-tests (Files): Likewise.
4573         * modules/nl_langinfo-tests (Files): Likewise.
4574         * modules/obstack-printf-tests (Files): Likewise.
4575         * modules/open-tests (Files): Likewise.
4576         * modules/openat-tests (Files): Likewise.
4577         * modules/perror-tests (Files): Likewise.
4578         * modules/pipe2-tests (Files): Likewise.
4579         * modules/poll-tests (Files): Likewise.
4580         * modules/popen-tests (Files): Likewise.
4581         * modules/posix_spawn-tests (Files): Likewise.
4582         * modules/posix_spawnp-tests (Files): Likewise.
4583         * modules/pread-tests (Files): Likewise.
4584         * modules/printf-posix-tests (Files): Likewise.
4585         * modules/pty-tests (Files): Likewise.
4586         * modules/random_r-tests (Files): Likewise.
4587         * modules/rawmemchr-tests (Files): Likewise.
4588         * modules/readlink-tests (Files): Likewise.
4589         * modules/remove-tests (Files): Likewise.
4590         * modules/rename-tests (Files): Likewise.
4591         * modules/renameat-tests (Files): Likewise.
4592         * modules/rmdir-tests (Files): Likewise.
4593         * modules/round-tests (Files): Likewise.
4594         * modules/roundf-tests (Files): Likewise.
4595         * modules/roundl-tests (Files): Likewise.
4596         * modules/select-tests (Files): Likewise.
4597         * modules/setenv-tests (Files): Likewise.
4598         * modules/sigaction-tests (Files): Likewise.
4599         * modules/sleep-tests (Files): Likewise.
4600         * modules/snprintf-posix-tests (Files): Likewise.
4601         * modules/snprintf-tests (Files): Likewise.
4602         * modules/sprintf-posix-tests (Files): Likewise.
4603         * modules/stat-tests (Files): Likewise.
4604         * modules/strcasestr-tests (Files): Likewise.
4605         * modules/strchrnul-tests (Files): Likewise.
4606         * modules/strerror-tests (Files): Likewise.
4607         * modules/strsignal-tests (Files): Likewise.
4608         * modules/strstr-tests (Files): Likewise.
4609         * modules/strtod-tests (Files): Likewise.
4610         * modules/strverscmp-tests (Files): Likewise.
4611         * modules/symlink-tests (Files): Likewise.
4612         * modules/symlinkat-tests (Files): Likewise.
4613         * modules/times-tests (Files): Likewise.
4614         * modules/trunc-tests (Files): Likewise.
4615         * modules/truncf-tests (Files): Likewise.
4616         * modules/truncl-tests (Files): Likewise.
4617         * modules/tsearch-tests (Files): Likewise.
4618         * modules/uname-tests (Files): Likewise.
4619         * modules/unlink-tests (Files): Likewise.
4620         * modules/unsetenv-tests (Files): Likewise.
4621         * modules/usleep-tests (Files): Likewise.
4622         * modules/utimensat-tests (Files): Likewise.
4623         * modules/vasprintf-tests (Files): Likewise.
4624         * modules/vdprintf-posix-tests (Files): Likewise.
4625         * modules/vfprintf-posix-tests (Files): Likewise.
4626         * modules/vprintf-posix-tests (Files): Likewise.
4627         * modules/vsnprintf-posix-tests (Files): Likewise.
4628         * modules/vsnprintf-tests (Files): Likewise.
4629         * modules/vsprintf-posix-tests (Files): Likewise.
4630         * modules/wcrtomb-tests (Files): Likewise.
4631         * modules/wcsnrtombs-tests (Files): Likewise.
4632         * modules/wcsrtombs-tests (Files): Likewise.
4633         * modules/wcwidth-tests (Files): Likewise.
4634         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
4635         * tests/test-isinf.c (isinf): Likewise.
4636         * tests/test-isnan.c (isnan): Likewise.
4637         * tests/test-signbit.c (signbit): Likewise.
4638         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
4639         declaration, either as macro or with correct signature.
4640         (select): Ensure function under test is declared with correct
4641         signature in correct header.
4642         * tests/test-atexit.c (atexit): Likewise.
4643         * tests/test-btowc.c (btowc): Likewise.
4644         * tests/test-canonicalize-lgpl.c (realpath)
4645         (canonicalize_file_name): Likewise.
4646         * tests/test-ceilf1.c (ceilf): Likewise.
4647         * tests/test-ceill.c (ceill): Likewise.
4648         * tests/test-chown.c (chown): Likewise.
4649         * tests/test-dprintf-posix.c (dprintf): Likewise.
4650         * tests/test-dup2.c (dup2): Likewise.
4651         * tests/test-dup3.c (dup3): Likewise.
4652         * tests/test-duplocale.c (duplocale): Likewise.
4653         * tests/test-fchdir.c (fchdir): Likewise.
4654         * tests/test-fchownat.c (fchownat): Likewise.
4655         * tests/test-fcntl.c (fcntl): Likewise.
4656         * tests/test-fdopendir.c (fdopendir): Likewise.
4657         * tests/test-fflush.c (fflush): Likewise.
4658         * tests/test-flock.c (flock): Likewise.
4659         * tests/test-floorf1.c (floorf): Likewise.
4660         * tests/test-floorl.c (floorl): Likewise.
4661         * tests/test-fnmatch.c (fnmatch): Likewise.
4662         * tests/test-fopen.c (fopen): Likewise.
4663         * tests/test-fprintf-posix.c (fprintf): Likewise.
4664         * tests/test-freopen.c (freopen): Likewise.
4665         * tests/test-frexp.c (frexp): Likewise.
4666         * tests/test-frexpl.c (frexpl): Likewise.
4667         * tests/test-fseek.c (fseek): Likewise.
4668         * tests/test-fseeko.c (fseeko): Likewise.
4669         * tests/test-fstatat.c (fstatat): Likewise.
4670         * tests/test-fsync.c (fsync): Likewise.
4671         * tests/test-ftell.c (ftell): Likewise.
4672         * tests/test-ftello.c (ftello): Likewise.
4673         * tests/test-futimens.c (futimens): Likewise.
4674         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
4675         (gai_strerror): Likewise.
4676         * tests/test-getcwd.c (getcwd): Likewise.
4677         * tests/test-getdelim.c (getdelim): Likewise.
4678         * tests/test-getdtablesize.c (getdtablesize): Likewise.
4679         * tests/test-getgroups.c (getgroups): Likewise.
4680         * tests/test-gethostname.c (gethostname): Likewise.
4681         * tests/test-getline.c (getline): Likewise.
4682         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
4683         Likewise.
4684         * tests/test-gettimeofday.c (gettimeofday): Likewise.
4685         * tests/test-glob.c (glob, globfree): Likewise.
4686         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
4687         * tests/test-inet_ntop.c (inet_ntop): Likewise.
4688         * tests/test-inet_pton.c (inet_pton): Likewise.
4689         * tests/test-isblank.c (isblank): Likewise.
4690         * tests/test-lchown.c (lchown): Likewise.
4691         * tests/test-ldexpl.c (ldexpl): Likewise.
4692         * tests/test-link.c (link): Likewise.
4693         * tests/test-linkat.c (linkat): Likewise.
4694         * tests/test-lseek.c (lseek): Likewise.
4695         * tests/test-lstat.c (lstat): Likewise.
4696         * tests/test-mbrtowc.c (mbrtowc): Likewise.
4697         * tests/test-mbsinit.c (mbsinit): Likewise.
4698         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
4699         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
4700         * tests/test-memchr.c (memchr): Likewise.
4701         * tests/test-memcmp.c (memcmp): Likewise.
4702         * tests/test-memmem.c (memmem): Likewise.
4703         * tests/test-memrchr.c (memrchr): Likewise.
4704         * tests/test-mkdir.c (mkdir): Likewise.
4705         * tests/test-mkdirat.c (mkdirat): Likewise.
4706         * tests/test-mkfifo.c (mkfifo): Likewise.
4707         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
4708         * tests/test-mknod.c (mknod): Likewise.
4709         * tests/test-nanosleep.c (nanosleep): Likewise.
4710         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
4711         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
4712         Likewise.
4713         * tests/test-open.c (open): Likewise.
4714         * tests/test-openat.c (openat): Likewise.
4715         * tests/test-perror.c (perror): Likewise.
4716         * tests/test-pipe2.c (pipe2): Likewise.
4717         * tests/test-poll.c (poll): Likewise.
4718         * tests/test-popen.c (popen, pclose): Likewise.
4719         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
4720         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
4721         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
4722         (posix_spawn_file_actions_destroy)
4723         (posix_spawn_file_actions_addclose)
4724         (posix_spawn_file_actions_addopen)
4725         (posix_spawn_file_actions_adddup2): Likewise.
4726         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
4727         * tests/test-pread.c (pread): Likewise.
4728         * tests/test-printf-posix.c (printf): Likewise.
4729         * tests/test-pty.c (openpty, forkpty): Likewise.
4730         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
4731         (random_r): Likewise.
4732         * tests/test-rawmemchr.c (rawmemchr): Likewise.
4733         * tests/test-readlink.c (readlink): Likewise.
4734         * tests/test-remove.c (remove): Likewise.
4735         * tests/test-rename.c (rename): Likewise.
4736         * tests/test-renameat.c (renameat): Likewise.
4737         * tests/test-rmdir.c (rmdir): Likewise.
4738         * tests/test-round1.c (round): Likewise.
4739         * tests/test-roundf1.c (roundf): Likewise.
4740         * tests/test-roundl.c (roundl): Likewise.
4741         * tests/test-setenv.c (setenv): Likewise.
4742         * tests/test-sigaction.c (sigaction): Likewise.
4743         * tests/test-sleep.c (sleep): Likewise.
4744         * tests/test-snprintf.c (snprintf): Likewise.
4745         * tests/test-sprintf-posix.c (sprintf): Likewise.
4746         * tests/test-stat.c (stat): Likewise.
4747         * tests/test-stpncpy.c (stpncpy): Likewise.
4748         * tests/test-strcasestr.c (strcasestr): Likewise.
4749         * tests/test-strchrnul.c (strchrnul): Likewise.
4750         * tests/test-strerror.c (strerror): Likewise.
4751         * tests/test-strsignal.c (strsignal): Likewise.
4752         * tests/test-strstr.c (strstr): Likewise.
4753         * tests/test-strtod.c (strtod): Likewise.
4754         * tests/test-strverscmp.c (strverscmp): Likewise.
4755         * tests/test-symlink.c (symlink): Likewise.
4756         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
4757         * tests/test-times.c (times): Likewise.
4758         * tests/test-trunc1.c (trunc): Likewise.
4759         * tests/test-truncf1.c (truncf): Likewise.
4760         * tests/test-truncl.c (truncl): Likewise.
4761         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
4762         Likewise.
4763         * tests/test-uname.c (uname): Likewise.
4764         * tests/test-unlink.c (unlink): Likewise.
4765         * tests/test-unlinkat.c (unlinkat): Likewise.
4766         * tests/test-unsetenv.c (unsetenv): Likewise.
4767         * tests/test-usleep.c (usleep): Likewise.
4768         * tests/test-utimensat.c (utimensat): Likewise.
4769         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
4770         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
4771         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
4772         * tests/test-vprintf-posix.c (vprintf): Likewise.
4773         * tests/test-vsnprintf.c (vsnprintf): Likewise.
4774         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
4775         * tests/test-wcrtomb.c (wcrtomb): Likewise.
4776         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
4777         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
4778         * tests/test-wcwidth.c (wcwidth): Likewise.
4779
4780         build: pull in conditional headers during GNULIB_POSIXCHECK
4781         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
4782         definitions from any conditionally-included headers.
4783         * lib/stdlib.in.h (includes): Likewise.
4784         * lib/unistd.in.h (includes): Likewise.
4785
4786 2009-12-24  Bruno Haible  <bruno@clisp.org>
4787
4788         * tests/test-argv-iter.c: Include header file being tested immediately
4789         after config.h.
4790         * tests/test-base64.c: Likewise.
4791         * tests/test-flock.c: Likewise.
4792         * tests/test-fsync.c: Likewise.
4793         * tests/test-getdate.c: Likewise.
4794         * tests/test-getndelim2.c: Likewise.
4795         * tests/test-isfinite.c: Likewise.
4796         * tests/test-isinf.c: Likewise.
4797         * tests/test-strerror.c: Likewise.
4798         * tests/test-strsignal.c: Likewise.
4799
4800 2009-12-23  Eric Blake  <ebb9@byu.net>
4801
4802         unistd: work around cygwin bug
4803         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
4804         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
4805         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4806
4807 2009-12-23  Bruno Haible  <bruno@clisp.org>
4808
4809         localename: More tests.
4810         * tests/test-localename.c (SIZEOF): New macro.
4811         (categories): New variable.
4812         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
4813         test_locale_name_default): Add test w.r.t. thread locale.
4814         (test_locale_name_thread): New function.
4815         (main): Invoke it.
4816
4817         localename: Make aware of thread locale.
4818         * lib/localename.h (gl_locale_name_thread): New declaration.
4819         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
4820         behaviour with respect to thread locale.
4821         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
4822         <langinfo.h>, glthread/lock.h.
4823         (SIZE_BITS): New macro.
4824         (string_hash): New function.
4825         (struct hash_node): New type.
4826         (HASH_TABLE_SIZE): New macro.
4827         (struniq_hash_table, struniq_lock): New variables.
4828         (struniq): New function.
4829         (gl_locale_name_thread): New function.
4830         (gl_locale_name): Invoke it.
4831         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
4832         * modules/localename (Depends-on): Add lock.
4833         Reported by Mike Gran <spk121@yahoo.com>.
4834
4835 2009-12-23  Eric Blake  <ebb9@byu.net>
4836
4837         va-args: new module
4838         * modules/va-args: New file.
4839         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
4840         * MODULES.html.sh (Core language properties): Mention it.
4841
4842         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
4843         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
4844         named alias for __attribute__((__unused__)).
4845         * lib/chown.c: Update client.
4846         * lib/fchmodat.c: Likewise.
4847         * lib/fts.c: Likewise.
4848         * lib/getdate.y: Likewise.
4849         * lib/getgroups.c: Likewise.
4850         * lib/getopt.c: Likewise.
4851         * lib/getugroups.c: Likewise.
4852         * lib/mkdir.c: Likewise.
4853         * lib/mkfifo.c: Likewise.
4854         * lib/mkfifoat.c: Likewise.
4855         * lib/mknod.c: Likewise.
4856         * lib/mknodat.c: Likewise.
4857         * lib/readlink.c: Likewise.
4858         * lib/se-context.in.h: Likewise.
4859         * lib/se-selinux.in.h: Likewise.
4860         * lib/sockets.c: Likewise.
4861         * lib/symlink.c: Likewise.
4862         * lib/symlinkat.c: Likewise.
4863         * lib/unicodeio.c: Likewise.
4864         * lib/unistr.h: Likewise.
4865         * tests/test-areadlink.c: Likewise.
4866         * tests/test-areadlinkat.c: Likewise.
4867         * tests/test-filenamecat.c: Likewise.
4868         * tests/test-fseeko.c: Likewise.
4869         * tests/test-ftello.c: Likewise.
4870         * tests/test-getdate.c: Likewise.
4871         * tests/test-getgroups.c: Likewise.
4872         * tests/test-gethostname.c: Likewise.
4873         * tests/test-quotearg.c: Likewise.
4874         * tests/test-version-etc.c: Likewise.
4875         * tests/test-xalloc-die.c: Likewise.
4876         * tests/test-xfprintf-posix.c: Likewise.
4877         * tests/test-xprintf-posix.c: Likewise.
4878         * tests/test-xvasprintf.c: Likewise.
4879
4880         tests: avoid compiler warnings
4881         * tests/test-fcntl.c (main): Delete unused parameters.
4882         * tests/test-freopen-safer.c (main): Likewise.
4883         * tests/test-xalloc-die.c (main): Mark unused parameters.
4884         * tests/test-fseeko.c (main): Likewise.
4885         * tests/test-ftello.c (main): Likewise.
4886         * tests/test-nanosleep.c (main): Avoid declaration warning.
4887         * tests/test-sleep.c (main): Likewise.
4888         * tests/test-unsetenv.c (main): Silence warning about string
4889         literal.
4890         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
4891
4892 2009-12-23  Bruno Haible  <bruno@clisp.org>
4893
4894         * tests/test-localename.c (test_locale_name): New function, extracted
4895         from main. Also test mixed situations.
4896         (test_locale_name_posix, test_locale_name_environ,
4897         test_locale_name_default): New functions.
4898         (main): Invoke them all.
4899         * modules/localename-tests (configure.ac): Test for newlocale.
4900
4901 2009-12-23  Bruno Haible  <bruno@clisp.org>
4902
4903         unistd: Ensure getcwd gets declared before being overridden.
4904         * lib/unistd.in.h: Conditionally include <io.h>.
4905
4906 2009-12-22  Bruno Haible  <bruno@clisp.org>
4907
4908         wchar: Diagnose broken combination of glibc and gcc versions and flags.
4909         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
4910         (gl_WCHAR_H): Invoke it.
4911         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
4912         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
4913         Reported by Karl Berry <karl@freefriends.org>.
4914
4915 2009-12-22  Eric Blake  <ebb9@byu.net>
4916
4917         math, unistd: avoid redundant includes
4918         * lib/math.in.h (isnan): No need to re-include <math.h>.
4919         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
4920
4921         getsubopt: work around cygwin bug
4922         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
4923         avoid conflicting with system getsubopt.
4924         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
4925         bug.
4926
4927         getopt: synchronize from glibc
4928         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
4929         parameter order.  Adjust all callers.
4930         (_getopt_internal_r, main): Adjust quoting in error messages.
4931         Drop considerations for outdated POSIX 1003.2 error message.
4932         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
4933         callers.
4934         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
4935
4936         test-getopt: test stderr behavior
4937         * modules/getopt-posix-tests (Depends-on): Add dup2.
4938         * tests/test-getopt.c (ASSERT): Avoid stderr.
4939         (main): Move stderr to a temporary file.
4940         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
4941         Instead, add parameter to inform caller if output occurred.
4942         (test_getopt): Adjust all existing tests to expect silence, and
4943         add new tests of leading ":".
4944         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4945         glibc shortcomings with leading "-:" or "+:" in optstring.
4946         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4947         Likewise.
4948         * doc/posix-functions/getopt.texi (getopt): Likewise.
4949
4950         test-getopt: enhance test
4951         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
4952         supports optind=0.
4953         * tests/test-getopt.c (OPTIND_MIN): Move...
4954         * tests/test-getopt.h (OPTIND_MIN): ...here.
4955         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
4956         Require that optind=0 works, since modern BSD supports it in
4957         addition to optreset, and since coreutils expects it.
4958         (test_getopt_long_only): New test.
4959         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4960         glibc shortcomings with 'W;', and enforcement of optind=0.
4961         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4962         Likewise.
4963
4964 2009-12-21  Bruno Haible  <bruno@clisp.org>
4965
4966         localename: Improvements for MacOS X and Cygwin.
4967         * lib/localename.h (gl_locale_name_environ): New declaration.
4968         * lib/localename.c (gl_locale_name_environ): New function, extracted from
4969         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
4970         (gl_locale_name_posix): Invoke it.
4971         (gl_locale_name_default): Add comments. Use Windows native API also on
4972         Cygwin.
4973
4974 2009-12-21  Bruno Haible  <bruno@clisp.org>
4975
4976         Update list of Win32 locale ids.
4977         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
4978         (LANG_SAMI): Renamed from LANG_SAAMI.
4979         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
4980         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
4981         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
4982         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
4983         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
4984         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
4985         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
4986         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
4987         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
4988         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
4989         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
4990         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
4991         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
4992         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
4993         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
4994         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
4995         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
4996         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
4997         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
4998         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
4999         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
5000         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
5001         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
5002         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
5003         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
5004         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
5005         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
5006         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
5007         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
5008         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
5009         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
5010         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
5011         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
5012         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
5013         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
5014         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
5015         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
5016         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
5017         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
5018         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
5019         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
5020         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
5021         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
5022         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
5023         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
5024         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
5025         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
5026         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
5027         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
5028         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
5029         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
5030         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
5031         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
5032         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
5033         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
5034         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
5035         Add more languages and countries for Sami, Sorbian. Add more countries
5036         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
5037         for Pashto. Change country for Syriac, Tswana.
5038
5039 2009-12-21  Eric Blake  <ebb9@byu.net>
5040
5041         test-utimens: avoid spurious failure
5042         * tests/test-chown.h (nap): Factor...
5043         * tests/nap.h: ...into new file.
5044         * tests/test-lchown.h (nap): Avoid duplication.
5045         * tests/test-utimens-common.h (nap): Use shared implementation,
5046         necessary on file systems with 1-second resolution.
5047         * modules/chown-tests (Files): Include new file.
5048         * modules/fdutimensat-tests (Files): Likewise.
5049         * modules/futimens-tests (Files): Likewise.
5050         * modules/lchown-tests (Files): Likewise.
5051         * modules/openat-tests (Files): Likewise.
5052         * modules/utimens-tests (Files): Likewise.
5053         * modules/utimensat-tests (Files): Likewise.
5054
5055 2009-12-19  Eric Blake  <ebb9@byu.net>
5056
5057         futimens, utimensat: work around Linux bug
5058         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
5059         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5060         * lib/utimensat.c (rpl_utimensat): Work around it.
5061         * lib/futimens.c (rpl_futimens): Adjust comment.
5062
5063         utimens: work around Linux ctime bug
5064         * lib/utimens.c (detect_ctime_bug): New helper function.
5065         (update_timespec): Differentiate between workaround needed for
5066         this bug vs. what is needed for systems that lack utimensat.
5067         (fdutimens, lutimens): Work around bug.
5068
5069         utimens: check for ctime update
5070         * tests/test-utimens-common.h (check_ctime): Define.
5071         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
5072         * tests/test-futimens.h (test_futimens): Likewise.
5073         * tests/test-lutimens.h (test_lutimens): Likewise.
5074         * doc/posix-functions/futimens.texi (futimens): Document the bug.
5075         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5076
5077 2009-12-19  Bruno Haible  <bruno@clisp.org>
5078
5079         dprintf-posix: Check against memory leak fixed on 2009-12-15.
5080         * tests/test-dprintf-posix2.sh: New file.
5081         * tests/test-dprintf-posix2.c: New file.
5082         * modules/dprintf-posix-tests (Files): Add them.
5083         (configure.ac): Check for getrlimit and setrlimit.
5084         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
5085
5086 2009-12-19  Bruno Haible  <bruno@clisp.org>
5087
5088         fprintf-posix: Check against memory leak fixed on 2009-12-15.
5089         * tests/test-fprintf-posix3.sh: New file.
5090         * tests/test-fprintf-posix3.c: New file.
5091         * modules/fprintf-posix-tests (Files): Add them.
5092         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
5093
5094 2009-12-19  Eric Blake  <ebb9@byu.net>
5095
5096         dirfd: fix prototype
5097         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
5098         * lib/dirfd.c (dirfd): Likewise.
5099
5100         canonicalize: reduce memory usage
5101         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
5102         allocation to size.
5103         Reported by Solar Designer <solar@openwall.com>.
5104
5105 2009-12-19  Bruno Haible  <bruno@clisp.org>
5106
5107         New module attribute 'Applicability'.
5108         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
5109         * gnulib-tool: New option --extract-applicability.
5110         (func_usage): Document it.
5111         (sed_extract_prog): Recognize it.
5112         (func_get_applicability): New function.
5113         (func_import): Generalize handling of 'link-warning' module.
5114         * modules/link-warning (Applicability): New section.
5115         * modules/arg-nonnull (Applicability): New section.
5116         Repoted by Simon Josefsson <simon@josefsson.org>.
5117
5118 2009-12-19  Bruno Haible  <bruno@clisp.org>
5119
5120         fflush: tweak
5121         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
5122         * lib/fseeko.c (rpl_fseeko): Likewise.
5123
5124 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
5125
5126         * lib/gl_list.h: Fix typo in comment.
5127
5128 2009-12-16  Eric Blake  <ebb9@byu.net>
5129
5130         fcntl: use to simplify other modules
5131         * modules/cloexec (Depends-on): Add fcntl.
5132         * modules/fchdir (Depends-on): Likewise.
5133         * modules/fd-safer-flag (Depends-on): Likewise.
5134         * modules/unistd-safer (Depends-on): Likewise.
5135         * modules/dup3 (configure.ac): Set module indicator.
5136         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
5137         missing.
5138         * lib/fchdir.c (_gl_register_dup): Fix comment.
5139         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
5140         * lib/dup-safer.c (dup_safer): Likewise.
5141         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
5142         * lib/dup3.c (dup3): Likewise.
5143         * tests/test-fchdir.c (main): Enhance test.
5144         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
5145
5146         fcntl: port portions of fcntl to mingw
5147         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
5148         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
5149         replacement for mingw.
5150         * modules/fcntl (Description): Update.
5151         (Depends-on): Add dup2.
5152         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
5153         * modules/fcntl-h (Makefile.am): Substitute it.
5154         * lib/fcntl.in.h (fcntl): Update declaration.
5155         (F_DUPFD, F_GETFD): New macros, when needed.
5156         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
5157         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
5158         * tests/test-fcntl.c (check_flags, main): Enhance test for items
5159         we now guarantee.
5160
5161         fcntl: work around cygwin bug in F_DUPFD
5162         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
5163         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
5164         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
5165         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
5166         * doc/posix-functions/fcntl.texi (fcntl): Document it.
5167
5168         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
5169         * modules/fcntl (Files): List new files.
5170         (configure.ac): Run a test.
5171         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
5172         * lib/fcntl.c (rpl_fcntl): Likewise.
5173         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
5174         (gl_FCNTL_H): Always replace fcntl.h.
5175         * modules/fcntl-h (Makefile.am): Substitute witnesses.
5176         * lib/fcntl.in.h (fcntl): Declare replacement.
5177         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
5178         needed, plus a witness.
5179         * doc/posix-functions/fcntl.texi (fcntl): Document this.
5180         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
5181         * tests/test-fcntl.c: New file.
5182         * modules/fcntl-tests: Likewise.
5183
5184         binary-io: avoid potential compilation warning
5185         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
5186         directives.
5187
5188         fflush: avoid compilation error on NetBSD
5189         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
5190         between off_t and fpos_t, since the latter is sometimes a struct.
5191         * lib/fseeko.c (rpl_fseeko): Likewise.
5192         Reported by Alexander Nasonov <alnsn@yandex.ru>.
5193
5194 2009-12-15  Eric Blake  <ebb9@byu.net>
5195
5196         fcntl-h, stdio, sys_ioctl: fix declarations
5197         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
5198         function must not take arguments.
5199         * lib/sys_ioctl.in.h (ioctl): Likewise.
5200         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
5201         (open): Add a link warning.
5202
5203 2009-12-15  Jim Meyering  <meyering@redhat.com>
5204
5205         areadlink, areadlink-with-size: relax license to LGPLv2+
5206         * modules/areadlink (License): Relax to LGPLv2+.
5207         * modules/areadlink-with-size (License): Likewise.
5208
5209 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
5210             Bruno Haible  <bruno@clisp.org>
5211
5212         *printf: Fix memory leak.
5213         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
5214         * lib/vfprintf.c (vfprintf): Likewise.
5215         * lib/dprintf.c (dprintf): Likewise.
5216         * lib/vdprintf.c (vdprintf): Likewise.
5217
5218 2009-12-14  Eric Blake  <ebb9@byu.net>
5219
5220         accept4: adjust module dependencies
5221         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
5222
5223         utimens: one more try at avoiding compiler warning
5224         * lib/utimens.c (lutimens): Lower scope of result.
5225
5226 2009-12-13  Bruno Haible  <bruno@clisp.org>
5227
5228         Move the malloc checking from module 'list' to new module 'xlist'.
5229         * modules/xlist: New file.
5230         * lib/gl_xlist.h: New file.
5231         * lib/gl_xlist.c: New file.
5232         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
5233         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
5234         gl_list_add_last, gl_list_add_before, gl_list_add_after,
5235         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
5236         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
5237         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
5238         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
5239         gl_sortedlist_nx_add): New declarations.
5240         (struct gl_list_implementation): Rename and change methods accordingly.
5241         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
5242         (gl_list_nx_create): Renamed from gl_list_create.
5243         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
5244         (gl_list_nx_set_at): Renamed from gl_list_set_at.
5245         (gl_list_nx_add_first): Renamed from gl_list_add_first.
5246         (gl_list_nx_add_last): Renamed from gl_list_add_last.
5247         (gl_list_nx_add_before): Renamed from gl_list_add_before.
5248         (gl_list_nx_add_after): Renamed from gl_list_add_after.
5249         (gl_list_nx_add_at): Renamed from gl_list_add_at.
5250         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
5251         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
5252         gl_list_create_empty.
5253         (gl_list_nx_create): Renamed from gl_list_create.
5254         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
5255         (gl_list_nx_set_at): Renamed from gl_list_set_at.
5256         (gl_list_nx_add_first): Renamed from gl_list_add_first.
5257         (gl_list_nx_add_last): Renamed from gl_list_add_last.
5258         (gl_list_nx_add_before): Renamed from gl_list_add_before.
5259         (gl_list_nx_add_after): Renamed from gl_list_add_after.
5260         (gl_list_nx_add_at): Renamed from gl_list_add_at.
5261         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
5262         * lib/gl_array_list.c: Don't include xalloc.h.
5263         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
5264         NULL upon out-of-memory.
5265         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
5266         out-of-memory.
5267         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
5268         Change return type to 'int'.
5269         (gl_array_nx_set_at): Renamed from gl_array_set_at.
5270         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
5271         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
5272         upon out-of-memory.
5273         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
5274         upon out-of-memory.
5275         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
5276         upon out-of-memory.
5277         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
5278         upon out-of-memory.
5279         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
5280         out-of-memory.
5281         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
5282         Update.
5283         (gl_array_list_implementation): Update.
5284         * lib/gl_carray_list.c: Don't include xalloc.h.
5285         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
5286         Return NULL upon out-of-memory.
5287         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
5288         out-of-memory.
5289         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
5290         Change return type to 'int'.
5291         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
5292         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
5293         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
5294         upon out-of-memory.
5295         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
5296         upon out-of-memory.
5297         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
5298         out-of-memory.
5299         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
5300         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
5301         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
5302         Update.
5303         (gl_carray_list_implementation): Update.
5304         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
5305         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
5306         gl_linked_create_empty. Return NULL upon out-of-memory.
5307         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
5308         out-of-memory.
5309         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
5310         Change return type to 'int'. Return -1 upon out-of-memory.
5311         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
5312         out-of-memory.
5313         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
5314         upon out-of-memory.
5315         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
5316         upon out-of-memory.
5317         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
5318         NULL upon out-of-memory.
5319         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
5320         upon out-of-memory.
5321         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
5322         out-of-memory.
5323         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
5324         Update.
5325         * lib/gl_linked_list.c: Don't include xalloc.h.
5326         (gl_linked_list_implementation): Update.
5327         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
5328         (add_to_bucket): Change return type to 'int'.
5329         (gl_linkedhash_list_implementation): Update.
5330         * lib/gl_anytree_list1.h (free_subtree): New function.
5331         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
5332         gl_tree_create_empty. Return NULL upon out-of-memory.
5333         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
5334         Change return type to 'int'. Return -1 upon out-of-memory.
5335         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
5336         out-of-memory.
5337         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
5338         (gl_tree_remove_node): New function, moved here from
5339         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
5340         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
5341         Update.
5342         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
5343         malloc, not xmalloc. Return NULL upon out-of-memory.
5344         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
5345         out-of-memory.
5346         (gl_tree_remove_node_from_tree): New function, extracted from
5347         gl_tree_remove_node.
5348         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
5349         upon out-of-memory.
5350         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
5351         out-of-memory.
5352         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
5353         upon out-of-memory.
5354         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
5355         upon out-of-memory.
5356         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
5357         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
5358         not xmalloc. Return NULL upon out-of-memory.
5359         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
5360         out-of-memory.
5361         (gl_tree_remove_node_from_tree): New function, extracted from
5362         gl_tree_remove_node.
5363         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
5364         upon out-of-memory.
5365         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
5366         out-of-memory.
5367         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
5368         upon out-of-memory.
5369         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
5370         upon out-of-memory.
5371         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
5372         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
5373         gl_anytree_list1.h before gl_anyavltree_list2.h.
5374         (gl_avltree_list_implementation): Update.
5375         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
5376         gl_anytree_list1.h before gl_anyavltree_list2.h.
5377         (gl_rbtree_list_implementation): Update.
5378         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
5379         Change return type to 'int'. Return -1 upon out-of-memory. Use
5380         __builtin_expect.
5381         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
5382         (gl_avltreehash_list_implementation): Update.
5383         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
5384         (gl_rbtreehash_list_implementation): Update.
5385         * modules/array-list (Depends-on): Remove xalloc.
5386         * modules/carray-list (Depends-on): Likewise.
5387         * modules/linked-list (Depends-on): Likewise.
5388         * modules/linkedhash-list (Depends-on): Likewise.
5389         * modules/avltree-list (Depends-on): Likewise.
5390         * modules/rbtree-list (Depends-on): Likewise.
5391         * modules/avltreehash-list (Depends-on): Likewise.
5392         * modules/rbtreehash-list (Depends-on): Likewise.
5393
5394         * modules/xsublist: New file.
5395         * lib/gl_xsublist.h: New file.
5396         * lib/gl_xsublist.c: New file.
5397         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
5398         (gl_sublist_nx_create): New declaration.
5399         * lib/gl_sublist.c: Don't include xalloc.h.
5400         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
5401         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
5402         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
5403         Change return type to 'int'. Return -1 upon out-of-memory.
5404         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
5405         upon out-of-memory.
5406         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
5407         NULL upon out-of-memory.
5408         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
5409         upon out-of-memory.
5410         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
5411         NULL upon out-of-memory.
5412         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
5413         NULL upon out-of-memory.
5414         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
5415         upon out-of-memory.
5416         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
5417         (gl_sublist_list_implementation): Update.
5418         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
5419         upon out-of-memory.
5420         * modules/sublist (Depends-on): Remove xalloc.
5421
5422         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
5423         * tests/test-carray_list.c: Likewise.
5424         * tests/test-linked_list.c: Likewise.
5425         * tests/test-linkedhash_list.c: Likewise.
5426         * tests/test-avltree_list.c: Likewise.
5427         * tests/test-rbtree_list.c: Likewise.
5428         * tests/test-avltreehash_list.c: Likewise.
5429         * tests/test-rbtreehash_list.c: Likewise.
5430         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
5431         * modules/carray-list-tests (Makefile.am): Likewise.
5432         * modules/linked-list-tests (Makefile.am): Likewise.
5433         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5434         * modules/avltree-list-tests (Makefile.am): Likewise.
5435         * modules/rbtree-list-tests (Makefile.am): Likewise.
5436         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5437         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5438
5439         * NEWS: Mention the changes.
5440
5441         * lib/clean-temp.c: Include gl_xlist.h.
5442         * modules/clean-temp (Depends-on): Add xlist.
5443
5444         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
5445         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
5446
5447         * tests/test-array_oset.c: Include gl_xlist.h.
5448         * modules/array-oset-tests (Depends-on): Add xlist.
5449
5450         Reported by José E. Marchesi <jemarch@gnu.org>.
5451
5452 2009-12-13  Bruno Haible  <bruno@clisp.org>
5453
5454         Move the malloc checking from module 'oset' to new module 'xoset'.
5455         * modules/xoset: New file.
5456         * lib/gl_xoset.h: New file.
5457         * lib/gl_xoset.c: New file.
5458         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
5459         declarations.
5460         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
5461         (struct gl_oset_implementation): Rename and change methods accordingly.
5462         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
5463         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
5464         'int'. Mark as __warn_unused_result__.
5465         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
5466         gl_oset_create_empty.
5467         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
5468         'int'.
5469         * lib/gl_array_oset.c: Don't include xalloc.h.
5470         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
5471         malloc, not xmalloc.
5472         (grow): Change return type to 'int'. Don't call xalloc_die.
5473         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
5474         to 'int'.
5475         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
5476         'int'.
5477         (gl_array_oset_implementation): Update.
5478         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
5479         gl_tree_create_empty.
5480         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
5481         'int'.
5482         * lib/gl_avltree_oset.c: Don't include xalloc.h.
5483         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
5484         xmalloc.
5485         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
5486         not xmalloc.
5487         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
5488         xmalloc.
5489         (gl_avltree_oset_implementation): Update.
5490         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
5491         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
5492         xmalloc.
5493         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
5494         not xmalloc.
5495         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
5496         xmalloc.
5497         (gl_rbtree_oset_implementation): Update.
5498         * modules/array-oset (Depends-on): Remove xalloc.
5499         * modules/avltree-oset (Depends-on): Likewise.
5500         * modules/rbtree-oset (Depends-on): Likewise.
5501         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
5502         * tests/test-avltree_oset.c: Likewise.
5503         * tests/test-rbtree_oset.c: Likewise.
5504         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5505         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
5506         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5507         * NEWS: Mention the change.
5508
5509 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
5510
5511         maint.mk: allow a project to override release-prep commands
5512         * top/maint.mk (alpha, beta, stable): Move release-preparatory
5513         commands into a new rule.
5514         (release-prep): New rule.
5515         (release-prep-hook): New overridable variable.
5516
5517 2009-12-13  Bruno Haible  <bruno@clisp.org>
5518
5519         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
5520
5521 2009-12-13  Jim Meyering  <meyering@redhat.com>
5522
5523         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
5524         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
5525
5526 2009-12-12  Bruno Haible  <bruno@clisp.org>
5527
5528         duplocale: Tweak.
5529         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
5530
5531 2009-12-12  Karl Berry  <karl@gnu.org>
5532
5533         * config/srclist.txt (strtoll.c): tab changes, no more sync.
5534
5535 2009-12-12  Bruno Haible  <bruno@clisp.org>
5536
5537         * m4/po.m4: Undo incorrect untabification.
5538
5539 2009-12-12  Bruno Haible  <bruno@clisp.org>
5540
5541         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
5542         * modules/c-strtod (Depends-on): Add locale.
5543         * modules/c-strtold (Depends-on): Likewise.
5544
5545 2009-12-12  Bruno Haible  <bruno@clisp.org>
5546
5547         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
5548
5549 2009-12-11  Eric Blake  <ebb9@byu.net>
5550
5551         setenv: relax requirement in light of POSIX ruling
5552         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
5553         not NULL.
5554         * tests/test-setenv.c (main): Relax test.
5555         * tests/test-unsetenv.c (main): Likewise.
5556         * doc/posix-functions/setenv.texi (setenv): Document this.
5557         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
5558
5559 2009-12-11  Bruno Haible  <bruno@clisp.org>
5560
5561         New module 'fd-safer-flag'.
5562         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
5563         * lib/dup-safer.c (dup_safer_flag): Remove function.
5564         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
5565         * lib/fd-safer.c (fd_safer_flag): Remove function.
5566         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
5567         * modules/cloexec (configure.ac): Drop indicator macro.
5568         * modules/fd-safer-flag: New file.
5569         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
5570         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
5571         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
5572
5573 2009-12-11  Bruno Haible  <bruno@clisp.org>
5574
5575         Tests for module 'nl_langinfo'.
5576         * modules/nl_langinfo-tests: New file.
5577         * tests/test-nl_langinfo.sh: New file.
5578         * tests/test-nl_langinfo.c: New file.
5579
5580         New module 'nl_langinfo'.
5581         * lib/nl_langinfo.c: New file.
5582         * m4/nl_langinfo.m4: New file.
5583         * modules/nl_langinfo: New file.
5584         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
5585
5586 2009-12-11  Bruno Haible  <bruno@clisp.org>
5587
5588         Tests for module 'langinfo'.
5589         * modules/langinfo-tests: New file.
5590         * tests/test-langinfo.c: New file.
5591
5592         New module 'langinfo'.
5593         * lib/langinfo.in.h: New file.
5594         * m4/langinfo_h.m4: New file.
5595         * modules/langinfo: New file.
5596         * doc/posix-headers/langinfo.texi: Mention the new module.
5597
5598 2009-12-11  Bruno Haible  <bruno@clisp.org>
5599
5600         * lib/config.charset: Untabify.
5601
5602 2009-12-11  Bruno Haible  <bruno@clisp.org>
5603
5604         * modules/unistd-safer (configure.ac): Drop indicator macro.
5605
5606 2009-12-11  Bruno Haible  <bruno@clisp.org>
5607
5608         Move pipe2-safer code to its own file.
5609         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
5610         * lib/pipe-safer.c (pipe2_safer): Remove function.
5611         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
5612         (Makefile.am): Add it to lib_SOURCES.
5613
5614 2009-12-10  Bruno Haible  <bruno@clisp.org>
5615
5616         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
5617
5618 2009-12-10  Bruno Haible  <bruno@clisp.org>
5619
5620         Declare which arguments expect non-NULL values, for GCC and clang.
5621         * build-aux/arg-nonnull.h: New file.
5622         * modules/arg-nonnull: New file.
5623         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
5624         (inet_ntop, inet_pton): Use it.
5625         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
5626         (closedir, dirfd, opendir, scandir, alphasort): Use it.
5627         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
5628         (open, openat): Use it.
5629         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
5630         (fnmatch): Use it.
5631         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
5632         (getopt, getopt_long, getopt_long_only): Use it.
5633         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
5634         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
5635         Use it.
5636         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
5637         (iconv_open): Use it.
5638         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
5639         (strtoimax, strtoumax): Use it.
5640         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
5641         (duplocale): Use it.
5642         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
5643         (frexp, frexpl): Use it.
5644         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
5645         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
5646         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
5647         (tsearch, tfind, tdelete, twalk): Use it.
5648         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
5649         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
5650         sigpending): Use it.
5651         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
5652         (posix_spawn, posix_spawnp, posix_spawnattr_init,
5653         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
5654         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
5655         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
5656         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
5657         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
5658         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
5659         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
5660         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
5661         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
5662         Use it.
5663         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
5664         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
5665         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
5666         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
5667         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
5668         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
5669         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
5670         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
5671         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
5672         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
5673         strtoull, unsetenv): Use it.
5674         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
5675         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
5676         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
5677         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
5678         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
5679         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
5680         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
5681         (strcasecmp, strncasecmp): Use it.
5682         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
5683         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
5684         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
5685         rpl_setsockopt): Use it.
5686         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
5687         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
5688         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
5689         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
5690         (gettimeofday): Use it.
5691         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
5692         (times): Use it.
5693         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
5694         (uname): Use it.
5695         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
5696         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
5697         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
5698         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
5699         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
5700         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
5701         unlinkat, write): Use it.
5702         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
5703         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
5704         * lib/argv-iter.h: Include arg-nonnull.h.
5705         (_ATTRIBUTE_NONNULL_): Remove macro.
5706         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
5707         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
5708         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
5709         optimization.
5710         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
5711         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
5712         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
5713         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
5714         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
5715         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
5716         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
5717         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
5718         * modules/arpa_inet (Depends-on): Add arg-nonnull.
5719         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
5720         * modules/dirent (Depends-on): Add arg-nonnull.
5721         (Makefile.am): Insert arg-nonnull.h into dirent.h.
5722         * modules/fcntl-h (Depends-on): Add arg-nonnull.
5723         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
5724         * modules/fnmatch (Depends-on): Add arg-nonnull.
5725         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
5726         * modules/getopt-posix (Depends-on): Add arg-nonnull.
5727         (Makefile.am): Insert arg-nonnull.h into getopt.h.
5728         * modules/glob (Depends-on): Add arg-nonnull.
5729         (Makefile.am): Insert arg-nonnull.h into glob.h.
5730         * modules/iconv_open (Depends-on): Add arg-nonnull.
5731         (Makefile.am): Insert arg-nonnull.h into iconv.h.
5732         * modules/inttypes (Depends-on): Add arg-nonnull.
5733         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
5734         * modules/locale (Depends-on): Add arg-nonnull.
5735         (Makefile.am): Insert arg-nonnull.h into locale.h.
5736         * modules/math (Depends-on): Add arg-nonnull.
5737         (Makefile.am): Insert arg-nonnull.h into math.h.
5738         * modules/netdb (Depends-on): Add arg-nonnull.
5739         (Makefile.am): Insert arg-nonnull.h into netdb.h.
5740         * modules/search (Depends-on): Add arg-nonnull.
5741         (Makefile.am): Insert arg-nonnull.h into search.h.
5742         * modules/signal (Depends-on): Add arg-nonnull.
5743         (Makefile.am): Insert arg-nonnull.h into signal.h.
5744         * modules/spawn (Depends-on): Add arg-nonnull.
5745         (Makefile.am): Insert arg-nonnull.h into spawn.h.
5746         * modules/stdio (Depends-on): Add arg-nonnull.
5747         (Makefile.am): Insert arg-nonnull.h into stdio.h.
5748         * modules/stdlib (Depends-on): Add arg-nonnull.
5749         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
5750         * modules/string (Depends-on): Add arg-nonnull.
5751         (Makefile.am): Insert arg-nonnull.h into string.h.
5752         * modules/strings (Depends-on): Add arg-nonnull.
5753         (Makefile.am): Insert arg-nonnull.h into strings.h.
5754         * modules/sys_socket (Depends-on): Add arg-nonnull.
5755         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
5756         * modules/sys_stat (Depends-on): Add arg-nonnull.
5757         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
5758         * modules/sys_time (Depends-on): Add arg-nonnull.
5759         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
5760         * modules/sys_times (Depends-on): Add arg-nonnull.
5761         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
5762         * modules/sys_utsname (Depends-on): Add arg-nonnull.
5763         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
5764         * modules/time (Depends-on): Add arg-nonnull.
5765         (Makefile.am): Insert arg-nonnull.h into time.h.
5766         * modules/unistd (Depends-on): Add arg-nonnull.
5767         (Makefile.am): Insert arg-nonnull.h into unistd.h.
5768         * modules/wchar (Depends-on): Add arg-nonnull.
5769         (Makefile.am): Insert arg-nonnull.h into wchar.h.
5770         * modules/argv-iter (Depends-on): Add arg-nonnull.
5771         * tests/test-canonicalize.c (null_ptr): New function.
5772         (main): Use it.
5773         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
5774         (main): Use it.
5775         * tests/test-memmem.c (null_ptr): New function.
5776         (main): Use it.
5777         Reported by Jim Meyering.
5778
5779 2009-12-10  Bruno Haible  <bruno@clisp.org>
5780
5781         Use spaces for indentation, not tabs.
5782         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
5783         * m4/*.m4: Untabify.
5784         * build-aux/*.h: Untabify.
5785         * tests/**/*.[hc]: Untabify.
5786         * README: New section "Indent with spaces, not TABs", based on
5787         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
5788         * NEWS: Mention the change.
5789
5790 2009-12-10  Bruno Haible  <bruno@clisp.org>
5791
5792         pty test: Fix link error.
5793         * modules/pty-tests (Makefile.am): Add the default LDADD value to
5794         test_pty_LDADD.
5795
5796 2009-12-07  Simon Josefsson  <simon@josefsson.org>
5797
5798         * modules/pty: New file.
5799         * modules/pty-tests: New file.
5800         * m4/pty.m4: New file.
5801         * tests/test-pty.c: New file.
5802         * doc/glibc-headers/pty.texi: Modified.
5803         * doc/glibc-functions/forkpty.texi: Modified.
5804         * doc/glibc-functions/openpty.texi: Modified.
5805
5806 2009-12-10  Bruno Haible  <bruno@clisp.org>
5807
5808         Avoid syntax error in C++ mode.
5809         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
5810
5811 2009-12-10  Bruno Haible  <bruno@clisp.org>
5812
5813         Use sed with option -e.
5814         * gnulib-tool (func_version, func_emit_copyright_notice,
5815         func_emit_initmacro_end, func_import, func_create_testdir): Pass
5816         option -e to sed.
5817         * modules/link-warning (Makefile.am): Likewise.
5818
5819 2009-12-10  Jim Meyering  <meyering@redhat.com>
5820
5821         mgetgroups: do not write bytes beyond end of malloc'd buffer
5822         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
5823         username, we call getgroups with a one-element-shorter buffer,
5824         but still told it the length was original, max_n_groups.
5825
5826 2009-12-09  Eric Blake  <ebb9@byu.net>
5827
5828         cloexec: relax license
5829         * modules/cloexec (Maintainer): Add myself.
5830         (License): Use LGPL, not GPL.
5831
5832         link-warning: optimize generation
5833         * modules/link-warning (Makefile.am): Reduce process usage.
5834
5835 2009-12-09  Bruno Haible  <bruno@clisp.org>
5836
5837         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
5838         workaround was added on 2009-11-17.
5839
5840 2009-12-09  Jim Meyering  <meyering@redhat.com>
5841             Bruno Haible  <bruno@clisp.org>
5842
5843         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
5844         * modules/link-warning (Makefile.am): Make the comment-removing sed
5845         command more robust in the face of bootstrap-prepended comment lines.
5846
5847 2009-12-09  Bruno Haible  <bruno@clisp.org>
5848
5849         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
5850         most one group.
5851
5852 2009-12-09  Simon Josefsson <simon@josefsson.org>
5853             Bruno Haible  <bruno@clisp.org>
5854
5855         * build-aux/link-warning.h: Add copyright notice.
5856         * modules/link-warning (Makefile.am): Generate link-warning.h from
5857         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
5858         * NEWS: Mention change in link-warning module.
5859         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
5860         * modules/dirent (Makefile.am): Add dependency to dirent.h.
5861         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
5862         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
5863         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
5864         * modules/math (Makefile.am): Add dependency to math.h.
5865         * modules/search (Makefile.am): Add dependency to search.h.
5866         * modules/signal (Makefile.am): Add dependency to signal.h.
5867         * modules/spawn (Makefile.am): Add dependency to spawn.h.
5868         * modules/stdio (Makefile.am): Add dependency to stdio.h.
5869         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
5870         * modules/string (Makefile.am): Add dependency to string.h.
5871         * modules/strings (Makefile.am): Add dependency to strings.h.
5872         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
5873         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
5874         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
5875         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
5876         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
5877         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
5878         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
5879         * modules/unistd (Makefile.am): Add dependency to unistd.h.
5880         * modules/wchar (Makefile.am): Add dependency to wchar.h.
5881
5882 2009-12-09  Bruno Haible  <bruno@clisp.org>
5883
5884         fchdir: Optimize away rpl_fstat when possible.
5885         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
5886         REPLACE_OPEN_DIRECTORY.
5887         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
5888
5889 2009-12-09  Bruno Haible  <bruno@clisp.org>
5890
5891         * lib/fchdir.c: Update comment.
5892
5893 2009-12-09  Bruno Haible  <bruno@clisp.org>
5894
5895         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
5896
5897 2009-12-08  Eric Blake  <ebb9@byu.net>
5898
5899         fchdir: avoid memory leak on re-registration.
5900         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
5901
5902 2009-12-08  Jim Meyering  <meyering@redhat.com>
5903
5904         init.sh: avoid Solaris 10 /bin/sh portability problem
5905         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
5906         sourced script:
5907           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
5908           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
5909           bar
5910         tests/init.sh relied on that, accepting a --set-path=DIR argument,
5911         and two tests used that idiom.
5912         * tests/init.sh: Update suggested usage comments.
5913         (path_prepend_): New function, to be used in place
5914         of the --src-path=DIR option.
5915         (setup_): Move PATH-prepending code into path_prepend_.
5916         * tests/test-pread.sh: Adapt to new usage.
5917         * tests/test-xalloc-die.sh: Likewise.
5918
5919 2009-12-08  Simon Josefsson  <simon@josefsson.org>
5920
5921         * doc/gnulib.texi (Glibc pty.h): Add.
5922         * doc/glibc-functions/forkpty.texi: Add.
5923         * doc/glibc-functions/openpty.texi: Add.
5924         Suggested by Bruno Haible.
5925
5926 2009-12-08  Eric Blake  <ebb9@byu.net>
5927
5928         fchdir: fix logic bugs
5929         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
5930         * tests/test-fchdir.c (main): Enhance test.
5931         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
5932         is in use.
5933
5934         dup2: fix logic bugs
5935         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
5936         REPLACE_DUP2 to decide when rpl_dup2 is needed.
5937         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
5938         exists.
5939         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
5940
5941 2009-12-07  Eric Blake  <ebb9@byu.net>
5942
5943         unlink: fix m4 detection
5944         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
5945
5946         unistd-safer: add unit test
5947         * modules/unistd-safer-tests: New file.
5948         * tests/test-dup-safer.c: Likewise.
5949         * tests/test-cloexec.c (setmode): Avoid compiler warning.
5950         * tests/test-dup2.c (setmode): Likewise.
5951         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
5952
5953         cloexec: preserve text vs. binary across dup_cloexec
5954         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
5955         mode.
5956         * modules/dup2-tests (Depends-on): Add binary-io.
5957         * modules/cloexec-tests (Depends-on): Likewise.
5958         * tests/test-dup2.c (setmode, is_mode): New helpers.
5959         (main): Add tests that translation mode is preserved.
5960         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
5961         Reported by Bruno Haible.
5962
5963         mgetgroups: reduce duplicate listings
5964         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
5965         resulting array.
5966         * tests/test-chown.h (test_chown): Simplify client.
5967         * tests/test-lchown.h (test_lchown): Likewise.
5968
5969 2009-12-06  Bruno Haible  <bruno@clisp.org>
5970
5971         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
5972         value.
5973
5974 2009-12-06  Bruno Haible  <bruno@clisp.org>
5975
5976         * lib/progname.c: Include stdio.h, stdlib.h.
5977         (set_program_name): Reject a NULL argument.
5978
5979 2009-12-05  Eric Blake  <ebb9@byu.net>
5980
5981         pipe2-safer: new module
5982         * modules/pipe2-safer: New file.
5983         * lib/unistd-safer.h (pipe2_safer): New prototype.
5984         * lib/unistd--.h (pipe2): New wrapper.
5985         * lib/pipe-safer.c (pipe2_safer): New function.
5986         * modules/pipe (Depends-on): Add pipe2-safer.
5987         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
5988
5989         stdlib-safer: preserve cloexec flag for mkostemp[s]
5990         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
5991         fd_safer_flag.
5992
5993         unistd-safer: allow preservation of cloexec status via flag
5994         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
5995         prototypes.
5996         * lib/dup-safer.c (dup_safer_flag): New function.
5997         * lib/fd-safer.c (fd_safer_flag): Likewise.
5998         * modules/cloexec (configure.ac): Set witness.
5999
6000         test-dup2: enhance test
6001         * modules/dup2-tests (Depends-on): Add cloexec.
6002         * tests/test-dup2.c (main): Enhance test.
6003
6004         cloexec: add dup_cloexec
6005         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
6006         header and comments.
6007         * lib/cloexec.c (set_cloexec_flag): Add comments.
6008         (dup_cloexec): New function, with mingw implementation borrowed
6009         from...
6010         * lib/w32spawn.h (dup_noinherit): ...here.
6011         * modules/execute (Depends-on): Add cloexec.
6012         * modules/pipe (Depends-on): Likewise.
6013         * modules/cloexec (Depends-on): Add dup2.
6014         * modules/cloexec-tests (Files): New file.
6015         * tests/test-cloexec.c: Likewise.
6016
6017         test-xalloc-die: fix test for mingw
6018         * modules/xalloc-die-tests (Files): Add tests/init.sh.
6019         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
6020         directory and .exe suffix off argv[0] output.
6021
6022         test-fseeko: fix test for mingw
6023         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
6024         than undefining fseek, so test will pass on mingw.
6025
6026 2009-12-05  Bruno Haible  <bruno@clisp.org>
6027
6028         * lib/progname.h (set_program_name): Clarify specification.
6029         * lib/progname.c (set_program_name): Likewise.
6030         Reported by Jim Meyering.
6031
6032 2009-12-05  Jim Meyering  <meyering@redhat.com>
6033
6034         maint.mk: backslash-escape parens in default regexp
6035         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
6036         backslash-escape the literal parentheses.
6037
6038         maint.mk: news-date-check: use grep -E
6039         * top/maint.mk (today): Define a Make variable, not a...
6040         (news-date-check): ...shell variable.
6041         (news-date-regexp): Use the Make variable.
6042         Use grep's -E option.  Change the failing diagnostic to mention
6043         the variable, $(news-date-regexp).
6044
6045 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
6046
6047         maintainer-makefile: allow customization of NEWS entry format
6048         * top/maint.mk (news-date-regexp): New overridable variable.
6049         (news-date-check): Use it.
6050
6051 2009-12-04  Eric Blake  <ebb9@byu.net>
6052
6053         mgetgroups: add xgetgroups, and avoid ENOSYS failures
6054         * lib/mgetgroups.h (xgetgroups): New prototype.
6055         * lib/mgetgroups.c (xgetgroups): New wrapper.
6056         (mgetgroups): Handle ENOSYS.
6057         * modules/mgetgroups (Depends-on): Add realloc.
6058         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
6059
6060         mgetgroups: avoid argument promotion issues with -1
6061         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
6062         for invalid gid_t.
6063         * tests/test-chown.h (getegid, test_chown): Likewise.
6064         * tests/test-lchown.h (getegid, test_lchown): Likewise.
6065
6066 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
6067
6068         exclude: Fix header file problems.
6069         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
6070
6071 2009-12-01  Jim Meyering  <meyering@redhat.com>
6072
6073         fts: fts_open: do not let an empty string cause immediate failure
6074         This is required in support of GNU rm, for which the command
6075         "rm A '' B" must process and remove both A and B, in spite of
6076         the empty string argument.
6077         * lib/fts.c (fts_open): Do not let the presence of an empty string
6078         cause fts_open to fail immediately.  Most fts-using tools must be
6079         able to process all arguments, in order, and can be expected to
6080         diagnose such arguments themselves.
6081
6082 2009-11-30  Eric Blake  <ebb9@byu.net>
6083
6084         utimens: fix compilation error
6085         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
6086         Declare variable at right scope.
6087
6088 2009-11-29  Jim Meyering  <meyering@redhat.com>
6089
6090         bootstrap: handle perl-5.11's changed --version output
6091         * build-aux/bootstrap (get_version): Handle perl separately,
6092         since perl-5.11's --version output is different.
6093
6094 2009-11-28  Jim Meyering  <meyering@redhat.com>
6095
6096         userspec: depend on the inttostr module, too
6097         * modules/userspec (Depends-on): Add inttostr.
6098
6099         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
6100         * lib/userspec.c (parse_with_separator): Do not accept a user ID
6101         number of MAXUID when it evaluates to (uid_t) -1.
6102         Likewise for group ID.  Reported by Matt McCutchen in
6103         <http://savannah.gnu.org/bugs/?28113>
6104
6105         userspec: reformat to use spaces, not TABs
6106         * lib/userspec.c: Expand TABs to spaces.
6107         Add Emacs' "indent-tabs-mode: nil" hint.
6108
6109 2009-11-27  Eric Blake  <ebb9@byu.net>
6110
6111         getopt-gnu: flush out another BSD bug
6112         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
6113         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
6114         flush out BSD bug.
6115         * tests/test-getopt.h (test_getopt): End lists with NULL.
6116         * tests/test-getopt_long.h (test_getopt_long): Likewise.
6117         (test_getopt_long_posix): Enhance test.
6118         * modules/getopt-posix-tests (Depends-on): Add stdbool.
6119         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
6120         getopt-gnu.
6121         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6122         Likewise.
6123
6124 2009-11-27  Simon Josefsson  <simon@josefsson.org>
6125
6126         * modules/idpriv-droptemp-tests (Notice): Fix text.
6127
6128 2009-11-27  Jim Meyering  <meyering@redhat.com>
6129
6130         test-xalloc-die: avoid spurious failure due to libtool argv difference
6131         In a libtool-enabled project, this test would fail due to a difference
6132         in the emitted program name, e.g.,
6133         -test-xalloc-die: memory exhausted
6134         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
6135         Use program to avoid that.
6136         * modules/xalloc-die-tests (Depends-on): Add progname.
6137         * tests/test-xalloc-die.c: Include progname.h".
6138         (program_name): Remove decl.
6139         (main): Call set_program_name.
6140         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
6141
6142 2009-11-26  Richard Jones  <rjones@redhat.com>
6143
6144         w32sock: leave win32 error in place.
6145         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
6146
6147 2009-11-26  Eric Blake  <ebb9@byu.net>
6148
6149         init.sh: suggest to use skip_ and fail_ functions in comments
6150         * tests/init.sh: Add a sentence.
6151
6152 2009-11-25  Bruno Haible  <bruno@clisp.org>
6153
6154         init.sh: add documentation in comments
6155         * tests/init.sh: Add some developer and user documentation.
6156
6157 2009-11-26  Jim Meyering  <meyering@redhat.com>
6158
6159         init.sh: accommodate even those who specify bogus srcdir manually
6160         * tests/init.sh: Normally, srcdir is guaranteed by automake and
6161         configure-time tests to be sanitized, so that there is no need to
6162         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
6163         (with no double quotes) suffices.  However, since tests may be
6164         invoked manually, and since you may explicitly set srcdir to the
6165         name of a directory containing spaces, do quote its uses here.
6166         * tests/test-pread.sh: Likewise.
6167         Suggested by Bruno Haible.
6168
6169         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
6170         * tests/test-pread.sh: Write no data into the pipe, because
6171         test-pread actually reads none.  This avoids a diagnostic,
6172         "bash: echo: write error: Broken pipe", that arises in the unusual
6173         event something is ignoring SIGPIPE, and might be interpreted
6174         as some sort of failure.  Reported by Bruno Haible.
6175
6176 2009-11-25  Jim Meyering  <meyering@redhat.com>
6177
6178         test-pread: cover failure with ESPIPE and EINVAL
6179         * tests/test-pread.c (main): Test for failure, too.
6180         * tests/test-pread.sh: Invoke with stdin on a pipe.
6181         Suggested by Eric Blake.
6182
6183         pread: improvement and fix
6184         * modules/pread (Depends-on): Depend on lseek, for portability to
6185         e.g., mingw.  Suggested by Eric Blake.
6186         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
6187
6188         unistd.in.h: correct declaration of pread
6189         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
6190         Reported by Richard W.M. Jones.
6191
6192         test-pread.sh: distribute the test script
6193         * modules/pread-tests (Files): Include test-pread.sh.
6194
6195         test-pread.sh: clean up
6196         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
6197         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
6198         That is unnecessary, since it's always ".".
6199         Suggestion from Eric Blake.
6200
6201         test-pread.sh: make executable
6202         * tests/test-pread.sh: Set executable bit.
6203         Reported by Eric Blake.
6204
6205         correct typo in test-pread.sh
6206         * tests/test-pread.sh: Add #! line.
6207
6208         test pread
6209         * tests/test-pread.c: New file.
6210         * tests/test-pread.sh: Likewise.
6211         * modules/pread-tests: Likewise.
6212
6213         pread: new module
6214         * modules/pread: New file.
6215         * lib/unistd.in.h (pread): Define/declare.
6216         * lib/pread.c (pread): New file.
6217         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
6218         * modules/unistd (Makefile.am): Substitute witnesses.
6219         * doc/posix-functions/pread.texi (pread): Update.
6220         * MODULES.html.sh: Add pread.
6221
6222 2009-11-25  Jim Meyering  <meyering@redhat.com>
6223
6224         tests/init.sh: new file to be used via most *.sh tests
6225         * tests/init.sh: New file.
6226
6227 2009-11-25  Eric Blake  <ebb9@byu.net>
6228
6229         utimens: work around older Linux failure with symlinks
6230         * lib/utimens.c (lutimensat_works_really): New variable.
6231         (fdutimens, lutimens): Use it to manage kernels that support
6232         nanosecond times on files, but not on symlinks.
6233         Reported by OndÅ™ej Vašík.
6234
6235         utimes: fix configure grammar
6236         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
6237
6238 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
6239
6240         regex: Fix fastmap for multibyte character ranges.
6241         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
6242         characters when a multibyte character range is included.
6243
6244 2009-11-22  Andy Wingo  <wingo@pobox.com>
6245
6246         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
6247         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
6248
6249 2009-11-24  Bruno Haible  <bruno@clisp.org>
6250
6251         doc: Most *_l functions exist in MacOS X 10.5.
6252         * doc/posix-functions/duplocale.texi: Update platforms list.
6253         * doc/posix-functions/freelocale.texi: Likewise.
6254         * doc/posix-functions/newlocale.texi: Likewise.
6255         * doc/posix-functions/uselocale.texi: Likewise.
6256         * doc/posix-functions/isalnum_l.texi: Likewise.
6257         * doc/posix-functions/isalpha_l.texi: Likewise.
6258         * doc/posix-functions/isblank_l.texi: Likewise.
6259         * doc/posix-functions/iscntrl_l.texi: Likewise.
6260         * doc/posix-functions/isdigit_l.texi: Likewise.
6261         * doc/posix-functions/isgraph_l.texi: Likewise.
6262         * doc/posix-functions/islower_l.texi: Likewise.
6263         * doc/posix-functions/isprint_l.texi: Likewise.
6264         * doc/posix-functions/ispunct_l.texi: Likewise.
6265         * doc/posix-functions/isspace_l.texi: Likewise.
6266         * doc/posix-functions/isupper_l.texi: Likewise.
6267         * doc/posix-functions/iswalnum_l.texi: Likewise.
6268         * doc/posix-functions/iswalpha_l.texi: Likewise.
6269         * doc/posix-functions/iswblank_l.texi: Likewise.
6270         * doc/posix-functions/iswcntrl_l.texi: Likewise.
6271         * doc/posix-functions/iswctype_l.texi: Likewise.
6272         * doc/posix-functions/iswdigit_l.texi: Likewise.
6273         * doc/posix-functions/iswgraph_l.texi: Likewise.
6274         * doc/posix-functions/iswlower_l.texi: Likewise.
6275         * doc/posix-functions/iswprint_l.texi: Likewise.
6276         * doc/posix-functions/iswpunct_l.texi: Likewise.
6277         * doc/posix-functions/iswspace_l.texi: Likewise.
6278         * doc/posix-functions/iswupper_l.texi: Likewise.
6279         * doc/posix-functions/iswxdigit_l.texi: Likewise.
6280         * doc/posix-functions/isxdigit_l.texi: Likewise.
6281         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
6282         * doc/posix-functions/strcasecmp_l.texi: Likewise.
6283         * doc/posix-functions/strcoll_l.texi: Likewise.
6284         * doc/posix-functions/strfmon_l.texi: Likewise.
6285         * doc/posix-functions/strftime_l.texi: Likewise.
6286         * doc/posix-functions/strncasecmp_l.texi: Likewise.
6287         * doc/posix-functions/strxfrm_l.texi: Likewise.
6288         * doc/posix-functions/tolower_l.texi: Likewise.
6289         * doc/posix-functions/toupper_l.texi: Likewise.
6290         * doc/posix-functions/towctrans_l.texi: Likewise.
6291         * doc/posix-functions/towlower_l.texi: Likewise.
6292         * doc/posix-functions/towupper_l.texi: Likewise.
6293         * doc/posix-functions/wcscoll_l.texi: Likewise.
6294         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
6295         * doc/posix-functions/wctrans_l.texi: Likewise.
6296         * doc/posix-functions/wctype_l.texi: Likewise.
6297         * doc/glibc-functions/strptime_l.texi: Likewise.
6298         * doc/glibc-functions/strtod_l.texi: Likewise.
6299         * doc/glibc-functions/strtof_l.texi: Likewise.
6300         * doc/glibc-functions/strtol_l.texi: Likewise.
6301         * doc/glibc-functions/strtold_l.texi: Likewise.
6302         * doc/glibc-functions/strtoll_l.texi: Likewise.
6303         * doc/glibc-functions/strtoul_l.texi: Likewise.
6304         * doc/glibc-functions/strtoull_l.texi: Likewise.
6305         * doc/glibc-functions/wcsftime_l.texi: Likewise.
6306         * doc/glibc-functions/wcstod_l.texi: Likewise.
6307         * doc/glibc-functions/wcstof_l.texi: Likewise.
6308         * doc/glibc-functions/wcstol_l.texi: Likewise.
6309         * doc/glibc-functions/wcstold_l.texi: Likewise.
6310         * doc/glibc-functions/wcstoll_l.texi: Likewise.
6311         * doc/glibc-functions/wcstoul_l.texi: Likewise.
6312         * doc/glibc-functions/wcstoull_l.texi: Likewise.
6313
6314 2009-11-24  Bruno Haible  <bruno@clisp.org>
6315
6316         duplocale: Fix logic bug.
6317         * lib/duplocale.c: Don't include <langinfo.h>.
6318         (_NL_LOCALE_NAME): Remove macro.
6319         (rpl_duplocale): Use setlocale instead of nl_langinfo.
6320         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
6321
6322 2009-11-23  Jim Meyering  <meyering@redhat.com>
6323
6324         test-update-copyright: don't hard-code /usr/bin/perl
6325         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
6326         perl to print the current year.  Gilles Espinasse reported that
6327         the replaced use of perl was hard-coded as /usr/bin/perl.
6328
6329 2009-11-23  Bruno Haible  <bruno@clisp.org>
6330
6331         duplocale: Add support for glibc 2.3.x.
6332         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
6333
6334 2009-11-22  Bruno Haible  <bruno@clisp.org>
6335
6336         vasnprintf: Tiny optimization.
6337         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
6338         MacOS X.
6339
6340 2009-11-22  Bruno Haible  <bruno@clisp.org>
6341
6342         Tests for module 'duplocale'.
6343         * modules/duplocale-tests: New file.
6344         * tests/test-duplocale.c: New file.
6345
6346         New module 'duplocale'.
6347         * m4/duplocale.m4: New file.
6348         * lib/locale.in.h (duplocale): New declaration.
6349         * lib/duplocale.c: New file.
6350         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
6351         gl_LOCALE_H_DEFAULTS): New macros.
6352         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
6353         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
6354         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
6355         REPLACE_DUPLOCALE.
6356         * modules/duplocale: New file.
6357         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
6358
6359 2009-11-22  Bruno Haible  <bruno@clisp.org>
6360
6361         * modules/locale-tests (configure.ac): Test for newlocale function.
6362         * tests/test-locale.c: When the system has extended locale functions,
6363         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
6364
6365         locale: Make locale_t available when possible.
6366         * lib/locale.in.h: Include <xlocale.h> when it exists.
6367         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
6368         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
6369         * modules/locale (Depends-on): Add extensions.
6370         (Makefile.am): Also substitute HAVE_XLOCALE_H.
6371         * doc/posix-headers/locale.texi: Document the problem with locale_t.
6372
6373 2009-11-22  Bruno Haible  <bruno@clisp.org>
6374
6375         Add comments.
6376         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
6377         invocation.
6378         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
6379         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
6380         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
6381
6382 2009-11-22  Bruno Haible  <bruno@clisp.org>
6383
6384         error: account for the possibility of freopen (stdout).
6385         * lib/error.c: Include <unistd.h>.
6386         (flush_stdout): New function, extracted from error and error_at_line.
6387         Determine stdout's fd dynamically.
6388         (error, error_at_line): Invoke flush_stdout.
6389         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
6390         * modules/error (Depends-on): Add unistd.
6391
6392 2009-11-22  Bruno Haible  <bruno@clisp.org>
6393
6394         diffseq: Add comment.
6395         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
6396
6397 2009-11-22  Jim Meyering  <meyering@redhat.com>
6398
6399         c-stack: avoid defining an unused static function
6400         * lib/c-stack.c (find_stack_direction): Do not define this function
6401         when it will not be used.
6402
6403         diffseq: avoid spurious gcc warnings
6404         * lib/diffseq.h (IF_LINT2): Define.
6405         (compareseq): Use it to initialize two members of "part".
6406         This avoids two used-uninitialized warnings.
6407
6408 2009-11-21  Jim Meyering  <meyering@redhat.com>
6409
6410         c-stack: avoid "ignoring return value of `write'" warning
6411         * lib/c-stack.c: Include "ignore-value.h".
6412         (die): Explicitly ignore each write return value.
6413         * modules/c-stack (Depends-on): Add ignore-value.
6414
6415 2009-11-21  Bruno Haible  <bruno@clisp.org>
6416
6417         diffseq: reduce scope of variable 'best'.
6418         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
6419         variable, earlier used for two different purposes.
6420
6421 2009-11-21  Jim Meyering  <meyering@redhat.com>
6422
6423         diffseq: remove useless assignment to "best"
6424         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
6425         assignment.  At that point "best" is already guaranteed to be zero.
6426
6427 2009-11-20  Eric Blake  <ebb9@byu.net>
6428
6429         build: mention ftp redirector in release announcements
6430         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
6431         values that used to come from cfg.mk; mention FTP redirect URL.
6432         * build-aux/announce-gen: Mention the mirror list.
6433         Suggested by Karl Berry.
6434
6435         nanosleep: improve port to mingw
6436         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
6437         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
6438         LIB_NANOSLEEP, but only when needed.
6439         * modules/select (Link): Document LIBSOCKET.
6440         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
6441         enough.
6442
6443         nanosleep: work around cygwin bug
6444         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
6445         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
6446         bug.
6447         (getnow): Delete, not needed.
6448         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
6449         LIB_CLOCK_GETTIME.
6450         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
6451         clock-time, gettime.
6452         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
6453         bug.
6454         * modules/nanosleep-tests: New test.
6455         * tests/test-nanosleep.c: New file.
6456
6457         sleep: work around cygwin bug
6458         * lib/sleep.c (rpl_sleep): Work around the bug.
6459         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
6460         (gl_PREREQ_SLEEP): Delete unused macro.
6461         * modules/sleep (Depends-on): Add verify.
6462         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6463         * modules/unistd (Makefile.am): Substitute witness.
6464         * lib/unistd.in.h (sleep): Update prototype.
6465         * doc/posix-functions/sleep.texi (sleep): Document the bug.
6466         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
6467         * modules/sleep-tests (Depends-on): Check for alarm.
6468
6469 2009-11-20  Jim Meyering  <meyering@redhat.com>
6470
6471         maint.mk: improve sc_prohibit_magic_number_exit
6472         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
6473         so it does not match uses like System.exit(1).
6474         Add comments showing how to correct all offenders.
6475
6476 2009-11-19  Eric Blake  <ebb9@byu.net>
6477
6478         xalloc-die-tests: add missing library
6479         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
6480
6481         test-xvasprintf: silence compiler warnings
6482         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
6483         empty string from gcc.
6484
6485 2009-11-19  Jim Meyering  <meyering@redhat.com>
6486
6487         xfreopen: new module, from coreutils
6488         * modules/xfreopen: New module.
6489         * lib/xfreopen.c: New file.
6490         * lib/xfreopen.h: New file.
6491         * MODULES.html.sh (File stream based Input/Output"): Add it.
6492
6493 2009-11-19  Eric Blake  <ebb9@byu.net>
6494
6495         manywarnings: depend on warnings
6496         * modules/manywarnings (Depends-on): Add warnings.
6497
6498         build: avoid compiler warnings
6499         * lib/select.c (rpl_select): Delete unused variable.
6500         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
6501
6502 2009-11-18  Eric Blake  <ebb9@byu.net>
6503
6504         tests: avoid false negative with --with-packager
6505         * tests/test-version-etc.sh: Discard packager information.
6506         * tests/test-argp-version-etc-1.sh: Likewise.
6507         Reported by Mike Frysinger.
6508
6509         utimens: fix regression on Solaris
6510         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
6511         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
6512         can only change fd timestamps via futimesat.  Instead, use an
6513         additional witness macro to avoid BSD bug.
6514         Reported by Jim Meyering.
6515
6516 2009-11-17  Eric Blake  <ebb9@byu.net>
6517
6518         usleep: use it to simplify tests
6519         * modules/stat-time-tests (Depends-on): Add usleep.
6520         (configure.ac): Drop usleep check.
6521         * modules/chown-tests (Depends-on, configure.ac): Likewise.
6522         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
6523         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
6524         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
6525         * modules/openat-tests (Depends-on, configure.ac): Likewise.
6526         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
6527         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
6528         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
6529         Likewise.
6530         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
6531         * tests/test-lchown.h (nap): Likewise.
6532         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
6533         * tests/test-stat-time.c (nap): Likewise.
6534         * tests/test-utimens-common.h (nap): Update comments.
6535
6536         usleep: new module
6537         * modules/usleep: New file.
6538         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
6539         * lib/usleep.c (usleep): Likewise.
6540         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6541         * modules/unistd (Makefile.am): Substitute witnesses.
6542         * lib/unistd.in.h (usleep): Add declaration.
6543         * doc/pastposix-functions/usleep.texi (usleep): Document this.
6544         * MODULES.html.sh (Date and time): Likewise.
6545         * modules/usleep-tests (Depends-on): New test.
6546         * tests/test-usleep.c: New file.
6547
6548         chown: work around OpenBSD bug
6549         * lib/chown.c (rpl_chown): Work around the bug.
6550         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
6551         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
6552         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
6553         * modules/chown (Depends-on): Add stdbool.
6554         * modules/lchown (Depends-on): Likewise.
6555         * doc/posix-functions/chown.texi (chown): Document the bug.
6556         * doc/posix-functions/lchown.texi (lchown): Likewise.
6557         * tests/test-lchown.h (test_chown): Relax test.
6558
6559         mkstemp: avoid conflict with C++ keyword template
6560         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
6561         * lib/mkostemp.c (mkostemp): Likewise.
6562         * lib/mkostemps.c (mkostemps): Likewise.
6563         * lib/mkstemp.c (mkstemp): Likewise.
6564         * lib/mkstemps.c (mkstemps): Likewise.
6565
6566         xalloc-die-tests: optimize
6567         * tests/test-xalloc-die.sh: Reduce number of processes.
6568
6569 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6570
6571         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
6572         patch from ludo@gnu.org (Ludovic Courtès).
6573
6574 2009-11-17  Jim Meyering  <meyering@redhat.com>
6575
6576         version-etc: use proper license string
6577         * modules/version-etc (License): Use LGPL, not LGPLv3+.
6578         * modules/version-etc-fsf: Likewise.
6579
6580 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6581
6582         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
6583         printed to stdout.  Deal with EOL differences.
6584
6585 2009-11-17  Eric Blake  <ebb9@byu.net>
6586
6587         unsetenv: work around Solaris bug
6588         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
6589         * lib/unsetenv.c (rpl_unsetenv): Work around it.
6590         Reported by Jim Meyering.
6591
6592         vasnprintf: avoid compiler warnings
6593         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
6594         variables.
6595         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
6596
6597 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6598
6599         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
6600         settings since xalloc-die is no longer the self test,
6601         xalloc-die.sh is.
6602
6603 2009-11-17  Jim Meyering  <meyering@redhat.com>
6604
6605         test-xalloc-die.sh: make the code agree with the commit log
6606         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
6607         at the end, just in case you happen to have a test-xalloc-die
6608         program in some other PATH directory.
6609
6610         test-xalloc-die.sh: fix a portability bug
6611         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
6612         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
6613         Otherwise, argv[0] (as often seen in diagnostics) would be too
6614         system-dependent, sometimes with, and sometimes without the leading "./".
6615
6616         version-etc-fsf: relax license to LGPLv3+
6617         * modules/version-etc-fsf (License): Relax license.
6618
6619 2009-11-16  Eric Blake  <ebb9@byu.net>
6620
6621         xalloc-die-tests: avoid printing null pointer
6622         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
6623         shell script.
6624         * tests/test-xalloc-die.c (program_name): Declare.
6625         * tests/test-xalloc-die.sh (tmpfiles): New file.
6626
6627         setenv, unsetenv: work around various bugs
6628         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
6629         (setenv) [HAVE_SETENV]: Work around bugs.
6630         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
6631         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
6632         for bugs.
6633         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
6634         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
6635         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
6636         * modules/stdlib (Makefile.am): Update substitutions.
6637         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
6638         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
6639         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6640         * modules/setenv-tests: New test.
6641         * modules/unsetenv-tests: Likewise.
6642         * tests/test-setenv.c: New file.
6643         * tests/test-unsetenv.c: Likewise.
6644
6645 2009-11-16  Jim Meyering  <meyering@redhat.com>
6646
6647         version-etc: relax license to LGPLv3+
6648         * modules/version-etc (License): Relax license.
6649
6650         better AC_REQUIRE expanded-before-required-warning avoidance
6651         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
6652         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
6653         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
6654         which is no longer needed.
6655
6656 2009-11-16  Eric Blake  <ebb9@byu.net>
6657
6658         test-freading: clean up temporary file
6659         * tests/test-freading.c (main): Remove file on success, and use
6660         ASSERT more liberally.
6661         Reported by Jim Meyering.
6662
6663 2009-11-16  Jim Meyering  <meyering@redhat.com>
6664
6665         avoid new AC_REQUIRE expanded-before-required warnings
6666         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
6667         merely using it.
6668         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
6669         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
6670
6671 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6672
6673         * tests/test-xalloc-die.c: New file.
6674         * modules/xalloc-die-tests: New file.
6675         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
6676         XFAIL_TESTS so it can be appended by modules.
6677
6678 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6679
6680         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
6681         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
6682
6683 2009-11-14  Eric Blake  <ebb9@byu.net>
6684
6685         fnmatch: avoid compiler warning
6686         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
6687         to silence compiler warning about mismatch signedness in ?:.
6688         Reported by Robert Millan.
6689
6690         intprops: add double-inclusion guard
6691         * lib/intprops.h: Allow idempotent includes.
6692         Suggested by Bruce Korb.
6693
6694         openat: detect Solaris fchownat bug
6695         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
6696         penalizing glibc chownat when only lchownat is broken.
6697         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
6698         trailing slash bugs.
6699         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
6700         * modules/openat-tests (Files): Include more files.
6701         (Depends-on): Add mgetgroups, sleep, stat-time.
6702         (configure.ac): Add additional checks.
6703         (Makefile.am): Build new test.
6704         * tests/test-fchownat.c: New file.
6705
6706         lchown: detect Solaris and FreeBSD bug
6707         * lib/lchown.c (rpl_lchown): Work around bug.
6708         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
6709         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6710         * modules/unistd (Makefile.am): Populate it.
6711         * lib/unistd.in.h (lchown): Update declaration.
6712         * doc/posix-functions/lchown.texi (lchown): Document the bug.
6713         * modules/lchown-tests: New file.
6714         * tests/test-lchown.h (test_lchown): Likewise.
6715         * tests/test-lchown.c (main): Likewise.
6716
6717         chown: detect Solaris and FreeBSD bug
6718         * lib/chown.c (rpl_chown): Work around bug.
6719         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
6720         (gl_PREREQ_CHOWN): Delete.
6721         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6722         * modules/unistd (Makefile.am): Populate it.
6723         * lib/unistd.in.h (chown): Update declaration.
6724         * lib/lchown.c (chown): Update client.
6725         * modules/lchown (Depends-on): Add lstat.
6726         * doc/posix-functions/chown.texi (chown): Document the bug.
6727         * doc/posix-functions/getgroups.texi (getgroups): Document
6728         getgroups pitfall.
6729         * modules/chown-tests: New file.
6730         * tests/test-chown.h (test_chown): Likewise.
6731         * tests/test-chown.c (main): Likewise.
6732
6733 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
6734
6735         gnulib-tool: correctly detect absence of m4 directories
6736         * gnulib-tool: Avoid extra newline on data passed to wc -l.
6737
6738 2009-11-14  Jim Meyering  <meyering@redhat.com>
6739
6740         maint.mk: Prohibit inclusion of "xalloc.h" without use.
6741         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6742
6743 2009-11-14  John W. Eaton  <jwe@gnu.org>
6744
6745         strftime.h: wrap funtion declaration in extern "C" block
6746         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
6747
6748 2009-11-13  Eric Blake  <ebb9@byu.net>
6749
6750         getgroups: avoid compiler warning
6751         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
6752
6753         getgroups: work around FreeBSD bug
6754         * lib/getgroups.c (rpl_getgroups): Work around the bug.
6755         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
6756         * doc/posix-functions/getgroups.texi (getgroups): Document it.
6757         * tests/test-getgroups.c (main): Fix buffer overrun.
6758
6759         getgroups: avoid compilation failure
6760         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
6761         * modules/getgroups (Depends-on): Add stdint.
6762
6763 2009-11-13  Jim Meyering  <meyering@redhat.com>
6764
6765         test-getgroups: avoid compilation failure
6766         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
6767
6768 2009-11-13  Eric Blake  <ebb9@byu.net>
6769
6770         mgetgroups: new module, taken from coreutils
6771         * modules/mgetgroups: New file.
6772         * lib/mgetgroups.h: Likewise.
6773         * lib/mgetgroups.c (mgetgroups): Likewise.
6774         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
6775         * MODULES.html.sh (Users and groups): Mention it.
6776
6777         getgroups: don't expose GETGROUPS_T to user
6778         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
6779         an element at a time if GETGROUPS_T is wrong size.
6780         * lib/getugroups.h (getugroups): Change signature.
6781         * lib/unistd.in.h (getgroups): Likewise.
6782         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
6783         signature needs fixing.
6784         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
6785         AC_TYPE_GETGROUPS.
6786         * modules/group-member (Depends-on): Add getgroups.
6787         * lib/group-member.c (group_info, get_group_info): Use gid_t.
6788         (group_member): Rely on getgroups replacement.
6789         * lib/getugroups.c (getugroups): Use gid_t.
6790         * tests/test-getgroups.c (main): Likewise.
6791         * NEWS: Mention the signature change.
6792         * doc/posix-functions/getgroups.texi (getgroups): Mention the
6793         problem with signature.
6794         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
6795         GETGROUPS_T is still useful for setgroups.
6796
6797         getgroups, getugroups: provide stubs for mingw
6798         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
6799         * lib/getugroups.c (getugroups): Likewise.
6800         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
6801         function.  Modernize replacement scheme.
6802         (gl_PREREQ_GETGROUPS): Delete.
6803         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
6804         * modules/getgroups (configure.ac): Declare witness.
6805         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6806         * modules/unistd (Depends-on): Substitute witness.
6807         * lib/unistd.in.h (getgroups): Declare replacement.
6808
6809         getgroups: avoid calling exit
6810         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
6811         drop xalloc.
6812         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
6813         dependencies.
6814         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
6815         exiting, in the rare case of malloc failure.
6816
6817         getgroups: fix logic error
6818         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
6819         has more than 20 groups.
6820         * modules/getgroups-tests: New test.
6821         * tests/test-getgroups.c: New file.
6822
6823 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6824
6825         * tests/test-base64.c: Improve.
6826
6827 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6828
6829         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
6830         Blake <ebb9@byu.net>.
6831
6832 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6833
6834         * tests/test-xvasprintf.c: Add %s%s related checks.
6835
6836 2009-11-12  Eric Blake  <ebb9@byu.net>
6837
6838         version-etc: match standards.texi style
6839         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
6840         and use <> only for URLs.
6841
6842 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
6843
6844         fts: do not fail on a submount during traversal
6845         * lib/fts.c (fts_build): Read the stat info again after opening
6846         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
6847         Original report at http://bugzilla.redhat.com/501848.
6848
6849 2009-11-12  Jim Meyering  <meyering@redhat.com>
6850
6851         bootstrap: sync from coreutils
6852         * build-aux/bootstrap (bootstrap_epilogue): New function.
6853         Use git_modules_config in one more place.  This make bootstrap's
6854         --gnulib-srcdir option more useful for testing.
6855
6856         bootstrap: generalize autoheader check
6857         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
6858         AC_CONFIG_HEADERS.
6859
6860 2009-11-11  Eric Blake  <ebb9@byu.net>
6861
6862         mkfifoat: use new modules for Solaris and BSD bugs
6863         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
6864         * lib/mkfifoat.c (mknodat): Split...
6865         * lib/mknodat.c (mknodat): ...into new file.
6866         * modules/mkfifoat (Files): Ship new file.
6867         (Depends-on): Add mkfifo, mknod.
6868         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
6869         (Depends-on): Add symlink.
6870         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
6871         redundant with test_mkfifo.h.
6872         (do_mkfifoat, do_mknodat): New helpers.
6873
6874         mknod: new module
6875         * modules/mknod: New file.
6876         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
6877         * lib/mknod.c (mknod): Likewise.
6878         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6879         defaults.
6880         * modules/sys_stat (Makefile.am): Substitute them.
6881         * lib/sys_stat.in.h (mknod): Declare replacement.
6882         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6883         Document it.
6884         * doc/posix-functions/mknod.texi (mknod): Likewise.
6885         * modules/mknod-tests: New test.
6886         * tests/test-mknod.c: Likewise.
6887
6888         mkfifo: new module
6889         * modules/mkfifo: New file.
6890         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
6891         * lib/mkfifo.c (mkfifo): Likewise.
6892         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6893         defaults.
6894         * modules/sys_stat (Makefile.am): Substitute them.
6895         * lib/sys_stat.in.h (mkfifo): Declare replacement.
6896         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6897         Document it.
6898         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
6899         * modules/mkfifo-tests: New test.
6900         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
6901         from test-mkfifoat.c.
6902         * tests/test-mkfifo.c: New file.
6903
6904         readlink: detect FreeBSD bug
6905         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
6906         slash on symlink.
6907         * doc/posix-functions/readlink.texi (readlink): Document the bug.
6908         * tests/test-readlink.h (test_readlink): Enhance test.
6909
6910         symlink: detect FreeBSD bug
6911         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
6912         slash on symlink.
6913         * doc/posix-functions/symlink.texi (symlink): Document the bug.
6914         * tests/test-symlink.h (test_symlink): Enhance test.
6915
6916 2009-11-10  Eric Blake  <ebb9@byu.net>
6917
6918         link: detect FreeBSD bug
6919         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
6920         symlink.
6921         * doc/posix-functions/link.texi (link): Document the bug.
6922         * tests/test-link.h (test_link): Enhance test.
6923         * tests/test-linkat.c (main): Update caller.
6924
6925         unlink, remove: detect FreeBSD bug
6926         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
6927         slash on symlink.
6928         * doc/posix-functions/unlink.texi (unlink): Document the bug.
6929         * doc/posix-functions/remove.texi (remove): Likewise.
6930         * tests/test-unlink.h (test_unlink): Enhance test.
6931         * tests/test-remove.c (main): Likewise.
6932
6933 2009-11-09  Eric Blake  <ebb9@byu.net>
6934
6935         rename: detect FreeBSD bug
6936         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
6937         slash on symlink.
6938         * modules/renameat-tests (Depends-on): Add filenamecat.
6939         * tests/test-rename.h (test_rename): Allow one more errno.
6940         * tests/test-renameat.c (main): Likewise.
6941         * doc/posix-functions/rename.texi (rename): Document the bug.
6942
6943         open: detect FreeBSD bug
6944         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
6945         symlink.
6946         * doc/posix-functions/open.texi (open): Document the bug.
6947         * doc/posix-functions/utimes.texi (utimes): Likewise.
6948         * tests/test-open.h (test_open): Add parameters, and test symlink
6949         handling.
6950         * tests/test-open.c (main): Adjust caller.
6951         * tests/test-fcntl-safer.c (main): Likewise.
6952         * modules/open-tests (Depends-on): Add stdbool, symlink.
6953         * modules/fcntl-safer-tests (Depends-on): Likewise.
6954         * tests/test-openat.c (main): Add test-open tests.
6955
6956         stat: detect FreeBSD bug
6957         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
6958         symlink.
6959         * doc/posix-functions/stat.texi (stat): Document the bug.
6960         * tests/test-stat.h (test_stat_func): Add argument.
6961         * tests/test-stat.c (main): Adjust caller.
6962         * tests/test-fstatat.c (main): Likewise.
6963         * modules/stat-tests (Depends-on): Add stdbool, symlink.
6964         Reported by Jim Meyering.
6965
6966 2009-11-09  James Youngman  <jay@gnu.org>
6967
6968         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
6969         * lib/strftime.c: Correct placement of #include "ignore-value.h".
6970
6971 2009-11-08  Jim Meyering  <meyering@redhat.com>
6972
6973         utimens: remove invalid futimesat call
6974         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
6975         It used the file descriptor of the target file as the DIR_FD
6976         parameter and NULL as the file name.  That caused failure with
6977         errno == EFAULT on FreeBSD-8.0-rc2
6978
6979 2009-11-07  Eric Blake  <ebb9@byu.net>
6980
6981         fflush, freadseek: use fseeko, not fseek
6982         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
6983         (clear_ungetc_buffer): Avoid potential problems on large files.
6984         * lib/freadseek.c (freadseek): Likewise.
6985         * modules/freadseek (Depends-on): Add fseeko.
6986         * modules/fseek (configure.ac): Set a witness.
6987         * tests/test-fflush.c (main): Use fseeko.
6988         * tests/test-fpurge.c (fseek): Disable link warning.
6989         * tests/test-freadable.c (fseek): Likewise.
6990         * tests/test-freading.c (fseek): Likewise.
6991         * tests/test-fseeko.c (fseek): Likewise.
6992         * tests/test-ftell.c (fseek): Likewise.
6993         * tests/test-ftello.c (fseek): Likewise.
6994         * tests/test-fwritable.c (fseek): Likewise.
6995         * tests/test-fwriting.c (fseek): Likewise.
6996
6997 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6998
6999         * modules/memchr (Depends-on): Drop getpagesize dependency.
7000
7001 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7002
7003         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
7004         Reported by Ludovic Courtès.
7005         * build-aux/pmccabe2html: Improve example usage.
7006         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
7007
7008 2009-11-06  Jim Meyering  <meyering@redhat.com>
7009
7010         do-release-commit-and-tag: New module.
7011         Automate the release-commit and tag process.
7012         * build-aux/do-release-commit-and-tag: New script, from coreutils.
7013         * modules/do-release-commit-and-tag: New file.
7014         * MODULES.html.sh (Support for maintaining and releasing): Add it.
7015
7016 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7017
7018         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
7019         because test-select.c uses inet_pton.
7020
7021 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7022
7023         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
7024         GETADDRINFO_LIB.  Bump serial number.
7025         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
7026         Suggested by Eric Blake <ebb9@byu.net>.
7027
7028 2009-11-05  Eric Blake  <ebb9@byu.net>
7029
7030         strtod: detect darwin bug
7031         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
7032         Reported by Leo Davis.
7033
7034         freopen-safer: new module
7035         * modules/freopen-safer: New module.
7036         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
7037         * lib/freopen-safer.c (freopen_safer): New file.
7038         * lib/stdio-safer.h (freopen_safer): New declaration.
7039         * lib/stdio--.h (freopen): New override.
7040         * MODULES.html.sh (File stream based Input/Output): Mention it.
7041         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
7042         freopen-safer module.
7043         * doc/posix-functions/stderr.texi (stderr): Likewise.
7044         * doc/posix-functions/stdin.texi (stdin): Likewise.
7045         * doc/posix-functions/stdout.texi (stdout): Likewise.
7046         * modules/freopen-safer-tests: New test.
7047         * tests/test-reopen-safer.c: New file.
7048
7049 2009-11-05  Jim Meyering  <meyering@redhat.com>
7050
7051         maint.mk: Prohibit inclusion of "close-stream.h" without use.
7052         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7053
7054 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7055
7056         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
7057
7058 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7059
7060         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
7061
7062 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7063
7064         Fix link error.
7065         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
7066         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7067
7068 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7069
7070         * tests/test-func.c: Also test value of __func__.
7071
7072 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7073
7074         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
7075         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
7076
7077 2009-11-05  Bruno Haible  <bruno@clisp.org>
7078
7079         Fix link error.
7080         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
7081         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7082         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
7083
7084 2009-11-05  Bruno Haible  <bruno@clisp.org>
7085
7086         Tests for module 'inet_pton'.
7087         * modules/inet_pton-tests: New file.
7088         * tests/test-inet_pton.c: New file.
7089
7090 2009-11-05  Bruno Haible  <bruno@clisp.org>
7091
7092         Tests for module 'inet_ntop'.
7093         * modules/inet_ntop-tests: New file.
7094         * tests/test-inet_ntop.c: New file.
7095
7096 2009-11-04  Eric Blake  <ebb9@byu.net>
7097
7098         stdlib-safer: wrap all mkstemp variants
7099         * modules/mkostemp (configure.ac): Set witness.
7100         * modules/mkostemps (configure.ac): Likewise.
7101         * modules/mkstemps (configure.ac): Likewise.
7102         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
7103         (mkstemps_safer): Wrap more functions.
7104         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
7105         wrapping.
7106         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
7107         (mkstemps_safer): Implement the wrappers.
7108
7109         mkstemps, mkostemps: new modules
7110         * modules/mkostemps: New module.
7111         * modules/mkstemps: Likewise.
7112         * lib/mkostemps.c (mkostemps): New file.
7113         * lib/mkstemps.c (mkstemps): Likewise.
7114         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
7115         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
7116         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
7117         * modules/stdlib (Makefile.am): Substitute them.
7118         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
7119         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
7120         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
7121         * doc/gnulib.texi (Glibc stdlib.h): Include them.
7122         * MODULES.html.sh (File system functions): Mention them.
7123
7124         tempname: resync from glibc
7125         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
7126         same values for __GT_FILE as glibc.  Abort even when assertions
7127         are disabled.
7128         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
7129         match its value otherwise.  Allow idempotent inclusion.
7130         * lib/mkdtemp.c (mkdtemp): Adjust caller.
7131         * lib/mkostemp.c (mkostemp): Likewise.
7132         * lib/mkstemp.c (mkstemp): Likewise.
7133         * lib/tmpfile.c (tmpfile): Likewise.
7134         * NEWS: Document this.
7135
7136         utimens: fix use of futimens on older Linux
7137         * lib/utimens.c (fdutimens): Use updated, rather than original,
7138         timespec to avoid bug in older Linux kernel.
7139         Reported by Simon Josefsson.
7140
7141 2009-11-04  Bruno Haible  <bruno@clisp.org>
7142
7143         Make num_processors more flexible and consistent.
7144         * lib/nproc.h (enum nproc_query): New type.
7145         (num_processors): Add a 'query' argument.
7146         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
7147         (num_processors): Add a 'query' argument. Test the value of the
7148         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
7149         mingw, count the number of CPUs available for the current process.
7150         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
7151         Check for sched_getaffinity and sched_getaffinity_np.
7152         * modules/nproc (Depends-on): Add c-ctype, extensions.
7153         * NEWS: Mention the change.
7154
7155 2009-11-03  Bruno Haible  <bruno@clisp.org>
7156
7157         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
7158
7159 2009-11-03  Jim Meyering  <meyering@redhat.com>
7160
7161         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
7162         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
7163         if it is defined.
7164
7165 2009-11-02  Eric Blake  <ebb9@byu.net>
7166
7167         mktime, timegm: share common declaration
7168         * lib/mktime-internal.h: New file.
7169         * lib/mktime.c: Use it rather than open-coding a declaration.
7170         * lib/timegm.c: Likewise.
7171         * modules/mktime (Files): Ship it.
7172         * modules/timegm (Files): Likewise.
7173         Suggested by Bruno Haible.
7174
7175         test-update-copyright: update test to match script changes
7176         * tests/test-update-copyright.sh: Avoid hard-coding perl
7177         location.  Don't update *.bak created by earlier runs.
7178
7179 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
7180             Simon Josefsson  <simon@josefsson.org>
7181             Bruno Haible  <bruno@clisp.org>
7182
7183         Fix link error on Solaris 8.
7184         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
7185         also in libnsl. Define also INET_PTON_LIB.
7186         * modules/inet_pton (Link): New section.
7187
7188 2009-11-02  Simon Josefsson  <simon@josefsson.org>
7189             Bruno Haible  <bruno@clisp.org>
7190
7191         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
7192         * modules/inet_ntop (Link): New section.
7193         Reported by Boyan Kasarov <bkasarov@gmail.com>.
7194
7195 2009-11-02  Eric Blake  <ebb9@byu.net>
7196
7197         maint: avoid compiler warnings in m4 macros
7198         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
7199         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
7200
7201 2009-11-02  Simon Josefsson  <simon@josefsson.org>
7202
7203         * m4/pmccabe2html.m4: Remove file.
7204         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
7205         function.  Change maintainer.
7206         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
7207         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
7208         Courtès).
7209
7210 2009-10-31  Eric Blake  <ebb9@byu.net>
7211
7212         fseeko: fix m4 regression
7213         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
7214         regression from 2009-10-27.
7215         Reported by Ralf Wildenhues.
7216
7217 2009-10-31  Jim Meyering  <meyering@redhat.com>
7218
7219         inttostr: aesthetics and improved (compile-time) safety
7220         Define inttype_is_signed rather than inttype_is_unsigned,
7221         since the sole use is via "#if inttype_is_signed".
7222         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
7223         inttype_is_unsigned.
7224         * lib/offtostr.c (inttype_is_signed): Likewise.
7225         * lib/uinttostr.c (inttype_is_signed): Likewise.
7226         * lib/umaxtostr.c (inttype_is_signed): Likewise.
7227         * lib/inttostr.c (inttostr): Use verify to cross-check the
7228         inttype_is_signed value and the signedness of the actual type.
7229         * modules/inttostr (Depends-on): Add verify.
7230
7231 2009-10-30  Eric Blake  <ebb9@byu.net>
7232
7233         build: avoid compiler warnings
7234         * lib/fchmodat.c (lchmod): Mark unused variables.
7235         * lib/getopt.c (_getopt_initialize): Likewise.
7236         * lib/mktime.c (__mktime_internal): Provide prototype.
7237         * lib/inttostr.c (inttostr): Avoid compiler warning even with
7238         older gcc that do not understand #pragma GCC diagnostic.
7239         * lib/uinttostr.c (inttype_is_unsigned): Define.
7240         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
7241
7242 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
7243
7244         stat: fix compilation on AIX
7245         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
7246         only see struct stat64.
7247
7248 2009-10-30  Eric Blake  <ebb9@byu.net>
7249
7250         exclude: make more robust
7251         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
7252         rather than masking a coding bug.
7253         Suggested by Bruno Haible.
7254
7255 2009-10-30  Jim Meyering  <meyering@redhat.com>
7256
7257         perl scripts: remove #!/usr/bin/perl in favor of more portable...
7258         Rather than putting #!/usr/bin/perl on the first line,
7259         start with a variant of what's recommended by "man perlrun" that
7260         invokes the first "perl" program from your shell's search path.
7261         * build-aux/gitlog-to-changelog: Replace #!... as above.
7262         Add a "Local Variables" perl mode setting.
7263         Prompted by a patch from Ludovic Courtès.
7264         Improved by Eric Blake.
7265         * build-aux/useless-if-before-free: Likewise.
7266         * build-aux/announce-gen: Likewise.
7267         * build-aux/update-copyright: Likewise.
7268
7269 2009-10-29  Eric Blake  <ebb9@byu.net>
7270
7271         filenamecat-lgpl: adjust clients
7272         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
7273         filenamecat.
7274         * modules/renameat (Depends-on): Likewise.
7275
7276         filenamecat: split into filenamecat-lgpl
7277         * modules/filenamecat-lgpl: New module.
7278         * modules/filenamecat (Files): Move library-safe files into
7279         filenamecat-lgpl.
7280         (Depends-on): Add filenamecat-lgpl.
7281         (configure.ac): Declare witness.
7282         * lib/filenamecat.h (file_name_concat): Only declare when using
7283         GPL module.
7284         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
7285         Move...
7286         * lib/filenamecat-lgpl.c: ...into new file.
7287         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
7288         (gl_FILE_NAME_CONCAT): Use it.
7289         * MODULES.html.sh (File system functions): Mention new module.
7290
7291         argp: avoid memory leak
7292         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
7293         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
7294         base_name, since the latter malloc()s and can call exit().
7295         Leak introduced 2006-07-03.
7296
7297         dirname-lgpl: adjust clients that don't need full dirname
7298         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
7299         * modules/filenamecat (Depends-on): Likewise.
7300         * modules/linkat (Depends-on): Likewise.
7301         * modules/mkancesdirs (Depends-on): Likewise.
7302         * modules/mkdir (Depends-on): Likewise.
7303         * modules/openat (Depends-on): Likewise.
7304         * modules/savewd (Depends-on): Likewise.
7305         * modules/rename (Depends-on): Likewise.
7306         (License): Relax license.
7307         * modules/mkdir-tests (Depends-on): Drop progname.
7308         (Makefile.am): Delete unneeded LDADD.
7309         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
7310
7311         dirname: split into dirname-lgpl
7312         * modules/dirname-lgpl: New module.
7313         * modules/dirname (Files): Move library-safe files into
7314         dirname-lgpl.
7315         (Depends-on): Add dirname-lgpl.
7316         (configure.ac): Declare witness.
7317         * modules/double-slash-root (License): Relax license.
7318         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
7319         module.
7320         * lib/dirname.c (dir_len, mdir_name): Move...
7321         * lib/dirname-lgpl.c: ...into new file.
7322         * lib/basename.c (last_component, base_len): Move...
7323         * lib/basename-lgpl.c: ...into new file.
7324         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
7325         (gl_DIRNAME): Use it.
7326         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
7327         Mention new module.
7328         * modules/dirname-tests (Depends-on): Add progname.
7329         * tests/test-dirname.c (program_name): Delete.
7330
7331         mkdir: make safe for libraries
7332         * modules/mkdir (Depends-on): Drop xalloc.
7333         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
7334         exit.
7335
7336         tests: avoid some compiler warnings
7337         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
7338         literals.
7339         * tests/test-memchr.c (main): Avoid type mismatch.
7340         * tests/test-arpa_inet.c (main): Avoid unused parameters.
7341         * tests/test-base64.c (main): Likewise.
7342         * tests/test-getdelim.c (main): Likewise.
7343         * tests/test-gethostname.c (main): Likewise.
7344         * tests/test-getline.c (main): Likewise.
7345         * tests/test-netinet_in.c (main): Likewise.
7346         * tests/test-select.c (open_server_socket, main): Likewise.
7347         * tests/test-select-stdin.c (main): Likewise.
7348         * tests/test-sockets.c (main): Likewise.
7349         * tests/test-strsignal.c (main): Likewise.
7350         * tests/test-sys_select.c (main): Likewise.
7351         * tests/test-sys_socket.c (main): Likewise.
7352         * tests/test-u64.c (main): Likewise.
7353         * tests/test-xfprintf-posix.c (main): Likewise.
7354         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
7355
7356         sockets: avoid compiler warning
7357         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
7358
7359         maint: detect usage(1) and other suspicious exits
7360         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
7361
7362 2009-10-29  Jim Meyering  <meyering@redhat.com>
7363
7364         timespec: long-to-int truncation could make timespec_cmp malfunction
7365         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
7366         a multiple of 2^32 nanoseconds as no difference.
7367
7368 2009-10-28  Jim Meyering  <meyering@redhat.com>
7369
7370         fprintftime: wrap macro code argument in "do {...} while(0)"
7371         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
7372         cpy macro must be a statement that can be followed by a semicolon.
7373         Now that the else clause contains a comment and is hence longer
7374         than one line, I require curly braces.  That in turn requires
7375         that we wrap this code block in the standard do...while(0).
7376
7377         fprintftime: remove stray semicolon from previous change
7378         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
7379
7380         fprintftime: avoid a warning about ignored fwrite return value
7381         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
7382         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
7383         that is unsafe.
7384         * modules/fprintftime (Depends-on): Add ignore-value.
7385
7386         exclude: avoid an unwarranted warning
7387         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
7388
7389 2009-10-27  Eric Blake  <ebb9@byu.net>
7390
7391         fseek: avoid compilation failure when fflush is replaced
7392         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
7393         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
7394         module is in use.
7395         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
7396         module is not in use; since REPLACE_FSEEK worked otherwise.
7397         (GNULIB_FTELLO): Likewise for ftell.
7398         Reported by Ian Beckwith and others.
7399
7400 2009-10-27  Bruno Haible  <bruno@clisp.org>
7401
7402         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
7403         Reported by Jim Meyering.
7404
7405 2009-10-27  Jim Meyering  <jim@meyering.net>
7406             Bruno Haible  <bruno@clisp.org>
7407
7408         Avoid warning despite dropping the return value of fwrite.
7409         * lib/unicodeio.c: Include ignore-value.h.
7410         (fwrite_success_callback): Explicitly ignore fwrite's return value.
7411         * modules/unicodeio (Depends-on): Add ignore-value.
7412
7413 2009-10-26  Eric Blake  <ebb9@byu.net>
7414
7415         areadlinkat: fix fallback path
7416         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
7417         pointer and zero.
7418
7419 2009-10-22  Pádraig Brady  <P@draigBrady.com>
7420
7421         Use a better IO block size for modern systems
7422         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
7423         * lib/md2.c: Likewise.
7424         * lib/md4.c: Likewise.
7425         * lib/md5.c: Likewise.
7426         * lib/sha1.c: Likewise.
7427         * lib/sha256.c: Likewise.
7428         * lib/sha512.c: Likewise.
7429
7430 2009-10-22  Eric Blake  <ebb9@byu.net>
7431
7432         tests: avoid several compiler warnings
7433         * tests/test-getcwd.c (main): Avoid buffer underflow.
7434         * tests/test-getdate.c (main): String literals are not safe with
7435         putenv, so use setenv.  Declare unused argument.
7436         * modules/getdate-tests (Depends-on): Add setenv.
7437         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
7438         problems with string literals in char *.
7439         * tests/test-hash.c (main): Avoid shadowing declaration.
7440         (insert_new): Treat string literals as char const *.
7441         * tests/test-getopt.h (test_getopt): Likewise.
7442         (getopt_loop): Alter types to minimize casting elsewhere.
7443         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
7444         (test_getopt_long_posix): Likewise.
7445         (do_getopt_long): Add wrapper to minimize casting.
7446         * tests/test-atexit.c (clear_temp_file): Use void.
7447         * tests/test-areadlink-with-size.c (main): Declare unused
7448         arguments.
7449         * tests/test-areadlink.c (main): Likewise.
7450         * tests/test-areadlinkat-with-size.c (main): Likewise.
7451         * tests/test-areadlinkat.c (main): Likewise.
7452         * tests/test-canonicalize-lgpl.c (main): Likewise.
7453         * tests/test-canonicalize.c (main): Likewise.
7454         * tests/test-dirent-safer.c (main): Likewise.
7455         * tests/test-dirname.c (main): Likewise.
7456         * tests/test-dup2.c (main): Likewise.
7457         * tests/test-fchdir.c (main): Likewise.
7458         * tests/test-fcntl-h.c (main): Likewise.
7459         * tests/test-fcntl-safer.c (main): Likewise.
7460         * tests/test-fdopendir.c (main): Likewise.
7461         * tests/test-fdutimensat.c (main): Likewise.
7462         * tests/test-fflush.c (main): Likewise.
7463         * tests/test-filenamecat.c (main): Likewise.
7464         * tests/test-filevercmp.c (main): Likewise.
7465         * tests/test-fopen-safer.c (main): Likewise.
7466         * tests/test-fopen.c (main): Likewise.
7467         * tests/test-fpending.c (main): Likewise.
7468         * tests/test-fpurge.c (main): Likewise.
7469         * tests/test-freading.c (main): Likewise.
7470         * tests/test-fstatat.c (main): Likewise.
7471         * tests/test-fsync.c (main): Likewise.
7472         * tests/test-futimens.c (main): Likewise.
7473         * tests/test-getndelim2.c (main): Likewise.
7474         * tests/test-gettimeofday.c (main): Likewise.
7475         * tests/test-getopt.c (main): Likewise.
7476         * tests/test-i-ring.c (main): Likewise.
7477         * tests/test-inttypes.c (main): Likewise.
7478         * tests/test-link.c (main): Likewise.
7479         * tests/test-lstat.c (main): Likewise.
7480         * tests/test-math.c (main): Likewise.
7481         * tests/test-md5.c (main): Likewise.
7482         * tests/test-memchr2.c (main): Likewise.
7483         * tests/test-memrchr.c (main): Likewise.
7484         * tests/test-mkdir.c (main): Likewise.
7485         * tests/test-mkdirat.c (main): Likewise.
7486         * tests/test-mkfifoat.c (main): Likewise.
7487         * tests/test-open.c (main): Likewise.
7488         * tests/test-openat-safer.c (main): Likewise.
7489         * tests/test-openat.c (main): Likewise.
7490         * tests/test-quotearg.c (main): Likewise.
7491         * tests/test-rawmemchr.c (main): Likewise.
7492         * tests/test-readlink.c (main): Likewise.
7493         * tests/test-remove.c (main): Likewise.
7494         * tests/test-rename.c (main): Likewise.
7495         * tests/test-renameat.c (main): Likewise.
7496         * tests/test-rmdir.c (main): Likewise.
7497         * tests/test-sha1.c (main): Likewise.
7498         * tests/test-signal.c (main): Likewise.
7499         * tests/test-sigaction.c (main): Likewise.
7500         * tests/test-stat.c (main): Likewise.
7501         * tests/test-stat-time.c (main): Likewise.
7502         * tests/test-stddef.c (main): Likewise.
7503         * tests/test-stdint.c (main): Likewise.
7504         * tests/test-stdio.c (main): Likewise.
7505         * tests/test-stdlib.c (main): Likewise.
7506         * tests/test-strchrnul.c (main): Likewise.
7507         * tests/test-strerror.c (main): Likewise.
7508         * tests/test-string.c (main): Likewise.
7509         * tests/test-strtod.c (main): Likewise.
7510         * tests/test-strverscmp.c (main): Likewise.
7511         * tests/test-symlink.c (main): Likewise.
7512         * tests/test-symlinkat.c (main): Likewise.
7513         * tests/test-sys_stat.c (main): Likewise.
7514         * tests/test-sys_time.c (main): Likewise.
7515         * tests/test-time.c (main): Likewise.
7516         * tests/test-unistd.c (main): Likewise.
7517         * tests/test-unlink.c (main): Likewise.
7518         * tests/test-unlinkat.c (main): Likewise.
7519         * tests/test-utimens.c (main): Likewise.
7520         * tests/test-utimensat.c (main): Likewise.
7521         * tests/test-version-etc.c (main): Likewise.
7522         * tests/test-wchar.c (main): Likewise.
7523         * tests/test-wctype.c (main): Likewise.
7524         * tests/test-xprintf-posix.c (main): Likewise.
7525         * tests/test-posixtm.c (main): Likewise.
7526         (STREQ): Delete unused macro.
7527         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
7528         shadowed variables.
7529         * tests/test-memchr.c (main): Likewise.
7530
7531 2009-10-21  Eric Blake  <ebb9@byu.net>
7532
7533         areadlinkat: avoid failure on older glibc
7534         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
7535         rather than mis-comparing 0 against FUNC_RESULT of char*.
7536
7537 2009-10-21  Bruno Haible  <bruno@clisp.org>
7538
7539         * modules/stpncpy (License): Relicense under LGPLv2+.
7540         Reported by David Lutterkort <lutter@redhat.com>.
7541
7542 2009-10-20  Eric Blake  <ebb9@byu.net>
7543
7544         utimensat: work around Solaris 9 bug
7545         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
7546         has trailing slash bugs.
7547         * tests/test-lutimens.h (test_lutimens): Enhance test.
7548         * tests/test-utimens.h (test_utimens): Likewise.
7549         * doc/posix-functions/utime.texi (utime): Enhance documentation.
7550         * doc/posix-functions/utimes.texi (utimes): Likewise.
7551         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7552         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
7553         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
7554         * doc/posix-functions/futimens.texi (futimens): Likewise.
7555
7556         fdutimensat: new module
7557         * modules/fdutimensat: New file.
7558         * lib/fdutimensat.c (fdutimensat): Likewise.
7559         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
7560         * MODULES.html.sh (File system functions): Mention module.
7561         * modules/fdutimensat-tests: New test.
7562         * tests/test-fdutimensat.c: Likewise.
7563
7564         doc: regenerate INSTALL
7565         * doc/INSTALL: Reflect recent autoconf update.
7566         * doc/INSTALL.ISO: Likewise.
7567         * doc/INSTALL.UTF-8: Likewise.
7568
7569 2009-10-20  Pádraig Brady  <P@draigBrady.com>
7570
7571         acl: warn if ACL support is not detected
7572         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
7573
7574 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
7575
7576         * lib/nproc.h: Add extern "C" block for C++.
7577
7578 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
7579             Bruno Haible  <bruno@clisp.org>
7580
7581         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
7582         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
7583         * doc/posix-functions/isalpha.texi: Likewise.
7584         * doc/posix-functions/isblank.texi: Likewise.
7585         * doc/posix-functions/iscntrl.texi: Likewise.
7586         * doc/posix-functions/isdigit.texi: Likewise.
7587         * doc/posix-functions/isgraph.texi: Likewise.
7588         * doc/posix-functions/islower.texi: Likewise.
7589         * doc/posix-functions/isprint.texi: Likewise.
7590         * doc/posix-functions/ispunct.texi: Likewise.
7591         * doc/posix-functions/isspace.texi: Likewise.
7592         * doc/posix-functions/isupper.texi: Likewise.
7593         * doc/posix-functions/isxdigit.texi: Likewise.
7594
7595 2009-10-18  Bruno Haible  <bruno@clisp.org>
7596
7597         Tests for module 'isblank'.
7598         * modules/isblank-tests: New file.
7599         * tests/test-isblank.c: New file.
7600
7601         New module 'isblank'.
7602         * lib/isblank.c: New file.
7603         * m4/isblank.m4: New file.
7604         * modules/isblank: New file.
7605         * doc/posix-functions/isblank.texi: Mention the new module.
7606
7607 2009-10-18  Bruno Haible  <bruno@clisp.org>
7608
7609         New module 'ctype'.
7610         * lib/ctype.in.h: New file.
7611         * m4/ctype.m4: New file.
7612         * modules/ctype: New file.
7613         * doc/posix-headers/ctype.texi: Mention the new module.
7614
7615 2009-10-18  Jim Meyering  <meyering@redhat.com>
7616
7617         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
7618         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
7619         right after its initialization, rather than farther down.
7620         Keeping these in close proximity makes it easier to ensure
7621         that each such variable is initialized.  E.g.,
7622
7623             LIB_CLOCK_GETTIME=
7624             AC_SUBST([LIB_CLOCK_GETTIME])
7625
7626         This change also increments these serial numbers.
7627         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
7628         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7629         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7630
7631 2009-10-18  Bruno Haible  <bruno@clisp.org>
7632
7633         Don't let environment variables perturb build.
7634         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
7635         (gl_PREREQ_GETHRXTIME): ... not here.
7636
7637 2009-10-18  Bruno Haible  <bruno@clisp.org>
7638
7639         Avoid symlink attack in localcharset module.
7640         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
7641         (O_NOFOLLOW): Define fallback.
7642         (get_charset_aliases): Don't open the file if it is a symbolic link.
7643         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
7644         gl_FCNTL_H.
7645         (gl_FCNTL_H): Require it.
7646         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
7647         * modules/localcharset (Files): Add m4/fcntl_h.m4.
7648         Reported by Fergal Glynn <fglynn@veracode.com>.
7649
7650 2009-10-18  Bruno Haible  <bruno@clisp.org>
7651
7652         Implement nproc for mingw.
7653         * lib/nproc.c: Include <windows.h>
7654         (num_processors): On native Windows platforms, try GetSystemInfo.
7655
7656 2009-10-18  Bruno Haible  <bruno@clisp.org>
7657
7658         Implement nproc for IRIX.
7659         * lib/nproc.c: Include <sys/sysmp.h>.
7660         (num_processors): On IRIX systems, try sysmp.
7661         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
7662
7663 2009-10-18  Bruno Haible  <bruno@clisp.org>
7664
7665         Implement nproc for HP-UX.
7666         * lib/nproc.c: Include <sys/pstat.h>
7667         (num_processors): On HP-UX systems, try pstat_getdynamic.
7668         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
7669         pstat_getdynamic.
7670
7671 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
7672             Bruno Haible  <bruno@clisp.org>
7673
7674         Implement nproc for NetBSD, OpenBSD.
7675         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
7676         (ARRAY_SIZE): New macro.
7677         (num_processors): On BSD systems, try sysctl of HW_NCPU.
7678         * m4/nproc.m4: New file.
7679         * modules/nproc (Files): Add m4/nproc.m4.
7680         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
7681         (Makefile.am): Instead, augment lib_SOURCES.
7682
7683 2009-10-18  Bruno Haible  <bruno@clisp.org>
7684
7685         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
7686         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
7687         sys/param.h.
7688
7689 2009-10-16  Eric Blake  <ebb9@byu.net>
7690
7691         utimensat: new module
7692         * modules/utimensat: New file.
7693         * lib/utimensat.c (utimensat): Likewise.
7694         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7695         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
7696         so we can work around Linux bugs.
7697         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7698         * modules/sys_stat (Makefile.am): Substitute them.
7699         * lib/sys_stat.in.h (utimensat): Declare it.
7700         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7701         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7702         * modules/utimensat-tests: New test.
7703         * tests/test-utimensat.c: Likewise.
7704
7705         utimens: let lutimens work on non-symlinks
7706         * lib/utimens.c (lutimens): Fall back to utimens rather than
7707         failing with ENOSYS, when file is not a symlink.
7708         (utimens): Reduce redirection.
7709         * tests/test-lutimens.h (test_lutimens): Update test to cover
7710         non-symlinks.
7711         * tests/test-utimens.h (test_utimens): Update test to cover
7712         symlinks.
7713         * tests/test-utimens.c (main): Update caller.
7714
7715         utimens: cache whether utimensat syscall works
7716         * lib/utimens.c (utimensat_works_really): New cache variable.
7717         (fdutimens, lutimens): Use it to avoid failing syscall.
7718
7719         test-stat-time, test-utimens: improve portability
7720         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
7721         ext4 on alpha, and for cygwin.
7722         * tests/test-utimens-common.h: New file.
7723         (nap): Factor delays into single function.
7724         * tests/test-lutimens.h (test_lutimens): Use new header.
7725         * tests/test-futimens.h (test_futimens): Likewise.
7726         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
7727         timestamps to occur from same machine, as was done previously for
7728         test_utimens.
7729         * modules/utimens-tests (Files): Ship new file.
7730         * modules/futimens-tests (Files): Likewise.
7731         Reported in part by Jim Meyering.
7732
7733         sys_stat: sort replacement declarations
7734         * lib/sys_stat.in.h: Sort declarations.
7735         * lib/futimens.c (futimens): Fix typo.
7736
7737 2009-10-15  Jim Meyering  <meyering@redhat.com>
7738
7739         don't let environment settings perturb build
7740         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
7741         could cause a configure-time and/or build-time malfunction.
7742         Typically, a configure-time function-in-library test is performed
7743         via code like this:
7744
7745           LIB_VAR=
7746           AC_SUBST([LIB_VAR])
7747           prefix_saved_LIBS=$LIBS
7748             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
7749                        [test "$ac_cv_search_FUNC" = "none required" ||
7750                         LIB_VAR=$ac_cv_search_FUNC])
7751           LIBS=$prefix_saved_LIBS
7752
7753         However, in each of the files affected by this change, the LIB_VAR=
7754         initialization was omitted.  Thus, when set in the environment, its
7755         value would propagate into generated Makefiles when FUNC is not found
7756         in LIB_NAME.
7757         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
7758         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7759         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7760
7761 2009-10-14  Eric Blake  <ebb9@byu.net>
7762
7763         fchdir: avoid infinite recursion in mingw
7764         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
7765         recursing.
7766
7767         test-stat-time: port to mingw
7768         * tests/test-stat-time.c (force_unlink): Return a value.
7769         (test_ctime) [W32]: Fix compilation error.
7770         (nap): Don't call usleep with too large an argument.  Use
7771         force_unlink.
7772         * doc/pastposix-functions/usleep.texi (usleep): Document the
7773         portability issue.
7774
7775 2009-10-13  Jim Meyering  <meyering@redhat.com>
7776
7777         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
7778         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
7779         * modules/pipe-filter-ii: Likewise.
7780         * modules/sys_socket-tests: Likewise.
7781         * modules/tsearch-tests: Likewise.
7782         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
7783         (check): Depend on it.
7784
7785 2009-10-12  Eric Blake  <ebb9@byu.net>
7786
7787         utimens-tests: port to NFS file systems
7788         * tests/test-utimens.h (test_utimens): Refactor utimecmp
7789         comparisons to avoid spurious failures from timestamp drift
7790         between NFS machines.
7791
7792 2009-10-12  Eric Blake  <ebb9@byu.net>
7793
7794         stat-time-tests: minor cleanups
7795         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
7796         * tests/test-stat-time.c (nap): Separate assignment from call.
7797         Suggested by Paolo Bonzini and Bruno Haible.
7798
7799         sys_stat: guarantee struct timespec
7800         * lib/sys_stat.in.h (includes): Always include <time.h>
7801         * modules/sys_stat (Depends-on): Add time.
7802         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
7803         mode_t permission values.
7804         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
7805         get at subsecond timestamps.
7806
7807 2009-10-10  Eric Blake  <ebb9@byu.net>
7808
7809         futimens: new module
7810         * modules/futimens: New file.
7811         * lib/futimens.c (futimens): Likewise.
7812         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
7813         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
7814         we can work around Linux bugs.
7815         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7816         * modules/sys_stat (Makefile.am): Substitute them.
7817         * lib/sys_stat.in.h (futimens): Declare it.
7818         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7819         * doc/posix-functions/futimens.texi (futimens): Likewise.
7820         * modules/futimens-tests: New test.
7821         * tests/test-futimens.c: Likewise.
7822
7823         utimens: introduce fdutimens
7824         * lib/utimens.h (fdutimens): New prototype.
7825         * lib/utimens.c (gl_futimens): Move guts...
7826         (fdutimens): ...to new interface.
7827         * tests/test-utimens.c (do_fdutimens): Use it.
7828
7829         utimens: add UTIME_NOW and UTIME_OMIT support
7830         * lib/utimens.c (validate_timespec, update_timespec): New helper
7831         functions.
7832         (gl_futimens, lutimens): Use them.
7833         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
7834         stdbool, sys_stat.
7835         (Link): Mention resulting library dependency.
7836         * modules/utimecmp (Link): Likewise.
7837         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
7838         (Makefile.am): Pick up library dependency.
7839         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
7840         definition.
7841         * tests/test-sys_stat.c: Test the definitions.
7842         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
7843         * NEWS: Document library dependency.
7844
7845         utimecmp: support symlink timestamps
7846         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
7847         hashing when possible.  Use pathconf when available.
7848         (SYSCALL_RESOLUTION): Recognize tighter resolution.
7849         * modules/utimecmp (Depends-on): Add lstat.
7850
7851         utimens: add lutimens interface
7852         * lib/utimens.c (lutimens): New function.
7853         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
7854         * lib/utimens.h (lutimens): Declare new interface.
7855         * tests/test-utimens.c (main): Enhance test.
7856         * tests/test-lutimens.h (test_lutimens): New file.
7857         * modules/utimens-tests (Files): Distribute it.
7858         (Depends-on): Add symlink.
7859         (configure.ac): Check for usleep.
7860
7861         utimens: validate futimens usage
7862         * lib/utimens.c (gl_futimens): Require valid fd up front, using
7863         fewer syscalls on failure later on.  Avoid compiler warning on
7864         mingw.
7865         * modules/utimens (Depends-on): Add dup2.
7866
7867         utimens: add test
7868         * modules/utimens-tests: New test.
7869         * tests/test-utimens.h: New file.
7870         * tests/test-futimens.h: Likewise.
7871         * tests/test-utimens.c: Likewise.
7872
7873         doc: mention timestamp portability issues
7874         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
7875         instead.
7876         * doc/posix-functions/utime.texi (utime): Likewise.
7877         * doc/posix-functions/utimes.texi (utimes): Likewise.
7878         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
7879         instead.
7880         * doc/posix-functions/futimens.texi (futimens): Mention utimens
7881         module.
7882         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7883         Mention weakness with symlink timestamps.
7884         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
7885         to utimensat/futimens instead.
7886         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
7887
7888         test-dup2: enhance test
7889         * tests/test-dup2.c (main): Also check AT_FDCWD.
7890
7891         test-stat-time: avoid more spurious failures
7892         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
7893         xfs; and avoid race if the two timestamps cross quantization edge.
7894
7895         relocatable: prefer 'file system' over 'filesystem'
7896         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
7897         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
7898         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
7899         * doc/relocatable.texi (Enabling Relocatability): Likewise.
7900         * lib/relocatable.c (compute_curr_prefix): Likewise.
7901
7902 2009-10-10  Jim Meyering  <meyering@redhat.com>
7903
7904         stat-time-tests: check for the usleep function
7905         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
7906
7907 2009-10-10  Bruno Haible  <bruno@clisp.org>
7908
7909         * modules/xnanosleep: Put the Link section after the Include section.
7910
7911 2009-10-09  Eric Blake  <ebb9@byu.net>
7912
7913         dup2: work around FreeBSD 6.1 bug
7914         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
7915         * doc/posix-functions/dup2.texi (dup2): Document it.
7916         Reported by Nelson H. F. Beebe and Jim Meyering.
7917
7918         test-stat-time: port to buggy NFS clients
7919         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
7920         (test_ctime): Also skip test if mtime and ctime are skewed.
7921
7922         maint: prefer 'file system' over 'filesystem'
7923         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
7924         * doc/posix-functions/lstat.texi (lstat): Likewise.
7925         * lib/file-has-acl.c (file_has_acl): Likewise.
7926         * lib/fwriteerror.c [TEST]: Likewise.
7927         * tests/test-areadlink.h (test_areadlink): Likewise.
7928         * tests/test-areadlinkat-with-size.c (main): Likewise.
7929         * tests/test-areadlinkat.c (main): Likewise.
7930         * tests/test-canonicalize-lgpl.c (main): Likewise.
7931         * tests/test-canonicalize.c (main): Likewise.
7932         * tests/test-fstatat.c (main): Likewise.
7933         * tests/test-linkat.c (main): Likewise.
7934         * tests/test-lstat.h (test_lstat_func): Likewise.
7935         * tests/test-mkdir.h (test_mkdir): Likewise.
7936         * tests/test-readlink.h (test_readlink): Likewise.
7937         * tests/test-remove.c (main): Likewise.
7938         * tests/test-rename.h (test_rename): Likewise.
7939         * tests/test-renameat.c (main): Likewise.
7940         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7941         * tests/test-symlink.h (test_symlink): Likewise.
7942         * tests/test-symlinkat.c (main): Likewise.
7943         * tests/test-unlink.h (test_unlink_func): Likewise.
7944         * tests/test-unlinkat.c (main): Likewise.
7945
7946         maint: make realtime library usage explicit
7947         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
7948         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
7949         * modules/settime (Link): Likewise.
7950         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
7951
7952         test-stat-time: speed up execution
7953         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
7954         warning on mingw.
7955         (nap): New helper function.
7956         (prepare_test): Use it to reduce sleep time.
7957         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
7958         execution.
7959         * modules/stat-time-tests (configure.ac): Check for usleep.
7960
7961 2009-10-09  Jim Meyering  <meyering@redhat.com>
7962
7963         selinux-h: always use getfilecon wrappers
7964         * lib/getfilecon.c: New file.
7965         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
7966         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
7967         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
7968         (fgetfilecon): Provide a stub.
7969         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
7970         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
7971         file unconditionally.
7972         When <selinux/selinux.h> is found, arrange to use wrappers.
7973         * modules/selinux-h (Files): Add getfilecon.c.
7974         (Makefile.am): Substitute include-next-related bits
7975         into the now-always-generated selinux/selinux.h file.
7976         * doc/glibc-functions/lgetfilecon.texi: New file.
7977         * doc/glibc-functions/fgetfilecon.texi: New file.
7978         * doc/glibc-functions/getfilecon.texi: New file.
7979         * doc/glibc-functions/getfilecon-desc.texi: New file.
7980         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
7981         which to pull in the new files.
7982         * MODULES.html.sh (Misc): Add selinux-h.
7983
7984 2009-10-08  Jim Meyering  <meyering@redhat.com>
7985
7986         unistd: fix comment typo
7987         * lib/unistd.in.h (euidaccess): Fix a comment typo.
7988
7989 2009-10-08  Eric Blake  <ebb9@byu.net>
7990
7991         areadlink: use SIZE_MAX consistently
7992         * modules/areadlink (Depends-on): Add stdint.
7993         * modules/areadlink-with-size (Depends-on): Likewise.
7994         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
7995         gives NULL; drop sys/types, since unistd gives size_t; and add
7996         stdint for SIZE_MAX.
7997         (SIZE_MAX): Rely on headers.
7998         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
7999         and add stdint.
8000         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
8001         (SIZE_MAX): Likewise.
8002         (INITIAL_BUF_SIZE): Turn into enum.
8003         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
8004
8005 2009-10-08  Jim Meyering  <meyering@redhat.com>
8006
8007         areadlinkat: avoid compilation failure
8008         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
8009         Fix typo in comment.
8010
8011 2009-10-07  Eric Blake  <ebb9@byu.net>
8012
8013         areadlinkat-with-size: new module
8014         * modules/areadlinkat-with-size: New module.
8015         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
8016         * lib/areadlink.h (areadlinkat): Declare it.
8017         * MODULES.html.sh (File system functions): Mention it.
8018         * modules/areadlinkat-with-size-tests: New test.
8019         * tests/test-areadlinkat-with-size.c: New file.
8020
8021         xreadlinkat: new module
8022         * modules/xreadlinkat: New module.
8023         * lib/xreadlinkat.c (xreadlinkat): New file.
8024         * lib/xreadlink.h (xreadlinkat): Declare it.
8025         * MODULES.html.sh (File system functions): Mention it.
8026
8027         areadlinkat: new module
8028         * lib/at-func.c (FUNC_FAIL): New define.
8029         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
8030         * modules/areadlinkat: New module.
8031         * lib/linkat.c (areadlinkat): Move...
8032         * lib/areadlinkat.c (areadlinkat): ...to new file.
8033         * lib/areadlink.h (areadlinkat): Declare it.
8034         * modules/linkat (Depends-on): Add areadlinkat.
8035         * MODULES.html.sh (File system functions): Mention it.
8036         * modules/areadlinkat-tests: New test.
8037         * tests/test-areadlinkat.c: New file.
8038
8039         areadlink, areadlink-with-size: add tests
8040         * modules/areadlink-tests: New test.
8041         * modules/areadlink-with-size-tests: Likewise.
8042         * tests/test-areadlink.h: New file.
8043         * tests/test-areadlink.c: Likewise.
8044         * tests/test-areadlink-with-size.c: Likewise.
8045
8046         maint: minor cleanups
8047         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
8048         _UNUSED_PARAMETER_ instead.
8049         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
8050         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
8051         * modules/linkat-tests (Files): Distribute test-link.h.
8052
8053         openat, utimens: whitespace cleanup
8054         * lib/openat.c: Prefer space throughout, rather than mix of 8
8055         spaces vs. tabs.
8056         * lib/at-func.c: Likewise.
8057         * lib/utimens.c: Likewise.
8058
8059         openat: avoid using wrong fd
8060         * lib/openat.c (openat_permissive): Reject user's fd if saving the
8061         working directory chooses same fd.
8062         * lib/at-func.c (AT_FUNC_NAME): Likewise.
8063
8064         mkdir, mkdirat: fix cygwin 1.5.x bug
8065         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
8066         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
8067         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
8068         bug.
8069         (gl_PREREQ_MKDIR): Delete unused macro.
8070         * modules/mkdir (Files): Track file rename.
8071         (configure.ac): Update macro name.
8072         * modules/openat (Depends-on): Add mkdir.
8073         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
8074
8075         mkdir, mkdirat: add tests
8076         * modules/mkdir-tests: New test.
8077         * tests/test-mkdir.h: New file.
8078         * tests/test-mkdir.c: Likewise.
8079         * tests/test-mkdirat.c: Likewise.
8080         * modules/openat-tests (Files): Add new files.
8081         (Makefile.am): Run new test.
8082
8083 2009-10-06  Eric Blake  <ebb9@byu.net>
8084
8085         doc: tweak *at function documentation
8086         * doc/posix-functions/faccessat.texi (faccessat): Mention
8087         known issue with replacement.
8088         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
8089         * doc/posix-functions/linkat.texi (linkat): Likewise.
8090         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
8091         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
8092         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8093         * doc/posix-functions/renameat.texi (renameat): Likewise.
8094         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
8095
8096         openat: fix GNU/Hurd bug in unlinkat
8097         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
8098         broken.
8099         * doc/posix-functions/unlink.texi (unlink): Document this.
8100         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
8101
8102         fdopendir: fix GNU/Hurd bug
8103         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
8104         allowing non-directory fds.
8105         * lib/fdopendir.c (rpl_fdopendir): Work around it.
8106         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
8107         * modules/dirent (Makefile.am): Substitute it.
8108         * lib/dirent.in.h (fdopendir): Declare replacement.
8109         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
8110         * tests/test-fdopendir.c (main): Test something other than
8111         /dev/null, since on Hurd that behaves like a directory.
8112
8113         test-symlink: port to GNU/Hurd
8114         * tests/test-symlink.h (test_symlink): Relax expected errno.
8115
8116         doc: tweak more cygwin information
8117         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
8118         now compatible with glibc.
8119         * doc/posix-functions/getopt.texi (getopt): Likewise.
8120
8121         getopt-gnu: add another test
8122         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
8123         guarantee behavior relied on by m4.
8124         * tests/test-getopt.c (main): Use it.
8125         * modules/getopt-posix-tests (Depends-on): Add setenv.
8126         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
8127
8128         getopt: fix compilation on darwin
8129         * lib/getopt.in.h (includes): Leave breadcrumbs during system
8130         include.
8131         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
8132         Reported by Ludovic Courtès.
8133
8134 2009-10-06  Bruno Haible  <bruno@clisp.org>
8135
8136         * modules/size_max (Description): Discourage its use.
8137         Reported by Simon Josefsson.
8138
8139 2009-10-06  Jim Meyering  <meyering@redhat.com>
8140
8141         linkat: avoid compilation failure
8142         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
8143
8144 2009-10-05  Eric Blake  <ebb9@byu.net>
8145
8146         linkat: support Linux 2.6.17
8147         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
8148         linkat on Linux, but allow cache variable override.
8149         * lib/linkat.c (rpl_linkat): Define override.
8150         * modules/linkat (Depends-on): Add symlinkat.
8151         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
8152         * modules/unistd (Makefile.am): Substitute it.
8153         * lib/unistd.in.h (linkat): Declare replacement.
8154         Reported by Pádraig Brady.
8155
8156         quotearg: port test to systems with C.UTF-8 locale
8157         * tests/test-quotearg.c (struct result_strings): Add another
8158         member, differentiating between C.ASCII and C.UTF-8 handling.
8159         (compare_strings): Add parameter.
8160         (main): Adjust all callers.
8161
8162         getopt: avoid clash with FreeBSD _getopt_internal
8163         * lib/getopt.in.h (_getopt_internal): Override the name.
8164         * lib/getopt_int.h (includes): Pick up any overrides.
8165         Reported by Reuben Thomas.
8166
8167         hash: allow C89 compilation
8168         * lib/hash.c (check_tuning): Move declaration before statement.
8169         Reported by Reuben Thomas.
8170
8171 2009-10-05  Karl Berry  <karl@gnu.org>
8172
8173         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
8174
8175 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
8176             Bruno Haible  <bruno@clisp.org>
8177
8178         * lib/uname.c (uname): Use a table-driven algorithm to compute
8179         Windows NT versions.
8180
8181 2009-10-04  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
8184         program_invocation_short_name.
8185         * modules/progname (configure.ac): Test for presence of
8186         program_invocation_short_name.
8187         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
8188
8189 2009-10-04  Bruno Haible  <bruno@clisp.org>
8190
8191         * lib/progname.c (set_program_name): Fix comment.
8192         Reported by Jim Meyering.
8193
8194 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
8195             Bruno Haible  <bruno@clisp.org>
8196
8197         * lib/uname.c: Include <string.h>.
8198         (uname): Do only one call to GetVersionEx in the common case.
8199
8200 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
8201             Bruno Haible  <bruno@clisp.org>
8202
8203         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
8204         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
8205         (uname): Add support for Windows CE and various non-x86 CPU types.
8206
8207 2009-10-03  Bruno Haible  <bruno@clisp.org>
8208
8209         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
8210         invocation to tests/configure.ac.
8211         Reported by Ian Beckwith <ianb@erislabs.net>.
8212
8213 2009-10-02  Eric Blake  <ebb9@byu.net>
8214
8215         fchdir: avoid compiler warning
8216         * lib/fchdir.c (canonicalize_file_name)
8217         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
8218
8219         test-open: support mingw errno values
8220         * tests/test-open.h (test_open): Relax test.
8221         * tests/test-fopen.h (test_fopen): Likewise.
8222         * tests/test-openat-safer.c (main): Likewise.
8223
8224         open: fix opening directory on mingw
8225         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
8226
8227         test-open: on GNU/Hurd, /dev/null is a directory
8228         * tests/test-fopen.h (main): Rename...
8229         (test_fopen): ...to this.  Use a guaranteed non-directory when
8230         confirming open behavior on trailing slash.
8231         * tests/test-openat-safer.c (main): Likewise.
8232         * tests/test-open.h (main): Likewise....
8233         (test_open): ...to this.
8234         * tests/test-fopen.c (main): Adjust caller.
8235         * tests/test-fopen-safer.c (main): Likewise.
8236         * tests/test-open.c (main): Likewise.
8237         * tests/test-fcntl-safer.c (main): Likewise.
8238         Reported by Samuel Thibault.
8239
8240         rename, fchdir: don't ignore chdir failure
8241         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
8242         * lib/rename.c (rpl_rename) [W32]: Likewise.
8243         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
8244         an empty destination directory if source cannot be renamed,
8245         although there is still possibility for failure.
8246         * doc/posix-functions/rename.texi (rename): Document the race.
8247         Reported by Jim Meyering.
8248
8249         maint: cleanup whitespace in recent commits
8250         * lib/rename.c (rpl_rename): Remove tabs.
8251         * tests/test-link.h (test_link): Likewise.
8252         * lib/fchdir.c (get_name): Likewise.
8253         Reported by Jim Meyering.
8254
8255 2009-10-02  Ben Pfaff  <blp@gnu.org>
8256
8257         relocatable-prog-wrapper: Add missing dependency on
8258         double-slash-root.
8259         * modules/relocatable-prog-wrapper: Add dependency.
8260         Reported by Ian Beckwith <ianb@erislabs.net>.
8261
8262 2009-10-02  Eric Blake  <ebb9@byu.net>
8263
8264         renameat: fix Solaris bugs
8265         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
8266         needed fixing.
8267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
8268         * modules/stdio (Makefile.am): Substitute it.
8269         * lib/stdio.in.h (renameat): Declare replacement.
8270         * lib/renameat.c (rpl_renameat): Implement fix.
8271
8272         renameat: new module
8273         * modules/renameat: New file.
8274         * lib/renameat.c (renameat): Likewise.
8275         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
8276         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8277         * modules/stdio (Makefile.am): Substitute them.
8278         * lib/stdio.in.h (renameat): Declare it.
8279         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8280         * doc/posix-functions/renameat.texi (renameat): Likewise.
8281         * modules/renameat-tests: New test.
8282         * tests/test-renameat.c: Likewise.
8283
8284         rename: fix mingw bugs
8285         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
8286         directory overwrite bugs.
8287
8288         rename: fix another cygwin 1.5 bug
8289         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
8290         checks.
8291         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
8292         unnecessary cygwin workarounds.  Also work around bug with moving
8293         full directory onto an empty one.
8294         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
8295
8296         rename-dest-slash: merge into rename module
8297         * modules/rename-dest-slash (Status): Mark obsolete.
8298         (Depends-on): Add rename.
8299         (Files): Let rename do it all.
8300         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
8301         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
8302         * m4/rename-dest-slash.m4: ...so this file can be deleted.
8303         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
8304         * lib/rename.c (rpl_rename): Update comments.
8305
8306         rename: fix cygwin 1.5.x bugs
8307         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
8308         * lib/rename.c (rpl_rename): Work around them.
8309         * modules/rename (Depends-on): Add same-inode.
8310
8311         rename: fix Solaris 10 bug
8312         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
8313         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
8314         was the only bug.
8315
8316         rename: fix Solaris 9 bug
8317         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
8318         on non-directory.  Avoid calling exit.
8319         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
8320         strdup.
8321         * modules/rename-tests (Depends-on): Drop lstat.
8322         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
8323         (gl_PREREQ_RENAME): Delete unused macro.
8324
8325         rename-dest-slash: fix NetBSD bug
8326         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
8327         links.
8328         * modules/rename-dest-slash (Depends-on): Add same-inode.
8329
8330         rename-tests: new test, exposes several platform bugs
8331         * modules/rename-tests: New file.
8332         * tests/test-rename.h: Likewise.
8333         * tests/test-rename.c: Likewise.
8334         * doc/posix-functions/rename.texi (rename): Improve documentation,
8335         including bugs that will eventually be fixed in gnulib.
8336
8337 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
8338
8339         * lib/uname.c: Include <stdlib.h>
8340         (uname): Assume version info is available.
8341
8342 2009-10-02  Jim Meyering  <meyering@redhat.com>
8343
8344         gnu-web-doc-update: correct --help output
8345         * build-aux/gnu-web-doc-update: Make --help output relevant.
8346
8347         gnu-web-doc-update: add standard options
8348         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
8349
8350         gnu-web-doc-update: New module.
8351         Use this script to automatically update the on-line web documentation
8352         for your GNU project at http://www.gnu.org/software/$pkg/manual/
8353         * modules/gnu-web-doc-update: New file, from coreutils.
8354         * build-aux/gnu-web-doc-update: New script.
8355
8356 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
8357
8358         link: LoadLibrary is not needed.
8359         * lib/link.c: Use GetModuleHandle.
8360
8361 2009-10-01  Eric Blake  <ebb9@byu.net>
8362
8363         getopt: bump serial number
8364         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
8365         change.
8366
8367         tests: tighten link, rmdir, and remove tests
8368         * tests/test-link.h (includes): No need to use <config.h> here.
8369         Clean up if directory hard link was created, otherwise test for
8370         trailing '.'.
8371         * tests/test-linkat.c (main): Simplify.
8372         * tests/test-remove.c (main): Enhance test for trailing '.'.
8373         * tests/test-rmdir.h (test_rmdir_func): Likewise.
8374
8375 2009-10-01  Jim Meyering  <meyering@redhat.com>
8376
8377         maint.mk: requiring "make major" was annoying, for a "minor" release.
8378         What is intended is "stable", to contrast with alpha and beta,
8379         so require "make stable", not "make major".
8380         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
8381         (get_tool_versions): Likewise.
8382         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
8383
8384 2009-09-30  Ben Pfaff  <blp@gnu.org>
8385
8386         Fix broken build of replacement for Windows tmpfile().
8387         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
8388         flags argument added along with the 'mkostemp' module.
8389
8390 2009-09-28  Bruno Haible  <bruno@clisp.org>
8391
8392         Avoid identifier clash with POSIX function 'remove' defined as a macro.
8393         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
8394         to 'remove_elt'.
8395         (gl_list_remove): Update.
8396         * lib/gl_list.c (gl_list_remove): Update.
8397         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
8398         to 'remove_elt'.
8399         (gl_oset_remove): Update.
8400         * lib/gl_list.c (gl_oset_remove): Update.
8401         Reported by Eric Blake.
8402
8403 2009-09-28  Eric Blake  <ebb9@byu.net>
8404
8405         doc: mention yet more cygwin 1.7 status
8406         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
8407         cygwin.
8408         * doc/glibc-functions/execvpe.texi (execvpe): New file.
8409         * doc/gnulib.texi (Glibc unistd.h): Mention it.
8410
8411         argp: fix test failure
8412         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
8413         that are not upper-case.  Pass correct range to tolower.
8414
8415 2009-09-27  Jim Meyering  <meyering@redhat.com>
8416
8417         test-yesno: work around sparc-dash here-document infelicity
8418         Without this change, the literal \177 byte in a here document
8419         would make dash 0.5.5.1-3 access uninitialized memory.
8420         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
8421         Instead, use a marker, "@", and filter through tr to create the desired
8422         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
8423
8424 2009-09-27  Bruno Haible  <bruno@clisp.org>
8425
8426         Disable untested support for new flavours of ACLs on AIX.
8427         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
8428         progress.
8429         * lib/set-mode-acl.c (qset_acl): Likewise.
8430
8431 2008-12-07  Bruno Haible  <bruno@clisp.org>
8432
8433         Add support for new flavours of ACLs on AIX. (Untested.)
8434         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
8435         (file_has_acl): Add support for newer AIX.
8436         * lib/set-mode-acl.c (qset_acl): Likewise.
8437         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
8438         Rainer Tammer <tammer@tammer.net>.
8439
8440 2009-09-26  Eric Blake  <ebb9@byu.net>
8441
8442         argp: fix compilation of getopt
8443         * lib/getopt.in.h (includes): Use different guard than glibc.
8444         Reported by Sergey Poznyakoff.
8445
8446         doc: mention more cygwin 1.7 status
8447         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
8448         bug.
8449         * doc/posix-functions/execl.texi (execl): Likewise.
8450         * doc/posix-functions/execle.texi (execle): Likewise.
8451         * doc/posix-functions/execlp.texi (execlp): Likewise.
8452         * doc/posix-functions/execv.texi (execv): Likewise.
8453         * doc/posix-functions/execve.texi (execve): Likewise.
8454         * doc/posix-functions/execvp.texi (execvp): Likewise.
8455         * doc/glibc-functions/canonicalize_file_name.texi
8456         (canonicalize_file_name): Cygwin 1.7 now provides this.
8457         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
8458         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
8459         on AT_SYMLINK_NOFOLLOW.
8460
8461 2009-09-24  Eric Blake  <ebb9@byu.net>
8462
8463         test-linkat: make test more robust
8464         * tests/test-linkat.c (main): Avoid collision with EEXIST.
8465
8466         getopt: fix inclusion guards for cygwin
8467         * modules/getopt-posix (Depends-on): Add include-next.
8468         (Makefile.am): Substitute more items in replacement header.
8469         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
8470         <getopt.h>.
8471         * lib/getopt.in.h (includes): Use split inclusion guard, and
8472         prefer <getopt.h> over include <unistd.h> when one is present.
8473         (option): Also override name of 'struct option'.
8474
8475         same-inode: revert prior change; it is not yet ready
8476         * NEWS: Undo mention of this change.
8477         * lib/same-inode.h (same-inode.h): Undo tri-state change.
8478         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8479         * lib/cycle-check.c (cycle_check): Likewise.
8480         * lib/same.c (same_name): Likewise.
8481         * lib/at-func2.c (at_func2): Likewise.
8482
8483 2009-09-23  Eric Blake  <ebb9@byu.net>
8484
8485         linkat: new module
8486         * modules/linkat: New file.
8487         * lib/at-func2.c (at_func2): Likewise.
8488         * lib/linkat.c (linkat): Likewise.
8489         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
8490         * lib/openat-priv.h (at_func2): Add declaration.
8491         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8492         * modules/unistd (Makefile.am): Substitute them.
8493         * lib/unistd.in.h (linkat): Declare it.
8494         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8495         * doc/posix-functions/linkat.texi (linkat): Likewise.
8496         * doc/posix-functions/link.texi (link): Tweak wording.
8497         * tests/test-link.c (main): Move guts...
8498         * tests/test-link.h (test_link): ...into new file.
8499         * modules/linkat-tests: New test.
8500         * tests/test-linkat.c: Likewise.
8501         * modules/link-tests (Files): Ship new file.
8502         (Depends-on): Add stdbool.
8503
8504         dirname: add library-safe mdir_name
8505         * lib/dirname.h (mdir_name): New prototype.
8506         * lib/dirname.c (dir_name): Move guts...
8507         (mdir_name): ...to new function that avoids xalloc_die.
8508
8509         fchdir: another mingw fix
8510         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
8511         * lib/fchdir.c (get_name): New helper method; skips canonicalize
8512         on mingw (where it has not yet been ported), and make it optional
8513         elsewhere.
8514         (_gl_register_fd): Use it.
8515
8516         same-inode: make SAME_INODE tri-state, to port to mingw
8517         * NEWS: Mention this change.
8518         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
8519         st_ino always being 0.
8520         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8521         * lib/cycle-check.c (cycle_check): Likewise.
8522         * lib/same.c (same_name): Likewise.
8523
8524         lstat: avoid mingw compilation error
8525         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
8526         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
8527         lstat ourselves.
8528         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
8529         was adequate.
8530         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
8531         the checks for lstat.
8532         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
8533
8534         link: fix test failure on Solaris 9
8535         * lib/link.c (rpl_link): Don't assume link will catch bogus
8536         trailing slash on source.
8537
8538         test-symlinkat: enhance test
8539         * tests/test-readlink.c (main): Move guts...
8540         * tests/test-readlink.h (test_readlink): ...into new file.
8541         * tests/test-symlink.c (main): Move guts...
8542         * tests/test-symlink.h (test_symlink): ...into new file.
8543         * tests/test-symlinkat.c (main): Use new files for further
8544         coverage.
8545         (do_symlink, do_readlink): New helper functions.
8546         * modules/symlink-tests (Files): Ship new file.
8547         (Depends-on): Add stdbool.
8548         * modules/readlink-tests (Files): Ship new file.
8549         (Depends-on): Add stdbool.
8550         * modules/symlinkat-tests (Files): Use new files.
8551
8552 2009-09-23  Eric Blake  <ebb9@byu.net>
8553
8554         readlink: document portability issue with symlink length
8555         * doc/posix-functions/lstat.texi (lstat): Mention that some file
8556         systems have bogus st_size on symlinks, and mention the
8557         areadlink-with-size module.
8558         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
8559         * doc/posix-functions/readlink.texi (readlink): Mention the
8560         areadlink module, and ERANGE failure.
8561         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8562         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
8563
8564         readlink: fix Solaris 9 bug with trailing slash
8565         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
8566         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
8567         * doc/posix-functions/readlink.texi (readlink): Document this.
8568         * modules/readlink-tests: New test.
8569         * tests/test-readlink.c: Likewise.
8570
8571         readlink: fix cygwin 1.5.x bug with return type
8572         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
8573         * lib/unistd.in.h (readlink): Use ssize_t.
8574         * lib/readlink.c (readlink): Likewise.
8575         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8576         * modules/unistd (Makefile.am): Substitute it.
8577         * lib/unistd.in.h (readlink): Declare replacement.
8578         * doc/posix-functions/readlink.texi (readlink): Document this.
8579
8580         symlink: use throughout gnulib
8581         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
8582         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
8583         symlink is not used.
8584         * modules/symlinkat (Depends-on): Add symlink.
8585         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8586         * modules/canonicalize-tests (Depends-on): Likewise.
8587         * modules/lstat-tests (Depends-on): Likewise.
8588         * modules/openat-tests (Depends-on): Likewise.
8589         * modules/remove-tests (Depends-on): Likewise.
8590         * modules/rmdir-tests (Depends-on): Likewise.
8591         * modules/unlink-tests (Depends-on): Likewise.
8592         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
8593         * tests/test-canonicalize.c (symlink): Likewise.
8594         * tests/test-fstatat.c (symlink): Likewise.
8595         * tests/test-lstat.c (symlink): Likewise.
8596         * tests/test-remove.c (symlink): Likewise.
8597         * tests/test-rmdir.c (symlink): Likewise.
8598         * tests/test-unlink.c (symlink): Likewise.
8599         * tests/test-unlinkat.c (symlink): Likewise.
8600
8601         symlink: new module, for Solaris 9 bug
8602         * modules/symlink: New file.
8603         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
8604         * lib/symlink.c: Likewise.
8605         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8606         * modules/unistd (Makefile.am): Substitute them.
8607         * lib/unistd.in.h (symlink): Declare replacement.
8608         * MODULES.html.sh (File system functions): Mention it.
8609         * doc/posix-functions/symlink.texi (symlink): Likewise.
8610         * modules/symlink-tests: New test.
8611         * tests/test-symlink.c: Likewise.
8612
8613 2009-09-23  Bruno Haible  <bruno@clisp.org>
8614
8615         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
8616         when needed.
8617         Test case: gnulib-tool --import --with-tests atexit inttypes.
8618         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
8619
8620 2009-09-23  Bruno Haible  <bruno@clisp.org>
8621
8622         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
8623         subcommand, not in a subshell.
8624
8625 2009-09-22  Eric Blake  <ebb9@byu.net>
8626
8627         unistd: sort replacement declarations
8628         * lib/unistd.in.h: Sort declarations.
8629
8630         open, openat: minor optimization
8631         * lib/open.c (open): If open succeeded, len is non-zero.
8632         * lib/openat.c (rpl_openat): Likewise.
8633
8634         link-follow: ensure correct result
8635         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
8636         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
8637         distinguish between possible failures.
8638
8639 2009-09-21  Eric Blake  <ebb9@byu.net>
8640
8641         fts: avoid compiler warning
8642         * lib/fts.c (dirent_inode_sort_may_be_useful)
8643         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
8644
8645 2009-09-19  Bruno Haible  <bruno@clisp.org>
8646
8647         * lib/progreloc.c (canonicalize_file_name): New declaration.
8648
8649 2009-09-19  Eric Blake  <ebb9@byu.net>
8650
8651         link: fix quoting
8652         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
8653
8654         openat: fix openat bugs on Solaris 9
8655         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
8656         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
8657         * modules/openat (Depends-on): Add open.
8658         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
8659         * modules/fcntl-h (Makefile.am): Substitute it.
8660         * lib/fcntl.in.h (openat): Declare replacement.
8661         * doc/posix-functions/openat.texi (openat): Document this.
8662
8663         openat: move fstatat and unlinkat into correct files
8664         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
8665         compiled.
8666         * lib/openat.c (fstatat, unlinkat): Move...
8667         * lib/fstatat.c (fstatat): ...into correct files.
8668         * lib/unlinkat.c (unlinkat): Likewise.
8669
8670         openat: fix unlinkat bugs on Solaris 9
8671         * lib/unlinkat.c (unlinkat): New file.
8672         * modules/openat (Depends-on): Add unlink.
8673         (Files): Distribute it.
8674         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
8675         trailing slash behavior is broken.
8676         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8677         * modules/unistd (Makefile.am): Substitute it.
8678         * lib/unistd.in.h (unlinkat): Declare replacement.
8679         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
8680
8681         openat: fix fstatat bugs on Solaris 9
8682         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
8683         stat.
8684         * doc/posix-functions/fstatat.texi (fstatat): Document this.
8685
8686         test-unlinkat: enhance test, to expose Solaris 9 bug
8687         * tests/test-unlink.c (main): Factor guts...
8688         * tests/test-unlink.h (test_rmdir_func): ...into new file.
8689         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
8690         * tests/test-rmdir.c (main): Adjust caller.
8691         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
8692         (unlinker): New helper function.
8693         (rmdirat): Enhance check.
8694         * modules/rmdir-tests (Depends-on): Add stdbool.
8695         * modules/unlink-tests (Depends-on): Likewise.
8696         (Files): Add test-unlink.h.
8697         * modules/openat-tests (Files): Likewise.
8698         (Depends-on): Add unlinkdir.
8699
8700         test-fstatat: new test, to expose Solaris 9 bugs
8701         * tests/test-stat.c (main): Factor guts...
8702         * tests/test-stat.h (test_stat_func): ...into new file.
8703         * tests/test-lstat.c (main): Factor guts...
8704         * tests/test-lstat.h (test_lstat_func): ...into new file.
8705         * tests/test-fstatat.c: New file.
8706         * modules/stat-tests (Files): Add test-stat.h.
8707         * modules/lstat-tests (Files): Add test-lstat.h.
8708         (Depends-on): Add stdbool.
8709         * modules/openat-tests (Depends-on): Add pathmax.
8710         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
8711         (Makefile.am): Run new test.
8712
8713         remove: new module, for mingw and Solaris 9 bugs
8714         * modules/remove: New file.
8715         * lib/remove.c: Likewise.
8716         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
8717         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8718         * modules/stdio (Makefile.am): Use them.
8719         * lib/stdio.in.h (remove): Declare replacement.
8720         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8721         * doc/posix-functions/remove.texi (remove): Likewise.
8722         * modules/remove-tests: New test.
8723         * tests/test-remove.c: Likewise.
8724
8725         unlink: new module, for Solaris 9 bug
8726         * modules/unlink: New file.
8727         * lib/unlink.c: Likewise.
8728         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
8729         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8730         * modules/unistd (Makefile.am): Use them.
8731         * lib/unistd.in.h (stat): Declare replacement.
8732         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8733         * doc/posix-functions/unlink.texi (unlink): Likewise.
8734         * modules/unlink-tests: New test.
8735         * tests/test-unlink.c: Likewise.
8736
8737         lstat: fix Solaris 9 bug
8738         * lib/lstat.c (lstat): Also check for trailing slash on
8739         non-symlink, non-directories.  Use stat module to simplify logic.
8740         * doc/posix-functions/lstat.texi (lstat): Document it.
8741         * modules/lstat-tests (Depends-on): Add errno, same-inode.
8742         (configure.ac): Check for symlink.
8743         * tests/test-lstat.c (main): Add more tests.
8744
8745         stat: add as dependency to other modules
8746         * modules/chown (Depends-on): Add stat.
8747         * modules/euidaccess (Depends-on): Likewise.
8748         * modules/fchdir (Depends-on): Likewise.
8749         * modules/isdir (Depends-on): Likewise.
8750         * modules/link (Depends-on): Likewise.
8751         * modules/lstat (Depends-on): Likewise.
8752         * modules/mkdir-p (Depends-on): Likewise.
8753         * modules/modechange (Depends-on): Likewise.
8754         * modules/open (Depends-on): Likewise.
8755         * modules/readlink (Depends-on): Likewise.
8756         * modules/same (Depends-on): Likewise.
8757
8758         stat: fix Solaris 9 bug
8759         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
8760         slash.
8761         * lib/stat.c (rpl_stat): Work around it.
8762         * doc/posix-functions/stat.texi (stat): Update documentation.
8763
8764         stat: new module, for mingw bug
8765         * modules/stat: New file.
8766         * lib/stat.c: Likewise.
8767         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
8768         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8769         * modules/sys_stat (Makefile.am): Use them.
8770         * lib/sys_stat.in.h (stat): Declare replacement.
8771         * lib/openat.c (fstatat): Deal with lstat and stat being function
8772         macros.
8773         * modules/openat (Depends-on): Add inline.
8774         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8775         * doc/posix-functions/stat.texi (stat): Likewise.
8776         * modules/stat-tests: New test.
8777         * tests/test-stat.c: Likewise.
8778
8779 2009-09-19  Jim Meyering  <meyering@redhat.com>
8780
8781         syntax-check: detect unnecessary inclusion of canonicalize.h
8782         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
8783
8784 2009-09-19  Eric Blake  <ebb9@byu.net>
8785
8786         canonicalize-lgpl: adjust clients to use correct header
8787         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8788         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
8789         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
8790         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
8791         * lib/progreloc.c (includes): Likewise.
8792
8793 2009-09-19  Jim Meyering  <meyering@redhat.com>
8794
8795         test-posixtm.c: correct a comment
8796         * tests/test-posixtm.c: Correct first-line comment.
8797         Spotted by Eric Blake.
8798
8799 2009-09-16  Jim Meyering  <meyering@redhat.com>
8800
8801         posixtm-tests: make T const-correct; add a test case
8802         * tests/test-posixtm.c (T): Declare const.
8803         Add a test for -(2^31+1).
8804         Remove useless can-succeed-only-in-2002 test.
8805
8806         posixtm-tests: adjust the sole failing test
8807         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
8808         expected output matches what mktime now produces.  Cross-checked via
8809         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
8810
8811         posixtm: move #ifdef'd tests into a new module
8812         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
8813         * tests/test-posixtm.c: ... this new file.
8814         * modules/posixtm-tests: New module.
8815
8816 2009-09-19  Eric Blake  <ebb9@byu.net>
8817
8818         openat: simplify use of at-func.c
8819         * lib/at-func.c (includes): Include prerequisites here, to
8820         simplify requirements on client files.
8821         * lib/openat-priv.h: Add double-inclusion guard.
8822         * lib/faccessat.c (includes): Simplify.
8823         * lib/fchmodat.c (includes): Likewise.
8824         * lib/fchownat.c (includes): Likewise.
8825         * lib/mkdirat.c (includes): Likewise.
8826         * lib/mkfifoat.c (includes): Likewise.
8827         * lib/symlinkat.c (includes): Likewise.
8828
8829         openat: allow return of fd 0
8830         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
8831         * modules/save-cwd (Depends-on): Replace fcntl-safer with
8832         unistd-safer.
8833         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
8834         <fcntl.h>; this module does not leak fds.
8835         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
8836         must be allowed to return 0, leaving openat_safer to add the
8837         safety.
8838         (openat_permissive): Avoid writing to just-opened fd 2 if
8839         restoring the current directory fails.
8840         * lib/openat-die.c (openat_restore_fail): Add comment.
8841         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
8842         (save_cwd): Guarantee safe fd, but without use of open_safer.
8843         * tests/test-openat.c: New test.
8844         * modules/openat-tests (Files, Makefile.am): Distribute and build
8845         new file.
8846
8847         relocatable-prog-wrapper: fix build
8848         * modules/relocatable-prog-wrapper (Files): Update name of
8849         canonicalize m4 file, broken on 2009-09-17.
8850         Reported by emad hajjar <aleppos@hotmail.com>.
8851
8852 2009-09-19  Bruno Haible  <bruno@clisp.org>
8853
8854         * lib/safe-alloc.h: Use the standard header with GPL copyright.
8855         * lib/safe-alloc.c: Likewise.
8856         Reported by Ian Beckwith <ianb@erislabs.net>.
8857
8858 2009-09-18  Bruno Haible  <bruno@clisp.org>
8859
8860         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
8861         Reported by <erobles@sensacd.com.mx>.
8862
8863 2009-09-17  Eric Blake  <ebb9@byu.net>
8864
8865         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
8866         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
8867         slashes when checking if last component is missing.
8868         * tests/test-canonicalize.c (main): Test this.
8869
8870         canonicalize, canonicalize-lgpl: honor // if distinct from /
8871         * modules/canonicalize (Files): Add double-slash-root.m4.
8872         * modules/canonicalize-lgpl (Files): Likewise.
8873         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8874         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
8875         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
8876         fallback definition.
8877         (canonicalize_filename_mode): Use it to protect //.
8878         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
8879         (__realpath): Likewise.
8880         * tests/test-canonicalize.c (main): Test this.
8881         * tests/test-canonicalize-lgpl.c (main): Likewise.
8882         * modules/canonicalize-tests (Depends-on): Add same-inode.
8883         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8884
8885         canonicalize-lgpl: fix glibc bug with trailing slash
8886         * m4/canonicalize-lgpl.m4: Move contents...
8887         * m4/canonicalize.m4: ...here.
8888         (gl_CANONICALIZE_LGPL): Factor realpath check...
8889         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
8890         glibc 2.3.5 bug, fixed 2005-04-27.
8891         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
8892         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
8893         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
8894         * modules/canonicalize-lgpl (Files): Manage file rename.
8895         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8896         * modules/stdlib (Makefile.am): Substitute witness.
8897         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
8898         is needed.
8899         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
8900         replacement is required.
8901         * lib/canonicalize.c (canonicalize_file_name): Likewise.
8902         * doc/glibc-functions/canonicalize_file_name.texi
8903         (canonicalize_file_name): Document this.
8904         * doc/posix-functions/realpath.texi (realpath): Likewise.
8905
8906         canonicalize-lgpl: reject non-directory with trailing slash
8907         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
8908         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
8909         catches failures in glibc 2.3.5.
8910         * tests/test-canonicalize.c (main): Likewise.
8911
8912         canonicalize-lgpl: use native realpath if it works
8913         * lib/canonicalize-lgpl.c (realpath): Guard with
8914         FUNC_REALPATH_WORKS.
8915         * lib/stdlib.in.h (realpath): Make declaration optional based on
8916         HAVE_REALPATH.
8917         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
8918         native realpath works.
8919         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8920         * modules/stdlib (Makefile.am): Substitute witness.
8921
8922         canonicalize, canonicalize-lgpl: use <stdlib.h>
8923         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
8924         (Include): Mention <stdlib.h>.
8925         (configure.ac): Mention functions we provide.
8926         * modules/canonicalize (configure.ac): Likewise.
8927         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
8928         realpath if canonicalize_file_name is missing.
8929         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
8930         * modules/stdlib (Makefile.am): Substitute witnesses.
8931         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
8932         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
8933         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
8934         * NEWS: Document this.
8935         * doc/glibc-functions/canonicalize_file_name.texi
8936         (canonicalize_file_name): Likewise.
8937         * doc/posix-functions/realpath.texi (realpath): Likewise.
8938         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
8939
8940         test-canonicalize: consolidate into single C program
8941         * tests/test-canonicalize.sh: Delete; move setup into...
8942         * tests/test-canonicalize.c (main): ...the program, making it
8943         easier to run in debugger.  Add some tests.
8944         * modules/canonicalize-tests (Files): Remove unused file.
8945         (Depends-on): Add progname.
8946         (configure.ac, Makefile.am): Simplify.
8947
8948         test-canonicalize-lgpl: consolidate into single C program
8949         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
8950         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
8951         easier to run in debugger.  Add some tests.
8952         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
8953         (configure.ac, Makefile.am): Simplify.
8954
8955         canonicalize: avoid resolvepath
8956         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
8957         unnecessary checks.
8958         * lib/canonicalize.c (includes): Simplify.
8959         (canonicalize_file_name): Drop resolvepath implementation.
8960         * modules/canonicalize (Depends-on): Drop filenamecat.
8961
8962         canonicalize: don't lose errno
8963         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
8964         over calls to free.
8965
8966         canonicalize: simplify errno handling
8967         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
8968         assignment.
8969
8970         canonicalize, canonicalize-lgpl: update module dependencies
8971         * modules/canonicalize (Depends-on): Add extensions, lstat,
8972         pathmax, stdlib.
8973         (Files): Drop pathmax.h.
8974         (configure.ac): Adjust macro name.
8975         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
8976         lstat, stdlib, sys_stat.
8977         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
8978         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
8979         extensions.
8980         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
8981         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
8982         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
8983         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
8984         declaration, if available.
8985         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
8986         we can rely on the readlink module.
8987         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
8988         (includes): Use <unistd.h> unconditionally.
8989
8990 2009-09-17  Eric Blake  <ebb9@byu.net>
8991
8992         maint: make Include sections of modules consistent
8993         * modules/alloca: Use only header name; no need to list #include.
8994         * modules/alloca-opt: Likewise.
8995         * modules/arpa_inet: Likewise.
8996         * modules/canon-host: Likewise.
8997         * modules/configmake: Likewise.
8998         * modules/dirent: Likewise.
8999         * modules/eealloc: Likewise.
9000         * modules/environ: Likewise.
9001         * modules/fchdir: Likewise.
9002         * modules/fcntl: Likewise.
9003         * modules/fcntl-h: Likewise.
9004         * modules/gethrxtime: Likewise.
9005         * modules/gettime: Likewise.
9006         * modules/ignore-value: Likewise.
9007         * modules/inet_ntop: Likewise.
9008         * modules/inet_pton: Likewise.
9009         * modules/inttypes: Likewise.
9010         * modules/isnand-nolibm: Likewise.
9011         * modules/isnanf-nolibm: Likewise.
9012         * modules/mbchar: Likewise.
9013         * modules/mbfile: Likewise.
9014         * modules/mbiter: Likewise.
9015         * modules/mbuiter: Likewise.
9016         * modules/netdb: Likewise.
9017         * modules/netinet_in: Likewise.
9018         * modules/nproc: Likewise.
9019         * modules/pagealign_alloc: Likewise.
9020         * modules/poll: Likewise.
9021         * modules/printf-frexp: Likewise.
9022         * modules/pthread: Likewise.
9023         * modules/putenv: Likewise.
9024         * modules/random_r: Likewise.
9025         * modules/relocatable-prog: Likewise.
9026         * modules/search: Likewise.
9027         * modules/select: Likewise.
9028         * modules/selinux-h: Likewise.
9029         * modules/settime: Likewise.
9030         * modules/signal: Likewise.
9031         * modules/size_max: Likewise.
9032         * modules/socklen: Likewise.
9033         * modules/ssize_t: Likewise.
9034         * modules/stdarg: Likewise.
9035         * modules/stdbool: Likewise.
9036         * modules/stddef: Likewise.
9037         * modules/stdint: Likewise.
9038         * modules/stdio: Likewise.
9039         * modules/stdlib: Likewise.
9040         * modules/string: Likewise.
9041         * modules/strings: Likewise.
9042         * modules/sys_file: Likewise.
9043         * modules/sys_ioctl: Likewise.
9044         * modules/sys_select: Likewise.
9045         * modules/sys_socket: Likewise.
9046         * modules/sys_stat: Likewise.
9047         * modules/sys_time: Likewise.
9048         * modules/sys_times: Likewise.
9049         * modules/sys_utsname: Likewise.
9050         * modules/sys_wait: Likewise.
9051         * modules/sysexits: Likewise.
9052         * modules/time: Likewise.
9053         * modules/times: Likewise.
9054         * modules/tmpfile: Likewise.
9055         * modules/trim: Likewise.
9056         * modules/unistd: Likewise.
9057         * modules/wchar: Likewise.
9058         * modules/wctype: Likewise.
9059
9060 2009-09-17  Bruno Haible  <bruno@clisp.org>
9061
9062         Make getdate.y compile on QNX and NetBSD 5 / i386.
9063         * m4/getdate.m4 (gl_GETDATE): Conditionally define
9064         TIME_T_FITS_IN_LONG_INT.
9065         * lib/getdate.y (long_time_t): New type.
9066         (relative_time): Change type of 'seconds' field to long_time_t.
9067         (get_date): Update types of local variables. Check against overflow
9068         during conversion from long_time_t to time_t.
9069         Reported by Matt Kraai <kraai@ftbfs.org>
9070         and Hasso Tepper <hasso@netbsd.org>.
9071
9072 2009-09-17  Bruno Haible  <bruno@clisp.org>
9073
9074         * modules/COPYING: Update copyright years.
9075         * modules/README: Likeiwse.
9076         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
9077         Reported by Ian Beckwith <ianb@erislabs.net>.
9078
9079 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
9080
9081         * users.txt: Update references for gnuit package.
9082
9083 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
9084
9085         * m4/getdelim.m4: Fix typo in copyright line.
9086
9087 2009-09-17  Bruno Haible  <bruno@clisp.org>
9088
9089         * lib/atoll.c: Use the standard header with GPL copyright.
9090         * lib/argz.in.h: Likewise.
9091         * lib/glob.c: Likewise.
9092         * lib/glob-libc.h: Likewise.
9093         * lib/random_r.c: Likewise.
9094         * lib/siglist.h: Likewise.
9095         * lib/strsignal.c: Likewise.
9096         Reported by Ian Beckwith <ianb@erislabs.net>.
9097
9098 2009-09-17  Eric Blake  <ebb9@byu.net>
9099
9100         rmdir: ensure correct dependency order
9101         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
9102
9103 2009-09-17  Bruno Haible  <bruno@clisp.org>
9104
9105         Disable assertion that fails on NetBSD 5 / i386.
9106         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
9107         Reported by Sam Steingold <sds@gnu.org>
9108         and Hasso Tepper <hasso@netbsd.org>.
9109
9110 2009-09-16  Eric Blake  <ebb9@byu.net>
9111
9112         unlinkdir: port to mingw
9113         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
9114         on which no one can unlink a directory.
9115
9116         stdlib: sort witness names
9117         * modules/stdlib (Makefile.am): Sort replacements.
9118         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
9119         * lib/stdlib.in.h: Likewise.
9120
9121         parse-duration-tests: avoid link failure
9122         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
9123         LIBINTL.
9124         Reported by Tom G. Christensen.
9125
9126         openat-tests: ensure unlinkat behaves like rmdir
9127         * tests/test-rmdir.c (main): Factor guts...
9128         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
9129         * modules/rmdir-tests (Files): Ship new file.
9130         * modules/openat-tests: New test.
9131         * tests/test-unlinkat.c: Likewise.
9132
9133         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
9134         * modules/rmdir-errno (Status, Notice): Now obsolete.
9135
9136         rmdir: work around cygwin 1.5.x and mingw bugs
9137         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
9138         * lib/rmdir.c (rmdir): Work around it.
9139         * modules/rmdir (Status, Notice): No longer obsolete.
9140         (Files): Add dos.m4.
9141         (Depends-on): Add unistd.
9142         (configure.ac): Set witnesses.
9143         (License): Relax to LGPLv2+.
9144         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
9145         * modules/unistd (Makefile.am): Substitute witnesses.
9146         * lib/unistd.in.h (rmdir): Declare replacement.
9147         * doc/posix-functions/rmdir.texi (rmdir): Document this.
9148         * modules/rmdir-tests: New tests.
9149         * tests/test-rmdir.c: Likewise.
9150
9151 2009-09-15  Eric Blake  <ebb9@byu.net>
9152
9153         fchdir: improve use of replacement functions
9154         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
9155         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
9156         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
9157         REPLACE_CLOSEDIR.
9158         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
9159         * modules/sys_stat (Makefile.am): Substitute correct witness.
9160         * modules/dirent (Makefile.am): Likewise.
9161         * modules/unistd (Makefile.am): Likewise.
9162         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
9163         * lib/unistd.in.h (dup): Likewise.
9164         * lib/sys_stat.in.h (fstat): Likewise.
9165
9166         maint: ignore gnulib-tool temp files
9167         * .gitignore: Ignore files created during gnulib-tool --test.
9168
9169 2009-09-13  Jim Meyering  <meyering@redhat.com>
9170
9171         posixtm: don't reject a time that specify "60" as the number of seconds
9172         * lib/posixtm.c (posixtime): The code to reject invalid dates
9173         would also reject a time specified with the .60 suffix.
9174         But POSIX allows that, in order to accommodate leap seconds.
9175         So don't reject it.
9176         (main): Adjust tests accordingly.
9177         * modules/posixtm (Depends-on): Add stpcpy.
9178
9179 2009-09-11  Jim Meyering  <meyering@redhat.com>
9180
9181         announce-gen: include [$release_type] in emitted Subject:
9182         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
9183         e.g., [stable] in the emitted Subject: line.
9184
9185 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9186
9187         Remove obsolete macros from several modules.
9188         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
9189         obsolete Autoconf macros with their modern counterparts.
9190         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
9191         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
9192         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
9193         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9194         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
9195         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9196         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
9197         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
9198         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
9199         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
9200         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
9201         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
9202         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
9203         * m4/sockets.m4 (gl_SOCKETS): Likewise.
9204         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
9205         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
9206         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9207         * m4/time_r.m4 (gl_TIME_R): Likewise.
9208         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
9209         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
9210         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9211
9212         Fix copyright header in build-aux scripts.
9213         * build-aux/git-version-gen: Fix copyright header to match GPLv3
9214         recommendation.
9215         * build-aux/ncftpput-ftp: Likewise.
9216         * build-aux/update-copyright: Likewise.
9217
9218 2009-09-09  Eric Blake  <ebb9@byu.net>
9219
9220         test-link: allow Linux choice of errno
9221         * tests/test-link.c (main): Relax test for alternate error.
9222
9223         strndup: fix improper m4 caching
9224         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
9225         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
9226         (gl_PREREQ_STRNDUP): Delete.
9227         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
9228         * modules/string (Makefile.am): Substitute it.
9229         * lib/string.in.h (strndup): Modernize prototype.
9230
9231         getcwd: port to mingw
9232         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
9233         different from the POSIX assumptions made throughout the getcwd
9234         module; fortunately, the mingw getcwd does not need replacement.
9235         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
9236         * modules/getcwd-tests: New test.
9237         * tests/test-getcwd.c: Likewise.
9238
9239         link: fix platform bugs
9240         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
9241         * lib/link.c (link): Work around them.  Fix related mingw bug.
9242         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
9243         * modules/unistd (Makefile.am): Substitute it.
9244         * lib/unistd.in.h (link): Declare replacement.
9245         * doc/posix-functions/link.texi (link): Document this.
9246         * modules/link (Depends-on): Add strdup-posix, sys_stat.
9247
9248         test-link: consolidate into single C program, test more cases
9249         * tests/test-link.sh: Delete.
9250         * tests/test-link.c: Test more error conditions.  Exposes bugs on
9251         at least Cygwin and Solaris.
9252         * modules/link-tests (Files): Remove unused file.
9253         (Depends-on): Add errno, sys_stat.
9254         (Makefile.am): Simplify.
9255
9256 2009-09-08  Bruno Haible  <bruno@clisp.org>
9257
9258         Work around towlower, towupper bug on mingw.
9259         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
9260         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
9261         * doc/posix-functions/towlower.texi: Mention the mingw bug.
9262         * doc/posix-functions/towupper.texi: Likewise.
9263         Reported by Eric Blake.
9264
9265 2009-09-08  Jim Meyering  <meyering@redhat.com>
9266
9267         build: don't try to run autoheader if we don't use it
9268         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
9269         is not used in configure.ac.
9270
9271 2009-09-08  Eric Blake  <ebb9@byu.net>
9272
9273         euidaccess: fix compilation error
9274         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
9275
9276         rawmemchr: relax license
9277         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
9278         okay.
9279         Reported by Jim Meyering.
9280
9281         mkfifoat: new module
9282         * modules/mkfifoat: New file.
9283         * lib/mkfifoat.c: Likewise.
9284         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
9285         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9286         * modules/sys_stat (Makefile.am): Use them.
9287         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
9288         * MODULES.html.sh (File system functions): Mention module.
9289         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9290         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9291         * modules/mkfifoat-tests: New test.
9292         * tests/test-mkfifoat.c: Likewise.
9293
9294         strchrnul: relax license
9295         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
9296         okay.
9297         Reported by Jim Meyering.
9298
9299 2009-09-08  Eric Blake  <ebb9@byu.net>
9300
9301         fstatat: fix compilation on Solaris
9302         * lib/fstatat.c (includes): Add fcntl.h.
9303         Reported by Pádraig Brady.
9304
9305 2009-09-07  Eric Blake  <ebb9@byu.net>
9306
9307         rename: modernize replacement
9308         * modules/rename (Depends-on): Add stdio.
9309         (configure.ac): Declare witness.
9310         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
9311         stdio take care of replacement.
9312         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
9313         * modules/stdio (Makefile.am): Substitute them.
9314         * lib/stdio.in.h (rename): Declare replacement.
9315         * lib/rename.c (includes): Allow cross-compilation to non-windows
9316         machines.
9317         * doc/posix-functions/rename.texi (rename): Improve
9318         documentation.
9319
9320         stdio: sort witness names
9321         * modules/stdio (Makefile.am): Sort replacements.
9322         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9323         * lib/stdio.in.h: Likewise.
9324
9325         getcwd: minor cleanups
9326         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
9327         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
9328
9329         openat: provide more convenience names
9330         * modules/faccessat (configure.ac): Add C witness.
9331         * lib/unistd.in.h (readlinkat): Fix typo.
9332         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
9333         convenience wrappers.
9334         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
9335         wrappers in syntax checks.
9336
9337 2009-09-06  Eric Blake  <ebb9@byu.net>
9338
9339         doc: fix comments in recent patches
9340         * lib/faccessat.c: Mention correct function.
9341         * lib/fchmodat.c: Likewise.
9342         * lib/fchownat.c: Likewise.
9343         * lib/symlinkat.c: Likewise.
9344         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
9345         constants.
9346
9347         faccessat, symlinkat: continue cleanup of previous patch
9348         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
9349         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
9350         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
9351         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
9352         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
9353         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
9354         set.
9355
9356 2009-09-06  Bruno Haible  <bruno@clisp.org>
9357
9358         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
9359         (fstatat): Declare if GNULIB_FSTATAT is set.
9360         (mkdirat): Declare if GNULIB_MKDIRAT is set.
9361         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
9362         (unlinkat): Declare if GNULIB_UNLINKAT is set.
9363         * modules/fcntl-h (Files): Remove m4/openat.m4.
9364         * modules/sys_stat (Files): Remove m4/openat.m4.
9365         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
9366         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
9367         * modules/unistd (Files): Remove m4/openat.m4.
9368         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
9369         GNULIB_OPENAT.
9370         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
9371         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
9372         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
9373         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
9374         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
9375         gl_OPENAT_DEFAULTS.
9376         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
9377         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
9378         Don't require gl_OPENAT_DEFAULTS.
9379         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
9380         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
9381         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
9382         (gl_OPENAT_DEFAULTS): Remove macro.
9383
9384 2009-09-06  Bruno Haible  <bruno@clisp.org>
9385
9386         * modules/openat (configure.ac): Remove unneeded witness.
9387
9388 2009-09-06  Bruno Haible  <bruno@clisp.org>
9389
9390         Set errno to ENOSYS when a function is entirely unsupported.
9391         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
9392         EOPNOTSUPP.
9393         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9394         * modules/chown (Depends-on): Remove errno.
9395
9396 2009-09-06  Bruno Haible  <bruno@clisp.org>
9397
9398         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
9399
9400 2009-09-06  Bruno Haible  <bruno@clisp.org>
9401
9402         * lib/sys_stat.in.h: Fix preprocessor command indentation.
9403
9404 2009-09-06  Ben Pfaff  <blp@gnu.org>
9405             Bruno Haible  <bruno@clisp.org>
9406
9407         Work around a glibc bug in strtok_r.
9408         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
9409         Undefine if UNDEFINE_STRTOK_R is set.
9410         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
9411         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9412         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
9413         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
9414         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
9415         UNDEFINE_STRTOK_R.
9416         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
9417
9418 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
9419
9420         exclude: minor fix
9421         * lib/exclude.c: Include wctype.h
9422
9423 2009-09-06  Akim Demaille  <demaille@gostai.com>
9424
9425         bootstrap: improve error message
9426         * build-aux/bootstrap (find_tool): Upon failure, report the list
9427         of candidates.
9428         Honor the initial value of the envvar.
9429
9430 2009-09-05  Eric Blake  <ebb9@byu.net>
9431
9432         symlinkat: new module
9433         * modules/symlinkat: New file.
9434         * lib/symlinkat.c: Likewise.
9435         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
9436         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9437         * modules/unistd (Makefile.am): Use them.
9438         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
9439         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
9440         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
9441         * MODULES.html.sh (File system functions): Mention module.
9442         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9443         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9444         * modules/symlinkat-tests: New test.
9445         * tests/test-symlinkat.c: Likewise.
9446
9447         test-openat-safer: add more checks
9448         * tests/test-openat-safer.c (main): Check more code paths.
9449
9450 2009-09-05  Jim Meyering  <meyering@redhat.com>
9451
9452         syntax-check: detect unnecessary inclusion of openat.h
9453         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
9454
9455 2009-09-05  Bruno Haible  <bruno@clisp.org>
9456
9457         Support towlower, towupper.
9458         * doc/posix-functions/towlower.texi: Mention module wctype.
9459         * doc/posix-functions/towupper.texi: Likewise.
9460         * lib/wctype.in.h (towlower, towupper): New functions.
9461         * tests/test-wctype.c: Include stdio.h, stdlib.h.
9462         (ASSERT): New macro.
9463         (e): New variable.
9464         (main): Test also towlower, towupper. Test WEOF argument.
9465         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9466
9467 2009-09-05  Bruno Haible  <bruno@clisp.org>
9468
9469         Fix conversion behaviour when the input is invalid.
9470         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
9471         mark occurring in first pass of indirect conversion.
9472         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
9473         input.
9474         Found by clang's static analyzer.
9475
9476 2009-09-05  Bruno Haible  <bruno@clisp.org>
9477
9478         * tests/test-striconveh.c (main): Test indirect conversion on platforms
9479         where direct conversion is possible.
9480
9481 2009-09-04  Eric Blake  <ebb9@byu.net>
9482
9483         openat: fail with ENOENT on empty name
9484         * lib/openat-proc.c (openat_proc_name): Special-case the empty
9485         buffer.
9486
9487         link-follow: fix logic bug in prior patch
9488         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
9489         reversed sense of yes and no in prior patch.  Avoid confusing
9490         compilation failure with desired semantics.
9491
9492         link-follow: accomodate mingw and cross-compilation
9493         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
9494         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
9495         cross-compilation results to -1, to make linkat easier to
9496         implement when cross-compiling.  Trivially support mingw.
9497         * modules/link-follow (configure.ac): Call new name.
9498         * NEWS: Mention this.
9499
9500 2009-09-03  Eric Blake  <ebb9@byu.net>
9501
9502         faccessat: compile replacement
9503         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
9504         needed.
9505
9506         fts: fix compilation error
9507         * lib/fts.c (includes): Re-add "openat.h", for
9508         openat_needs_fchdir.
9509
9510         faccessat: new module
9511         * modules/faccessat: New file.
9512         * lib/faccessat.c: Likewise.
9513         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
9514         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9515         * modules/unistd (Makefile.am): Use it.
9516         * lib/unistd.in.h (faccessat): Declare it.
9517         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
9518         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
9519         * MODULES.html.sh (File system functions): Mention it.
9520         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
9521         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
9522
9523         euidaccess: prefer POSIX over non-standard implementation
9524         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
9525         * lib/euidaccess.c (euidaccess): Use it if available.
9526
9527         openat: make template easier to use
9528         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
9529         AT_FUNC_F2 to be undefined.
9530         (VALIDATE_FLAG): New macro; use it to reject bad flags.
9531         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
9532         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
9533         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
9534         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
9535         Likewise.
9536         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
9537         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
9538         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
9539         Likewise.
9540
9541         openat: declare in POSIX headers
9542         * NEWS: Mention this.
9543         * modules/openat (configure.ac): Declare witnesses.
9544         (Depends-on): Add fcntl-h, sys_stat, unistd.
9545         (Include): Mention correct headers.
9546         * modules/fcntl-h (Depends-on): Add link-warning.
9547         (Files): Add openat.m4.
9548         (Makefile.am): Substitute witnesses.
9549         * modules/sys_stat (Files, Makefile.am): Likewise.
9550         * modules/unistd (Files, Makefile.am): Likewise.
9551         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
9552         (gl_OPENAT_DEFAULTS): New macro.
9553         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
9554         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
9555         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
9556         (SYS_STAT_H): Remove unused variable.
9557         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
9558         * lib/fcntl--.h (includes): Remove unneeded header.
9559         * lib/openat-safer.c (includes): Likewise.
9560         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
9561         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
9562         appropriate headers.
9563         (__OPENAT_PREFIX): Delete.
9564         * lib/fcntl.in.h (openat): Provide declaration.
9565         (AT_FDCWD): Fix Solaris bug.
9566         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
9567         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
9568         * lib/fchmodat.c (includes):  Adjust to find declaration.
9569         * lib/fchownat.c (includes): Likewise.
9570         * lib/mkdirat.c (includes): Likewise.
9571         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
9572         still visible.
9573
9574 2009-09-02  Eric Blake  <ebb9@byu.net>
9575
9576         errno: use consistently
9577         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
9578         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
9579         * lib/canonicalize.c (ELOOP): Likewise.
9580         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
9581         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
9582         * lib/lchown.c (EOPNOTSUPP): Likewise.
9583         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
9584         * lib/savewd.c (ESTALE): Likewise.
9585         * lib/settime.c (ENOSYS): Likewise.
9586         * lib/utimens.c (ENOSYS): Likewise.
9587         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
9588         * lib/chdir-safer.c (ELOOP): Likewise.
9589         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
9590         * modules/c-stack (Depends-on): Add errno.
9591         * modules/canonicalize (Depends-on): Likewise.
9592         * modules/chdir-safer (Depends-on): Likewise.
9593         * modules/fdopendir (Depends-on): Likewise.
9594         * modules/inet_ntop (Depends-on): Likewise.
9595         * modules/inet_pton (Depends-on): Likewise.
9596         * modules/lchown (Depends-on): Likewise.
9597         * modules/openat (Depends-on): Likewise.
9598         * modules/savewd (Depends-on): Likewise.
9599         * modules/settime (Depends-on): Likewise.
9600         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
9601
9602         fts: avoid leaking fds
9603         * modules/fts (Depends-on): Add cloexec.
9604         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
9605         flag.
9606
9607         fts: make directory fds more robust
9608         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
9609         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
9610
9611         backupfile, chdir-long, fts, savedir: make safer
9612         * lib/backupfile.c (includes): Use "dirent--.h", since
9613         numbered_backup can write to stderr during readdir.
9614         * lib/savedir.c (includes): Likewise.
9615         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
9616         emulation can write to stderr on failure.
9617         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
9618         * lib/getcwd.c: Document why opendir_safer is unused.
9619         * lib/glob.c: Likewise.
9620         * lib/scandir.c: Likewise.
9621         * lib/openat-proc.c: Likewise, for open_safer.
9622         * modules/backupfile (Depends-on): Add dirent-safer.
9623         * modules/savedir (Depends-on): Likewise.
9624         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
9625         * modules/chdir-long (Depends-on): Add openat-safer.
9626
9627         openat-safer: new module
9628         * modules/openat-safer: New file.
9629         * lib/openat-safer.c: Likewise.
9630         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
9631         * lib/fcntl-safer.h (openat_safer): Declare.
9632         * lib/fcntl--.h (openat): Override.
9633         * MODULES.html.sh (File descriptor based I/O): Mention it.
9634         * lib/openat.h: Add double-inclusion guards.
9635         * lib/openat.c (includes): Only include "fcntl-safer.h", not
9636         "fcntl--.h", so we can implement openat.
9637         * modules/openat-safer-tests: New test.
9638         * tests/test-openat-safer.c: New file.
9639
9640         dirent-safer: new module
9641         * modules/dirent-safer: New file.
9642         * lib/dirent--.h: Likewise.
9643         * lib/dirent-safer.h: Likewise.
9644         * lib/opendir-safer.c: Likewise.
9645         * m4/dirent-safer.m4: Likewise.
9646         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
9647         * modules/dirent-safer-tests: New test.
9648         * tests/test-dirent-safer.c: New file.
9649         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
9650
9651         fdopendir: optimize on mingw
9652         * lib/unistd.in.h (_gl_directory_name): New prototype.
9653         * lib/fchdir.c (_gl_directory_name): Implement it.
9654         (fchdir): Use it to simplify implementation.
9655         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
9656         fchdir, when available, to avoid calling [f]chdir().
9657
9658         fdopendir: split into its own module
9659         * lib/openat.c (fdopendir): Move...
9660         * lib/fdopendir.c: ...into new file.
9661         * modules/fdopendir: New module.
9662         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
9663         * modules/openat (Depends-on): Add fdopendir.
9664         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
9665         fdopendir here.
9666         * modules/savedir (Depends-on): Only need fdopendir, not full
9667         openat.
9668         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
9669         * lib/openat.h (fdopendir): Drop prototype.
9670         * lib/dirent.in.h (fdopendir): Provide prototype.
9671         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
9672         * modules/dirent (Makefile.am): Substitute them.
9673         * MODULES.html.sh (File system functions): Mention it.
9674         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
9675         * modules/fdopendir-tests: New file.
9676         * tests/test-fdopendir.c: Likewise.
9677
9678         fchdir: use more consistent macro convention
9679         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
9680         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
9681         REPLACE_FCHDIR, rather than relying on config.h macros.
9682         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
9683         inside a single make-time REPLACE_FCHDIR block, rather than using
9684         the config.h FCHDIR_REPLACEMENT.
9685         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
9686         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
9687         Manage fstat replacement.
9688         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
9689         REPLACE_FCHDIR.
9690         * modules/sys_stat (Files): Add m4/unistd_h.m4.
9691         (Makefile.am): Substitute REPLACE_FCHDIR.
9692         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
9693         FCHDIR_REPLACEMENT.
9694         * lib/dup-safer.c (dup_safer): Likewise.
9695         * lib/dup2.c (rpl_dup2): Likewise.
9696         * lib/dup3.c (rpl_dup3): Likewise.
9697         * lib/open.c (rpl_open): Likewise.
9698
9699         fchdir: simplify error handling, and support dup3
9700         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
9701         stdbool, malloc-posix, realloc-posix.
9702         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
9703         (ensure_dirs_slot): Return false on allocation failure.
9704         (rpl_dup2): Delete.
9705         (_gl_register_dup): New function.
9706         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
9707         (_gl_register_fd): Close fd on allocation failure.
9708         * lib/fcntl.in.h (_gl_register_fd): Update signature.
9709         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
9710         prototype.
9711         (rpl_dup2_fchdir): Delete prototype.
9712         * lib/open.c (open): Update caller.
9713         * lib/dup2.c (dup2): Track fchdir metadata.
9714         * lib/dup3.c (dup3): Likewise.
9715         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
9716         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
9717
9718 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9719
9720         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
9721         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
9722         don't pass arguments to AC_OUTPUT.
9723
9724 2009-09-02  Bruno Haible  <bruno@clisp.org>
9725
9726         * modules/mkdtemp (License): Relicense under LGPLv2+.
9727         Reported by Paolo Bonzini.
9728
9729 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9730
9731         Replace uses of obsolete autoconf macros in Jim's modules.
9732         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
9733         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
9734         can evoke a warning from autoconf when run with -Wobsolete
9735         enabled.  They were declared obsolete for good reasons (see
9736         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
9737         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
9738         should not continue using the deprecated macros.
9739         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
9740         obsolete Autoconf macros with modern counterparts.
9741         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9742         * m4/dos.m4 (gl_AC_DOS): Likewise.
9743         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
9744         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
9745         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
9746         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
9747         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
9748         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
9749         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
9750         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
9751         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9752         Likewise.
9753         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
9754         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9755         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
9756         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
9757         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9758         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9759
9760 2009-09-01  Eric Blake  <ebb9@byu.net>
9761
9762         fchdir: fix off-by-one bug in previous patch
9763         * lib/fchdir.c (rpl_fstat): Use correct bounds.
9764         (_gl_unregister_fd): Delete useless if.
9765
9766 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
9767
9768         maint.mk: sort the list of syntax-check rules
9769         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
9770         easier to get a sense of progress when the rules are run sequentially
9771         and take a long time.
9772
9773 2009-09-01  Simon Josefsson  <simon@josefsson.org>
9774
9775         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
9776         * modules/netinet_in: Likewise.
9777         * modules/sys_file: Likewise.
9778         * modules/sys_ioctl: Likewise.
9779         * modules/sys_select: Likewise.
9780         * modules/sys_socket: Likewise.
9781         * modules/sys_stat: Likewise.
9782         * modules/sys_time: Likewise.
9783         * modules/sys_times: Likewise.
9784         * modules/sys_utsname: Likewise.
9785         * modules/sys_wait: Likewise.
9786
9787 2009-09-01  Jim Meyering  <meyering@redhat.com>
9788
9789         fts: help ensure that return values are not ignored
9790         * lib/fts_.h (__GNUC_PREREQ): Define.
9791         (__attribute_warn_unused_result__): Define.
9792         (fts_children, fts_close, fts_open, fts_read): Declare with
9793         __attribute_warn_unused_result__.
9794
9795         fts: fts_close now fails also when closing a dir file descriptor fails
9796         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
9797         and propagate to caller, along with errno.
9798
9799         announce-gen: correct formatting in --help output
9800         * build-aux/announce-gen (usage): Move the one-line description in
9801         --help output "up", to where it belongs, just after Usage:.
9802
9803 2009-08-31  Eric Blake  <ebb9@byu.net>
9804
9805         fchdir: port to mingw
9806         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
9807         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
9808         opened, then use a substitute.
9809         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
9810         replacement.
9811         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
9812         (_gl_register_fd): No need to check stat if open already filters
9813         all directories.
9814         (fchdir): Fix error condition to match POSIX.
9815         * modules/fchdir (Depends-on): Add sys_stat.
9816         * doc/posix-functions/open.texi (open): Document the limitation.
9817         * modules/fchdir-tests: New file.
9818         * tests/test-fchdir.c: Likewise.
9819
9820         canonicalize: allow cross-testing from cygwin to mingw
9821         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
9822         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
9823         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
9824         Likewise.
9825         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
9826         target does not support symlinks.
9827         * tests/test-canonicalize-lgpl.sh: Likewise.
9828
9829         chown: avoid compilation warning on mingw
9830         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
9831         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
9832         mingw.
9833         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9834         * modules/chown (Depends-on): Add errno.
9835
9836 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
9837
9838         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
9839         command.
9840
9841 2009-08-31  Jim Meyering  <meyering@redhat.com>
9842
9843         canonicalize: remove useless initialization
9844         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
9845         initialization of local, "end".
9846
9847 2009-08-30  Bruno Haible  <bruno@clisp.org>
9848
9849         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
9850         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
9851         ENOSYS.
9852
9853 2009-08-30  Bruno Haible  <bruno@clisp.org>
9854
9855         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
9856         /usr/xpg4/bin/tr when it exists.
9857         * tests/test-pipe-filter-gi1.sh: Likewise.
9858
9859 2009-08-30  Bruno Haible  <bruno@clisp.org>
9860
9861         Work around deficient /usr/bin/id program on Solaris.
9862         * tests/test-file-has-acl.sh (ID): New variable.
9863         * tests/test-set-mode-acl.sh (ID): Likewise.
9864         * tests/test-copy-acl.sh (ID): Likewise.
9865         * tests/test-copy-file.sh (ID): Likewise.
9866
9867 2009-08-30  Bruno Haible  <bruno@clisp.org>
9868
9869         New module 'xstriconveh'.
9870         * lib/xstriconveh.h: New file.
9871         * lib/xstriconveh.c: New file.
9872         * modules/xstriconveh: New file.
9873
9874 2009-08-30  Bruno Haible  <bruno@clisp.org>
9875
9876         Make it easier to use mem_cd_iconveh.
9877         * lib/striconveh.h (iconveh_t): New type.
9878         (iconveh_open, iconveh_close): New declarations.
9879         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9880         with a single 'const iconveh_t *' argument.
9881         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
9882         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9883         with a single 'const iconveh_t *' argument.
9884         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
9885         * tests/test-striconveh.c (main): Update.
9886         * NEWS: Mention the change.
9887
9888 2009-08-30  Bruno Haible  <bruno@clisp.org>
9889
9890         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
9891         problem.
9892
9893 2009-08-30  Bruno Haible  <bruno@clisp.org>
9894
9895         Work around iconv_open problem on Solaris.
9896         * lib/iconv_open-solaris.gperf: New file.
9897         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
9898         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
9899         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
9900         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
9901         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
9902         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
9903
9904 2009-08-29  Jim Meyering  <meyering@redhat.com>
9905
9906         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
9907         * top/maint.mk (cvs-check): Remove target; it was just an alias
9908         to the better-named vc-diff-check.
9909         (maintainer-distcheck): Remove rule.  It was used only from
9910         the (alpha/beta/major) target, and all of its commands but one
9911         were coreutils-specific.
9912         (vc-dist): Remove rule.
9913         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
9914         Run vc-diff-check, not vc-dist.
9915         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
9916
9917 2009-08-27  Bruno Haible  <bruno@clisp.org>
9918
9919         * tests/test-bitrotate.c (main): Remove test that uses a shift count
9920         of 0.
9921
9922 2009-08-27  Bruno Haible  <bruno@clisp.org>
9923
9924         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
9925         compilers.
9926         * doc/func.texi: Document the SunPRO C bug.
9927
9928 2009-08-27  Bruno Haible  <bruno@clisp.org>
9929
9930         Fix link error on Solaris.
9931         * tests/test-parse-duration.c (xstrdup): Remove function.
9932
9933 2009-08-26  Pádraig Brady  <P@draigbrady.com>
9934
9935         ignore-value: handle pointer types, too
9936         * lib/ignore-value.h (__attribute__): Remove definition.
9937         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
9938         of a more concise and more-often effective "(void) i" statement.
9939         (ignore_ptr): New function to suppress warnings from functions that
9940         return pointers, and to make it explicit that one function doesn't
9941         handle all cases.
9942
9943 2009-08-25  Bruno Haible  <bruno@clisp.org>
9944
9945         dup2: work around a Linux bug.
9946         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
9947         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
9948         * doc/posix-functions/dup2.texi: Mention the Linux bug.
9949         Reported by Simon Josefsson.
9950
9951 2009-08-25  Jim Meyering  <meyering@redhat.com>
9952
9953         libguestfs uses gnulib
9954         * users.txt: Add libguestfs.
9955
9956 2009-08-24  Eric Blake  <ebb9@byu.net>
9957
9958         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
9959         * lib/pipe2.c (includes): Add binary-io.h.
9960         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
9961
9962 2009-08-24  Bruno Haible  <bruno@clisp.org>
9963
9964         Tolerate declared but missing accept4 syscall.
9965         * lib/accept4.c (accept4): Invoke original accept4 function first, if
9966         available.
9967         * lib/sys_socket.in.h (accept4): If the function is already present,
9968         override it.
9969         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
9970         * modules/accept4 (Makefile.am): Compile accept4.c always.
9971         Reported by Paolo Bonzini and Eric Blake.
9972
9973 2009-08-23  Bruno Haible  <bruno@clisp.org>
9974
9975         New module 'accept4'.
9976         * lib/sys_socket.in.h (accept4): New declaration.
9977         * lib/accept4.c: New file.
9978         * m4/accept4.m4: New file.
9979         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9980         GNULIB_ACCEPT4, HAVE_ACCEPT4.
9981         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
9982         HAVE_ACCEPT4.
9983         * modules/accept4: New file.
9984         * doc/glibc-functions/accept4.texi: Mention the new module.
9985
9986 2009-08-24  Jim Meyering  <meyering@redhat.com>
9987
9988         progname: also set global program_invocation_name, when possible
9989         Before this change, a libtool-enabled program that calls glibc's
9990         error function would report the program name as
9991         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
9992         * modules/progname (configure.ac): Check for a declaration of
9993         program_invocation_name.
9994         * lib/progname.c:  Include <errno.h>.
9995         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
9996         Set program_invocation_name.
9997
9998 2009-08-23  Bruno Haible  <bruno@clisp.org>
9999
10000         * lib/dup3.c: Include <string.h>.
10001
10002 2009-08-23  Bruno Haible  <bruno@clisp.org>
10003
10004         * lib/dup3.c (dup3): Test only once whether the system actually exists.
10005         * lib/pipe2.c (pipe2): Likewise.
10006         Suggested by Eric Blake.
10007
10008 2009-08-23  Bruno Haible  <bruno@clisp.org>
10009
10010         Tolerate declared but missing dup3 syscall.
10011         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
10012         * lib/unistd.in.h (dup3): If the function is already present,
10013         override it.
10014         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
10015         * modules/dup3 (Makefile.am): Compile dup3.c always.
10016         Reported by Paolo Bonzini.
10017
10018 2009-08-23  Bruno Haible  <bruno@clisp.org>
10019
10020         Tolerate declared but missing pipe2 syscall.
10021         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
10022         available.
10023         * lib/unistd.in.h (pipe2): If the function is already present,
10024         override it.
10025         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
10026         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
10027         Reported by Paolo Bonzini.
10028
10029 2009-08-23  Bruno Haible  <bruno@clisp.org>
10030
10031         * lib/pipe2.c (pipe2): Move #ifs inside function.
10032
10033 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
10034
10035         quotearg: document limitations of quote_these_too
10036         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
10037         those limitations are created.
10038         * lib/quotearg.h (set_char_quoting): Document that digits and
10039         letters that are special after backslash are not permitted.
10040         (quotearg_char): Cross-reference set_char_quoting documentation.
10041
10042 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
10043
10044         quotearg: implement custom_quoting_style
10045         * lib/quotearg.c: (struct quoting_options): Add left_quote and
10046         right_quote fields.
10047         (set_custom_quoting): New public function.
10048         (quotearg_buffer_restyled): Add left_quote and right_quote
10049         arguments, handle them very much like locale quoting, and update
10050         all uses.
10051         (quotearg_n_custom): New public function.
10052         (quotearg_n_custom_mem): New public function.
10053         (quotearg_custom): New public function.
10054         (quotearg_custom_mem): New public function.
10055         * lib/quotearg.h: Prototype and document new public functions.
10056         (enum quoting_style): For escape_quoting_style and
10057         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
10058         ignored even though they're otherwise like c_quoting_style.
10059         Add custom_quoting_style member and document with comparison to
10060         clocale_quoting_style.
10061         * tests/test-quotearg.c (custom_quotes): New array.
10062         (custom_results): New array.
10063         (main): Extend to test custom quoting.
10064
10065 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
10066
10067         quotearg: fix right quote escaping when it's in quote_these_too
10068         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
10069         quote, be sure to prepend only one backslash.
10070         * tests/test-quotearg.c (use_quote_double_quotes): New function.
10071         (main): Test it.
10072
10073 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
10074
10075         quotearg-tests: test escaping of embedded locale quotes
10076         * tests/test-quotearg.c (struct result_strings): Add member for
10077         new input.
10078         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
10079         (inputs): Add new input.
10080         (results_g): Add expected results.
10081         (flag_results): Likewise.
10082         (locale_results): Likewise.
10083         (compare_strings): Check those.
10084
10085 2009-08-23  Bruno Haible  <bruno@clisp.org>
10086
10087         Tests for module 'dup3'.
10088         * modules/dup3-tests: New file.
10089         * tests/test-dup3.c: New file.
10090
10091         New module 'dup3'.
10092         * lib/unistd.in.h (dup3): New declaration.
10093         * lib/dup3.c: New file.
10094         * m4/dup3.m4: New file.
10095         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
10096         HAVE_DUP3.
10097         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
10098         * modules/dup3: New file.
10099         * doc/glibc-functions/dup3.texi: Mention the new module.
10100
10101 2009-08-23  Bruno Haible  <bruno@clisp.org>
10102
10103         Tweak the dup2 test.
10104         * tests/test-dup2.c (main): Create the test file empty. Verify that an
10105         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
10106         the test file is still empty. Fix argument order of lseek.
10107
10108 2009-08-23  Bruno Haible  <bruno@clisp.org>
10109
10110         Avoid test link errors when the modules getopt-gnu, gettext are used.
10111         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
10112         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10113
10114 2009-08-23  Bruno Haible  <bruno@clisp.org>
10115
10116         Fix getdtablesize() on mingw.
10117         * lib/getdtablesize.c (getdtablesize): Implement differently.
10118         * lib/unistd.in.h (getdtablesize): Improve comment.
10119
10120 2009-08-23  Bruno Haible  <bruno@clisp.org>
10121
10122         New module 'mkostemp'.
10123         Based on Ulrich Drepper's 2007-08-10 change in glibc.
10124         * lib/stdlib.in.h (mksotemp): New declaration.
10125         * lib/mkostemp.c: New file, from glibc with modifications.
10126         * lib/tempname.h (GT_FILE): Remove outdated comment.
10127         (gen_tempname): Add flags argument.
10128         * lib/tempname.c (__GT_BIGFILE): Remove macro.
10129         (__GT_FILE): Map to 1.
10130         (small_open, large_open): Remove macros.
10131         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
10132         * lib/mkstemp.c (mkstemp): Update.
10133         * lib/mkdtemp.c (mkdtemp): Likewise.
10134         * m4/mkostemp.m4: New file.
10135         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
10136         HAVE_MKOSTEMP.
10137         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
10138         HAVE_MKOSTEMP.
10139         * modules/mkostemp: New file, based on modules/mkstemp.
10140         * doc/glibc-functions/mkostemp.texi: Mention the new module.
10141         * NEWS: Mention the change.
10142
10143 2009-08-23  Bruno Haible  <bruno@clisp.org>
10144
10145         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
10146         Reported by Eric Blake.
10147
10148 2009-08-23  Bruno Haible  <bruno@clisp.org>
10149
10150         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
10151         Reported by Eric Blake.
10152
10153 2009-08-23  Bruno Haible  <bruno@clisp.org>
10154
10155         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
10156         * modules/pipe2 (Depends-on): Likewise.
10157
10158 2009-08-23  Eric Blake  <ebb9@byu.net>
10159
10160         fcntl-h: add O_TTY_INIT support
10161         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
10162         * tests/test-fcntl-h.c (o): Test it.
10163         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
10164
10165         fcntl-h: rename from fcntl, in preparation for fcntl(2)
10166         * modules/fcntl: Move <fcntl.h> header replacement...
10167         * modules/fcntl-h: ...to new name, so as not to collide with
10168         like-named function.
10169         * tests/test-fcntl.c: Rename...
10170         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
10171         * modules/fcntl-tests: Rename...
10172         * modules/fcntl-h-tests: ...to this.  Update test file name.
10173         * modules/chdir-long (Depends-on): Update clients.
10174         * modules/chdir-safer (Depends-on): Likewise.
10175         * modules/fcntl-safer (Depends-on): Likewise.
10176         * modules/fts (Depends-on): Likewise.
10177         * modules/mkancesdirs (Depends-on): Likewise.
10178         * modules/mkdir-p (Depends-on): Likewise.
10179         * modules/open (Depends-on): Likewise.
10180         * modules/savewd (Depends-on): Likewise.
10181         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
10182         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
10183
10184 2009-08-22  Bruno Haible  <bruno@clisp.org>
10185
10186         * modules/binary-io (License): Relicense under LGPL.
10187         * modules/pipe2 (License): Likewise.
10188
10189 2009-08-22  Bruno Haible  <bruno@clisp.org>
10190
10191         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
10192         return value.
10193         * lib/pipe-filter-gi.c (filter_init): Likewise.
10194         Reported by Eric Blake.
10195
10196 2009-08-22  Bruno Haible  <bruno@clisp.org>
10197
10198         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
10199         * modules/pipe (Depends-on): Add pipe2.
10200
10201 2009-08-22  Bruno Haible  <bruno@clisp.org>
10202
10203         Tests for module 'pipe2'.
10204         * modules/pipe2-tests: New file.
10205         * tests/test-pipe2.c: New file.
10206
10207         New module 'pipe2'.
10208         * lib/unistd.in.h (pipe2): New declaration.
10209         * lib/pipe2.c: New file.
10210         * m4/pipe2.m4: New file.
10211         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
10212         HAVE_PIPE2.
10213         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
10214         * modules/pipe2: New file.
10215         * doc/glibc-functions/pipe2.texi: Mention the new module.
10216
10217 2009-08-22  Bruno Haible  <bruno@clisp.org>
10218
10219         Reference some new glibc functions.
10220         * doc/glibc-functions/accept4.texi: New file.
10221         * doc/glibc-functions/dup3.texi: New file.
10222         * doc/glibc-functions/mkostemp.texi: New file.
10223         * doc/glibc-functions/pipe2.texi: New file.
10224         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
10225         (Glibc sys/socket.h): Refer to accept4.
10226         (Glibc unistd.h): Refer to dup3, pipe2.
10227         Reported by Eric Blake.
10228
10229 2009-08-22  Jim Meyering  <meyering@redhat.com>
10230             Bruno Haible  <bruno@clisp.org>
10231
10232         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
10233         This makes it so packages using automake-1.11's silent-rules option
10234         can print e.g., a single "GEN    configmake.h" line, rather than
10235         the 30+ statements that perform the job.  If you want to see the
10236         actual commands, you can still run "make V=1".
10237         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
10238         so that make output is abbreviated when those variables are defined
10239         appropriately.
10240         * modules/argz: Likewise.
10241         * modules/arpa_inet: Likewise.
10242         * modules/byteswap: Likewise.
10243         * modules/configmake: Likewise.
10244         * modules/dirent: Likewise.
10245         * modules/errno: Likewise.
10246         * modules/fcntl: Likewise.
10247         * modules/float: Likewise.
10248         * modules/fnmatch: Likewise.
10249         * modules/getopt-posix: Likewise.
10250         * modules/glob: Likewise.
10251         * modules/iconv_open: Likewise.
10252         * modules/inttypes: Likewise.
10253         * modules/localcharset: Likewise.
10254         * modules/locale: Likewise.
10255         * modules/math: Likewise.
10256         * modules/netdb: Likewise.
10257         * modules/netinet_in: Likewise.
10258         * modules/poll: Likewise.
10259         * modules/posix_spawnp-tests: Likewise.
10260         * modules/sched: Likewise.
10261         * modules/search: Likewise.
10262         * modules/selinux-h: Likewise.
10263         * modules/signal: Likewise.
10264         * modules/spawn: Likewise.
10265         * modules/stdarg: Likewise.
10266         * modules/stdbool: Likewise.
10267         * modules/stddef: Likewise.
10268         * modules/stdint: Likewise.
10269         * modules/stdio: Likewise.
10270         * modules/stdlib: Likewise.
10271         * modules/string: Likewise.
10272         * modules/strings: Likewise.
10273         * modules/sys_file: Likewise.
10274         * modules/sys_ioctl: Likewise.
10275         * modules/sys_select: Likewise.
10276         * modules/sys_socket: Likewise.
10277         * modules/sys_stat: Likewise.
10278         * modules/sys_time: Likewise.
10279         * modules/sys_times: Likewise.
10280         * modules/sys_utsname: Likewise.
10281         * modules/sys_wait: Likewise.
10282         * modules/sysexits: Likewise.
10283         * modules/time: Likewise.
10284         * modules/unistd: Likewise.
10285         * modules/wchar: Likewise.
10286         * modules/wctype: Likewise.
10287
10288 2009-08-22  Jim Meyering  <meyering@redhat.com>
10289
10290         announce-gen: detect write failure
10291         * build-aux/announce-gen: Add Coda at end.
10292         Remove equivalent-but-more-verbose block at top.
10293
10294 2009-08-19  Akim Demaille  <demaille@gostai.com>
10295
10296         bootstrap: --help to stdout.
10297         * bootstrap (usage): Don't send --help to stderr.
10298         Use a here doc instead of a long string.
10299
10300 2009-08-21  Eric Blake  <ebb9@byu.net>
10301
10302         test-popen-safer: split from test-popen
10303         * tests/test-popen.c (main): Move...
10304         * tests/test-popen.h: ...into new file.
10305         * tests/test-popen-safer2.c: New file.
10306         * modules/popen-tests (Files): Add test-popen.h.
10307         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
10308         Suggested by Bruno Haible.
10309
10310         test-fcntl-safer: split from test-open
10311         * tests/test-open.c (main): Move...
10312         * tests/test-open.h: ...into new file.
10313         * tests/test-fcntl-safer.c: New file.
10314         * modules/open-tests (Files): Add test-open.h.
10315         * modules/fcntl-safer-tests: New file.
10316         Suggested by Bruno Haible.
10317
10318         test-fopen-safer: split from test-fopen
10319         * tests/test-fopen.c (main): Move...
10320         * tests/test-fopen.h: ...into new file.
10321         * tests/test-fopen-safer.c: New file.
10322         * modules/fopen-tests (Files): Add test-fopen.h.
10323         * modules/fopen-safer-tests: New file.
10324         Suggested by Bruno Haible.
10325
10326 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
10327
10328         popen-safer: test O_CLOEXEC at run-time.
10329         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
10330
10331 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
10332
10333         fcntl: move more flags to the header
10334         * lib/cloexec.c: Do not define FD_CLOEXEC here.
10335         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
10336         * lib/fcntl.in.h: Do both things here.
10337
10338 2009-08-21  Jim Meyering  <meyering@redhat.com>
10339
10340         consistently remove $@-t before redirecting to it
10341         * modules/argz: Remove $@-t and $@ before redirecting to the former.
10342         * modules/alloca-opt: Likewise.
10343         * modules/byteswap: Likewise.
10344         * modules/fnmatch: Likewise.
10345         * modules/getopt-posix: Likewise.
10346         * modules/glob: Likewise.
10347         * modules/poll: Likewise.
10348         * modules/posix_spawnp-tests: Likewise.
10349         * modules/sys_socket: Likewise.
10350         * modules/sysexits: Likewise.
10351
10352 2009-08-21  Eric Blake  <ebb9@byu.net>
10353
10354         popen: simplify access to original popen
10355         * lib/popen.c (rpl_popen): No need to worry about popen being a
10356         macro.
10357         Reported by Bruno Haible.
10358
10359 2009-08-20  Eric Blake  <ebb9@byu.net>
10360
10361         build: avoid some compiler warnings
10362         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
10363         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
10364         type.
10365         (new_exclude_segment, excluded_file_pattern_p)
10366         (excluded_file_name_p): Reduce scope.
10367         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
10368         old-style declaration.
10369
10370 2009-08-20  Simon Josefsson  <simon@josefsson.org>
10371
10372         * tests/test-exclude1.sh: Handle Windows EOL.
10373         * tests/test-exclude2.sh: Likewise.
10374         * tests/test-exclude3.sh: Likewise.
10375         * tests/test-exclude4.sh: Likewise.
10376         * tests/test-exclude5.sh: Likewise.
10377         * tests/test-exclude6.sh: Likewise.
10378         * tests/test-exclude7.sh: Likewise.
10379
10380 2009-08-19  Akim Demaille  <demaille@gostai.com>
10381
10382         bootstrap: find sha1sum when named gsha1sum.
10383         * bootstrap (find_tool): New.
10384         ($SHA1SUM): New.
10385         Use it.
10386
10387 2009-08-20  Jim Meyering  <meyering@redhat.com>
10388
10389         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
10390         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
10391         expression that converts "." in a file name to "\." in the resulting
10392         regexp.  Start with a dummy statement, so that prior shell variable
10393         definitions are expanded portably.  Reported by Simon Josefsson.
10394
10395 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
10396
10397         Fix polling for writeability of a screen buffer.
10398         * lib/poll.c: Distinguish input and screen buffers for the
10399         Win32 implementation.
10400         * lib/select.c: Likewise.
10401
10402 2009-08-19  Eric Blake  <ebb9@byu.net>
10403
10404         popen-safer: prevent popen from clobbering std descriptors
10405         * modules/popen-safer: New file.
10406         * lib/popen-safer.c: Likewise.
10407         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
10408         * lib/stdio--.h (popen): Provide override.
10409         * lib/stdio-safer.h (popen_safer): Provide declaration.
10410         * tests/test-popen.c (includes): Partially test this.
10411         * modules/popen-safer-tests: New file, for more tests.
10412         * tests/test-popen-safer.c: Likewise.
10413         * MODULES.html.sh (file stream based Input/Output): Mention it.
10414
10415         tests: test some of the *-safer modules
10416         * modules/fopen-safer (Depends-on): Add fopen.
10417         * modules/fcntl-safer (Depends-on): Add fcntl.
10418         * modules/stdlib-safer (Depends-on): Add stdlib.
10419         (configure.ac): Set indicator.
10420         * modules/unistd-safer (configure.ac): Likewise.
10421         * modules/tmpfile-safer (configure.ac): Likewise.
10422         (Depends-on): Add tmpfile.
10423         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
10424         active.
10425         * tests/test-fopen.c (includes): Test safer versions when they are
10426         in use.
10427         * tests/test-open.c (includes): Likewise.
10428
10429         popen: fix cygwin 1.5 bug when stdin closed
10430         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
10431         * modules/popen: New file.
10432         * modules/popen-tests: Likewise.
10433         * tests/test-popen.c: Likewise.
10434         * m4/popen.m4: Likewise.
10435         * lib/popen.c: Likewise.
10436         * lib/stdio.in.h (popen): New declaration.
10437         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
10438         * modules/stdio (Makefile.am): Likewise.
10439         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
10440
10441 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
10442
10443         maint.mk: give full control over update-copyright exclusions
10444         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
10445         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
10446         (update-copyright): Don't force inclusion of top-level
10447         ChangeLog.  Don't force exclusion of all COPYING files, but make
10448         them the default exclusion instead.
10449
10450 2009-08-16  Bruno Haible  <bruno@clisp.org>
10451
10452         Fix test failures on Solaris 10.
10453         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
10454         tests when Solaris iconv() is used.
10455         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10456         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10457         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10458         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10459         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10460
10461 2009-08-16  Bruno Haible  <bruno@clisp.org>
10462
10463         Fix test failures on Solaris 10.
10464         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
10465         'tr' program and pass it as first argument.
10466         * tests/test-pipe-filter-gi1.sh: Likewise.
10467         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
10468         program as first argument.
10469         * tests/test-pipe-filter-gi1.c (main): Likewise.
10470
10471 2009-08-16  Eric Blake  <ebb9@byu.net>
10472
10473         fpurge: fix previous commits
10474         * modules/fpurge (Makefile.am): Make replacement conditional,
10475         partially reverting 2007-04-29 change; missed in previous
10476         attempt.
10477         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
10478         is missing.
10479
10480 2009-08-16  Bruno Haible  <bruno@clisp.org>
10481
10482         Clarify fpurge's effect on the file position.
10483         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
10484         * tests/test-fpurge.c (main): Make a second pass for checking the file
10485         position.
10486
10487 2009-08-16  Bruno Haible  <bruno@clisp.org>
10488
10489         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
10490         declaration of fpurge is missing.
10491         * tests/test-fpurge.c (main): Check that the file has not more contents
10492         than expected. Close the file before removing it.
10493
10494 2009-08-15  Eric Blake  <ebb9@byu.net>
10495
10496         fpurge: don't wrap working cygwin implementation
10497         * lib/fpurge.c (fpurge): Fix comment typo.
10498         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
10499         1.7 to avoid replacement.
10500         * tests/test-fpurge.c (main): Enhance test.
10501
10502 2009-08-15  Eric Blake  <ebb9@byu.net>
10503         and Jim Meyering  <meyering@redhat.com>
10504
10505         test-update-copyright: skip if perl is insufficient
10506         * tests/test-update-copyright.sh: Failure to run maintainer tool
10507         should not cause testsuite failure on cygwin 1.5.
10508
10509 2009-08-14  Eric Blake  <ebb9@byu.net>
10510
10511         doc: mention more functions added in cygwin 1.7.0
10512         * doc/posix-headers/limits.texi (limits.h): Update for recent
10513         cygwin additions.
10514         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
10515         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
10516         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
10517         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
10518         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
10519
10520 2009-08-14  Eric Blake  <ebb9@byu.net>
10521
10522         maint.mk: simplify update-copyright rule
10523         * top/maint.mk (update-copyright-local): Delete, and document how
10524         to do it in cfg.mk instead.
10525         (update-copyright-exclude-regexp): Delete, and document how to do
10526         it in .x-update-copyright instead.
10527         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
10528         exclude ChangeLog.
10529
10530 2009-08-14  Bruno Haible  <bruno@clisp.org>
10531
10532         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
10533
10534 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10535
10536         maint.mk: support update-copyright-env
10537         * top/maint.mk (update-copyright-env): Define place-holder.
10538         (update-copyright): Expand $(update-copyright-env) before
10539         invoking update-copyright.
10540
10541 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10542
10543         update-copyright: implement forced reformatting
10544         * build-aux/update-copyright: Implement and document
10545         UPDATE_COPYRIGHT_FORCE.
10546         * tests/test-update-copyright.sh: Test it.
10547
10548 2009-08-14  Eric Blake  <ebb9@byu.net>
10549         and Bruno Haible  <bruno@clisp.org>
10550
10551         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
10552         * tests/test-locale.c: Revert previous patch related to NULL.
10553         * tests/test-stdio.c: Likewise.
10554         * tests/test-stdlib.c: Likewise.
10555         * tests/test-string.c: Likewise.
10556         * tests/test-unistd.c: Likewise.
10557         * modules/time-tests (Depends-on): Add verify.
10558         * modules/wchar-tests (Depends-on): Likewise.
10559         * tests/test-time.c: Test for NULL compliance.
10560         * tests/test-wchar.c: Likewise.
10561         * modules/locale (Depends-on): Add stddef.
10562         * modules/stdio (Depends-on): Likewise.
10563         * modules/stdlib (Depends-on): Likewise.
10564         * modules/string (Depends-on): Likewise.
10565         * modules/time (Depends-on): Likewise.
10566         * modules/unistd (Depends-on): Likewise.
10567         * modules/wchar (Depends-on): Likewise.
10568         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
10569         * lib/stdlib.in.h (includes): Likewise.
10570         * lib/string.in.h (includes): Likewise.
10571         * lib/time.in.h (includes): Likewise.
10572         * lib/unistd.in.h (includes): Likewise.
10573         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
10574         replaced.
10575         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10576         * m4/stddef_h.m4: New file.
10577         * modules/stddef: Likewise.
10578         * lib/stddef.in.h: Likewise.
10579         * modules/stddef-tests: Likewise.
10580         * tests/test-stddef.c: Likewise.
10581         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
10582         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
10583         * doc/posix-headers/locale.texi (locale.h): Likewise.
10584         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
10585         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
10586         * doc/posix-headers/string.texi (string.h): Likewise.
10587         * doc/posix-headers/time.texi (time.h): Likewise.
10588         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
10589         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
10590
10591 2009-08-14  Eric Blake  <ebb9@byu.net>
10592
10593         doc: improve git diff of texinfo files
10594         * .gitattributes: Add rule for *.texi files, with hint on how to
10595         use it.
10596         Copied from m4, and based on a report by Bruno Haible.
10597
10598 2009-08-14  Bruno Haible  <bruno@clisp.org>
10599
10600         Disable multithread support by default on Cygwin 1.5.x for real.
10601         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
10602
10603 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10604
10605         update-copyright: much ado about intervals
10606         * build-aux/update-copyright: Implement and document
10607         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
10608         of copyright year intervals.
10609         Also, document UPDATE_COPYRIGHT_YEAR.
10610         * tests/test-update-copyright.sh: Test it.
10611
10612         update-copyright: convert 2-digit to 4-digit years
10613         * build-aux/update-copyright: Implement and document.
10614         * tests/test-update-copyright.sh: Update.
10615
10616 2009-08-14  Jim Meyering  <meyering@redhat.com>
10617
10618         test-exclude: avoid coreutils "make check" failure
10619         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
10620         just as in test-argmatch.c.
10621
10622 2009-08-13  Eric Blake  <ebb9@byu.net>
10623
10624         test-dup2: fix bad assumption
10625         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
10626         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
10627
10628         test-version-etc: fix CRLF portability issue
10629         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
10630         recognize \r.
10631         * tests/test-argp-version-etc-1.sh: Likewise.
10632
10633         getopt: update client modules
10634         * modules/argp (Depends-on): Use getopt-gnu.
10635         * modules/git-merge-changelog (Depends-on): Likewise.
10636         * modules/long-options (Depends-on): Likewise.
10637         * modules/xstrtol (Depends-on): Likewise.
10638
10639 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10640
10641         * tests/test-version-etc.sh: Don't fail on different
10642         project/version.  Don't fail on CRLF differences.  Rewrite to use
10643         multiple -e instead of multiple sed forks, suggested by Eric Blake
10644         <ebb9@byu.net>.
10645         * tests/test-argp-version-etc-1.sh: Likewise.
10646
10647 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10648
10649         * tests/test-version-etc.sh: Don't fail on different
10650         project/version.
10651
10652 2009-08-12  Bruno Haible  <bruno@clisp.org>
10653
10654         Tests for modules 'getopt-posix', 'getopt-gnu'.
10655         * modules/getopt-posix-tests: New file.
10656         * tests/test-getopt.c: New file.
10657         * tests/test-getopt.h: New file.
10658         * tests/test-getopt_long.h: New file.
10659
10660         New modules 'getopt-posix', 'getopt-gnu'.
10661         * modules/getopt-gnu: New file, renamed from modules/getopt.
10662         * modules/getopt-posix: New file.
10663         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
10664         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
10665         (gl_GETOPT): Remove macro.
10666         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
10667         Disable the test against BSD systems that declare optreset. Test
10668         against mingw bug. Test against lack of support of optional arguments
10669         on many platforms.
10670         * doc/glibc-headers/getopt.texi: Update module name and list of
10671         relevant platforms.
10672         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
10673         'getopt-gnu' and more portability problems.
10674         * NEWS: Mention the changes.
10675
10676 2009-08-12  Bruno Haible  <bruno@clisp.org>
10677
10678         Ensure that optarg etc. get declared by <unistd.h>.
10679         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
10680         AC_USE_SYSTEM_EXTENSIONS.
10681         * modules/getopt (Depends-on): Add 'extensions'.
10682
10683 2009-08-12  Bruno Haible  <bruno@clisp.org>
10684
10685         Avoid test link errors.
10686         * modules/pipe-filter-ii-tests (Makefile.am): Define
10687         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
10688         * modules/pipe-filter-gi-tests (Makefile.am): Define
10689         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
10690         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10691
10692 2009-08-12  Bruno Haible  <bruno@clisp.org>
10693
10694         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
10695         gl_GETOPT_SUBSTITUTE before.
10696         (gl_GETOPT): Use it.
10697         * m4/argp.m4 (gl_ARGP): Update.
10698         Reported by Sergey Poznyakoff.
10699
10700         * m4/getopt.m4: Reorder macros.
10701         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
10702         (gl_GETOPT_SUBSTITUTE): Remove macro.
10703
10704 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10705
10706         Minor improvement in gitlog-to-changelog
10707
10708         * build-aux/gitlog-to-changelog: New option `--format' makes
10709         output format string configurable.
10710
10711 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10712
10713         Optimize exclude: use hash tables for non-wildcard patterns.
10714
10715         * lib/exclude.c: Include hash.h and mbuiter.h
10716         (struct exclude_pattern, exclude_segment): New data types.
10717         (struct exclude): Rewrite.
10718         (fnmatch_pattern_has_wildcards): New function.
10719         (new_exclude_segment, free_exclude_segment): New functions.
10720         (excluded_file_pattern_p, excluded_file_name_p): New functions.
10721         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
10722         * lib/exclude.h (is_fnmatch_pattern): New prototype.
10723         * modules/exclude: Depend on hash and mbuiter.
10724
10725         * modules/exclude-tests: New file.
10726         * tests/test-exclude.c: New file.
10727         * tests/test-exclude1.sh: New file.
10728         * tests/test-exclude2.sh: New file.
10729         * tests/test-exclude3.sh: New file.
10730         * tests/test-exclude4.sh: New file.
10731         * tests/test-exclude5.sh: New file.
10732         * tests/test-exclude6.sh: New file.
10733         * tests/test-exclude7.sh: New file.
10734
10735 2009-08-12  Bruno Haible  <bruno@clisp.org>
10736
10737         Ensure that getopt() gets declared by <unistd.h>.
10738         * lib/unistd.in.h: Conditionally include getopt.h.
10739         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
10740         Set GNULIB_UNISTD_H_GETOPT.
10741         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10742         GNULIB_UNISTD_H_GETOPT.
10743         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
10744
10745 2009-08-12  Bruno Haible  <bruno@clisp.org>
10746
10747         Clarify logic.
10748         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
10749         gl_replace_getopt instead of GETOPT_H.
10750
10751 2009-08-12  Bruno Haible  <bruno@clisp.org>
10752
10753         * m4/getopt.m4: Add comments.
10754
10755 2009-08-12  Bruno Haible  <bruno@clisp.org>
10756
10757         Disable multithread support by default on Cygwin 1.5.x.
10758         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
10759         set gl_use_threads=no if not specified otherwise.
10760
10761 2009-08-11  Bruno Haible  <bruno@clisp.org>
10762
10763         Avoid compilation error on NetBSD 5.0.
10764         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
10765         * tests/test-stdio.c: Likewise.
10766         * tests/test-stdlib.c: Likewise.
10767         * tests/test-string.c: Likewise.
10768         * tests/test-unistd.c: Likewise.
10769         Reported by Greg Troxel <gdt@ir.bbn.com>
10770         at <https://savannah.gnu.org/support/?106973>.
10771
10772 2009-08-11  Bruno Haible  <bruno@clisp.org>
10773
10774         * modules/dup2-tests (Depends-on): Remove close.
10775
10776         Undo 2009-07-19 commit.
10777         * modules/acl-tests (Depends-on): Remove close.
10778         * modules/binary-io-tests (Depends-on): Likewise.
10779         * modules/closein-tests (Depends-on): Likewise.
10780         * modules/flock-tests (Depends-on): Likewise.
10781         * modules/fsync-tests (Depends-on): Likewise.
10782         * modules/lseek-tests (Depends-on): Likewise.
10783         * modules/pipe-tests (Depends-on): Likewise.
10784         * modules/posix_spawn-tests (Depends-on): Likewise.
10785         * modules/posix_spawnp-tests (Depends-on): Likewise.
10786         * modules/stat-time-tests (Depends-on): Likewise.
10787         * modules/yesno-tests (Depends-on): Likewise.
10788
10789 2009-08-10  Bruno Haible  <bruno@clisp.org>
10790
10791         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
10792
10793 2009-08-10  Bruno Haible  <bruno@clisp.org>
10794
10795         Fix a gcc warning.
10796         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
10797
10798 2009-08-10  Bruno Haible  <bruno@clisp.org>
10799
10800         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
10801         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
10802         not only the first time.
10803         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
10804         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
10805         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
10806         is 1, not only the the first time.
10807
10808 2009-08-10  Bruno Haible  <bruno@clisp.org>
10809
10810         Make it possible to use module 'gethostname' without module 'close'.
10811         * lib/unistd.in.h (close): Evoke a link error only if
10812         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10813         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10814         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10815         * modules/unistd (Makefile.am): Substitute
10816         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10817         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
10818         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10819         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
10820         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10821         * modules/sys_ioctl (Makefile.am): Substitute
10822         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10823         * modules/socket (configure.ac): On native Windows, set
10824         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
10825         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10826         Reported by Sam Steingold <sds@gnu.org>.
10827
10828 2009-08-10  Bruno Haible  <bruno@clisp.org>
10829
10830         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
10831         * modules/ioctl (configure.ac): Likewise.
10832
10833 2009-08-10  Bruno Haible  <bruno@clisp.org>
10834
10835         Avoid collision between gnulib wrapper and libintl wrapper.
10836         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
10837         already defined in intl/printf.c.
10838         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
10839         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
10840
10841 2009-08-09  Bruno Haible  <bruno@clisp.org>
10842
10843         Make <sys/select.h> really self-contained, also on Solaris 10.
10844         * lib/sys_select.in.h: Include <string.h>.
10845         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
10846         Solaris 10 problem.
10847         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
10848         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
10849         Reported by Jim Meyering.
10850
10851 2009-08-09  Bruno Haible  <bruno@clisp.org>
10852
10853         Avoid warnings from 'aclocal' that are due to a use of macro name
10854         AM_XGETTEXT_OPTION that is not defined in automake.
10855         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
10856         automake.
10857         * modules/error (configure.ac): Likewise.
10858         * modules/propername (configure.ac): Likewise.
10859         * modules/vasprintf (configure.ac): Likewise.
10860         * modules/verror (configure.ac): Likewise.
10861         * modules/xprintf (configure.ac): Likewise.
10862         * modules/xvasprintf (configure.ac): Likewise.
10863
10864 2009-08-08  Bruno Haible  <bruno@clisp.org>
10865
10866         Avoid compilation error in C++ mode.
10867         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
10868         Reported by Sam Steingold <sds@gnu.org>.
10869
10870 2009-08-08  Bruno Haible  <bruno@clisp.org>
10871
10872         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
10873         for the various Unix platforms.
10874         * doc/posix-headers/limits.texi: Update platforms list regarding
10875         HOST_NAME_MAX.
10876         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10877
10878 2009-08-07  Jim Meyering  <meyering@redhat.com>
10879
10880         selinux-at: fix typo in a comment
10881         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
10882         Spotted by Paolo Bonzini.
10883
10884         selinux-at: remove redundant m4 code, add documentation
10885         * modules/selinux-at (configure.ac): Remove redundant code.
10886         LIB_SELINUX is already set via the dependent module, selinux-h.
10887         (Include): Add quotes around selinux-at.h.
10888         * lib/selinux-at.h: Add documentation.
10889         Reported by Bruno Haible in
10890         http://marc.info/?l=gnulib-bug&m=124958988300749
10891
10892 2009-08-07  Bruno Haible  <bruno@clisp.org>
10893
10894         Avoid link error on MacOS X 10.3 and 10.4.
10895         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
10896         on non-ELF systems.
10897         * lib/argp-pv.c (argp_program_version): Likewise.
10898         Reported by Simon Josefsson.
10899
10900 2009-08-07  Simon Josefsson  <simon@josefsson.org>
10901
10902         * tests/test-version-etc.sh: Use $EXEEXT.
10903
10904 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
10905
10906         update-copyright: update documentation to point to maint.mk
10907         * build-aux/update-copyright: Here.
10908
10909 2009-08-06  Jim Meyering  <meyering@redhat.com>
10910
10911         maint.mk: support update-copyright-local
10912         * top/maint.mk (update-copyright-local): Define place-holder.
10913         (update-copyright): Depend on $(update-copyright-local).
10914
10915 2009-08-06  Jim Meyering  <meyering@redhat.com>
10916
10917         selinux-at: new module
10918         Initially written for coreutils, this module will soon be
10919         used by findutils, too.
10920         * MODULES.html.sh [Misc]: Add selinux-at.
10921         * lib/selinux-at.h: New file, from coreutils.
10922         * lib/selinux-at.c: Likewise.
10923         * modules/selinux-at: Likewise.
10924         (License): Change from LGPL to GPL, since it depends
10925         on the GPL'd openat module.
10926
10927         doc: update README
10928         * README: Remove references to cogito.
10929         Remove cvs-repo-updating instructions from 2007.
10930         Don't imply that CVS is better if you have limited disk space.
10931
10932 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10933
10934         update-copyright: support C-style comments
10935         * build-aux/update-copyright: Implement and document.
10936         * tests/test-update-copyright.sh: Test.
10937
10938 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10939
10940         update-copyright: support omitted "(C)"
10941         * build-aux/update-copyright: Implement and document.  Also,
10942         allow variable whitespace before "(C)".
10943         * tests/test-update-copyright.sh: Test.
10944
10945 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10946
10947         update-copyright: don't trip on non-FSF copyright statements
10948         * build-aux/update-copyright: Fix so that the first correctly
10949         formatted FSF copyright statement is recognized no matter what
10950         appears before it.  Update documentation.
10951         * tests/test-update-copyright.sh: Test that.
10952
10953 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10954
10955         update-copyright: clean up code a little
10956         * build-aux/update-copyright: Append "_re" to the name of any
10957         variable holding a regular expression.
10958         Replace "old" and "new" with "stmt" in variable names.
10959         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
10960         handled correctly.
10961         Format code more consistently.
10962
10963 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10964
10965         update-copyright-tests: improve portability
10966         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
10967         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
10968
10969 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10970
10971         update-copyright: support @copyright{} and &copy;
10972         * build-aux/update-copyright: Implement and document.
10973         * tests/test-update-copyright.sh: Test.
10974
10975 2009-08-04  Jim Meyering  <meyering@redhat.com>
10976
10977         update-copyright-tests: correctly test EOL=\r\n handling
10978         * tests/test-update-copyright.sh: Put \r at the end of some lines
10979         for the dos-eol tests.  Based on a patch by Joel E. Denny.
10980
10981         maint.mk: make update-copyright exclusion list more configurable
10982         * top/maint.mk (update-copyright): Default to excluding COPYING,
10983         but allow an override, in case someone does want to update that file.
10984
10985         maint.mk: don't update copyright date in COPYING
10986         * top/maint.mk (update-copyright): Exclude COPYING.
10987
10988         maint.mk: add a copyright-updating rule
10989         * top/maint.mk (update-copyright): New rule.
10990         Derived from coreutils/Makefile.am.
10991
10992         update-copyright: rename some variables
10993         * build-aux/update-copyright: Rename a few variables for clarity.
10994         Tweak syntax.  List Joel E. Denny as coauthor.
10995
10996 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10997
10998         update-copyright: fix bug for 2-digit last year and add tests
10999         * build-aux/update-copyright: Fix bug.
11000         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
11001         specified.
11002         * modules/update-copyright-tests: New
11003         * tests/test-update-copyright.sh: New.
11004
11005 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
11006
11007         update-copyright: handle leading tabs in line prefix
11008         * build-aux/update-copyright: Count leading tabs as 8 spaces
11009         when computing margin.  This helps with the formatting of
11010         ChangeLogs, for example.
11011         Fix documentation a little.
11012
11013 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
11014
11015         update-copyright: support EOL=\r\n
11016         * build-aux/update-copyright: Implement that.
11017
11018 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
11019
11020         update-copyright: automatically format copyright statements
11021         * build-aux/update-copyright: Implement that.
11022         Also, be a little more predictable and safer by always failing
11023         when the full copyright format is not perfectly recognized as an
11024         unbroken whole.  Discussed at
11025         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
11026         Rewrite documentation.
11027
11028 2009-08-03  Bruno Haible  <bruno@clisp.org>
11029
11030         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
11031
11032 2009-08-02  Bruno Haible  <bruno@clisp.org>
11033
11034         Tests for module 'uname'.
11035         * modules/uname-tests: New file.
11036         * tests/test-uname.c: New file.
11037
11038         New module 'uname'.
11039         * lib/uname.c: New file.
11040         * m4/uname.m4: New file.
11041         * modules/uname: New file.
11042         * doc/posix-functions/uname.texi: Mention the new module.
11043
11044 2009-08-02  Bruno Haible  <bruno@clisp.org>
11045
11046         Tests for module 'sys_utsname'.
11047         * modules/sys_utsname-tests: New file.
11048         * tests/test-sys_utsname.c: New file.
11049
11050         New module 'sys_utsname'.
11051         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
11052         * m4/sys_utsname_h.m4: New file.
11053         * modules/sys_utsname: New file.
11054         * doc/posix-headers/sys_utsname.texi: Mention the new module.
11055
11056 2009-08-02  Bruno Haible  <bruno@clisp.org>
11057
11058         Implicitly initialize the sockets library.
11059         * lib/gethostname.c: Include sockets.h.
11060         (rpl_gethostname): Invoke gl_sockets_startup.
11061         * lib/socket.c: Include sockets.h.
11062         (rpl_socket): Invoke gl_sockets_startup.
11063         * modules/gethostname (Depends-on): Add sockets.
11064         * modules/socket (Depends-on): Likewise.
11065         * tests/test-poll.c: Don't include sockets.h.
11066         (main): Don't invoke gl_sockets_startup.
11067         * tests/test-select.c: Don't include sockets.h.
11068         (main): Don't invoke gl_sockets_startup.
11069
11070 2009-08-02  Bruno Haible  <bruno@clisp.org>
11071
11072         Allow multiple calls to gl_sockets_startup.
11073         * lib/sockets.c (initialized_sockets_version): New variable.
11074         (gl_sockets_startup): Do nothing if already called for this or a higher
11075         version.
11076         (gl_sockets_cleanup): Reset initialized_sockets_version.
11077
11078 2009-08-03  Simon Josefsson  <simon@josefsson.org>
11079
11080         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
11081         different project/version.
11082
11083 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
11084             Bruno Haible  <bruno@clisp.org>
11085
11086         Tests for module 'pipe-filter-gi'.
11087         * modules/pipe-filter-gi-tests: New file.
11088         * tests/test-pipe-filter-gi1.sh: New file.
11089         * tests/test-pipe-filter-gi1.c: New file.
11090         * tests/test-pipe-filter-gi2.sh: New file.
11091         * tests/test-pipe-filter-gi2-main.c: New file.
11092         * tests/test-pipe-filter-gi2-child.c: New file.
11093
11094         New module 'pipe-filter-gi'.
11095         * lib/pipe-filter-gi.c: New file.
11096         * modules/pipe-filter-gi: New file.
11097
11098 2009-08-02  Bruno Haible  <bruno@clisp.org>
11099             Paolo Bonzini  <bonzini@gnu.org>
11100
11101         Tests for module 'pipe-filter-ii'.
11102         * modules/pipe-filter-ii-tests: New file.
11103         * tests/test-pipe-filter-ii1.sh: New file.
11104         * tests/test-pipe-filter-ii1.c: New file.
11105         * tests/test-pipe-filter-ii2.sh: New file.
11106         * tests/test-pipe-filter-ii2-main.c: New file.
11107         * tests/test-pipe-filter-ii2-child.c: New file.
11108
11109         New module 'pipe-filter-ii'.
11110         * lib/pipe-filter.h: New file.
11111         * lib/pipe-filter-ii.c: New file.
11112         * lib/pipe-filter-aux.h: New file.
11113         * modules/pipe-filter-ii: New file.
11114
11115 2009-08-02  Simon Josefsson  <simon@josefsson.org>
11116
11117         * lib/gc-libgcrypt.c: Change copyright to FSF.
11118         * lib/gc-gnulib.c: Likewise.
11119
11120 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
11121
11122         * lib/gethostname.c: Include limits.h.
11123
11124 2009-08-02  Simon Josefsson  <simon@josefsson.org>
11125             Bruno Haible  <bruno@clisp.org>
11126
11127         Ensure HOST_NAME_MAX as part of the gethostname module.
11128         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
11129         define also HOST_NAME_MAX.
11130         * tests/test-gethostname.c: Include <limits.h>.
11131         (main): Check also HOST_NAME_MAX.
11132         * doc/posix-headers/limits.texi: Document the mingw problem.
11133
11134 2009-08-02  Bruno Haible  <bruno@clisp.org>
11135
11136         * lib/gethostname.c (gethostname): Fix handling of large len argument.
11137         Add comments.
11138
11139 2009-03-31  Simon Josefsson  <simon@josefsson.org>
11140
11141         * lib/gethostname.c: Add Windows wrapper.
11142         * m4/gethostname.m4: Look for gethostname in -lws2_32.
11143         * modules/gethostname: Depend on sys_socket & errno, for also
11144         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
11145         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
11146
11147 2009-07-31  Jim Meyering  <meyering@redhat.com>
11148
11149         getloadavg: fix symbol name in comment
11150         * lib/getloadavg.c: Correct a typo I introduced when adding
11151         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
11152         Matt Kraai spotted the problem.
11153
11154 2009-07-29  Matt Kraai  <mkraai@beckman.com>
11155
11156         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
11157         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
11158         code also if ! defined N_NAME_POINTER.
11159         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
11160         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
11161         but the n_name member is a 12-byte array.
11162
11163 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
11164
11165         update-copyright: generalize comment handling
11166         * build-aux/update-copyright: Handle copyright statements
11167         within more comment styles.
11168         Document usage.
11169         Report any file with an external copyright holder or parse failure.
11170
11171 2009-07-29  Jim Meyering  <meyering@redhat.com>
11172
11173         mktime: correct setting of REPLACE_MKTIME
11174         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
11175
11176         update-copyright: new module
11177         * modules/update-copyright: New file.
11178         * build-aux/update-copyright: New file.
11179         * MODULES.html.sh (maint+release support): Add update-copyright.
11180
11181 2009-07-27  Bruno Haible  <bruno@clisp.org>
11182
11183         Fix compilation error when <ctime> is used and mktime is replaced.
11184         * lib/time.in.h (mktime): New declaration.
11185         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
11186         REPLACE_MKTIME instead of defining mktime in config.h.
11187         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
11188         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
11189         Reported by Ross McFarland <rwmcfa1@neces.com>.
11190
11191 2009-07-27  Bruno Haible  <bruno@clisp.org>
11192
11193         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
11194         Reported by Matt Kraai <mkraai@beckman.com>.
11195
11196 2009-07-25  Jim Meyering  <meyering@redhat.com>
11197
11198         maint.mk: avoid warnings about missing files
11199         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
11200         diagnostic when .prev-version does not exist.
11201         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
11202         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
11203         nonexistent cfg.mk.
11204         Suggestions from Simon Josefsson.
11205
11206 2009-07-25  Bruno Haible  <bruno@clisp.org>
11207
11208         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
11209         defined as macros. Needed on QNX 6.4.1.
11210         Reported by Matt Kraai <mkraai@beckman.com>.
11211
11212 2009-07-23  Jim Meyering  <meyering@redhat.com>
11213
11214         maint.mk: invoke "make dist" with a working value of XZ_OPT
11215         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
11216
11217 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
11218
11219         Make fseeko.c compile on QNX.
11220         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
11221
11222 2009-07-22  Peter Simons  <simons@cryp.to>
11223
11224         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
11225         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
11226         * lib/md4.h: Likewise.
11227         * lib/md5.h: Likewise.
11228         * lib/sha1.h: Likewise.
11229         * lib/sha256.h: Likewise.
11230         * lib/sha512.h: Likewise.
11231
11232         tests-sha1: don't assign literal string to 'char *' variable
11233         * tests/test-sha1.c (main): Declare locals with "const" to match
11234         attributes of the right hand side.
11235
11236 2009-07-21  Eric Blake  <ebb9@byu.net>
11237
11238         dup2: fix more mingw problems
11239         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
11240         fd to itself.
11241         * doc/posix-functions/dup2.texi (dup2): Document the bug.
11242         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
11243         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
11244         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
11245         care of mingw bugs.
11246
11247 2009-07-21  Jim Meyering  <meyering@redhat.com>
11248
11249         vc-list-files: avoid failure when /bin/sh is dash
11250         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
11251         On some Debian based systems, /bin/sh is a symlink to dash, and running
11252         this command would omit the "/" following each 'tests' prefix:
11253           dash -x build-aux/vc-list-files -C . tests
11254         That is because bash and dash work differently:
11255           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
11256           bash ok
11257           dash odd
11258
11259 2009-07-21  Eric Blake  <ebb9@byu.net>
11260
11261         dup2-tests: test previous patch
11262         * modules/dup2-tests: New file.
11263         * tests/test-dup2.c: Likewise.
11264         * tests/test-open.c (main): Avoid unspecified behavior.
11265         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
11266         test.
11267
11268         dup2: work around mingw and cygwin 1.5 bug
11269         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
11270         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11271         * modules/unistd (Makefile.am): Substitute it.
11272         * lib/unistd.in.h (dup2): Declare the replacement.
11273         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
11274         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
11275         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
11276         * modules/execute (Depends-on): Add dup2.
11277         * modules/fseterr (Depends-on): Likewise.
11278         * modules/pipe (Depends-on): Likewise.
11279         * modules/posix_spawn-internal (Depends-on): Likewise.
11280
11281 2009-07-21  Bruno Haible  <bruno@clisp.org>
11282
11283         * modules/.gitattributes: New file.
11284
11285 2009-07-20  Bruno Haible  <bruno@clisp.org>
11286
11287         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
11288         (main): Use it.
11289
11290 2009-07-20  Eric Blake  <ebb9@byu.net>
11291
11292         test-pipe: make a bit more robust.
11293         * tests/test-pipe.c (myerr): Allow error messages regardless of
11294         what we do to stderr.
11295         (test_pipe): Rearrange to avoid deadlock.
11296         (child_main): Try a larger read, to ensure we avoided deadlock.
11297         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
11298         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
11299         if misused.
11300
11301 2009-07-19  Jim Meyering  <meyering@redhat.com>
11302
11303         fts: avoid false-positive cycle-detection
11304         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
11305         for each new command line argument.
11306
11307 2009-07-19  Bruno Haible  <bruno@clisp.org>
11308
11309         Fix build error on mingw with the modules sys_select and unistd.
11310         * modules/acl-tests (Depends-on): Add close.
11311         * modules/binary-io-tests (Depends-on): Likewise.
11312         * modules/closein-tests (Depends-on): Likewise.
11313         * modules/flock-tests (Depends-on): Likewise.
11314         * modules/fsync-tests (Depends-on): Likewise.
11315         * modules/lseek-tests (Depends-on): Likewise.
11316         * modules/pipe-tests (Depends-on): Likewise.
11317         * modules/posix_spawn-tests (Depends-on): Likewise.
11318         * modules/posix_spawnp-tests (Depends-on): Likewise.
11319         * modules/stat-time-tests (Depends-on): Likewise.
11320         * modules/yesno-tests (Depends-on): Likewise.
11321
11322 2009-07-19  Bruno Haible  <bruno@clisp.org>
11323
11324         Unify conditionals.
11325         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
11326         macros, not at the compiler macros.
11327         * lib/pipe.c: Likewise.
11328         * lib/execute.c: Likewise.
11329         * lib/spawni.c: Likewise.
11330
11331 2009-07-19  Bruno Haible  <bruno@clisp.org>
11332
11333         Fix handling of closed stdin/stdout/stderr on mingw.
11334         * lib/w32spawn.h: Include unistd.h.
11335         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
11336         file descriptor with O_NOINHERIT flag.
11337         (fd_safer_noinherit): New function, based on fd-safer.c.
11338         (dup_safer_noinherit): New function, based on dup-safer.c.
11339         (undup_safer_noinherit): New function.
11340         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
11341         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
11342         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
11343         instead of fd_safer.
11344         * tests/test-pipe.c: Include <windows.h>.
11345         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
11346
11347         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
11348         from main.
11349         (test_pipe): Pass an extra argument for disambiguation.
11350         (main): Invoke parent_main or child_main.
11351
11352         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
11353         consistently.
11354
11355 2009-07-18  Eric Blake  <ebb9@byu.net>
11356
11357         test-pipe: fix mingw build
11358         * tests/test-pipe.c (main): Avoid fcntl on mingw.
11359
11360 2009-07-18  Bruno Haible  <bruno@clisp.org>
11361
11362         * modules/pipe-tests (Makefile.am): Fix typo.
11363
11364 2009-07-18  Eric Blake  <ebb9@byu.net>
11365
11366         error: fix mingw build
11367         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
11368         Reported by Bruno Haible.
11369
11370         error: avoid undefined use of stdout
11371         * lib/error.c (error, error_at_line): Check that fd 1 is open
11372         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
11373         is handling faults and the close_stdout module wants to report the
11374         detection of closed stdout as an error.
11375
11376 2009-07-17  Eric Blake  <ebb9@byu.net>
11377
11378         pipe: be robust in face of closed fds
11379         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
11380         should cause child to misbehave.
11381         * modules/pipe-tests: New module.
11382         * tests/test-pipe.c: New file.
11383         * tests/test-pipe.sh: New file.
11384         Reported by Akim Demaille.
11385
11386 2009-07-14  Bruno Haible  <bruno@clisp.org>
11387
11388         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
11389         Reported by anonymous kc.
11390
11391 2009-07-07  Jim Meyering  <meyering@redhat.com>
11392
11393         maint.mk: don't look for translatable strings in *.m4 or *.mk
11394         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
11395         when searching for translatable strings.
11396
11397 2009-07-05  Jim Meyering  <meyering@redhat.com>
11398
11399         remove superfluous parentheses in STREQ definition
11400         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
11401         * lib/getugroups.c (STREQ): Likewise.
11402         * lib/fnmatch.c (STREQ): Likewise.
11403         Spotted by Bruno Haible.
11404
11405 2009-07-04  Jim Meyering  <meyering@redhat.com>
11406
11407         argv-iter: new module
11408         * MODULES.html.sh: Add argv-iter.
11409         * lib/argv-iter.c, lib/argv-iter.h: New files.
11410         * modules/argv-iter: New file.
11411         * modules/argv-iter-tests: New file.
11412         * tests/test-argv-iter.c: Test it.
11413
11414 2009-07-04  Bruno Haible  <bruno@clisp.org>
11415
11416         Fix assertion.
11417         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
11418         contains more exact copies of a given entry than file2, leave the extra
11419         copies unpaired rather than aborting.
11420         Reported by Eric Blake.
11421
11422 2009-07-02  Bruno Haible  <bruno@clisp.org>
11423
11424         Speedup git-merge-changelog for git cherry-pick.
11425         * lib/git-merge-changelog.c (struct entries_mapping): New type.
11426         (entries_mapping_get): New function, extracted from compute_mapping.
11427         (entries_mapping_reverse_get): New function.
11428         (compute_mapping): Add a 'full' argument. Return the result in a
11429         'struct entries_mapping'.
11430         (main): Update. Access the mappings through entries_mapping_get.
11431         Reported by Eric Blake.
11432
11433 2009-07-02  Bruno Haible  <bruno@clisp.org>
11434
11435         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
11436         best_i.
11437
11438 2009-07-02  Bruno Haible  <bruno@clisp.org>
11439
11440         Speed up approximate search for matching ChangeLog entries.
11441         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
11442         argument. Call fstrcmp_bounded instead of fstrcmp.
11443         (compute_mapping, try_split_merged_entry, main): Update callers.
11444
11445 2009-07-02  Bruno Haible  <bruno@clisp.org>
11446
11447         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
11448
11449 2009-06-30  Bruno Haible  <bruno@clisp.org>
11450
11451         Reduce the number of uc_is_cased calls.
11452         * lib/unicase.h (casing_suffix_context_t): Add
11453         'first_char_except_ignorable' field.
11454         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
11455         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
11456         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
11457         Update initializer.
11458         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
11459         case-ignorable characters.
11460         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
11461         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
11462         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
11463         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
11464         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
11465
11466 2009-06-30  Bruno Haible  <bruno@clisp.org>
11467
11468         Tests for module 'unicase/ignorable'.
11469         * modules/unicase/ignorable-tests: New file.
11470         * tests/unicase/test-ignorable.c: New file, generated by
11471         gen-uni-tables.
11472
11473         Tests for module 'unicase/cased'.
11474         * modules/unicase/cased-tests: New file.
11475         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
11476         * tests/unicase/test-predicate-part1.h: New file, derived from
11477         tests/unictype/test-predicate-part1.h.
11478         * tests/unicase/test-predicate-part2.h: New file, same as
11479         tests/unictype/test-predicate-part2.h.
11480
11481         Fix evaluation of "Before C" condition of FINAL_SIGMA.
11482         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
11483         (output_casing_properties): New function.
11484         (main): Call it.
11485         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
11486         * lib/unicase/cased.c: Include unictype/bitmap.h.
11487         (uc_is_cased): Define through a bitmap lookup.
11488         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
11489         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
11490         (uc_is_case_ignorable): Define through a bitmap lookup.
11491         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
11492         lib/unictype/bitmap.h.
11493         (Depends-on): Add inline. Clean up.
11494         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
11495         lib/unictype/bitmap.h.
11496         (Depends-on): Add inline. Clean up.
11497         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
11498         recognition.
11499         * tests/unicase/test-u16-tolower.c (main): Likewise.
11500         * tests/unicase/test-u32-tolower.c (main): Likewise.
11501
11502 2009-06-30  Bruno Haible  <bruno@clisp.org>
11503
11504         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
11505         * lib/unicase/u16-casemap.c: Likewise.
11506         * lib/unicase/u32-casemap.c: Likewise.
11507
11508 2009-06-29  Bruno Haible  <bruno@clisp.org>
11509
11510         Define u32_casefold as a wrapper around u32_ct_casefold.
11511         * lib/unicase/u32-casefold.c: Update.
11512         * modules/unicase/u32-casefold (Depends-on): Add
11513         unicase/u32-ct-casefold, unicase/empty-prefix-context,
11514         unicase/empty-suffix-context. Clean up.
11515
11516         Define u16_casefold as a wrapper around u16_ct_casefold.
11517         * lib/unicase/u16-casefold.c: Update.
11518         * modules/unicase/u16-casefold (Depends-on): Add
11519         unicase/u16-ct-casefold, unicase/empty-prefix-context,
11520         unicase/empty-suffix-context. Clean up.
11521
11522         Define u8_casefold as a wrapper around u8_ct_casefold.
11523         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
11524         * lib/unicase/u8-casefold.c: Update.
11525         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
11526         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11527
11528         Define u32_totitle as a wrapper around u32_ct_totitle.
11529         * lib/unicase/u32-totitle.c: Update.
11530         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
11531         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11532
11533         Define u16_totitle as a wrapper around u16_ct_totitle.
11534         * lib/unicase/u16-totitle.c: Update.
11535         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
11536         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11537
11538         Define u8_totitle as a wrapper around u8_ct_totitle.
11539         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
11540         functions.
11541         (FUNC): Delegate to U_CT_TOTITLE.
11542         * lib/unicase/u8-totitle.c: Update.
11543         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
11544         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11545
11546         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
11547         invocation.
11548         * modules/unicase/u32-tolower (Depends-on): Add
11549         unicase/empty-prefix-context, unicase/empty-suffix-context.
11550
11551         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
11552         invocation.
11553         * modules/unicase/u16-tolower (Depends-on): Add
11554         unicase/empty-prefix-context, unicase/empty-suffix-context.
11555
11556         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
11557         * modules/unicase/u8-tolower (Depends-on): Add
11558         unicase/empty-prefix-context, unicase/empty-suffix-context.
11559
11560         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
11561         invocation.
11562         * modules/unicase/u32-toupper (Depends-on): Add
11563         unicase/empty-prefix-context, unicase/empty-suffix-context.
11564
11565         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
11566         invocation.
11567         * modules/unicase/u16-toupper (Depends-on): Add
11568         unicase/empty-prefix-context, unicase/empty-suffix-context.
11569
11570         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
11571         * modules/unicase/u8-toupper (Depends-on): Add
11572         unicase/empty-prefix-context, unicase/empty-suffix-context.
11573
11574         New module 'unicase/u32-ct-casefold'.
11575         * lib/unicase/u32-ct-casefold.c: New file.
11576         * modules/unicase/u32-ct-casefold: New file.
11577
11578         New module 'unicase/u16-ct-casefold'.
11579         * lib/unicase/u16-ct-casefold.c: New file.
11580         * modules/unicase/u16-ct-casefold: New file.
11581
11582         New module 'unicase/u8-ct-casefold'.
11583         * lib/unicase/u8-ct-casefold.c: New file.
11584         * lib/unicase/u-ct-casefold.h: New file, derived from
11585         lib/unicase/u-casefold.h.
11586         * modules/unicase/u8-ct-casefold: New file.
11587
11588         New module 'unicase/u32-ct-totitle'.
11589         * lib/unicase/u32-ct-totitle.c: New file.
11590         * modules/unicase/u32-ct-totitle: New file.
11591
11592         New module 'unicase/u16-ct-totitle'.
11593         * lib/unicase/u16-ct-totitle.c: New file.
11594         * modules/unicase/u16-ct-totitle: New file.
11595
11596         New module 'unicase/u8-ct-totitle'.
11597         * lib/unicase/u8-ct-totitle.c: New file.
11598         * lib/unicase/u-ct-totitle.h: New file, derived from
11599         lib/unicase/u-totitle.h.
11600         * modules/unicase/u8-ct-totitle: New file.
11601
11602         New module 'unicase/u32-ct-tolower'.
11603         * lib/unicase/u32-ct-tolower.c: New file.
11604         * modules/unicase/u32-ct-tolower: New file.
11605
11606         New module 'unicase/u16-ct-tolower'.
11607         * lib/unicase/u16-ct-tolower.c: New file.
11608         * modules/unicase/u16-ct-tolower: New file.
11609
11610         New module 'unicase/u8-ct-tolower'.
11611         * lib/unicase/u8-ct-tolower.c: New file.
11612         * modules/unicase/u8-ct-tolower: New file.
11613
11614         New module 'unicase/u32-ct-toupper'.
11615         * lib/unicase/u32-ct-toupper.c: New file.
11616         * modules/unicase/u32-ct-toupper: New file.
11617
11618         New module 'unicase/u16-ct-toupper'.
11619         * lib/unicase/u16-ct-toupper.c: New file.
11620         * modules/unicase/u16-ct-toupper: New file.
11621
11622         New module 'unicase/u8-ct-toupper'.
11623         * lib/unicase/u8-ct-toupper.c: New file.
11624         * modules/unicase/u8-ct-toupper: New file.
11625
11626         Add context arguments to u*_casemap functions.
11627         * lib/unicase/unicasemap.h: Include unicase.h.
11628         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
11629         suffix_context arguments.
11630         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
11631         functions.
11632         (FUNC): Add prefix_context and suffix_context arguments. Use
11633         uc_is_cased and uc_is_case_ignorable.
11634         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
11635         * lib/unicase/u16-casemap.c: Likewise.
11636         * lib/unicase/u32-casemap.c: Likewise.
11637         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
11638         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11639         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
11640         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11641         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
11642         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11643
11644         New module 'unicase/u32-suffix-context'.
11645         * lib/unicase/u32-suffix-context.c: New file.
11646         * modules/unicase/u32-suffix-context: New file.
11647
11648         New module 'unicase/u16-suffix-context'.
11649         * lib/unicase/u16-suffix-context.c: New file.
11650         * modules/unicase/u16-suffix-context: New file.
11651
11652         New module 'unicase/u8-suffix-context'.
11653         * lib/unicase/u8-suffix-context.c: New file.
11654         * lib/unicase/u-suffix-context.h: New file.
11655         * modules/unicase/u8-suffix-context: New file.
11656
11657         New module 'unicase/empty-suffix-context'.
11658         * lib/unicase/empty-suffix-context.c: New file.
11659         * modules/unicase/empty-suffix-context: New file.
11660
11661         New module 'unicase/u32-prefix-context'.
11662         * lib/unicase/u32-prefix-context.c: New file.
11663         * modules/unicase/u32-prefix-context: New file.
11664
11665         New module 'unicase/u16-prefix-context'.
11666         * lib/unicase/u16-prefix-context.c: New file.
11667         * modules/unicase/u16-prefix-context: New file.
11668
11669         New module 'unicase/u8-prefix-context'.
11670         * lib/unicase/u8-prefix-context.c: New file.
11671         * lib/unicase/u-prefix-context.h: New file.
11672         * lib/unicase/context.h: New file.
11673         * modules/unicase/u8-prefix-context: New file.
11674
11675         New module 'unicase/empty-prefix-context'.
11676         * lib/unicase/empty-prefix-context.c: New file.
11677         * modules/unicase/empty-prefix-context: New file.
11678
11679         New module 'unicase/ignorable'.
11680         * lib/unicase/ignorable.c: New file.
11681         * modules/unicase/ignorable: New file.
11682
11683         New module 'unicase/cased'.
11684         * lib/unicase/caseprop.h: New file.
11685         * lib/unicase/cased.c: New file.
11686         * modules/unicase/cased: New file.
11687
11688         New functions for case mapping of substrings.
11689         * lib/unicase.h (casing_prefix_context_t): New type.
11690         (unicase_empty_prefix_context): New variable.
11691         (u8_casing_prefix_context, u16_casing_prefix_context,
11692         u32_casing_prefix_context, u8_casing_prefixes_context,
11693         u16_casing_prefixes_context, u32_casing_prefixes_context): New
11694         declarations.
11695         (casing_suffix_context_t): New type.
11696         (unicase_empty_suffix_context): New variable.
11697         (u8_casing_suffix_context, u16_casing_suffix_context,
11698         u32_casing_suffix_context, u8_casing_suffixes_context,
11699         u16_casing_suffixes_context, u32_casing_suffixes_context,
11700         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
11701         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
11702         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
11703         declarations.
11704
11705 2009-06-28  Jim Meyering  <meyering@redhat.com>
11706
11707         boostrap: indent only with spaces
11708         * build-aux/bootstrap: Indent only with spaces, never TABs.
11709
11710         bootstrap: split long lines
11711         * build-aux/bootstrap: Keep line length < 80.
11712
11713         bootstrap: sync from coreutils
11714         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
11715         just as autoreconf does.  Verify a list of prerequisite
11716         package-name,version-number pairs if defined in bootstrap.conf.
11717         Refer to README-prereq, if prerequisites are not satisfied.
11718
11719 2009-06-27  Eric Blake  <ebb9@byu.net>
11720
11721         tests: add test for bogus NULL definition
11722         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
11723         * tests/test-stdlib.c: Likewise.
11724         * tests/test-string.c: Likewise.
11725         * tests/test-locale.c: Likewise.
11726         * tests/test-unistd.c: Likewise.
11727         * modules/stdio-tests (Depends-on): Add verify.
11728         * modules/stdlib-tests (Depends-on): Likewise.
11729         * modules/string-tests (Depends-on): Likewise.
11730         * modules/locale-tests (Depends-on): Likewise.
11731         * modules/unistd-tests (Depends-on): Likewise.
11732
11733 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
11734
11735         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
11736         self-explaining comment.
11737         * m4/selinux-selinux-h: Update serial.
11738         (gl_LIBSELINUX): New macro, adding a warning for missing development
11739         packages to code extracted from...
11740         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
11741         Add warning for missing development packages here, too.
11742
11743 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
11744
11745         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
11746
11747 2009-06-25  Eric Blake  <ebb9@byu.net>
11748
11749         version-etc: fix regression
11750         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
11751         gcc.
11752         (version_etc): Use it, to catch bugs with trailing NULL.
11753         * lib/version-etc.c (version_etc_arn): Delete unused argument.
11754         (version_etc_va): Fix logic bug.
11755         * modules/version-etc-tests: Add test.
11756         * tests/test-version-etc.c: New file.
11757         * tests/test-version-etc.sh: Likewise.
11758
11759 2009-06-25  Sam Steingold  <sds@gnu.org>
11760
11761         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
11762         mbtowc declaration.
11763
11764 2009-06-25  Eric Blake  <ebb9@byu.net>
11765
11766         fpurge: migrate into <stdio.h>
11767         * lib/fpurge.h: Delete...
11768         * lib/stdio.in.h (fpurge): ...and declare here, instead.
11769         * lib/fpurge.c (fpurge): Change declaring header.
11770         * modules/fpurge (Files): Drop deleted file.
11771         (Depends-on): Add stdio.
11772         (configure.ac): Set witness.
11773         * modules/stdio (Makefile.am): Support fpurge macros.
11774         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11775         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
11776         * lib/fflush.c: Update client.
11777         * tests/test-fpurge.c: Likewise.
11778         * NEWS: Mention the change.
11779
11780 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11781
11782         * lib/argp-version-etc.c (program_authors): Add const
11783         qualifier.
11784         * lib/version-etc.c: Fix typos in the comments.
11785         * modules/argp-version-etc: Depends on version-etc.
11786
11787 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11788
11789         argp-version-etc: new module.
11790
11791         * lib/argp-version-etc.c: New file.
11792         * lib/argp-version-etc.h: New file.
11793         * modules/argp-version-etc: New file.
11794         * modules/argp-version-etc-tests: New file.
11795         * tests/test-argp-version-etc.c: New test.
11796         * tests/test-argp-version-etc-1.sh: New test.
11797
11798 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11799
11800         Provide additional interfaces and documentation for version-etc
11801         module.
11802
11803         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
11804         interfaces.
11805         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
11806         prototypes.
11807
11808 2009-06-24  Bruno Haible  <bruno@clisp.org>
11809
11810         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
11811         HAVE_LIB${NAME} macro.
11812         Reported by Sam Steingold <sds@gnu.org>.
11813
11814 2009-06-23  Simon Josefsson  <simon@josefsson.org>
11815
11816         * modules/hash-tests (test_hash_LDADD): Link to libintl when
11817         needed.
11818
11819 2009-06-21  Bruno Haible  <bruno@clisp.org>
11820
11821         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
11822         work.
11823         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
11824         together with LIB${NAME}, LTLIB${NAME}.
11825         Reported by Sam Steingold <sds@gnu.org>.
11826
11827 2009-06-20  Jim Meyering  <meyering@redhat.com>
11828
11829         tests: make sc_require_test_exit_idiom more generic
11830         * top/maint.mk (Exit_witness_file): New overridable variable.
11831         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
11832         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
11833
11834 2009-06-19  Jim Meyering  <meyering@redhat.com>
11835
11836         hash: reverse order of src/dst parameters in an internal interface
11837         * lib/hash.c (transfer_entries): Reverse order of parameters to
11838         put DST before SRC.  Adjust callers.
11839
11840         tests: test-hash: avoid wholesale duplication
11841         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
11842         Instead, use a loop and add a single conditional.
11843
11844         tests: test-hash: allow seed selection via a command line argument
11845         * tests/test-hash.c (get_seed): New function.
11846         (main): Use it.
11847
11848 2009-06-19  Eric Blake  <ebb9@byu.net>
11849
11850         hash: avoid memory leak on allocation failure
11851         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
11852         failure.  Factor repeated algorithm...
11853         (transfer_entries): ...into new helper routine.
11854         (hash_delete): React to hash_rehash return value.
11855
11856         hash: reduce memory pressure in hash_rehash no-op case
11857         * lib/hash.c (next_prime): Avoid overflow.
11858         (hash_initialize): Factor bucket size computation...
11859         (compute_bucket_size): ...into new helper function.
11860         (hash_rehash): Use new function and open coding to reduce memory
11861         pressure, and avoid a memory leak in USE_OBSTACK code.
11862         Reported by Jim Meyering.
11863
11864 2009-06-18  Eric Blake  <ebb9@byu.net>
11865
11866         hash: make rotation more obvious
11867         * modules/hash (Depends-on): Add bitrotate and stdint.
11868         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
11869         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
11870         (SIZE_MAX): Rely on headers for definition.
11871         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
11872         (raw_hasher): Use rotr_sz.
11873         Suggested by Jim Meyering.
11874
11875         hash: fix memory leak in last patch
11876         * lib/hash.c (hash_rehash): Avoid memory leak.
11877
11878         hash: avoid no-op rehashing
11879         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
11880
11881         hash: provide default callback functions
11882         * lib/hash.c (raw_hasher, raw_comparator): New functions.
11883         (hash_initialize): Use them as defaults.
11884         * tests/test-hash.c (main): Test this.
11885
11886         hash: minor optimization
11887         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
11888         when possible.
11889         (hash_initialize): Document this promise.
11890         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
11891         * tests/test-hash.c (hash_compare_strings): Test this.
11892
11893 2009-06-18  Bruno Haible  <bruno@clisp.org>
11894
11895         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
11896         going to be replaced anyway.
11897
11898 2009-06-18  Bruno Haible  <bruno@clisp.org>
11899
11900         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
11901         in one place.
11902         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
11903         be replaced anyway.
11904
11905 2009-06-18  Eric Blake  <ebb9@byu.net>
11906
11907         hash: check for resize before insertion
11908         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
11909         threshold before insertion, so that a pathological hash_rehash
11910         that fills every bucket can still trigger another rehash.
11911
11912 2009-06-18  Jim Meyering  <meyering@redhat.com>
11913
11914         hash-tests: add a loop around the small tests
11915         * tests/test-hash.c (main): Repeat small tests with selected
11916         small initial table sizes.
11917
11918 2009-06-17  Eric Blake  <ebb9@byu.net>
11919
11920         hash: minor cleanups
11921         * lib/hash.h (hash_entry): Make opaque, by moving...
11922         * lib/hash.c (hash_entry): ...here.
11923         (hash_insert): Clarify restrictions on what can be inserted.
11924         (hash_get_next): Clarify when it is safe to remove an element
11925         during traversal.
11926         (check_tuning): Skip verification when tuning is known safe.
11927         (hash_initialize): Clarify restrictions on tuning.
11928
11929 2009-06-17  Jim Meyering  <jim@meyering.net>
11930         and Eric Blake  <ebb9@byu.net>
11931
11932         hash-tests: new module
11933         * modules/hash-tests: New file.
11934         * tests/test-hash.c: New file.
11935
11936 2009-06-17  Eric Blake  <ebb9@byu.net>
11937
11938         strstr-simple: document new module
11939         * MODULES.html.sh: Document new module.
11940
11941         strstr, strcasestr: replace on platforms with broken memchr
11942         * modules/strstr: Split into...
11943         * modules/strstr-simple: ...new module that does not care about
11944         performance, but does care about glibc bug.
11945         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
11946         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
11947         if platform memchr is broken, per Debian bug 521737.
11948         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
11949         memchr.
11950         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
11951         * doc/posix-functions/strstr.texi (strstr): Document the fix.
11952         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11953         * modules/mountlist (Depends-on): Add strstr-simple.
11954         * modules/gen-uni-tables (Depends-on): Likewise.
11955         * modules/argz (Depends-on): Add strstr.
11956
11957 2009-06-17  Bruno Haible  <bruno@clisp.org>
11958
11959         * modules/posix_spawn-internal (Depends-on): Add errno.
11960
11961 2009-06-17  Bruno Haible  <bruno@clisp.org>
11962
11963         Define missing ESTALE on Interix 3.5.
11964         * lib/errno.in.h (ESTALE): Assign a value if missing.
11965         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
11966         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
11967         missing.
11968         * doc/posix-headers/errno.texi: Mention the Interix bug.
11969         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
11970
11971 2009-06-15  Eric Blake  <ebb9@byu.net>
11972
11973         memchr, memchr2: add valgrind exception
11974         * lib/memchr.valgrind: New file.
11975         * lib/memchr2.valgrind: New file.
11976         * modules/memchr (Files): Distribute valgrind file.
11977         * modules/memchr2 (Files): Likewise.
11978
11979         docs: memchr is no longer obsolete
11980         * MODULES.html.sh: Move memchr from obsolete to string.h section.
11981         * lib/string.in.h (memchr): Simplify logic.
11982
11983 2009-06-14  Jim Meyering  <meyering@redhat.com>
11984
11985         link-follow: fix the "checking..." message to not mention trailing slash
11986         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
11987         never considered trailing slashes.
11988
11989 2009-06-14  Bruno Haible  <bruno@clisp.org>
11990
11991         * m4/memchr.m4: Mention also the bug on IA-64.
11992         * doc/posix-functions/memchr.texi: Likewise.
11993
11994 2009-06-12  Eric Blake  <ebb9@byu.net>
11995
11996         memchr: detect broken x86_64 and alpha implementations
11997         * modules/memchr-tests (Depends-on): Move mmap detection...
11998         * modules/memchr (Depends-on): ...here.
11999         (configure.ac): Set indicator.
12000         * lib/string.in.h (memchr): Declare replacement.
12001         * modules/string (Makefile.am): Trigger replacement.
12002         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12003         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
12004         bugs.
12005         * doc/posix-functions/memchr.texi (memchr): Document the bug.
12006         * modules/getpagesize (License): Relax license.
12007
12008 2009-06-11  Bruno Haible  <bruno@clisp.org>
12009
12010         * lib/idpriv.h: Add more references.
12011
12012 2009-06-08  Bruno Haible  <bruno@clisp.org>
12013
12014         Tests for module 'idpriv-droptemp'.
12015         * modules/idpriv-droptemp-tests: New file.
12016         * tests/test-idpriv-droptemp.sh: New file.
12017         * tests/test-idpriv-droptemp.su.sh: New file.
12018         * tests/test-idpriv-droptemp.c: New file.
12019
12020         New module 'idpriv-droptemp'.
12021         * lib/idpriv-droptemp.c: New file.
12022         * modules/idpriv-droptemp: New file.
12023
12024 2009-06-08  Bruno Haible  <bruno@clisp.org>
12025
12026         Tests for module 'idpriv-drop'.
12027         * modules/idpriv-drop-tests: New file.
12028         * tests/test-idpriv-drop.sh: New file.
12029         * tests/test-idpriv-drop.su.sh: New file.
12030         * tests/test-idpriv-drop.c: New file.
12031
12032         New module 'idpriv-drop'.
12033         * lib/idpriv.h: New file.
12034         * lib-idpriv-drop.c: New file.
12035         * m4/idpriv.m4: New file.
12036         * modules/idpriv-drop: New file.
12037
12038 2009-06-08  Bruno Haible  <bruno@clisp.org>
12039
12040         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
12041         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12042         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12043         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12044         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12045         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12046         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12047
12048 2009-06-08  Eric Blake  <ebb9@byu.net>
12049
12050         test-strstr: use memory fence, when possible
12051         * tests/test-strstr.c (main): Use memory fence, in order to be
12052         more likely to trigger Debian bug 521737.
12053         * modules/strstr-tests (Files): Pull in additional files.
12054
12055         memchr: no longer obsolete, for wider field testing
12056         * modules/memchr (Status, Notice): Delete, this module is no
12057         longer obsolete.
12058         * modules/vasnprintf (Depends-on): Add memchr.
12059
12060 2009-06-07  Jim Meyering  <meyering@redhat.com>
12061
12062         hash: declare some functions with the warn_unused_result attribute
12063         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
12064
12065 2009-06-07  Bruno Haible  <bruno@clisp.org>
12066
12067         * tests/test-alignof.c: Don't test int64_t if it does not exist.
12068         Reported by Eric Blake.
12069
12070 2009-06-06  Eric Blake  <ebb9@byu.net>
12071
12072         test-alignof: fix typo with long double
12073         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
12074         compiler error.
12075
12076 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
12077
12078         Escape non-texinfo { and }s.
12079         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
12080         markup error.
12081
12082 2009-06-04  Jim Meyering  <meyering@redhat.com>
12083
12084         gitlog-to-changelog: don't infloop on an empty commit log
12085         * build-aux/gitlog-to-changelog: Warn about an empty log message.
12086         Reported by Boris Petersen <transacid@centerim.org>.
12087
12088 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
12089
12090         version-etc: extend for packagers
12091         Add three new configure options, intended for packagers:
12092           --with-packager="packager name"
12093           --with-packager-version="packager-specific version"
12094           --with-packager-bug-reports="packager bug reporting"
12095         An example with coreutils:
12096           $ ./configure \
12097             --with-packager=Gentoo \
12098             --with-packager-bug-report=http://bugs.gentoo.org/ \
12099             --with-packager-version="patchset 1.6"
12100           $ ./src/ls --version | head -n2
12101           ls (GNU coreutils) 7.1-dirty
12102           Packaged by Gentoo (patchset 1.6)
12103         Note that the bug reporting info via --help doesn't show up because
12104         coreutils uses its own custom emit_bug_reporting_address() implementation
12105         in src/system.h.  If it didn't, it'd look like:
12106           $ ./src/ls --help | tail -n4
12107           Report bugs to <bug-coreutils@gnu.org>.
12108           Report Gentoo bugs to <http://bugs.gentoo.org/>.
12109           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
12110           General help using GNU software: <http://www.gnu.org/gethelp/>.
12111         * lib/version-etc.c: Print new information, if provided.
12112         * m4/version-etc.m4: New file.
12113         * modules/version-etc (Files): Add m4/version-etc.m4.
12114         (configure.ac): Add gl_VERSION_ETC.
12115
12116 2009-05-31  Bruno Haible  <bruno@clisp.org>
12117
12118         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
12119         and 'int64_t'.
12120         * modules/alignof-tests (Dependencies): Add stdint.
12121         Reported by Eric Blake.
12122
12123 2009-05-31  Bruno Haible  <bruno@clisp.org>
12124
12125         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
12126         restriction due to compiler bugs.
12127         Reported by Eric Blake.
12128
12129 2009-05-31  Simon Josefsson  <simon@josefsson.org>
12130             Bruno Haible  <bruno@clisp.org>
12131
12132         Fix test-alignof failure.
12133         * lib/alignof.h (alignof_slot): New macro.
12134         (alignof_type): New macro, with the same semantics as the previous
12135         'alignof'.
12136         (alignof): Alias to alignof_slot.
12137         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
12138         check that the results are usable as constant expressions.
12139
12140 2009-05-31  Bruno Haible  <bruno@clisp.org>
12141
12142         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
12143         * tests/test-memchr.c (main): Check that memchr does not read past the
12144         first occurrence of the byte.
12145         * tests/test-strstr.c (main): Update comment.
12146         Suggested by Eric Blake.
12147
12148 2009-05-30  Bruno Haible  <bruno@clisp.org>
12149
12150         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
12151         detail how to use dumpbin.
12152         Reported by David Byron <dbyron@dbyron.com>.
12153
12154 2009-06-02  Simon Josefsson  <simon@josefsson.org>
12155
12156         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
12157
12158 2009-06-02  Simon Josefsson  <simon@josefsson.org>
12159
12160         * m4/manywarnings.m4: Add GCC 4.4 warnings.
12161
12162 2009-05-28  Bruno Haible  <bruno@clisp.org>
12163
12164         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
12165         build-aux/ files.
12166
12167 2009-05-28  Simon Josefsson  <simon@josefsson.org>
12168
12169         * gnulib-tool (func_import): Transform license on build-aux/ files too.
12170
12171 2009-05-27  Simon Josefsson  <simon@josefsson.org>
12172
12173         * gnulib-tool (sed_transform_main_lib_file)
12174         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
12175         regexps.
12176
12177 2009-05-26  Simon Josefsson  <simon@josefsson.org>
12178
12179         * tests/test-strstr.c: Add another self-test.
12180         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
12181         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
12182
12183 2009-05-23  Bruno Haible  <bruno@clisp.org>
12184
12185         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
12186         change.
12187
12188 2009-05-21  Bruno Haible  <bruno@clisp.org>
12189
12190         Simplify use of mode_t varargs.
12191         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
12192         uses 'mode_t' or 'int'.
12193         * lib/openat.c (openat): Likewise.
12194         * lib/open-safer.c (open_safer): Likewise.
12195         * m4/mode_t.m4: New file.
12196         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
12197         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
12198         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
12199         * modules/open (Files): Add m4/mode_t.m4.
12200         * modules/openat (Files): Likewise.
12201         * modules/fcntl-safer (Files): Likewise.
12202         Suggested by Eric Blake.
12203
12204 2009-05-21  Pádraig Brady  <P@draigbrady.com>
12205
12206         * doc/glibc-functions/fallocate.texi: New file.
12207         * doc/gnulib.texi: Include it.
12208
12209 2009-05-21  Eric Blake  <ebb9@byu.net>
12210             Bruno Haible  <bruno@clisp.org>
12211
12212         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
12213         invocations.
12214         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
12215
12216 2009-05-21  Eric Blake  <ebb9@byu.net>
12217             Bruno Haible  <bruno@clisp.org>
12218
12219         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
12220         include_next. Fix of 2008-11-20 commit.
12221         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
12222         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
12223         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
12224         NEXT_MATH_H.
12225         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
12226         instead of NEXT_MATH_H.
12227
12228 2009-05-21  Bruno Haible  <bruno@clisp.org>
12229
12230         Avoid redefinition warnings for SIZE_MAX.
12231         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
12232         Reported by Simon Josefsson.
12233
12234 2009-05-21  Bruno Haible  <bruno@clisp.org>
12235
12236         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
12237         AC_CACHE_VAL.
12238
12239 2009-05-20  Bruno Haible  <bruno@clisp.org>
12240
12241         Make zeroptr.h work on mingw.
12242         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
12243         mprotect.
12244         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
12245         * modules/memchr2-tests (configure.ac): Likewise.
12246         * modules/memcmp-tests (configure.ac): Likewise.
12247         * modules/memmem-tests (configure.ac): Likewise.
12248         * modules/memrchr-tests (configure.ac): Likewise.
12249         Reported by Simon Josefsson.
12250
12251 2009-05-20  Simon Josefsson  <simon@josefsson.org>
12252
12253         * tests/test-glob.c: Include string.h for strcmp prototype.
12254
12255 2009-05-20  Simon Josefsson  <simon@josefsson.org>
12256
12257         * modules/getdelim (Depends-on): Add explicit stdint, although it
12258         was implicitly already pulled in via realloc-posix.
12259         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
12260
12261 2009-05-20  Simon Josefsson  <simon@josefsson.org>
12262
12263         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
12264         G. Christensen" <tgc@jupiterrise.com>.
12265         * m4/sys_socket_h.m4: Check for sa_family_t.
12266         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
12267         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
12268         * tests/test-sys_socket.c: Check that sa_family_t works.
12269
12270 2009-05-18  Eric Blake  <ebb9@byu.net>
12271
12272         maint.mk: allow gnulib_dir in VPATH build
12273         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
12274
12275 2009-05-15  Jim Meyering  <meyering@redhat.com>
12276
12277         maint.mk: Give gnulib_dir a default definition.
12278         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
12279         Thus, most packages no longer need to specify this variable in cfg.mk
12280
12281 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
12282
12283         rename.m4: fix typos that would make non-mingw cross-configure fail
12284         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
12285
12286 2009-05-13  Eric Blake  <ebb9@byu.net>
12287
12288         mmap-anon: avoid out-of-order autoconf expansion
12289         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
12290         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
12291         * modules/memchr-tests (Depends-on): Add extensions.
12292         * modules/memchr2-tests (Depends-on): Add extensions.
12293         * modules/memcmp-tests (Depends-on): Add extensions.
12294         * modules/memmem-tests (Depends-on): Add extensions.
12295         * modules/memrchr-tests (Depends-on): Add extensions.
12296
12297 2009-05-13  Bruno Haible  <bruno@clisp.org>
12298
12299         Make some tests ISO C 99 compliant.
12300         * tests/zerosize-ptr.h: New file.
12301         * tests/test-memchr.c: Include zerosize-ptr.h.
12302         (main): Use a zero-size object pointer instead of NULL.
12303         * tests/test-memchr2.c: Include zerosize-ptr.h.
12304         (main): Use a zero-size object pointer instead of NULL.
12305         * tests/test-memcmp.c: Include zerosize-ptr.h.
12306         (main): Use a zero-size object pointer instead of NULL.
12307         * tests/test-memmem.c: Include zerosize-ptr.h.
12308         (main): Use a zero-size object pointer instead of NULL.
12309         * tests/test-memrchr.c: Include zerosize-ptr.h.
12310         (main): Use a zero-size object pointer instead of NULL.
12311         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
12312         m4/mmap-anon.m4.
12313         (Depends-on): Add getpagesize.
12314         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12315         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
12316         m4/mmap-anon.m4.
12317         (Depends-on): Add getpagesize.
12318         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12319         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
12320         m4/mmap-anon.m4.
12321         (Depends-on): Add getpagesize.
12322         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12323         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
12324         m4/mmap-anon.m4.
12325         (Depends-on): Add getpagesize.
12326         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12327         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
12328         m4/mmap-anon.m4.
12329         (Depends-on): Add getpagesize.
12330         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12331
12332 2009-05-12  Bruno Haible  <bruno@clisp.org>
12333
12334         Tests for module 'alignof'.
12335         * modules/alignof-tests: New file.
12336         * tests/test-alignof.c: New file.
12337
12338 2009-05-12  Bruno Haible  <bruno@clisp.org>
12339
12340         Fix alignof macro.
12341         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
12342         vendor compilers that are always correct.
12343
12344 2009-05-12  Bruno Haible  <bruno@clisp.org>
12345
12346         Make the MAP_ANONYMOUS detection work on HP-UX 11.
12347         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
12348         not whether its fully works.
12349
12350 2009-05-12  Bruno Haible  <bruno@clisp.org>
12351
12352         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
12353
12354 2009-05-12  Jim Meyering  <meyering@redhat.com>
12355
12356         * top/maint.mk: Adjust backslash alignment.
12357
12358 2009-05-11  Simon Josefsson  <simon@josefsson.org>
12359
12360         * top/maint.mk: Make $(srcdir)/build-aux configurable.
12361
12362 2009-05-11  Eric Blake  <ebb9@byu.net>
12363
12364         argp: avoid undefined behavior
12365         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
12366         macros.
12367
12368 2009-05-08  Simon Josefsson  <simon@josefsson.org>
12369
12370         * tests/test-vc-list-files-git.sh: Do git config of user.email and
12371         user.name to prevent git commit from complaining.
12372
12373 2009-05-10  Bruno Haible  <bruno@clisp.org>
12374
12375         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
12376         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
12377         it rewrites every file name only once.
12378         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
12379
12380 2009-05-08  Bruno Haible  <bruno@clisp.org>
12381
12382         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
12383         instead of 'max'.
12384
12385 2009-05-08  Simon Josefsson  <simon@josefsson.org>
12386
12387         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
12388         sockaddr_storage test.
12389
12390 2009-05-07  Simon Josefsson  <simon@josefsson.org>
12391
12392         * modules/sys_socket (Makefile.am): Substitute
12393         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
12394         * m4/sys_socket_h.m4: Check for sockaddr_storage.
12395         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
12396         * tests/test-sys_socket.c: Check sockaddr_storage.
12397
12398 2009-05-08  Bruno Haible  <bruno@clisp.org>
12399
12400         New module 'alignof'.
12401         * lib/alignof.h: New file.
12402         * modules/alignof: New file.
12403
12404 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12405             Bruno Haible  <bruno@clisp.org>
12406
12407         Fix test-file-has-acl on FreeBSD.
12408         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
12409         mask is implicitly added.
12410         * tests/test-file-has-acl.c: Include <signal.h>.
12411         (main): Terminate the test after 5 seconds.
12412         * modules/acl-tests (configure.ac): Check for alarm function.
12413
12414 2009-05-04  Bruno Haible  <bruno@clisp.org>
12415
12416         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
12417         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
12418         * modules/errno (configure.ac): Drop AC_REQUIRE.
12419         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
12420         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
12421
12422 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12423
12424         * modules/glob-tests: New module.
12425         * tests/test-glob.c: Add.
12426
12427 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12428
12429         * modules/fnmatch-tests: New module.
12430         * tests/test-fnmatch.c: Add.
12431
12432 2009-05-04  Eric Blake  <ebb9@byu.net>
12433
12434         maint: make the new no-submodule-changes rule VPATH-safe
12435         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
12436
12437 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12438             Bruno Haible  <bruno@clisp.org>
12439
12440         acl: Fix infinite loop on FreeBSD.
12441         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
12442         of return value from acl_get_entry.
12443         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
12444         Likewise.
12445
12446 2009-05-03  Bruno Haible  <bruno@clisp.org>
12447
12448         * lib/acl-internal.h (acl_entries): Clarify return value.
12449         * lib/acl_entries.c (acl_entries): Likewise.
12450
12451 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12452
12453         Bug fix in acl module.
12454         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
12455
12456 2009-05-03  Bruno Haible  <bruno@clisp.org>
12457
12458         Create gperf-generated file in the source dir, not in the build dir.
12459         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
12460         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
12461         * modules/unicase/locale-language (unicase/locale-languages.h):
12462         Likewise.
12463         * modules/unicase/special-casing (unicase/special-casing-table.h):
12464         Likewise.
12465         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
12466         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
12467         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
12468         Reported by Ralf Wildenhues.
12469
12470 2009-05-03  Bruno Haible  <bruno@clisp.org>
12471
12472         * modules/fnmatch (Description, configure.ac): Taken from
12473         fnmatch-posix.
12474         * modules/fnmatch-posix: Turn into a symbolic reference to the
12475         'fnmatch' module, and deprecate.
12476         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
12477
12478 2009-05-03  Bruno Haible  <bruno@clisp.org>
12479
12480         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
12481         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
12482         Reported by Ralf Wildenhues.
12483
12484 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12485
12486         * m4/fnmatch.m4: Fix fnmatch re-define.
12487
12488 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12489
12490         priv-set: new module and tests; adapt write-any-file
12491         * lib/priv-set.c: New file.
12492         * lib/priv-set.h: New file.
12493         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
12494         * lib/write-any-file.c: Simplify by using priv-set module.
12495         * m4/priv-set.m4: New file.
12496         * modules/priv-set: New file.
12497         * modules/unlinkdir: Add dependency on priv-set module.
12498         * modules/write-any-file: Likewise.
12499
12500         Tests for module 'priv-set'.
12501         * modules/priv-set-tests: New file.
12502         * tests/test-priv-set.c: New file.
12503
12504 2009-05-03  Jim Meyering  <meyering@redhat.com>
12505             Bruno Haible  <bruno@clisp.org>
12506
12507         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
12508         use the converted UTF-8 variant of the name instead.
12509
12510 2009-05-03  Jim Meyering  <meyering@redhat.com>
12511
12512         tests: tighten some getdate tests
12513         * tests/test-getdate.c (main): Tighten tests: require equality,
12514         not just greater than.  Set TZ envvar to UTC0.
12515
12516 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
12517
12518         getdate: correctly interpret "next monday" when run on a Monday
12519         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
12520         that e.g., "next tues" (when run on a tuesday) results in a date
12521         that is one week in the future, and not today's date.
12522         I.e., add a week when the wday is the same as the current one.
12523         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
12524         and earlier by Martin Bernreuther and Jan Minář.
12525         * tests/test-getdate.c (main): Check that "next DAY" is always in
12526         the future and that "last DAY" is always in the past.
12527
12528 2009-05-02  Jim Meyering  <meyering@redhat.com>
12529
12530         build: ensure that a release build fails when a submodule is unclean
12531         * top/maint.mk (no-submodule-changes): New rule.
12532         (alpha beta major): Depend on it.
12533
12534 2009-05-02  Bruno Haible  <bruno@clisp.org>
12535
12536         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
12537         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
12538         shell variable gl_fnmatch_required to detect which variant is
12539         requested.
12540         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
12541         gl_FUNC_FNMATCH_POSIX.
12542         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
12543         exclude fnmatch-posix.
12544
12545 2009-05-02  Bruno Haible  <bruno@clisp.org>
12546
12547         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
12548         * modules/mbsrtowcs (License): Change to LGPLv2+.
12549         * modules/strnlen1 (License): Likewise.
12550         Reported by Simon Josefsson.
12551
12552 2009-05-02  Bruno Haible  <bruno@clisp.org>
12553
12554         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
12555         "cross".
12556         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
12557         gnulib-tool was called with option --source-base=lib.
12558
12559 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12560
12561         Use automake *-local hooks without commands, for extensibility.
12562         * modules/localcharset (Makefile.am): Rename install-exec-local
12563         rule to install-exec-localcharset, and make it a prerequisite of
12564         install-exec-local.  Likewise, rename the uninstall-local rule to
12565         uninstall-localcharset, and make it a prerequisite of the former.
12566
12567 2009-05-01  Bruno Haible  <bruno@clisp.org>
12568
12569         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
12570         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12571         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
12572         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
12573         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
12574         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12575         m4/locale-zh.m4, m4/codeset.m4.
12576
12577         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12578         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
12579         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12580         m4/locale-zh.m4.
12581
12582         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
12583         REPLACE_WCRTOMB if mbstate_t must be replaced.
12584         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
12585         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
12586
12587 2009-05-01  Bruno Haible  <bruno@clisp.org>
12588
12589         Avoid compiler warnings when redefining macros defined by <libintl.h>.
12590         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
12591         dngettext, dcngettext, textdomain, bindtextdomain,
12592         bind_textdomain_codeset): Undefine before redefining.
12593
12594 2009-04-30  Bruno Haible  <bruno@clisp.org>
12595
12596         Fix bug introduced on 2009-04-25.
12597         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
12598         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
12599         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
12600         is defined.
12601         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
12602         is defined.
12603         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
12604         is defined.
12605         Reported by Elbert_Pol <elbert.pol@gmail.com>.
12606
12607 2009-04-28  Bruno Haible  <bruno@clisp.org>
12608
12609         Comment tweaks.
12610         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
12611         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
12612         * lib/unicase.h (u*_casexfrm): Likewise.
12613         Reported by Paolo Bonzini.
12614
12615 2009-04-28  Bruno Haible  <bruno@clisp.org>
12616
12617         Fix a compilation error.
12618         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
12619         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12620         Reported by Jim Meyering.
12621
12622 2009-04-27  Bruno Haible  <bruno@clisp.org>
12623
12624         New module 'libunistring'.
12625         * modules/libunistring: New file.
12626         * m4/libunistring.m4: New file.
12627         * MODULES.html.sh (Unicode string functions): Add it.
12628
12629 2009-04-27  Eric Blake  <ebb9@byu.net>
12630
12631         maint.mk: allow package-specific header to provide <config.h>
12632         * top/maint.mk (sc_require_config_h): New variable.
12633         (sc_require_config_h, sc_require_config_h_first): Use it.
12634
12635 2009-04-27  Simon Josefsson  <simon@josefsson.org>
12636
12637         * top/maint.mk (sc_avoid_if_before_free): Except
12638         useless-if-before-free script.
12639
12640 2009-04-27  Eric Blake  <ebb9@byu.net>
12641
12642         maintainer-makefile: depend on all required helper scripts
12643         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
12644         useless-if-before-free.
12645         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
12646         version, rather than assuming gnulib checkout is available.
12647         Reported by Simen Josefsson.
12648
12649 2009-04-26  Bruno Haible  <bruno@clisp.org>
12650
12651         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
12652         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
12653         "../" or "..".
12654
12655 2009-04-26  Bruno Haible  <bruno@clisp.org>
12656
12657         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
12658         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
12659         AC_LIB_HAVE_LINKFLAGS.
12660
12661 2009-04-26  Bruno Haible  <bruno@clisp.org>
12662
12663         Simplify calling convention of u*_conv_from_encoding.
12664         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
12665         u32_conv_from_encoding): Expect a resultbuf argument and return the
12666         result directly as a pointer.
12667         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
12668         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
12669         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
12670         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
12671         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
12672         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12673         Update.
12674         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
12675         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
12676         * lib/vasnprintf.c (VASNPRINTF): Update.
12677         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
12678         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
12679         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
12680         * NEWS: Mention the change.
12681
12682 2009-04-26  Bruno Haible  <bruno@clisp.org>
12683
12684         Simplify calling convention of u*_conv_to_encoding.
12685         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12686         u32_conv_to_encoding): Expect a resultbuf argument and return the
12687         result directly as a pointer.
12688         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12689         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
12690         freeing scaled_offsets if mem_iconveha failed.
12691         * lib/unicase/u-casexfrm.h (FUNC): Update.
12692         * lib/uninorm/u-normxfrm.h (FUNC): Update.
12693         * lib/vasnprintf.c (VASNPRINTF): Update.
12694         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
12695         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
12696         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
12697         * NEWS: Mention the change.
12698
12699 2009-04-26  Bruno Haible  <bruno@clisp.org>
12700
12701         Avoid test failures on AIX and OSF/1.
12702         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
12703         malloc(0).
12704         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12705         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12706         Likewise.
12707         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
12708         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
12709         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
12710         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
12711         * doc/posix-functions/malloc.texi: Document the portability problem
12712         related to malloc(0).
12713
12714 2009-04-26  Bruno Haible  <bruno@clisp.org>
12715
12716         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
12717         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
12718         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
12719
12720 2009-04-25  Bruno Haible  <bruno@clisp.org>
12721
12722         Avoid link error when creating a namespace clean library.
12723         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
12724         as macro with arguments if already defined as an alias.
12725         * lib/signbitf.c (gl_signbitf): Don't undefine.
12726         * lib/signbitd.c (gl_signbitd): Don't undefine.
12727         * lib/signbitl.c (gl_signbitl): Don't undefine.
12728
12729 2009-04-25  Jim Meyering  <meyering@redhat.com>
12730
12731         vc-list-files: fix another quoting bug
12732         * build-aux/vc-list-files: Avoid sed backslash expansion
12733         of pathological directory names.
12734
12735 2009-04-25  Eric Blake  <ebb9@byu.net>
12736
12737         vc-list-files: fix shell quoting error
12738         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
12739         timestamp.
12740
12741 2009-04-25  Jim Meyering  <meyering@redhat.com>
12742
12743         vc-list-files: restore lost functionality with subdir argument
12744         * build-aux/vc-list-files: When given a non-"." sub-directory
12745         argument, substitute the $dir/ prefix back onto each resulting name.
12746         Otherwise, coreutils' root_tests check would fail.
12747
12748 2009-04-24  Eric Blake  <ebb9@byu.net>
12749
12750         vc-list-files: ignore git symlinks
12751         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
12752         than ls-files, to ignore git symlinks.
12753
12754         maint.mk: import improvements from m4
12755         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
12756         (move_if_change): Delete unused macro.
12757         (news-date-check, vc-diff-check): Support VPATH builds.
12758         (announcement): Likewise.  Split --bootstrap-tools list...
12759         (boostrap-tools): ...into separate list, which can be overridden
12760         in cfg.mk.
12761         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
12762         requiring dependency on useless-if-before-free module.
12763         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
12764         Support VPATH builds.
12765
12766 2009-04-24  Jim Meyering  <meyering@redhat.com>
12767
12768         maint.mk: remove coreutils-specific rules and variables
12769         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
12770         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
12771         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
12772
12773         maint.mk: remove obsolete rule
12774         * top/maint.mk (rel-check): Remove rule.
12775         (WGET, WGETFLAGS): Remove now-unused variables.
12776
12777 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12778
12779         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
12780         consistency.
12781
12782         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
12783         '$(PATH_SEPARATOR)' instead of ':'.
12784
12785 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12786
12787         * lib/getopt1.c (main): Use 'const' for static array.
12788
12789 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12790
12791         * top/maint.mk: Sync with coreutils.
12792         * NEWS: Explain incompatibilities.
12793
12794 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12795             Bruno Haible  <bruno@clisp.org>
12796
12797         Fix cross-compilation results.
12798         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
12799         statement, as third argument of AC_TRY_RUN.
12800         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
12801         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
12802         Likewise.
12803         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
12804         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
12805         Likewise.
12806         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
12807         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
12808         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
12809
12810 2009-04-20  Bruno Haible  <bruno@clisp.org>
12811
12812         Avoid test failure on mingw.
12813         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
12814
12815 2009-04-20  Bruno Haible  <bruno@clisp.org>
12816
12817         Avoid compilation error on mingw.
12818         * modules/localename-tests (Depends-on): Add locale.
12819
12820 2009-04-19  Bruno Haible  <bruno@clisp.org>
12821
12822         Support for building a shared library on Windows platforms.
12823         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
12824         (main): Test the presence of UNINORM_NFC here.
12825         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
12826         (main): Test the presence of UNINORM_NFD here.
12827         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
12828         (main): Test the presence of UNINORM_NFKC here.
12829         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
12830         (main): Test the presence of UNINORM_NFKD here.
12831
12832 2009-04-19  Bruno Haible  <bruno@clisp.org>
12833
12834         Avoid a compiler warning.
12835         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
12836         Change type of variable 'sequence'.
12837
12838 2009-04-19  Bruno Haible  <bruno@clisp.org>
12839
12840         * modules/configmake (Makefile.am): When the contents of configmake.h
12841         does not change, arrange to preserve its modification time.
12842
12843 2009-04-17  Simon Josefsson  <simon@josefsson.org>
12844
12845         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
12846         gettext domain.
12847
12848 2009-04-16  Jim Meyering  <meyering@redhat.com>
12849
12850         useless-if-before-free: improve conversion code
12851         * build-aux/useless-if-before-free: Adjust code-in-comment to match
12852         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
12853
12854 2009-04-14  Bruno Haible  <bruno@clisp.org>
12855
12856         * modules/fcntl (Depends-on): Add extensions.
12857         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
12858
12859 2009-04-12  Ben Pfaff  <blp@gnu.org>
12860
12861         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
12862         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
12863
12864 2009-03-20  Ben Pfaff  <blp@gnu.org>
12865
12866         Make rename replace existing destinations on Windows.
12867         * m4/rename.m4: Add test for Mingw.
12868         * lib/rename.c: Add rename replacement that uses MoveFileEx with
12869         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
12870         * doc/posix-functions/rename.texi: Document.
12871
12872 2009-04-10  Bruno Haible  <bruno@clisp.org>
12873
12874         New include file "iconveh.h".
12875         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
12876         * lib/striconveh.h: Include it.
12877         (enum iconv_ilseq_handler): Remove definition.
12878         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
12879         striconveh.h.
12880         * lib/striconveha.c: Include striconveh.h.
12881         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
12882         * modules/striconveh (Files): Add lib/iconveh.h.
12883         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
12884         lib/striconveh.h.
12885
12886 2009-04-10  Bruno Haible  <bruno@clisp.org>
12887
12888         * lib/uniconv.h: Update comment.
12889
12890 2009-04-10  Bruno Haible  <bruno@clisp.org>
12891
12892         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
12893         always.
12894         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12895         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12896         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12897         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
12898         "unistring-notinline.h", so that the function gets defined always.
12899         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12900         * lib/unistr/u8-uctomb.c: Likewise.
12901         * lib/unistr/u16-mbtouc.c: Likewise.
12902         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12903         * lib/unistr/u16-uctomb.c: Likewise.
12904         * lib/unistr/u32-mbtouc.c: Likewise.
12905         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12906         * lib/unistr/u32-uctomb.c: Likewise.
12907
12908 2009-04-10  Bruno Haible  <bruno@clisp.org>
12909
12910         Mark 'utime' obsolete.
12911         * modules/utime (Status, Notice): New sections.
12912         Suggested by Jim Meyering.
12913
12914         Fix cross-compile guess for utime test.
12915         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
12916         autoconf.
12917         * doc/posix-functions/utime.texi: Give more precisions.
12918         Reported by Jan <ipif@ymail.com>.
12919
12920 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
12921
12922         filevercmp: correct today's change
12923         * lib/filevercmp.c: Also handle coreutils' test inputs.
12924         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
12925
12926         Fix regression in 'filevercmp' module. Thanks Sven Joachim
12927         for reporting it.
12928         * lib/filevercmp.c: Special handle for "", "." and "..".
12929         * tests/test-filevercmp.c: Enlarge the set suite.
12930
12931 2009-04-07  Jim Meyering  <meyering@redhat.com>
12932
12933         useless-if-before-free: show how to remove braced useless free, too
12934         * build-aux/useless-if-before-free: still only in a comment, though.
12935
12936 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
12937
12938         maint.mk: import changes to syntax-check macros from coreutils
12939         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
12940         Use them in the relevant macros.
12941
12942 2009-04-06  Bruno Haible  <bruno@clisp.org>
12943
12944         Fix unportable use of bit-fields.
12945         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
12946         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
12947         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
12948
12949 2009-04-06  Bruno Haible  <bruno@clisp.org>
12950
12951         Avoid test failures on AIX and OSF/1.
12952         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
12953         that malloc(0) = NULL.
12954         * tests/unicase/test-u8-tolower.c (check): Likewise.
12955         * tests/unicase/test-u8-totitle.c (check): Likewise.
12956         * tests/unicase/test-u8-toupper.c (check): Likewise.
12957         * tests/unicase/test-u16-casefold.c (check): Likewise.
12958         * tests/unicase/test-u16-tolower.c (check): Likewise.
12959         * tests/unicase/test-u16-totitle.c (check): Likewise.
12960         * tests/unicase/test-u16-toupper.c (check): Likewise.
12961         * tests/unicase/test-u32-casefold.c (check): Likewise.
12962         * tests/unicase/test-u32-tolower.c (check): Likewise.
12963         * tests/unicase/test-u32-totitle.c (check): Likewise.
12964         * tests/unicase/test-u32-toupper.c (check): Likewise.
12965         * tests/uninorm/test-u8-nfc.c (check): Likewise.
12966         * tests/uninorm/test-u8-nfd.c (check): Likewise.
12967         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
12968         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
12969         * tests/uninorm/test-u16-nfc.c (check): Likewise.
12970         * tests/uninorm/test-u16-nfd.c (check): Likewise.
12971         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
12972         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
12973         * tests/uninorm/test-u32-nfc.c (check): Likewise.
12974         * tests/uninorm/test-u32-nfd.c (check): Likewise.
12975         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
12976         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
12977
12978 2009-04-05  Bruno Haible  <bruno@clisp.org>
12979
12980         Work around an autoconf limitation.
12981         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
12982         comment line if it would be longer than 3 KB.
12983
12984 2009-04-05  Bruno Haible  <bruno@clisp.org>
12985
12986         Avoid test failure with libiconv-1.13.
12987         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
12988         of the expected test results.
12989
12990 2009-04-05  Bruno Haible  <bruno@clisp.org>
12991
12992         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
12993         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
12994         that it should be installed.
12995
12996 2009-04-05  Bruno Haible  <bruno@clisp.org>
12997
12998         * gnulib-tool: New option --copy-file.
12999         (func_usage): Document it.
13000         (func_dest_tmpfilename): Moved out of func_import.
13001         (func_add_file, func_update_file): New functions, extracted from
13002         func_import.
13003         (func_import): Update.
13004
13005 2009-04-05  Karl Berry  <karl@gnu.org>
13006
13007         * README: prominently mention gnulib-tool.
13008         Rearrange sections so getting the code is near the top.
13009
13010 2009-04-05  Bruno Haible  <bruno@clisp.org>
13011
13012         * lib/unicase.h: Mention u*_cmp2.
13013         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
13014         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
13015         * lib/unicase/ulc-casecmp.c: Likewise.
13016         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
13017         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
13018         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
13019         unistr/u8-cmp.
13020         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
13021         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
13022         unistr/u16-cmp.
13023         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
13024         unistr/u32-cmp.
13025
13026         * lib/uninorm.h: Mention u*_cmp2.
13027         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
13028         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
13029         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
13030         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
13031         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
13032         unistr/u8-cmp.
13033         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
13034         unistr/u16-cmp.
13035         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
13036         unistr/u32-cmp.
13037
13038         New module 'unistr/u32-cmp2'.
13039         * lib/unistr/u32-cmp2.c: New file.
13040         * modules/unistr/u32-cmp2: New file.
13041
13042         New module 'unistr/u16-cmp2'.
13043         * lib/unistr/u16-cmp2.c: New file.
13044         * modules/unistr/u16-cmp2: New file.
13045
13046         New module 'unistr/u8-cmp2'.
13047         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
13048         * lib/unistr/u8-cmp2.c: New file.
13049         * lib/unistr/u-cmp2.h: New file.
13050         * modules/unistr/u8-cmp2: New file.
13051
13052 2009-04-05  Bruno Haible  <bruno@clisp.org>
13053
13054         * lib/unictype.h (uc_property_is_valid): New macro.
13055         * tests/unictype/test-pr_byname.c (main): Use it.
13056
13057         * lib/unistr.h: Doc fixes.
13058         * lib/uniconv.h: Doc fixes.
13059         * lib/unictype.h: Doc fixes.
13060
13061 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
13062
13063         Port coreutils 7.2 to Solaris 8.
13064
13065         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
13066         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
13067         for Solaris 8.  This is a bit of a hack, as it means it's the
13068         caller's responsibility to add -lnsl if needed, but most likely it
13069         won't be needed since only getaddrinfo uses this and getaddrinfo
13070         isn't needed on Solaris 8.
13071
13072         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
13073         problem to Solaris 8 encountered with coreutils 7.2, which
13074         resulted in a message "fnmatch.c:292: warning: passing argument 4
13075         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
13076         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
13077
13078 2009-04-03  Simon Josefsson  <simon@josefsson.org>
13079
13080         * m4/ld-version-script.m4: Add FIXME comment.
13081
13082 2009-04-02  Simon Josefsson  <simon@josefsson.org>
13083
13084         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
13085         SOVERSION variable.
13086
13087 2009-04-02  Bruno Haible  <bruno@clisp.org>
13088
13089         * Makefile (info, html, dvi, pdf): Combine the rules.
13090         Suggested by Jim Meyering.
13091
13092 2009-04-01  Bruno Haible  <bruno@clisp.org>
13093
13094         * Makefile (info, html, dvi, pdf): New targets.
13095         Reported by Reuben Thomas <rrt@sc3d.org>.
13096
13097 2009-04-01  Bruno Haible  <bruno@clisp.org>
13098
13099         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
13100         can be put into PATH.
13101         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
13102
13103 2009-04-01  Bruno Haible  <bruno@clisp.org>
13104
13105         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
13106
13107 2009-04-01  Bruno Haible  <bruno@clisp.org>
13108
13109         Rename module 'visibility'.
13110         * modules/lib-symbol-visibility: Renamed from modules/visibility.
13111         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
13112         * doc/gnulib.texi: Update.
13113         * MODULES.html.sh (Misc): Update.
13114         * NEWS: Mention the change.
13115
13116 2009-04-01  Simon Josefsson  <simon@josefsson.org>
13117
13118         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
13119         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
13120         Eric Blake <ebb9@byu.net> for review.
13121         * MODULES.html.sh: Add lib-msvc-compat.
13122         * doc/gnulib.texi: Link to new section.
13123         * m4/ld-output-def.m4: New file.
13124         * doc/ld-output-def.texi: New file.
13125
13126 2009-04-01  Simon Josefsson  <simon@josefsson.org>
13127
13128         Rename ld-version-script to lib-symbol-versions.  Suggested by
13129         Bruno Haible <bruno@clisp.org>.
13130         * modules/ld-version-script: Renamed to lib-symbol-versions.
13131         * doc/ld-version-script.texi: Fix module name.
13132         * MODULES.html.sh: Add lib-symbol-versions.
13133
13134 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13135
13136         * modules/u64-tests: New file.
13137         * tests/test-u64.c: New file.
13138
13139 2009-03-04  Simon Josefsson  <simon@josefsson.org>
13140
13141         * MODULES.html.sh: Mention u64.
13142         * modules/u64: New module.
13143         * modules/crypto/sha512: Depend on u64 module instead of providing
13144         u64.h.
13145
13146 2009-03-27  Eric Blake  <ebb9@byu.net>
13147
13148         test-strerror: make debugging EAI_SYSTEM easier
13149         * modules/getaddrinfo-tests (Depends-on): Add strerror.
13150         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
13151         failure was EAI_SYSTEM.
13152
13153 2009-03-25  Bruno Haible  <bruno@clisp.org>
13154
13155         Fix a problem with --enable-relocatable on Solaris 7.
13156         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
13157         since 2008-02-24.
13158
13159 2009-03-25  Eric Blake  <ebb9@byu.net>
13160
13161         test-sockets: avoid gcc warning
13162         * tests/test-sockets.c (main): Silence compiler warning.
13163
13164 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
13165
13166         New modules nproc, pthread, contributed by Glen Lenker.
13167
13168         * MODULES.html.sh: Add pthread, nproc.
13169         * lib/nproc.c: New file.
13170         * lib/nproc.h: New file.
13171         * lib/pthread.in.h: New file.
13172         * m4/pthread.m4: New file.
13173         * modules/nproc: New file.
13174         * modules/pthread: New file.
13175
13176 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13177
13178         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
13179         New variable.
13180
13181 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
13182
13183         filevercmp: handle simple~ and numbered.~3~ backup suffixes
13184         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
13185         * tests/test-filevercmp.c: Add tests for backup suffixes.
13186
13187 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13188
13189         * modules/stdlib (Depends-on): Add stdint, needed when defining
13190         struct random_data on, for example, HP-UX 10.20.  Reported by
13191         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13192
13193 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13194
13195         * lib/readline.c (readline): Call fflush on stdout after printing
13196         prompt.
13197
13198 2009-03-20  Bruno Haible  <bruno@clisp.org>
13199
13200         Remove dependency from 'close' module to -lws2_32 on native Windows.
13201         * lib/close-hook.h: New file.
13202         * lib/close-hook.c: New file.
13203         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
13204         w32sock.h.
13205         (_gl_close_fd_maybe_socket): Remove function.
13206         (rpl_close): Invoke execute_all_close_hooks instead of
13207         _gl_close_fd_maybe_socket.
13208         * lib/sockets.c: Include close-hook.h, w32sock.h.
13209         (close_fd_maybe_socket): New function, essentially from lib/close.c.
13210         (close_sockets_hook): New variable.
13211         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
13212         (gl_sockets_cleanup): Unregister it.
13213         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
13214         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
13215         * modules/close-hook: New file.
13216         * modules/close (Files): Remove lib/w32sock.h.
13217         (Depends-on): Add close-hook.
13218         (Link): Remove section.
13219         * modules/sockets (Files): Add lib/w32sock.h.
13220         (Depends-on): Add close-hook.
13221         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
13222         invocation.
13223         * NEWS: Mention that LIB_CLOSE is gone.
13224
13225 2009-03-23  Eric Blake  <ebb9@byu.net>
13226
13227         signal-tests: test previous patch
13228         * tests/test-signal.c: New file.
13229         * modules/signal-tests: Likewise.
13230
13231         signal.h: always support 'volatile sig_atomic_t'
13232         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
13233         (gl_SIGNAL_H_DEFAULTS): Add a default.
13234         * modules/signal (Makefile.am): Substitute if needed.
13235         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
13236         users can blindly add volatile.
13237         * doc/posix-headers/signal.texi (signal.h): Document it.
13238         Reported by Matthew Woehlke.
13239
13240 2009-03-23  Jim Meyering  <meyering@redhat.com>
13241
13242         pathmax: PATH_MAX: use pathconf only when available
13243         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
13244         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
13245         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
13246         This avoids a link failure in a PSP cross-compilation environment
13247         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
13248
13249         * lib/vasnprintf.c (divide): Fix typo in comment.
13250
13251 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13252
13253         * gnulib-tool (func_filter_filelist): Fix comment.
13254
13255 2009-03-20  Bruno Haible  <bruno@clisp.org>
13256
13257         Make sockets.h self-contained.
13258         * lib/sockets.c: Include sockets.h first.
13259         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
13260
13261 2009-03-19  Eric Blake  <ebb9@byu.net>
13262
13263         doc: mention more functions added in cygwin 1.7.0
13264         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
13265         addition.
13266         * doc/posix-functions/log2f.texi: Likewise.
13267
13268 2009-03-19  Jim Meyering  <meyering@redhat.com>
13269
13270         fsusage: avoid syntax error due to statement-before-declaration
13271         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
13272         after all declarations.  Reported by Matthew Woehlke in
13273         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
13274
13275 2009-03-18  Eric Blake  <ebb9@byu.net>
13276
13277         build-aux/compile: sync from automake
13278         * build-aux/compile: New file, from automake.
13279         * config/srclist.txt: Mention build-aux/compile.
13280
13281 2009-03-17  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/git-merge-changelog.c: Fix typo in comment.
13284         Reported by Reuben Thomas <rrt@sc3d.org>.
13285
13286 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
13287
13288         * m4/regex.m4: update and improve help for
13289         --without-included-regex.
13290
13291 2009-03-17  Simon Josefsson  <simon@josefsson.org>
13292
13293         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
13294         failure on missing include files.
13295
13296 2009-03-17  Eric Blake  <ebb9@byu.net>
13297
13298         doc: mention more functions added in cygwin 1.7.0
13299         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
13300         addition.
13301         * doc/posix-functions/fwscanf.texi: Likewise.
13302         * doc/posix-functions/swprintf.texi: Likewise.
13303         * doc/posix-functions/swscanf.texi: Likewise.
13304         * doc/posix-functions/vfwprintf.texi: Likewise.
13305         * doc/posix-functions/vfwscanf.texi: Likewise.
13306         * doc/posix-functions/vswprintf.texi: Likewise.
13307         * doc/posix-functions/vswscanf.texi: Likewise.
13308         * doc/posix-functions/vwprintf.texi: Likewise.
13309         * doc/posix-functions/vwscanf.texi: Likewise.
13310         * doc/posix-functions/wcscasecmp.texi: Likewise.
13311         * doc/posix-functions/wcsdup.texi: Likewise.
13312         * doc/posix-functions/wcsftime.texi: Likewise.
13313         * doc/posix-functions/wcsncasecmp.texi: Likewise.
13314         * doc/posix-functions/wprintf.texi: Likewise.
13315         * doc/posix-functions/wscanf.texi: Likewise.
13316         * doc/glibc-functions/gethostbyname2.texi: Likewise.
13317
13318 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13319
13320         maint.mk: really add $(AM_MAKEFLAGS)
13321         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
13322         was inadvertently omitted in the last commit.
13323         Spotted by Bruno Haible.
13324
13325         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
13326         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
13327         $(AM_MAKEFLAGS)' rather than plain `make'.
13328
13329         gnulib-tool: execute $MAKE not make
13330         * gnulib-tool: Default $MAKE to 'make'.
13331         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
13332         than make.  Initialize $MAKE in the do-autobuild script.
13333
13334         gnulib-tool: use $MAKE not make in generated files
13335         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
13336         make, in generated files.  Initialize $MAKE in the do-autobuild
13337         script.
13338
13339         * top/GNUmakefile (_have-git-version-gen): Fix typo.
13340
13341         GNUmakefile: disable parallelism only for multiple, recursive targets
13342         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
13343         additions in the Makefile.
13344         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
13345         by Automake.
13346         (.NOTPARALLEL): Only disable parallel builds if multiple targets
13347         are listed on the command line and at least one of them is
13348         listed in $(ALL_RECURSIVE_TARGETS).
13349
13350 2009-03-14  Bruno Haible  <bruno@clisp.org>
13351
13352         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
13353         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
13354         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
13355         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
13356         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
13357         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
13358         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
13359         unistr/u8-uctomb.
13360         * modules/unistr/u8-strchr (Depends-on): Likewise.
13361         * modules/unistr/u8-strrchr (Depends-on): Likewise.
13362         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
13363         unistr/u16-uctomb.
13364         * modules/unistr/u16-strchr (Depends-on): Likewise.
13365         * modules/unistr/u16-strrchr (Depends-on): Likewise.
13366
13367 2009-03-12  Bruno Haible  <bruno@clisp.org>
13368
13369         Work around select() bug on Interix 3.5.
13370         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
13371         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
13372         * m4/select.m4: New file.
13373         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
13374         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
13375         * modules/select (Files): Add m4/select.m4.
13376         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
13377         * modules/nanosleep (Depends-on): Add select.
13378         * modules/poll (Depends-on): Likewise.
13379         * doc/posix-functions/select.texi: Mention the Interix bug.
13380         Reported by Markus Duft <mduft@gentoo.org>.
13381
13382         * lib/select.c: Renamed from lib/winsock-select.c.
13383         * modules/select (Files): Add lib/select.c, remove
13384         lib/winsock-select.c.
13385         (configure.ac): Update.
13386
13387 2009-03-12  Jim Meyering  <meyering@redhat.com>
13388
13389         avoid gcc warnings about unused macro definitions
13390         * lib/readtokens.c (STREQ): Remove unused definition.
13391         * lib/xmalloc.c (SIZE_MAX): Likewise.
13392         * lib/openat-die.c (N_): Likewise.
13393         * lib/mountlist.c (SIZE_MAX): Remove definition.
13394         Instead, include <stdint.h>.
13395         * lib/readutmp.c: Likewise.
13396         * modules/readutmp (Depends-on): Add stdint.
13397         * modules/mountlist (Depends-on): Add stdint.
13398         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
13399
13400 2009-03-10  Bruno Haible  <bruno@clisp.org>
13401
13402         Tests for module 'mbmemcasecoll'.
13403         * modules/mbmemcasecoll-tests: New file.
13404         * tests/test-mbmemcasecoll1.sh: New file.
13405         * tests/test-mbmemcasecoll2.sh: New file.
13406         * tests/test-mbmemcasecoll3.sh: New file.
13407         * tests/test-mbmemcasecoll.c: New file.
13408
13409         New module 'mbmemcasecoll'.
13410         * lib/mbmemcasecoll.h: New file.
13411         * lib/mbmemcasecoll.c: New file.
13412         * modules/mbmemcasecoll: New file.
13413
13414         * tests/test-mbmemcasecmp.h: New file, extracted from
13415         tests/test-mbmemcasecmp.c.
13416         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
13417         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
13418         (main): Update.
13419         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
13420
13421 2009-03-09  Bruno Haible  <bruno@clisp.org>
13422
13423         Tests for module 'mbmemcasecmp'.
13424         * modules/mbmemcasecmp-tests: New file.
13425         * tests/test-mbmemcasecmp1.sh: New file.
13426         * tests/test-mbmemcasecmp2.sh: New file.
13427         * tests/test-mbmemcasecmp3.sh: New file.
13428         * tests/test-mbmemcasecmp.c: New file.
13429
13430         New module 'mbmemcasecmp'.
13431         * lib/mbmemcasecmp.h: New file.
13432         * lib/mbmemcasecmp.c: New file.
13433         * modules/mbmemcasecmp: New file.
13434
13435 2009-03-09  Bruno Haible  <bruno@clisp.org>
13436
13437         Tests for module 'unicase/ulc-casecoll'.
13438         * modules/unicase/ulc-casecoll-tests: New file.
13439         * tests/unicase/test-ulc-casecoll1.sh: New file.
13440         * tests/unicase/test-ulc-casecoll2.sh: New file.
13441         * tests/unicase/test-ulc-casecoll.c: New file.
13442
13443         New module 'unicase/ulc-casecoll'.
13444         * lib/unicase.h (ulc_casecoll): New declaration.
13445         * lib/unicase/ulc-casecoll.c: New file.
13446         * modules/unicase/ulc-casecoll: New file.
13447
13448         New module 'unicase/ulc-casexfrm'.
13449         * lib/unicase.h (ulc_casexfrm): New declaration.
13450         * lib/unicase/ulc-casexfrm.c: New file.
13451         * modules/unicase/ulc-casexfrm: New file.
13452
13453 2009-03-09  Bruno Haible  <bruno@clisp.org>
13454
13455         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
13456         invocations.
13457
13458         * m4/mbscasecmp.m4: Remove file.
13459         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
13460         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
13461
13462         * m4/mbscasestr.m4: Remove file.
13463         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
13464         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
13465
13466         * m4/mbschr.m4: Remove file.
13467         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
13468         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
13469
13470         * m4/mbscspn.m4: Remove file.
13471         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
13472         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
13473
13474         * m4/mbslen.m4: Remove file.
13475         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
13476         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
13477
13478         * m4/mbsncasecmp.m4: Remove file.
13479         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
13480         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
13481
13482         * m4/mbsnlen.m4: Remove file.
13483         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
13484         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
13485
13486         * m4/mbspbrk.m4: Remove file.
13487         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
13488         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
13489
13490         * m4/mbspcasecmp.m4: Remove file.
13491         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
13492         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
13493
13494         * m4/mbsrchr.m4: Remove file.
13495         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
13496         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
13497
13498         * m4/mbssep.m4: Remove file.
13499         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
13500         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
13501
13502         * m4/mbsspn.m4: Remove file.
13503         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
13504         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
13505
13506         * m4/mbsstr.m4: Remove file.
13507         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
13508         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
13509
13510         * m4/mbstok_r.m4: Remove file.
13511         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
13512         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
13513
13514         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
13515
13516         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
13517         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
13518
13519         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
13520
13521 2009-03-08  Bruno Haible  <bruno@clisp.org>
13522
13523         Tests for module 'unicase/ulc-casecmp'.
13524         * modules/unicase/ulc-casecmp-tests: New file.
13525         * tests/unicase/test-ulc-casecmp1.sh: New file.
13526         * tests/unicase/test-ulc-casecmp2.sh: New file.
13527         * tests/unicase/test-ulc-casecmp.c: New file.
13528
13529         New module 'unicase/ulc-casecmp'.
13530         * lib/unicase.h (ulc_casecmp): New declaration.
13531         * lib/unicase/ulc-casecmp.c: New file.
13532         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
13533         'const SRC_UNIT *'.
13534         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
13535         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
13536         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
13537         * modules/unicase/ulc-casecmp: New file.
13538
13539         Tests for module 'unicase/u32-is-cased'.
13540         * modules/unicase/u32-is-cased-tests: New file.
13541         * tests/unicase/test-u32-is-cased.c: New file.
13542
13543         Tests for module 'unicase/u16-is-cased'.
13544         * modules/unicase/u16-is-cased-tests: New file.
13545         * tests/unicase/test-u16-is-cased.c: New file.
13546
13547         Tests for module 'unicase/u8-is-cased'.
13548         * modules/unicase/u8-is-cased-tests: New file.
13549         * tests/unicase/test-u8-is-cased.c: New file.
13550         * tests/unicase/test-is-cased.h: New file.
13551
13552         New module 'unicase/u32-is-cased'.
13553         * lib/unicase/u32-is-cased.c: New file.
13554         * modules/unicase/u32-is-cased: New file.
13555
13556         New module 'unicase/u16-is-cased'.
13557         * lib/unicase/u16-is-cased.c: New file.
13558         * modules/unicase/u16-is-cased: New file.
13559
13560         New module 'unicase/u8-is-cased'.
13561         * lib/unicase/u8-is-cased.c: New file.
13562         * lib/unicase/u-is-cased.h: New file.
13563         * modules/unicase/u8-is-cased: New file.
13564
13565         Tests for module 'unicase/u32-is-casefolded'.
13566         * modules/unicase/u32-is-casefolded-tests: New file.
13567         * tests/unicase/test-u32-is-casefolded.c: New file.
13568
13569         Tests for module 'unicase/u16-is-casefolded'.
13570         * modules/unicase/u16-is-casefolded-tests: New file.
13571         * tests/unicase/test-u16-is-casefolded.c: New file.
13572
13573         Tests for module 'unicase/u8-is-casefolded'.
13574         * modules/unicase/u8-is-casefolded-tests: New file.
13575         * tests/unicase/test-u8-is-casefolded.c: New file.
13576         * tests/unicase/test-is-casefolded.h: New file.
13577
13578         New module 'unicase/u32-is-casefolded'.
13579         * lib/unicase/u32-is-casefolded.c: New file.
13580         * modules/unicase/u32-is-casefolded: New file.
13581
13582         New module 'unicase/u16-is-casefolded'.
13583         * lib/unicase/u16-is-casefolded.c: New file.
13584         * modules/unicase/u16-is-casefolded: New file.
13585
13586         New module 'unicase/u8-is-casefolded'.
13587         * lib/unicase/u8-is-casefolded.c: New file.
13588         * modules/unicase/u8-is-casefolded: New file.
13589
13590         Tests for module 'unicase/u32-is-titlecase'.
13591         * modules/unicase/u32-is-titlecase-tests: New file.
13592         * tests/unicase/test-u32-is-titlecase.c: New file.
13593
13594         Tests for module 'unicase/u16-is-titlecase'.
13595         * modules/unicase/u16-is-titlecase-tests: New file.
13596         * tests/unicase/test-u16-is-titlecase.c: New file.
13597
13598         Tests for module 'unicase/u8-is-titlecase'.
13599         * modules/unicase/u8-is-titlecase-tests: New file.
13600         * tests/unicase/test-u8-is-titlecase.c: New file.
13601         * tests/unicase/test-is-titlecase.h: New file.
13602
13603         New module 'unicase/u32-is-titlecase'.
13604         * lib/unicase/u32-is-titlecase.c: New file.
13605         * modules/unicase/u32-is-titlecase: New file.
13606
13607         New module 'unicase/u16-is-titlecase'.
13608         * lib/unicase/u16-is-titlecase.c: New file.
13609         * modules/unicase/u16-is-titlecase: New file.
13610
13611         New module 'unicase/u8-is-titlecase'.
13612         * lib/unicase/u8-is-titlecase.c: New file.
13613         * modules/unicase/u8-is-titlecase: New file.
13614
13615         Tests for module 'unicase/u32-is-lowercase'.
13616         * modules/unicase/u32-is-lowercase-tests: New file.
13617         * tests/unicase/test-u32-is-lowercase.c: New file.
13618
13619         Tests for module 'unicase/u16-is-lowercase'.
13620         * modules/unicase/u16-is-lowercase-tests: New file.
13621         * tests/unicase/test-u16-is-lowercase.c: New file.
13622
13623         Tests for module 'unicase/u8-is-lowercase'.
13624         * modules/unicase/u8-is-lowercase-tests: New file.
13625         * tests/unicase/test-u8-is-lowercase.c: New file.
13626         * tests/unicase/test-is-lowercase.h: New file.
13627
13628         New module 'unicase/u32-is-lowercase'.
13629         * lib/unicase/u32-is-lowercase.c: New file.
13630         * modules/unicase/u32-is-lowercase: New file.
13631
13632         New module 'unicase/u16-is-lowercase'.
13633         * lib/unicase/u16-is-lowercase.c: New file.
13634         * modules/unicase/u16-is-lowercase: New file.
13635
13636         New module 'unicase/u8-is-lowercase'.
13637         * lib/unicase/u8-is-lowercase.c: New file.
13638         * modules/unicase/u8-is-lowercase: New file.
13639
13640         Tests for module 'unicase/u32-is-uppercase'.
13641         * modules/unicase/u32-is-uppercase-tests: New file.
13642         * tests/unicase/test-u32-is-uppercase.c: New file.
13643
13644         Tests for module 'unicase/u16-is-uppercase'.
13645         * modules/unicase/u16-is-uppercase-tests: New file.
13646         * tests/unicase/test-u16-is-uppercase.c: New file.
13647
13648         Tests for module 'unicase/u8-is-uppercase'.
13649         * modules/unicase/u8-is-uppercase-tests: New file.
13650         * tests/unicase/test-u8-is-uppercase.c: New file.
13651         * tests/unicase/test-is-uppercase.h: New file.
13652
13653         New module 'unicase/u32-is-uppercase'.
13654         * lib/unicase/u32-is-uppercase.c: New file.
13655         * modules/unicase/u32-is-uppercase: New file.
13656
13657         New module 'unicase/u16-is-uppercase'.
13658         * lib/unicase/u16-is-uppercase.c: New file.
13659         * modules/unicase/u16-is-uppercase: New file.
13660
13661         New module 'unicase/u8-is-uppercase'.
13662         * lib/unicase/u8-is-uppercase.c: New file.
13663         * modules/unicase/u8-is-uppercase: New file.
13664
13665         New module 'unicase/u32-is-invariant'.
13666         * lib/unicase/u32-is-invariant.c: New file.
13667         * modules/unicase/u32-is-invariant: New file.
13668
13669         New module 'unicase/u16-is-invariant'.
13670         * lib/unicase/u16-is-invariant.c: New file.
13671         * modules/unicase/u16-is-invariant: New file.
13672
13673         New module 'unicase/u8-is-invariant'.
13674         * lib/unicase/u8-is-invariant.c: New file.
13675         * lib/unicase/invariant.h: New file.
13676         * lib/unicase/u-is-invariant.h: New file.
13677         * modules/unicase/u8-is-invariant: New file.
13678
13679         Tests for module 'unicase/u32-casecoll'.
13680         * modules/unicase/u32-casecoll-tests: New file.
13681         * tests/unicase/test-u32-casecoll.c: New file.
13682
13683         Tests for module 'unicase/u16-casecoll'.
13684         * modules/unicase/u16-casecoll-tests: New file.
13685         * tests/unicase/test-u16-casecoll.c: New file.
13686
13687         Tests for module 'unicase/u8-casecoll'.
13688         * modules/unicase/u8-casecoll-tests: New file.
13689         * tests/unicase/test-u8-casecoll.c: New file.
13690
13691         New module 'unicase/u32-casecoll'.
13692         * lib/unicase/u32-casecoll.c: New file.
13693         * modules/unicase/u32-casecoll: New file.
13694
13695         New module 'unicase/u16-casecoll'.
13696         * lib/unicase/u16-casecoll.c: New file.
13697         * modules/unicase/u16-casecoll: New file.
13698
13699         New module 'unicase/u8-casecoll'.
13700         * lib/unicase/u8-casecoll.c: New file.
13701         * lib/unicase/u-casecoll.h: New file.
13702         * modules/unicase/u8-casecoll: New file.
13703
13704         New module 'unicase/u32-casexfrm'.
13705         * lib/unicase/u32-casexfrm.c: New file.
13706         * modules/unicase/u32-casexfrm: New file.
13707
13708         New module 'unicase/u16-casexfrm'.
13709         * lib/unicase/u16-casexfrm.c: New file.
13710         * modules/unicase/u16-casexfrm: New file.
13711
13712         New module 'unicase/u8-casexfrm'.
13713         * lib/unicase/u8-casexfrm.c: New file.
13714         * lib/unicase/u-casexfrm.h: New file.
13715         * modules/unicase/u8-casexfrm: New file.
13716
13717         Tests for module 'unicase/u32-casecmp'.
13718         * modules/unicase/u32-casecmp-tests: New file.
13719         * tests/unicase/test-u32-casecmp.c: New file.
13720
13721         Tests for module 'unicase/u16-casecmp'.
13722         * modules/unicase/u16-casecmp-tests: New file.
13723         * tests/unicase/test-u16-casecmp.c: New file.
13724
13725         Tests for module 'unicase/u8-casecmp'.
13726         * modules/unicase/u8-casecmp-tests: New file.
13727         * tests/unicase/test-u8-casecmp.c: New file.
13728         * tests/unicase/test-casecmp.h: New file.
13729
13730         New module 'unicase/u32-casecmp'.
13731         * lib/unicase/u32-casecmp.c: New file.
13732         * modules/unicase/u32-casecmp: New file.
13733
13734         New module 'unicase/u16-casecmp'.
13735         * lib/unicase/u16-casecmp.c: New file.
13736         * modules/unicase/u16-casecmp: New file.
13737
13738         New module 'unicase/u8-casecmp'.
13739         * lib/unicase/u8-casecmp.c: New file.
13740         * lib/unicase/u-casecmp.h: New file.
13741         * modules/unicase/u8-casecmp: New file.
13742
13743         Tests for module 'unicase/u32-casefold'.
13744         * modules/unicase/u32-casefold-tests: New file.
13745         * tests/unicase/test-u32-casefold.c: New file.
13746
13747         Tests for module 'unicase/u16-casefold'.
13748         * modules/unicase/u16-casefold-tests: New file.
13749         * tests/unicase/test-u16-casefold.c: New file.
13750
13751         Tests for module 'unicase/u8-casefold'.
13752         * modules/unicase/u8-casefold-tests: New file.
13753         * tests/unicase/test-u8-casefold.c: New file.
13754
13755         New module 'unicase/u32-casefold'.
13756         * lib/unicase/u32-casefold.c: New file.
13757         * modules/unicase/u32-casefold: New file.
13758
13759         New module 'unicase/u16-casefold'.
13760         * lib/unicase/u16-casefold.c: New file.
13761         * modules/unicase/u16-casefold: New file.
13762
13763         New module 'unicase/u8-casefold'.
13764         * lib/unicase/u8-casefold.c: New file.
13765         * lib/unicase/u-casefold.h: New file.
13766         * modules/unicase/u8-casefold: New file.
13767
13768         New module 'unicase/tocasefold'.
13769         * lib/unicase/casefold.h: New file.
13770         * lib/unicase/tocasefold.c: New file.
13771         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
13772         * modules/unicase/tocasefold: New file.
13773
13774         Tests for module 'unicase/u32-totitle'.
13775         * modules/unicase/u32-totitle-tests: New file.
13776         * tests/unicase/test-u32-totitle.c: New file.
13777
13778         Tests for module 'unicase/u16-totitle'.
13779         * modules/unicase/u16-totitle-tests: New file.
13780         * tests/unicase/test-u16-totitle.c: New file.
13781
13782         Tests for module 'unicase/u8-totitle'.
13783         * modules/unicase/u8-totitle-tests: New file.
13784         * tests/unicase/test-u8-totitle.c: New file.
13785
13786         New module 'unicase/u32-totitle'.
13787         * lib/unicase/u32-totitle.c: New file.
13788         * modules/unicase/u32-totitle: New file.
13789
13790         New module 'unicase/u16-totitle'.
13791         * lib/unicase/u16-totitle.c: New file.
13792         * modules/unicase/u16-totitle: New file.
13793
13794         New module 'unicase/u8-totitle'.
13795         * lib/unicase/u8-totitle.c: New file.
13796         * lib/unicase/u-totitle.h: New file.
13797         * modules/unicase/u8-totitle: New file.
13798
13799         Tests for module 'unicase/u32-tolower'.
13800         * modules/unicase/u32-tolower-tests: New file.
13801         * tests/unicase/test-u32-tolower.c: New file.
13802
13803         Tests for module 'unicase/u16-tolower'.
13804         * modules/unicase/u16-tolower-tests: New file.
13805         * tests/unicase/test-u16-tolower.c: New file.
13806
13807         Tests for module 'unicase/u8-tolower'.
13808         * modules/unicase/u8-tolower-tests: New file.
13809         * tests/unicase/test-u8-tolower.c: New file.
13810
13811         New module 'unicase/u32-tolower'.
13812         * lib/unicase/u32-tolower.c: New file.
13813         * modules/unicase/u32-tolower: New file.
13814
13815         New module 'unicase/u16-tolower'.
13816         * lib/unicase/u16-tolower.c: New file.
13817         * modules/unicase/u16-tolower: New file.
13818
13819         New module 'unicase/u8-tolower'.
13820         * lib/unicase/u8-tolower.c: New file.
13821         * modules/unicase/u8-tolower: New file.
13822
13823         Tests for module 'unicase/u32-toupper'.
13824         * modules/unicase/u32-toupper-tests: New file.
13825         * tests/unicase/test-u32-toupper.c: New file.
13826
13827         Tests for module 'unicase/u16-toupper'.
13828         * modules/unicase/u16-toupper-tests: New file.
13829         * tests/unicase/test-u16-toupper.c: New file.
13830
13831         Tests for module 'unicase/u8-toupper'.
13832         * modules/unicase/u8-toupper-tests: New file.
13833         * tests/unicase/test-u8-toupper.c: New file.
13834
13835         New module 'unicase/u32-toupper'.
13836         * lib/unicase/u32-toupper.c: New file.
13837         * modules/unicase/u32-toupper: New file.
13838
13839         New module 'unicase/u16-toupper'.
13840         * lib/unicase/u16-toupper.c: New file.
13841         * modules/unicase/u16-toupper: New file.
13842
13843         New module 'unicase/u8-toupper'.
13844         * lib/unicase/u8-toupper.c: New file.
13845         * modules/unicase/u8-toupper: New file.
13846
13847         New module 'unicase/u32-casemap'.
13848         * lib/unicase/u32-casemap.c: New file.
13849         * modules/unicase/u32-casemap: New file.
13850
13851         New module 'unicase/u16-casemap'.
13852         * lib/unicase/u16-casemap.c: New file.
13853         * modules/unicase/u16-casemap: New file.
13854
13855         New module 'unicase/u8-casemap'.
13856         * lib/unicase/unicasemap.h: New file.
13857         * lib/unicase/u8-casemap.c: New file.
13858         * lib/unicase/u-casemap.h: New file.
13859         * modules/unicase/u8-casemap: New file.
13860
13861         New module 'unicase/special-casing'.
13862         * lib/unicase/special-casing.h: New file.
13863         * lib/unicase/special-casing.c: New file.
13864         * lib/unicase/special-casing-table.gperf: New file, generated by
13865         gen-uni-tables.c.
13866         * modules/unicase/special-casing: New file.
13867
13868         Tests for module 'unicase/locale-language'.
13869         * modules/unicase/locale-language-tests: New file.
13870         * tests/unicase/test-locale-language.sh: New file.
13871         * tests/unicase/test-locale-language.c: New file.
13872
13873         New module 'unicase/locale-language'.
13874         * lib/unicase/locale-language.c: New file.
13875         * lib/unicase/locale-languages.gperf: New file.
13876         * modules/unicase/locale-language: New file.
13877
13878         Generate more tables for case conversion and case folding.
13879         * lib/gen-uni-tables.c (SCC_*): New enum items.
13880         (struct special_casing_rule): New type.
13881         (casing_rules, num_casing_rules, allocated_casing_rules): New
13882         variables.
13883         (add_casing_rule, fill_casing_rules): New functions.
13884         (struct casefold_rule): New type.
13885         (casefolding_rules, num_casefolding_rules,
13886         allocated_casefolding_rules): New variables.
13887         (fill_casefolding_rules): New function.
13888         (unicode_casefold): New variable.
13889         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
13890         sort_casing_rules, output_casing_rules): New functions.
13891         (main): Accept to more arguments: SpecialCasing.txt and
13892         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
13893         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
13894         Output mapping for casefolding.
13895
13896         * lib/unicase.h: Include stdbool.h, uninorm.h.
13897         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
13898         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
13899         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
13900         arguments.
13901         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
13902         resultp arguments.
13903         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
13904         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
13905         resultp arguments.
13906         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
13907         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
13908         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
13909         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
13910         declarations.
13911         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
13912
13913 2009-03-08  Bruno Haible  <bruno@clisp.org>
13914
13915         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13916         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
13917         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
13918         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13919
13920 2009-03-07  Bruno Haible  <bruno@clisp.org>
13921
13922         Adjust u*_normcmp, u*_normcoll API.
13923         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13924         u16_normcoll, u32_normcoll): Change failure conventions.
13925         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
13926         errno and return -1.
13927         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13928
13929 2009-03-07  Bruno Haible  <bruno@clisp.org>
13930
13931         Tests for module 'uninorm/u32-normcoll'.
13932         * modules/uninorm/u32-normcoll-tests: New file.
13933         * tests/uninorm/test-u32-normcoll.c: New file.
13934
13935         Tests for module 'uninorm/u16-normcoll'.
13936         * modules/uninorm/u16-normcoll-tests: New file.
13937         * tests/uninorm/test-u16-normcoll.c: New file.
13938
13939         Tests for module 'uninorm/u8-normcoll'.
13940         * modules/uninorm/u8-normcoll-tests: New file.
13941         * tests/uninorm/test-u8-normcoll.c: New file.
13942
13943 2009-03-07  Bruno Haible  <bruno@clisp.org>
13944
13945         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
13946         tests/uninorm/test-u32-normcmp.c.
13947         * tests/uninorm/test-u32-normcmp.c: Include it.
13948         (test_nonascii): New function, extracted from main. Add some more
13949         tests.
13950         (main): Invoke test_ascii and test_nonascii.
13951         * modules/uninorm/u32-normcmp-tests (Files): Add
13952         tests/uninorm/test-u32-normcmp.h.
13953         (Depends-on): Remove uninorm/u32-normcmp.
13954
13955         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
13956         tests/uninorm/test-u16-normcmp.c.
13957         * tests/uninorm/test-u16-normcmp.c: Include it.
13958         (test_nonascii): New function, extracted from main. Add some more
13959         tests.
13960         (main): Invoke test_ascii and test_nonascii.
13961         * modules/uninorm/u16-normcmp-tests (Files): Add
13962         tests/uninorm/test-u16-normcmp.h.
13963         (Depends-on): Remove uninorm/u16-normcmp.
13964
13965         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
13966         tests/uninorm/test-u8-normcmp.c.
13967         * tests/uninorm/test-u8-normcmp.c: Include it.
13968         (test_nonascii): New function, extracted from main. Add some more
13969         tests.
13970         (main): Invoke test_ascii and test_nonascii.
13971         * modules/uninorm/u8-normcmp-tests (Files): Add
13972         tests/uninorm/test-u8-normcmp.h.
13973         (Depends-on): Remove uninorm/u8-normcmp.
13974
13975 2009-03-07  Bruno Haible  <bruno@clisp.org>
13976
13977         New module 'uninorm/u32-normcoll'.
13978         * lib/uninorm/u32-normcoll.c: New file.
13979         * modules/uninorm/u32-normcoll: New file.
13980
13981         New module 'uninorm/u16-normcoll'.
13982         * lib/uninorm/u16-normcoll.c: New file.
13983         * modules/uninorm/u16-normcoll: New file.
13984
13985         New module 'uninorm/u8-normcoll'.
13986         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
13987         declarations.
13988         * lib/uninorm/u8-normcoll.c: New file.
13989         * lib/uninorm/u-normcoll.h: New file.
13990         * modules/uninorm/u8-normcoll: New file.
13991
13992         New module 'uninorm/u32-normxfrm'.
13993         * lib/uninorm/u32-normxfrm.c: New file.
13994         * modules/uninorm/u32-normxfrm: New file.
13995
13996         New module 'uninorm/u16-normxfrm'.
13997         * lib/uninorm/u16-normxfrm.c: New file.
13998         * modules/uninorm/u16-normxfrm: New file.
13999
14000         New module 'uninorm/u8-normxfrm'.
14001         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
14002         declarations.
14003         * lib/uninorm/u8-normxfrm.c: New file.
14004         * lib/uninorm/u-normxfrm.h: New file.
14005         * modules/uninorm/u8-normxfrm: New file.
14006
14007 2009-03-07  Bruno Haible  <bruno@clisp.org>
14008
14009         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
14010         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
14011         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
14012
14013 2009-03-07  Bruno Haible  <bruno@clisp.org>
14014
14015         New module 'memxfrm'.
14016         * lib/memxfrm.h: New file.
14017         * lib/memxfrm.c: New file.
14018         * modules/memxfrm: New file.
14019
14020 2009-03-07  Bruno Haible  <bruno@clisp.org>
14021
14022         New module 'memcmp2'.
14023         * lib/memcmp2.h: New file.
14024         * lib/memcmp2.c: New file.
14025         * modules/memcmp2: New file.
14026
14027 2009-03-07  Bruno Haible  <bruno@clisp.org>
14028
14029         Tests for module 'uninorm/decomposing-form'.
14030         * modules/uninorm/decomposing-form-tests: New file.
14031         * tests/uninorm/test-decomposing-form.c: New file.
14032
14033         New module 'uninorm/decomposing-form'.
14034         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
14035         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
14036         Add 'decomposing_variant' field.
14037         * lib/uninorm/decomposing-form.c: New file.
14038         * lib/uninorm/nfc.c (uninorm_nfc): Update.
14039         * lib/uninorm/nfd.c (uninorm_nfd): Update.
14040         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
14041         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
14042         * modules/uninorm/decomposing-form: New file.
14043         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
14044         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
14045
14046 2009-03-07  Bruno Haible  <bruno@clisp.org>
14047
14048         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
14049         strings.
14050
14051 2009-03-06  Bruno Haible  <bruno@clisp.org>
14052
14053         Tests for module 'uninorm/u32-normcmp'.
14054         * tests/uninorm/test-u32-normcmp.c: New file.
14055         * modules/uninorm/u32-normcmp-tests: New file.
14056
14057         Tests for module 'uninorm/u16-normcmp'.
14058         * tests/uninorm/test-u16-normcmp.c: New file.
14059         * modules/uninorm/u16-normcmp-tests: New file.
14060
14061         Tests for module 'uninorm/u8-normcmp'.
14062         * tests/uninorm/test-u8-normcmp.c: New file.
14063         * modules/uninorm/u8-normcmp-tests: New file.
14064
14065         New module 'uninorm/u32-normcmp'.
14066         * lib/uninorm/u32-normcmp.c: New file.
14067         * modules/uninorm/u32-normcmp: New file.
14068
14069         New module 'uninorm/u16-normcmp'.
14070         * lib/uninorm/u16-normcmp.c: New file.
14071         * modules/uninorm/u16-normcmp: New file.
14072
14073         New module 'uninorm/u8-normcmp'.
14074         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
14075         declarations.
14076         * lib/uninorm/u8-normcmp.c: New file.
14077         * lib/uninorm/u-normcmp.h: New file.
14078         * modules/uninorm/u8-normcmp: New file.
14079
14080 2009-03-06  Bruno Haible  <bruno@clisp.org>
14081
14082         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
14083         Reported by Eric Blake.
14084
14085 2009-03-06  Eric Blake  <ebb9@byu.net>
14086             Bruno Haible  <bruno@clisp.org>
14087
14088         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
14089         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
14090         condition.
14091         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
14092         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
14093         condition.
14094         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
14095
14096 2009-03-06  Eric Blake  <ebb9@byu.net>
14097
14098         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
14099         to avoid compiler warnings.
14100         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
14101
14102 2009-03-05  Bruno Haible  <bruno@clisp.org>
14103
14104         * tests/test-ftell.c (main): Disable test beyond end of file on
14105         FreeMiNT.
14106         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
14107
14108 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
14109
14110         * lib/filevercmp.c: Move hidden files up in ordering.
14111         * tests/test-filevercmp.c: Add tests for hidden files.
14112
14113 2009-03-04  Bruno Haible  <bruno@clisp.org>
14114
14115         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
14116         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
14117         AM_CFLAGS.
14118         Reported by Simon Josefsson.
14119
14120 2009-03-03  Bruno Haible  <bruno@clisp.org>
14121
14122         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
14123         Reported by Simon Josefsson.
14124
14125         * doc/ld-version-script.texi: Update node reference.
14126
14127 2009-03-03  Bruno Haible  <bruno@clisp.org>
14128
14129         * modules/visibility (License): Change to 'unlimited'.
14130         Suggested by Simon Josefsson.
14131
14132 2009-03-03  Jim Meyering  <meyering@redhat.com>
14133
14134         unlinkdir: cannot_unlink_dir may modify process state
14135         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
14136         it's neither thread-safe nor appropriate for use in a library.
14137
14138 2009-03-03  Eric Blake  <ebb9@byu.net>
14139
14140         test-closein: silence test under Darwin
14141         * tests/test-closein.sh: Ignore stderr from cat, since we don't
14142         care if it dies from EPIPE or EBADF.
14143
14144 2009-03-03  Bruno Haible  <bruno@clisp.org>
14145
14146         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
14147         earlier.
14148         * doc/visibility.texi: Fix @node and @section.
14149
14150 2009-03-03  Simon Josefsson  <simon@josefsson.org>
14151
14152         * doc/gnulib.texi: Link to sections for ld version script and
14153         visibility.
14154         * doc/visibility.texi: Add @node and @section.
14155         * modules/ld-version-script: New module.
14156         * m4/ld-version-script.m4: New file.
14157         * doc/ld-version-script.texi: New file.
14158
14159 2009-03-02  David Lutterkort  <lutter@redhat.com>
14160
14161         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
14162         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14163
14164 2009-03-02  Bruno Haible  <bruno@clisp.org>
14165
14166         * doc/visibility.texi: Mention libtool's -export-symbols option.
14167
14168 2009-03-02  Jim Meyering  <meyering@redhat.com>
14169
14170         announce-gen: new option: --no-print-checksums
14171         * build-aux/announce-gen (usage): Describe it.
14172         (print_checksums): Print a newline here, not in the [*] footnote.
14173         (main): Honor it.
14174
14175 2009-03-01  Bruno Haible  <bruno@clisp.org>
14176
14177         Use socklen_t in the native Windows replacements prototypes.
14178         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
14179         instead of 'int'.
14180         * lib/getsockopt.c (rpl_getsockopt): Likewise.
14181         * lib/setsockopt.c (rpl_setsockopt): Likewise.
14182         * modules/getsockopt (Depends-on): Add socklen.
14183         * modules/setsockopt (Depends-on): Add socklen.
14184
14185 2009-03-01  Bruno Haible  <bruno@clisp.org>
14186
14187         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
14188         least 4.2.
14189
14190 2009-03-01  Eric Blake  <ebb9@byu.net>
14191             Bruno Haible  <bruno@clisp.org>
14192
14193         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
14194         error messages.
14195         * lib/wait-process.c (wait_subprocess): Omit error message about
14196         deadly signal sent to the child of termsigp != NULL.
14197
14198 2009-03-01  Eric Blake  <ebb9@byu.net>
14199
14200         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
14201
14202 2009-03-01  Bruno Haible  <bruno@clisp.org>
14203
14204         Avoid a gcc warning.
14205         * tests/test-sched.c (b): Make global.
14206         Reported by Eric Blake.
14207
14208 2009-01-19  Martin Lambers  <marlam@marlam.de>
14209
14210         Provide POSIX semantics for socket timeout options on W32.
14211         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
14212         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
14213         * modules/setsockopt: Depend on sys_time module for struct timeval.
14214         * modules/getsockopt: Depend on sys_time module for struct timeval.
14215
14216 2009-03-01  Simon Josefsson  <simon@josefsson.org>
14217
14218         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
14219         __USE_GNU, for consistency with netdb.in.h.
14220         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14221
14222 2009-03-01  Bruno Haible  <bruno@clisp.org>
14223
14224         More support for FreeMiNT.
14225         * lib/fseeko.c (rpl_fseeko): Complete last commit.
14226         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14227
14228 2009-03-01  Bruno Haible  <bruno@clisp.org>
14229
14230         More support for FreeMiNT.
14231         * lib/fpurge.c (fpurge): Correct last commit.
14232         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14233
14234 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14235
14236         Fix unportable awk script in vc-list-files.
14237         * build-aux/vc-list-files: In the replacement awk script, use
14238         substr with a second argument of 1, not zero.
14239         Report by Simon Josefsson.
14240
14241 2009-02-28  Bruno Haible  <bruno@clisp.org>
14242
14243         More support for FreeMiNT.
14244         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
14245         to FreeMiNT today.
14246         * lib/fwriting.c (fwriting): Likewise.
14247         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
14248
14249 2009-02-28  Bruno Haible  <bruno@clisp.org>
14250
14251         * tests/test-freadseek.c (main): Disable test beyond end of file on
14252         FreeMiNT.
14253         * tests/test-ftello.c (main): Likewise.
14254         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
14255
14256 2009-02-28  Bruno Haible  <bruno@clisp.org>
14257
14258         Add tentative support for FreeMiNT.
14259         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
14260         * lib/fpurge.c (fpurge): Likewise.
14261         * lib/freadable.c (freadable): Likewise.
14262         * lib/freading.c (freading): Likewise.
14263         * lib/freadptr.c (freadptr): Likewise.
14264         * lib/freadseek.c (freadptrinc): Likewise.
14265         * lib/fseeko.c (rpl_fseeko): Likewise.
14266         * lib/fseterr.c (fseterr): Likewise.
14267         * lib/fwritable.c (fwritable): Likewise.
14268         * lib/fwriting.c (fwriting): Likewise.
14269         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
14270         Hourihane.
14271         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14272
14273 2009-02-28  Bruno Haible  <bruno@clisp.org>
14274
14275         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
14276         SIGCHLD.
14277         Reported by Jim Meyering.
14278
14279 2009-02-28  Bruno Haible  <bruno@clisp.org>
14280
14281         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
14282         Mention the results of these tests on various platforms.
14283         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
14284         order.
14285         * doc/posix-functions/printf.texi: Likewise.
14286         * doc/posix-functions/snprintf.texi: Likewise.
14287         * doc/posix-functions/sprintf.texi: Likewise.
14288         * doc/posix-functions/vfprintf.texi: Likewise.
14289         * doc/posix-functions/vprintf.texi: Likewise.
14290         * doc/posix-functions/vsnprintf.texi: Likewise.
14291         * doc/posix-functions/vsprintf.texi: Likewise.
14292         * doc/glibc-functions/obstack_printf.texi: Likewise.
14293         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
14294
14295 2009-02-28  Bruno Haible  <bruno@clisp.org>
14296
14297         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
14298         Reported by Loïc Minier <lool@dooz.org>.
14299
14300 2009-02-27  Bruno Haible  <bruno@clisp.org>
14301
14302         * gnulib-tool (func_import): Make the sed expression used to create the
14303         sed script for updating the .gitignore file POSIX compliant.
14304         Reported by Eric Blake.
14305
14306 2009-02-27  Bruno Haible  <bruno@clisp.org>
14307
14308         * gnulib-tool (sed): Don't alias as "sed --posix".
14309         Reported by Eric Blake.
14310
14311 2009-02-27  Bruno Haible  <bruno@clisp.org>
14312
14313         Avoid test link errors.
14314         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
14315         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
14316         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
14317         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
14318         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14319
14320 2009-02-27  Bruno Haible  <bruno@clisp.org>
14321
14322         Avoid spurious "(cached)" in configure output.
14323         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
14324         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
14325         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14326         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14327         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14328         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
14329         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14330         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
14331         Reported by Eric Blake.
14332
14333 2009-02-27  Eric Blake  <ebb9@byu.net>
14334
14335         printf: fix regression in previous patch
14336         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
14337
14338 2009-02-27  Bruno Haible  <bruno@clisp.org>
14339
14340         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
14341         value.
14342         * lib/stdint.in.h: Likewise.
14343         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
14344
14345 2009-02-27  Eric Blake  <ebb9@byu.net>
14346
14347         doc: mention more functions added in cygwin 1.7.0
14348         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
14349         addition.
14350         * doc/posix-functions/open_wmemstream.texi: Likewise.
14351         * doc/posix-functions/wcsnlen.texi: Likewise.
14352         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14353         * doc/posix-functions/wcstod.texi: Likewise.
14354         * doc/posix-functions/wcstof.texi: Likewise.
14355         * doc/posix-functions/wcstoimax.texi: Likewise.
14356         * doc/posix-functions/wcstok.texi: Likewise.
14357         * doc/posix-functions/wcstoumax.texi: Likewise.
14358
14359         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
14360         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
14361         * doc/posix-functions/fprintf.texi: Update.
14362         * doc/posix-functions/printf.texi: Update.
14363         * doc/posix-functions/snprintf.texi: Update.
14364         * doc/posix-functions/sprintf.texi: Update.
14365         * doc/posix-functions/vfprintf.texi: Update.
14366         * doc/posix-functions/vprintf.texi: Update.
14367         * doc/posix-functions/vsnprintf.texi: Update.
14368         * doc/posix-functions/vsprintf.texi: Update.
14369         * doc/glibc-functions/obstack_printf.texi: Update.
14370         * doc/glibc-functions/obstack_vprintf.texi: Update.
14371
14372 2009-02-26  Eric Blake  <ebb9@byu.net>
14373
14374         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
14375         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
14376         compilation bug by using runtime conversion.
14377         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
14378         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
14379         * modules/ceill-tests (Files): Use nan.h.
14380         * modules/floorl-tests (Files): Likewise.
14381         * modules/frexpl-tests (Files): Likewise.
14382         * modules/isnanl-tests (Files): Likewise.
14383         * modules/ldexpl-tests (Files): Likewise.
14384         * modules/roundl-tests (Files): Likewise.
14385         * modules/truncl-tests (Files): Likewise.
14386         * tests/test-ceill.c (main): Use a working NaN.
14387         * tests/test-floorl.c (main): Likewise.
14388         * tests/test-frexpl.c (main): Likewise.
14389         * tests/test-isnan.c (test_long_double): Likewise.
14390         * tests/test-isnanl.h (main): Likewise.
14391         * tests/test-ldexpl.h (main): Likewise.
14392         * tests/test-roundl.h (main): Likewise.
14393         * tests/test-truncl.h (main): Likewise.
14394         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
14395
14396 2009-02-26  Eric Blake  <ebb9@byu.net>
14397             Bruno Haible  <bruno@clisp.org>
14398
14399         Work around a *printf bug with %ls on Solaris.
14400         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
14401         precision is specified, sprintf stops converting the wide string
14402         argument when the number of bytes that have been produced by this
14403         conversion equals or exceeds the precision.
14404         * doc/posix-functions/fprintf.texi: Update.
14405         * doc/posix-functions/printf.texi: Update.
14406         * doc/posix-functions/snprintf.texi: Update.
14407         * doc/posix-functions/sprintf.texi: Update.
14408         * doc/posix-functions/vfprintf.texi: Update.
14409         * doc/posix-functions/vprintf.texi: Update.
14410         * doc/posix-functions/vsnprintf.texi: Update.
14411         * doc/posix-functions/vsprintf.texi: Update.
14412         * doc/glibc-functions/obstack_printf.texi: Update.
14413         * doc/glibc-functions/obstack_vprintf.texi: Update.
14414
14415 2009-02-26  Eric Blake  <ebb9@byu.net>
14416
14417         stdlib: favor compiler check of random.h
14418         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
14419         to avoid an ObjC random.h installed by Swarm.
14420
14421 2009-02-26  Bruno Haible  <bruno@clisp.org>
14422
14423         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
14424         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
14425         Reported by Gary V. Vaughan <gary@gnu.org>.
14426
14427 2009-02-26  Bruno Haible  <bruno@clisp.org>
14428
14429         Fix *printf behaviour regarding the %ls directive.
14430         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
14431         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
14432         NEED_PRINTF_DIRECTIVE_LS.
14433         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
14434         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14435         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14436         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
14437         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
14438         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
14439         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
14440         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14441         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14442         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14443         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14444         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
14445         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14446         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14447         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14448         * doc/posix-functions/fprintf.texi: Update.
14449         * doc/posix-functions/printf.texi: Update.
14450         * doc/posix-functions/snprintf.texi: Update.
14451         * doc/posix-functions/sprintf.texi: Update.
14452         * doc/posix-functions/vfprintf.texi: Update.
14453         * doc/posix-functions/vprintf.texi: Update.
14454         * doc/posix-functions/vsnprintf.texi: Update.
14455         * doc/posix-functions/vsprintf.texi: Update.
14456         * doc/glibc-functions/obstack_printf.texi: Update.
14457         * doc/glibc-functions/obstack_vprintf.texi: Update.
14458         Reported by Eric Blake.
14459
14460 2009-02-25  Bruno Haible  <bruno@clisp.org>
14461
14462         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
14463         with known value.
14464         Reported by Gary V. Vaughan <gary@gnu.org>.
14465
14466 2009-02-25  Bruno Haible  <bruno@clisp.org>
14467
14468         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
14469         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
14470         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
14471         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
14472         Reported by Gary V. Vaughan <gary@gnu.org>.
14473
14474 2009-02-25  Bruno Haible  <bruno@clisp.org>
14475
14476         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
14477         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
14478         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
14479         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
14480         Reported by Gary V. Vaughan <gary@gnu.org>.
14481
14482 2009-02-25  Eric Blake  <ebb9@byu.net>
14483
14484         tests: skip fseek/ftell tests if ungetc is broken
14485         * m4/ungetc.m4: New file.
14486         * modules/fseek-tests: Split test, so ungetc dependency is
14487         separate from rest of test.
14488         * modules/fseeko-tests: Likewise.
14489         * modules/ftell-tests: Likewise.
14490         * modules/ftello-tests: Likewise.
14491         * tests/test-fseek.c (main): Isolate ungetc dependency.
14492         * tests/test-fseeko.c (main): Likewise.
14493         * tests/test-ftell.c (main): Likewise.
14494         * tests/test-ftello.c (main): Likewise.
14495         * tests/test-fseek2.sh: New file.
14496         * tests/test-fseeko2.sh: Likewise.
14497         * tests/test-ftell2.sh: Likewise.
14498         * tests/test-ftello2.sh: Likewise.
14499
14500 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
14501
14502         test-getaddrinfo: fix usage of skip return code 77
14503         * tests/test-gettaddrinfo.c: Return skip code 77 only
14504         for first occurance of skip (4x77 is not 77)
14505
14506 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
14507
14508         strtod: avoid C99 decl-after-statement
14509         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
14510
14511 2009-02-24  Eric Blake  <ebb9@byu.net>
14512
14513         strtod: detect HP-UX 11.31 bug
14514         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
14515         Reported by Gary V. Vaughan.
14516
14517 2009-02-23  Bruno Haible  <bruno@clisp.org>
14518
14519         Fix invalid read past end of memory block.
14520         * lib/vasnprintf.c (DCHAR_SET): Define.
14521         (local_wcslen): Define only when needed.
14522         (local_strnlen, local_wcsnlen): New functions.
14523         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
14524         directives that involve a conversion ourselves.
14525         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
14526         wcsnlen, mbrtowc, wcrtomb.
14527         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
14528         * tests/test-vasprintf-posix.c (test_function): Likewise.
14529         * tests/test-snprintf-posix.h (test_function): Likewise.
14530         * tests/test-sprintf-posix.h (test_function): Likewise.
14531         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14532
14533 2009-02-22  Bruno Haible  <bruno@clisp.org>
14534
14535         Implement new clarified decomposition of Hangul syllables.
14536         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
14537         of type LTV, return only a pairwise decomposition.
14538         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
14539         Likewise.
14540         * tests/uninorm/test-decomposition.c (main): Updated expected result.
14541         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
14542         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
14543
14544 2009-02-22  Bruno Haible  <bruno@clisp.org>
14545
14546         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
14547         zero-length results and shrink excess allocated memory.
14548         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
14549         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
14550         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
14551         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
14552         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
14553         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
14554         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
14555         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
14556         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
14557         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
14558         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
14559         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
14560
14561 2009-02-21  Bruno Haible  <bruno@clisp.org>
14562
14563         * doc/gnulib.texi: Include safe-alloc.texi earlier.
14564         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
14565         spaces after a period. Put a space between a macro name and its
14566         argument list. Trivial rewordings.
14567         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
14568         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
14569         (main): Return 0 explicitly.
14570
14571 2009-02-21  Bruno Haible  <bruno@clisp.org>
14572
14573         Tests for module 'uninorm/filter'.
14574         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
14575         * modules/uninorm/filter-tests: New file.
14576
14577         New module 'uninorm/filter'.
14578         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
14579         uninorm_filter_flush, uninorm_filter_free): New declarations.
14580         * lib/uninorm/uninorm-filter.c: New file.
14581         * modules/uninorm/filter: New file.
14582
14583 2009-02-21  Bruno Haible  <bruno@clisp.org>
14584
14585         Tests for module 'uninorm/nfkc'.
14586         * tests/uninorm/test-nfkc.c: New file.
14587         * tests/uninorm/test-u8-nfkc.c: New file.
14588         * tests/uninorm/test-u16-nfkc.c: New file.
14589         * tests/uninorm/test-u32-nfkc.c: New file.
14590         * tests/uninorm/test-u32-nfkc-big.sh: New file.
14591         * tests/uninorm/test-u32-nfkc-big.c: New file.
14592         * modules/uninorm/nfkc-tests: New file.
14593
14594         New module 'uninorm/nfkc'.
14595         * lib/uninorm/nfkc.c: New file.
14596         * modules/uninorm/nfkc: New file.
14597
14598         Tests for module 'uninorm/nfkd'.
14599         * tests/uninorm/test-nfkd.c: New file.
14600         * tests/uninorm/test-u8-nfkd.c: New file.
14601         * tests/uninorm/test-u16-nfkd.c: New file.
14602         * tests/uninorm/test-u32-nfkd.c: New file.
14603         * tests/uninorm/test-u32-nfkd-big.sh: New file.
14604         * tests/uninorm/test-u32-nfkd-big.c: New file.
14605         * modules/uninorm/nfkd-tests: New file.
14606
14607         New module 'uninorm/nfkd'.
14608         * lib/uninorm/nfkd.c: New file.
14609         * modules/uninorm/nfkd: New file.
14610
14611         Tests for module 'uninorm/nfc'.
14612         * tests/uninorm/test-nfc.c: New file.
14613         * tests/uninorm/test-u8-nfc.c: New file.
14614         * tests/uninorm/test-u16-nfc.c: New file.
14615         * tests/uninorm/test-u32-nfc.c: New file.
14616         * tests/uninorm/test-u32-nfc-big.sh: New file.
14617         * tests/uninorm/test-u32-nfc-big.c: New file.
14618         * modules/uninorm/nfc-tests: New file.
14619
14620         New module 'uninorm/nfc'.
14621         * lib/uninorm/nfc.c: New file.
14622         * modules/uninorm/nfc: New file.
14623
14624         Tests for module 'uninorm/nfd'.
14625         * tests/uninorm/test-nfd.c: New file.
14626         * tests/uninorm/test-u8-nfd.c: New file.
14627         * tests/uninorm/test-u16-nfd.c: New file.
14628         * tests/uninorm/test-u32-nfd.c: New file.
14629         * tests/uninorm/test-u32-nfd-big.sh: New file.
14630         * tests/uninorm/test-u32-nfd-big.c: New file.
14631         * tests/uninorm/test-u32-normalize-big.h: New file.
14632         * tests/uninorm/test-u32-normalize-big.c: New file.
14633         * tests/uninorm/NormalizationTest.txt: New file, created from
14634         Unicode 5.1.0 NormalizationTest.txt.
14635         * modules/uninorm/nfd-tests: New file.
14636
14637         New module 'uninorm/nfd'.
14638         * lib/uninorm/nfd.c: New file.
14639         * modules/uninorm/nfd: New file.
14640
14641         New module 'uninorm/u32-normalize'.
14642         * lib/uninorm/u32-normalize.c: New file.
14643         * modules/uninorm/u32-normalize: New file.
14644
14645         New module 'uninorm/u16-normalize'.
14646         * lib/uninorm/u16-normalize.c: New file.
14647         * modules/uninorm/u16-normalize: New file.
14648
14649         New module 'uninorm/u8-normalize'.
14650         * lib/uninorm/u8-normalize.c: New file.
14651         * lib/uninorm/normalize-internal.h: New file.
14652         * lib/uninorm/u-normalize-internal.h: New file.
14653         * modules/uninorm/u8-normalize: New file.
14654
14655         New module 'uninorm/decompose-internal'.
14656         * lib/uninorm/decompose-internal.c: New file.
14657         * modules/uninorm/decompose-internal: New file.
14658
14659         Tests for module 'uninorm/composition'.
14660         * tests/uninorm/test-composition.c: New file.
14661         * modules/uninorm/composition-tests: New file.
14662
14663         New module 'uninorm/composition'.
14664         * lib/uninorm/composition.c: New file.
14665         * lib/uninorm/composition-table.gperf: New file, generated by
14666         gen-uni-tables.
14667         * modules/uninorm/composition: New file.
14668
14669         Tests for module 'uninorm/compat-decomposition'.
14670         * tests/uninorm/test-compat-decomposition.c: New file.
14671         * modules/uninorm/compat-decomposition-tests: New file.
14672
14673         New module 'uninorm/compat-decomposition'.
14674         * lib/uninorm/decompose-internal.h: New file.
14675         * lib/uninorm/compat-decomposition.c: New file.
14676         * modules/uninorm/compat-decomposition: New file.
14677
14678         Tests for module 'uninorm/canonical-decomposition'.
14679         * tests/uninorm/test-canonical-decomposition.c: New file.
14680         * modules/uninorm/canonical-decomposition-tests: New file.
14681
14682         New module 'uninorm/canonical-decomposition'.
14683         * lib/uninorm/canonical-decomposition.c: New file.
14684         * modules/uninorm/canonical-decomposition: New file.
14685
14686         Tests for module 'uninorm/decomposition'.
14687         * tests/uninorm/test-decomposition.c: New file.
14688         * modules/uninorm/decomposition-tests: New file.
14689
14690         New module 'uninorm/decomposition'.
14691         * lib/uninorm/decomposition.c: New file.
14692         * modules/uninorm/decomposition: New file.
14693
14694         New module 'uninorm/decomposition-table'.
14695         * lib/uninorm/decomposition-table.h: New file.
14696         * lib/uninorm/decomposition-table.c: New file.
14697         * lib/uninorm/decomposition-table1.h: New file, generated by
14698         gen-uni-tables.
14699         * lib/uninorm/decomposition-table2.h: New file, generated by
14700         gen-uni-tables.
14701         * modules/uninorm/decomposition-table: New file.
14702
14703         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
14704         (UC_DECOMP_*): New enumeration items.
14705         (get_decomposition): New function.
14706         (struct decomp_table): New type.
14707         (output_decomposition, output_decomposition_tables): New functions.
14708         (unicode_composition_exclusions): New variable.
14709         (fill_composition_exclusions, debug_output_composition_tables): New
14710         functions.
14711         (main): Accept one more argument. Invoke fill_composition_exclusions.
14712         Output decomposition and composition tables.
14713
14714         New module 'uninorm/base'.
14715         * lib/uninorm.h: New file.
14716         * lib/unictype.h: Update comment.
14717         * modules/uninorm/base: New file.
14718
14719 2009-02-21  David Lutterkort  <lutter@redhat.com>
14720
14721         Tests for module 'safe-alloc'.
14722         * tests/test-safe-alloc.c: New file.
14723         * modules/safe-alloc-tests: New file.
14724
14725         New module 'safe-alloc'.
14726         * lib/safe-alloc.h: New file.
14727         * lib/safe-alloc.c: New file.
14728         * m4/safe-alloc.m4: New file.
14729         * modules/safe-alloc: New file.
14730         * doc/safe-alloc.texi: New file.
14731         * doc/gnulib.texi: Include it.
14732         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
14733         safe-alloc.
14734
14735 2009-02-18  Bruno Haible  <bruno@clisp.org>
14736
14737         Fix link error on non-glibc systems.
14738         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
14739         variable.
14740         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14741
14742 2009-02-18  Jim Meyering  <meyering@redhat.com>
14743
14744         fts: avoid used-uninitialized error due to recent change
14745         * lib/fts.c (fts_read): Guard uses of the new member,
14746         parent->fts_n_dirs_remaining, since it's not relevant for
14747         the parent of a directory specified on the command-line.
14748
14749 2009-02-17  James Youngman  <jay@gnu.org>
14750             Bruno Haible  <bruno@clisp.org>
14751
14752         * m4/include_next.m4: Reformulate comment.
14753
14754 2009-02-16  Jim Meyering  <meyering@redhat.com>
14755
14756         fts: add #if guards so that the fts_lgpl module still builds
14757         * lib/fts.c: Guard just-added hash-table-using parts with
14758         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
14759         Reported by Simon Josefsson.
14760
14761 2009-02-15  Bruno Haible  <bruno@clisp.org>
14762
14763         * modules/array-mergesort-tests: New file.
14764         * tests/test-array-mergesort.c: New file.
14765
14766         New module 'array-mergesort'.
14767         * modules/array-mergesort: New file.
14768         * lib/array-mergesort.h: New file.
14769
14770 2009-02-15  Bruno Haible  <bruno@clisp.org>
14771
14772         Fix 2009-02-07 commit.
14773         * lib/gen-uni-tables.c (output_predicate, output_category,
14774         output_combclass, output_bidi_category, output_decimal_digit,
14775         output_digit, output_numeric, output_mirror, output_scripts,
14776         output_ident_category, output_simple_mapping): Fix format directives.
14777         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
14778
14779 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
14780
14781         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
14782         fixes are available from IBM.
14783
14784 2009-02-13  Jim Meyering  <meyering@redhat.com>
14785
14786         fts: arrange not to stat non-directories in more cases
14787         This makes GNU find (when it doesn't need to stat each file)
14788         *much* more efficient at traversing reiserfs file systems.
14789         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
14790         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
14791         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
14792         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
14793         (leaf_optimization_applies): New function.
14794         (LCO_hash, LCO_compare): New helper functions.
14795         (link_count_optimize_ok): New function.
14796         (fts_stat): Initialize new member (if dir).
14797         (fts_read): Decrement parent's fts_n_dirs_remaining count if
14798         we've just stat'ed a directory.  Skip the stat call when possible.
14799         ---
14800         Note this AFS-related exchange:
14801         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
14802         and note find's pioctl call in find/fstype.c.
14803         But that is necessary only if you want to enable the
14804         optimization for AFS, and for now, I don't.
14805
14806         fts: move a function definition "up" (no semantic change)
14807         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
14808         "up" to precede upcoming use of a related function.
14809
14810 2009-02-11  Jim Meyering  <meyering@redhat.com>
14811
14812         fts: correct internal computation of nlinks (optimization-related)
14813         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
14814         whether the current entry is a directory, so don't test it.
14815
14816 2009-02-10  Bruno Haible  <bruno@clisp.org>
14817
14818         Tests for module 'uniwbrk/ulc-wordbreaks'.
14819         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
14820         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
14821         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
14822
14823         Tests for module 'uniwbrk/u32-wordbreaks'.
14824         * modules/uniwbrk/u32-wordbreaks-tests: New file.
14825         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
14826
14827         Tests for module 'uniwbrk/u16-wordbreaks'.
14828         * modules/uniwbrk/u16-wordbreaks-tests: New file.
14829         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
14830
14831         Tests for module 'uniwbrk/u8-wordbreaks'.
14832         * modules/uniwbrk/u8-wordbreaks-tests: New file.
14833         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
14834
14835 2009-02-10  Bruno Haible  <bruno@clisp.org>
14836
14837         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
14838         property.
14839         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
14840         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
14841         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
14842
14843 2009-02-10  Simon Josefsson  <simon@josefsson.org>
14844
14845         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
14846         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
14847
14848 2009-02-10  Bruno Haible  <bruno@clisp.org>
14849
14850         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
14851         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
14852         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
14853         * lib/unilbrk/u8-possible-linebreaks.c: Update.
14854         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
14855         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
14856
14857 2009-02-09  Simon Josefsson  <simon@josefsson.org>
14858
14859         * lib/sockets.h (gl_fd_to_handle): New function.
14860
14861         * tests/test-sockets.c: Call gl_fd_to_handle.
14862
14863 2009-02-09  Bruno Haible  <bruno@clisp.org>
14864
14865         * doc/havelib.texi: Document the conventions on bi-arch systems.
14866
14867 2009-02-08  Bruno Haible  <bruno@clisp.org>
14868
14869         Document the AC_LIB_LINKFLAGS macro.
14870         * doc/havelib.texi: New file, mostly written on 2005-05-24.
14871         * doc/gnulib.texi: Include it.
14872
14873 2009-02-08  Bruno Haible  <bruno@clisp.org>
14874
14875         Fix wrong order of sections, compared to TOC.
14876         * doc/gnulib.texi: Include relocatable-maint.texi after the
14877         "Regular expressions" node, not before.
14878
14879 2009-02-08  Bruno Haible  <bruno@clisp.org>
14880
14881         Tests for module 'unicase/totitle'.
14882         * modules/unicase/totitle-tests: New file.
14883
14884         Tests for module 'unicase/tolower'.
14885         * modules/unicase/tolower-tests: New file.
14886
14887         Tests for module 'unicase/toupper'.
14888         * modules/unicase/toupper-tests: New file.
14889         * tests/unicase/test-mapping-part1.h: New file.
14890         * tests/unicase/test-mapping-part2.h: New file.
14891
14892         New module 'unicase/totitle'.
14893         * modules/unicase/totitle: New file.
14894         * lib/unicase/totitle.c: New file.
14895
14896         New module 'unicase/tolower'.
14897         * modules/unicase/tolower: New file.
14898         * lib/unicase/tolower.c: New file.
14899
14900         New module 'unicase/toupper'.
14901         * modules/unicase/toupper: New file.
14902         * lib/unicase/toupper.c: New file.
14903         * lib/unicase/simple-mapping.h: New file.
14904
14905         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
14906         (mapping_table): New structure.
14907         (output_simple_mapping): New function.
14908         (main): Invoke output_simple_mapping_test and output_simple_mapping.
14909         * modules/gen-uni-tables (Description): Update.
14910         * lib/unicase/toupper.h: New file, automatically generated by
14911         gen-uni-tables.
14912         * lib/unicase/tolower.h: New file, automatically generated by
14913         gen-uni-tables.
14914         * lib/unicase/totitle.h: New file, automatically generated by
14915         gen-uni-tables.
14916         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
14917         gen-uni-tables.
14918         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
14919         gen-uni-tables.
14920         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
14921         gen-uni-tables.
14922
14923         New module 'unicase/base'.
14924         * modules/unicase/base: New file.
14925         * lib/unicase.h: New file.
14926
14927 2009-02-08  Bruno Haible  <bruno@clisp.org>
14928
14929         New module 'uniwbrk/ulc-wordbreaks'.
14930         * modules/uniwbrk/ulc-wordbreaks: New file.
14931         * lib/uniwbrk/ulc-wordbreaks.c: New file.
14932
14933         New module 'uniwbrk/u32-wordbreaks'.
14934         * modules/uniwbrk/u32-wordbreaks: New file.
14935         * lib/uniwbrk/u32-wordbreaks.c: New file.
14936
14937         New module 'uniwbrk/u16-wordbreaks'.
14938         * modules/uniwbrk/u16-wordbreaks: New file.
14939         * lib/uniwbrk/u16-wordbreaks.c: New file.
14940
14941         New module 'uniwbrk/u8-wordbreaks'.
14942         * modules/uniwbrk/u8-wordbreaks: New file.
14943         * lib/uniwbrk/u8-wordbreaks.c: New file.
14944         * lib/uniwbrk/u-wordbreaks.h: New file.
14945
14946         New module 'uniwbrk/table'.
14947         * modules/uniwbrk/table: New file.
14948         * lib/uniwbrk/wbrktable.h: New file.
14949         * lib/uniwbrk/wbrktable.c: New file.
14950
14951         New module 'uniwbrk/wordbreak-property'.
14952         * modules/uniwbrk/wordbreak-property: New file.
14953         * lib/uniwbrk/wordbreak-property.c: New file.
14954
14955         * lib/gen-uni-tables.c (WBP_*): New enum items.
14956         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
14957         (unicode_org_wbp): New variable.
14958         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
14959         New functions.
14960         (wbp_table): New structure.
14961         (output_wbp, output_wbrk_tables): New functions.
14962         (main): Accept additional argument. Invoke fill_org_wbp,
14963         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
14964         output_wbrk_tables.
14965         * modules/gen-uni-tables (Description): Update.
14966         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
14967         gen-uni-tables.
14968
14969         New module 'uniwbrk/base'.
14970         * modules/uniwbrk/base: New file.
14971         * lib/uniwbrk.h: New file.
14972
14973 2009-02-08  Bruno Haible  <bruno@clisp.org>
14974
14975         Update to Unicode 5.1.0.
14976         * lib/gen-uni-tables.c (is_property_alphabetic): Include
14977         U+2185..U+2188.
14978         (is_property_default_ignorable_code_point): Don't include characters
14979         of category Cc or Cs and not-a-characters.
14980         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
14981         U+0D79, U+109E, U+109F, U+A60C.
14982         * lib/unictype/bidi_of.h: Regenerated.
14983         * lib/unictype/blocks.h: Regenerated.
14984         * lib/unictype/categ_C.h: Regenerated.
14985         * lib/unictype/categ_Cf.h: Regenerated.
14986         * lib/unictype/categ_Cn.h: Regenerated.
14987         * lib/unictype/categ_L.h: Regenerated.
14988         * lib/unictype/categ_Ll.h: Regenerated.
14989         * lib/unictype/categ_Lm.h: Regenerated.
14990         * lib/unictype/categ_Lo.h: Regenerated.
14991         * lib/unictype/categ_Lu.h: Regenerated.
14992         * lib/unictype/categ_M.h: Regenerated.
14993         * lib/unictype/categ_Mc.h: Regenerated.
14994         * lib/unictype/categ_Me.h: Regenerated.
14995         * lib/unictype/categ_Mn.h: Regenerated.
14996         * lib/unictype/categ_N.h: Regenerated.
14997         * lib/unictype/categ_Nd.h: Regenerated.
14998         * lib/unictype/categ_Nl.h: Regenerated.
14999         * lib/unictype/categ_No.h: Regenerated.
15000         * lib/unictype/categ_P.h: Regenerated.
15001         * lib/unictype/categ_Pd.h: Regenerated.
15002         * lib/unictype/categ_Pe.h: Regenerated.
15003         * lib/unictype/categ_Pf.h: Regenerated.
15004         * lib/unictype/categ_Pi.h: Regenerated.
15005         * lib/unictype/categ_Po.h: Regenerated.
15006         * lib/unictype/categ_Ps.h: Regenerated.
15007         * lib/unictype/categ_S.h: Regenerated.
15008         * lib/unictype/categ_Sk.h: Regenerated.
15009         * lib/unictype/categ_Sm.h: Regenerated.
15010         * lib/unictype/categ_So.h: Regenerated.
15011         * lib/unictype/categ_of.h: Regenerated.
15012         * lib/unictype/combining.h: Regenerated.
15013         * lib/unictype/ctype_alnum.h: Regenerated.
15014         * lib/unictype/ctype_alpha.h: Regenerated.
15015         * lib/unictype/ctype_graph.h: Regenerated.
15016         * lib/unictype/ctype_lower.h: Regenerated.
15017         * lib/unictype/ctype_print.h: Regenerated.
15018         * lib/unictype/ctype_punct.h: Regenerated.
15019         * lib/unictype/ctype_upper.h: Regenerated.
15020         * lib/unictype/decdigit.h: Regenerated.
15021         * lib/unictype/digit.h: Regenerated.
15022         * lib/unictype/mirror.h: Regenerated.
15023         * lib/unictype/numeric.h: Regenerated.
15024         * lib/unictype/pr_alphabetic.h: Regenerated.
15025         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
15026         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
15027         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
15028         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
15029         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
15030         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
15031         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
15032         * lib/unictype/pr_combining.h: Regenerated.
15033         * lib/unictype/pr_dash.h: Regenerated.
15034         * lib/unictype/pr_decimal_digit.h: Regenerated.
15035         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
15036         * lib/unictype/pr_deprecated.h: Regenerated.
15037         * lib/unictype/pr_diacritic.h: Regenerated.
15038         * lib/unictype/pr_extender.h: Regenerated.
15039         * lib/unictype/pr_format_control.h: Regenerated.
15040         * lib/unictype/pr_grapheme_base.h: Regenerated.
15041         * lib/unictype/pr_grapheme_extend.h: Regenerated.
15042         * lib/unictype/pr_grapheme_link.h: Regenerated.
15043         * lib/unictype/pr_id_continue.h: Regenerated.
15044         * lib/unictype/pr_id_start.h: Regenerated.
15045         * lib/unictype/pr_ideographic.h: Regenerated.
15046         * lib/unictype/pr_ignorable_control.h: Regenerated.
15047         * lib/unictype/pr_lowercase.h: Regenerated.
15048         * lib/unictype/pr_math.h: Regenerated.
15049         * lib/unictype/pr_numeric.h: Regenerated.
15050         * lib/unictype/pr_other_alphabetic.h: Regenerated.
15051         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
15052         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
15053         * lib/unictype/pr_other_id_continue.h: Regenerated.
15054         * lib/unictype/pr_other_lowercase.h: Regenerated.
15055         * lib/unictype/pr_other_math.h: Regenerated.
15056         * lib/unictype/pr_punctuation.h: Regenerated.
15057         * lib/unictype/pr_sentence_terminal.h: Regenerated.
15058         * lib/unictype/pr_soft_dotted.h: Regenerated.
15059         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
15060         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
15061         * lib/unictype/pr_unified_ideograph.h: Regenerated.
15062         * lib/unictype/pr_uppercase.h: Regenerated.
15063         * lib/unictype/pr_xid_continue.h: Regenerated.
15064         * lib/unictype/pr_xid_start.h: Regenerated.
15065         * lib/unictype/pr_zero_width.h: Regenerated.
15066         * lib/unictype/scripts.h: Regenerated.
15067         * lib/unictype/scripts_byname.gperf: Regenerated.
15068         * lib/unictype/sy_java_ident.h: Regenerated.
15069         * lib/unilbrk/lbrkprop1.h: Regenerated.
15070         * lib/unilbrk/lbrkprop2.h: Regenerated.
15071         * tests/unictype/test-categ_C.c: Regenerated.
15072         * tests/unictype/test-categ_Cf.c: Regenerated.
15073         * tests/unictype/test-categ_Cn.c: Regenerated.
15074         * tests/unictype/test-categ_L.c: Regenerated.
15075         * tests/unictype/test-categ_Ll.c: Regenerated.
15076         * tests/unictype/test-categ_Lm.c: Regenerated.
15077         * tests/unictype/test-categ_Lo.c: Regenerated.
15078         * tests/unictype/test-categ_Lu.c: Regenerated.
15079         * tests/unictype/test-categ_M.c: Regenerated.
15080         * tests/unictype/test-categ_Mc.c: Regenerated.
15081         * tests/unictype/test-categ_Me.c: Regenerated.
15082         * tests/unictype/test-categ_Mn.c: Regenerated.
15083         * tests/unictype/test-categ_N.c: Regenerated.
15084         * tests/unictype/test-categ_Nd.c: Regenerated.
15085         * tests/unictype/test-categ_Nl.c: Regenerated.
15086         * tests/unictype/test-categ_No.c: Regenerated.
15087         * tests/unictype/test-categ_P.c: Regenerated.
15088         * tests/unictype/test-categ_Pd.c: Regenerated.
15089         * tests/unictype/test-categ_Pe.c: Regenerated.
15090         * tests/unictype/test-categ_Pf.c: Regenerated.
15091         * tests/unictype/test-categ_Pi.c: Regenerated.
15092         * tests/unictype/test-categ_Po.c: Regenerated.
15093         * tests/unictype/test-categ_Ps.c: Regenerated.
15094         * tests/unictype/test-categ_S.c: Regenerated.
15095         * tests/unictype/test-categ_Sk.c: Regenerated.
15096         * tests/unictype/test-categ_Sm.c: Regenerated.
15097         * tests/unictype/test-categ_So.c: Regenerated.
15098         * tests/unictype/test-ctype_alnum.c: Regenerated.
15099         * tests/unictype/test-ctype_alpha.c: Regenerated.
15100         * tests/unictype/test-ctype_graph.c: Regenerated.
15101         * tests/unictype/test-ctype_lower.c: Regenerated.
15102         * tests/unictype/test-ctype_print.c: Regenerated.
15103         * tests/unictype/test-ctype_punct.c: Regenerated.
15104         * tests/unictype/test-ctype_upper.c: Regenerated.
15105         * tests/unictype/test-decdigit.h: Regenerated.
15106         * tests/unictype/test-digit.h: Regenerated.
15107         * tests/unictype/test-numeric.h: Regenerated.
15108         * tests/unictype/test-pr_alphabetic.c: Regenerated.
15109         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
15110         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
15111         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
15112         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
15113         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
15114         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
15115         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
15116         * tests/unictype/test-pr_combining.c: Regenerated.
15117         * tests/unictype/test-pr_dash.c: Regenerated.
15118         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
15119         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
15120         * tests/unictype/test-pr_deprecated.c: Regenerated.
15121         * tests/unictype/test-pr_diacritic.c: Regenerated.
15122         * tests/unictype/test-pr_extender.c: Regenerated.
15123         * tests/unictype/test-pr_format_control.c: Regenerated.
15124         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
15125         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
15126         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
15127         * tests/unictype/test-pr_id_continue.c: Regenerated.
15128         * tests/unictype/test-pr_id_start.c: Regenerated.
15129         * tests/unictype/test-pr_ideographic.c: Regenerated.
15130         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
15131         * tests/unictype/test-pr_lowercase.c: Regenerated.
15132         * tests/unictype/test-pr_math.c: Regenerated.
15133         * tests/unictype/test-pr_numeric.c: Regenerated.
15134         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
15135         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
15136         Regenerated.
15137         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
15138         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
15139         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
15140         * tests/unictype/test-pr_other_math.c: Regenerated.
15141         * tests/unictype/test-pr_punctuation.c: Regenerated.
15142         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
15143         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
15144         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
15145         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
15146         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
15147         * tests/unictype/test-pr_uppercase.c: Regenerated.
15148         * tests/unictype/test-pr_xid_continue.c: Regenerated.
15149         * tests/unictype/test-pr_xid_start.c: Regenerated.
15150         * tests/unictype/test-pr_zero_width.c: Regenerated.
15151
15152         Update to Unicode 5.1.0.
15153         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
15154         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
15155         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
15156         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
15157         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
15158         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
15159         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
15160         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
15161         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
15162         (nonspacing_table_ind): Update.
15163         * tests/uniwidth/test-uc_width2.sh: Update expected result.
15164
15165         Update to Unicode 5.1.0.
15166         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
15167         code transform.
15168         * lib/uniname/uniname.c (unicode_character_name,
15169         unicode_name_character): Add the range 0x1Fxxx to the code transform.
15170         * lib/uniname/uninames.h: Regenerated.
15171         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
15172
15173 2009-02-07  Bruno Haible  <bruno@clisp.org>
15174
15175         Merge gen-ctype and gen-lbrk into a single program.
15176         * lib/gen-uni-tables.c: New file, incorporating
15177         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
15178         Add directory prefixes to the names of the generated files.
15179         * lib/unictype/gen-ctype.c: Remove file.
15180         * lib/unilbrk/gen-lbrk.c: Remove file.
15181         * modules/gen-uni-tables: New file.
15182         * modules/unictype/gen-ctype: Remove file.
15183         * modules/unilbrk/gen-lbrk: Remove file.
15184
15185 2009-02-07  Bruno Haible  <bruno@clisp.org>
15186
15187         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
15188
15189         New module 'unistr/u32-strcoll'.
15190         * modules/unistr/u32-strcoll: New file.
15191         * lib/unistr/u32-strcoll.c: New file.
15192
15193         New module 'unistr/u16-strcoll'.
15194         * modules/unistr/u16-strcoll: New file.
15195         * lib/unistr/u16-strcoll.c: New file.
15196
15197         New module 'unistr/u8-strcoll'.
15198         * modules/unistr/u8-strcoll: New file.
15199         * lib/unistr/u8-strcoll.c: New file.
15200         * lib/unistr/u-strcoll.h: New file.
15201
15202 2009-02-07  Bruno Haible  <bruno@clisp.org>
15203
15204         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
15205         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
15206         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
15207         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
15208         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
15209         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
15210
15211 2009-02-07  Bruno Haible  <bruno@clisp.org>
15212
15213         Make 64-bit clean.
15214         * lib/unictype/gen-ctype.c (output_predicate, output_category,
15215         output_combclass, output_bidi_category, output_decimal_digit,
15216         output_digit, output_numeric, output_mirror, output_scripts,
15217         output_ident_category): Use proper width specifier in format strings.
15218
15219 2009-02-07  Bruno Haible  <bruno@clisp.org>
15220
15221         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
15222         failure behaviour.
15223
15224 2009-02-07  Jim Meyering  <meyering@redhat.com>
15225
15226         regex: avoid compilation failure with upcoming gcc-4.4
15227         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
15228         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
15229         "... error: integer overflow in preprocessor expression".
15230
15231 2009-02-05  Ben Pfaff  <blp@gnu.org>
15232
15233         Fix link errors on Windows when close module is used.
15234         * modules/close: Add $(LIB_CLOSE) to Link section.
15235         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
15236         $(LIB_CLOSE) on Windows.
15237
15238 2009-02-05  Jim Meyering  <meyering@redhat.com>
15239
15240         still avoid unused-parameter warnings, but do it cleanly
15241         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
15242         (get_fs_usage): Cast to void instead.
15243         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
15244         (dev_from_mount_options, read_file_system_list): Cast to void.
15245         Prompted by Bruno Haible.
15246
15247 2009-02-04  Jim Meyering  <meyering@redhat.com>
15248
15249         fsusage.c: correct copyright year
15250         * lib/fsusage.c: Reflect year in which the change is pushed into
15251
15252         avoid misc. warnings
15253         * lib/fsusage.c (UNUSED_PARAM): Define.
15254         (get_fs_usage): Mark parameter "disk" as unused.
15255         * lib/getugroups.c (getgrent): Use "void" in prototype.
15256         * lib/mountlist.c: Mark unused parameters.
15257         (read_file_system_list): Declare a local with "const".
15258         * lib/nanosleep.c (getnow): Declare static.
15259         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
15260
15261         dirfd: set errno upon failure
15262         * lib/dirfd.c: Include <errno.h>.
15263         Set errno to ENOTSUP when returning -1.
15264         * modules/dirfd (Depends-on): Add errno.
15265         Suggested by John Kodis <kodis@comcast.net>.
15266
15267 2009-02-01  Bruno Haible  <bruno@clisp.org>
15268
15269         Don't assume sizeof (long) >= sizeof (void *).
15270         * lib/memcmp.c: Include stdint.h.
15271         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
15272         srcp2 to 'const byte *'.
15273         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
15274         types to uintptr_t.
15275         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
15276         * modules/memcmp (Depends-on): Add stdint.
15277         Reported by Ozkan Sezer <sezeroz@gmail.com>.
15278
15279 2009-01-30  Eric Blake  <ebb9@byu.net>
15280
15281         fix more require-before-expand issues
15282         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
15283         expand, AC_PROG_AWK.
15284         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
15285
15286 2009-01-28  Eric Blake  <ebb9@byu.net>
15287
15288         version-etc: use consistent URL formatting
15289         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
15290         Improve formatting.  Use fputs for string without %.
15291
15292 2009-01-28  Jim Meyering  <meyering@redhat.com>
15293
15294         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
15295         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
15296         "underquoted definition of NAME" from autoconf-2.59.
15297
15298 2009-01-28  Bruno Haible  <bruno@clisp.org>
15299
15300         * doc/gnulib.texi: Add "Obsolete modules" to index.
15301
15302 2009-01-28  Jim Meyering  <meyering@redhat.com>
15303
15304         useless-if-before-free: recognize more variants
15305         * build-aux/useless-if-before-free: Also recognize e.g.,
15306         if (NULL != p) free (p);
15307
15308 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
15309
15310         test-getaddrinfo: skip (don't fail) this test when there's no network
15311         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
15312         on the presumption that it means you lack network access.
15313
15314 2009-01-26  Jim Meyering  <meyering@redhat.com>
15315
15316         fflush: avoid warnings on modern systems
15317         * lib/fflush.c (rpl_fflush): Move declarations of locals,
15318         pos and result, into scopes where they're used.
15319
15320 2009-01-26  Eric Blake  <ebb9@byu.net>
15321
15322         Silence warning reintroduced by recent extensions patch.
15323         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
15324         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
15325         autoconf.
15326
15327         Backport improved autoconf semantics of AC_DEFUN_ONCE.
15328         * m4/00gnulib.m4: New file.
15329         * gnulib-tool (func_get_filelist): Always use it.
15330         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
15331         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
15332
15333 2009-01-25  Bruno Haible  <bruno@clisp.org>
15334
15335         Make test-quotearg work on MacOS X and AIX.
15336         * tests/test-quotearg.sh: New file.
15337         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
15338         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
15339         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
15340         include <libintl.h>.
15341         (fake_locale): Remove variable.
15342         (gettext, dgettext, dcgettext): Remove functions.
15343         (main): Instead of setting a fake locale, set a real locale. Call
15344         textdomain and bindtextdomain.
15345         * modules/quotearg-tests (Files): Add the new files.
15346         (Depends-on): Add gettext, setenv, unsetenv.
15347         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
15348         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
15349         Augment TESTS_ENVIRONMENT.
15350
15351 2009-01-25  Bruno Haible  <bruno@clisp.org>
15352
15353         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
15354         fr_FR.ISO8859-1 locale on MacOS X.
15355         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
15356         ja_JP.eucJP locale on MacOS X.
15357         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
15358         zh_CN.GB18030 locale on MacOS X.
15359
15360 2009-01-25  Bruno Haible  <bruno@clisp.org>
15361
15362         Avoid link errors on MacOS X 10.3.
15363         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
15364         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15365
15366 2009-01-25  Bruno Haible  <bruno@clisp.org>
15367
15368         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
15369         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
15370         * modules/pipe (Files): Remove m4/posix_spawn.m4.
15371         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
15372         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
15373         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
15374         posix_spawnattr_init, posix_spawnattr_setsigmask,
15375         posix_spawnattr_setflags, posix_spawnattr_destroy.
15376
15377         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
15378         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
15379         * modules/execute (Files): Remove m4/posix_spawn.m4.
15380         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
15381         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
15382         posix_spawnattr_init, posix_spawnattr_setsigmask,
15383         posix_spawnattr_setflags, posix_spawnattr_destroy.
15384
15385 2009-01-25  Bruno Haible  <bruno@clisp.org>
15386
15387         * lib/glthread/threadlib.c: Include <stdlib.h>.
15388
15389 2009-01-25  Bruno Haible  <bruno@clisp.org>
15390
15391         * lib/glthread/threadlib.c (dummy): New declaration.
15392
15393 2009-01-25  Bruno Haible  <bruno@clisp.org>
15394
15395         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
15396         multibyte characters also for the GB18030 encoding. Don't crash when
15397         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
15398
15399 2009-01-25  Bruno Haible  <bruno@clisp.org>
15400
15401         Avoid redefining 'struct random_data' on OSF/1 5.1.
15402         * lib/stdlib.in.h: Include <random.h> if it exists.
15403         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
15404         HAVE_RANDOM_H. Include <random.h> when testing whether
15405         'struct random_data' exists.
15406         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
15407
15408 2009-01-25  Bruno Haible  <bruno@clisp.org>
15409
15410         Don't install charset.alias on MacOS X >= 10.3.
15411         * lib/localcharset.c (DARWIN7): New macro.
15412         (get_charset_aliases): Hardcode the result for Darwin7.
15413         * modules/localcharset (install-exec-local): Don't install
15414         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
15415
15416 2009-01-25  Bruno Haible  <bruno@clisp.org>
15417
15418         Don't install charset.alias on mingw and Cygwin.
15419         * modules/localcharset (install-exec-local): Don't install
15420         charset.alias on mingw and Cygwin, if the file does not yet exist.
15421         The result for these platforms is hardcoded in localcharset.c.
15422
15423 2009-01-25  Bruno Haible  <bruno@clisp.org>
15424
15425         Make it possible again to use AC_GNU_SOURCE together with gnulib.
15426         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
15427         before requiring AC_USE_SYSTEM_EXTENSIONS.
15428
15429 2009-01-25  Jim Meyering  <meyering@redhat.com>
15430
15431         c-strtod: avoid warnings
15432         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
15433         "assignment discards qualifiers from pointer target type" warnings.
15434
15435 2009-01-24  Bruno Haible  <bruno@clisp.org>
15436
15437         Add support for non-UTF-8 locales on MacOS X.
15438         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
15439         canonical encodings. For Darwin 7 and newer, don't map traditional
15440         encodings to UTF-8.
15441         Reported by Vincent Lefevre <vincent@vinc17.org>
15442         at <http://savannah.gnu.org/bugs/?25235>.
15443
15444 2009-01-24  Bruno Haible  <bruno@clisp.org>
15445
15446         * doc/gnulib.texi (Obsolete modules): New section.
15447         Reported by Mike Frysinger <vapier@gentoo.org>.
15448
15449 2009-01-24  Bruno Haible  <bruno@clisp.org>
15450
15451         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
15452         (%.dvi): New rule.
15453
15454 2009-01-24  Bruno Haible  <bruno@clisp.org>
15455
15456         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
15457         Reported by Eric Blake.
15458
15459 2009-01-24  Bruno Haible  <bruno@clisp.org>
15460
15461         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
15462         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
15463         Reported by Gary V. Vaughan <gary@gnu.org>.
15464
15465 2009-01-24  Bruno Haible  <bruno@clisp.org>
15466
15467         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
15468
15469 2009-01-23  Bruno Haible  <bruno@clisp.org>
15470
15471         Make c-strtod, c-strtold usable in libraries.
15472         * lib/c-strtod.c: Include string.h instead of xalloc.h.
15473         (C_STRTOD): Call strdup instead of xstrdup.
15474         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
15475         * modules/c-strtold (Depends-on): Likewise.
15476         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
15477         * NEWS: Mention the change.
15478         Reported by Michael Gold <mgold@ncf.ca>.
15479
15480 2009-01-23  Jim Meyering  <meyering@redhat.com>
15481
15482         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
15483         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
15484         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
15485
15486 2009-01-23  Simon Josefsson  <simon@josefsson.org>
15487
15488         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
15489         GNU CoreUtils.
15490         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
15491         * modules/version-etc (Description): Update.
15492
15493 2009-01-22  Bruno Haible  <bruno@clisp.org>
15494
15495         Cache the C locale object.
15496         * lib/c-strtod.c (c_locale_cache): New variable.
15497         (c_locale): New function.
15498         (C_STRTOD): Use it, and don't call freelocale.
15499         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
15500         Suggested by Paolo Bonzini.
15501
15502 2009-01-21  Bruno Haible  <bruno@clisp.org>
15503
15504         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
15505         conditions other than overflow.
15506
15507 2009-01-21  Bruno Haible  <bruno@clisp.org>
15508
15509         * lib/c-strtod.c: Include errno.h.
15510         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
15511         value from STRTOD_L and STRTOD.
15512
15513 2009-01-21  Bruno Haible  <bruno@clisp.org>
15514         and Jim Meyering  <meyering@redhat.com>
15515
15516         nanosleep: skip configure test (fail it) for apple universal builds
15517         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
15518         universal builds, assume that nanosleep does not work.
15519         * modules/nanosleep (Depends-on): Add multiarch.
15520
15521         mktime: skip configure test (fail it) for apple universal builds
15522         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
15523         universal builds, assume that mktime does not work.
15524         * modules/mktime (Depends-on): Add multiarch.
15525
15526 2009-01-21  Eric Blake  <ebb9@byu.net>
15527
15528         multiarch: avoid expand-before-require warning
15529         * modules/multiarch (configure.ac): Require, rather than expand,
15530         gl_MULTIARCH.
15531         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
15532         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
15533         enforce that all clients require it.  Partial reversion of
15534         2008-12-29 patch.
15535
15536         error: avoid expand-before-require warning
15537         * modules/errno (configure.ac): Require, rather than expand,
15538         gl_HEADER_ERRNO_H.
15539         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
15540         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
15541         enforce that all clients require it.
15542
15543         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
15544         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
15545         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
15546         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
15547
15548 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
15549
15550         Revert:
15551         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15552
15553         regex: do not depend on obsolete modules.
15554         * modules/regex: Remove memcmp and memmove.
15555
15556 2009-01-20  Bruno Haible  <bruno@clisp.org>
15557
15558         Make the 'link' module link on Windows NT 4.
15559         * lib/link.c (_WIN32_WINNT): Don't define.
15560         (CreateHardLinkFuncType): New type.
15561         (CreateHardLinkFunc, initialized): New variables.
15562         (initialize): New function.
15563         (link): Invoke CreateHardLink indirectly through the function pointer.
15564
15565 2009-01-20  Bruno Haible  <bruno@clisp.org>
15566
15567         Fix compilation failure on mingw.
15568         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
15569
15570 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
15571
15572         * doc/c-strtod.texi: Mention a couple of restrictions.
15573
15574 2009-01-20  Jim Meyering  <meyering@redhat.com>
15575
15576         gettimeofday: move more declarations out of functions
15577         * lib/gettimeofday.c: Move extern declarations of tzset and
15578         gmtime out of containing functions.  Prompted by Bruno Haible.
15579
15580 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15581
15582         regex: do not depend on obsolete modules.
15583         * modules/regex: Remove memcmp and memmove.
15584
15585 2009-01-19  Bruno Haible  <bruno@clisp.org>
15586
15587         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15588         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
15589         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15590         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
15591         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
15592
15593 2009-01-19  Bruno Haible  <bruno@clisp.org>
15594
15595         * tests/test-link.c: Include <errno.h>.
15596         (main): Exit with code 77 when a hard link cannot be created due to
15597         the file system.
15598         * tests/test-link.sh: Skip test when a hard link cannot be created due
15599         to the file system.
15600         Suggested by Eric Blake.
15601
15602 2009-01-19  Martin Lambers  <marlam@marlam.de>
15603
15604         * modules/link-tests: New file.
15605         * tests/test-link.sh: New file.
15606         * tests/test-link.c: New file.
15607
15608 2009-01-19  Eric Blake  <ebb9@byu.net>
15609
15610         doc: mention another function added in cygwin 1.7.0
15611         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
15612         Another new function in cygwin 1.7.
15613
15614 2009-01-19  Bruno Haible  <bruno@clisp.org>
15615
15616         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15617         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
15618         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
15619         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15620         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
15621         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
15622         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
15623         * m4/md4.m4 (gl_MD4): Likewise.
15624         * m4/md5.m4 (gl_MD5): Likewise.
15625         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
15626         * m4/sha1.m4 (gl_SHA1): Likewise.
15627         * m4/sha256.m4 (gl_SHA256): Likewise.
15628         * m4/sha512.m4 (gl_SHA512): Likewise.
15629
15630 2009-01-19  Bruno Haible  <bruno@clisp.org>
15631
15632         * modules/uniname/uniname-tests (Depends-on): Add progname.
15633         * tests/uniname/test-uninames.c: Include progname.h.
15634         (main): Call set_program_name.
15635
15636         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
15637         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
15638         (main): Call set_program_name.
15639
15640         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
15641         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
15642         (main): Call set_program_name.
15643
15644         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
15645         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
15646         (main): Call set_program_name.
15647
15648         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
15649         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
15650         (main): Call set_program_name.
15651
15652         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
15653         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
15654         (main): Call set_program_name.
15655
15656         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
15657         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
15658         (main): Call set_program_name.
15659
15660         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
15661         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
15662         (main): Call set_program_name.
15663
15664         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
15665         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
15666         (main): Call set_program_name.
15667
15668 2009-01-19  Eric Blake  <ebb9@byu.net>
15669
15670         test-unistd: test previous patch
15671         * tests/test-unistd.c: Test *_FILENO macros.
15672
15673         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
15674         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15675         Guarantee a definition.
15676         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
15677         * modules/unistd-safer (Depends-on): Add dependency on unistd.
15678         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
15679         * lib/dup-safer.c (STDERR_FILENO): Likewise.
15680         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15681         Likewise.
15682         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
15683         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
15684         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15685         Likewise.
15686         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
15687         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
15688         (STDERR_FILENO): Likewise.
15689         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
15690         (STDERR_FILENO): Likewise.
15691         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
15692         (STDERR_FILENO): Likewise.
15693         Reported by Elbert Pol.
15694
15695 2009-01-19  Eric Blake  <ebb9@byu.net>
15696
15697         doc: mention more functions added in cygwin 1.7.0
15698         * doc/posix-functions/abort.texi (abort): Update wording related
15699         to cygwin.
15700         * doc/posix-functions/daylight.texi (daylight): Likewise.
15701         * doc/posix-functions/optarg.texi (optarg): Likewise.
15702         * doc/posix-functions/optarg.texi (opterr): Likewise.
15703         * doc/posix-functions/optarg.texi (optind): Likewise.
15704         * doc/posix-functions/optarg.texi (optopt): Likewise.
15705         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
15706         worked in 1.5.x, and was withdrawn in 1.7.
15707         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
15708         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
15709         cygwin versions.
15710         * doc/posix-functions/perror.texi (perror): Likewise.
15711         * doc/posix-functions/printf.texi (printf): Likewise.
15712         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
15713         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
15714         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
15715         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
15716         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
15717         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
15718         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15719         Likewise.
15720         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15721         Likewise.
15722         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
15723         this function.
15724         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
15725         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
15726         Likewise.
15727         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
15728         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
15729         * doc/posix-functions/confstr.texi (confstr): Likewise.
15730         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
15731         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
15732         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
15733         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
15734         * doc/posix-functions/fputws.texi (fputws): Likewise.
15735         * doc/posix-functions/fwide.texi (fwide): Likewise.
15736         * doc/posix-functions/getwc.texi (getwc): Likewise.
15737         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
15738         * doc/posix-functions/putwc.texi (putwc): Likewise.
15739         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
15740         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
15741         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
15742         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
15743         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
15744         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
15745         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
15746         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
15747         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
15748         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
15749         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
15750
15751 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15752
15753         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
15754         * lib/ioctl.c: Include <sys/ioctl.h>.
15755
15756 2009-01-19  Simon Josefsson  <simon@josefsson.org>
15757
15758         * modules/getdate-tests (Depends-on): Add progname.
15759         * tests/test-getdate.c: Use progname module, to avoid link errors
15760         on non-glibc systems.
15761
15762 2009-01-18  Simon Josefsson  <simon@josefsson.org>
15763
15764         * modules/filenamecat-tests (Depends-on): Add progname.
15765         * modules/fstrcmp-tests (Depends-on): Likewise.
15766
15767         * tests/test-filenamecat.c: Use progname module, to avoid link
15768         errors on non-glibc systems.
15769         * tests/test-fstrcmp.c: Likewise.
15770
15771 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15772
15773         gettimeofday: avoid warning: nested extern declaration of 'localtime'
15774         * lib/gettimeofday.c: Move extern declaration out of function.
15775
15776 2009-01-18  Bruno Haible  <bruno@clisp.org>
15777
15778         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
15779         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
15780         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
15781
15782 2009-01-18  Bruno Haible  <bruno@clisp.org>
15783
15784         * lib/strftime.c (MEMPCPY): Remove unused macro.
15785         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
15786
15787 2009-01-18  Martin Lambers  <marlam@marlam.de>
15788
15789         New module 'link'.
15790         * lib/unistd.in.h (link): New declaration.
15791         * lib/link.c: New file.
15792         * m4/link.m4: New file.
15793         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
15794         HAVE_LINK.
15795         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
15796         * modules/link: New file.
15797         * doc/posix-functions/link.texi: Mention the new module.
15798
15799 2009-01-18  Bruno Haible  <bruno@clisp.org>
15800
15801         * tests/test-avltree_list.c (main): Call set_program_name.
15802         * tests/test-avltree_oset.c (main): Likewise.
15803         * tests/test-obstack-printf.c: Include progname.h.
15804         (main): Call set_program_name.
15805         * tests/test-quotearg.c: Include progname.h.
15806         (main): Call set_program_name.
15807         * tests/test-xmemdup0.c: Include progname.h.
15808         (main): Call set_program_name.
15809
15810 2009-01-18  Bruno Haible  <bruno@clisp.org>
15811
15812         New module 'alphasort'.
15813         * lib/dirent.in.h (alphasort): New declaration.
15814         * lib/alphasort.c: New file, from glibc with modifications.
15815         * m4/alphasort.m4: New file.
15816         * modules/alphasort: New file.
15817         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
15818         HAVE_ALPHASORT.
15819         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
15820         HAVE_ALPHASORT.
15821         * doc/posix-functions/alphasort.texi: Mention the new module and the
15822         portability problems.
15823
15824 2009-01-18  Bruno Haible  <bruno@clisp.org>
15825
15826         New module 'scandir'.
15827         * lib/dirent.in.h (scandir): New declaration.
15828         * lib/scandir.c: New file, from glibc with modifications.
15829         * m4/scandir.m4: New file.
15830         * modules/scandir: New file.
15831         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
15832         HAVE_SCANDIR.
15833         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
15834         HAVE_SCANDIR.
15835         * doc/posix-functions/scandir.texi: Mention the new module and the
15836         portability problems.
15837
15838 2009-01-17  Bruno Haible  <bruno@clisp.org>
15839
15840         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
15841         Update documentation.
15842         (func_remove_suffix): Escape all dots in the suffix. Update
15843         documentation.
15844         (func_filter_filelist): Update documentation.
15845         Reported by Ralf Wildenhues.
15846
15847 2009-01-17  Bruno Haible  <bruno@clisp.org>
15848
15849         * modules/dprintf-posix-tests: New file.
15850         * tests/test-dprintf-posix.sh: New file.
15851         * tests/test-dprintf-posix.c: New file.
15852
15853         New modules 'dprintf', 'dprintf-posix'.
15854         * lib/stdio.in.h (dprintf): New declaration.
15855         * lib/dprintf.c: New file.
15856         * m4/dprintf.m4: New file.
15857         * m4/dprintf-posix.m4: New file.
15858         * modules/dprintf: New file.
15859         * modules/dprintf-posix: New file.
15860         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
15861         HAVE_DPRINTF, REPLACE_DPRINTF.
15862         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
15863         HAVE_DPRINTF, REPLACE_DPRINTF.
15864         * doc/posix-functions/dprintf.texi: Mention the new modules.
15865
15866 2009-01-17  Bruno Haible  <bruno@clisp.org>
15867
15868         * modules/vdprintf-posix-tests: New file.
15869         * tests/test-vdprintf-posix.sh: New file.
15870         * tests/test-vdprintf-posix.c: New file.
15871
15872         New modules 'vdprintf', 'vdprintf-posix'.
15873         * lib/stdio.in.h (vdprintf): New declaration.
15874         * lib/vdprintf.c: New file.
15875         * m4/vdprintf.m4: New file.
15876         * m4/vdprintf-posix.m4: New file.
15877         * modules/vdprintf: New file.
15878         * modules/vdprintf-posix: New file.
15879         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
15880         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15881         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
15882         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15883         * doc/posix-functions/vdprintf.texi: Mention the new modules.
15884
15885 2009-01-17  Bruno Haible  <bruno@clisp.org>
15886
15887         Fix replacement of fopen on mingw.
15888         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
15889         mingw.
15890
15891 2009-01-17  Bruno Haible  <bruno@clisp.org>
15892
15893         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
15894         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
15895
15896 2009-01-17  Bruno Haible  <bruno@clisp.org>
15897
15898         Avoid test-fflush2.sh failure on mingw.
15899         * tests/test-fflush2.c: Include binary-io.h.
15900         (main): Put standard input into binary mode.
15901         * modules/fflush-tests (Depends-on): Add binary-io.
15902
15903 2009-01-17  Bruno Haible  <bruno@clisp.org>
15904
15905         * lib/wchar.in.h: In another particular situation, include only the
15906         system's <wchar.h> file.
15907         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
15908         Reported by Albert Chin-A-Young <china@thewrittenword.com>
15909         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
15910
15911 2009-01-17  Bruno Haible  <bruno@clisp.org>
15912
15913         Support for stripping executables in --enable-relocatable.
15914         * build-aux/install-reloc: Expect one more argument, or an environment
15915         variable RELOC_STRIP_PROG. If set, strip the destination program and
15916         its wrapper.
15917         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
15918         RELOC_STRIP_PROG.
15919         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
15920         to set RELOCATABLE_STRIP.
15921         * NEWS: Mention the new Makefile requirement.
15922
15923 2009-01-17  Bruno Haible  <bruno@clisp.org>
15924
15925         * build-aux/install-reloc: Remove debugging information left over by
15926         C compiler on MacOS X.
15927
15928 2009-01-17  Bruno Haible  <bruno@clisp.org>
15929
15930         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
15931         * lib/progreloc.c (find_executable): Fix type of pointer passed to
15932         _NSGetExecutablePath.
15933
15934 2009-01-16  Jim Meyering  <meyering@redhat.com>
15935
15936         strerror: avoid warnings about discarding "const"
15937         * lib/strerror.c (rpl_strerror): Instead of returning a const
15938         string from each and every "case", use a variable, and add a single
15939         cast after the switch.
15940
15941 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
15942
15943         * lib/arpa_inet.in.h: Add extern "C" block for C++.
15944
15945 2009-01-16  Bruno Haible  <bruno@clisp.org>
15946
15947         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
15948         array initializer syntax that also works in C++ mode.
15949         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15950
15951 2009-01-16  Jim Meyering  <meyering@redhat.com>
15952
15953         poll: suppress a warning
15954         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
15955         to ignore "...unsigned expression < 0 is always false" warnings.
15956
15957 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
15958
15959         poll: remove declarations of unused variables
15960         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
15961         sockbuf and optlen.
15962
15963 2009-01-15  Bruno Haible  <bruno@clisp.org>
15964
15965         Make fflush-after-ungetc POSIX compliant on BSD systems.
15966         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
15967         (clear_ungetc_buffer): Implement also for other systems.
15968         (rpl_fflush): On glibc systems, invoke
15969         clear_ungetc_buffer_preserving_position. Otherwise, invoke
15970         clear_ungetc_buffer after fetching the stream's position, not before.
15971
15972 2009-01-15  Bruno Haible  <bruno@clisp.org>
15973
15974         Make fflush-after-ungetc POSIX compliant on glibc systems.
15975         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
15976         after ungetc.
15977         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
15978         (rpl_fflush): On glibc systems, simply call the system's fflush
15979         function after clearing the ungetc buffer.
15980         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
15981         Instead, lseek only to the end of file, then use the system's fseeko
15982         for the rest. On glibc systems, reset the EOF indicator bit.
15983
15984 2009-01-15  Jim Meyering  <meyering@redhat.com>
15985
15986         openmp.m4: revert quote-adding change, for portability to older autoconf
15987         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
15988         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
15989         Simon Josefsson noticed the problem when using autoconf-2.61.
15990
15991 2009-01-15  Bruno Haible  <bruno@clisp.org>
15992
15993         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
15994         * tests/test-fflush2.c (ASSERT): Always fail.
15995         (main): Add two tests for fflush() after ungetc(), taking into account
15996         the Austin Group's clarification.
15997         Suggested by Eric Blake.
15998
15999 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
16000
16001         mktime.m4: remove K&R-style function prototypes
16002         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
16003         for the Sun C++ compiler.
16004
16005 2009-01-14  Bruno Haible  <bruno@clisp.org>
16006
16007         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
16008         while including <wchar.h>.
16009         * lib/wchar.in.h: In two particular situations on HP-UX, include only
16010         the system's <wchar.h> file.
16011         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16012
16013 2009-01-14  Bruno Haible  <bruno@clisp.org>
16014
16015         * m4/csharp.m4: Don't mention gettext on the serial number line.
16016         * m4/csharpexec.m4: Likewise.
16017         * m4/eaccess.m4: Likewise.
16018         * m4/javaexec.m4: Likewise.
16019         * m4/sig_atomic_t.m4: Likewise.
16020         * m4/tmpdir.m4: Likewise.
16021         * m4/intldir.m4: Bump gettext version.
16022         * m4/lib-ld.m4: Likewise.
16023
16024 2009-01-14  Bruno Haible  <bruno@clisp.org>
16025
16026         * lib/progname.c (set_program_name): Add more comments.
16027         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
16028
16029 2009-01-14  Simon Josefsson  <simon@josefsson.org>
16030
16031         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
16032         were sys/stat.h does not define it.
16033
16034 2009-01-14  Jim Meyering  <meyering@redhat.com>
16035
16036         many *.m4 files: improve m4 quoting
16037         99% of this change was performed by running the following commands:
16038         git ls-files | grep '\.m4$' | xargs perl -pi \
16039           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
16040           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
16041           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
16042           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
16043         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
16044         The remainder were to add Copyright dates, increment serial numbers,
16045         undo some changes in comments, exclude m4/intl.m4, and add quotes
16046         around the "1" in ",1" where the unusual spacing prohibited the
16047         above regexps from doing the job.  For more details, see
16048         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
16049         * m4/acl.m4: Modified.
16050         * m4/afs.m4: Likewise.
16051         * m4/alloca.m4: Likewise.
16052         * m4/argp.m4: Likewise.
16053         * m4/argz.m4: Likewise.
16054         * m4/atexit.m4: Likewise.
16055         * m4/bison-i18n.m4: Likewise.
16056         * m4/bison.m4: Likewise.
16057         * m4/byteswap.m4: Likewise.
16058         * m4/c-stack.m4: Likewise.
16059         * m4/c-strtod.m4: Likewise.
16060         * m4/calloc.m4: Likewise.
16061         * m4/canonicalize-lgpl.m4: Likewise.
16062         * m4/chown.m4: Likewise.
16063         * m4/clock_time.m4: Likewise.
16064         * m4/codeset.m4: Likewise.
16065         * m4/copy-file.m4: Likewise.
16066         * m4/csharp.m4: Likewise.
16067         * m4/csharpcomp.m4: Likewise.
16068         * m4/csharpexec.m4: Likewise.
16069         * m4/d-ino.m4: Likewise.
16070         * m4/d-type.m4: Likewise.
16071         * m4/dirfd.m4: Likewise.
16072         * m4/double-slash-root.m4: Likewise.
16073         * m4/eaccess.m4: Likewise.
16074         * m4/eealloc.m4: Likewise.
16075         * m4/environ.m4: Likewise.
16076         * m4/errno_h.m4: Likewise.
16077         * m4/euidaccess.m4: Likewise.
16078         * m4/execute.m4: Likewise.
16079         * m4/fatal-signal.m4: Likewise.
16080         * m4/fchdir.m4: Likewise.
16081         * m4/fcntl_h.m4: Likewise.
16082         * m4/fileblocks.m4: Likewise.
16083         * m4/filenamecat.m4: Likewise.
16084         * m4/findprog.m4: Likewise.
16085         * m4/flexmember.m4: Likewise.
16086         * m4/fnmatch.m4: Likewise.
16087         * m4/fopen.m4: Likewise.
16088         * m4/fpending.m4: Likewise.
16089         * m4/fprintf-posix.m4: Likewise.
16090         * m4/free.m4: Likewise.
16091         * m4/frexp.m4: Likewise.
16092         * m4/frexpl.m4: Likewise.
16093         * m4/fsusage.m4: Likewise.
16094         * m4/ftruncate.m4: Likewise.
16095         * m4/gc-camellia.m4: Likewise.
16096         * m4/gc-random.m4: Likewise.
16097         * m4/gc.m4: Likewise.
16098         * m4/getaddrinfo.m4: Likewise.
16099         * m4/getcwd-abort-bug.m4: Likewise.
16100         * m4/getcwd-path-max.m4: Likewise.
16101         * m4/getdate.m4: Likewise.
16102         * m4/getdomainname.m4: Likewise.
16103         * m4/getgroups.m4: Likewise.
16104         * m4/gethostname.m4: Likewise.
16105         * m4/gethrxtime.m4: Likewise.
16106         * m4/getline.m4: Likewise.
16107         * m4/getloadavg.m4: Likewise.
16108         * m4/getndelim2.m4: Likewise.
16109         * m4/getpass.m4: Likewise.
16110         * m4/gettext.m4: Likewise.
16111         * m4/gettime.m4: Likewise.
16112         * m4/gettimeofday.m4: Likewise.
16113         * m4/gnulib-common.m4: Likewise.
16114         * m4/group-member.m4: Likewise.
16115         * m4/host-os.m4: Likewise.
16116         * m4/iconv.m4: Likewise.
16117         * m4/iconv_open.m4: Likewise.
16118         * m4/inet_ntop.m4: Likewise.
16119         * m4/inet_pton.m4: Likewise.
16120         * m4/inline.m4: Likewise.
16121         * m4/intldir.m4: Likewise.
16122         * m4/intlmacosx.m4: Likewise.
16123         * m4/intmax.m4: Likewise.
16124         * m4/intmax_t.m4: Likewise.
16125         * m4/inttypes.m4: Likewise.
16126         * m4/inttypes_h.m4: Likewise.
16127         * m4/inttypes-pri.m4: Likewise.
16128         * m4/isapipe.m4: Likewise.
16129         * m4/isnand.m4: Likewise.
16130         * m4/isnanf.m4: Likewise.
16131         * m4/isnanl.m4: Likewise.
16132         * m4/javacomp.m4: Likewise.
16133         * m4/javaexec.m4: Likewise.
16134         * m4/jm-winsz1.m4: Likewise.
16135         * m4/jm-winsz2.m4: Likewise.
16136         * m4/lchown.m4: Likewise.
16137         * m4/lcmessage.m4: Likewise.
16138         * m4/ldexpl.m4: Likewise.
16139         * m4/lib-ld.m4: Likewise.
16140         * m4/lib-link.m4: Likewise.
16141         * m4/libsigsegv.m4: Likewise.
16142         * m4/link-follow.m4: Likewise.
16143         * m4/localcharset.m4: Likewise.
16144         * m4/locale-fr.m4: Likewise.
16145         * m4/locale-ja.m4: Likewise.
16146         * m4/locale-tr.m4: Likewise.
16147         * m4/locale-zh.m4: Likewise.
16148         * m4/lock.m4: Likewise.
16149         * m4/longlong.m4: Likewise.
16150         * m4/ls-mntd-fs.m4: Likewise.
16151         * m4/lstat.m4: Likewise.
16152         * m4/malloc.m4: Likewise.
16153         * m4/mathl.m4: Likewise.
16154         * m4/mbrtowc.m4: Likewise.
16155         * m4/mbstate_t.m4: Likewise.
16156         * m4/mbswidth.m4: Likewise.
16157         * m4/memchr.m4: Likewise.
16158         * m4/memcmp.m4: Likewise.
16159         * m4/memcpy.m4: Likewise.
16160         * m4/memmem.m4: Likewise.
16161         * m4/memmove.m4: Likewise.
16162         * m4/mempcpy.m4: Likewise.
16163         * m4/memrchr.m4: Likewise.
16164         * m4/memset.m4: Likewise.
16165         * m4/minmax.m4: Likewise.
16166         * m4/mkdir-slash.m4: Likewise.
16167         * m4/mkdtemp.m4: Likewise.
16168         * m4/mktime.m4: Likewise.
16169         * m4/mmap-anon.m4: Likewise.
16170         * m4/mountlist.m4: Likewise.
16171         * m4/nanosleep.m4: Likewise.
16172         * m4/nls.m4: Likewise.
16173         * m4/nocrash.m4: Likewise.
16174         * m4/open.m4: Likewise.
16175         * m4/openat.m4: Likewise.
16176         * m4/openmp.m4: Likewise.
16177         * m4/pathmax.m4: Likewise.
16178         * m4/perl.m4: Likewise.
16179         * m4/physmem.m4: Likewise.
16180         * m4/pipe.m4: Likewise.
16181         * m4/po.m4: Likewise.
16182         * m4/poll.m4: Likewise.
16183         * m4/posixtm.m4: Likewise.
16184         * m4/posixver.m4: Likewise.
16185         * m4/printf-frexp.m4: Likewise.
16186         * m4/printf-frexpl.m4: Likewise.
16187         * m4/printf-posix.m4: Likewise.
16188         * m4/printf-posix-rpl.m4: Likewise.
16189         * m4/printf.m4: Likewise.
16190         * m4/progtest.m4: Likewise.
16191         * m4/putenv.m4: Likewise.
16192         * m4/readline.m4: Likewise.
16193         * m4/readlink.m4: Likewise.
16194         * m4/readutmp.m4: Likewise.
16195         * m4/realloc.m4: Likewise.
16196         * m4/regex.m4: Likewise.
16197         * m4/relocatable.m4: Likewise.
16198         * m4/relocatable-lib.m4: Likewise.
16199         * m4/rename-dest-slash.m4: Likewise.
16200         * m4/rename.m4: Likewise.
16201         * m4/rmdir-errno.m4: Likewise.
16202         * m4/rmdir.m4: Likewise.
16203         * m4/roundf.m4: Likewise.
16204         * m4/roundl.m4: Likewise.
16205         * m4/rpmatch.m4: Likewise.
16206         * m4/save-cwd.m4: Likewise.
16207         * m4/selinux-selinux-h.m4: Likewise.
16208         * m4/setenv.m4: Likewise.
16209         * m4/settime.m4: Likewise.
16210         * m4/sig2str.m4: Likewise.
16211         * m4/sig_atomic_t.m4: Likewise.
16212         * m4/signalblocking.m4: Likewise.
16213         * m4/signbit.m4: Likewise.
16214         * m4/sigpipe.m4: Likewise.
16215         * m4/sockets.m4: Likewise.
16216         * m4/sockpfaf.m4: Likewise.
16217         * m4/st_dm_mode.m4: Likewise.
16218         * m4/stat-time.m4: Likewise.
16219         * m4/stdbool.m4: Likewise.
16220         * m4/stdint.m4: Likewise.
16221         * m4/stdint_h.m4: Likewise.
16222         * m4/stpcpy.m4: Likewise.
16223         * m4/stpncpy.m4: Likewise.
16224         * m4/strcase.m4: Likewise.
16225         * m4/strchrnul.m4: Likewise.
16226         * m4/strcspn.m4: Likewise.
16227         * m4/strdup.m4: Likewise.
16228         * m4/strftime.m4: Likewise.
16229         * m4/strndup.m4: Likewise.
16230         * m4/strnlen.m4: Likewise.
16231         * m4/strpbrk.m4: Likewise.
16232         * m4/strptime.m4: Likewise.
16233         * m4/strsep.m4: Likewise.
16234         * m4/strtod.m4: Likewise.
16235         * m4/strtoimax.m4: Likewise.
16236         * m4/strtok_r.m4: Likewise.
16237         * m4/strtol.m4: Likewise.
16238         * m4/strtoll.m4: Likewise.
16239         * m4/strtoul.m4: Likewise.
16240         * m4/strtoull.m4: Likewise.
16241         * m4/strtoumax.m4: Likewise.
16242         * m4/strverscmp.m4: Likewise.
16243         * m4/threadlib.m4: Likewise.
16244         * m4/timegm.m4: Likewise.
16245         * m4/tm_gmtoff.m4: Likewise.
16246         * m4/tmpdir.m4: Likewise.
16247         * m4/tmpfile.m4: Likewise.
16248         * m4/tzset.m4: Likewise.
16249         * m4/uintmax_t.m4: Likewise.
16250         * m4/unlinkdir.m4: Likewise.
16251         * m4/unlocked-io.m4: Likewise.
16252         * m4/uptime.m4: Likewise.
16253         * m4/userspec.m4: Likewise.
16254         * m4/utimbuf.m4: Likewise.
16255         * m4/utime.m4: Likewise.
16256         * m4/utimes-null.m4: Likewise.
16257         * m4/utimes.m4: Likewise.
16258         * m4/vararrays.m4: Likewise.
16259         * m4/vasnprintf.m4: Likewise.
16260         * m4/vfprintf-posix.m4: Likewise.
16261         * m4/vprintf-posix.m4: Likewise.
16262         * m4/wait-process.m4: Likewise.
16263         * m4/wchar_t.m4: Likewise.
16264         * m4/wint_t.m4: Likewise.
16265         * m4/write-any-file.m4: Likewise.
16266         * m4/yield.m4: Likewise.
16267
16268 2009-01-13  Bruno Haible  <bruno@clisp.org>
16269
16270         Avoid test-copy-file.sh failures when ACL support insufficient.
16271         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
16272         TESTS_ENVIRONMENT.
16273         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
16274         Reported by Jim Meyering.
16275
16276 2009-01-13  Bruno Haible  <bruno@clisp.org>
16277
16278         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
16279         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
16280         * modules/unistdio/u8-printf-parse (Files): Likewise.
16281         * modules/unistdio/u32-printf-parse (Files): Likewise.
16282         * modules/unistdio/ulc-printf-parse (Files): Likewise.
16283
16284 2009-01-13  Simon Josefsson  <simon@josefsson.org>
16285
16286         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
16287         and m4/inttypes_h.m4 too.
16288
16289 2009-01-12  Eric Blake  <ebb9@byu.net>
16290
16291         tests: IRIX 6.2 cc can't compile -0.0 into .data
16292         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
16293         rather than at compile-time.
16294         * tests/test-floorl.c (minus_zero): Likewise.
16295         * tests/test-frexpl.c (minus_zero): Likewise.
16296         * tests/test-isnan.c (minus_zerol): Likewise.
16297         * tests/test-isnanl.h (minus_zero): Likewise.
16298         * tests/test-ldexpl.c (minus_zero): Likewise.
16299         * tests/test-roundl.c (minus_zero): Likewise.
16300         * tests/test-signbit.c (minus_zerol): Likewise.
16301         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16302         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16303         * tests/test-truncl.c (minus_zero): Likewise.
16304         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16305         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16306         Reported by Tom G. Christensen and Nelson H. F. Beebe.
16307
16308 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
16309
16310         regex: fix glibc bug 9697
16311         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
16312         handling.
16313
16314 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
16315
16316         regex: fix glibc bug 697
16317         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
16318         being NULL also if there are no backreferences.
16319
16320 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
16321
16322         regex: merge glibc changes
16323         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
16324         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
16325         re_string_skip_chars, re_string_reconstruct): Likewise.
16326         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
16327
16328 2009-01-07  Jim Meyering  <meyering@redhat.com>
16329
16330         poll: filter through cppi
16331         * lib/poll.c: Indent cpp directives to reflect nesting.
16332
16333 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
16334
16335         poll: don't return uninitialized
16336         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
16337
16338 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
16339
16340         avoid compile failure on AIX 6.1
16341         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
16342         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
16343
16344 2009-01-04  Jim Meyering  <meyering@redhat.com>
16345
16346         remove duplicate inclusion of <stdio.h>
16347         * tests/test-fprintf-posix.c: Likewise.
16348         * tests/test-printf-posix.c: Likewise.
16349         * tests/test-snprintf-posix.c: Likewise.
16350         * tests/test-sprintf-posix.c: Likewise.
16351         * tests/test-vasprintf-posix.c: Likewise.
16352         * tests/test-vfprintf-posix.c: Likewise.
16353         * tests/test-vprintf-posix.c: Likewise.
16354         * tests/test-vsnprintf-posix.c: Likewise.
16355         * tests/test-vsprintf-posix.c: Likewise.
16356
16357 2009-01-03  Jim Meyering  <meyering@redhat.com>
16358
16359         gnulib-tool: fix sed-based filtering
16360         * gnulib-tool (func_filter_filelist): Remove extra backslash
16361         in sed_fff_filter definition.
16362
16363 2009-01-02  Jim Meyering  <meyering@redhat.com>
16364
16365         strftime: avoid compilation failure on Solaris 2.6
16366         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
16367         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
16368         Don't #define mbrlen or mbsinit, since now they're guaranteed to
16369         be available.  Reported by Tom G. Christensen.  Details in
16370         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
16371
16372 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16373             Bruno Haible  <bruno@clisp.org>
16374
16375         Speed up gnulib-tool by doing more string processing through shell
16376         built-ins.
16377         * gnulib-tool (fast_func_append): New variable.
16378         (func_remove_prefix, func_remove_suffix): New functions.
16379         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
16380         (func_filter_filelist): New function.
16381         (func_get_dependencies): Use func_remove_suffix instead of sed.
16382         (func_get_automake_snippet): Use func_filter_filelist instead of a
16383         subshell and sed invocation.
16384
16385 2009-01-01  Bruno Haible  <bruno@clisp.org>
16386
16387         Fix a security bug.
16388         * gnulib-tool (func_import, import, update): Don't allow the characters
16389         '"', '$', '`', '\' in macro arguments that become part of commands that
16390         are evaluated.
16391
16392 2009-01-01  Bruno Haible  <bruno@clisp.org>
16393
16394         * gnulib-tool (func_reset_sigpipe): Add more comments.
16395
16396 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16397
16398         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
16399         func_emit_tests_Makefile_am, func_import): Abort loops early if we
16400         already know the answer.
16401
16402 2009-01-01  Jim Meyering  <meyering@redhat.com>
16403
16404         * lib/version-etc.c (version_etc_va): Update copyright year.
16405
16406 2008-12-30  Bruno Haible  <bruno@clisp.org>
16407
16408         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
16409         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
16410         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
16411
16412 2008-12-29  Eric Blake  <ebb9@byu.net>
16413
16414         multiarch: avoid autoconf AC_REQUIRE bug
16415         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
16416         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
16417         2.63 and older.
16418         Reported by Bruno Haible, and analyzed in
16419         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
16420
16421 2008-12-29  Bruno Haible  <bruno@clisp.org>
16422
16423         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
16424         files in subdirectories correctly.
16425         Reported by Ralf Wildenhues.
16426
16427 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16428
16429         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
16430         rather than 'join FILE -', for Solaris join.
16431
16432 2008-12-29  Bruno Haible  <bruno@clisp.org>
16433
16434         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
16435         quoting.
16436         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
16437         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
16438         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
16439         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
16440         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
16441         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
16442         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
16443         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
16444         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
16445         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
16446         * m4/nls.m4 (AM_NLS): Likewise.
16447         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
16448         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
16449         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
16450         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
16451         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
16452         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
16453         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
16454         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
16455         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
16456         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
16457         * m4/xsize.m4 (gl_XSIZE): Likewise.
16458         Suggested by Jim Meyering.
16459
16460 2008-11-17  Bruce Korb  <bkorb@gnu.org>
16461
16462         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
16463         * lib/parse-duration.c: use a switch instead of cascading if's.
16464
16465 2008-12-29  Eric Blake  <ebb9@byu.net>
16466
16467         wchar.h: supply WEOF on Irix 5.3
16468         * lib/wchar.in.h (wint_t): Also supply WEOF.
16469         * lib/wctype.in.h (wint_t): Likewise.
16470         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
16471         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
16472         Reported by Tom G. Christensen.
16473
16474 2008-12-26  Bruno Haible  <bruno@clisp.org>
16475
16476         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
16477         i486, i586, i686.
16478
16479 2008-12-26  Bruno Haible  <bruno@clisp.org>
16480
16481         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
16482
16483 2008-12-26  Bruno Haible  <bruno@clisp.org>
16484
16485         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
16486         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
16487         not __STDC_CONSTANT_MACROS.
16488         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16489
16490 2008-12-25  Bruno Haible  <bruno@clisp.org>
16491
16492         Add support for universal builds to vasnprintf.
16493         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
16494         universal builds, guess no.
16495         * modules/vasnprintf-posix (Depends-on): Add multiarch.
16496         * modules/vasprintf-posix (Depends-on): Likewise.
16497         * modules/fprintf-posix (Depends-on): Likewise.
16498         * modules/vfprintf-posix (Depends-on): Likewise.
16499         * modules/snprintf-posix (Depends-on): Likewise.
16500         * modules/vsnprintf-posix (Depends-on): Likewise.
16501         * modules/sprintf-posix (Depends-on): Likewise.
16502         * modules/vsprintf-posix (Depends-on): Likewise.
16503         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16504         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16505         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16506         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16507         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16508         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16509         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16510
16511         Add support for universal builds to <inttypes.h>.
16512         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
16513         _SCNu64_PREFIX): In Apple
16514         universal builds, define directly, using _LP64.
16515         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
16516         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
16517         * modules/inttypes (Depends-on): Add multiarch.
16518         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16519
16520         Add support for universal builds to <stdint.h>.
16521         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
16522         universal builds, define directly, using _LP64.
16523         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
16524         Apple universal builds, don't test for the size and suffix of ptrdiff_t
16525         and size_t.
16526         * modules/stdint (Depends-on): Add multiarch.
16527         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16528
16529         New module 'multiarch'.
16530         * modules/multiarch: New file.
16531         * m4/multiarch.m4: New file.
16532
16533 2008-12-25  Bruno Haible  <bruno@clisp.org>
16534
16535         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
16536
16537 2008-12-25  Bruno Haible  <bruno@clisp.org>
16538
16539         * modules/btowc (License): Relicense under LGPLv2+.
16540         * modules/mbsinit (License): Likewise.
16541         * modules/mbrtowc (License): Likewise.
16542         * modules/wcrtomb (License): Likewise.
16543         * modules/streq (License): Likewise.
16544         Reported by David Lutterkort <lutter@redhat.com>.
16545
16546 2008-12-23  Bruno Haible  <bruno@clisp.org>
16547
16548         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
16549
16550 2008-12-23  Bruno Haible  <bruno@clisp.org>
16551
16552         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
16553         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
16554         GETADDRINFO_LIB, not in LIBS.
16555         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
16556         * modules/canon-host (Link): Likewise.
16557         * NEWS: Mention the change.
16558         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
16559         GETADDRINFO_LIB.
16560
16561 2008-12-22  Bruno Haible  <bruno@clisp.org>
16562
16563         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
16564         * doc/posix-functions/iswalpha_l.texi: Likewise.
16565         * doc/posix-functions/iswblank_l.texi: Likewise.
16566         * doc/posix-functions/iswcntrl_l.texi: Likewise.
16567         * doc/posix-functions/iswctype_l.texi: Likewise.
16568         * doc/posix-functions/iswdigit_l.texi: Likewise.
16569         * doc/posix-functions/iswgraph_l.texi: Likewise.
16570         * doc/posix-functions/iswlower_l.texi: Likewise.
16571         * doc/posix-functions/iswprint_l.texi: Likewise.
16572         * doc/posix-functions/iswpunct_l.texi: Likewise.
16573         * doc/posix-functions/iswspace_l.texi: Likewise.
16574         * doc/posix-functions/iswupper_l.texi: Likewise.
16575         * doc/posix-functions/iswxdigit_l.texi: Likewise.
16576         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
16577         * doc/posix-functions/open_wmemstream.texi: Likewise.
16578         * doc/posix-functions/swscanf.texi: Likewise.
16579         * doc/posix-functions/towctrans_l.texi: Likewise.
16580         * doc/posix-functions/towlower.texi: Likewise.
16581         * doc/posix-functions/towlower_l.texi: Likewise.
16582         * doc/posix-functions/towupper.texi: Likewise.
16583         * doc/posix-functions/towupper_l.texi: Likewise.
16584         * doc/posix-functions/vfwprintf.texi: Likewise.
16585         * doc/posix-functions/vfwscanf.texi: Likewise.
16586         * doc/posix-functions/vswscanf.texi: Likewise.
16587         * doc/posix-functions/vwprintf.texi: Likewise.
16588         * doc/posix-functions/vwscanf.texi: Likewise.
16589         * doc/posix-functions/wcpcpy.texi: Likewise.
16590         * doc/posix-functions/wcpncpy.texi: Likewise.
16591         * doc/posix-functions/wcscasecmp.texi: Likewise.
16592         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
16593         * doc/posix-functions/wcscoll_l.texi: Likewise.
16594         * doc/posix-functions/wcsdup.texi: Likewise.
16595         * doc/posix-functions/wcsncasecmp.texi: Likewise.
16596         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
16597         * doc/posix-functions/wcsnlen.texi: Likewise.
16598         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16599         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
16600         * doc/posix-functions/wctrans_l.texi: Likewise.
16601         * doc/posix-functions/wctype_l.texi: Likewise.
16602         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
16603         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
16604         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
16605         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
16606         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
16607         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
16608         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
16609         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
16610         * doc/glibc-functions/wcschrnul.texi: Likewise.
16611         * doc/glibc-functions/wcsftime_l.texi: Likewise.
16612         * doc/glibc-functions/wcstod_l.texi: Likewise.
16613         * doc/glibc-functions/wcstof_l.texi: Likewise.
16614         * doc/glibc-functions/wcstol_l.texi: Likewise.
16615         * doc/glibc-functions/wcstold_l.texi: Likewise.
16616         * doc/glibc-functions/wcstoll_l.texi: Likewise.
16617         * doc/glibc-functions/wcstoq.texi: Likewise.
16618         * doc/glibc-functions/wcstoul_l.texi: Likewise.
16619         * doc/glibc-functions/wcstoull_l.texi: Likewise.
16620         * doc/glibc-functions/wcstouq.texi: Likewise.
16621         * doc/glibc-functions/wmempcpy.texi: Likewise.
16622
16623 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
16624             Eric Blake  <ebb9@byu.net>
16625             Paolo Bonzini  <bonzini@gnu.org>
16626             Bruno Haible  <bruno@clisp.org>
16627
16628         Make c-stack work on Haiku.
16629         * lib/c-stack.c (SA_ONSTACK): Define fallback.
16630         (c_stack_action): Use SA_ONSTACK flag.
16631
16632 2008-12-22  Bruno Haible  <bruno@clisp.org>
16633
16634         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
16635
16636 2008-12-22  Bruno Haible  <bruno@clisp.org>
16637
16638         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
16639         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
16640         being overridden.
16641         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
16642         New macros.
16643         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
16644         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
16645         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
16646         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
16647
16648 2008-12-22  Bruno Haible  <bruno@clisp.org>
16649
16650         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
16651         from test code.
16652
16653 2008-12-22  Eric Blake  <ebb9@byu.net>
16654
16655         Avoid gcc warnings on cygwin.
16656         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
16657         Avoid unused variable.
16658         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
16659         Likewise.
16660
16661 2008-12-22  Bruno Haible  <bruno@clisp.org>
16662
16663         Remove HAVE_MBRTOWC conditionals.
16664         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
16665         (mbscasecmp): Assume mbrtowc function.
16666         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
16667         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
16668         * lib/mbschr.c: Include mbuiter.h unconditionally.
16669         (mbschr): Assume mbrtowc function.
16670         * lib/mbscspn.c: Include mbuiter.h unconditionally.
16671         (mbscspn): Assume mbrtowc function.
16672         * lib/mbslen.c: Include mbuiter.h unconditionally.
16673         (mbslen): Assume mbrtowc function.
16674         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
16675         (mbsncasecmp): Assume mbrtowc function.
16676         * lib/mbsnlen.c: Include mbiter.h unconditionally.
16677         (mbsnlen): Assume mbrtowc function.
16678         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
16679         (mbspbrk): Assume mbrtowc function.
16680         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
16681         (mbspcasecmp): Assume mbrtowc function.
16682         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
16683         (mbsrchr): Assume mbrtowc function.
16684         * lib/mbssep.c: Include mbuiter.h unconditionally.
16685         (mbssep): Assume mbrtowc function.
16686         * lib/mbsspn.c: Include mbuiter.h unconditionally.
16687         (mbsspn): Assume mbrtowc function.
16688         * lib/mbsstr.c: Include mbuiter.h unconditionally.
16689         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
16690         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
16691         (mbstok_r): Assume mbrtowc function.
16692         * lib/propername.c: Include mbuiter.h unconditionally.
16693         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
16694         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
16695         (trim2): Assume mbrtowc function.
16696         * lib/mbswidth.c (mbsinit): Remove fallback definition.
16697         (mbsnwidth): Assume mbrtowc function.
16698         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
16699         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
16700         fallback definitions.
16701         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
16702
16703 2008-12-22  Bruno Haible  <bruno@clisp.org>
16704
16705         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
16706
16707 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
16708
16709         * modules/regex: Request emulations for the mb*/wc* functions we need.
16710         * m4/regex.m4: Don't look for those functions here.
16711         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
16712
16713 2008-12-22  Bruno Haible  <bruno@clisp.org>
16714
16715         * modules/fnmatch (Depends-on): Remove duplicated dependency.
16716
16717 2008-12-21  Bruno Haible  <bruno@clisp.org>
16718
16719         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
16720         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
16721         (Include): Remove conditionalization.
16722         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
16723         (Include): Remove conditionalization.
16724         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
16725         (Include): Remove conditionalization.
16726         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
16727         * m4/mbfile.m4 (gl_MBFILE): Likewise.
16728         * NEWS: Mention the change.
16729         Reported by Alan Hourihane <alanh@fairlite.co.uk>
16730         via Sergey Poznyakoff <gray@gnu.org.ua>.
16731
16732 2008-12-21  Bruno Haible  <bruno@clisp.org>
16733
16734         * MODULES.html.sh (Extended multibyte and wide character utilities
16735         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
16736         wcrtomb, wcsrtombs.
16737         (Support for systems lacking POSIX:2008): Add accept, bind, close,
16738         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
16739         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
16740         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
16741
16742 2008-12-21  Bruno Haible  <bruno@clisp.org>
16743
16744         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
16745
16746 2008-12-21  Bruno Haible  <bruno@clisp.org>
16747
16748         * modules/wcsnrtombs-tests: New file.
16749         * tests/test-wcsnrtombs1.sh: New file.
16750         * tests/test-wcsnrtombs2.sh: New file.
16751         * tests/test-wcsnrtombs3.sh: New file.
16752         * tests/test-wcsnrtombs4.sh: New file.
16753         * tests/test-wcsnrtombs.c: New file.
16754
16755         New module 'wcsnrtombs'.
16756         * lib/wchar.in.h (wcsnrtombs): New declaration.
16757         * lib/wcsnrtombs.c: New file.
16758         * lib/wcsrtombs-state.c: New file.
16759         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
16760         (internal_state): Remove variable.
16761         * m4/wcsnrtombs.m4: New file.
16762         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
16763         compilation units.
16764         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
16765         HAVE_WCSNRTOMBS.
16766         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
16767         HAVE_WCSNRTOMBS.
16768         * modules/wcsnrtombs: New file.
16769         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
16770         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
16771
16772 2008-12-21  Bruno Haible  <bruno@clisp.org>
16773
16774         * modules/wcsrtombs-tests: New file.
16775         * tests/test-wcsrtombs1.sh: New file.
16776         * tests/test-wcsrtombs2.sh: New file.
16777         * tests/test-wcsrtombs3.sh: New file.
16778         * tests/test-wcsrtombs4.sh: New file.
16779         * tests/test-wcsrtombs.c: New file.
16780
16781         New module 'wcsrtombs'.
16782         * lib/wchar.in.h (wcsrtombs): New declaration.
16783         * lib/wcsrtombs.c: New file.
16784         * m4/wcsrtombs.m4: New file.
16785         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
16786         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16787         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
16788         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16789         * modules/wcsrtombs: New file.
16790         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
16791         bugs.
16792
16793 2008-12-21  Bruno Haible  <bruno@clisp.org>
16794
16795         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
16796         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
16797         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
16798         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
16799         if not correct.
16800         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
16801         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
16802         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16803         m4/locale-zh.m4, m4/codeset.m4.
16804         * doc/posix-functions/wcrtomb.texi: Document the bug.
16805
16806 2008-12-21  Bruno Haible  <bruno@clisp.org>
16807
16808         Work around a btowc() bug on IRIX 6.5.
16809         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
16810         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
16811         REPLACE_WTOBC if not.
16812         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
16813         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
16814         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
16815
16816 2008-12-21  Bruno Haible  <bruno@clisp.org>
16817
16818         * modules/wcrtomb-tests: New file.
16819         * tests/test-wcrtomb.sh: New file.
16820         * tests/test-wcrtomb.c: New file.
16821
16822         New module 'wcrtomb'.
16823         * lib/wchar.in.h (wcrtomb): New declaration.
16824         * lib/wcrtomb.c: New file.
16825         * m4/wcrtomb.m4: New file.
16826         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
16827         HAVE_WCRTOMB.
16828         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
16829         HAVE_WCRTOMB.
16830         * modules/wcrtomb: New file.
16831         * doc/posix-functions/wcrtomb.texi: Mention the new module.
16832
16833 2008-12-21  Bruno Haible  <bruno@clisp.org>
16834
16835         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
16836         * modules/mbsrtowcs (Files): Likewise.
16837         * modules/wctob (Files): Likewise.
16838         * modules/c-strcase-tests (Files): Likewise.
16839         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
16840         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
16841         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
16842         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
16843         * modules/vasnprintf-posix-tests (Files): Likewise.
16844
16845 2008-12-21  William Pursell  <bill.pursell@gmail.com>
16846
16847         gitlog-to-changelog: pass all command-line arguments to git-log
16848         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
16849         it is sometimes convenient to filter the commits in various ways.
16850         gitlog-to-changelog only allows --since to specify a start date,
16851         but git-log itself supports many other filtering mechanisms.
16852         At the moment, I want to filter by branch name.  Rather than
16853         adding a --branch option to gitlog-to-changelog, it seems more
16854         flexible to simply pass all options directly to git-log and let
16855         git do the work.  Notice that this effectively makes --since a
16856         redundant option for gitlog-to-changelog, but removing it would
16857         require current usage to change since calls would then require
16858         an additional '--'.
16859
16860 2008-12-21  Bruno Haible  <bruno@clisp.org>
16861
16862         * modules/mbsnrtowcs-tests: New file.
16863         * tests/test-mbsnrtowcs1.sh: New file.
16864         * tests/test-mbsnrtowcs2.sh: New file.
16865         * tests/test-mbsnrtowcs3.sh: New file.
16866         * tests/test-mbsnrtowcs4.sh: New file.
16867         * tests/test-mbsnrtowcs.c: New file.
16868
16869         New module 'mbsnrtowcs'.
16870         * lib/wchar.in.h (mbsnrtowcs): New declaration.
16871         * lib/mbsnrtowcs.c: New file.
16872         * lib/mbsrtowcs-state.c: New file.
16873         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
16874         (internal_state): Remove variable.
16875         * m4/mbsnrtowcs.m4: New file.
16876         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
16877         compilation units.
16878         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
16879         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16880         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
16881         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16882         * modules/mbsnrtowcs: New file.
16883         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
16884         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
16885         portability problem.
16886
16887 2008-12-21  Bruno Haible  <bruno@clisp.org>
16888
16889         Work around mbsrtowcs bug.
16890         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
16891         (gl_FUNC_MBSRTOWCS): Invoke it.
16892         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16893         m4/locale-zh.m4.
16894         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
16895
16896 2008-12-21  Bruno Haible  <bruno@clisp.org>
16897
16898         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
16899
16900 2008-12-21  Bruno Haible  <bruno@clisp.org>
16901
16902         Update doc for AIX.
16903         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
16904         16-bit wchar_t type.
16905         * doc/posix-functions/btowc.texi: Likewise.
16906         * doc/posix-functions/fgetwc.texi: Likewise.
16907         * doc/posix-functions/fgetws.texi: Likewise.
16908         * doc/posix-functions/fputwc.texi: Likewise.
16909         * doc/posix-functions/fputws.texi: Likewise.
16910         * doc/posix-functions/fwide.texi: Likewise.
16911         * doc/posix-functions/fwprintf.texi: Likewise.
16912         * doc/posix-functions/fwscanf.texi: Likewise.
16913         * doc/posix-functions/getwchar.texi: Likewise.
16914         * doc/posix-functions/getwc.texi: Likewise.
16915         * doc/posix-functions/iswalnum.texi: Likewise.
16916         * doc/posix-functions/iswalpha.texi: Likewise.
16917         * doc/posix-functions/iswblank.texi: Likewise.
16918         * doc/posix-functions/iswcntrl.texi: Likewise.
16919         * doc/posix-functions/iswctype.texi: Likewise.
16920         * doc/posix-functions/iswdigit.texi: Likewise.
16921         * doc/posix-functions/iswgraph.texi: Likewise.
16922         * doc/posix-functions/iswlower.texi: Likewise.
16923         * doc/posix-functions/iswprint.texi: Likewise.
16924         * doc/posix-functions/iswpunct.texi: Likewise.
16925         * doc/posix-functions/iswspace.texi: Likewise.
16926         * doc/posix-functions/iswupper.texi: Likewise.
16927         * doc/posix-functions/iswxdigit.texi: Likewise.
16928         * doc/posix-functions/mbrtowc.texi: Likewise.
16929         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16930         * doc/posix-functions/mbstowcs.texi: Likewise.
16931         * doc/posix-functions/mbtowc.texi: Likewise.
16932         * doc/posix-functions/putwchar.texi: Likewise.
16933         * doc/posix-functions/putwc.texi: Likewise.
16934         * doc/posix-functions/swprintf.texi: Likewise.
16935         * doc/posix-functions/tolower.texi: Likewise.
16936         * doc/posix-functions/toupper.texi: Likewise.
16937         * doc/posix-functions/towctrans.texi: Likewise.
16938         * doc/posix-functions/ungetwc.texi: Likewise.
16939         * doc/posix-functions/vswprintf.texi: Likewise.
16940         * doc/posix-functions/wcrtomb.texi: Likewise.
16941         * doc/posix-functions/wcscat.texi: Likewise.
16942         * doc/posix-functions/wcschr.texi: Likewise.
16943         * doc/posix-functions/wcscmp.texi: Likewise.
16944         * doc/posix-functions/wcscoll.texi: Likewise.
16945         * doc/posix-functions/wcscpy.texi: Likewise.
16946         * doc/posix-functions/wcscspn.texi: Likewise.
16947         * doc/posix-functions/wcsftime.texi: Likewise.
16948         * doc/posix-functions/wcslen.texi: Likewise.
16949         * doc/posix-functions/wcsncat.texi: Likewise.
16950         * doc/posix-functions/wcsncmp.texi: Likewise.
16951         * doc/posix-functions/wcsncpy.texi: Likewise.
16952         * doc/posix-functions/wcspbrk.texi: Likewise.
16953         * doc/posix-functions/wcsrchr.texi: Likewise.
16954         * doc/posix-functions/wcsrtombs.texi: Likewise.
16955         * doc/posix-functions/wcsspn.texi: Likewise.
16956         * doc/posix-functions/wcsstr.texi: Likewise.
16957         * doc/posix-functions/wcstod.texi: Likewise.
16958         * doc/posix-functions/wcstof.texi: Likewise.
16959         * doc/posix-functions/wcstoimax.texi: Likewise.
16960         * doc/posix-functions/wcstok.texi: Likewise.
16961         * doc/posix-functions/wcstold.texi: Likewise.
16962         * doc/posix-functions/wcstoll.texi: Likewise.
16963         * doc/posix-functions/wcstol.texi: Likewise.
16964         * doc/posix-functions/wcstombs.texi: Likewise.
16965         * doc/posix-functions/wcstoull.texi: Likewise.
16966         * doc/posix-functions/wcstoul.texi: Likewise.
16967         * doc/posix-functions/wcstoumax.texi: Likewise.
16968         * doc/posix-functions/wcswidth.texi: Likewise.
16969         * doc/posix-functions/wcsxfrm.texi: Likewise.
16970         * doc/posix-functions/wctob.texi: Likewise.
16971         * doc/posix-functions/wctomb.texi: Likewise.
16972         * doc/posix-functions/wctrans.texi: Likewise.
16973         * doc/posix-functions/wctype.texi: Likewise.
16974         * doc/posix-functions/wcwidth.texi: Likewise.
16975         * doc/posix-functions/wmemchr.texi: Likewise.
16976         * doc/posix-functions/wmemcmp.texi: Likewise.
16977         * doc/posix-functions/wmemcpy.texi: Likewise.
16978         * doc/posix-functions/wmemmove.texi: Likewise.
16979         * doc/posix-functions/wmemset.texi: Likewise.
16980         * doc/posix-functions/wprintf.texi: Likewise.
16981         * doc/posix-functions/wscanf.texi: Likewise.
16982
16983 2008-12-21  Bruno Haible  <bruno@clisp.org>
16984
16985         Update doc for HP-UX 11.11.
16986         * doc/posix-functions/btowc.texi: Clarify that the function is missing
16987         in HP-UX version 11.00, not in all versions of HP-UX 11.
16988         * doc/posix-functions/fwide.texi: Likewise.
16989         * doc/posix-functions/fwprintf.texi: Likewise.
16990         * doc/posix-functions/fwscanf.texi: Likewise.
16991         * doc/posix-functions/inet_ntop.texi: Likewise.
16992         * doc/posix-functions/inet_pton.texi: Likewise.
16993         * doc/posix-functions/mbrlen.texi: Likewise.
16994         * doc/posix-functions/mbrtowc.texi: Likewise.
16995         * doc/posix-functions/mbsinit.texi: Likewise.
16996         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16997         * doc/posix-functions/swprintf.texi: Likewise.
16998         * doc/posix-functions/swscanf.texi: Likewise.
16999         * doc/posix-functions/towctrans.texi: Likewise.
17000         * doc/posix-functions/vfwprintf.texi: Likewise.
17001         * doc/posix-functions/vswprintf.texi: Likewise.
17002         * doc/posix-functions/vwprintf.texi: Likewise.
17003         * doc/posix-functions/wcrtomb.texi: Likewise.
17004         * doc/posix-functions/wcsrtombs.texi: Likewise.
17005         * doc/posix-functions/wcsstr.texi: Likewise.
17006         * doc/posix-functions/wctob.texi: Likewise.
17007         * doc/posix-functions/wctrans.texi: Likewise.
17008         * doc/posix-functions/wmemchr.texi: Likewise.
17009         * doc/posix-functions/wmemcmp.texi: Likewise.
17010         * doc/posix-functions/wmemcpy.texi: Likewise.
17011         * doc/posix-functions/wmemmove.texi: Likewise.
17012         * doc/posix-functions/wmemset.texi: Likewise.
17013         * doc/posix-functions/wprintf.texi: Likewise.
17014         * doc/posix-functions/wscanf.texi: Likewise.
17015
17016 2008-12-21  Bruno Haible  <bruno@clisp.org>
17017
17018         Work around a portability problem.
17019         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
17020         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
17021
17022 2008-12-20  Bruno Haible  <bruno@clisp.org>
17023
17024         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
17025         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
17026         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
17027         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
17028         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
17029
17030         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
17031         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
17032         set.
17033         (GNULIB_defined_mbstate_t): New macro.
17034         (mbsinit): Redefine if REPLACE_MBSINIT is set.
17035         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
17036         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
17037         reuses the system's mbrtowc function but works around the bugs.
17038         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
17039         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
17040         macros.
17041         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
17042         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
17043         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
17044         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
17045         REPLACE_MBSINIT if mbsinit needs to be overridden.
17046         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
17047         REPLACE_MBSINIT, REPLACE_MBRTOWC.
17048         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
17049         REPLACE_MBSINIT, REPLACE_MBRTOWC.
17050         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17051         m4/locale-zh.m4.
17052         (Depends): Add mbsinit.
17053         * modules/mbsinit (Depends): Add mbrtowc.
17054         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
17055
17056 2008-12-20  Bruno Haible  <bruno@clisp.org>
17057
17058         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
17059         so that there are no conversion errors on AIX.
17060         * tests/test-mbsrtowcs.c (main): LIkewise.
17061
17062 2008-12-20  Bruno Haible  <bruno@clisp.org>
17063
17064         Work around wctob bug on Solaris <= 9.
17065         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
17066         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
17067         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
17068         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
17069         * modules/wctob (Files): Add m4/locale-fr.m4.
17070         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
17071
17072 2008-12-20  Bruno Haible  <bruno@clisp.org>
17073
17074         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
17075         /dev/null.
17076         * tests/test-select-in.sh: Likewise.
17077         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17078
17079 2008-12-20  Bruno Haible  <bruno@clisp.org>
17080
17081         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
17082         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
17083         Cygwin 1.5.x.
17084
17085 2008-12-20  Bruno Haible  <bruno@clisp.org>
17086
17087         Ensure mbstate_t is defined on HP-UX 11.11.
17088         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
17089         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
17090         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
17091         AC_USE_SYSTEM_EXTENSIONS.
17092         * modules/fnmatch (Depends-on): Add extensions.
17093         * modules/mbrlen (Depends-on): Likewise.
17094         * modules/mbrtowc (Depends-on): Likewise.
17095         * modules/mbsinit (Depends-on): Likewise.
17096         * modules/mbsrtowcs (Depends-on): Likewise.
17097         * modules/mbswidth (Depends-on): Likewise.
17098         * modules/quotearg (Depends-on): Likewise.
17099         * modules/strftime (Depends-on): Likewise.
17100
17101 2008-12-20  Bruno Haible  <bruno@clisp.org>
17102
17103         Ensure wctob is declared on IRIX 6.5.
17104         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
17105         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
17106         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
17107         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
17108         of HAVE_WCTOB.
17109         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
17110         HAVE_WCTOB.
17111         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
17112
17113 2008-12-19  Bruno Haible  <bruno@clisp.org>
17114
17115         * modules/mbsrtowcs-tests: New file.
17116         * tests/test-mbsrtowcs1.sh: New file.
17117         * tests/test-mbsrtowcs2.sh: New file.
17118         * tests/test-mbsrtowcs3.sh: New file.
17119         * tests/test-mbsrtowcs4.sh: New file.
17120         * tests/test-mbsrtowcs.c: New file.
17121
17122         New module 'mbsrtowcs'.
17123         * lib/wchar.in.h (mbsrtowcs): New declaration.
17124         * lib/mbsrtowcs.c: New file.
17125         * m4/mbsrtowcs.m4: New file.
17126         * modules/mbsrtowcs: New file.
17127         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
17128         HAVE_MBSRTOWCS.
17129         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
17130         HAVE_MBSRTOWCS.
17131         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
17132
17133 2008-12-19  Bruno Haible  <bruno@clisp.org>
17134
17135         New module 'mbrlen'.
17136         * lib/wchar.in.h (mbrlen): New declaration.
17137         * lib/mbrlen.c: New file.
17138         * m4/mbrlen.m4: New file.
17139         * modules/mbrlen: New file.
17140         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
17141         HAVE_MBRLEN.
17142         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
17143         HAVE_MBRLEN.
17144         * doc/posix-functions/mbrlen.texi: Document the new module.
17145
17146 2008-12-19  Bruno Haible  <bruno@clisp.org>
17147
17148         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
17149         * modules/mbrtowc (Depends-on): Add verify.
17150         Suggested by Paul Eggert.
17151
17152 2008-12-18  Bruno Haible  <bruno@clisp.org>
17153
17154         * modules/mbsinit-tests: New file.
17155         * tests/test-mbsinit.sh: New file.
17156         * tests/test-mbsinit.c: New file.
17157
17158 2008-12-18  Bruno Haible  <bruno@clisp.org>
17159
17160         * modules/mbrtowc-tests: New file.
17161         * tests/test-mbrtowc1.sh: New file.
17162         * tests/test-mbrtowc2.sh: New file.
17163         * tests/test-mbrtowc3.sh: New file.
17164         * tests/test-mbrtowc4.sh: New file.
17165         * tests/test-mbrtowc.c: New file.
17166
17167         New module 'mbrtowc'.
17168         * lib/wchar.in.h (mbstate_t): Override when the system does not have
17169         mbsinit and mbrtowc.
17170         (mbrtowc): New declaration.
17171         * lib/mbrtowc.c: New file.
17172         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
17173         * modules/mbrtowc: New file.
17174         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
17175         HAVE_MBRTOWC.
17176         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
17177         HAVE_MBRTOWC.
17178         * doc/posix-functions/mbrtowc.texi: Document the new module.
17179
17180 2008-12-18  Bruno Haible  <bruno@clisp.org>
17181
17182         New module 'wctob'.
17183         * lib/wchar.in.h (wctob): New declaration.
17184         * lib/wctob.c: New file.
17185         * m4/wctob.m4: New file.
17186         * modules/wctob: New file.
17187         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
17188         HAVE_WCTOB.
17189         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
17190         * doc/posix-functions/wctob.texi: Document the new module.
17191
17192 2008-12-18  Bruno Haible  <bruno@clisp.org>
17193
17194         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
17195         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
17196
17197 2008-12-18  Simon Josefsson  <simon@josefsson.org>
17198
17199         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
17200         G. Christensen" <tgc@jupiterrise.com>.
17201
17202         * lib/flock.c: Need to include errno.h.  Reported by "Tom
17203         G. Christensen" <tgc@jupiterrise.com>.
17204
17205         * lib/flock.c: Need to include string.h.  Reported by "Tom
17206         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
17207         <ebb9@byu.net>.
17208
17209 2008-12-18  Bruno Haible  <bruno@clisp.org>
17210
17211         * m4/locale-ja.m4: New file, from GNU gettext.
17212
17213 2008-12-17  Bruno Haible  <bruno@clisp.org>
17214
17215         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
17216         Suggested by Eric Blake.
17217
17218 2008-12-17  Bruno Haible  <bruno@clisp.org>
17219
17220         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
17221
17222 2008-12-17  Bruno Haible  <bruno@clisp.org>
17223
17224         * lib/mbsinit.c: Include verify.h. Verify an assumption.
17225         * modules/mbsinit (Depends-on): Add verify.
17226         Suggested by Paul Eggert.
17227
17228 2008-12-17  Bruno Haible  <bruno@clisp.org>
17229
17230         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
17231         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
17232         gl_FUNC_MBRTOWC.
17233         * m4/mbiter.m4 (gl_MBITER): LIkewise.
17234         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
17235         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
17236         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
17237         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
17238         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
17239         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
17240         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
17241         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
17242         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
17243         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
17244         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
17245         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
17246         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
17247         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
17248         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17249         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
17250         * modules/trim (configure.ac): Likewise.
17251
17252 2008-12-17  Bruno Haible  <bruno@clisp.org>
17253
17254         * modules/btowc-tests: New file.
17255         * tests/test-btowc1.sh: New file.
17256         * tests/test-btowc2.sh: New file.
17257         * tests/test-btowc.c: New file.
17258
17259         New module 'btowc'.
17260         * lib/wchar.in.h (btowc): New declaration.
17261         * lib/btowc.c: New file.
17262         * m4/btowc.m4: New file.
17263         * modules/btowc: New file.
17264         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
17265         HAVE_BTOWC.
17266         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
17267         * doc/posix-functions/btowc.texi: Document the new module.
17268
17269 2008-12-17  Bruno Haible  <bruno@clisp.org>
17270
17271         New module 'mbsinit'.
17272         * lib/wchar.in.h (mbsinit): New declaration.
17273         * lib/mbsinit.c: New file.
17274         * m4/mbsinit.m4: New file.
17275         * modules/mbsinit: New file.
17276         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
17277         HAVE_MBSINIT.
17278         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
17279         HAVE_MBSINIT.
17280         * doc/posix-functions/mbsinit.texi: Document the new module.
17281
17282 2008-12-16  Bruno Haible  <bruno@clisp.org>
17283
17284         * lib/unistd.in.h: Add comment.
17285         * tests/test-environ.c: Don't include <stdlib.h>.
17286
17287 2008-12-16  Bruno Haible  <bruno@clisp.org>
17288
17289         * lib/parse-duration.h (parse_duration): Document return value
17290         convention.
17291         * lib/parse-duration.c: Include specification header first. Add
17292         comments.
17293         (_): Remove macro.
17294         (parse_year_month_day, parse_hour_minute_second): Move side effects
17295         outside of strchr call.
17296         (parse_non_iso8601): Move side effects outside of isspace call.
17297         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
17298         call.
17299
17300 2008-12-16  Bruno Haible  <bruno@clisp.org>
17301
17302         * tests/test-parse-duration.sh: Produce no output when the test
17303         succeeds.
17304
17305 2008-12-16  Bruno Haible  <bruno@clisp.org>
17306
17307         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
17308         expressions.
17309
17310 2008-12-15  Bruno Haible  <bruno@clisp.org>
17311
17312         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
17313         * doc/glibc-functions/flistxattr.texi: Likewise.
17314         * doc/glibc-functions/fopencookie.texi: Likewise.
17315         * doc/glibc-functions/fremovexattr.texi: Likewise.
17316         * doc/glibc-functions/fsetxattr.texi: Likewise.
17317         * doc/glibc-functions/getxattr.texi: Likewise.
17318         * doc/glibc-functions/lgetxattr.texi: Likewise.
17319         * doc/glibc-functions/listxattr.texi: Likewise.
17320         * doc/glibc-functions/llistxattr.texi: Likewise.
17321         * doc/glibc-functions/lremovexattr.texi: Likewise.
17322         * doc/glibc-functions/lsetxattr.texi: Likewise.
17323         * doc/glibc-functions/removexattr.texi: Likewise.
17324         * doc/glibc-functions/setxattr.texi: Likewise.
17325         * doc/posix-functions/open_memstream.texi: Likewise.
17326
17327 2008-12-15  Eric Blake  <ebb9@byu.net>
17328
17329         Update doc for cygwin 1.7.
17330         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
17331         functions.
17332         * doc/posix-functions/fchmodat.texi: Likewise.
17333         * doc/posix-functions/fchownat.texi: Likewise.
17334         * doc/posix-functions/fdopendir.texi: Likewise.
17335         * doc/posix-functions/fmemopen.texi: Likewise.
17336         * doc/posix-functions/freeaddrinfo.texi: Likewise.
17337         * doc/posix-functions/fstatat.texi: Likewise.
17338         * doc/posix-functions/futimens.texi: Likewise.
17339         * doc/posix-functions/gai_strerror.texi: Likewise.
17340         * doc/posix-functions/getaddrinfo.texi: Likewise.
17341         * doc/posix-functions/getnameinfo.texi: Likewise.
17342         * doc/posix-functions/if_freenameindex.texi: Likewise.
17343         * doc/posix-functions/if_indextoname.texi: Likewise.
17344         * doc/posix-functions/if_nameindex.texi: Likewise.
17345         * doc/posix-functions/if_nametoindex.texi: Likewise.
17346         * doc/posix-functions/insque.texi: Likewise.
17347         * doc/posix-functions/linkat.texi: Likewise.
17348         * doc/posix-functions/llrint.texi: Likewise.
17349         * doc/posix-functions/llrintf.texi: Likewise.
17350         * doc/posix-functions/llrintl.texi: Likewise.
17351         * doc/posix-functions/lockf.texi: Likewise.
17352         * doc/posix-functions/lrintl.texi: Likewise.
17353         * doc/posix-functions/mkdirat.texi: Likewise.
17354         * doc/posix-functions/mkfifoat.texi: Likewise.
17355         * doc/posix-functions/mknodat.texi: Likewise.
17356         * doc/posix-functions/mq_close.texi: Likewise.
17357         * doc/posix-functions/mq_getattr.texi: Likewise.
17358         * doc/posix-functions/mq_notify.texi: Likewise.
17359         * doc/posix-functions/mq_open.texi: Likewise.
17360         * doc/posix-functions/mq_receive.texi: Likewise.
17361         * doc/posix-functions/mq_send.texi: Likewise.
17362         * doc/posix-functions/mq_setattr.texi: Likewise.
17363         * doc/posix-functions/mq_timedreceive.texi: Likewise.
17364         * doc/posix-functions/mq_timedsend.texi: Likewise.
17365         * doc/posix-functions/mq_unlink.texi: Likewise.
17366         * doc/posix-functions/open_memstream.texi: Likewise.
17367         * doc/posix-functions/openat.texi: Likewise.
17368         * doc/posix-functions/posix_fadvise.texi: Likewise.
17369         * doc/posix-functions/posix_fallocate.texi: Likewise.
17370         * doc/posix-functions/posix_madvise.texi: Likewise.
17371         * doc/posix-functions/posix_memalign.texi: Likewise.
17372         * doc/posix-functions/posix_openpt.texi: Likewise.
17373         * doc/posix-functions/readlinkat.texi: Likewise.
17374         * doc/posix-functions/remque.texi: Likewise.
17375         * doc/posix-functions/renameat.texi: Likewise.
17376         * doc/posix-functions/rintl.texi: Likewise.
17377         * doc/posix-functions/sem_unlink.texi: Likewise.
17378         * doc/posix-functions/shm_open.texi: Likewise.
17379         * doc/posix-functions/shm_unlink.texi: Likewise.
17380         * doc/posix-functions/signgam.texi: Likewise.
17381         * doc/posix-functions/sigset.texi: Likewise.
17382         * doc/posix-functions/stpcpy.texi: Likewise.
17383         * doc/posix-functions/stpncpy.texi: Likewise.
17384         * doc/posix-functions/strerror.texi: Likewise.
17385         * doc/posix-functions/strtod.texi: Likewise.
17386         * doc/posix-functions/symlinkat.texi: Likewise.
17387         * doc/posix-functions/unlinkat.texi: Likewise.
17388         * doc/posix-functions/utimensat.texi: Likewise.
17389         * doc/glibc-functions/bindresvport.texi: Likewise.
17390         * doc/glibc-functions/dn_expand.texi: Likewise.
17391         * doc/glibc-functions/exp10.texi: Likewise.
17392         * doc/glibc-functions/exp10f.texi: Likewise.
17393         * doc/glibc-functions/fgetxattr.texi: Likewise.
17394         * doc/glibc-functions/flistxattr.texi: Likewise.
17395         * doc/glibc-functions/fopencookie.texi: Likewise.
17396         * doc/glibc-functions/freeifaddrs.texi: Likewise.
17397         * doc/glibc-functions/fremovexattr.texi: Likewise.
17398         * doc/glibc-functions/fsetxattr.texi: Likewise.
17399         * doc/glibc-functions/getifaddrs.texi: Likewise.
17400         * doc/glibc-functions/getxattr.texi: Likewise.
17401         * doc/glibc-functions/lgetxattr.texi: Likewise.
17402         * doc/glibc-functions/listxattr.texi: Likewise.
17403         * doc/glibc-functions/llistxattr.texi: Likewise.
17404         * doc/glibc-functions/lremovexattr.texi: Likewise.
17405         * doc/glibc-functions/lsetxattr.texi: Likewise.
17406         * doc/glibc-functions/pow10.texi: Likewise.
17407         * doc/glibc-functions/pow10f.texi: Likewise.
17408         * doc/glibc-functions/rcmd_af.texi: Likewise.
17409         * doc/glibc-functions/removexattr.texi: Likewise.
17410         * doc/glibc-functions/res_init.texi: Likewise.
17411         * doc/glibc-functions/res_mkquery.texi: Likewise.
17412         * doc/glibc-functions/res_query.texi: Likewise.
17413         * doc/glibc-functions/res_querydomain.texi: Likewise.
17414         * doc/glibc-functions/res_send.texi: Likewise.
17415         * doc/glibc-functions/rresvport_af.texi: Likewise.
17416         * doc/glibc-functions/setxattr.texi: Likewise.
17417         * doc/glibc-functions/strcasestr.texi: Likewise.
17418
17419 2008-12-15  Bruno Haible  <bruno@clisp.org>
17420
17421         Fix compilation error on OSF/1 4.0.
17422         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
17423         <sys/time.h>, simply delegate to the system header.
17424         Reported by Daniel Richard G. <oss@teragram.com>.
17425
17426 2008-12-15  Bruno Haible  <bruno@clisp.org>
17427
17428         * doc/posix-functions/openat.texi: Mention the 'openat' module.
17429         * doc/posix-functions/fchmodat.texi: Likewise.
17430         * doc/posix-functions/fchownat.texi: Likewise.
17431         * doc/posix-functions/fdopendir.texi: Likewise.
17432         * doc/posix-functions/fstatat.texi: Likewise.
17433         * doc/posix-functions/mkdirat.texi: Likewise.
17434         * doc/posix-functions/unlinkat.texi: Likewise.
17435
17436 2008-12-14  Bruno Haible  <bruno@clisp.org>
17437
17438         Update doc for POSIX:2008.
17439         * doc/posix-functions/faccessat.texi: New file.
17440         * doc/posix-functions/fchmodat.texi: New file.
17441         * doc/posix-functions/fchownat.texi: New file.
17442         * doc/posix-functions/fdopendir.texi: New file.
17443         * doc/posix-functions/fstatat.texi: New file.
17444         * doc/posix-functions/futimens.texi: New file.
17445         * doc/posix-functions/linkat.texi: New file.
17446         * doc/posix-functions/mkdirat.texi: New file.
17447         * doc/posix-functions/mkfifoat.texi: New file.
17448         * doc/posix-functions/mknodat.texi: New file.
17449         * doc/posix-functions/open_wmemstream.texi: New file.
17450         * doc/posix-functions/openat.texi: New file.
17451         * doc/posix-functions/psiginfo.texi: New file.
17452         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
17453         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
17454         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
17455         * doc/posix-functions/readlinkat.texi: New file.
17456         * doc/posix-functions/renameat.texi: New file.
17457         * doc/posix-functions/strerror_l.texi: New file.
17458         * doc/posix-functions/symlinkat.texi: New file.
17459         * doc/posix-functions/unlinkat.texi: New file.
17460         * doc/posix-functions/utimensat.texi: New file.
17461         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17462
17463 2008-12-14  Bruno Haible  <bruno@clisp.org>
17464
17465         Update doc for POSIX:2008.
17466         * doc/posix-functions/alphasort.texi: Renamed from
17467         doc/glibc-functions/alphasort.texi.
17468         * doc/posix-functions/dirfd.texi: Renamed from
17469         doc/glibc-functions/dirfd.texi.
17470         * doc/posix-functions/dprintf.texi: Renamed from
17471         doc/glibc-functions/dprintf.texi.
17472         * doc/posix-functions/duplocale.texi: Renamed from
17473         doc/glibc-functions/duplocale.texi.
17474         * doc/posix-functions/fexecve.texi: Renamed from
17475         doc/glibc-functions/fexecve.texi.
17476         * doc/posix-functions/fmemopen.texi: Renamed from
17477         doc/glibc-functions/fmemopen.texi.
17478         * doc/posix-functions/freelocale.texi: Renamed from
17479         doc/glibc-functions/freelocale.texi.
17480         * doc/posix-functions/getdate_err.texi: Renamed from
17481         doc/glibc-functions/getdate_err.texi.
17482         * doc/posix-functions/isalnum_l.texi: Renamed from
17483         doc/glibc-functions/isalnum_l.texi.
17484         * doc/posix-functions/isalpha_l.texi: Renamed from
17485         doc/glibc-functions/isalpha_l.texi.
17486         * doc/posix-functions/isblank_l.texi: Renamed from
17487         doc/glibc-functions/isblank_l.texi.
17488         * doc/posix-functions/iscntrl_l.texi: Renamed from
17489         doc/glibc-functions/iscntrl_l.texi.
17490         * doc/posix-functions/isdigit_l.texi: Renamed from
17491         doc/glibc-functions/isdigit_l.texi.
17492         * doc/posix-functions/isgraph_l.texi: Renamed from
17493         doc/glibc-functions/isgraph_l.texi.
17494         * doc/posix-functions/islower_l.texi: Renamed from
17495         doc/glibc-functions/islower_l.texi.
17496         * doc/posix-functions/isprint_l.texi: Renamed from
17497         doc/glibc-functions/isprint_l.texi.
17498         * doc/posix-functions/ispunct_l.texi: Renamed from
17499         doc/glibc-functions/ispunct_l.texi.
17500         * doc/posix-functions/isspace_l.texi: Renamed from
17501         doc/glibc-functions/isspace_l.texi.
17502         * doc/posix-functions/isupper_l.texi: Renamed from
17503         doc/glibc-functions/isupper_l.texi.
17504         * doc/posix-functions/iswalnum_l.texi: Renamed from
17505         doc/glibc-functions/iswalnum_l.texi.
17506         * doc/posix-functions/iswalpha_l.texi: Renamed from
17507         doc/glibc-functions/iswalpha_l.texi.
17508         * doc/posix-functions/iswblank_l.texi: Renamed from
17509         doc/glibc-functions/iswblank_l.texi.
17510         * doc/posix-functions/iswcntrl_l.texi: Renamed from
17511         doc/glibc-functions/iswcntrl_l.texi.
17512         * doc/posix-functions/iswctype_l.texi: Renamed from
17513         doc/glibc-functions/iswctype_l.texi.
17514         * doc/posix-functions/iswdigit_l.texi: Renamed from
17515         doc/glibc-functions/iswdigit_l.texi.
17516         * doc/posix-functions/iswgraph_l.texi: Renamed from
17517         doc/glibc-functions/iswgraph_l.texi.
17518         * doc/posix-functions/iswlower_l.texi: Renamed from
17519         doc/glibc-functions/iswlower_l.texi.
17520         * doc/posix-functions/iswprint_l.texi: Renamed from
17521         doc/glibc-functions/iswprint_l.texi.
17522         * doc/posix-functions/iswpunct_l.texi: Renamed from
17523         doc/glibc-functions/iswpunct_l.texi.
17524         * doc/posix-functions/iswspace_l.texi: Renamed from
17525         doc/glibc-functions/iswspace_l.texi.
17526         * doc/posix-functions/iswupper_l.texi: Renamed from
17527         doc/glibc-functions/iswupper_l.texi.
17528         * doc/posix-functions/iswxdigit_l.texi: Renamed from
17529         doc/glibc-functions/iswxdigit_l.texi.
17530         * doc/posix-functions/isxdigit_l.texi: Renamed from
17531         doc/glibc-functions/isxdigit_l.texi.
17532         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
17533         doc/glibc-functions/mbsnrtowcs.texi.
17534         * doc/posix-functions/mkdtemp.texi: Renamed from
17535         doc/glibc-functions/mkdtemp.texi.
17536         * doc/posix-functions/newlocale.texi: Renamed from
17537         doc/glibc-functions/newlocale.texi.
17538         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
17539         doc/glibc-functions/nl_langinfo_l.texi.
17540         * doc/posix-functions/open_memstream.texi: Renamed from
17541         doc/glibc-functions/open_memstream.texi.
17542         * doc/posix-functions/opterr.texi: Renamed from
17543         doc/glibc-functions/opterr.texi.
17544         * doc/posix-functions/optind.texi: Renamed from
17545         doc/glibc-functions/optind.texi.
17546         * doc/posix-functions/optopt.texi: Renamed from
17547         doc/glibc-functions/optopt.texi.
17548         * doc/posix-functions/psignal.texi: Renamed from
17549         doc/glibc-functions/psignal.texi.
17550         * doc/posix-functions/scandir.texi: Renamed from
17551         doc/glibc-functions/scandir.texi.
17552         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
17553         doc/glibc-functions/sched_get_priority_min.texi.
17554         * doc/posix-functions/signgam.texi: Renamed from
17555         doc/glibc-functions/signgam.texi.
17556         * doc/posix-functions/stpcpy.texi: Renamed from
17557         doc/glibc-functions/stpcpy.texi.
17558         * doc/posix-functions/stpncpy.texi: Renamed from
17559         doc/glibc-functions/stpncpy.texi.
17560         * doc/posix-functions/strcasecmp_l.texi: Renamed from
17561         doc/glibc-functions/strcasecmp_l.texi.
17562         * doc/posix-functions/strcoll_l.texi: Renamed from
17563         doc/glibc-functions/strcoll_l.texi.
17564         * doc/posix-functions/strfmon_l.texi: Renamed from
17565         doc/glibc-functions/strfmon_l.texi.
17566         * doc/posix-functions/strftime_l.texi: Renamed from
17567         doc/glibc-functions/strftime_l.texi.
17568         * doc/posix-functions/strncasecmp_l.texi: Renamed from
17569         doc/glibc-functions/strncasecmp_l.texi.
17570         * doc/posix-functions/strndup.texi: Renamed from
17571         doc/glibc-functions/strndup.texi.
17572         * doc/posix-functions/strnlen.texi: Renamed from
17573         doc/glibc-functions/strnlen.texi.
17574         * doc/posix-functions/strsignal.texi: Renamed from
17575         doc/glibc-functions/strsignal.texi.
17576         * doc/posix-functions/strxfrm_l.texi: Renamed from
17577         doc/glibc-functions/strxfrm_l.texi.
17578         * doc/posix-functions/timer_gettime.texi: Renamed from
17579         doc/glibc-functions/timer_gettime.texi.
17580         * doc/posix-functions/tolower_l.texi: Renamed from
17581         doc/glibc-functions/tolower_l.texi.
17582         * doc/posix-functions/toupper_l.texi: Renamed from
17583         doc/glibc-functions/toupper_l.texi.
17584         * doc/posix-functions/towctrans_l.texi: Renamed from
17585         doc/glibc-functions/towctrans_l.texi.
17586         * doc/posix-functions/towlower_l.texi: Renamed from
17587         doc/glibc-functions/towlower_l.texi.
17588         * doc/posix-functions/towupper_l.texi: Renamed from
17589         doc/glibc-functions/towupper_l.texi.
17590         * doc/posix-functions/uselocale.texi: Renamed from
17591         doc/glibc-functions/uselocale.texi.
17592         * doc/posix-functions/vdprintf.texi: Renamed from
17593         doc/glibc-functions/vdprintf.texi.
17594         * doc/posix-functions/wcpcpy.texi:
17595         Renamed from doc/glibc-functions/wcpcpy.texi.
17596         * doc/posix-functions/wcpncpy.texi: Renamed from
17597         doc/glibc-functions/wcpncpy.texi.
17598         * doc/posix-functions/wcscasecmp.texi: Renamed from
17599         doc/glibc-functions/wcscasecmp.texi.
17600         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
17601         doc/glibc-functions/wcscasecmp_l.texi.
17602         * doc/posix-functions/wcscoll_l.texi: Renamed from
17603         doc/glibc-functions/wcscoll_l.texi.
17604         * doc/posix-functions/wcsdup.texi: Renamed from
17605         doc/glibc-functions/wcsdup.texi.
17606         * doc/posix-functions/wcsncasecmp.texi: Renamed from
17607         doc/glibc-functions/wcsncasecmp.texi.
17608         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
17609         doc/glibc-functions/wcsncasecmp_l.texi.
17610         * doc/posix-functions/wcsnlen.texi: Renamed from
17611         doc/glibc-functions/wcsnlen.texi.
17612         * doc/posix-functions/wcsnrtombs.texi: Renamed from
17613         doc/glibc-functions/wcsnrtombs.texi.
17614         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
17615         doc/glibc-functions/wcsxfrm_l.texi.
17616         * doc/posix-functions/wctrans_l.texi: Renamed from
17617         doc/glibc-functions/wctrans_l.texi.
17618         * doc/posix-functions/wctype_l.texi: Renamed from
17619         doc/glibc-functions/wctype_l.texi.
17620         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17621         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
17622         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
17623         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
17624         these subsections.
17625         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
17626         Remove sections.
17627
17628 2008-12-14  Bruno Haible  <bruno@clisp.org>
17629
17630         Update doc for POSIX:2008.
17631         * doc/posix-functions/*.texi: Update URL of POSIX specification.
17632
17633 2008-12-14  Bruno Haible  <bruno@clisp.org>
17634
17635         Update doc for POSIX:2008.
17636         * doc/pastposix-functions/bcmp.texi: Renamed from
17637         doc/posix-functions/bcmp.texi.
17638         * doc/pastposix-functions/bcopy.texi: Renamed from
17639         doc/posix-functions/bcopy.texi.
17640         * doc/pastposix-functions/bsd_signal.texi: Renamed from
17641         doc/posix-functions/bsd_signal.texi.
17642         * doc/pastposix-functions/bzero.texi: Renamed from
17643         doc/posix-functions/bzero.texi.
17644         * doc/pastposix-functions/ecvt.texi: Renamed from
17645         doc/posix-functions/ecvt.texi.
17646         * doc/pastposix-functions/fcvt.texi: Renamed from
17647         doc/posix-functions/fcvt.texi.
17648         * doc/pastposix-functions/ftime.texi: Renamed from
17649         doc/posix-functions/ftime.texi.
17650         * doc/pastposix-functions/gcvt.texi: Renamed from
17651         doc/posix-functions/gcvt.texi.
17652         * doc/pastposix-functions/getcontext.texi: Renamed from
17653         doc/posix-functions/getcontext.texi.
17654         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
17655         doc/posix-functions/gethostbyaddr.texi.
17656         * doc/pastposix-functions/gethostbyname.texi: Renamed from
17657         doc/posix-functions/gethostbyname.texi.
17658         * doc/pastposix-functions/getwd.texi: Renamed from
17659         doc/posix-functions/getwd.texi.
17660         * doc/pastposix-functions/h_errno.texi: Renamed from
17661         doc/posix-functions/h_errno.texi.
17662         * doc/pastposix-functions/index.texi: Renamed from
17663         doc/posix-functions/index.texi.
17664         * doc/pastposix-functions/makecontext.texi: Renamed from
17665         doc/posix-functions/makecontext.texi.
17666         * doc/pastposix-functions/mktemp.texi: Renamed from
17667         doc/posix-functions/mktemp.texi.
17668         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
17669         doc/posix-functions/pthread_attr_getstackaddr.texi.
17670         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
17671         doc/posix-functions/pthread_attr_setstackaddr.texi.
17672         * doc/pastposix-functions/rindex.texi: Renamed from
17673         doc/posix-functions/rindex.texi.
17674         * doc/pastposix-functions/scalb.texi: Renamed from
17675         doc/posix-functions/scalb.texi.
17676         * doc/pastposix-functions/setcontext.texi: Renamed from
17677         doc/posix-functions/setcontext.texi.
17678         * doc/pastposix-functions/swapcontext.texi: Renamed from
17679         doc/posix-functions/swapcontext.texi.
17680         * doc/pastposix-functions/ualarm.texi: Renamed from
17681         doc/posix-functions/ualarm.texi.
17682         * doc/pastposix-functions/usleep.texi: Renamed from
17683         doc/posix-functions/usleep.texi.
17684         * doc/pastposix-functions/vfork.texi: Renamed from
17685         doc/posix-functions/vfork.texi.
17686         * doc/pastposix-functions/wcswcs.texi: Renamed from
17687         doc/posix-functions/wcswcs.texi.
17688         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
17689         (Function Substitutes): Update.
17690
17691 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17692
17693         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
17694         m4/strerror.m4.
17695
17696 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17697             Bruno Haible  <bruno@clisp.org>
17698
17699         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
17700
17701 2008-12-13  Bruno Haible  <bruno@clisp.org>
17702
17703         * modules/strtoull (Depends-on): Remove unistd.
17704
17705 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17706
17707         * modules/strtoull (Depends-on): Add stdlib.
17708
17709 2008-12-11  Simon Josefsson  <simon@josefsson.org>
17710
17711         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
17712
17713 2008-12-10  Jim Meyering  <meyering@redhat.com>
17714
17715         gl_ASSERT: don't say assertions are disabled when they're not
17716         * m4/assert.m4 (gl_ASSERT): Do not make configure report
17717         "checking whether to enable assertions... no", when they are in
17718         fact enabled.  This is solely a bug in the output of configure.
17719         In spite of saying "no", NDEBUG was not defined in that case.
17720         Also, as noted by Eric Blake, leave assertions enabled upon
17721         --enable-assert=INVALID.
17722
17723 2008-12-10  Bruno Haible  <bruno@clisp.org>
17724
17725         Change MODULES.html to refer to POSIX:2008 where possible.
17726         * MODULES.html.sh (POSIX2008_URL): New variable.
17727         (posix_headers): Remove sys/timeb, ucontext.
17728         (posix2001_headers): New variable.
17729         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
17730         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
17731         index, makecontext, mktemp, pthread_attr_getstackaddr,
17732         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
17733         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
17734         (posix2001_functions): New variable.
17735         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
17736         otherwise.
17737
17738 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17739
17740         add missing include to parse-duration.c
17741         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
17742         * modules/parse-duration (Depends-on): Add xalloc.
17743
17744         fix sed script reading maint.mk
17745         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
17746         (syntax-check-rules): Use it.
17747
17748 2008-12-09  Bruno Haible  <bruno@clisp.org>
17749
17750         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
17751         MacOS X 10.4/PowerPC.
17752         Reported by Simon Josefsson.
17753
17754 2008-12-08  Jim Meyering  <meyering@redhat.com>
17755
17756         work around mingw's lack of some S_IF definitions
17757         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
17758         Reported by Simon Josefsson.
17759
17760 2008-12-08  Bruno Haible  <bruno@clisp.org>
17761
17762         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
17763         applied to variables. Needed on MacOS X 10.4/PowerPC.
17764         Reported by Simon Josefsson.
17765
17766 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
17767         and Eric Blake  <ebb9@byu.net>
17768
17769         assert: honor --enable-assert
17770         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
17771         order to honor --enable-assert, rather than treating it as a
17772         synonym for --disable-assert.
17773
17774 2008-12-08  Jim Meyering  <meyering@redhat.com>
17775
17776         * lib/posixtm.c: Remove now-useless declaration of mktime.
17777
17778         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
17779
17780 2008-12-07  Bruno Haible  <bruno@clisp.org>
17781
17782         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
17783         test_once): Mark functions as static.
17784         * tests/test-tls.c (test_tls): Likewise.
17785
17786 2008-12-07  Bruno Haible  <bruno@clisp.org>
17787
17788         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
17789         iconv_register_autodetect.
17790
17791 2008-12-07  Jim Meyering  <meyering@redhat.com>
17792
17793         posixtm.c: avoid a warning
17794         * lib/posixtm.c (posixtime): Don't initialize tm0.
17795         It's no longer needed to placate gcc4's -Wuninitialized,
17796         and the attempt to placate would elicit a new warning.
17797
17798         unicodeio.c: mark unused parameters
17799         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17800         (fallback_failure_callback): Likewise.
17801
17802 2008-12-07  Bruno Haible  <bruno@clisp.org>
17803
17804         * gnulib-tool (func_create_testdir): When building the tests
17805         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
17806         Reported by Simon Josefsson.
17807
17808 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17809
17810         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
17811
17812 2008-12-06  Bruno Haible  <bruno@clisp.org>
17813
17814         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
17815         Suggested by Eric Blake.
17816
17817 2008-12-06  Bruno Haible  <bruno@clisp.org>
17818
17819         Fix a c-stack test failure on MacOS X.
17820         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
17821         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
17822         handler for SIGBUS as well.
17823         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
17824         install a signal handler for SIGBUS as well.
17825         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
17826
17827 2008-12-06  Bruno Haible  <bruno@clisp.org>
17828
17829         Advocacy documentation.
17830         * doc/gnulib-intro.texi (Benefits): New section.
17831         * doc/gnulib.texi: Update.
17832
17833 2008-12-06  Bruno Haible  <bruno@clisp.org>
17834
17835         Document the 'manywarnings' module.
17836         * doc/manywarnings.texi: New file.
17837         * doc/gnulib.texi: Include it.
17838
17839 2008-12-05  Eric Blake  <ebb9@byu.net>
17840
17841         tests: silence some gcc warnings
17842         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
17843         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
17844         type mismatches.
17845
17846 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17847             Bruno Haible  <bruno@clisp.org>
17848
17849         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
17850
17851 2008-11-29  Jim Meyering  <meyering@redhat.com>
17852
17853         unicodeio.c: mark unused parameters
17854         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17855         (fallback_failure_callback): Likewise.
17856
17857         fts: fix a thinko
17858         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
17859         (set_stat_type): Return S_IF*-valued "type" directly.
17860         Prompted by James Youngman's spotting a related bug.
17861         Confirmed by further testing through find.
17862
17863         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
17864         * lib/fts.c (D_TYPE): Define.
17865         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
17866         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
17867         (s_ifmt_shift_bits): New function.
17868         (set_stat_type): New function.
17869         (fts_build): When not calling fts_stat, call set_stat_type
17870         to propagate dirent.d_type info to fts_read caller.
17871         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
17872         fts_statp->st_mode type information may be valid.
17873
17874 2008-11-28  Simon Josefsson  <simon@josefsson.org>
17875
17876         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
17877         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
17878         <sds@gnu.org>.
17879
17880 2008-11-20  Bruno Haible  <bruno@clisp.org>
17881
17882         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
17883         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
17884         INCLUDE_NEXT.
17885         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
17886         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
17887         * modules/math (Makefile.am): Substitute
17888         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
17889         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17890
17891 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
17892             Bruno Haible  <bruno@clisp.org>
17893
17894         * lib/stdint.in.h: Define all type macros so that their expansion is
17895         a single typedef'ed token. Fixes a compilation failure in Boost which
17896         does "using ::int8_t;".
17897
17898 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17899
17900         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
17901         gl_MANYWARN_ALL_GCC.
17902         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
17903         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
17904         * modules/manywarnings: New file.
17905         * MODULES.html.sh: Mention manywarnings module.
17906
17907 2008-11-18  Bruno Haible  <bruno@clisp.org>
17908
17909         * doc/gnulib-tool.texi (Unit tests): New section.
17910
17911 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17912
17913         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
17914         paths like 'lib/po/foo.po'.
17915
17916 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17917
17918         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
17919         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
17920
17921 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17922
17923         * m4/warnings.m4: Use CPPFLAGS to really check whether the
17924         parameter works.
17925
17926 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17927
17928         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
17929
17930 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17931
17932         * modules/parse-duration-tests: New file.
17933         * tests/test-parse-duration.sh: New file.
17934         * tests/test-parse-duration.c: New file.
17935
17936         New module 'parse-duration'.
17937         * lib/parse-duration.h: New file.
17938         * lib/parse-duration.c: New file.
17939         * modules/parse-duration: New file.
17940
17941 2008-11-17  Bruno Haible  <bruno@clisp.org>
17942
17943         * tests/test-select-out.sh: Comment out the first pipe test.
17944         Reported by Simon Josefsson.
17945
17946 2008-11-17  Bruno Haible  <bruno@clisp.org>
17947
17948         * modules/getaddrinfo (Depends-on): Add servent, hostent.
17949         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
17950         gl_HOSTENT.
17951
17952 2008-11-17  Bruno Haible  <bruno@clisp.org>
17953
17954         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
17955         -lnetwork and -lnet. Needed for Haiku and BeOS.
17956
17957 2008-11-16  Bruno Haible  <bruno@clisp.org>
17958
17959         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
17960
17961 2008-11-16  Bruno Haible  <bruno@clisp.org>
17962
17963         Avoid test failure on Haiku.
17964         * tests/test-fsync.c: Include <errno.h>.
17965         (main): Don't require that fsync (0) fails.
17966
17967 2008-11-15  Bruno Haible  <bruno@clisp.org>
17968
17969         New module 'hostent'.
17970         * modules/hostent: New file.
17971         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
17972
17973 2008-11-15  Bruno Haible  <bruno@clisp.org>
17974
17975         New module 'servent'.
17976         * modules/servent: New file.
17977         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
17978
17979 2008-11-15  Bruno Haible  <bruno@clisp.org>
17980
17981         Avoid generating same test program with two different rules.
17982         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
17983         test-frexp to test-frexp-nolibm.
17984         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
17985         test-frexpl to test-frexpl-nolibm.
17986
17987 2008-11-15  Bruno Haible  <bruno@clisp.org>
17988
17989         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
17990         $(FREXPL_LIBM).
17991
17992 2008-11-15  Bruno Haible  <bruno@clisp.org>
17993
17994         * lib/netdb.in.h: Activate the definitions also when the system's
17995         <netdb.h> has 'struct addrinfo'.
17996         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
17997         EAI_OVERFLOW or AI_NUMERICSERV.
17998         * doc/posix-headers/netdb.texi: Document the problem.
17999
18000 2008-11-15  Bruno Haible  <bruno@clisp.org>
18001
18002         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
18003
18004         Make the 'sched' module work on platforms where <sched.h> exists but
18005         is incomplete (such as Haiku).
18006         * lib/sched.in.h; Include the system's <sched.h> if it exists.
18007         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
18008         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
18009         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
18010         HAVE_STRUCT_SCHED_PARAM.
18011         * modules/sched (Depends-on): Add include_next.
18012         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
18013         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
18014         * doc/posix-headers/sched.texi: Document the issue.
18015
18016 2008-11-13  Jim Meyering  <meyering@redhat.com>
18017
18018         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
18019         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
18020         test would fail due to the difference in the Report bugs to ...
18021         line.  The expected address is empty, "<>", while the actual
18022         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
18023
18024 2008-11-12  Bruno Haible  <bruno@clisp.org>
18025
18026         lstat: don't compile lstat.c on systems lacking lstat
18027         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
18028         which don't have lstat; this is handled by lib/sys_stat.in.h already.
18029         Reported by Daniel P. Berrange via Jim Meyering.
18030
18031 2008-11-12  Jim Meyering  <meyering@redhat.com>
18032
18033         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
18034
18035 2008-11-12  Simon Josefsson  <simon@josefsson.org>
18036
18037         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
18038         instead.
18039
18040 2008-11-12  Bruno Haible  <bruno@clisp.org>
18041
18042         * lib/unicodeio.c: Include unistr.h.
18043         (utf8_wctomb): Remove function.
18044         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
18045
18046 2008-11-12  Simon Josefsson  <simon@josefsson.org>
18047
18048         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
18049         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
18050         <bruno@clisp.org>.
18051         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
18052
18053 2008-11-12  Simon Josefsson  <simon@josefsson.org>
18054
18055         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
18056         * doc/gnulib.texi: Add section for warnings.
18057
18058 2008-11-11  Bruno Haible  <bruno@clisp.org>
18059
18060         * lib/sockets.h: Add a comment.
18061
18062 2008-11-11  Karl Berry  <karl@gnu.org>
18063
18064         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
18065
18066 2008-11-11  Eric Blake  <ebb9@byu.net>
18067
18068         fdl.texi: avoid git symlinks
18069         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
18070
18071 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18072
18073         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
18074
18075 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18076
18077         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
18078         (gl_WARN_ADD): Substitute $2 if literal.
18079
18080 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18081
18082         * m4/warning.m4: Remove.
18083
18084 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18085
18086         * m4/warnings.m4: Almost complete rewrite. :-)
18087
18088 2008-11-10  Simon Josefsson  <simon@josefsson.org>
18089
18090         * modules/warnings: New module.
18091         * m4/warnings.m4: New file.
18092         * MODULES.html.sh: Mention warnings module.
18093         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
18094         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18095
18096 2008-11-10  Eric Blake  <ebb9@byu.net>
18097
18098         fdl.texi: make a symlink to the latest version
18099         * doc/standards.texi: Revert today's earlier change.
18100         * doc/fdl-1.2.texi: Rename from old fdl.texi...
18101         * doc/fdl.texi: ...and replace this with a symlink to the newer
18102         fdl-1.3.texi.
18103
18104 2008-11-10  Bruno Haible  <bruno@clisp.org>
18105
18106         * tests/test-select-fd.c (main): Accept the result file name as fourth
18107         argument.
18108         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
18109         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
18110
18111 2008-11-10  Bruno Haible  <bruno@clisp.org>
18112
18113         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
18114         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
18115         as autoconf-substituted macros.
18116         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
18117         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
18118         gl_NETDB_H_DEFAULTS. Set these variables.
18119         * modules/netdb (Makefile.am): Substitute these variables.
18120
18121 2008-11-10  Eric Blake  <ebb9@byu.net>
18122
18123         standards.texi: include correct file for FDL 1.3
18124         * doc/standards.texi (GNU Free Documentation License): Change
18125         include file to pull in FDL 1.3, not 1.2.
18126
18127         fdl.texi: revert accidental change to license
18128         * doc/fdl.texi: This is FDL 1.2, not 1.3.
18129
18130 2008-11-10  Bruno Haible  <bruno@clisp.org>
18131
18132         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
18133         cross-compiling guesses also when the native compile gives no result.
18134
18135 2008-11-10  Bruno Haible  <bruno@clisp.org>
18136
18137         * lib/spawni.c (__spawni): Force variable into the stack.
18138
18139 2008-11-10  Bruno Haible  <bruno@clisp.org>
18140
18141         Add support for Haiku.
18142         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
18143         glibc and BeOS, but also on Haiku.
18144         * lib/fpurge.c (fpurge): Likewise.
18145         * lib/freadable.c (freadable): Likewise.
18146         * lib/freadahead.c (freadahead): Likewise.
18147         * lib/freading.c (freading): Likewise.
18148         * lib/freadptr.c (freadptr): Likewise.
18149         * lib/freadseek.c (freadptrinc): Likewise.
18150         * lib/fseeko.c (rpl_fseeko): Likewise.
18151         * lib/fseterr.c (fseterr): Likewise.
18152         * lib/fwritable.c (fwritable): Likewise.
18153         * lib/fwriting.c (fwriting): Likewise.
18154         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
18155
18156 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
18157
18158         * lib/config.charset: Treat Haiku like BeOS.
18159
18160 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
18161
18162         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
18163         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
18164
18165 2008-11-08  Bruno Haible  <bruno@clisp.org>
18166
18167         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
18168         AC_CACHE_CHECK.
18169
18170 2008-11-08  Bruno Haible  <bruno@clisp.org>
18171
18172         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
18173
18174 2008-11-08  Bruno Haible  <bruno@clisp.org>
18175
18176         * tests/test-select-fd.c: New file.
18177         * tests/test-select-in.sh: New file.
18178         * tests/test-select-out.sh: New file.
18179         * tests/test-select-stdin.c: New file.
18180         * modules/select-tests (Files): Add the new files.
18181         (Depends-on): Add gettimeofday.
18182         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
18183         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
18184         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
18185
18186 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
18187             Bruno Haible  <bruno@clisp.org>
18188
18189         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
18190
18191 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
18192
18193         * build-aux/pmccabe2html: Added support for C++ source files.
18194
18195 2008-11-05  Ben Pfaff  <blp@gnu.org>
18196
18197         Fix lib/close.c build on Windows.
18198         * modules/close (Files): Add lib/w32sock.h.
18199
18200 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
18201
18202         Accept Bison's NEWS format.
18203         * build-aux/announce-gen (print_news_deltas): Tweak
18204         $re_prefix.
18205
18206 2008-11-04  Bruno Haible  <bruno@clisp.org>
18207
18208         * modules/random_r (Maintainer): Add glibc.
18209
18210 2008-11-04  Simon Josefsson  <simon@josefsson.org>
18211
18212         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
18213         by karl@freefriends.org (Karl Berry).
18214         * doc/alloca.texi: Likewise.
18215         * doc/c-ctype.texi: Likewise.
18216         * doc/c-strcase.texi: Likewise.
18217         * doc/c-strcaseeq.texi: Likewise.
18218         * doc/c-strcasestr.texi: Likewise.
18219         * doc/c-strstr.texi: Likewise.
18220         * doc/c-strtod.texi: Likewise.
18221         * doc/c-strtold.texi: Likewise.
18222         * doc/ctime.texi: Likewise.
18223         * doc/error.texi: Likewise.
18224         * doc/fdl.texi: Likewise.
18225         * doc/gcd.texi: Likewise.
18226         * doc/getdate.texi: Likewise.
18227         * doc/gnulib-intro.texi: Likewise.
18228         * doc/gnulib-tool.texi: Likewise.
18229         * doc/gnulib.texi: Likewise.
18230         * doc/inet_ntoa.texi: Likewise.
18231         * doc/maintain.texi: Likewise.
18232         * doc/make-stds.texi: Likewise.
18233         * doc/quote.texi: Likewise.
18234         * doc/regexprops-generic.texi: Likewise.
18235         * doc/standards.texi: Likewise.
18236         * doc/verify.texi: Likewise.
18237         * doc/visibility.texi: Likewise.
18238         * doc/gnulib.texi (GNU Free Documentation License): Include
18239         fdl-1.3.texi instead of fdl.texi.
18240
18241 2008-11-04  Simon Josefsson  <simon@josefsson.org>
18242
18243         * doc/fdl-1.3.texi: New file, from
18244         <http://www.gnu.org/licenses/fdl-1.3.texi>.
18245         * modules/fdl-1.3: Add.
18246         * MODULES.html.sh: Add fdl-1.3.
18247
18248 2008-11-03  Bruno Haible  <bruno@clisp.org>
18249
18250         Make determination of absolute name of header file work with AIX xlc.
18251         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
18252         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
18253         preprocessing.
18254         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
18255         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
18256
18257 2008-11-03  Simon Josefsson  <simon@josefsson.org>
18258
18259         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
18260         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
18261         <ludo@gnu.org>.
18262
18263 2008-11-02  Bruno Haible  <bruno@clisp.org>
18264
18265         Mark 'strpbrk' obsolete.
18266         * modules/strpbrk (Status, Notice): New sections.
18267         * modules/strtok_r (Depends-on): Add strpbrk.
18268
18269 2008-11-02  Bruno Haible  <bruno@clisp.org>
18270
18271         Mark 'strdup' obsolete.
18272         * modules/strdup (Status, Notice): New sections.
18273         * modules/findprog (Depends-on): Add strdup.
18274         * modules/getaddrinfo (Depends-on): Likewise.
18275         * modules/localename (Depends-on): Likewise.
18276         * modules/relocatable-lib (Depends-on): Likewise.
18277         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
18278         * modules/relocatable-prog (Depends-on): Likewise.
18279         * modules/trim (Depends-on): Likewise.
18280         * modules/unictype/gen-ctype (Depends-on): Likewise.
18281         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
18282
18283 2008-11-02  Bruno Haible  <bruno@clisp.org>
18284
18285         Mark 'strcspn' obsolete.
18286         * modules/strcspn (Status, Notice): New sections.
18287
18288 2008-11-02  Bruno Haible  <bruno@clisp.org>
18289
18290         Mark 'rmdir' obsolete.
18291         * modules/rmdir (Status, Notice): New sections.
18292         * modules/clean-temp (Depends-on): Add rmdir.
18293         * modules/openat (Depends-on): Likewise.
18294
18295 2008-11-02  Bruno Haible  <bruno@clisp.org>
18296
18297         Mark 'raise' obsolete.
18298         * modules/raise (Status, Notice): New sections.
18299         (Include): Specify <signal.h>.
18300         * modules/stdio (Depends-on): Add raise.
18301         * modules/write (Depends-on): Likewise.
18302
18303 2008-11-02  Bruno Haible  <bruno@clisp.org>
18304
18305         Mark 'memset' obsolete.
18306         * modules/memset (Status, Notice): New sections.
18307
18308 2008-11-02  Bruno Haible  <bruno@clisp.org>
18309
18310         Mark 'memmove' obsolete.
18311         * modules/memmove (Status, Notice): New sections.
18312         * modules/argp (Depends-on): Add memmove.
18313         * modules/argz (Depends-on): Likewise.
18314         * modules/canonicalize (Depends-on): Likewise.
18315         * modules/canonicalize-lgpl (Depends-on): Likewise.
18316         * modules/fts (Depends-on): Likewise.
18317         * modules/getcwd (Depends-on): Likewise.
18318         * modules/human (Depends-on): Likewise.
18319         * modules/regex (Depends-on): Likewise.
18320         * modules/striconveh (Depends-on): Likewise.
18321         * modules/trim (Depends-on): Likewise.
18322         * modules/unistr/u8-move (Depends-on): Likewise.
18323         * modules/unistr/u16-move (Depends-on): Likewise.
18324         * modules/unistr/u32-move (Depends-on): Likewise.
18325
18326 2008-11-02  Bruno Haible  <bruno@clisp.org>
18327
18328         Mark 'memcpy' obsolete.
18329         * modules/memcpy (Status, Notice): New sections.
18330
18331 2008-11-02  Bruno Haible  <bruno@clisp.org>
18332
18333         Mark 'memcmp' obsolete.
18334         * modules/memcmp (Status, Notice): New sections.
18335         * modules/argmatch (Depends-on): Add memchr.
18336         * modules/backupfile (Depends-on): Likewise.
18337         * modules/c-strcasestr (Depends-on): Likewise.
18338         * modules/crypto/des (Depends-on): Likewise.
18339         * modules/csharpcomp (Depends-on): Likewise.
18340         * modules/fnmatch (Depends-on): Likewise.
18341         * modules/git-merge-changelog (Depends-on): Likewise.
18342         * modules/isnand (Depends-on): Likewise.
18343         * modules/isnand-nolibm (Depends-on): Likewise.
18344         * modules/isnanf (Depends-on): Likewise.
18345         * modules/isnanf-nolibm (Depends-on): Likewise.
18346         * modules/isnanl (Depends-on): Likewise.
18347         * modules/isnanl-nolibm (Depends-on): Likewise.
18348         * modules/mbchar (Depends-on): Likewise.
18349         * modules/memcoll (Depends-on): Likewise.
18350         * modules/quotearg (Depends-on): Likewise.
18351         * modules/regex (Depends-on): Likewise.
18352         * modules/relocatable-prog (Depends-on): Likewise.
18353         * modules/same (Depends-on): Likewise.
18354         * modules/signbit (Depends-on): Likewise.
18355         * modules/strcasestr-simple (Depends-on): Likewise.
18356         * modules/unictype/gen-ctype (Depends-on): Likewise.
18357         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
18358         * modules/uniname/uniname (Depends-on): Likewise.
18359         * modules/unistr/u8-cmp (Depends-on): Likewise.
18360
18361 2008-11-02  Bruno Haible  <bruno@clisp.org>
18362
18363         Mark 'memchr' obsolete.
18364         * modules/memchr (Status, Notice): New sections.
18365         * modules/argp (Depends-on): Add memchr.
18366         * modules/base64 (Depends-on): Likewise.
18367         * modules/c-strcasestr (Depends-on): Likewise.
18368         * modules/chdir-long (Depends-on): Likewise.
18369         * modules/fnmatch (Depends-on): Likewise.
18370         * modules/getsubopt (Depends-on): Likewise.
18371         * modules/git-merge-changelog (Depends-on): Likewise.
18372         * modules/glob (Depends-on): Likewise.
18373         * modules/strcasestr-simple (Depends-on): Likewise.
18374         * modules/strnlen (Depends-on): Likewise.
18375
18376 2008-11-02  Bruno Haible  <bruno@clisp.org>
18377
18378         Mark 'atexit' obsolete.
18379         * modules/atexit (Status, Notice): New sections.
18380         * modules/chdir-long (Depends-on): Add atexit.
18381         * modules/wait-process (Depends-on): Likewise.
18382
18383 2008-11-02  Bruno Haible  <bruno@clisp.org>
18384
18385         * gnulib-tool: New option --with-obsolete.
18386         (func_usage): Document it.
18387         (func_modules_transitive_closure): Drop obsolete dependencies if
18388         incobsolete is not true.
18389         (func_import): Read and save the incobsolete variable to the cache.
18390
18391 2008-11-02  Bruno Haible  <bruno@clisp.org>
18392
18393         * modules/TEMPLATE-EXTENDED: New field 'Status'.
18394         * gnulib-tool: New option --extract-status.
18395         (func_usage): Document it.
18396         (sed_extract_prog): Recognize it.
18397         (func_get_status): New function.
18398
18399 2008-10-30  Simon Josefsson  <simon@josefsson.org>
18400
18401         * modules/sockets (License): Change from LGPL to LGPLv2+.
18402
18403 2008-10-28  Simon Josefsson  <simon@josefsson.org>
18404
18405         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
18406
18407 2008-10-28  Simon Josefsson  <simon@josefsson.org>
18408
18409         * MODULES.html.sh (Support for systems lacking POSIX:2001):
18410         Mention times and sys_times.
18411         * modules/sys_times, modules/sys_times-tests: New modules.
18412         * modules/times, modules/times-tests: Likewise
18413         * m4/sys_times_h.m4: New file.
18414         * lib/sys_times.in.h: Likewise
18415         * lib/times.c: Likewise.
18416         * tests/test-sys_times.c: Likewise.
18417         * tests/test-times.c: Likewise.
18418         * doc/posix-headers/sys_times.texi: Update.
18419         * doc/posix-functions/times.texi: Update.
18420
18421 2008-10-28  Jim Meyering  <meyering@redhat.com>
18422
18423         * modules/tempname (Depends-on): Add lstat.
18424
18425         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
18426
18427 2008-10-28  Simon Josefsson  <simon@josefsson.org>
18428
18429         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
18430         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
18431         using idiom used elsewhere in gnulib.
18432
18433 2008-10-27  Jim Meyering  <meyering@redhat.com>
18434
18435         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
18436
18437 2008-10-27  Simon Josefsson  <simon@josefsson.org>
18438
18439         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
18440         TESTS_ENVIRONMENT, for shell scripts that needs to call built
18441         programs.
18442         * tests/test-argp-2.sh: Use $EXEEXT when needed.
18443
18444 2008-10-27  Simon Josefsson  <simon@josefsson.org>
18445
18446         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
18447
18448 2008-10-27  Bruno Haible  <bruno@clisp.org>
18449
18450         * tests/test-lstat.c: Include <stdio.h>.
18451
18452 2008-10-27  Simon Josefsson  <simon@josefsson.org>
18453
18454         * modules/lstat-tests: New module.
18455         * tests/test-lstat.c: New file.
18456
18457 2008-10-26  Jim Meyering  <meyering@redhat.com>
18458
18459         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
18460
18461 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18462             Bruno Haible  <bruno@clisp.org>
18463
18464         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
18465         * modules/configmake (Include): Add a note that the include must come
18466         after all system headers.
18467         * lib/javaversion.c: Include configmake.h after all other includes.
18468
18469 2008-10-26  Bruno Haible  <bruno@clisp.org>
18470
18471         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
18472         HAVE_STRUCT_RANDOM_DATA to 1.
18473         (gl_STDLIB_H): Simplify.
18474
18475 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18476
18477         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
18478         substitute HAVE_STRUCT_RANDOM_DATA.
18479         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
18480         random_data.
18481         * modules/stdlib (Makefile.am): Substitute
18482         HAVE_STRUCT_RANDOM_DATA.
18483
18484 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18485
18486         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
18487         * doc/gnulib-intro.texi (Copyright): Likewise.
18488
18489 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18490
18491         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
18492         findings.
18493
18494 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
18495             Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/unistd.in.h: Include <winsock2.h>.
18498         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
18499         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
18500         Provide dummy declarations.
18501         (gethostname): Override.
18502         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
18503         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
18504         gl_PREREQ_SYS_H_WINSOCK2.
18505         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
18506         * doc/posix-functions/gethostname.texi: More details.
18507
18508 2008-10-25  Bruno Haible  <bruno@clisp.org>
18509
18510         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18511         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
18512         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
18513
18514         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
18515         here ...
18516         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
18517         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
18518         gl_UNISTD_H_DEFAULTS.
18519
18520 2008-10-25  Eric Blake  <ebb9@byu.net>
18521
18522         signbit: avoid spurious compiler failure
18523         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
18524         declarations inside function.
18525
18526 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18527             Bruno Haible  <bruno@clisp.org>
18528
18529         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
18530         * modules/random_r (Depends-on): Add stdint.
18531
18532 2008-10-24  Bruno Haible  <bruno@clisp.org>
18533
18534         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
18535         Eggert.
18536         * modules/strerror (License): Likewise.
18537
18538 2008-10-24  Jim Meyering  <meyering@redhat.com>
18539
18540         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
18541         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
18542
18543 2008-10-24  Eric Blake  <ebb9@byu.net>
18544
18545         getgroups: fix compilation when getgroups is available
18546         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
18547         but with <config.h> override of getgroups disabled.
18548
18549 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18550
18551         * doc/gnulib.texi (Header files): Add note about C++ problems.
18552         Explained by Bruno Haible <bruno@clisp.org>.
18553
18554 2008-10-23  Bruno Haible  <bruno@clisp.org>
18555
18556         Define a dummy SA_NODEFER macro on Interix.
18557         * lib/signal.in.h (SA_NODEFER): Define fallback.
18558         Reported by Aleksey Cheusov <cheusov@tut.by> via
18559         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
18560
18561 2008-10-23  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/freadahead (License): Change to LGPLv2+.
18564         Suggested by Simon Josefsson.
18565
18566 2008-10-23  Jim Meyering  <meyering@redhat.com>
18567
18568         random_r: new module
18569         * modules/random_r: New file.
18570         * m4/random_r.m4: New file.
18571         * lib/random_r.c: New file, from glibc.
18572         * modules/random_r-tests: New file.
18573         * tests/test-random_r.c: New file.
18574         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
18575          Declare.
18576         (RAND_MAX): Define.
18577         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
18578         * modules/stdlib: Substitute them, too.
18579         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
18580         * doc/glibc-functions/initstate_r.texi: Mention the new module.
18581         * doc/glibc-functions/random_r.texi: Likewise.
18582         * doc/glibc-functions/setstate_r.texi: Likewise.
18583         * doc/glibc-functions/srandom_r.texi: Likewise.
18584         * config/srclist.txt: Mention it.
18585
18586 2008-10-23  David Lutterkort  <lutter@redhat.com>
18587
18588         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
18589         link requirement
18590
18591 2008-10-23  Jim Meyering  <meyering@redhat.com>
18592
18593         selinux-h: mark parameters of stub functions as intentionally unused
18594         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
18595         * lib/se-context.in.h: Likewise.
18596
18597 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18598
18599         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
18600
18601 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18602
18603         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
18604
18605 2008-10-22  Eric Blake  <ebb9@byu.net>
18606
18607         glthread/thread: avoid compiler warning
18608         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
18609         Add unreachable abort to silence compiler.
18610
18611 2008-10-22  Eric Blake  <ebb9@byu.net>
18612
18613         netdb: also supply struct addrinfo for cygwin 1.5.x
18614         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
18615         older cygwin.
18616         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
18617         cygwin.
18618         * doc/posix-headers/netdb.texi (netdb.h): Document this.
18619
18620 2008-10-22  Bruno Haible  <bruno@clisp.org>
18621
18622         * users.txt: Update entry about pspp.
18623
18624 2008-10-21  Bruno Haible  <bruno@clisp.org>
18625
18626         Simplification.
18627         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
18628         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
18629
18630         Simplification.
18631         * lib/ioctl.c (ioctl): Don't undefine.
18632         * lib/socket.c (socket): Don't undefine.
18633
18634         Remove unused module indicator macros.
18635         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
18636         GNULIB_$1 as a C macro.
18637
18638         * doc/posix-functions/close.texi: Undo last change.
18639         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
18640         Windows platforms.
18641
18642 2008-10-21  Bruno Haible  <bruno@clisp.org>
18643
18644         Add gethostname() declaration to <unistd.h>.
18645         * lib/unistd.in.h (gethostname): New declaration.
18646         * lib/gethostname.c: Include <unistd.h>.
18647         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
18648         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
18649         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
18650         and HAVE_GETHOSTNAME.
18651         * modules/gethostname (Depends-on): Add unistd.
18652         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18653         (Include): Specify <unistd.h>.
18654         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
18655         HAVE_GETHOSTNAME.
18656         * tests/test-gethostname.c: Include <unistd.h> first.
18657
18658 2008-10-21  Bruno Haible  <bruno@clisp.org>
18659
18660         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
18661         * modules/select-tests (Depends-on): Likewise.
18662         Reported by Simon Josefsson.
18663
18664 2008-10-21  Simon Josefsson  <simon@josefsson.org>
18665
18666         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
18667         * lib/accept.c: New file, based on winsock.c.
18668         * lib/bind.c: New file, based on winsock.c.
18669         * lib/connect.c: New file, based on winsock.c.
18670         * lib/getpeername.c: New file, based on winsock.c.
18671         * lib/getsockname.c: New file, based on winsock.c.
18672         * lib/getsockopt.c: New file, based on winsock.c.
18673         * lib/ioctl.c: New file, based on winsock.c.
18674         * lib/listen.c: New file, based on winsock.c.
18675         * lib/recv.c: New file, based on winsock.c.
18676         * lib/recvfrom.c: New file, based on winsock.c.
18677         * lib/send.c: New file, based on winsock.c.
18678         * lib/sendto.c: New file, based on winsock.c.
18679         * lib/setsockopt.c: New file, based on winsock.c.
18680         * lib/shutdown.c: New file, based on winsock.c.
18681         * lib/socket.c: New file, based on winsock.c.
18682         * lib/w32sock.h: New file, based on winsock.c.
18683         * lib/winsock.c: Remove file.
18684         * modules/accept: Likewise.
18685         * modules/bind: Likewise.
18686         * modules/connect: Likewise.
18687         * modules/getpeername: Likewise.
18688         * modules/getsockname: Likewise.
18689         * modules/getsockopt: Likewise.
18690         * modules/ioctl: Likewise.
18691         * modules/listen: Likewise.
18692         * modules/recv: Likewise.
18693         * modules/recvfrom: Likewise.
18694         * modules/send: Likewise.
18695         * modules/sendto: Likewise.
18696         * modules/setsockopt: Likewise.
18697         * modules/shutdown: Likewise.
18698         * modules/socket: Use socket.c instead of winsock.c.
18699         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
18700         * doc/posix-functions/accept.texi: Doc fix.
18701         * doc/posix-functions/bind.texi: Doc fix.
18702         * doc/posix-functions/close.texi: Doc fix.
18703         * doc/posix-functions/connect.texi: Doc fix.
18704         * doc/posix-functions/getpeername.texi: Doc fix.
18705         * doc/posix-functions/getsockname.texi: Doc fix.
18706         * doc/posix-functions/getsockopt.texi: Doc fix.
18707         * doc/posix-functions/ioctl.texi: Doc fix.
18708         * doc/posix-functions/listen.texi: Doc fix.
18709         * doc/posix-functions/recv.texi: Doc fix.
18710         * doc/posix-functions/recvfrom.texi: Doc fix.
18711         * doc/posix-functions/send.texi: Doc fix.
18712         * doc/posix-functions/sendto.texi: Doc fix.
18713         * doc/posix-functions/setsockopt.texi: Doc fix.
18714         * doc/posix-functions/shutdown.texi: Doc fix.
18715         * doc/posix-functions/socket.texi: Doc fix.
18716
18717 2008-10-20  Bruno Haible  <bruno@clisp.org>
18718
18719         Take into account the role of SIGABRT_COMPAT on Windows 2008.
18720         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
18721         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
18722         as an alias for SIGABRT.
18723         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
18724         (sigaction): Map it to SIGABRT.
18725         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
18726
18727 2008-10-20  Bruno Haible  <bruno@clisp.org>
18728
18729         * lib/fts.c: Don't include lstat.h.
18730         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
18731
18732         Move the lstat() declaration to <sys/stat.h>.
18733         * lib/lstat.h: Remove file.
18734         * lib/sys_stat.in.h: Add special invocation convention.
18735         (lstat): New declaration.
18736         * lib/lstat.c (orig_lstat): New function.
18737         (rpl_lstat): Use orig_lstat instead of lstat.
18738         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
18739         AC_C_INLINE. Set REPLACE_LSTAT.
18740         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
18741         and REPLACE_LSTAT.
18742         * modules/lstat (Files): Remove lib/lstat.h.
18743         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18744         (Include): Specify <sys/stat.h> instead of lstat.h.
18745         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
18746         REPLACE_LSTAT.
18747         * NEWS: Mention the change.
18748
18749 2008-10-20  Bruno Haible  <bruno@clisp.org>
18750
18751         * modules/posix_spawn-tests: New file.
18752         * tests/test-posix_spawn3.c: New file.
18753
18754 2008-10-20  Bruno Haible  <bruno@clisp.org>
18755
18756         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
18757         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18758         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
18759         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18760         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
18761
18762 2008-10-20  Bruno Haible  <bruno@clisp.org>
18763
18764         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
18765         of posix_spawn on AIX 5.3.
18766
18767 2008-10-20  Bruno Haible  <bruno@clisp.org>
18768
18769         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
18770
18771 2008-10-20  Bruno Haible  <bruno@clisp.org>
18772
18773         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
18774         of AC_LANG_PROGRAM.
18775
18776 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18777
18778         * lib/netdb.in.h: Don't define GNU specific constants until they
18779         are supported or needed.  Reported by Bruno Haible
18780         <bruno@clisp.org>.
18781
18782 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18783
18784         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
18785
18786 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18787
18788         * lib/getaddrinfo.h: Remove file.
18789         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
18790         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
18791         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
18792         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
18793         * modules/netdb: Substitute GNULIB_GETADDRINFO.
18794         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
18795         * tests/test-getaddrinfo.c: Likewise.
18796         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
18797         * NEWS: Mention change.
18798
18799 2008-10-19  Bruno Haible  <bruno@clisp.org>
18800
18801         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
18802
18803 2008-10-19  Bruno Haible  <bruno@clisp.org>
18804
18805         * lib/wait-process.c: Include simply <sys/wait.h>.
18806         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
18807         WIFSTOPPED): Remove fallback definitions.
18808         * modules/wait-process (Depends-on): Add sys_wait.
18809
18810         New module 'sys_wait'.
18811         * modules/sys_wait: New file.
18812         * lib/sys_wait.in.h: New file, partially copied from
18813         lib/wait-process.c.
18814         * m4/sys_wait_h.m4: New file.
18815         * doc/posix-headers/sys_wait.texi: Mention the new module.
18816
18817 2008-10-19  Bruno Haible  <bruno@clisp.org>
18818
18819         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
18820
18821 2008-10-19  Bruno Haible  <bruno@clisp.org>
18822
18823         Assume that waitpid() fills an 'int' status, not a 'union wait'.
18824         * lib/wait-process.c (WAIT_T): Remove type.
18825         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
18826         (wait_subprocess): Update.
18827
18828 2008-10-19  Bruno Haible  <bruno@clisp.org>
18829
18830         New module 'atoll'.
18831         * modules/atoll: New file.
18832         * lib/stdlib.in.h (atoll): New declaration.
18833         * lib/atoll.c: New file, from glibc with modifications.
18834         * m4/atoll.m4: New file.
18835         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
18836         HAVE_ATOLL.
18837         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
18838         * doc/posix-functions/atoll.texi: Mention the new module.
18839
18840 2008-10-19  Bruno Haible  <bruno@clisp.org>
18841
18842         Add strtoull() declaration to <stdlib.h>.
18843         * lib/stdlib.in.h (strtoull): New declaration.
18844         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18845         Set HAVE_STRTOULL.
18846         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
18847         HAVE_STRTOULL.
18848         * modules/strtoull (Depends-on): Add stdlib.
18849         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18850         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
18851         HAVE_STRTOULL.
18852
18853 2008-10-19  Bruno Haible  <bruno@clisp.org>
18854
18855         Add strtoll() declaration to <stdlib.h>.
18856         * lib/stdlib.in.h (strtoll): New declaration.
18857         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18858         Set HAVE_STRTOLL.
18859         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
18860         HAVE_STRTOLL.
18861         * modules/strtoll (Depends-on): Add stdlib.
18862         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18863         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
18864
18865 2008-10-19  Bruno Haible  <bruno@clisp.org>
18866
18867         * modules/bcopy (Depends-on): Add strings.
18868         (Include): Specify <strings.h>.
18869
18870 2008-10-19  Bruno Haible  <bruno@clisp.org>
18871
18872         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
18873
18874 2008-10-19  Bruno Haible  <bruno@clisp.org>
18875
18876         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
18877         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
18878         mingw.
18879
18880 2008-10-19  Bruno Haible  <bruno@clisp.org>
18881
18882         * lib/atanl.c: Don't include isnanl.h.
18883         * lib/cosl.c: Likewise.
18884         * lib/ldexpl.c: Likewise.
18885         * lib/logl.c: Likewise.
18886         * lib/sinl.c: Likewise.
18887         * lib/sqrtl.c: Likewise.
18888         * lib/tanl.c: Likewise.
18889
18890         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
18891         * lib/isnanf.h: Remove file.
18892         * lib/isnand.h: Remove file.
18893         * lib/isnanl.h: Remove file.
18894         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
18895         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
18896         macros.
18897         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
18898         HAVE_ISNANF, don't define it as a C macro.
18899         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
18900         HAVE_ISNAND, don't define it as a C macro.
18901         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
18902         HAVE_ISNANL, don't define it as a C macro.
18903         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
18904         HAVE_ISNAN[FDL].
18905         * modules/isnanf (Files): Remove lib/isnanf.h.
18906         (Depends-on): Add math.
18907         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18908         (Include): Specify <math.h> instead of isnanf.h.
18909         * modules/isnand (Files): Remove lib/isnand.h.
18910         (Depends-on): Add math.
18911         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18912         (Include): Specify <math.h> instead of isnand.h.
18913         * modules/isnanl (Files): Remove lib/isnanl.h.
18914         (Depends-on): Add math.
18915         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18916         (Include): Specify <math.h> instead of isnanl.h.
18917         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
18918         HAVE_ISNAN[FDL].
18919         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
18920         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
18921         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
18922         * NEWS: Mention the change.
18923
18924 2008-10-18  Bruno Haible  <bruno@clisp.org>
18925
18926         Add getusershell(), setusershell(), endusershell() declarations to
18927         <unistd.h>.
18928         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
18929         declarations.
18930         * lib/getusershell.c: Include unistd.h.
18931         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
18932         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18933         HAVE_GETUSERSHELL.
18934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
18935         and HAVE_GETUSERSHELL.
18936         * modules/getusershell (Depends-on): Add unistd, extensions.
18937         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18938         (Include): Specify <unistd.h>.
18939         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
18940         HAVE_GETUSERSHELL.
18941
18942 2008-10-18  Bruno Haible  <bruno@clisp.org>
18943
18944         Add a getloadavg() declaration to <stdlib.h>.
18945         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
18946         getloadavg declaration.
18947         (getloadavg): New declaration.
18948         * lib/getloadavg.c: Include <stdlib.h> first.
18949         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
18950         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
18951         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
18952         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
18953         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18954         * modules/getloadavg (Depends-on): Add stdlib, extensions.
18955         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18956         (Include): Specify <stdlib.h>.
18957         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
18958         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18959
18960 2008-10-18  Bruno Haible  <bruno@clisp.org>
18961
18962         * lib/dirchownmod.c: Don't include lchmod.h.
18963
18964         Move the lchmod() declaration to <sys/stat.h>.
18965         * lib/lchmod.h: Remove file.
18966         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
18967         (lchmod): New declaration, moved here from lib/lchown.h.
18968         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
18969         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
18970         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
18971         and HAVE_LCHMOD.
18972         * modules/lchmod (Files): Remove lib/lchmod.h.
18973         (Depends-on): Add sys_stat, extensions.
18974         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18975         (Include): Specify <sys/stat.h> instead of lchmod.h.
18976         * modules/sys_stat (Depends-on): Add link-warning.
18977         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
18978         definition of GL_LINK_WARNING.
18979         * NEWS: Mention the change.
18980
18981 2008-10-18  Bruno Haible  <bruno@clisp.org>
18982
18983         * lib/fchdir.c: Don't include dirfd.h.
18984         * lib/fts.c: Likewise.
18985         * lib/getcwd.c: Likewise.
18986         * lib/glob.c: Likewise.
18987
18988         Move the dirfd() declaration to <dirent.h>.
18989         * lib/dirfd.h: Remove file.
18990         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
18991         (dirfd): New declaration.
18992         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
18993         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
18994         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
18995         HAVE_DECL_DIRFD.
18996         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
18997         HAVE_DECL_DIRFD.
18998         * modules/dirfd (Files): Remove lib/dirfd.h.
18999         (Depends-on): Add dirent, extensions.
19000         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
19001         (Include): Specify <dirent.h> instead of dirfd.h.
19002         * modules/dirent (Depends-on): Add link-warning.
19003         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
19004         definition of GL_LINK_WARNING.
19005         * NEWS: Mention the change.
19006
19007 2008-10-18  Bruno Haible  <bruno@clisp.org>
19008
19009         Move the euidaccess() declaration to <unistd.h>.
19010         * lib/euidaccess.h: Remove file.
19011         * lib/unistd.in.h (euidaccess): New declaration.
19012         * lib/euidaccess.c: Don't include euidaccess.h.
19013         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
19014         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
19015         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
19016         and HAVE_EUIDACCESS.
19017         * modules/euidaccess (Files): Remove lib/euidaccess.h.
19018         (Depends-on): Add unistd.
19019         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19020         (Include): Specify <unistd.h> instead of euidaccess.h.
19021         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
19022         HAVE_EUIDACCESS.
19023         * NEWS: Mention the change.
19024
19025 2008-10-18  Bruno Haible  <bruno@clisp.org>
19026
19027         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
19028
19029         Move the getdomainname() declaration to <unistd.h>.
19030         * lib/getdomainname.h: Remove file.
19031         * lib/unistd.in.h (getdomainname): New declaration.
19032         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
19033         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
19034         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
19035         HAVE_GETDOMAINNAME.
19036         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19037         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
19038         * modules/getdomainname (Files): Remove lib/getdomainname.h.
19039         (Depends-on): Add unistd, extensions.
19040         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19041         (Includes): Specify <unistd.h> instead of getdomainname.h.
19042         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
19043         HAVE_GETDOMAINNAME.
19044         * NEWS: Mention the change.
19045
19046 2008-10-18  Bruno Haible  <bruno@clisp.org>
19047
19048         * modules/dirent: New file.
19049         * m4/dirent_h.m4: New file.
19050         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
19051         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
19052         * modules/fchdir (Files): Remove lib/dirent.in.h.
19053         (Depends-on): Add dirent.
19054         (Makefile.am): Move rules to modules/dirent.
19055         * doc/posix-headers/dirent.texi: Mention the new module.
19056
19057 2008-10-18  Bruno Haible  <bruno@clisp.org>
19058
19059         Avoid -Wunused-parameter warnings in public gnulib header files.
19060         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
19061         macro.
19062         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
19063
19064 2008-10-18  Bruno Haible  <bruno@clisp.org>
19065
19066         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
19067         * doc/glibc-functions/error.texi: Mention the module 'error'.
19068         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
19069         * doc/glibc-functions/getdomainname.texi: Mention the module
19070         'getdomainname'.
19071         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
19072         * doc/glibc-functions/getpagesize.texi: Mention the module
19073         'getpagesize'.
19074         * doc/glibc-functions/getusershell.texi: Mention the module
19075         'getusershell'.
19076         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
19077         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
19078         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
19079         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
19080         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
19081         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
19082         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
19083         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
19084         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
19085         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
19086         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
19087         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
19088         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
19089         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
19090
19091 2008-10-17  Bruno Haible  <bruno@clisp.org>
19092
19093         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
19094         HP-UX and IRIX, use -0.0L.
19095         * tests/test-ceill.c (minus_zero): Likewise.
19096         * tests/test-floorl.c (minus_zero): Likewise.
19097         * tests/test-frexpl.c (minus_zero): Likewise.
19098         * tests/test-isnan.c (minus_zerol): Likewise.
19099         * tests/test-isnanl.h (minus_zero): Likewise.
19100         * tests/test-ldexpl.c (minus_zero): Likewise.
19101         * tests/test-roundl.c (minus_zero): Likewise.
19102         * tests/test-signbit.c (minus_zerol): Likewise.
19103         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
19104         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
19105         * tests/test-truncl.c (minus_zero): Likewise.
19106         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
19107         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
19108         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
19109         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19110
19111 2008-10-17  Bruno Haible  <bruno@clisp.org>
19112
19113         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
19114         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
19115         that it gets activated only for gcc >= 3.0.
19116         * lib/dirent.in.h: Likewise.
19117         * lib/errno.in.h: Likewise.
19118         * lib/fcntl.in.h: Likewise.
19119         * lib/float.in.h: Likewise.
19120         * lib/iconv.in.h: Likewise.
19121         * lib/inttypes.in.h: Likewise.
19122         * lib/locale.in.h: Likewise.
19123         * lib/math.in.h: Likewise.
19124         * lib/netdb.in.h: Likewise.
19125         * lib/netinet_in.in.h: Likewise.
19126         * lib/search.in.h: Likewise.
19127         * lib/signal.in.h: Likewise.
19128         * lib/spawn.in.h: Likewise.
19129         * lib/stdarg.in.h: Likewise.
19130         * lib/stdint.in.h: Likewise.
19131         * lib/stdio.in.h: Likewise.
19132         * lib/stdlib.in.h: Likewise.
19133         * lib/string.in.h: Likewise.
19134         * lib/strings.in.h: Likewise.
19135         * lib/sys_file.in.h: Likewise.
19136         * lib/sys_ioctl.in.h: Likewise.
19137         * lib/sys_select.in.h: Likewise.
19138         * lib/sys_socket.in.h: Likewise.
19139         * lib/sys_stat.in.h: Likewise.
19140         * lib/sys_time.in.h: Likewise.
19141         * lib/sysexits.in.h: Likewise.
19142         * lib/time.in.h: Likewise.
19143         * lib/unistd.in.h: Likewise.
19144         * lib/wchar.in.h: Likewise.
19145         * lib/wctype.in.h: Likewise.
19146         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19147
19148 2008-10-17  Jim Meyering  <meyering@redhat.com>
19149
19150         ignore-value: don't depend on inline module
19151         * modules/ignore-value (Depends-on): Remove 'inline'.
19152         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
19153         Suggestion from Bruno Haible.
19154
19155 2008-10-17  Bruno Haible  <bruno@clisp.org>
19156
19157         New implementation of condition variables for Win32.
19158         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
19159         (gl_linked_waitqueue_t): New type.
19160         (gl_cond_t): Use it.
19161         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
19162         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
19163         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
19164         (glthread_cond_init_func, glthread_cond_wait_func,
19165         glthread_cond_timedwait_func, glthread_cond_signal_func,
19166         glthread_cond_broadcast_func, glthread_cond_destroy_func):
19167         Reimplemented on the basis of gl_linked_waitqueue_t.
19168         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
19169         gl_waitqueue_t.
19170         (gl_rwlock_t): Update.
19171         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
19172
19173 2008-10-17  Simon Josefsson  <simon@josefsson.org>
19174
19175         * modules/recvfrom (Depends-on): Add dependency on getpeername.
19176         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19177
19178 2008-10-17  Jim Meyering  <meyering@redhat.com>
19179
19180         ignore-value: new module
19181         * modules/ignore-value: New file.
19182         * lib/ignore-value.h: New file.
19183         * MODULES.html.sh (Compiler warning management): New section,
19184         just for this module.  More to come.
19185
19186 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19187
19188         open-safer.c: avoid 'signed and unsigned in conditional...' warning
19189         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
19190         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
19191
19192 2008-10-16  Jim Meyering  <meyering@redhat.com>
19193
19194         openat-die.c: avoid 'no previous prototype' warning
19195         * lib/openat-die.c: Include "openat.h".
19196         Reported by Reuben Thomas <rrt@sc3d.org>.
19197
19198 2008-10-16  Simon Josefsson  <simon@josefsson.org>
19199
19200         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
19201         * lib/netdb.in.h: Fix typo.
19202         Reported by Bruno Haible  <bruno@clisp.org>
19203
19204         * lib/netdb.in.h: Include sys/socket.h for platforms without
19205         netdb.h, to get structures like hostent on MinGW.
19206         * modules/netdb (Depends-on): Add sys_socket.
19207
19208 2008-10-15  Simon Josefsson  <simon@josefsson.org>
19209
19210         * modules/netdb, modules/netdb-tests: New file.
19211         * m4/netdb_h.m4: New file.
19212         * lib/netdb.in.h: Add, currently just an empty file pending
19213         definitions.
19214         * tests/test-netdb.c: New file.
19215         * doc/posix-headers/netdb.texi: Mention that we replace it if
19216         needed.
19217         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19218         netdb.
19219
19220 2008-10-15  Simon Josefsson  <simon@josefsson.org>
19221
19222         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
19223         with code.
19224
19225 2008-10-13  Bruno Haible  <bruno@clisp.org>
19226
19227         * lib/glthread/cond.c (glthread_cond_wait_func,
19228         glthread_cond_timedwait_func): Add a comment.
19229
19230 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19231
19232         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
19233         * tests/test-select.c: Likewise,
19234
19235 2008-10-13  Bruno Haible  <bruno@clisp.org>
19236
19237         * lib/glthread/cond.c (glthread_cond_wait_func,
19238         glthread_cond_timedwait_func): Fix variable name.
19239         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19240
19241 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
19242
19243         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
19244         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
19245         struct sockaddr.sa_len.
19246         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
19247
19248 2008-10-13  Simon Josefsson  <simon@josefsson.org>
19249
19250         * build-aux/pmccabe2html: Add css and css_url parameters.
19251
19252 2008-10-12  Bruno Haible  <bruno@clisp.org>
19253
19254         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
19255         calling aclx_get.
19256         Reported by Rainer Tammer <tammer@tammer.net>.
19257
19258 2008-10-12  Bruno Haible  <bruno@clisp.org>
19259
19260         Use msvcrt aware primitives for creation/termination of Win32 threads.
19261         * lib/glthread/thread.c: Include <process.h>.
19262         (glthread_create_func): Use _beginthreadex instead of CreateThread.
19263         (wrapper_func): Update signature.
19264         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
19265
19266 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19267             Bruno Haible  <bruno@clisp.org>
19268
19269         Provide a Win32 implementation of the 'cond' module.
19270         * lib/glthread/cond.h [USE_WIN32]: New implementation.
19271         * lib/glthread/cond.c (glthread_cond_init_func,
19272         glthread_cond_wait_func, glthread_cond_timedwait_func,
19273         glthread_cond_signal_func, glthread_cond_broadcast_func,
19274         glthread_cond_destroy_func) [USE_WIN32]: New functions.
19275         * modules/cond (Dependencies): Add gettimeofday.
19276
19277 2008-10-11  Bruno Haible  <bruno@clisp.org>
19278
19279         Make sleep work on older versions of mingw.
19280         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
19281         only whether it exists.
19282         * doc/posix-functions/sleep.texi: Mention the problem with older
19283         versions of mingw.
19284
19285 2008-10-11  Bruno Haible  <bruno@clisp.org>
19286
19287         New module 'shutdown'.
19288         * modules/shutdown: New file.
19289         * lib/sys_socket.in.h (shutdown): New declaration.
19290         * lib/winsock.c (shutdown): New function.
19291         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
19292         GNULIB_SHUTDOWN.
19293         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
19294         * doc/posix-functions/shutdown.texi: Document the new module.
19295
19296 2008-10-11  Jim Meyering  <meyering@redhat.com>
19297
19298         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
19299
19300 2008-10-11  Bruno Haible  <bruno@clisp.org>
19301
19302         New module 'fclose'.
19303         * modules/fclose: New file.
19304         * lib/stdio.in.h (fclose): New declaration.
19305         * lib/fclose.c: New file.
19306         * m4/fclose.m4: New file.
19307         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
19308         REPLACE_FCLOSE.
19309         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
19310         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
19311         REPLACE_FCLOSE.
19312         * modules/close (Depends-on): fclose.
19313         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
19314
19315 2008-10-11  Bruno Haible  <bruno@clisp.org>
19316
19317         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
19318         set errno and don't call _close.
19319
19320 2008-10-10  Bruno Haible  <bruno@clisp.org>
19321
19322         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
19323         ACL, not afterwards. Fixes test failure on Cygwin.
19324
19325 2008-10-09  Ben Pfaff  <blp@gnu.org>
19326
19327         * build-aux/announce-gen: Fix gnulib version related part of usage
19328         message.  Die with a useful error message if no tarballs are
19329         found.
19330
19331 2008-10-10  Jim Meyering  <meyering@redhat.com>
19332
19333         bootstrap: use git's --depth=N option only if it's supported
19334         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
19335         recognize the --depth option.  Reported by Pádraig Brady.
19336
19337 2008-10-09  Bruno Haible  <bruno@clisp.org>
19338
19339         New module 'ioctl'.
19340         * modules/ioctl: New file.
19341         * lib/sys_socket.in.h (ioctl): Remove declaration.
19342         * lib/winsock.c: Include <sys/ioctl.h>.
19343         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
19344         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19345         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
19346         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
19347         * doc/posix-functions/ioctl.texi: Mention the new module.
19348
19349 2008-10-09  Bruno Haible  <bruno@clisp.org>
19350
19351         New module 'sys_ioctl'.
19352         * lib/sys_ioctl.in.h: New file.
19353         * m4/sys_ioctl_h.m4: New file.
19354         * modules/sys_ioctl: New file.
19355         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
19356
19357 2008-10-09  Bruno Haible  <bruno@clisp.org>
19358
19359         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
19360         * lib/winsock.c: Include <stdarg.h>.
19361         (rpl_ioctl): Change to second argument 'int' and then varargs.
19362
19363 2008-10-09  Bruno Haible  <bruno@clisp.org>
19364
19365         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
19366         when the sys_socket module is present and the system has <winsock2.h>.
19367
19368 2008-10-09  Bruno Haible  <bruno@clisp.org>
19369
19370         * doc/posix-functions/close.texi: Mention module 'close' instead of
19371         module 'sys_socket'.
19372
19373 2008-10-09  Bruno Haible  <bruno@clisp.org>
19374
19375         * doc/glibc-headers/sys_ioctl.texi: New file.
19376         * doc/gnulib.texi: Include it.
19377
19378 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19379             Bruno Haible  <bruno@clisp.org>
19380
19381         Combine the two replacements of 'close'.
19382         * lib/sys_socket.in.h (close): Define to a reminder to include
19383         <unistd.h>.
19384         (_gl_close_fd_maybe_socket): New declaration.
19385         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
19386         * lib/winsock.c (close): Remove undefinition.
19387         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
19388         needed for the gnulib module 'close'.
19389         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
19390         define to an error symbol or to a warning, if suitable.
19391         * lib/close.c: Include <sys/socket.h>.
19392         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
19393         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
19394         UNISTD_H_HAVE_WINSOCK2_H.
19395         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
19396         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19397         UNISTD_H_HAVE_WINSOCK2_H.
19398         * modules/sys_socket (Files): Add m4/unistd_h.m4.
19399         (configure.ac): Set a module indicator.
19400         (Makefile.am): Substitute GNULIB_CLOSE.
19401         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
19402         * modules/poll-tests (Depends-on): Add close.
19403         * modules/select-tests (Depends-on): Likewise.
19404
19405 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19406             Bruno Haible  <bruno@clisp.org>
19407
19408         New module 'close'.
19409         * modules/close: New file.
19410         * lib/unistd.in.h (close): Move declaration out of the
19411         FCHDIR_REPLACEMENT scope.
19412         (_gl_unregister_fd): New declaration.
19413         * lib/close.c: New file.
19414         * lib/fchdir.c (rpl_close): Remove function.
19415         * m4/close.m4: New file.
19416         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
19417         close.
19418         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
19419         REPLACE_CLOSE.
19420         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
19421         REPLACE_CLOSE.
19422         * modules/fchdir (Depends-on): Add close.
19423
19424 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19425             Bruno Haible  <bruno@clisp.org>
19426
19427         * lib/fcntl.in.h (open): Simplify conditionals.
19428         (_gl_register_fd): New declaration.
19429         * lib/fchdir.c (rpl_open): Remove function.
19430         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
19431         also.
19432         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
19433         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
19434         open.
19435
19436 2008-10-09  Jim Meyering  <meyering@redhat.com>
19437
19438         GNUmakefile: use the more name-space-friendly "_version"
19439         * top/GNUmakefile (_dummy): Update.
19440         (_version): Rename from "version".
19441
19442 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19443             Bruno Haible  <bruno@clisp.org>
19444
19445         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
19446         rpl_close.
19447         (_gl_register_fd): New function, extracted from rpl_open.
19448         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
19449         (rpl_open, rpl_opendir): Use _gl_register_fd.
19450
19451 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19452
19453         Fix organization of 'open' replacement.
19454         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
19455         (gl_FUNC_OPEN): Use it.
19456         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
19457
19458 2008-10-08  Bruno Haible  <bruno@clisp.org>
19459
19460         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
19461
19462 2008-10-08  Simon Josefsson  <simon@josefsson.org>
19463
19464         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
19465         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
19466         listen).
19467
19468 2008-10-08  Eric Blake  <ebb9@byu.net>
19469
19470         GNUmakefile: add 'make version' target
19471         * top/GNUmakefile (_curr-ver): Split version update rules...
19472         (version): ...into a target.
19473
19474 2008-10-07  Bruno Haible  <bruno@clisp.org>
19475
19476         Use a more portable replacement expression for -0.0L.
19477         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
19478         instead of -0.0L. Fix m4 quotation.
19479
19480         * tests/test-signbit.c: Include <float.h>.
19481         (minus_zero): New variable.
19482         (test_signbitl): Use minus_zero instead of -zero.
19483         * modules/signbit-tests (Depends-on): Add float.
19484
19485         * tests/test-ceill.c: Include <float.h>.
19486         (zero): Remove variable.
19487         (minus_zero): New variable.
19488         (main): Use minus_zero instead of -zero.
19489         * modules/ceill-tests (Depends-on): Add float.
19490
19491         * tests/test-floorl.c: Include <float.h>.
19492         (zero): Remove variable.
19493         (minus_zero): New variable.
19494         (main): Use minus_zero instead of -zero.
19495         * modules/floorl-tests (Depends-on): Add float.
19496
19497         * tests/test-roundl.c: Include <float.h>.
19498         (zero): Remove variable.
19499         (minus_zero): New variable.
19500         (main): Use minus_zero instead of -zero.
19501         * modules/roundl-tests (Depends-on): Add float.
19502
19503         * tests/test-truncl.c: Include <float.h>.
19504         (zero): Remove variable.
19505         (minus_zero): New variable.
19506         (main): Use minus_zero instead of -zero.
19507         * modules/truncl-tests (Depends-on): Add float.
19508
19509         * tests/test-frexpl.c (zero): Remove variable.
19510         (minus_zero): New variable.
19511         (main): Use minus_zero instead of -zero.
19512         * modules/frexpl-tests (Depends-on): Add float.
19513
19514         * tests/test-isnan.c (zerol): Remove variable.
19515         (minus_zerol): New variable.
19516         (test_long_double): Use minus_zerol instead of -zerol.
19517         * modules/isnan-tests (Depends-on): Add float.
19518
19519         * tests/test-isnanl.h (zero): Remove variable.
19520         (minus_zero): New variable.
19521         (main): Use minus_zero instead of -zero.
19522         * modules/isnanl-nolibm-tests (Depends-on): Add float.
19523         * modules/isnanl-tests (Depends-on): Add float.
19524
19525         * tests/test-ldexpl.c (zero): Remove variable.
19526         (minus_zero): New variable.
19527         (main): Use minus_zero instead of -zero.
19528         * modules/ldexpl-tests (Depends-on): Add float.
19529
19530         * tests/test-snprintf-posix.h (zerol): Remove variable.
19531         (minus_zerol): New variable.
19532         (test_function): Use minus_zerol instead of -zerol.
19533         * modules/snprintf-posix-tests (Depends-on): Add float.
19534         * modules/vsnprintf-posix-tests (Depends-on): Add float.
19535
19536         * tests/test-sprintf-posix.h (zerol): Remove variable.
19537         (minus_zerol): New variable.
19538         (test_function): Use minus_zerol instead of -zerol.
19539         * modules/sprintf-posix-tests (Depends-on): Add float.
19540         * modules/vsprintf-posix-tests (Depends-on): Add float.
19541
19542         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
19543         (minus_zerol): New variable.
19544         (test_function): Use minus_zerol instead of -zerol.
19545         * modules/vasnprintf-posix-tests (Depends-on): Add float.
19546
19547         * tests/test-vasprintf-posix.c (zerol): Remove variable.
19548         (minus_zerol): New variable.
19549         (test_function): Use minus_zerol instead of -zerol.
19550         * modules/vasprintf-posix-tests (Depends-on): Add float.
19551
19552 2008-10-07  Simon Josefsson  <simon@josefsson.org>
19553
19554         * MODULES.html.sh (Support for building documentation): Mention
19555         pmccabe2html.  Sort entries.
19556
19557         Add pmccabe2html module, from gnupdf.
19558         * build-aux/pmccabe.css: New file.
19559         * build-aux/pmccabe2html: New file.
19560         * m4/pmccabe2html.m4: New file.
19561         * modules/pmccabe2html: New file.
19562
19563 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
19564
19565         flock: new module
19566         * MODULES.html.sh: Add to list of modules.
19567         * lib/flock.c: flock implementation for Windows and Unix systems
19568         which have fcntl.
19569         * doc/glibc-functions/flock.texi: Update documentation.
19570         * lib/sys_file.in.h: <sys/file.h> header file.
19571         * m4/flock.m4: M4 macros.
19572         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
19573         * modules/flock: flock module.
19574         * modules/flock-tests: flock tests module.
19575         * modules/sys_file: sys/file.h module.
19576         * tests/test-flock.c: test suite for flock.
19577
19578 2008-10-06  Jim Meyering  <meyering@redhat.com>
19579
19580         bootstrap: check for LT_INIT more portably still ;-)
19581         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
19582         Spotted by Bruno Haible.
19583
19584 2008-10-06  Eric Blake  <ebb9@byu.net>
19585
19586         test-signbit: avoid tripping Irix cc bug on -0.0L
19587         * tests/test-signbit.c (minus_zerol): Delete, and replace with
19588         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
19589         entire testsuite consistent and avoids an Irix 6.2 bug.
19590
19591 2008-10-05  Bruno Haible  <bruno@clisp.org>
19592             Jim Meyering  <jim@meyering.net>
19593
19594         Add an option for ignoring EPIPE during close_stdout.
19595         * lib/closeout.h: Include <stdbool.h>.
19596         (close_stdout_set_ignore_EPIPE): New declaration.
19597         * lib/closeout.c: Include <stdbool.h>.
19598         (ignore_EPIPE): New variable.
19599         (close_stdout_set_ignore_EPIPE): New function.
19600         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
19601         * lib/close-stream.c (close_stream): Mention the possible EPIPE
19602         failure.
19603         * modules/closeout (Depends-on): Add stdbool.
19604
19605 2008-10-05  Bruno Haible  <bruno@clisp.org>
19606
19607         * modules/accept: New file.
19608         * modules/bind: New file.
19609         * modules/connect: New file.
19610         * modules/getpeername: New file.
19611         * modules/getsockname: New file.
19612         * modules/getsockopt: New file.
19613         * modules/listen: New file.
19614         * modules/recv: New file.
19615         * modules/recvfrom: New file.
19616         * modules/send: New file.
19617         * modules/sendto: New file.
19618         * modules/setsockopt: New file.
19619         * modules/socket: New file.
19620         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
19621         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
19622         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
19623         the particular module is requested. Add a link warning when the
19624         particular module is not requested.
19625         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
19626         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
19627         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
19628         the particular module is requested.
19629         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
19630         gl_SYS_SOCKET_H_DEFAULTS): New macros.
19631         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
19632         * modules/sys_socket (Depends-on): Add link-warning.
19633         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
19634         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
19635         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
19636         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
19637         GL_LINK_WARNING.
19638         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
19639         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
19640         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
19641         * doc/posix-functions/getpeername.texi: Mention the new module
19642         'getpeername'.
19643         * doc/posix-functions/getsockname.texi: Mention the new module
19644         'getsockname'.
19645         * doc/posix-functions/getsockopt.texi: Mention the new module
19646         'getsockopt'.
19647         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
19648         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
19649         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
19650         * doc/posix-functions/send.texi: Mention the new module 'send'.
19651         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
19652         * doc/posix-functions/setsockopt.texi: Mention the new module
19653         'setsockopt'.
19654         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
19655         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
19656         listen, connect, accept.
19657         * modules/select-tests (Depends-on): Likewise.
19658
19659 2008-10-05  Bruno Haible  <bruno@clisp.org>
19660
19661         * lib/winsock.c (strerror): Remove unused #undef.
19662         (rpl_close): Remove unused local variable.
19663
19664         * modules/sys_socket (Depends-on); Add errno.
19665
19666 2008-10-05  Bruno Haible  <bruno@clisp.org>
19667
19668         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
19669         (select): Add a link warning when the 'select' module is not used.
19670         * modules/sys_select (Depends-on): Add link-warning.
19671         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
19672         Suggested by Paolo Bonzini.
19673
19674 2008-10-05  Jim Meyering  <meyering@redhat.com>
19675
19676         bootstrap: check for LT_INIT more portably
19677         * build-aux/bootstrap: Avoid using grep -E, since it's not
19678         portable enough.  Suggestion from Bruno Haible.
19679
19680 2008-10-05  Bruno Haible  <bruno@clisp.org>
19681
19682         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
19683         as being fixed by gnulib.
19684
19685 2008-10-05  Bruno Haible  <bruno@clisp.org>
19686
19687         * modules/select-tests: New file, mostly copied from
19688         modules/sys_select-tests.
19689         * tests/test-select.c: New file, mostly copied from
19690         tests/test-sys_select.c.
19691         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
19692         * modules/sys_select-tests (Depends-on): Remove all dependencies.
19693         (Makefile.am): Remove test_sys_select_LDADD.
19694
19695         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
19696         to an undefined symbol, for an error message.
19697         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
19698         (gl_SYS_SELECT_H_DEFAULTS): New macro.
19699         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
19700         winsock-select.c here.
19701         * modules/sys_select (Files): Remove lib/winsock-select.c.
19702         (Depends-on): Remove alloca.
19703         (Makefile.am): Substitute GNULIB_SELECT.
19704         * modules/select: New file.
19705         * doc/posix-functions/select.texi: Update.
19706
19707 2008-10-05  Bruno Haible  <bruno@clisp.org>
19708
19709         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
19710         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
19711         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
19712         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
19713         getdtablesize.
19714         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
19715         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
19716
19717 2008-10-05  Bruno Haible  <bruno@clisp.org>
19718
19719         * modules/getdtablesize-tests: New file.
19720         * tests/test-getdtablesize.c: New file.
19721
19722         New module 'getdtablesize'.
19723         * lib/unistd.in.h (getdtablesize): New declaration.
19724         * lib/getdtablesize.c: New file.
19725         * m4/getdtablesize.m4: New file.
19726         * modules/getdtablesize: New file.
19727         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19728         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
19729         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
19730         HAVE_GETDTABLESIZE.
19731         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
19732
19733 2008-10-05  Bruno Haible  <bruno@clisp.org>
19734
19735         * modules/sched (Makefile.am): Fix typo.
19736         Reported by Simon Josefsson.
19737
19738 2008-10-05  Jim Meyering  <meyering@redhat.com>
19739
19740         bootstrap: check for LT_INIT, too
19741         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
19742         are deprecated.  Suggestion from Ralf Wildenhues.
19743
19744 2008-10-05  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
19747         overriding them by ours.
19748         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
19749
19750 2008-10-05  Jim Meyering  <meyering@redhat.com>
19751
19752         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
19753         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
19754         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
19755
19756 2008-10-04  Bruno Haible  <bruno@clisp.org>
19757
19758         * modules/dup2 (License): Change to LGPLv2+.
19759         * modules/sleep (License): Likewise.
19760         * modules/perror (License): Likewise.
19761         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
19762         Blake.
19763         * modules/signal (License): Likewise.
19764         * modules/sigprocmask (License): Likewise.
19765         * modules/raise (License): Change to LGPLv2+, with approval by Jim
19766         Meyering.
19767
19768 2008-10-04  Bruno Haible  <bruno@clisp.org>
19769
19770         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
19771         Reported by Rainer Tammer <tammer@tammer.net>.
19772
19773 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
19774             Bruno Haible  <bruno@clisp.org>
19775
19776         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
19777         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
19778         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
19779
19780 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
19781
19782         filevercmp: new module
19783         * lib/filevercmp.h: New function filevercmp comparing version strings.
19784         * lib/filevercmp.c: Implementation of filevercmp function.
19785         * modules/filevercmp: Module metadata.
19786         * tests/test-filevercmp.c: Unit test for new module.
19787         * modules/filevercmp-tests: Unit test metadata.
19788         * MODULES.html.sh: Add filevercmp module.
19789
19790 2008-10-03  Bruno Haible  <bruno@clisp.org>
19791
19792         * lib/c-ctype.h: Add comment.
19793         Reported by Jim Meyering.
19794
19795 2008-10-02  Bruno Haible  <bruno@clisp.org>
19796
19797         * modules/posix_spawn-internal (Depends-on): Add 'open'.
19798
19799 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19800
19801         * build-aux/bootstrap: Allow renaming bootstrap, and change the
19802         name of bootstrap.conf accordingly.
19803
19804 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19805
19806         * build-aux/bootstrap: Install git-merge-changelog configuration
19807         items into .gitconfig if needed.
19808
19809 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19810
19811         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
19812         git repository, and initialize/update it accordingly.
19813
19814 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
19815
19816         * modules/fsync-tests: New file.
19817         * tests/test-fsync.c: New file.
19818
19819         New module 'fsync'.
19820         * lib/fsync.c: New file.
19821         * m4/fsync.m4: New file.
19822         * modules/fsync: New file.
19823         * lib/unistd.in.h (fsync): New declaration.
19824         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
19825         GNULIB_FSYNC and HAVE_FSYNC.
19826         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
19827         * MODULES.html.sh (posix_functions): Add fsync.
19828         * doc/posix-functions/fsync.texi: Mention the new module.
19829
19830 2008-10-02  Jim Meyering  <meyering@redhat.com>
19831
19832         fts.c: sync with similar code from coreutils' remove.c
19833         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
19834         Guard also with "#if defined __linux__", since for now at least,
19835         this code is Linux-kernel-specific.
19836
19837 2008-10-02  Jim Meyering  <meyering@redhat.com>
19838
19839         fts: bug fixes
19840         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
19841         Include <sys/vfs.h>, not <sys/statfs.h>.
19842
19843         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
19844         Include <sys/vfs.h>, not <sys/statfs.h>.
19845
19846 2008-10-01  Bruno Haible  <bruno@clisp.org>
19847
19848         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
19849         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
19850         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
19851         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
19852         * doc/posix-functions/posix_spawnp.texi: Likewise.
19853         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
19854         whether posix_spawn actually works.
19855         * m4/pipe.m4 (gl_PIPE): Likewise.
19856         * modules/execute (Files): Add m4/posix_spawn.m4.
19857         * modules/pipe (Files): Add m4/posix_spawn.m4.
19858         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
19859
19860 2008-10-01  Jim Meyering  <meyering@redhat.com>
19861
19862         remove trailing spaces
19863         * NEWS: Likewise.
19864         * lib/poll.c (poll): Likewise.
19865         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
19866         * lib/winsock.c (rpl_close): Likewise.
19867         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
19868         * modules/yield: Likewise.
19869         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
19870         * tests/test-sys_select.c (connect_to_socket): Likewise.
19871
19872         fts.c: adjust a new interface to be more generally useful
19873         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
19874         (fts_build): Adjust caller.
19875
19876 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19877
19878         * modules/cond-tests: New file.
19879         * tests/test-cond.c: New file.
19880
19881 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19882             Bruno Haible  <bruno@clisp.org>
19883
19884         * modules/cond (Dependencies): Add errno, time.
19885         * lib/glthread/cond.h: Include <time.h>.
19886         (gl_cond_define, gl_cond_define_initialized): Use the same definition
19887         across platforms.
19888
19889 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19890             Bruno Haible  <bruno@clisp.org>
19891
19892         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
19893
19894 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19895             Bruno Haible  <bruno@clisp.org>
19896
19897         * modules/tls-tests (Depends-on): Add thread, yield.
19898         (configure.ac): Remove all checks.
19899         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
19900         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19901         gl_thread_self): Remove definitions. Include glthread/thread.h and
19902         glthread/yield.h instead.
19903         (test_tls): Pass an additional NULL argument to gl_thread_join.
19904
19905 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19906             Bruno Haible  <bruno@clisp.org>
19907
19908         * modules/lock-tests (Depends-on): Add thread, yield.
19909         (configure.ac): Remove all checks.
19910         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
19911         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19912         gl_thread_self): Remove definitions. Include glthread/thread.h and
19913         glthread/yield.h instead.
19914         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
19915         additional NULL argument to gl_thread_join.
19916
19917 2008-09-30  Bruno Haible  <bruno@clisp.org>
19918
19919         Fix the Win32 implementation of the 'thread' module.
19920         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
19921         pointer type.
19922         (gl_thread_self): Invoke gl_thread_self_func.
19923         (gl_thread_self_func): New declaration.
19924         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
19925         (do_init_self_key, init_self_key): New functions.
19926         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
19927         Remove some fields.
19928         (running_threads, running_lock): Remove variables.
19929         (get_current_thread_handle): New function.
19930         (gl_thread_self_func, wrapper_func, glthread_create_func,
19931         glthread_join_func, gl_thread_exit_func): Largely rewritten and
19932         simplified.
19933
19934 2008-09-30  Bruno Haible  <bruno@clisp.org>
19935
19936         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
19937         files.
19938
19939 2008-09-30  Jim Meyering  <meyering@redhat.com>
19940
19941         fts.m4: correct the test for statfs.f_type
19942         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
19943         when checking for statfs.f_type.
19944
19945 2008-09-15  Simon Josefsson  <simon@josefsson.org>
19946
19947         tests: avoid some compiler warnings
19948         * tests/test-memchr.c (main): Pass NULL indirectly.
19949         * tests/test-getdate.c (main): Remove unused variable 'ret'.
19950
19951 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
19952
19953         getdate.y: disallow countable dayshifts like "4 yesterday ago"
19954         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
19955         exactly specified dayshifts.
19956         (dayshift): New rule.
19957         (rel): Add dayshift.
19958         (relative_time_table) [tomorrow, yesterday, today, now]:
19959         Use tDAY_SHIFT in place of tDAY_UNIT.
19960         * tests/test-getdate.c: Add tests for now-disallowed countable
19961         dayshifts, e.g., "4 yesterday ago".
19962
19963 2008-09-29  Bruno Haible  <bruno@clisp.org>
19964
19965         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
19966         * tests/test-posix_spawn1.in.sh: Renamed from
19967         tests/test-posix_spawn.in.sh.
19968         * tests/test-posix_spawn2.c: New file.
19969         * tests/test-posix_spawn2.in.sh: New file.
19970         * modules/posix_spawnp-tests (Files): Update.
19971         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
19972
19973 2008-09-29  Bruno Haible  <bruno@clisp.org>
19974
19975         Propagate effects of putenv/setenv/unsetenv to child processes.
19976         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
19977         * lib/pipe.c (create_pipe): Likewise.
19978
19979 2008-09-29  Bruno Haible  <bruno@clisp.org>
19980
19981         Enable use of shell scripts as executables in mingw.
19982         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
19983         run the program as a shell script.
19984         * lib/pipe.c (create_pipe): Likewise.
19985         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
19986         resulting array.
19987
19988 2008-09-29  Eric Blake  <ebb9@byu.net>
19989
19990         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
19991
19992 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
19993
19994         * doc/posix-functions/accept.texi: Update mingw problems.
19995         * doc/posix-functions/bind.texi: Update mingw problems.
19996         * doc/posix-functions/close.texi: Update mingw problems.
19997         * doc/posix-functions/connect.texi: Update mingw problems.
19998         * doc/posix-functions/getpeername.texi: Update mingw problems.
19999         * doc/posix-functions/getsockname.texi: Update mingw problems.
20000         * doc/posix-functions/getsockopt.texi: Update mingw problems.
20001         * doc/posix-functions/ioctl.texi: Update mingw problems.
20002         * doc/posix-functions/listen.texi: Update mingw problems.
20003         * doc/posix-functions/recv.texi: Update mingw problems.
20004         * doc/posix-functions/recvfrom.texi: Update mingw problems.
20005         * doc/posix-functions/select.texi: Update mingw problems.
20006         * doc/posix-functions/send.texi: Update mingw problems.
20007         * doc/posix-functions/sendto.texi: Update mingw problems.
20008         * doc/posix-functions/setsockopt.texi: Update mingw problems.
20009         * doc/posix-functions/socket.texi: Update mingw problems.
20010
20011 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
20012             Bruno Haible  <bruno@clisp.org>
20013
20014         * lib/sys_select.in.h: Include sys/time.h.
20015         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
20016         * modules/sys_select: Depend on sys_time.
20017         * tests/test-sys_select.c: Test that sys/select.h defines struct
20018         timeval fully.
20019
20020 2008-09-29  Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
20023         * lib/sys_select.in.h: Likewise.
20024
20025 2008-09-29  Bruno Haible  <bruno@clisp.org>
20026
20027         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
20028
20029 2008-09-29  Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
20032         Set LIBSOCKET instead of augmenting LIBS.
20033         * modules/sockets (Link): New section.
20034         * modules/sockets-tests (test_sockets_LDADD): New variable.
20035         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
20036         * modules/poll-tests (test_poll_LDADD): New variable.
20037         * NEWS: Document the change.
20038
20039 2008-09-29  Bruno Haible  <bruno@clisp.org>
20040
20041         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
20042         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
20043         ARPA_INET_H directly.
20044         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20045
20046 2008-09-28  Bruno Haible  <bruno@clisp.org>
20047
20048         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
20049         from gl_HEADER_SYS_SOCKET.
20050         (gl_HEADER_SYS_SOCKET): Invoke it.
20051         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20052
20053 2008-09-28  Bruno Haible  <bruno@clisp.org>
20054
20055         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
20056         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
20057         Needed on OSF/1 4.0.
20058
20059 2008-09-28  Bruno Haible  <bruno@clisp.org>
20060
20061         Override open more carefully.
20062         * lib/open.c (orig_open): New function.
20063         (rpl_open): Use orig_open instead of open.
20064         * lib/fcntl.in.h: Add special invocation convention.
20065         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
20066         (gl_FUNC_OPEN): Invoke it.
20067
20068         Override freopen more carefully.
20069         * lib/freopen.c (orig_freopen): New function.
20070         (rpl_freopen): Use orig_freopen instead of freopen.
20071         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
20072         (gl_FUNC_FREOPEN): Invoke it.
20073
20074         Override fopen more carefully.
20075         * lib/fopen.c (orig_fopen): New function.
20076         (rpl_fopen): Use orig_fopen instead of fopen.
20077         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
20078         (gl_FUNC_FOPEN): Invoke it.
20079         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
20080
20081 2008-09-28  Bruno Haible  <bruno@clisp.org>
20082
20083         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
20084         SIGPIPE.
20085
20086 2008-09-28  Bruno Haible  <bruno@clisp.org>
20087
20088         * tests/test-sigaction.c (handler, main): Disable the check whether
20089         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
20090         glibc systems with LinuxThreads.
20091
20092 2008-09-28  Bruno Haible  <bruno@clisp.org>
20093
20094         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
20095
20096         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
20097         with AIX xlc.
20098         * lib/fcntl.in.h (open): Likewise.
20099         Reported by Rainer Tammer <tammer@tammer.net>.
20100
20101 2008-09-28  Bruno Haible  <bruno@clisp.org>
20102
20103         * modules/posix_spawnp-tests: New file.
20104         * tests/test-posix_spawn.c: New file.
20105         * tests/test-posix_spawn.in.sh: New file.
20106
20107         New module 'posix_spawnp'.
20108         * modules/posix_spawnp: New file.
20109         * lib/spawnp.c: New file, from GNU libc with modifications.
20110         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
20111
20112         New module 'posix_spawn'.
20113         * modules/posix_spawn: New file.
20114         * lib/spawn.c: New file, from GNU libc with modifications.
20115         * doc/posix-functions/posix_spawn.texi: Mention the new module.
20116
20117         New module 'posix_spawnattr_destroy'.
20118         * modules/posix_spawnattr_destroy: New file.
20119         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
20120         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
20121         module.
20122
20123         New module 'posix_spawnattr_setsigmask'.
20124         * modules/posix_spawnattr_setsigmask: New file.
20125         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
20126         modifications.
20127         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
20128         new module.
20129
20130         New module 'posix_spawnattr_getsigmask'.
20131         * modules/posix_spawnattr_getsigmask: New file.
20132         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
20133         modifications.
20134         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
20135         new module.
20136
20137         New module 'posix_spawnattr_setsigdefault'.
20138         * modules/posix_spawnattr_setsigdefault: New file.
20139         * lib/spawnattr_setdefault.c: New file, from GNU libc with
20140         modifications.
20141         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
20142         new module.
20143
20144         New module 'posix_spawnattr_getsigdefault'.
20145         * modules/posix_spawnattr_getsigdefault: New file.
20146         * lib/spawnattr_getdefault.c: New file, from GNU libc with
20147         modifications.
20148         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
20149         new module.
20150
20151         New module 'posix_spawnattr_setschedpolicy'.
20152         * modules/posix_spawnattr_setschedpolicy: New file.
20153         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
20154         modifications.
20155         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
20156         new module.
20157
20158         New module 'posix_spawnattr_getschedpolicy'.
20159         * modules/posix_spawnattr_getschedpolicy: New file.
20160         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
20161         modifications.
20162         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
20163         new module.
20164
20165         New module 'posix_spawnattr_setschedparam'.
20166         * modules/posix_spawnattr_setschedparam: New file.
20167         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
20168         modifications.
20169         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
20170         new module.
20171
20172         New module 'posix_spawnattr_getschedparam'.
20173         * modules/posix_spawnattr_getschedparam: New file.
20174         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
20175         modifications.
20176         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
20177         new module.
20178
20179         New module 'posix_spawnattr_setpgroup'.
20180         * modules/posix_spawnattr_setpgroup: New file.
20181         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
20182         modifications.
20183         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
20184         module.
20185
20186         New module 'posix_spawnattr_getpgroup'.
20187         * modules/posix_spawnattr_getpgroup: New file.
20188         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
20189         modifications.
20190         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
20191         module.
20192
20193         New module 'posix_spawnattr_setflags'.
20194         * modules/posix_spawnattr_setflags: New file.
20195         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
20196         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
20197         module.
20198
20199         New module 'posix_spawnattr_getflags'.
20200         * modules/posix_spawnattr_getflags: New file.
20201         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
20202         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
20203         module.
20204
20205         New module 'posix_spawnattr_init'.
20206         * modules/posix_spawnattr_init: New file.
20207         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
20208         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
20209         module.
20210
20211         New module 'posix_spawn_file_actions_destroy'.
20212         * modules/posix_spawn_file_actions_destroy: New file.
20213         * lib/spawn_faction_destroy.c: New file, from GNU libc with
20214         modifications.
20215         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
20216         the new module.
20217
20218         New module 'posix_spawn_file_actions_addopen'.
20219         * modules/posix_spawn_file_actions_addopen: New file.
20220         * lib/spawn_faction_addopen.c: New file, from GNU libc with
20221         modifications.
20222         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
20223         the new module.
20224
20225         New module 'posix_spawn_file_actions_adddup2'.
20226         * modules/posix_spawn_file_actions_adddup2: New file.
20227         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
20228         modifications.
20229         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
20230         the new module.
20231
20232         New module 'posix_spawn_file_actions_addclose'.
20233         * modules/posix_spawn_file_actions_addclose: New file.
20234         * lib/spawn_faction_addclose.c: New file, from GNU libc with
20235         modifications.
20236         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
20237         the new module.
20238
20239         New module 'posix_spawn_file_actions_init'.
20240         * modules/posix_spawn_file_actions_init: New file.
20241         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
20242         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
20243         new module.
20244
20245         New module 'posix_spawn-internal'.
20246         * modules/posix_spawn-internal: New file.
20247         * lib/spawn_int.h: New file, from GNU libc with modifications.
20248         * lib/spawni.c: New file, from GNU libc with modifications.
20249         * m4/posix_spawn.m4: New file.
20250
20251         New module 'spawn'.
20252         * modules/spawn: New file.
20253         * lib/spawn.in.h: New file, from GNU libc with modifications.
20254         * m4/spawn_h.m4: New file.
20255         * doc/posix-headers/spawn.texi: Mention the new module.
20256
20257 2008-09-28  Bruno Haible  <bruno@clisp.org>
20258
20259         * modules/sched-tests: New file.
20260         * tests/test-sched.c: New file.
20261
20262         New module 'sched'.
20263         * modules/sched: New file.
20264         * lib/sched.in.h: New file.
20265         * m4/sched_h.m4: New file.
20266         * doc/posix-headers/sched.texi: Mention the new module.
20267
20268 2008-09-27  Eric Blake  <ebb9@byu.net>
20269
20270         Fix previous patch, and tweak references to $0.
20271         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
20272         (func_version, func_gnulib_dir): Don't call this program
20273         gnulib-tool.
20274         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
20275         with using $0 in function.
20276         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
20277         (func_fatal_error): Reuse the name the user invoked us with.
20278
20279 2008-09-27  Bruno Haible  <bruno@clisp.org>
20280
20281         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
20282         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
20283         (gl_ICONV_H): Not here.
20284         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
20285         instead of assigning ICONV_H directly.
20286
20287         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
20288         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
20289         WCHAR_H directly.
20290
20291 2008-09-27  Bruno Haible  <bruno@clisp.org>
20292
20293         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
20294         * modules/arpa_inet (Depends-on): Add link-warning.
20295         (Makefile.am): Insert the definition of GL_LINK-WARNING.
20296         * modules/unistd (Makefile.am): Likewise.
20297
20298 2008-09-26  Bruno Haible  <bruno@clisp.org>
20299
20300         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
20301         variables.
20302         (func_version): Essentially copied from gnulib-tool.
20303         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
20304         func_readlink): Copied from gnulib-tool.
20305
20306 2008-09-26  Bruno Haible  <bruno@clisp.org>
20307
20308         * gnulib-tool (func_version): Change directory to $gnulib_dir before
20309         invoking git-version-gen.
20310
20311 2008-09-26  Bruno Haible  <bruno@clisp.org>
20312
20313         * posix-modules: Update to directory names changed on 2008-01-19.
20314         Remove commas in output before splitting into words. No more need to
20315         avoid 'ftruncate' since 2007-02-19.
20316
20317 2008-09-26  Bruno Haible  <bruno@clisp.org>
20318
20319         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
20320
20321 2008-09-26  Bruno Haible  <bruno@clisp.org>
20322
20323         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
20324         * modules/fwriteerror (Depends-on): Add errno.
20325
20326 2008-09-26  Bruno Haible  <bruno@clisp.org>
20327
20328         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
20329         * tests/test-vc-list-files-cvs.sh: Likewise.
20330
20331 2008-09-26  Bruno Haible  <bruno@clisp.org>
20332
20333         * doc/posix-headers/sys_resource.texi: Reorder items.
20334
20335 2008-09-26  Jim Meyering  <meyering@redhat.com>
20336
20337         fts: tweak inode comparison function
20338         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
20339         inode numbers, as documented.
20340
20341         fts: sort dirent entries on inode number before traversing
20342         This avoids a quadratic, seek-related performance penalty when
20343         operating on a directory containing many entries (measurable at 10k;
20344         3.5 hours at 2 million entries with a cold cache) on certain types
20345         of file systems, including ext3 and ext4, but not tmpfs.
20346         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
20347         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
20348         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
20349         (fs_handles_readdir_ordered_dirents_efficiently): New function.
20350         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
20351         (fts_build): Set the stat.st_ino member from D_INO.
20352         If it is likely to be useful, sort dirent entries on inode number.
20353
20354         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
20355         and the struct statfs.f_type member.
20356         * modules/fts (Depends-on): Add d-ino.
20357
20358 2008-09-26  Bruno Haible  <bruno@clisp.org>
20359
20360         * modules/sigpipe-die (Depends-on): Add sigpipe.
20361
20362         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
20363         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
20364         and GNULIB_STDIO_H_SIGPIPE are set.
20365         * lib/stdio-write.c: New file.
20366         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
20367         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
20368         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
20369         REPLACE_STDIO_WRITE_FUNCS.
20370         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
20371         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
20372         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
20373         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
20374         * modules/stdio (Files): Add lib/stdio-write.c.
20375         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
20376         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
20377         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
20378         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
20379         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
20380         REPLACE_FPRINTF_POSIX.
20381         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
20382         REPLACE_PRINTF_POSIX.
20383         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
20384         REPLACE_VFPRINTF_POSIX.
20385         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
20386         REPLACE_VPRINTF_POSIX.
20387         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
20388         SIGPIPE issue.
20389         * doc/posix-functions/fputc.texi: Likewise.
20390         * doc/posix-functions/fputs.texi: Likewise.
20391         * doc/posix-functions/fwrite.texi: Likewise.
20392         * doc/posix-functions/printf.texi: Likewise.
20393         * doc/posix-functions/putc.texi: Likewise.
20394         * doc/posix-functions/putchar.texi: Likewise.
20395         * doc/posix-functions/puts.texi: Likewise.
20396         * doc/posix-functions/vfprintf.texi: Likewise.
20397         * doc/posix-functions/vprintf.texi: Likewise.
20398
20399         * modules/safe-write (Depends-on): Add write.
20400
20401         * modules/sigpipe-tests: New file.
20402         * tests/test-sigpipe.c: New file.
20403         * tests/test-sigpipe.sh: New file.
20404
20405         * modules/write: New file.
20406         * lib/unistd.in.h: Include <sys/types.h>.
20407         (write): New declaration.
20408         * lib/write.c: New file.
20409         * m4/write.m4: New file.
20410         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20411         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
20412         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
20413         GNULIB_WRITE, REPLACE_WRITE.
20414         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
20415         and the SIGPIPE issue.
20416
20417         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
20418         (raise): New declaration.
20419         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
20420         (ext_signal): New function.
20421         (rpl_raise): New function.
20422         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
20423         GNULIB_SIGNAL_H_SIGPIPE.
20424         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
20425         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
20426
20427         * modules/sigpipe: New file.
20428         * m4/sigpipe.m4: New file.
20429
20430 2008-09-25  Derek Price  <derek@ximbiot.com>
20431             Bruno Haible  <bruno@clisp.org>
20432
20433         * gnulib-tool (func_import): Report all license incompatibilities, not
20434         just the first one.
20435
20436 2008-09-25  Bruno Haible  <bruno@clisp.org>
20437
20438         * gnulib-tool (func_import): When computing the edits, consider not
20439         only the Makefile.ams that exist but also those that will be generated.
20440
20441 2008-09-25  Simon Josefsson  <simon@josefsson.org>
20442
20443         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
20444         fixes gnulib-tool --test warning about duplicate dependency.
20445
20446 2008-09-25  Bruno Haible  <bruno@clisp.org>
20447
20448         * gnulib-tool: Don't ask the user to perform edits in the generated
20449         Makefile.ams.
20450         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
20451         apply to the Makefile.am being generated.
20452         (func_emit_tests_Makefile_am): Execute edits that apply to the
20453         Makefile.am being generated.
20454         (func_import): Setup list of Makefile.am edits before emitting the
20455         Makefile.ams, not at the end.
20456         (func_create_testdir): Update.
20457         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20458
20459 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20460
20461         * gnulib-tool (func_import): Store the --tests-base option in the
20462         comment in gnulib-cache.m4.
20463
20464 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
20465
20466         * NEWS: Document increased portability that sys_select now provides.
20467
20468         * lib/sys_select.in.h: Install select wrapper.
20469         * lib/sys_socket.in.h: Use more descriptive name when there is no
20470         select wrapper.
20471         * lib/winsock-select.c: New.
20472         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
20473         Require gl_HEADER_SYS_SOCKET.
20474         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
20475         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
20476         * tests/test-sys_select.c: Add functional tests.
20477
20478 2008-09-24  Eric Blake  <ebb9@byu.net>
20479
20480         open, fopen: close fd leak in last patch
20481         * lib/open.c (rpl_open): Close fd before returning error.
20482         * lib/fopen.c (rpl_fopen): Close fd before returning error.
20483         * doc/posix-functions/open.texi (open): Document that Irix also
20484         has the bug.
20485         * doc/posix-functions/fopen.texi (fopen): Likewise.
20486         Reported by Paolo Bonzini.
20487
20488 2008-09-24  Bruno Haible  <bruno@clisp.org>
20489
20490         Ensure that a filename ending in a slash cannot be used to access a
20491         non-directory.
20492         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
20493         to check whether it's really a directory.
20494         * lib/fopen.c: Include fcntl.h, unistd.h.
20495         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
20496         and fdopen().
20497         * modules/fopen (Depends-on): Add unistd.
20498         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
20499         * tests/test-fopen.c (main): Likewise.
20500         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
20501         * doc/posix-functions/fopen.texi: Likewise.
20502         Reported by Eric Blake.
20503
20504 2008-09-23  Eric Blake  <ebb9@byu.net>
20505
20506         c-stack: avoid compiler optimizations when provoking overflow
20507         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
20508         recursion harder to optimize, to ensure a stack overflow occurs.
20509         * tests/test-c-stack.c (recurse): Likewise.
20510         Borrowed from libsigsegv.
20511
20512         c-stack: work around Irix sigaltstack bug
20513         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
20514         whether sigaltstack uses wrong end of stack_t (copied in part from
20515         libsigsegv).
20516         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
20517         Irix bug, without requiring an over-allocation.
20518         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
20519         bug.
20520
20521         fopen: document mingw bug on directories
20522         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
20523         not allowing a stream visiting a directory, even though reading
20524         from such a stream is not portable.
20525
20526 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20527
20528         * lib/poll.c: Rewrite.
20529         * modules/poll: Depend on alloca.
20530
20531 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20532
20533         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
20534         instead define prototypes for a full set of wrappers.  Ensure
20535         that Cygwin does not use the compatibility code, which is only
20536         for MinGW.
20537         * lib/winsock.c: New.
20538         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
20539         * modules/sys_socket: Add lib/winsock.c.
20540
20541         * modules/poll-tests: Add errno and perror.
20542         * tests/test-poll.c: Use ioctl, not ioctlsocket.
20543
20544 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20545
20546         * tests/test-poll.c: Downgrade minimum needed Winsock version.
20547
20548 2008-09-23  Bruno Haible  <bruno@clisp.org>
20549
20550         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
20551         * doc/glibc-functions/*: Likewise.
20552
20553 2008-09-23  Simon Josefsson  <simon@josefsson.org>
20554
20555         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
20556         success.
20557
20558 2008-09-22  Eric Blake  <ebb9@byu.net>
20559             Bruno Haible  <bruno@clisp.org>
20560
20561         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
20562         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
20563         supply %A but mishandle pseudo-NaN.
20564         Reported by Simon Josefsson.
20565
20566 2008-09-21  Bruno Haible  <bruno@clisp.org>
20567
20568         * tests/test-lock.c (main): Tweak skip message.
20569         * tests/test-tls.c (main): Likewise.
20570
20571 2008-09-21  Bruno Haible  <bruno@clisp.org>
20572
20573         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
20574         whether 'struct sigaction' has sa_sigaction here...
20575         (gl_PREREQ_SIG_HANDLER_H): ... not here.
20576         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
20577
20578 2008-09-21  Bruno Haible  <bruno@clisp.org>
20579
20580         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
20581         section.
20582         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
20583         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
20584         the new section.
20585         (Support for obsolete systems lacking POSIX:2001): New section.
20586         (String handling <string.h>): Move strdup to the new section.
20587         Suggested by Simon Josefsson and Paolo Bonzini.
20588
20589 2008-09-21  Bruno Haible  <bruno@clisp.org>
20590
20591         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
20592         exponents in %e and %g results on 'long double'. Needed for mingw's
20593         improved *printf functions.
20594         * tests/test-vasprintf-posix.c (test_function): Likewise.
20595         * tests/test-snprintf-posix.h (test_function): Likewise.
20596         * tests/test-sprintf-posix.h (test_function): Likewise.
20597         Reported by Eric Blake.
20598
20599 2008-09-21  Bruno Haible  <bruno@clisp.org>
20600
20601         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
20602         * tests/test-sprintf-posix.h (test_function): Likewise.
20603
20604 2008-09-21  Bruno Haible  <bruno@clisp.org>
20605
20606         * modules/getpass (Depends-on): Add strdup-posix.
20607
20608         New module 'strdup-posix'.
20609         * modules/strdup-posix: New file.
20610         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
20611         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
20612         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20613         REPLACE_STRDUP.
20614         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
20615         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
20616         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20617         strdup-posix.
20618
20619         * modules/strdup (Depends-on): Remove malloc-posix.
20620
20621 2008-09-20  Bruno Haible  <bruno@clisp.org>
20622
20623         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
20624         Wildenhues.
20625
20626 2008-09-20  Bruno Haible  <bruno@clisp.org>
20627
20628         Ensure that wint_t gets defined on IRIX 5.3.
20629         * lib/wchar.in.h (wint_t): Define if not defined by the system.
20630         * lib/wctype.in.h (wint_t): Likewise.
20631         (__wctype_wint_t): Remove type.
20632         (isw*): Use wint_t instead of __wctype_wint_t.
20633         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
20634         * modules/wchar (Files): Add m4/wint_t.m4.
20635         (Makefile.am): Substitute HAVE_WINT_T.
20636         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
20637         * tests/test-wctype.c: Check that wint_t is defined.
20638         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
20639         * doc/posix-headers/wctype.texi: Likewise.
20640         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
20641
20642 2008-09-18  Bruno Haible  <bruno@clisp.org>
20643
20644         * gnulib-tool (func_exit): Update comment.
20645
20646 2008-09-18  Simon Josefsson  <simon@josefsson.org>
20647
20648         * modules/getaddrinfo (Depends-on): Remove strdup, this module
20649         assumes strdup exists and does not depend on strdup to return
20650         ENOMEM on out of memory conditions.
20651
20652 2008-09-18  Bruno Haible  <bruno@clisp.org>
20653
20654         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
20655         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
20656         digits for the exponent.
20657
20658 2008-09-18  Jim Meyering  <meyering@redhat.com>
20659             Bruno Haible  <bruno@clisp.org>
20660
20661         * lib/vasnprintf.c (decimal_point_char): Define also if
20662         NEED_PRINTF_INFINITE_LONG_DOUBLE.
20663
20664 2008-09-16  Bruno Haible  <bruno@clisp.org>
20665         and Eric Blake  <ebb9@byu.net>
20666
20667         vasnprintf: support Irix 5.3
20668         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
20669         that mishandle long double infinity.
20670         Reported by Tom G. Christensen.
20671
20672 2008-09-16  Bruno Haible  <bruno@clisp.org>
20673
20674         * doc/glibc-functions/scandir.texi: Mention the function is missing on
20675         Solaris 9.
20676         * doc/glibc-functions/alphasort.texi: Likewise.
20677         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
20678
20679 2008-09-16  Jim Meyering  <meyering@redhat.com>
20680
20681         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
20682         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
20683         a umask modification leak out of a subshell.  Otherwise, the
20684         opensolaris /bin/sh would be accepted and thus cause unwarranted
20685         failures in the coreutils test suite.
20686
20687 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
20688
20689         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
20690         to succeed.
20691
20692 2008-09-16  Jim Meyering  <meyering@redhat.com>
20693
20694         avoid spurious test failure when library is built without ACL support
20695         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
20696         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
20697         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
20698         * tests/test-copy-acl.sh: Likewise.
20699
20700 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20701
20702         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
20703         based on character occurrence counts.
20704
20705 2008-09-15  Eric Blake  <ebb9@byu.net>
20706
20707         tests: avoid some compiler warnings
20708         * tests/test-memchr.c (main): Pass NULL indirectly.
20709         * tests/test-closein.c (main): Avoid unused variable.
20710
20711 2008-09-15  Bruno Haible  <bruno@clisp.org>
20712
20713         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
20714         are missing on OpenBSD 4.0 individually.
20715         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20716
20717 2008-09-15  Bruno Haible  <bruno@clisp.org>
20718
20719         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
20720         * doc/posix-functions/strerror.texi: Mention also Cygwin.
20721         * doc/posix-functions/perror.texi: Likewise.
20722         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
20723         is missing.
20724         Reported by Eric Blake.
20725
20726         * lib/errno.in.h: Use replacement values >= 2000.
20727         Reported by Eric Blake.
20728
20729 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20730
20731         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
20732         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
20733         limit.
20734         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
20735         compareseq was aborted.
20736
20737 2008-09-14  Bruno Haible  <bruno@clisp.org>
20738
20739         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
20740         yvec_edit_count.
20741         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
20742         (fstrcmp_bounded): Simplify result computation accordingly.
20743
20744 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20745
20746         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
20747         (fstrcmp): Define in terms of fstrcmp_bounded.
20748         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
20749         lower_bound argument.
20750         Return quickly if the result is certainly < lower_bound.
20751         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
20752
20753 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20754
20755         * lib/diffseq.h (EARLY_ABORT): New macro.
20756         (compareseq): Change return type to bool. Return true when EARLY_ABORT
20757         evaluates to true.
20758
20759 2008-09-14  Bruno Haible  <bruno@clisp.org>
20760
20761         * modules/perror-tests: New file.
20762         * tests/test-perror.sh: New file.
20763         * tests/test-perror.c: New file.
20764
20765         New module 'perror'.
20766         * lib/stdio.in.h (perror): New declaration.
20767         * lib/perror.c: New file.
20768         * m4/perror.m4: New file.
20769         * modules/perror: New file.
20770         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
20771         * doc/posix-functions/perror.texi: Mention the perror module.
20772         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
20773         REPLACE_PERROR.
20774         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
20775         REPLACE_PERROR.
20776
20777 2008-09-14  Bruno Haible  <bruno@clisp.org>
20778
20779         * modules/stdio (Makefile.am): Reorder to match the order in
20780         lib/stdio.in.h.
20781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20782
20783 2008-09-13  Bruno Haible  <bruno@clisp.org>
20784
20785         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
20786
20787 2008-09-13  Bruno Haible  <bruno@clisp.org>
20788
20789         Extend strerror to cover the added errno values.
20790         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
20791         (rpl_strerror): Provide error messages for the added errno values and
20792         for the WSA* values.
20793         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
20794         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
20795         strerror.
20796         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
20797         * modules/strerror (Depends-on): Add errno.
20798         * doc/posix-functions/strerror.texi: Document the change.
20799         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
20800         and EOVERFLOW.
20801
20802 2008-09-13  Bruno Haible  <bruno@clisp.org>
20803
20804         * modules/EOVERFLOW: Remove file.
20805         * m4/eoverflow.m4: Remove file.
20806         * modules/EOVERFLOW-tests: Remove file.
20807         * tests/test-EOVERFLOW.c: Remove file.
20808         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
20809         * modules/ftell (Depends-on): Likewise.
20810         * modules/getdelim (Depends-on): Likewise.
20811         * modules/getugroups (Depends-on): Likewise.
20812         * modules/poll (Depends-on): Likewise.
20813         * modules/snprintf (Depends-on): Likewise.
20814         * modules/sprintf-posix (Depends-on): Likewise.
20815         * modules/vasnprintf (Depends-on): Likewise.
20816         * modules/vasprintf (Depends-on): Likewise.
20817         * modules/vfprintf-posix (Depends-on): Likewise.
20818         * modules/vsnprintf (Depends-on): Likewise.
20819         * modules/vsprintf-posix (Depends-on): Likewise.
20820         * modules/xvasprintf (Depends-on): Likewise.
20821         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20822         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
20823         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
20824         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
20825         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20826         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
20827         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
20828         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
20829         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20830         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
20831         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
20832         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
20833         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20834         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
20835         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
20836         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
20837         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20838         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
20839         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
20840         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
20841         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20842         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
20843         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
20844         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
20845         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
20846         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20847         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
20848         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
20849         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
20850         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
20851         * MODULES.html.sh: Remove EOVERFLOW.
20852         * NEWS: Mention the change.
20853
20854 2008-09-13  Bruno Haible  <bruno@clisp.org>
20855
20856         * modules/errno-tests: New file.
20857         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
20858
20859         * lib/errno.in.h: New file.
20860         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
20861         * modules/errno: New file.
20862         * doc/posix-headers/errno.texi: Update documentation.
20863         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
20864
20865 2008-09-13  Bruno Haible  <bruno@clisp.org>
20866
20867         * tests/test-poll.c: Use #if for native Windows, rather than testing
20868         __MSVCRT__.
20869
20870 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20871             Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/glob.c: Don't include <pwd.h> on native Windows.
20874         (WINDOWS32): New macro.
20875         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
20876
20877 2008-09-13  Bruno Haible  <bruno@clisp.org>
20878
20879         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
20880         (ETIMEDOUT): Remove macro.
20881         (glthread_cond_timedwait_multithreaded): New declaration.
20882         (glthread_cond_timedwait): Use it.
20883         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
20884         (glthread_cond_timedwait_multithreaded): New function.
20885
20886 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20887
20888         * modules/poll-tests: Do not check for io.h.
20889         * tests/test-poll.c: Check for __MSVCRT__ instead.
20890
20891 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20892
20893         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
20894         * modules/poll-tests: Add inet_pton, stdbool, sockets.
20895         * tests/test-poll.c: Use them.  Use _pipe on Windows.
20896
20897 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20898
20899         * modules/poll-tests: New.
20900         * tests/test-poll.c: New.
20901
20902 2008-09-12  Eric Blake  <ebb9@byu.net>
20903
20904         frexp: test for NetBSD failure on -0.0
20905         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
20906         not all, bugs from NetBSD 3.0 have been fixed.
20907         * doc/posix-functions/frexp.texi (frexp): Document bug.
20908         Reported by Thomas Klausner.
20909
20910         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
20911         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
20912         literal -0.0.
20913         Reported by Jonathan C. Patschke <jp@centtech.com>.
20914
20915 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20916
20917         * lib/glthread/cond.h: Use dummy implementation also if
20918         USE_WIN32_THREADS.
20919
20920 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20921
20922         * modules/fnmatch-posix (License): Change to LGPLv2+.
20923         * modules/fnmatch-gnu (License): Likewise.
20924
20925 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20926
20927         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
20928
20929 2008-09-11  Jim Meyering  <meyering@redhat.com>
20930
20931         * users.txt: Add gtk-vnc.
20932
20933 2008-09-08  Simon Josefsson  <simon@josefsson.org>
20934
20935         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
20936         rotate amounts.
20937
20938         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
20939         required for 16-bit and 8-bit rotates.
20940         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
20941         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
20942         UINT8_MAX instead of hard-coded constants.
20943         Suggested by Paul Eggert.
20944
20945 2008-09-07  Bruno Haible  <bruno@clisp.org>
20946
20947         * tests/test-striconveh.c (main): Check behaviour when converting from
20948         UTF-7.
20949
20950         Make striconveh work better with stateful encodings.
20951         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
20952         that iconv does not increment the inptr when returning -1/EINVAL.
20953
20954 2008-09-07  Bruno Haible  <bruno@clisp.org>
20955
20956         * build-aux/config.rpath: Update according to libtool-2.2.6.
20957         * build-aux/config.libpath: Likewise.
20958
20959 2008-09-06  Bruno Haible  <bruno@clisp.org>
20960
20961         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
20962         * lib/freadptr.c (freadptr): Likewise.
20963         * lib/freadseek.c (freadptrinc): Likewise.
20964         Reported by Simon Josefsson.
20965
20966 2008-09-06  Bruno Haible  <bruno@clisp.org>
20967
20968         * modules/freadptr (License): Change to LGPLv2+.
20969         * modules/freadseek (License): Likewise.
20970         Suggested by Eric Blake.
20971
20972         * modules/memchr2 (License): Change to LGPLv2+.
20973         Approved by Eric Blake.
20974
20975 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20976             Bruno Haible  <bruno@clisp.org>
20977
20978         Make gnulib-tool work with native 'sed' on AIX.
20979         * gnulib-tool (sed_noop): New variable.
20980         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
20981         func_add_or_update, func_create_testdir): Use it to initialize sed
20982         script variables.
20983         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20984
20985 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
20986             Bruno Haible  <bruno@clisp.org>
20987
20988         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
20989         also works after #include directives.
20990
20991 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
20992
20993         getdate.y: reject an out-of-range timezone value
20994         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
20995         the range [-24...+24].  When specified with only one or two digits,
20996         * tests/test-getdate.c: Tests for the fix.
20997         * doc/getdate.texi: Document this change.
20998
20999 2008-09-03  Bruno Haible  <bruno@clisp.org>
21000
21001         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
21002
21003 2008-09-02  Simon Josefsson  <simon@josefsson.org>
21004
21005         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
21006         <bruce.korb@gmail.com> with ideas from Ben Pfaff
21007         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
21008         Blake <ebb9@byu.net>.
21009
21010         * tests/test-bitrotate.c: Add more test vectors.
21011
21012 2008-09-02  Eric Blake  <ebb9@byu.net>
21013
21014         vasnprintf-posix: handle large precision via %.*d
21015         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
21016         when handling it ourselves.
21017         * tests/test-vasnprintf-posix.c (test_function): Add test.
21018         * tests/test-snprintf-posix.h (test_function): Likewise.
21019         * tests/test-sprintf-posix.h (test_function): Likewise.
21020         * tests/test-vasprintf-posix.c (test_function): Likewise.
21021         Reported by Alain Guibert.
21022
21023 2008-09-01  Eric Blake  <ebb9@byu.net>
21024
21025         c-stack: make configure-time check more robust
21026         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
21027         successful sigaction call.
21028         Reported by Tom G. Christensen.
21029
21030 2008-09-01  Bruno Haible  <bruno@clisp.org>
21031
21032         New module 'findprog-lgpl'.
21033         * modules/findprog-lgpl: New file.
21034         * lib/findprog-lgpl.c: New file.
21035         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
21036         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
21037         to decide whether to use strdup or xstrdup, concatenated_filename or
21038         xconcatenated_filename.
21039
21040 2008-09-01  Bruno Haible  <bruno@clisp.org>
21041
21042         Split module 'concat-filename' into 'concat-filename' (LGPL) and
21043         'xconcat-filename' (GPL).
21044         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
21045         (License): Change to LGPLv2+.
21046         * modules/xconcat-filename: New file.
21047         * lib/concat-filename.h (concatenated_filename): Change specification.
21048         (xconcatenated_filename): New declaration.
21049         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
21050         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
21051         memory situations.
21052         * lib/xconcat-filename.c: New file.
21053         * NEWS: Mention the change.
21054         * lib/findprog.c: Include concat-filename.h, not filename.h.
21055         (find_in_path): Use xconcatenated_filename instead of
21056         concatenated_filename.
21057         * lib/javacomp.c: Include concat-filename.h, not filename.h.
21058         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
21059         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
21060         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
21061         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
21062         instead of concatenated_filename.
21063         * lib/javaexec.c: Include concat-filename.h, not filename.h.
21064         (execute_java_class): Use xconcatenated_filename instead of
21065         concatenated_filename.
21066         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
21067         * modules/javacomp (Depends-on): Likewise.
21068         * modules/javaexec (Depends-on): Likewise.
21069
21070 2008-09-01  Bruno Haible  <bruno@clisp.org>
21071
21072         Split module 'filename' into 'filename' and 'concat-filename'.
21073         * modules/filename: Keep only lib/filename.h.
21074         (License): Change to LGPLv2+.
21075         * modules/concat-filename: New file, extracted from modules/filename.
21076         * lib/filename.h (concatenated_filename): Remove declaration.
21077         * lib/concat-filename.h: New file, extracted from lib/filename.h.
21078         * lib/concat-filename.c: Include concat-filename.h.
21079         * NEWS: Mention the change.
21080
21081 2008-09-01  Simon Josefsson  <simon@josefsson.org>
21082
21083         * lib/bitrotate.h (rotl8, rotr8): Add.
21084
21085         * modules/bitrotate (configure.ac): Need
21086         AC_REQUIRE([AC_C_INLINE]).
21087         (Description): Mention stdint.h.  Reported by Bruno Haible
21088         <bruno@clisp.org>.
21089
21090         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
21091         Paolo Bonzini <bonzini@gnu.org>.
21092
21093 2008-08-31  Bruno Haible  <bruno@clisp.org>
21094
21095         Assume Solaris specific bi-arch conventions on Solaris systems.
21096         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
21097         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
21098         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
21099         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
21100         like acl_libdirstem.
21101         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
21102         acl_libdirstem.
21103         * NEWS: Mention the change.
21104         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
21105
21106 2008-08-31  Jim Meyering  <meyering@redhat.com>
21107
21108         * lib/strftime.h: Add comments describing the two added arguments.
21109
21110         remove duplicate #include directives
21111         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
21112         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
21113
21114 2008-08-31  Bruno Haible  <bruno@clisp.org>
21115
21116         New module 'sigpipe-die'.
21117         * modules/sigpipe-die: New file.
21118         * lib/sigpipe-die.h: New file.
21119         * lib/sigpipe-die.c: New file.
21120         * MODULES.html.sh (Signal handling): Add sigpipe-die.
21121
21122 2008-08-31  Bruno Haible  <bruno@clisp.org>
21123
21124         Don't override previously installed signal handlers.
21125         * lib/fatal-signal.c (saved_sigactions): New variable.
21126         (uninstall_handlers): Reset the signal to the saved handler, not
21127         to SIG_DFL (except when ignored).
21128         (install_handlers): Save the previous handlers.
21129
21130 2008-08-30  Bruno Haible  <bruno@clisp.org>
21131
21132         * gnulib-tool (func_reset_sigpipe): New function.
21133         (func_get_automake_snippet, func_modules_transitive_closure,
21134         func_import): Invoke it before a join command that reads from stdin,
21135         to avoid "echo: write error: Broken pipe" error messages on stderr.
21136         Reported by Sam Steingold <sds@gnu.org>.
21137
21138 2008-08-30  Bruno Haible  <bruno@clisp.org>
21139
21140         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
21141         Code copied from m4/open.m4.
21142         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
21143         access and the filename ends in a slash. Code copied from lib/open.c.
21144         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
21145         * tests/test-fopen.c (main): Check against bug with trailing slash.
21146
21147 2008-08-29  Bruno Haible  <bruno@clisp.org>
21148
21149         Avoid some "gcc -pedantic" warnings.
21150         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
21151         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
21152         * lib/dirent.in.h: Likewise.
21153         * lib/fcntl.in.h: Likewise.
21154         * lib/float.in.h: Likewise.
21155         * lib/iconv.in.h: Likewise.
21156         * lib/inttypes.in.h: Likewise.
21157         * lib/locale.in.h: Likewise.
21158         * lib/math.in.h: Likewise.
21159         * lib/netinet_in.in.h: Likewise.
21160         * lib/search.in.h: Likewise.
21161         * lib/signal.in.h: Likewise.
21162         * lib/stdarg.in.h: Likewise.
21163         * lib/stdint.in.h: Likewise.
21164         * lib/stdio.in.h: Likewise.
21165         * lib/stdlib.in.h: Likewise.
21166         * lib/string.in.h: Likewise.
21167         * lib/strings.in.h: Likewise.
21168         * lib/sys_select.in.h: Likewise.
21169         * lib/sys_socket.in.h: Likewise.
21170         * lib/sys_stat.in.h: Likewise.
21171         * lib/sys_time.in.h: Likewise.
21172         * lib/sysexits.in.h: Likewise.
21173         * lib/time.in.h: Likewise.
21174         * lib/unistd.in.h: Likewise.
21175         * lib/wchar.in.h: Likewise.
21176         * lib/wctype.in.h: Likewise.
21177         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
21178         * modules/fchdir (Makefile.am): Likewise.
21179         * modules/fcntl (Makefile.am): Likewise.
21180         * modules/float (Makefile.am): Likewise.
21181         * modules/iconv_open (Makefile.am): Likewise.
21182         * modules/inttypes (Makefile.am): Likewise.
21183         * modules/locale (Makefile.am): Likewise.
21184         * modules/math (Makefile.am): Likewise.
21185         * modules/netinet_in (Makefile.am): Likewise.
21186         * modules/search (Makefile.am): Likewise.
21187         * modules/signal (Makefile.am): Likewise.
21188         * modules/stdarg (Makefile.am): Likewise.
21189         * modules/stdint (Makefile.am): Likewise.
21190         * modules/stdio (Makefile.am): Likewise.
21191         * modules/stdlib (Makefile.am): Likewise.
21192         * modules/string (Makefile.am): Likewise.
21193         * modules/strings (Makefile.am): Likewise.
21194         * modules/sys_select (Makefile.am): Likewise.
21195         * modules/sys_socket (Makefile.am): Likewise.
21196         * modules/sys_stat (Makefile.am): Likewise.
21197         * modules/sys_time (Makefile.am): Likewise.
21198         * modules/sysexits (Makefile.am): Likewise.
21199         * modules/time (Makefile.am): Likewise.
21200         * modules/unistd (Makefile.am): Likewise.
21201         * modules/wchar (Makefile.am): Likewise.
21202         * modules/wctype (Makefile.am): Likewise.
21203         Reported by Reuben Thomas <rrt@sc3d.org>.
21204
21205 2008-08-29  Bruno Haible  <bruno@clisp.org>
21206
21207         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
21208         any more.
21209
21210 2008-08-29  Simon Josefsson  <simon@josefsson.org>
21211
21212         * MODULES.html.sh (Misc): Add bitrotate.
21213
21214         * modules/bitrotate: New file.
21215
21216         * lib/bitrotate.h: New file.
21217
21218         * modules/bitrotate-tests: New file.
21219
21220         * tests/test-bitrotate.c: New file.
21221
21222         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
21223         on the bitrotate module.
21224
21225         * lib/arctwo.c: Use new bitrotate module.
21226
21227 2008-08-29  Jim Meyering  <meyering@redhat.com>
21228
21229         bootstrap: merge changes from coreutils
21230         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
21231         of copied files.  Remove a kludge, now that this is fixed.
21232         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
21233         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
21234         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
21235
21236 2008-08-29  Bruno Haible  <bruno@clisp.org>
21237
21238         * MODULES.html.sh: Remove --cvs-urls option.
21239
21240 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
21241
21242         maint.mk: adjust to file name change
21243         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
21244
21245 2008-08-28  Jim Meyering  <meyering@redhat.com>
21246
21247         * modules/getndelim2 (License): Relicense to LGPLv2+.
21248         Approved by Richard Stallman for the version of 1995, and by
21249         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
21250
21251 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
21252
21253         * lib/getdelim.c (flockfile, funlockfile): Make all of them
21254         dummy if one is not available.  Do not touch them if
21255         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
21256         (getc_maybe_unlocked): New.
21257         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
21258
21259 2008-08-26  Eric Blake  <ebb9@byu.net>
21260
21261         doc/INSTALL: resync from autoconf
21262         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
21263         (INSTALL_PRELUDE): Delete; this is done more efficiently by
21264         moving...
21265         * install.texi [!autoconf]: ...here.  Resync from autoconf.
21266         * INSTALL: Regenerate.
21267         * INSTALL.ISO: New file.
21268         * INSTALL.UTF-8: Likewise.
21269
21270 2008-08-26  Jim Meyering  <meyering@redhat.com>
21271
21272         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
21273         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
21274         these definitions conditional, so that they may be overridden, too.
21275
21276 2008-08-26  Bruno Haible  <bruno@clisp.org>
21277
21278         Generate INSTALL file variants with prettier quotes.
21279         * doc/Makefile (INSTALL_PRELUDE): New macro.
21280         (INSTALL): Use it.
21281         (INSTALL.ISO, INSTALL.UTF-8): New rules.
21282
21283 2008-08-26  Bruno Haible  <bruno@clisp.org>
21284
21285         Run makeinfo in an English locale.
21286         * doc/Makefile (MAKEINFO): New variable.
21287
21288 2008-08-26  Bruno Haible  <bruno@clisp.org>
21289
21290         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
21291         Suggested by Eric Blake.
21292
21293 2008-08-25  Bruno Haible  <bruno@clisp.org>
21294
21295         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
21296
21297 2008-08-25  Eric Blake  <ebb9@byu.net>
21298
21299         c-stack: test that stack overflow can be caught
21300         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
21301         that platform allows handling stack overflow; at least OS/2 EMX
21302         has sigaltstack, but crashes before transferring control to
21303         handler on stack overflow.
21304         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
21305         check for HAVE_STACK_OVERFLOW_HANDLING.
21306         Reported by Elbert Pol.
21307
21308 2008-08-25  Bruno Haible  <bruno@clisp.org>
21309
21310         * doc/posix-functions/strftime.texi: Fix description of strftime
21311         module.
21312
21313 2008-08-24  Bruno Haible  <bruno@clisp.org>
21314
21315         * tests/uniwidth/test-uc_width2.c: New file.
21316         * tests/uniwidth/test-uc_width2.sh: New file.
21317         * modules/uniwidth/width-tests (Files): Add the new files.
21318         (TESTS): Add uniwidth/test-uc_width2.sh.
21319         (TESTS_ENVIRONMENT): New variable.
21320         (check_PROGRAMS): Add test-uc_width2.
21321         (test_uc_width2_SOURCES): New variable.
21322
21323         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
21324         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
21325         not 0x00AB.
21326         Reported by Alexander V. Lukyanov <lav@netis.ru>.
21327
21328 2008-08-22  Eric Blake  <ebb9@byu.net>
21329
21330         test-lock, test-tls: mention why a test is skipped
21331         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
21332         skipped.
21333         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
21334
21335         count-one-bits: relax license
21336         * modules/count-one-bits (License): Relicense to LGPLv2+.
21337         Suggested by Ludovic Courtès, approved by Ben Pfaff.
21338
21339 2008-08-22  Andreas Schwab  <schwab@suse.de>
21340
21341         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
21342         Remove spurious space in assignment.
21343
21344 2008-08-21  Simon Josefsson  <simon@josefsson.org>
21345
21346         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
21347         Paul Eggert <eggert@CS.UCLA.EDU>.
21348
21349 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
21350
21351         * modules/gettext: Add m4/threadlib.m4.
21352
21353 2008-08-19  Eric Blake  <ebb9@byu.net>
21354
21355         test-c-stack: fix compilation failure on FreeBSD 5.0
21356         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
21357         headers before <sys/resource.h>.
21358         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
21359         the bug.
21360         Reported by Nelson H. F. Beebe.
21361
21362         strverscmp: migrate from "strverscmp.h" to <string.h>
21363         * modules/string (Makefile.am): Add new hooks.
21364         * modules/strverscmp (Files): Remove strverscmp.h.
21365         (Depends-on): Add string.
21366         (configure.ac): Add indicator.
21367         (Include): Mention new header.
21368         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
21369         defaults.
21370         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
21371         results.
21372         * lib/strverscmp.h: Delete.
21373         * lib/string.in.h (strverscmp): Provide declaration, when needed.
21374         * tests/test-strverscmp.c (includes): Adjust client.
21375         * lib/check-version.c (includes): Likewise.
21376         * NEWS: Document the change.
21377
21378         strverscmp: add unit test
21379         * modules/strverscmp-tests: New file.
21380         * tests/test-strverscmp.c: Likewise.
21381
21382 2008-08-19  Simon Josefsson  <simon@josefsson.org>
21383
21384         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
21385         regarding Windows crypto stuff, from Mono.
21386
21387 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
21388
21389         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
21390         if present, for intel RND.  Return error on failures.
21391
21392 2008-08-18  Ben Pfaff  <blp@gnu.org>
21393
21394         gitlog-to-changelog: give better diagnostic for failed pipe-open
21395         * build-aux/gitlog-to-changelog: Improve error message: suggest
21396         that the version of Git may be too old.
21397
21398 2008-08-18  Simon Josefsson  <simon@josefsson.org>
21399
21400         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
21401         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
21402
21403 2008-08-18  Bruno Haible  <bruno@clisp.org>
21404
21405         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
21406         pthread_in_use().
21407
21408 2008-08-18  Bruno Haible  <bruno@clisp.org>
21409
21410         * lib/glthread/threadlib.c: Include <pthread.h>.
21411
21412 2008-08-18  Bruno Haible  <bruno@clisp.org>
21413
21414         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
21415         glthread_recursive_lock_* macros.
21416         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
21417         Fix syntax error.
21418
21419 2008-08-18  Bruno Haible  <bruno@clisp.org>
21420
21421         * lib/glthread/thread.c: Avoid forcing a context switch right after
21422         thread creation.
21423
21424 2008-08-17  Bruno Haible  <bruno@clisp.org>
21425
21426         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
21427         * lib/glthread/thread.h: Provide Win32 specific implementation.
21428         * modules/thread (Files): Add lib/glthread/thread.c.
21429         (Depends-on): Add lock.
21430         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
21431
21432 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21433
21434         New module 'yield'.
21435         * modules/yield: New file.
21436         * lib/glthread/yield.h: New file.
21437         * m4/yield.m4: New file.
21438         * MODULES.html.sh (Multithreading): Add yield.
21439
21440 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21441
21442         New module 'thread'.
21443         * modules/thread: New file.
21444         * lib/glthread/thread.h: New file.
21445         * m4/thread.m4: New file.
21446         * MODULES.html.sh (Multithreading): Add thread.
21447
21448 2008-08-17  Bruno Haible  <bruno@clisp.org>
21449
21450         * lib/glthread/lock.h: Include <stdlib.h> always.
21451         * lib/glthread/tls.h: Likewise.
21452         * lib/glthread/cond.h: Likewise.
21453
21454 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21455
21456         New module 'cond'.
21457         * modules/cond: New file.
21458         * lib/glthread/cond.h: New file.
21459         * lib/glthread/cond.c: New file.
21460         * m4/cond.m4: New file.
21461         * MODULES.html.sh (Multithreading): Add cond.
21462
21463 2008-08-16  Eric Blake  <ebb9@byu.net>
21464
21465         c-stack: fix regression on Irix 5.3 from 2008-06-21
21466         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
21467         sa_sigaction...
21468         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
21469         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
21470         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
21471         * modules/signal (Makefile.am): Use the value.
21472         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
21473         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
21474         * doc/posix-headers/signal.texi (signal.h): Document this
21475         portability issue.
21476         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
21477         Reported by Tom G. Christensen.
21478
21479 2008-08-17  Bruno Haible  <bruno@clisp.org>
21480
21481         New module 'threadlib'.
21482         * modules/threadlib: New file.
21483         * lib/glthread/threadlib.c: New file, extracted from
21484         lib/glthread/lock.c.
21485         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
21486         functions.
21487         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
21488         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
21489         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
21490         macros.
21491         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
21492         (gl_DISABLE_THREADS): Remove macro.
21493         * modules/lock (Files): Remove build-aux/config.rpath.
21494         (Depends-on): Remove havelib. Add threadlib.
21495         (configure.ac-early): Remove section.
21496         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
21497         * modules/tls (Depends-on): Remove lock. Add threadlib.
21498         (Link): New section, copied from threadlib.
21499         * MODULES.html.sh (Multithreading): Add threadlib.
21500
21501 2008-08-14  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
21504         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
21505         glthread_rwlock_unlock, glthread_rwlock_destroy,
21506         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
21507         glthread_recursive_lock_destroy): Define as macros always.
21508         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
21509         glthread_lock_lock.
21510         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
21511         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
21512         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
21513         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
21514         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
21515         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
21516         (glthread_recursive_lock_lock_func): Renamed from
21517         glthread_recursive_lock_lock.
21518         (glthread_recursive_lock_unlock_func): Renamed from
21519         glthread_recursive_lock_unlock.
21520         (glthread_recursive_lock_destroy_func): Renamed from
21521         glthread_recursive_lock_destroy.
21522
21523 2008-08-14  Bruno Haible  <bruno@clisp.org>
21524
21525         * lib/glthread/lock.h: Renamed from lib/lock.h.
21526         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
21527         * lib/glthread/tls.h: Renamed from lib/tls.h.
21528         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
21529         * lib/fstrcmp.c: Update includes.
21530         * lib/strsignal.c: Update includes.
21531         * modules/lock (Files, Makefile.am): Update.
21532         (Include): Change to "glthread/lock.h".
21533         * modules/tls (Files, Makefile.am): Update.
21534         (Include): Change to "glthread/tls.h".
21535         * tests/test-lock.c: Update includes.
21536         * tests/test-tls.c: Update includes.
21537         * NEWS: Mention the renamed header files.
21538
21539 2008-08-11  Jim Meyering  <meyering@redhat.com>
21540
21541         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
21542
21543 2008-08-11  Eric Blake  <ebb9@byu.net>
21544
21545         test-c-stack: avoid C99-ism
21546         * tests/test-c-stack.c (main): Fix whitespace, move declaration
21547         before statement.
21548         Reported by Alain Guibert.
21549
21550 2008-08-10  Jim Meyering  <meyering@redhat.com>
21551
21552         ensure that return value of uinttostr et al are not ignored
21553         * lib/inttostr.h (__GNUC_PREREQ): Define.
21554         (__attribute_warn_unused_result__): Define.
21555         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
21556
21557 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
21558
21559         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
21560         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
21561
21562 2008-08-07  Jim Meyering  <meyering@redhat.com>
21563
21564         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
21565
21566         * modules/mkstemp (License): Relicense under LGPLv2+.
21567         * modules/tempname (License): Likewise.
21568
21569 2008-08-06  Bruno Haible  <bruno@clisp.org>
21570
21571         * lib/poll.c (poll): Further micro-optimization.
21572
21573 2008-08-06  Jim Meyering  <meyering@redhat.com>
21574
21575         inet_pton.c: use locale-independent tolower
21576         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
21577         (inet_pton6): Use c_tolower rather than tolower.
21578         * modules/inet_pton (Depends-on): Add c-ctype.
21579
21580 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
21581
21582         * lib/poll.c (poll): Avoid division when timeout is 0, cache
21583         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
21584
21585 2008-08-06  Jim Meyering  <meyering@redhat.com>
21586
21587         * modules/inet_pton (License): Relicense under LGPLv2+.
21588
21589 2008-08-03  Bruno Haible  <bruno@clisp.org>
21590
21591         Additional non-aborting API for lock and tls.
21592         * lib/lock.h: Include <errno.h>.
21593         (glthread_lock_init): New macro/function.
21594         (gl_lock_init): Define as wrapper around glthread_lock_init.
21595         (glthread_lock_lock): New macro/function.
21596         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
21597         (glthread_lock_unlock): New macro/function.
21598         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
21599         (glthread_lock_destroy): New macro/function.
21600         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
21601         (glthread_rwlock_init): New macro/function.
21602         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
21603         (glthread_rwlock_rdlock): New macro/function.
21604         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
21605         (glthread_rwlock_wrlock): New macro/function.
21606         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
21607         (glthread_rwlock_unlock): New macro/function.
21608         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
21609         (glthread_rwlock_destroy): New macro/function.
21610         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
21611         (glthread_recursive_lock_init): New macro/function.
21612         (gl_recursive_lock_init): Define as wrapper around
21613         glthread_recursive_lock_init.
21614         (glthread_recursive_lock_lock): New macro/function.
21615         (gl_recursive_lock_lock): Define as wrapper around
21616         glthread_recursive_lock_lock.
21617         (glthread_recursive_lock_unlock): New macro/function.
21618         (gl_recursive_lock_unlock): Define as wrapper around
21619         glthread_recursive_lock_unlock.
21620         (glthread_recursive_lock_destroy): New macro/function.
21621         (gl_recursive_lock_destroy): Define as wrapper around
21622         glthread_recursive_lock_destroy.
21623         (glthread_once): New macro/function.
21624         (gl_once): Define as wrapper around glthread_once.
21625         Update function declarations.
21626         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
21627         glthread_rwlock_init. Return error code.
21628         (glthread_rwlock_rdlock_multithreaded): Renamed from
21629         glthread_rwlock_rdlock. Return error code.
21630         (glthread_rwlock_wrlock_multithreaded): Renamed from
21631         glthread_rwlock_wrlock. Return error code.
21632         (glthread_rwlock_unlock_multithreaded): Renamed from
21633         glthread_rwlock_unlock. Return error code.
21634         (glthread_rwlock_destroy_multithreaded): Renamed from
21635         glthread_rwlock_destroy. Return error code.
21636         (glthread_recursive_lock_init_multithreaded): Renamed from
21637         glthread_recursive_lock_init. Return error code.
21638         (glthread_recursive_lock_lock_multithreaded): Renamed from
21639         glthread_recursive_lock_lock. Return error code.
21640         (glthread_recursive_lock_unlock_multithreaded): Renamed from
21641         glthread_recursive_lock_unlock. Return error code.
21642         (glthread_recursive_lock_destroy_multithreaded): Renamed from
21643         glthread_recursive_lock_destroy. Return error code.
21644         (glthread_once_call): Make static.
21645         (glthread_once_multithreaded): Renamed from glthread_once.
21646         * lib/tls.h: Include <errno.h>.
21647         (glthread_tls_key_init): New macro/function.
21648         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
21649         (glthread_tls_set): New macro/function.
21650         (gl_tls_set): Define as wrapper around glthread_tls_set.
21651         (glthread_tls_key_destroy): New macro/function.
21652         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
21653         Update function declarations.
21654         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
21655         glthread_tls_get.
21656         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21657
21658 2008-08-04  Eric Blake  <ebb9@byu.net>
21659
21660         gnumakefile: use space, not TAB, outside of targets
21661         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
21662
21663 2008-08-02  Jim Meyering  <meyering@redhat.com>
21664
21665         getdate.y: avoid locale-dependent date parsing failure
21666         In Turkish locales, getdate would fail to recognize keywords
21667         containing a lowercase "i".  The solution is not to rely on
21668         locale-sensitive case-conversion.
21669         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
21670         (lookup_word): Use c_toupper in place of toupper.
21671         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
21672         Reported by Vefa Bicakci <bicave@superonline.com> in
21673         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
21674         * modules/getdate (Depends-on): Add c-ctype.
21675
21676 2008-08-02  Bruno Haible  <bruno@clisp.org>
21677
21678         * gnulib-tool (func_import): When updating or creating a .gitignore
21679         file, prepend each added line with a slash, and ignore leading slashes
21680         from the existing lines.
21681         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21682
21683 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21684
21685         Portability fix for GNU make 3.79.1.
21686         * top/GNUmakefile: Avoid 'else COND', which older GNU make
21687         versions do not understand.
21688
21689 2008-08-01  Bruno Haible  <bruno@clisp.org>
21690
21691         Work around bug of HP-UX 10.20 cc with -0.0 literal.
21692         * tests/test-isnanf.h (zero): New variable.
21693         (main): Avoid literal -0.0f.
21694         * tests/test-isnand.h (zero): New variable.
21695         (main): Avoid literal -0.0.
21696         * tests/test-isnanl.h (zero): New variable.
21697         (main): Avoid literal -0.0L.
21698         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
21699         (test_float, test_double, test_long_double): Avoid literals -0.0f,
21700         -0.0, -0.0L.
21701         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
21702         (test_signbitd): Avoid literal -0.0.
21703         (test_signbitl): Avoid literal -0.0L.
21704         * tests/test-ceilf1.c (zero): New variable.
21705         (main): Avoid literal -0.0f.
21706         * tests/test-ceill.c (zero): New variable.
21707         (main): Avoid literal -0.0L.
21708         * tests/test-floorf1.c (zero): New variable.
21709         (main): Avoid literal -0.0f.
21710         * tests/test-floorl.c (zero): New variable.
21711         (main): Avoid literal -0.0L.
21712         * tests/test-roundf1.c (zero): New variable.
21713         (main): Avoid literal -0.0f.
21714         * tests/test-round1.c (zero): New variable.
21715         (main): Avoid literal -0.0.
21716         * tests/test-roundl.c (zero): New variable.
21717         (main): Avoid literal -0.0L.
21718         * tests/test-truncf1.c (zero): New variable.
21719         (main): Avoid literal -0.0f.
21720         * tests/test-trunc1.c (zero): New variable.
21721         (main): Avoid literal -0.0.
21722         * tests/test-truncl.c (zero): New variable.
21723         (main): Avoid literal -0.0L.
21724         * tests/test-frexp.c (zero): New variable.
21725         (main): Avoid literal -0.0.
21726         * tests/test-frexpl.c (zero): New variable.
21727         (main): Avoid literal -0.0L.
21728         * tests/test-ldexpl.c (zero): New variable.
21729         (main): Avoid literal -0.0L.
21730         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21731         (zerod, zerol): New variables.
21732         (test_function): Avoid literals -0.0, -0.0L.
21733         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21734         (zerod, zerol): New variables.
21735         (test_function): Avoid literals -0.0, -0.0L.
21736         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21737         (zerod, zerol): New variables.
21738         (test_function): Avoid literals -0.0, -0.0L.
21739         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21740         (zerod, zerol): New variables.
21741         (test_function): Avoid literals -0.0, -0.0L.
21742         * tests/test-strtod.c (zero): New variable.
21743         (main): Avoid literal -0.0.
21744         Reported by Jonathan C. Patschke <jp@centtech.com>.
21745
21746 2008-07-31  Jim Meyering  <meyering@redhat.com>
21747
21748         sha256.h: correct definition of SHA224_DIGEST_SIZE
21749         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
21750         Reported by Paulie Pena IV <paulie4@gmail.com>.
21751         Define as 224 / 8, rather than as a literal.
21752         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
21753         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
21754         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
21755
21756 2008-07-31  Bruno Haible  <bruno@clisp.org>
21757
21758         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
21759         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
21760         Reported by Jonathan Patschke <jp@centtech.com>.
21761
21762 2008-07-31  Bruno Haible  <bruno@clisp.org>
21763
21764         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
21765         Reported by Paolo Bonzini <bonzini@gnu.org>.
21766
21767 2008-07-30  Eric Blake  <ebb9@byu.net>
21768
21769         test-strtod: allow compilation without -lm
21770         * tests/test-strtod.c (main): Avoid link dependence on fabs.
21771         Reported by Dennis Clarke <blastwave@gmail.com>.
21772
21773 2008-07-28  Jim Meyering  <meyering@redhat.com>
21774
21775         bootstrap: work also when there are no .po files in po/
21776         * build-aux/bootstrap (update_po_files): Complete the change
21777         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
21778
21779 2008-07-27  Jim Meyering  <meyering@redhat.com>
21780
21781         * users.txt: Add zile.
21782
21783 2008-07-26  Ben Pfaff  <blp@gnu.org>
21784
21785         Add missing dependencies on new m4/exponent[fdl].m4 files.
21786         * modules/isnanf-nolibm: Add m4/exponentf.m4.
21787         * modules/isnand-nolibm: Add m4/exponentd.m4.
21788         * modules/isnanl-nolibm: Add m4/exponentl.m4.
21789         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
21790         m4/isnan[fdl].m4, because the macros actually used moved.
21791         Reported by Jim Meyering.
21792
21793 2008-07-14  Ben Pfaff  <blp@gnu.org>
21794
21795         Add isinf module.
21796         * lib/isinf.c: New file.
21797         * lib/math.in.h: Define isinf macro if we have decided to replace
21798         it.
21799         * m4/isinf.m4: New file.
21800         * m4/math_h.m4: Initialize and substitute variables for isinf
21801         module.
21802         * modules/isinf: New file.
21803         * modules/isinf-tests: New file.
21804         * modules/math: Add substitutions for new module.
21805         * tests/test-isinf.c: New file.
21806         * doc/posix-functions/isinf.texi: Mention new module.
21807         * MODULES.html.sh: Mention new module.
21808
21809 2008-07-14  Ben Pfaff  <blp@gnu.org>
21810
21811         Factor out some macros for use by additional modules.
21812         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
21813         exponentf.m4.
21814         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
21815         exponentd.m4.
21816         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
21817         file exponentl.m4.
21818         * m4/exponentf.m4: New file.
21819         * m4/exponentd.m4: New file.
21820         * m4/exponentl.m4: New file.
21821         * modules/isnanf: Use new file m4/exponentf.m4.
21822         * modules/isnand: Use new file m4/exponentd.m4.
21823         * modules/isnanl: Use new file m4/exponentl.m4.
21824
21825 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
21826
21827         mktime.c: normalize tp->tm_isdst value to -1/0/1.
21828         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
21829         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
21830         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
21831
21832         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
21833         readlink on platforms without PATH_MAX.
21834
21835 2008-07-21  Eric Blake  <ebb9@byu.net>
21836
21837         Warn, not fail, on stale version.
21838         * top/GNUmakefile (_curr-ver): Tone down previous patch.
21839
21840         Don't allow installation with stale devel version number.
21841         * top/GNUmakefile (_is-install-target): New macro.
21842         (_curr-ver): Forbid installation with stale version number.
21843
21844 2008-07-20  Bruno Haible  <bruno@clisp.org>
21845
21846         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
21847         TESTS_ENVIRONMENT.
21848         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
21849
21850 2008-07-20  Bruno Haible  <bruno@clisp.org>
21851
21852         * lib/c-stack.h (c_stack_action): Add documentation.
21853         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
21854
21855 2008-07-20  Bruno Haible  <bruno@clisp.org>
21856
21857         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
21858         * modules/readlink (License): Likewise.
21859
21860 2008-07-17  Eric Blake  <ebb9@byu.net>
21861
21862         * modules/c-stack (Link): Fix typo.
21863
21864         Make c-stack use libsigsegv, when available.
21865         * modules/c-stack (Depends-on): Add libsigsegv.
21866         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
21867         needed.
21868         * lib/c-stack.c (SIGSTKSZ): Define fallback.
21869         (segv_handler, overflow_handler, c_stack_action)
21870         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
21871         implementation when libsigsegv is available, but only when using
21872         the library is necessary.
21873         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
21874         comment, explaining why XSI check fails on Linux.
21875         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
21876         * tests/test-c-stack2.sh: Tweak skip message.
21877         * NEWS: Document new link-time requirements.
21878
21879 2008-07-16  Eric Blake  <ebb9@byu.net>
21880
21881         c-stack: Expose false positives when not using libsigsegv.
21882         * modules/c-stack-tests (Files): Expand test.
21883         * tests/test-c-stack.c (main): Add means to conditionally trigger
21884         non-overflow SIGSEGV.
21885         * tests/test-c-stack2.sh: New file.
21886
21887 2008-07-14  Bruno Haible  <bruno@clisp.org>
21888
21889         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
21890         Reported by Eric Blake.
21891
21892 2008-07-14  Sam Steingold  <sds@gnu.org>
21893             Bruno Haible  <bruno@clisp.org>
21894
21895         New module libsigsegv.
21896         * modules/libsigsegv: New file.
21897         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
21898         modifications.
21899         * MODULES.html.sh (Signal handling): New section.
21900
21901 2008-07-14  Bruno Haible  <bruno@clisp.org>
21902
21903         * modules/unictype/ctype-* (Description): Add the word "function".
21904         Improves the resulting doc in MODULES.html.
21905
21906 2008-07-12  Ben Pfaff  <blp@gnu.org>
21907
21908         Add longlong module.
21909         * modules/longlong: New file.
21910
21911 2008-07-12  Bruno Haible  <bruno@clisp.org>
21912
21913         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
21914         to empty.
21915
21916 2008-07-10  Ben Pfaff  <blp@gnu.org>
21917
21918         Add isnan module.
21919         * doc/posix-functions/isnan.texi: Mention new module.
21920         * lib/math.in.h: Define isnan macro if we have decided to replace
21921         it.
21922         * m4/isnan.m4: New file.
21923         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
21924         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
21925         also.
21926         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
21927         redundancy.
21928         * m4/math_h.m4: Initialize and substitute variables for isnan
21929         module.
21930         * modules/isnan: New file.
21931         * modules/isnan-tests: New file.
21932         * modules/math: Add substitutions for new module.
21933         * tests/test-isnan.c: New file.
21934         * MODULES.html.sh: Mention new module.
21935
21936 2008-07-10  Ben Pfaff  <blp@gnu.org>
21937
21938         Add isnanf module.
21939         * lib/isnanf.m4: New file.
21940         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
21941         (gl_HAVE_ISNANF_IN_LIBM): New macro.
21942         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
21943         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
21944         * modules/isnanf: New file.
21945         * modules/isnanf-tests: New file.
21946         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
21947         files.
21948         * tests/test-isnanf-nolibm.c: factored most of its contents into
21949         new file tests/test-isnanf.h.
21950         * tests/test-isnanf.h: New file.
21951         * tests/test-isnanf.c: New file.
21952         * MODULES.html.sh: Mention new module.
21953         * doc/glibc-functions/isnanf.texi: Mention new module.
21954
21955 2008-07-10  Ben Pfaff  <blp@gnu.org>
21956
21957         Add isnand module.
21958         * lib/isnand.h: New file.
21959         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
21960         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
21961         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
21962         functionality also.
21963         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
21964         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
21965         (gl_HAVE_ISNAND_IN_LIBM): New macro.
21966         * modules/isnand: New file.
21967         * modules/isnand-tests: New file.
21968         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
21969         files.
21970         * tests/test-isnand-nolibm.c: factored most of its contents into
21971         new file tests/test-isnand.h.
21972         * tests/test-isnand.h: New file.
21973         * tests/test-isnand.c: New file.
21974         * MODULES.html.sh: Mention new module.
21975
21976 2008-07-10  Ben Pfaff  <blp@gnu.org>
21977
21978         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
21979         * lib/isnand.h: Rename lib/isnand-nolibm.h.
21980         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
21981         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
21982         * modules/isnanf-nolibm: Update references to renamed files.
21983         * modules/isnand-nolibm: Likewise.
21984         * modules/isnanf-nolibm-tests: Likewise.
21985         * modules/isnand-nolibm-tests: Likewise.
21986         * lib/frexp.c: Likewise.
21987         * lib/isfinite.c: Likewise.
21988         * lib/signbitd.c: Likewise.
21989         * lib/signbitf.c: Likewise.
21990         * lib/vasnprintf.c: Likewise.
21991         * tests/test-ceilf1.c: Likewise.
21992         * tests/test-ceilf2.c: Likewise.
21993         * tests/test-floorf1.c: Likewise.
21994         * tests/test-floorf2.c: Likewise.
21995         * tests/test-frexp.c: Likewise.
21996         * tests/test-round1.c: Likewise.
21997         * tests/test-round2.c: Likewise.
21998         * tests/test-roundf1.c: Likewise.
21999         * tests/test-strtod.c: Likewise.
22000         * tests/test-trunc1.c: Likewise.
22001         * tests/test-trunc2.c: Likewise.
22002         * tests/test-truncf1.c: Likewise.
22003         * tests/test-truncf2.c: Likewise.
22004         * NEWS: Mention the renamed header files.
22005
22006 2008-07-11  Jim Meyering  <meyering@redhat.com>
22007
22008         vc-list-files: make the last-resort awk code more portable
22009         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
22010         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
22011         does not support it.
22012
22013 2008-07-10  Eric Blake  <ebb9@byu.net>
22014
22015         Work with tar's bootstrap.
22016         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
22017         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
22018         an m4 comment.
22019
22020 2008-07-09  Jim Meyering  <meyering@redhat.com>
22021
22022         posix-shell.m4: fix typo that made this test malfunction
22023         * m4/posix-shell.m4: Remove capitalization in variable name.
22024
22025 2008-07-08  Bruno Haible  <bruno@clisp.org>
22026
22027         * m4/onceonly.m4: Update comments.
22028         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22029
22030 2008-07-04  Jim Meyering  <meyering@redhat.com>
22031
22032         * users.txt: Add vc-dwim.
22033         (bison, coreutils): Use the gitweb URL.
22034
22035 2008-07-03  Jim Meyering  <meyering@redhat.com>
22036
22037         * users.txt: Add libffcall.  From Sam Steingold.
22038
22039 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
22040
22041         getdate.y: do not ignore TZ with relative day, month or year offset
22042         * lib/getdate.y (get_date): Move the tz-handling block to follow the
22043         relative-date-handling, since otherwise, the latter would clobber the
22044         sole output (an updated Start value) of the tz-handling block.
22045         * tests/test-getdate.c: Tests for the fix
22046
22047 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22048
22049         Recognize 'foo_LIBRARIES += libgnu.a'.
22050         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
22051         makefile snippet has already specified an installation location,
22052         also using '+='.
22053
22054 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
22055
22056         getdate.y: factor out common actions
22057         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
22058         Use them in place of open-coded actions.
22059
22060 2008-07-01  Simon Josefsson  <simon@josefsson.org>
22061
22062         Add self-test for getdate module.
22063         * modules/getdate-tests: New file.
22064         * tests/test-getdate.c: New file.
22065
22066 2008-06-29  Bruno Haible  <bruno@clisp.org>
22067
22068         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
22069         .gitignore.
22070         Reported by Sylvain Beucler <beuc@beuc.net>.
22071
22072 2008-06-29  Bruno Haible  <bruno@clisp.org>
22073
22074         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
22075         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
22076
22077 2008-06-29  Bruno Haible  <bruno@clisp.org>
22078
22079         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
22080         EXTRA_DIST.
22081         Reported by Sylvain Beucler <beuc@beuc.net>.
22082
22083 2008-06-26  Jim Meyering  <meyering@redhat.com>
22084
22085         make several modules depend on the "open" module
22086         This provides slightly increased consistency when opening-for-write
22087         the name of a non-directory spelled with a trailing slash.
22088         * modules/chdir-safer: Likewise.
22089         * modules/chown: Likewise.
22090         * modules/clean-temp: Likewise.
22091         * modules/copy-file: Likewise.
22092         * modules/fchdir: Likewise.
22093         * modules/fcntl-safer: Likewise.
22094         * modules/pipe: Likewise.
22095         * modules/utime: Likewise.
22096         Prompted by Eric Blake and Bruno Haible.
22097
22098 2008-06-24  Andreas Schwab  <schwab@suse.de>
22099
22100         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
22101         literals can be used as initializers for global variables.
22102
22103 2008-06-23  Eric Blake  <ebb9@byu.net>
22104
22105         Make gnulib-cache.m4 easier to diff.
22106         * gnulib-tool (func_import): Allow newlines when reading cached
22107         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
22108
22109 2008-06-23  Bruno Haible  <bruno@clisp.org>
22110
22111         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
22112         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
22113         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
22114         m4/signalblocking.m4.
22115         (gl_PREREQ_SIGACTION): Don't invoke it.
22116         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
22117         gl_PREREQ_SIG_HANDLER_H.
22118         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
22119         Don't check for sigaction here.
22120
22121 2008-06-23  Bruno Haible  <bruno@clisp.org>
22122
22123         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
22124         (install_handlers): Don't set the SA_RESETHAND flag.
22125
22126 2008-06-23  Bruno Haible  <bruno@clisp.org>
22127
22128         * m4/sigaction.m4: Comment fixes.
22129         * lib/signal.in.h: Likewise.
22130
22131 2008-06-23  Eric Blake  <ebb9@byu.net>
22132
22133         Fix typo.
22134         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
22135
22136         Avoid SA_ namespace.
22137         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
22138         Reported by Ralf Wildenhues.
22139
22140         Avoid test failure due to SA_RESTORER.
22141         * tests/test-sigaction.c (SA_MASK): New macro.
22142         (main): Avoid failing due to extension flags being set.
22143         Reported by Jim Meyering.
22144
22145         Revert use of sig-handler.h in sigprocmask.c.
22146         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
22147         it requires the existence of struct sigaction.
22148         * lib/sigprocmask.c (handler_t): Restore typedef.
22149         (rpl_signal, old_handlers): Use local type.
22150
22151 2008-06-22  Bruno Haible  <bruno@clisp.org>
22152
22153         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
22154         conditionally.
22155         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22156
22157 2008-06-22  Bruno Haible  <bruno@clisp.org>
22158
22159         * doc/posix-functions/siginterrupt.texi: Move note.
22160
22161         * lib/signal.in.h (SA_RESTART): New macro.
22162         * lib/sigaction.c: Update comment.
22163
22164         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
22165
22166         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
22167         (gl_PREREQ_SIGPROCMASK): Invoke it.
22168         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
22169
22170         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
22171
22172         * lib/sigprocmask.c: Update a comment.
22173
22174 2008-06-21  Eric Blake  <ebb9@byu.net>
22175
22176         Use sigaction module rather than signal().
22177         * modules/c-stack (Depends-on): Add sigaction.
22178         * modules/fatal-signal (Depends-on): Likewise.
22179         * modules/nanosleep (Depends-on): Likewise.
22180         * modules/sigprocmask (Files): Add sig-handler.h.
22181         * modules/sigaction (Files): Likewise.
22182         * lib/sig-handler.h (get_handler): New file, suggested by Paul
22183         Eggert.
22184         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
22185         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
22186         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
22187         (init_fatal_signals): Likewise.
22188         * lib/nanosleep.c (rpl_nanosleep): Likewise.
22189         (siginterrupt): Delete fallback.
22190         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
22191         instead.
22192         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
22193         siginterrupt.
22194
22195         New module sigaction, for mingw.
22196         * modules/sigaction: New module...
22197         * modules/sigaction-tests: ...and its test.
22198         * m4/sigaction.m4: New file.
22199         * lib/sigaction.c: Likewise.
22200         * tests/test-sigaction.c: Likewise.
22201         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
22202         * modules/signal (Makefile.am): Likewise.
22203         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
22204         needed.
22205         * doc/posix-headers/signal.texi (signal.h): Mention provided
22206         types.
22207         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
22208         that sigaction is preferable.
22209         * doc/posix-functions/sigaction.texi (sigaction): Mention new
22210         module.
22211         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22212         sigaction.
22213
22214         Improve robustness of sigprocmask by overriding signal.
22215         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
22216         is in use.
22217         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
22218         (SIGKILL, SIGSTOP): Provide fallbacks.
22219         (rpl_signal): Implement.
22220         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
22221         signal can be called inside handlers.
22222
22223         Fix nanosleep module on mingw.
22224         * modules/nanosleep (Depends-on): Add sys_select.
22225         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
22226
22227         Fix licensing of sigprocmask.
22228         * modules/raise (License): Relicense as LGPL.
22229
22230 2008-06-21  Bruno Haible  <bruno@clisp.org>
22231
22232         * lib/propername.c (proper_name_utf8): Don't use the transliterated
22233         result if it contains question marks.
22234         Reported by Michael Geng <linux@michaelgeng.de>.
22235
22236 2008-06-19  Bruno Haible  <bruno@clisp.org>
22237
22238         Fix CVS-ism.
22239         * doc/gnulib.texi: Include updated-stamp.texi.
22240         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
22241         (updated-stamp.texi): New rule.
22242         (gnulib.info): Depend on it.
22243         * doc/.gitignore: Add updated-stamp.texi.
22244         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
22245
22246 2008-06-19  Bruno Haible  <bruno@clisp.org>
22247
22248         * doc/Makefile (gnulib.info): Update and simplify dependencies.
22249         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22250
22251 2008-06-19  Eric Blake  <ebb9@byu.net>
22252
22253         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
22254         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
22255         Reported by Stepan Kasal.
22256
22257 2008-06-18  Bruno Haible  <bruno@clisp.org>
22258
22259         * lib/fatal-signal.c (init_fatal_signals): Add comment.
22260         Reported by Eric Blake.
22261
22262 2008-06-18  Eric Blake  <ebb9@byu.net>
22263
22264         Work around cygwin 1.5.25 strsignal bug.
22265         * tests/test-strsignal.c: Allow for const char *.
22266         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
22267
22268 2008-06-18  Simon Josefsson  <simon@josefsson.org>
22269
22270         * users.txt: Update URL to article and add author/date
22271         information.
22272
22273 2008-06-17  Bruno Haible  <bruno@clisp.org>
22274
22275         New macro gl_DISABLE_THREADS.
22276         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
22277         if the user did not pass --enable-threads or --disable-threads option.
22278         (gl_DISABLE_THREADS): New macro.
22279         Reported by Eric Blake <ebb9@byu.net>.
22280
22281 2008-06-17  Bruno Haible  <bruno@clisp.org>
22282
22283         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
22284         when the macro ignores it.
22285         Based on a patch by Eric Blake <ebb9@byu.net>.
22286
22287 2008-06-17  Bruno Haible  <bruno@clisp.org>
22288
22289         * modules/tls (License): Change to LGPLv2+.
22290         Reported by Eric Blake.
22291
22292 2008-06-17  Eric Blake  <ebb9@byu.net>
22293
22294         Simplify c-stack prerequisites.
22295         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
22296         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
22297         no longer requires <ucontext.h> to exist.  Optimize setrlimit
22298         check.
22299         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
22300         <sys/resource.h>.
22301
22302         Move c-stack test into testsuite.
22303         * modules/c-stack-tests: New file.
22304         * lib/c-stack.c [DEBUG]: Move test program...
22305         * tests/test-c-stack.c: ...into this new file.  Skip rather than
22306         fail test if sigaltstack is lacking.
22307         * tests/test-c-stack.sh: New driver file.
22308
22309 2008-06-16  Eric Blake  <ebb9@byu.net>
22310
22311         Use raise module consistently.
22312         * modules/fatal-signal (Depends-on): Add raise.
22313         * modules/sigprocmask (Depends-on): Likewise.
22314         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
22315         * lib/sigprocmask.c (sigprocmask): Likewise.
22316         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
22317         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
22318
22319         Fix compliance bug in sigpending.
22320         * lib/sigprocmask.c (sigpending): Return pending array via
22321         parameter, not return value.
22322
22323 2008-06-14  Eric Blake  <ebb9@byu.net>
22324
22325         Improve obstack-printf test code.
22326         * tests/test-obstack-printf.c (test_function): Fix comment, and
22327         simplify usage of obstack_* in macros.  Add a test for coverage.
22328         Reported by Bruno Haible.
22329
22330 2008-06-14  Bruno Haible  <bruno@clisp.org>
22331
22332         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
22333         array size as a constant, not as a const variable.
22334         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
22335         AC_USE_SYSTEM_EXTENSIONS.
22336         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
22337         Test whether the obstack_printf function actually exists.
22338         * modules/obstack-printf (Depends-on): Add extensions.
22339         (Include): Remove obstack.h.
22340         * modules/obstack-printf-posix (Depends-on): Add extensions.
22341         (Include): Remove obstack.h.
22342
22343 2008-06-13  Eric Blake  <ebb9@byu.net>
22344
22345         Add obstack-printf and obstack-printf-posix modules.
22346         * modules/obstack-printf: New file.
22347         * modules/obstack-printf-posix: Likewise.
22348         * MODULES.html.sh (Misc): Mention them.
22349         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
22350         Likewise.
22351         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
22352         Likewise.
22353         * modules/stdio (Makefile.am): Accomodate new modules.
22354         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22355         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
22356         Declare.
22357         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
22358         functions.
22359         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
22360         (gl_REPLACE_OBSTACK_PRINTF): New macros
22361         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
22362         * tests/test-obstack-printf.c: New file.
22363         * modules/obstack-printf-tests: Likewise.
22364         * modules/obstack-printf-posix-tests: Likewise.
22365
22366 2008-06-11  Bruno Haible  <bruno@clisp.org>
22367
22368         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
22369         * lib/open.c: Include errno.h.
22370         (open): Fail when attempting to write to a file that has a trailing
22371         slash.
22372         * tests/test-open.c (main): Test against trailing slash bug.
22373         * doc/posix-functions/open.texi: Mention the trailing slash bug.
22374
22375 2008-06-10  Bruno Haible  <bruno@clisp.org>
22376
22377         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
22378         for $? to work inside the trap command, with various /bin/sh-s.
22379         * tests/test-vc-list-files-cvs.sh: Likewise.
22380
22381 2008-06-10  Bruno Haible  <bruno@clisp.org>
22382
22383         * lib/acl-internal.h: Don't include gettext.h here.
22384         * lib/set-mode-acl.c: Include gettext.h here.
22385         * lib/copy-acl.c: Likewise.
22386
22387 2008-06-10  Bruno Haible  <bruno@clisp.org>
22388
22389         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
22390         * lib/wait-process.c (wait_subprocess): Likewise.
22391         * lib/execute.h (execute): Add termsigp argument.
22392         * lib/execute.c (execute): Likewise.
22393         * lib/csharpcomp.c (compile_csharp_using_pnet,
22394         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
22395         * lib/csharpexec.c (execute_csharp_using_pnet,
22396         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
22397         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
22398         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
22399         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
22400         is_jikes_present): Update.
22401         * lib/javaexec.c (execute_java_class): Update.
22402         * lib/javaversion.c (execute_and_read_line): Update.
22403         * NEWS: Document the changes.
22404         Reported by Eric Blake.
22405
22406 2008-06-10  Eric Blake  <ebb9@byu.net>
22407
22408         Add missing include.
22409         * tests/test-strstr.c (includes): Add <signal.h>.
22410         * tests/test-strcasestr.c (includes): Likewise.
22411         * tests/test-memmem.c (includes): Likewise.
22412
22413 2008-06-10  Bruno Haible  <bruno@clisp.org>
22414
22415         * lib/wait-process.c (wait_subprocess): Add an assertion.
22416
22417 2008-06-10  Bruno Haible  <bruno@clisp.org>
22418
22419         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
22420
22421 2008-06-10  Bruno Haible  <bruno@clisp.org>
22422
22423         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
22424         using alarm().
22425         * tests/test-strcasestr.c (main): Likewise.
22426         * tests/test-strstr.c (main): Likewise.
22427
22428 2008-06-09  Bruno Haible  <bruno@clisp.org>
22429
22430         Work around the Solaris 10 ACE ACLs ABI change.
22431         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
22432         declare if ACL_NO_TRIVIAL is present.
22433         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
22434         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
22435         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
22436         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
22437         define if ACL_NO_TRIVIAL is present.
22438         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
22439         and use the current ABI.
22440         (file_has_acl): Use same #if condition as elsewhere.
22441         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
22442         in use, and use the current ABI.
22443         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
22444         Reported by Jim Meyering.
22445
22446 2008-06-09  Eric Blake  <ebb9@byu.net>
22447
22448         Work around environments that (stupidly) ignore SIGALRM.
22449         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
22450         before using alarm().
22451         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22452         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
22453         Reported by Ian Beckwith <ianb@erislabs.net>.
22454
22455         Produce autobuild blurb earlier in log.
22456         * modules/autobuild (configure.ac-early): Move AB_INIT here.
22457
22458 2008-06-09  Jim Meyering  <meyering@redhat.com>
22459         and OndÅ™ej Vašík  <ovasik@redhat.com>
22460
22461         utimens.c: correct kernel bug work-around
22462         OndÅ™ej Vašík found that the invalid return value of 280 indicates
22463         failure, not success, and the kernel bug we're trying to work
22464         around affects not just the utimensat call, but also the fallback
22465         futimens call.
22466         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
22467         not success.
22468         [HAVE_FUTIMENS]: Use the same work-around, here.
22469
22470 2008-06-09  Jim Meyering  <meyering@redhat.com>
22471
22472         add more guards around definition of ACE_-related code
22473         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
22474         ALLOW and ACE_OWNER are also defined.
22475
22476 2008-06-08  Bruno Haible  <bruno@clisp.org>
22477
22478         * lib/acl-internal.h: Add me as co-author.
22479         * lib/file-has-acl.c: Likewise.
22480         * lib/set-mode-acl.c: Likewise.
22481         * lib/copy-acl.c: Likewise.
22482
22483 2008-06-08  Bruno Haible  <bruno@clisp.org>
22484
22485         Add support for AIX ACLs.
22486         * lib/acl-internal.h (acl_nontrivial): New declaration.
22487         * lib/file-has-acl.c (acl_nontrivial): New function.
22488         (file_has_acl): Add implementation using AIX 4 ACL API.
22489         * lib/set-mode-acl.c (qset_acl): Likewise.
22490         * lib/copy-acl.c (qcopy_acl): Likewise.
22491
22492 2008-06-08  Bruno Haible  <bruno@clisp.org>
22493
22494         Add support for HP-UX ACLs.
22495         * lib/acl-internal.h (acl_nontrivial): New declaration.
22496         * lib/file-has-acl.c (acl_nontrivial): New function.
22497         (file_has_acl): Add implementation using HP-UX 11 ACL API.
22498         * lib/set-mode-acl.c (qset_acl): Likewise.
22499         * lib/copy-acl.c (qcopy_acl): Likewise.
22500
22501 2008-06-08  Bruno Haible  <bruno@clisp.org>
22502
22503         Add support for Cygwin ACLs.
22504         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
22505         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
22506         the chmod_or_fchmod call.
22507         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
22508
22509 2008-06-08  Bruno Haible  <bruno@clisp.org>
22510
22511         Fix bug with setuid modes in Solaris 10+ code.
22512         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
22513         succeeded, when the mode contains some special bits.
22514
22515 2008-06-08  Bruno Haible  <bruno@clisp.org>
22516
22517         Add support for Solaris 7..10 ACLs.
22518         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
22519         declarations.
22520         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
22521         functions.
22522         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
22523         * lib/set-mode-acl.c (qset_acl): Likewise.
22524         * lib/copy-acl.c (qcopy_acl): Likewise.
22525
22526 2008-06-08  Bruno Haible  <bruno@clisp.org>
22527
22528         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
22529         declaration.
22530         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
22531         (acl_access_nontrivial): Remove MacOS X case.
22532         (file_has_acl): Use acl_extended_nontrivial.
22533         * lib/copy-acl.c (qcopy_acl): Likewise.
22534
22535 2008-06-08  Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
22538
22539 2008-06-08  Jim Meyering  <meyering@redhat.com>
22540
22541         * modules/acl (Maintainer): Add Bruno Haible.
22542
22543 2008-06-07  Bruno Haible  <bruno@clisp.org>
22544
22545         Improve support for Tru64 ACLs.
22546         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
22547         ACL on OSF/1.
22548
22549 2008-06-07  Bruno Haible  <bruno@clisp.org>
22550
22551         Add support for MacOS X ACLs.
22552         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
22553         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
22554         * lib/set-mode-acl.c (qset_acl): Likewise.
22555         * lib/copy-acl.c (qcopy_acl): Likewise.
22556
22557 2008-06-07  Bruno Haible  <bruno@clisp.org>
22558
22559         Fix memory leak introduced on 2008-05-22.
22560         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
22561         use.
22562
22563 2008-06-07  Bruno Haible  <bruno@clisp.org>
22564
22565         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
22566         to construct an empty ACL.
22567
22568 2008-06-07  Bruno Haible  <bruno@clisp.org>
22569
22570         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
22571         precisely.
22572         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
22573
22574 2008-06-07  Bruno Haible  <bruno@clisp.org>
22575
22576         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
22577         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
22578
22579 2008-06-07  Bruno Haible  <bruno@clisp.org>
22580
22581         * doc/posix-functions/_setjmp.texi: Explain the use of this function
22582         regardless of POSIX.
22583         * doc/posix-functions/_longjmp.texi: Likewise.
22584         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
22585         SystemV platform in this case.
22586
22587 2008-06-06  Eric Blake  <ebb9@byu.net>
22588
22589         Document abort() bugs.
22590         * doc/posix-functions/abort.texi (abort): Mention anomalies.
22591
22592         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
22593         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
22594         sigsetjmp.
22595         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
22596         siglongjmp, but only as a macro.
22597         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
22598         is obsolete.
22599         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
22600
22601         Tweak documentation to cover cygwin argz bugs.
22602         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
22603         argz bug fix; no code change needed since no cygwin releases
22604         occurred between the last fix and the bug being tested.
22605         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
22606         module and recently fixed cygwin bugs.
22607         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
22608         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
22609         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
22610         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
22611         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
22612         Likewise.
22613         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
22614         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
22615         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
22616         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
22617         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
22618         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
22619         Likewise.
22620
22621         Avoid gcc warning on cygwin.
22622         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
22623         !ACL_NO_TRIVIAL]: Avoid unused variable.
22624
22625 2008-06-05  Eric Blake  <ebb9@byu.net>
22626
22627         Be tolerant of UNKNOWN version in gnulib-tool test dir.
22628         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
22629         git-version-gen fails to come up with a version.
22630         Reported by Simon Josefsson.
22631
22632 2008-06-05  Jim Meyering  <meyering@redhat.com>
22633             Paul Eggert  <eggert@cs.ucla.edu>
22634
22635         utimens.c: work around a probable Linux kernel bug
22636         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
22637         appears to be a kernel bug that causes utimensat to return 280
22638         instead of 0, indicating success.
22639
22640 2008-06-04  Bruno Haible  <bruno@clisp.org>
22641
22642         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
22643         2008-06-01 commit.
22644
22645 2008-06-04  Bruno Haible  <bruno@clisp.org>
22646
22647         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
22648         * lib/file-has-acl.c (acl_access_nontrivial): New function.
22649         (file_has_acl): Use it. Save errno afterwards.
22650         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
22651
22652 2008-06-03  Bruno Haible  <bruno@clisp.org>
22653
22654         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
22655         draft code. Simplify #ifs.
22656         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
22657         Put Solaris code after POSIX-draft code. Fix comments regarding
22658         Solaris 10, HP-UX. Mention Cygwin.
22659         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
22660
22661 2008-06-03  Eric Blake  <ebb9@byu.net>
22662
22663         Provide fallback for older kernels.
22664         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
22665         Provide runtime fallback if kernel lacks support.
22666         Reported by Mike Frysinger.
22667
22668 2008-06-02  Bruno Haible  <bruno@clisp.org>
22669
22670         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
22671         it exists.
22672
22673 2008-06-02  Bruno Haible  <bruno@clisp.org>
22674
22675         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
22676         * lib/copy-acl.c (qcopy_acl): Update comment.
22677
22678 2008-06-02  Bruno Haible  <bruno@clisp.org>
22679
22680         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
22681         like ACL APIs.
22682
22683 2008-06-02  Bruno Haible  <bruno@clisp.org>
22684
22685         * tests/test-file-has-acl.sh: Use different code for Cygwin.
22686         * tests/test-set-mode-acl.sh: Likewise.
22687         * tests/test-copy-acl.sh: Likewise.
22688         * tests/test-copy-file.sh: Likewise.
22689
22690 2008-06-02  Bruno Haible  <bruno@clisp.org>
22691
22692         * tests/test-file-has-acl.sh: Remove unused code.
22693
22694 2008-06-01  Bruno Haible  <bruno@clisp.org>
22695
22696         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
22697         (copy_acl): Just a wrapper around qcopy_acl that emits the error
22698         messages.
22699         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
22700
22701 2008-06-01  Bruno Haible  <bruno@clisp.org>
22702
22703         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
22704         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
22705         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
22706         APIs.
22707         * modules/acl-tests (configure.ac): Remove tests now contained in
22708         m4/acl.m4.
22709
22710 2008-06-02  Jim Meyering  <meyering@redhat.com>
22711
22712         announce-gen: use a better key-server host name
22713         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
22714         it may be more consistently reliable.  Suggested by Werner Koch
22715         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
22716
22717 2008-06-01  Bruno Haible  <bruno@clisp.org>
22718
22719         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
22720         Reported by Voroskoi Andras <voroskoi@gmail.com>.
22721
22722 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
22723
22724         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
22725
22726 2008-06-01  Bruno Haible  <bruno@clisp.org>
22727
22728         New ACL tests.
22729         * tests/test-file-has-acl.sh: New file.
22730         * tests/test-file-has-acl.c: New file.
22731         * tests/test-set-mode-acl.sh: New file.
22732         * tests/test-set-mode-acl.c: New file.
22733         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
22734         * tests/test-copy-acl.c: New file.
22735         * modules/acl-tests: New file, based on modules/copy-file-tests.
22736         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
22737         (Depends-on): Add acl-tests.
22738         (configure.ac): Remove checks.
22739         (Makefile.am): Don't create test-sameacls program here any more.
22740
22741 2008-06-01  Bruno Haible  <bruno@clisp.org>
22742
22743         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
22744         * tests/test-sameacls.c: Include progname.h.
22745         (main): Invoke set_program_name. Portability fixes for MacOS X,
22746         Solaris, HP-UX.
22747
22748 2008-06-01  Bruno Haible  <bruno@clisp.org>
22749
22750         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
22751         function.
22752         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
22753
22754 2008-06-01  Bruno Haible  <bruno@clisp.org>
22755
22756         * modules/rpmatch (Depends-on): Add strdup.
22757
22758 2008-06-01  Bruno Haible  <bruno@clisp.org>
22759
22760         * lib/pipe.c: Include unistd-safer.h.
22761         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
22762         * modules/pipe (Depends-on): Add unistd-safer.
22763
22764 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22765
22766         * modules/autobuild (configure.ac): Call AB_INIT.
22767
22768 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22769
22770         * tests/test-getaddrinfo.c: Don't print debug messages by default.
22771         Suggested by Bruno Haible <bruno@clisp.org>.
22772
22773 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22774
22775         * tests/test-base64.c: Cast size_t to unsigned long when invoking
22776         printf.  Use %lu instead of %d.  Reported by Bruno Haible
22777         <bruno@clisp.org>.
22778
22779 2008-05-29  Eric Blake  <ebb9@byu.net>
22780
22781         Prefer new POSIX 200x interfaces over futimesat.
22782         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
22783         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
22784         when available.
22785         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
22786
22787 2008-05-28  Bruno Haible  <bruno@clisp.org>
22788
22789         * modules/stpcpy (License): Change to LGPLv2+.
22790         Requested by David Lutterkort <dlutter@redhat.com>.
22791
22792 2008-05-27  Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
22795         current mingw.
22796         Reported by Jose E. Marchesi <jemarch@gnu.org>.
22797
22798 2008-05-27  Bruno Haible  <bruno@clisp.org>
22799
22800         * modules/iconv_open (Link): New section, from module 'iconv'.
22801         * modules/striconv (Link): Likewise.
22802         * modules/striconveh (Link): Likewise.
22803         * modules/xstriconv (Link): Likewise.
22804         * modules/unicodeio (Link): Likewise.
22805         * modules/propername (Link): Likewise.
22806         Reported by Jim Meyering.
22807
22808 2008-05-26  Jim Meyering  <meyering@redhat.com>
22809
22810         sha256: do not artificially restrict buffer length to be < 2^32
22811         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
22812         uint32_t to size_t.
22813         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
22814         to match.
22815
22816         avoid unaligned access errors, e.g., on sparc
22817         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
22818         direct access through a possibly-unaligned uint64* pointer.
22819         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
22820         direct access through a possibly-unaligned uint32* pointer.
22821         Prompted by this patch from Tom "spot" Callaway:
22822         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
22823
22824         sha512.c: fix typo in comment
22825         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
22826
22827 2008-05-25  Bruno Haible  <bruno@clisp.org>
22828
22829         * lib/set-mode-acl.c: Renamed from lib/acl.c.
22830         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
22831         (Makefile.am): Update lib_SOURCES.
22832
22833 2008-05-25  Bruno Haible  <bruno@clisp.org>
22834
22835         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
22836
22837 2008-05-25  Jim Meyering  <meyering@redhat.com>
22838
22839         useless-if-before-free: freed expr may have white-space differences
22840         * build-aux/useless-if-before-free: Recognize cases in which the
22841         freed expression differs from the tested one in embedded white
22842         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
22843         $1 was used, so we can't make any regexp shy.  Improved tests now
22844         detect this.
22845
22846         useless-if-before-free: accept white space in the expression.
22847         * build-aux/useless-if-before-free: For now, any white space
22848         in the expression must be identical in the free argument.
22849
22850         useless-if-before-free: efficiency tweak
22851         * build-aux/useless-if-before-free: Make the expression-matching
22852         regexp "shy".
22853         Make the *outer* regexp shy, not the expr-matching one.
22854
22855         update code-in-comment to accept cast of free arg
22856         * build-aux/useless-if-before-free: Update regexp.
22857
22858 2008-05-25  Bruno Haible  <bruno@clisp.org>
22859
22860         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
22861         * modules/copy-file-tests (Files, Makefile.am): Update.
22862         * tests/test-copy-file.c (func_test_copy): Update.
22863
22864 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
22865
22866         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
22867
22868 2008-05-23  Bruno Haible  <bruno@clisp.org>
22869
22870         Improve support for ACLs on OSF/1.
22871         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
22872         Remove fallback for unknown flavors of ACLs.
22873
22874 2008-05-22  Bruno Haible  <bruno@clisp.org>
22875
22876         Add support for ACLs on OSF/1.
22877         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
22878         replacements.
22879         (acl_free_text): New macro fallback.
22880         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
22881         acl_free.
22882         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
22883         acl_free_text function. Require AC_C_INLINE.
22884
22885 2008-05-22  Bruno Haible  <bruno@clisp.org>
22886
22887         Make copy_acl work on MacOS X 10.5.
22888         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
22889         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
22890         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
22891         If MODE_INSIDE_ACL, don't assume that every system has the same text
22892         representation for ACLs as FreeBSD.
22893         * lib/copy-acl.c (copy_acl): Add support for platforms with
22894         !MODE_INSIDE_ACL.
22895         * lib/file-has-acl.c (file_has_acl): Likewise.
22896         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
22897         FreeBSD, MacOS X, or IRIX, respectively.
22898
22899 2008-05-22  Bruno Haible  <bruno@clisp.org>
22900
22901         * lib/acl.h: Don't include <sys/acl.h>.
22902         (GETACLCNT): Move fallback to lib/acl-internal.h.
22903         * lib/acl-internal.h: Include <sys/acl.h> here.
22904         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
22905
22906 2008-05-22  Bruno Haible  <bruno@clisp.org>
22907
22908         Split off copy_acl function to separate file.
22909         * lib/copy-acl.c: New file, extracted from lib/acl.c.
22910         * lib/acl.c (copy_acl): Moved function to separate file.
22911         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
22912         * modules/acl (Files): Add lib/copy-acl.c.
22913         (Makefiles.am): Augment lib_SOURCES.
22914
22915 2008-05-22  Bruno Haible  <bruno@clisp.org>
22916
22917         * modules/copy-file-tests: New file.
22918         * tests/test-copy-file.sh: New file.
22919         * tests/test-copy-file.c: New file.
22920         * tests/test-copy-file-sameacls.c: New file.
22921
22922 2008-05-22  Eric Blake  <ebb9@byu.net>
22923
22924         Avoid gcc warning.
22925         * tests/test-memcmp.c (main): Pass NULL indirectly.
22926
22927 2008-05-21  Bruno Haible  <bruno@clisp.org>
22928
22929         Add reference doc about ACLs.
22930         * doc/acl-resources.txt: New file.
22931         * doc/acl-cygwin.txt: New file.
22932
22933 2008-05-21  Bruno Haible  <bruno@clisp.org>
22934
22935         Avoid one more warning from gcc.
22936         * lib/vasnprintf.c (IF_LINT): Update comments.
22937         (VASNPRINTF): Use it also for the 'prefix' array initializer.
22938
22939 2008-05-21  Jim Meyering  <meyering@redhat.com>
22940
22941         avoid a warning from gcc
22942         * lib/vasnprintf.c (IF_LINT): Define.
22943         (scale10_round_decimal_long_double):
22944         Use it to avoid a "may be used uninitialized" warning.
22945         (scale10_round_decimal_double): Likewise.
22946
22947 2008-05-21  Simon Josefsson  <simon@josefsson.org>
22948
22949         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
22950         declared.
22951
22952 2008-05-20  Bruno Haible  <bruno@clisp.org>
22953
22954         * tests/test-memcmp.c (main): Test also the sign of the result. Test
22955         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
22956
22957 2008-05-20  Simon Josefsson  <simon@josefsson.org>
22958
22959         * modules/memcmp-tests: New file.
22960         * tests/test-memcmp.c: New file.
22961
22962 2008-05-19  Bruno Haible  <bruno@clisp.org>
22963
22964         * modules/propername (Notice, configure.ac): Put quoted "..." into
22965         --keyword option.
22966         * lib/propername.h: Update comments accordingly.
22967         Reported by Eric Blake.
22968
22969 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
22970
22971         * modules/getpass-gnu (Depends-on): Add fseeko.
22972
22973 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22974
22975         * modules/base64-tests: New file.
22976
22977 2008-05-19  Bo Borgerson <gigabo@gmail.com>
22978
22979         * lib/base64.c (base64_decode_ctx): If a decode context structure
22980         was passed in use it to ignore newlines.  If a context structure
22981         was _not_ passed in, continue to treat newlines as garbage (this
22982         is the historical behavior).  Formerly base64_decode.
22983         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22984         takes a decode context structure.
22985         * lib/base64.h (base64_decode): Macro for four-argument calls.
22986         (base64_decode_alloc): Likewise.
22987         * lib/base64.c (base64_decode_ctx): If a decode context structure
22988         was passed in use it to ignore newlines.  If a context structure
22989         was _not_ passed in, continue to treat newlines as garbage (this
22990         is the historical behavior).  Formerly base64_decode.
22991         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22992         takes a decode context structure.
22993         * lib/base64.h (base64_decode): Macro for four-argument calls.
22994         (base64_decode_alloc): Likewise.
22995
22996 2008-05-19  Jim Meyering  <meyering@redhat.com>
22997
22998         avoid a warning from gcc
22999         * lib/trim.c (IF_LINT): Define.
23000         (trim2): Use it to avoid a "may be used uninitialized" warning.
23001
23002         Fix doc typo.
23003         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
23004
23005 2008-05-19  Bruno Haible  <bruno@clisp.org>
23006
23007         * doc/glibc-functions/getpass.texi: Document limits of other
23008         implementations.
23009
23010 2008-05-19  Simon Josefsson  <simon@josefsson.org>
23011             Bruno Haible <bruno@clisp.org>
23012
23013         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
23014
23015 2008-05-18  Bruno Haible  <bruno@clisp.org>
23016
23017         * modules/propername: New file, from GNU gettext.
23018         * lib/propername.h: New file, from GNU gettext.
23019         * lib/propername.c: New file, from GNU gettext.
23020         * MODULES.html.sh (Internationalization functions): Add propername.
23021
23022 2008-05-16  Jim Meyering  <meyering@redhat.com>
23023             Bruno Haible  <bruno@clisp.org>
23024
23025         Avoid some warnings from "gcc -Wshadow".
23026         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
23027
23028 2008-05-15  Eric Blake  <ebb9@byu.net>
23029
23030         Extend previous patch to cygwin 1.7.0.
23031         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
23032         fast implementation in cygwin >= 1.7.0.
23033         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23034         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23035
23036 2008-05-15  Bruno Haible  <bruno@clisp.org>
23037
23038         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
23039         implementation in glibc >= 2.9.
23040         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23041         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23042
23043 2008-05-15  Bruno Haible  <bruno@clisp.org>
23044
23045         * MODULES.html.sh (Internationalization functions): Remove linebreak.
23046         (Unicode string functions): Add unilbrk/*.
23047         Reported by Karl Berry.
23048
23049 2008-05-15  Eric Blake  <ebb9@byu.net>
23050
23051         Fix violation of <stdbool.h> replacement in regex.
23052         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
23053         * lib/regexec.c (re_search_internal): Likewise.
23054         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
23055
23056 2008-05-15  Jim Meyering  <meyering@redhat.com>
23057
23058         avoid distracting test output when git or cvs is not found
23059         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
23060         * tests/test-vc-list-files-git.sh: Likewise.
23061
23062 2008-05-15  Eric Blake  <ebb9@byu.net>
23063
23064         Glibc finally accepted the memmem speedup code, bugzilla #5514.
23065         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
23066         glibc version.
23067         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
23068         * doc/posix-functions/strstr.texi (strstr): Likewise.
23069         * lib/str-two-way.h (MAX): Sychronize with glibc.
23070
23071 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
23072
23073         * lib/regcomp.c (optimize_utf8): Add a note on why we test
23074         opr.ctx_type.
23075         (calc_first): Initialize constraint field.
23076         (duplicate_node_closure): Use it instead of special casing ANCHORS.
23077         Fix grammar.
23078         (duplicate_node): Merge constraint field for all node types.
23079         (calc_eclosure_iter): Look at constraint field for all node types.
23080         * lib/regex_internal.c (create_cd_newstate): Don't look at
23081         opr.ctx_type.
23082
23083 2008-05-14  Bruno Haible  <bruno@clisp.org>
23084
23085         Help GCC to do better code generation.
23086         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
23087         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
23088         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
23089         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
23090         Declare with attribute 'malloc' if supported.
23091
23092 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
23093
23094         use "echo STR|wc -c" rather than unportable "expr length STR"
23095         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
23096         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
23097
23098 2008-05-14  Jim Meyering  <meyering@redhat.com>
23099
23100         use dd ibs=$n count=1 ... rather than less-portable head -c$n
23101         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
23102         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
23103         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
23104         via Collin Lasse.
23105
23106 2008-05-14  Eric Blake  <ebb9@byu.net>
23107
23108         Avoid quadratic growth in gl_LIBSOURCES.
23109         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
23110         Suggested by Bruno Haible.
23111
23112         Test xmemdup0.
23113         * modules/xmemdup0-tests: New file.
23114         * tests/test-xmemdup0.c: Likewise.
23115
23116 2008-05-13  Eric Blake  <ebb9@byu.net>
23117
23118         Split xmemdup0 into its own module.
23119         * modules/xmemdup0: New file.
23120         * lib/xmemdup0.h: Likewise.
23121         * lib/xmemdup0.c: Likewise.
23122         * MODULES.html.sh (Memory management functions): Add xmemdup0.
23123         * lib/xalloc.h (xmemdup0): Remove.
23124         * lib/xmalloc.c (xmemdup0): Likewise.
23125
23126 2008-05-13  Eric Blake  <ebb9@byu.net>
23127             Bruno Haible  <bruno@clisp.org>
23128
23129         Reduce number of forks required during autoconf.
23130         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
23131         and gl_LIBSOURCES_DIR.
23132         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
23133         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
23134         m4_syscmd per file.
23135         <m4_foreach_w>: Move...
23136         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
23137
23138 2008-05-13  Eric Blake  <ebb9@byu.net>
23139
23140         * gnulib-tool: Fix various comment typos.
23141
23142 2008-05-12  Bruno Haible  <bruno@clisp.org>
23143
23144         Tailor the linebreaking algorithm.
23145         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
23146
23147 2008-05-12  Bruno Haible  <bruno@clisp.org>
23148
23149         Update to Unicode 5.0.0.
23150         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
23151         LBP_JV, LBP_JT. Redistribute values.
23152         (unilbrk_table): Change size.
23153         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
23154         Unicode TR#14 rev. 22.
23155         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
23156         LBP_JV, LBP_JT. Redistribute values.
23157         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
23158         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
23159         Update.
23160         * lib/unilbrk/lbrkprop1.h: Regenerated.
23161         * lib/unilbrk/lbrkprop2.h: Regenerated.
23162         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
23163         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
23164         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
23165         Likewise.
23166         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
23167         Likewise.
23168         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
23169         result.
23170         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
23171         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
23172         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
23173         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
23174         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
23175         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
23176
23177 2008-05-11  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
23180
23181 2008-05-11  Bruno Haible  <bruno@clisp.org>
23182
23183         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
23184         * modules/unilbrk/gen-lbrk: New file.
23185
23186 2008-05-11  Bruno Haible  <bruno@clisp.org>
23187
23188         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
23189         * m4/sha512.m4 (gl_SHA512): Likewise.
23190
23191 2008-05-11  Jim Meyering  <meyering@redhat.com>
23192
23193         New modules: crypto/sha256, crypto/sha512 (from coreutils)
23194         * modules/crypto/sha256: New file.
23195         * modules/crypto/sha512: Likewise.
23196         * lib/sha256.c: Likewise.
23197         * lib/sha256.h: Likewise.
23198         * lib/sha512.c: Likewise.
23199         * lib/sha512.h: Likewise.
23200         * lib/u64.h: Likewise.
23201         * m4/sha256.m4: Likewise.
23202         * m4/sha512.m4: Likewise.
23203         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
23204
23205 2008-05-10  Bruno Haible  <bruno@clisp.org>
23206
23207         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
23208         (Input/Output <stdio.h>): Add xprintf.
23209         (Signal handling <signal.h>): Add strsignal.
23210         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
23211         (Core language properties): Add func.
23212         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
23213         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
23214         strings.
23215         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
23216         (Input/output): New section.
23217         (File system functions): Add openat-die, stat-macros.
23218         (Networking functions): Add sockets.
23219         (Unicode string functions): Add unictype/*.
23220         (Support for building libraries and executables): Add gperf.
23221         (Support for building documentation): Add agpl-3.0.
23222         (Misc): Add nocrash.
23223
23224 2008-05-10  Bruno Haible  <bruno@clisp.org>
23225
23226         * modules/unictype/gen-ctype: New file.
23227
23228 2008-05-10  Jim Meyering  <meyering@redhat.com>
23229
23230         Make chdir-safer.c more efficient on a system with no symlinks.
23231         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
23232         also if ELOOP is zero.  Suggested by Bruno Haible.
23233
23234         Make chdir-safer.c slightly safer.
23235         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
23236         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
23237
23238         Avoid compile failure on systems without ELOOP (like mingw).
23239         * lib/chdir-safer.c (ELOOP): Define if not already defined.
23240         Reported by Bruno Haible.
23241
23242 2008-05-10  Bruno Haible  <bruno@clisp.org>
23243
23244         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
23245         (is_utf8_encoding): Use a case-insensitive comparison.
23246         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
23247         streq.
23248
23249 2008-05-10  Bruno Haible  <bruno@clisp.org>
23250
23251         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
23252         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
23253         * lib/unilbrk/ulc-common.h (iconv_string_length,
23254         iconv_string_keeping_offsets): Remove declarations.
23255         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
23256         Don't include <iconv.h>, streq.h, xsize.h.
23257         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
23258         conversion.
23259         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
23260         <iconv.h>, streq.h, xsize.h.
23261         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
23262         conversion.
23263         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
23264         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
23265         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
23266         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
23267
23268 2008-05-10  Bruno Haible  <bruno@clisp.org>
23269
23270         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
23271         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
23272
23273         * modules/unilbrk/u32-width-linebreaks-tests: New file.
23274         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
23275
23276         * modules/unilbrk/u16-width-linebreaks-tests: New file.
23277         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
23278
23279         * modules/unilbrk/u8-width-linebreaks-tests: New file.
23280         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
23281
23282         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
23283         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
23284
23285         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
23286         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
23287
23288         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
23289         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
23290
23291         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
23292         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
23293
23294 2008-05-10  Bruno Haible  <bruno@clisp.org>
23295
23296         Split up 'linebreak' module.
23297         * lib/unilbrk.h: New file, based on lib/linebreak.h.
23298         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
23299         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
23300         modifications.
23301         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
23302         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
23303         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
23304         lib/linebreak.c.
23305         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
23306         lib/linebreak.c.
23307         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
23308         lib/linebreak.c.
23309         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
23310         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
23311         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
23312         lib/linebreak.c.
23313         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
23314         lib/linebreak.c.
23315         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
23316         lib/linebreak.c.
23317         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
23318         lib/linebreak.c.
23319         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
23320         lib/linebreak.c.
23321         * modules/unilbrk/base: New file.
23322         * modules/unilbrk/tables: New file.
23323         * modules/unilbrk/u8-possible-linebreaks: New file.
23324         * modules/unilbrk/u16-possible-linebreaks: New file.
23325         * modules/unilbrk/u32-possible-linebreaks: New file.
23326         * modules/unilbrk/ulc-common: New file.
23327         * modules/unilbrk/ulc-possible-linebreaks: New file.
23328         * modules/unilbrk/u8-width-linebreaks: New file.
23329         * modules/unilbrk/u16-width-linebreaks: New file.
23330         * modules/unilbrk/u32-width-linebreaks: New file.
23331         * modules/unilbrk/ulc-width-linebreaks: New file.
23332         * lib/linebreak.h: Remove file.
23333         * lib/linebreak.c: Remove file.
23334         * m4/linebreak.m4: Remove file.
23335         * modules/linebreak: Remove file.
23336         * NEWS: Mention the changes.
23337
23338 2008-05-09  Eric Blake  <ebb9@byu.net>
23339
23340         Add xmemdup0.
23341         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
23342         implementation.
23343         * lib/xmalloc.c (xmemdup0): New C implementation.
23344
23345 2008-05-08  Bruno Haible  <bruno@clisp.org>
23346
23347         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
23348
23349 2008-05-07  Eric Blake  <ebb9@byu.net>
23350
23351         Support cross-compilation of <wctype.h>.
23352         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
23353         AC_CACHE_CHECK.
23354
23355 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
23356
23357         * build-aux/vc-list-files: Add support for bzr.
23358
23359 2008-05-03  Jim Meyering  <meyering@redhat.com>
23360
23361         avoid failed assertion with tight malloc
23362         * tests/test-getndelim2.c: Correct an off-by-one assertion.
23363
23364 2008-05-03  Simon Josefsson  <simon@josefsson.org>
23365
23366         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
23367         are needed from arpa/inet.h.
23368         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
23369         Reported by Bruno Haible.
23370
23371 2008-05-02  Jim Meyering  <meyering@redhat.com>
23372
23373         avoid compilation error on FreeBSD 6
23374         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
23375
23376 2008-05-01  Jim Meyering  <meyering@redhat.com>
23377
23378         useless-if-before-free: correct --help's exit status description
23379         * build-aux/useless-if-before-free (usage): Like grep, exit 0
23380         for one or more matches, etc.  Reported by Bruno Haible.
23381
23382         vc-list-files: make the stand-alone gnulib test work
23383         * modules/vc-list-files-tests (configure.ac):
23384         Define and AC_SUBST abs_aux_dir.
23385         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
23386         $(abs_top_srcdir) to each script and having each of them
23387         duplicate the work of setting PATH, set PATH here, using
23388         the new variable, abs_aux_dir instead.
23389         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
23390         * tests/test-vc-list-files-git.sh: Likewise.
23391         Reported by Bruno Haible.
23392
23393 2008-05-01  Bruno Haible  <bruno@clisp.org>
23394
23395         * lib/getndelim2.c (getndelim2): Fix newsize computation during
23396         reallocation. Rename 'done' to 'found_delimiter'.
23397
23398 2008-05-01  Jim Meyering  <meyering@redhat.com>
23399
23400         vc-list-files: accommodate /bin/sh like the one from Solaris 10
23401         * build-aux/vc-list-files: Use `...`, not $(...).
23402
23403 2008-04-30  Jim Meyering  <meyering@redhat.com>
23404
23405         add tests for vc-list-files
23406         * modules/vc-list-files-tests: New module.
23407         * tests/test-vc-list-files-cvs.sh: New file.
23408         * tests/test-vc-list-files-git.sh: New file.
23409
23410         avoid a warning from gcc
23411         * lib/getndelim2.c (IF_LINT): Define.
23412         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
23413
23414         vc-list-files: work properly with build-aux/cvsu, too
23415         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
23416         to all cvs-based clauses.
23417
23418         vc-list-files: work properly in the CVS+awk case, too
23419         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
23420
23421         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
23422         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
23423         take more than one file argument, so .  Add quotes, just in case $dir
23424         ever contains a shell meta-character.  Prompted by Soren Hansen in
23425         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
23426
23427 2008-04-29  Eric Blake  <ebb9@byu.net>
23428
23429         Optimize getndelim2 to use block operations when possible.
23430         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
23431         freadseek, and memchr2.
23432         * lib/getndelim2.c (getndelim2): Use them for block reads.
23433
23434 2008-04-29  Bruno Haible  <bruno@clisp.org>
23435
23436         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
23437         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
23438         * modules/inet_ntop (Depends-on): Add extensions.
23439         * modules/inet_pton (Depends-on): Likewise.
23440         Reported by Simon Josefsson.
23441
23442 2008-04-29  Jim Meyering  <meyering@redhat.com>
23443
23444         When the is more than one match in a block, match all of them.
23445         * build-aux/useless-if-before-free: Iterate through each block
23446         until there are no more matches.
23447
23448         Fix broken useless-if-before-free script.
23449         * build-aux/useless-if-before-free: Fix typo: missing "?" after
23450         the expression to match cast of argument to free-like function.
23451
23452 2008-04-29  Eric Blake  <ebb9@byu.net>
23453
23454         Use new header.
23455         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
23456
23457 2008-04-29  Jim Meyering  <meyering@redhat.com>
23458
23459         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
23460         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
23461         by gnulib to exist and to declare e.g., inet_ntop.
23462         Don't include "inet_ntop.h", now removed.
23463
23464         * m4/arpa_inet_h.m4: Remove trailing blanks.
23465
23466 2008-04-29  Eric Blake  <ebb9@byu.net>
23467
23468         Silence valgrind on safe reads beyond potential array bounds.
23469         * lib/rawmemchr.valgrind: New file.
23470         * lib/strchrnul.valgrind: Likewise.
23471         * modules/rawmemchr (Files): Distribute new file.
23472         * modules/strchrnul (Files): Likewise.
23473         Suggested by Bruno Haible.
23474
23475 2008-04-29  Bruno Haible  <bruno@clisp.org>
23476
23477         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
23478         (inet_ntop, inet_pton): Change portability warning's wording.
23479         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
23480         Invoke gl_CHECK_NEXT_HEADERS.
23481         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
23482         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
23483         set ARPA_INET_H.
23484         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
23485         * modules/arpa_inet (Description): No longer only for systems that
23486         lack it.
23487         (Depends-on): Add include_next.
23488         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
23489         HAVE_ARPA_INET_H.
23490
23491 2008-04-29  Jim Meyering  <meyering@redhat.com>
23492
23493         * modules/mkdir (License): Re-license as LGPLv2+.
23494
23495 2008-04-29  Bruno Haible  <bruno@clisp.org>
23496
23497         * modules/rawmemchr (Maintainer): Set to Eric.
23498         * modules/strchrnul (Maintainer): Likewise.
23499
23500 2008-04-29  Simon Josefsson  <simon@josefsson.org>
23501
23502         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
23503         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
23504
23505         * modules/arpa_inet (arpa/inet.h): Use them.
23506
23507 2008-04-28  Eric Blake  <ebb9@byu.net>
23508
23509         Test getndelim2.
23510         * modules/getndelim2-tests: New file.
23511         * tests/test-getndelim2.c: Likewise.
23512         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
23513         stream.
23514         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
23515
23516         * MODULES.html.sh: Document new module.
23517
23518 2008-04-20  Bruno Haible  <bruno@clisp.org>
23519
23520         * lib/c-stack.c (die): Use raise.
23521         * modules/c-stack (Depends-on): Add raise.
23522
23523 2008-04-28  Bruno Haible  <bruno@clisp.org>
23524
23525         Expect rpmatch to be declared.
23526         * lib/yesno.c (rpmatch): Remove declaration.
23527
23528         Declare rpmatch.
23529         * lib/stdlib.in.h (rpmatch): New declaration.
23530         * lib/rpmatch.c: Include <stdlib.h> first.
23531         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
23532         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
23533         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
23534         HAVE_RPMATCH.
23535         * modules/rpmatch (Depends-on): Add stdlib, extensions.
23536         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23537         (Include): Set to <stdlib.h>.
23538         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
23539         HAVE_RPMATCH.
23540         * NEWS: Document the change.
23541
23542 2008-04-28  Bruno Haible  <bruno@clisp.org>
23543
23544         Change rpmatch to use nl_langinfo when appropriate.
23545         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
23546         (N_): New macro.
23547         (localized_pattern): New function/macro.
23548         (try): Remove match, nomatch arguments. Copy the pattern into safe
23549         memory before caching it.
23550         (rpmatch): Use localized_pattern. Add translator comments.
23551         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
23552         Suggested by Eric Blake.
23553         * modules/rpmatch (Depends-on): Add stdbool.
23554
23555 2008-04-28  Eric Blake  <ebb9@byu.net>
23556
23557         Add rawmemchr module, matching glibc.
23558         * modules/string (Makefile.am): New indicator.
23559         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
23560         * lib/string.in.h (rawmemchr): Declare when appropriate.
23561         * modules/rawmemchr: New file.
23562         * m4/rawmemchr.m4: Likewise.
23563         * lib/rawmemchr.c: Likewise.
23564         * modules/rawmemchr-tests: Likewise.
23565         * tests/test-rawmemchr.c: Likewise.
23566         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
23567         module.
23568         * modules/strchrnul (Depends-on): Add rawmemchr.
23569         * lib/strchrnul.c (strchrnul): Optimize a corner case.
23570
23571         Whitespace cleanup.
23572         * tests/test-strchrnul.c: Reindent.
23573         * lib/strchrnul.c: Likewise.
23574
23575         Optimize and test strchrnul.
23576         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
23577         * modules/strchrnul-tests: New file.
23578         * tests/test-strchrnul.c: Likewise.
23579
23580         Remove intprops dependency.
23581         * modules/memchr (Depends-on): Remove intprops.
23582         * modules/memrchr (Depends-on): Likewise.
23583         * modules/memchr2 (Depends-on): Likewise.
23584         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
23585         * lib/memrchr.c (__memrchr): Likewise.
23586         * lib/memrchr2.c (memchr2): Likewise.
23587         Reported by Simon Josefsson.
23588
23589 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23590
23591         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
23592         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23593
23594 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23595
23596         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
23597
23598         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
23599
23600         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
23601
23602         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
23603         declarations.
23604         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
23605
23606         * m4/inet_pton.m4: Don't check for header files.
23607
23608         * m4/inet_ntop.m4: Don't check for header files.
23609
23610 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23611
23612         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
23613         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
23614         trigger for cygwin).
23615         Reported by Bruno Haible  <bruno@clisp.org>.
23616
23617 2008-04-28  Bruno Haible  <bruno@clisp.org>
23618
23619         * doc/posix-functions/strdup.texi: Mention mingw problem.
23620
23621 2008-04-27  Bruno Haible  <bruno@clisp.org>
23622
23623         * modules/stat-time-tests (Depends-on): Add sleep.
23624         * tests/test-stat-time.c (force_unlink): New function.
23625         (cleanup): Use it.
23626         (test_mtime): Remove the ctime related tests.
23627         (test_ctime): New function, containing the ctime related tests.
23628         (main): Call test_ctime, except on native Windows platforms.
23629
23630 2008-04-27  Bruno Haible  <bruno@clisp.org>
23631
23632         * lib/rpmatch.c (rpmatch): Add some comments.
23633         Reported by James Youngman <jay@gnu.org>.
23634
23635 2008-04-27  Bruno Haible  <bruno@clisp.org>
23636
23637         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
23638         quiet NaNs.
23639
23640 2008-04-27  Bruno Haible  <bruno@clisp.org>
23641
23642         Make test-yesno.sh work on mingw.
23643         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
23644         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
23645         (main): Set stdin to binary mode.
23646         * modules/yesno-tests (Depends-on): Add binary-io.
23647
23648 2008-04-27  Bruno Haible  <bruno@clisp.org>
23649
23650         Fix 'isfinite' on x86, x86_64, ia64 platforms.
23651         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
23652         argument that lie outside the IEEE 854 domain.
23653         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
23654         (gl_ISFINITE): Use it.
23655         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
23656
23657 2008-04-27  Bruno Haible  <bruno@clisp.org>
23658
23659         Allow local renaming in config.h.
23660         * lib/memrchr.c (memrchr): Don't undefine outside libc.
23661
23662 2008-04-27  Bruno Haible  <bruno@clisp.org>
23663
23664         * lib/memchr.c (__memchr): Change type of 'i'.
23665         * lib/memchr2.c (memchr2): Likewise.
23666
23667 2008-04-26  Eric Blake  <ebb9@byu.net>
23668         and Bruno Haible  <bruno@clisp.org>
23669
23670         Optimize and test memrchr.
23671         * modules/memrchr (Depends-on): Add intprops.
23672         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
23673         * modules/memrchr-tests: New file.
23674         * tests/test-memrchr.c: New file.
23675
23676 2008-04-26  Bruno Haible  <bruno@clisp.org>
23677
23678         Add tentative support for DragonFly BSD.
23679         * lib/stdio-impl.h: Add macros for DragonFly BSD.
23680         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
23681         fp.
23682         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23683         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
23684         * lib/fpurge.c (fpurge): Likewise.
23685         * lib/freadable.c (freaadable): Likewise.
23686         * lib/freadahead.c (freadahead): Likewise.
23687         * lib/freading.c (freading): Likewise.
23688         * lib/freadptr.c (freadptr): Likewise.
23689         * lib/freadseek.c (freadptrinc): Likewise.
23690         * lib/fseeko.c (fseeko): Likewise.
23691         * lib/fseterr.c (fseterr): Likewise.
23692         * lib/fwritable.c (fwritable): Likewise.
23693         * lib/fwriting.c (fwriting): Likewise.
23694
23695 2008-04-26  Bruno Haible  <bruno@clisp.org>
23696
23697         * lib/stdio-impl.h: New file.
23698         * lib/fbufmode.c: Include stdio-impl.h.
23699         (fbufmode): Use fp_, remove redundant #defines.
23700         * lib/fflush.c: Include stdio-impl.h.
23701         (clear_ungetc_buffer): Remove redundant #defines.
23702         * lib/fpurge.c: Include stdio-impl.h.
23703         (fpurge): Remove redundant #defines.
23704         * lib/freadable.c: Include stdio-impl.h.
23705         (freadable): Remove redundant #defines.
23706         * lib/freadahead.c: Include stdio-impl.h.
23707         (freadahead): Remove redundant #defines.
23708         * lib/freading.c: Include stdio-impl.h.
23709         (freading): Remove redundant #defines.
23710         * lib/freadptr.c: Include stdio-impl.h.
23711         (freadptr): Remove redundant #defines.
23712         * lib/freadseek.c: Include stdio-impl.h.
23713         (freadptrinc): Remove redundant #defines.
23714         * lib/fseeko.c: Include stdio-impl.h.
23715         (rpl_fseeko): Remove redundant #defines.
23716         * lib/fseterr.c: Include stdio-impl.h.
23717         (fseterr): Remove redundant #defines.
23718         * lib/fwritable.c: Include stdio-impl.h.
23719         (fwritable: Remove redundant #defines.
23720         * lib/fwriting.c: Include stdio-impl.h.
23721         (fwriting): Remove redundant #defines.
23722         * modules/fbufmode (Files): Add lib/stdio-impl.h.
23723         * modules/fflush (Files): Likewise.
23724         * modules/fpurge (Files): Likewise.
23725         * modules/freadable (Files): Likewise.
23726         * modules/freadahead (Files): Likewise.
23727         * modules/freading (Files): Likewise.
23728         * modules/freadptr (Files): Likewise.
23729         * modules/freadseek (Files): Likewise.
23730         * modules/fseeko (Files): Likewise.
23731         * modules/fseterr (Files): Likewise.
23732         * modules/fwritable (Files): Likewise.
23733         * modules/fwriting (Files): Likewise.
23734
23735 2008-04-26  Bruno Haible  <bruno@clisp.org>
23736
23737         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23738         restore_seek_optimization, update_fpos_cache): New functions, extracted
23739         from rpl_fflush.
23740         (rpl_fflush): Use them.
23741         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
23742         (gl_REPLACE_FFLUSH): Use it.
23743
23744 2008-04-26  Bruno Haible  <bruno@clisp.org>
23745
23746         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
23747         on Solaris.
23748         * tests/test-xstrtoimax.sh: Likewise.
23749         * tests/test-xstrtoumax.sh: Likewise.
23750         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23751
23752 2008-04-26  Bruno Haible  <bruno@clisp.org>
23753
23754         * modules/memchr-tests: New file.
23755         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
23756
23757 2008-04-26  Eric Blake  <ebb9@byu.net>
23758             Bruno Haible  <bruno@clisp.org>
23759
23760         * lib/memchr.c: Include intprops.h.
23761         (__memchr): Optimize parallel detection of matching bytes. Rename local
23762         variables. Add explanatory comments.
23763
23764 2008-04-26  Bruno Haible  <bruno@clisp.org>
23765
23766         Fix module 'memchr', broken since 2000-10-28.
23767         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
23768
23769 2008-04-26  Bruno Haible  <bruno@clisp.org>
23770
23771         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
23772         comments.
23773
23774 2008-04-25  Eric Blake  <ebb9@byu.net>
23775
23776         Use native fstatat on cygwin 1.7.0.
23777         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
23778         first.
23779
23780 2008-04-23  Eric Blake  <ebb9@byu.net>
23781
23782         Improve memchr2 performance.
23783         * lib/memchr2.c (memchr2): Further optimize parallel detection of
23784         NUL bytes.
23785         * modules/memchr2 (Depends-on): Use intprops.h.
23786
23787 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23788
23789         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
23790         an inline function instead of a CPP macro.  Patch by Ben Pfaff
23791         <blp@cs.stanford.edu>.
23792
23793 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23794
23795         * lib/arpa_inet.in.h: New file.
23796
23797         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
23798         (Makefile.am): Sed in substitute header file.
23799
23800         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
23801         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
23802
23803         * modules/inet_ntop (configure.ac): Use
23804         gl_ARPA_INET_MODULE_INDICATOR.
23805
23806         * modules/inet_pton (configure.ac): Use
23807         gl_ARPA_INET_MODULE_INDICATOR.
23808
23809 2008-04-22  Jim Meyering  <meyering@redhat.com>
23810
23811         * modules/verify (License): Re-license as LGPLv2+.
23812
23813 2008-04-22  Simon Josefsson  <simon@josefsson.org>
23814
23815         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
23816         parameter to void* as per POSIX standard (MinGW uses char*).
23817
23818 2008-04-21  Bruno Haible  <bruno@clisp.org>
23819
23820         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23821         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23822         Define to replacements if REPLACE_ISWCNTRL is 1.
23823         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
23824         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
23825         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
23826         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
23827         what it fixes.
23828         * doc/posix-functions/iswalpha.texi: Likewise.
23829         * doc/posix-functions/iswblank.texi: Likewise.
23830         * doc/posix-functions/iswcntrl.texi: Likewise.
23831         * doc/posix-functions/iswdigit.texi: Likewise.
23832         * doc/posix-functions/iswgraph.texi: Likewise.
23833         * doc/posix-functions/iswlower.texi: Likewise.
23834         * doc/posix-functions/iswprint.texi: Likewise.
23835         * doc/posix-functions/iswpunct.texi: Likewise.
23836         * doc/posix-functions/iswspace.texi: Likewise.
23837         * doc/posix-functions/iswupper.texi: Likewise.
23838         * doc/posix-functions/iswxdigit.texi: Likewise.
23839         Reported by Alain Guibert.
23840
23841 2008-04-21  Bruno Haible  <bruno@clisp.org>
23842
23843         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
23844         Patch by Alain Guibert.
23845
23846 2008-04-21  Bruno Haible  <bruno@clisp.org>
23847
23848         Fix test failures on mingw.
23849         * tests/test-xstrtol.c (print_no_progname): New function.
23850         (main): Install it in error_print_progname hook.
23851         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
23852         * tests/test-xstrtoimax.sh: Likewise.
23853         * tests/test-xstrtoumax.sh: Likewise.
23854
23855 2008-04-21  Bruno Haible  <bruno@clisp.org>
23856
23857         Fix test failure on mingw.
23858         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
23859
23860 2008-04-21  Bruno Haible  <bruno@clisp.org>
23861
23862         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
23863         Actually assign a value.
23864
23865 2008-04-20  Bruno Haible  <bruno@clisp.org>
23866
23867         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
23868         take 2.
23869         * lib/canonicalize.c (canonicalize_file_name): Elide if the
23870         'canonicalize-lgpl' module is also used.
23871         * lib/canonicalize-lgpl.c: Undo last change.
23872         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
23873
23874 2008-04-20  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
23877         config.h. Provide _mkdir based fallback for mingw.
23878         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
23879         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
23880         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
23881         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
23882         rather than defining mkdir in config.h.
23883         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
23884         (gl_SYS_STAT_H_DEFAULTS): New macro.
23885         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
23886         HAVE_IO_H any more.
23887         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
23888         HAVE_DECL_MKDIR and HAVE_IO_H.
23889
23890 2008-04-20  Bruno Haible  <bruno@clisp.org>
23891
23892         * lib/isapipe.c: Port to native Windows platforms.
23893
23894 2008-04-20  Bruno Haible  <bruno@clisp.org>
23895
23896         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
23897
23898 2008-04-21  Eric Blake  <ebb9@byu.net>
23899
23900         Work around preprocessors that don't handle UINTMAX_MAX.
23901         * lib/memchr2.c (memchr2): Avoid embedded #if.
23902         Reported by Alain Guibert, fix suggested by Bruno Haible.
23903
23904 2008-04-21  Simon Josefsson  <simon@josefsson.org>
23905
23906         * doc/posix-functions/strftime.texi (strftime): Explain better
23907         Windows incompatibility.  Suggested by Micah Cowan
23908         <micah@cowan.name>.
23909
23910 2008-04-20  Bruno Haible  <bruno@clisp.org>
23911
23912         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
23913         unistr/u8-mblen.
23914
23915 2008-04-20  Bruno Haible  <bruno@clisp.org>
23916
23917         Fix test failure on platforms with non-GNU iconv.
23918         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
23919         (U_TO_U8): Use it, rather than u16_to_u8.
23920         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
23921         units at the end of the input string.
23922         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
23923
23924 2008-04-20  Bruno Haible  <bruno@clisp.org>
23925
23926         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
23927         when the resulting length is 0.
23928         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
23929
23930 2008-04-20  Bruno Haible  <bruno@clisp.org>
23931
23932         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
23933         works.
23934         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
23935
23936 2008-04-20  Bruno Haible  <bruno@clisp.org>
23937
23938         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
23939         * modules/tsearch-tests (configure.ac): Test for initstate function.
23940
23941 2008-04-20  Bruno Haible  <bruno@clisp.org>
23942
23943         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
23944         for nlink_t if missing.
23945         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
23946
23947 2008-04-19  Bruno Haible  <bruno@clisp.org>
23948
23949         Work around snprintf bug on Linux libc5.
23950         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
23951         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23952         gl_SNPRINTF_SIZE1.
23953         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23954         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
23955         that test failed.
23956         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
23957         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
23958         * modules/snprintf (Files): Add m4/printf.m4.
23959         * modules/vsnprintf (Files): Likewise.
23960         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
23961         * doc/posix-functions/vsnprintf.texi: Likewise.
23962
23963 2008-04-19  Bruno Haible  <bruno@clisp.org>
23964
23965         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
23966         from 0.0058 to less than 10^-7.
23967
23968 2008-04-19  Bruno Haible  <bruno@clisp.org>
23969
23970         Fix rounding when a precision is given.
23971         * lib/vasnprintf.c (is_borderline): New function.
23972         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
23973         9...9x.
23974         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
23975         %e, %g.
23976         * tests/test-vasprintf-posix.c (test_function): Likewise.
23977         * tests/test-snprintf-posix.h (test_function): Likewise.
23978         * tests/test-sprintf-posix.h (test_function): Likewise.
23979         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
23980         * tests/test-printf-posix.h (test_function): Likewise.
23981         * tests/test-printf-posix.output: Update.
23982         Reported by John Darrington <john@darrington.wattle.id.au> via
23983         Ben Pfaff <blp@cs.stanford.edu>.
23984
23985 2008-04-18  Simon Josefsson  <simon@josefsson.org>
23986
23987         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
23988         Suggested by Bruno Haible <bruno@clisp.org>.
23989
23990 2008-04-17  Bruno Haible  <bruno@clisp.org>
23991
23992         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
23993         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
23994         implementation.
23995         Patch by Bruce Merry <bmerry@gmail.com>.
23996
23997 2008-04-17  Simon Josefsson  <simon@josefsson.org>
23998
23999         * doc/posix-functions/strftime.texi (strftime): Mention that %e
24000         doesn't work under Windows.
24001
24002 2008-04-16  Bruno Haible  <bruno@clisp.org>
24003
24004         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
24005         New macros.
24006         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
24007         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
24008         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
24009         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
24010         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
24011         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
24012         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
24013         macros.
24014         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
24015         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
24016         Northern Sotho, Uighur.
24017
24018 2008-04-16  Bruno Haible  <bruno@clisp.org>
24019
24020         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
24021         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
24022         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
24023         Reported by Daniel Bergström <daniel@octocode.com>.
24024
24025 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
24026             Bruno Haible  <bruno@clisp.org>
24027
24028         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
24029         function.
24030         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
24031         New functions, mostly extracted from gl_locale_name_default.
24032         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
24033
24034 2008-04-16  Eric Blake  <ebb9@byu.net>
24035
24036         Adjust strtod detection to catch glibc 2.7 bug.
24037         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
24038         Reported by John Gatewood Ham.
24039
24040 2008-04-16  Bruno Haible  <bruno@clisp.org>
24041
24042         Add tentative support for Linux libc5.
24043         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
24044         * lib/fpurge.c (fpurge): Likewise.
24045         * lib/freadable.c (freadable): Likewise.
24046         * lib/freadahead.c (freadahead): Likewise.
24047         * lib/freading.c (freading): Likewise.
24048         * lib/freadptr.c (freadptr): Likewise.
24049         * lib/freadseek.c (freadptrinc): Likewise.
24050         * lib/fseeko.c (rpl_fseeko): Likewise.
24051         * lib/fseterr.c (fseterr): Likewise.
24052         * lib/fwritable.c (fwritable): Likewise.
24053         * lib/fwriting.c (fwriting): Likewise.
24054         Reported by Alain Guibert <alguibert+bts@free.fr>.
24055
24056 2008-04-15  Bruno Haible  <bruno@clisp.org>
24057
24058         * modules/mathl (configure.ac): Define module indicator.
24059
24060 2008-04-15  Bruno Haible  <bruno@clisp.org>
24061
24062         * lib/logl.c (logl): Remove unused variables.
24063
24064 2008-04-15  Bruno Haible  <bruno@clisp.org>
24065
24066         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
24067         fails.
24068
24069 2008-04-15  Bruno Haible  <bruno@clisp.org>
24070
24071         * lib/trim.c (trim2): Fix argument of isspace() macro.
24072
24073 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
24074
24075         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
24076         to 0.
24077         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
24078
24079 2008-04-14  Bruno Haible  <bruno@clisp.org>
24080
24081         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
24082         AC_LANG_PROGRAM argument.
24083         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
24084         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
24085         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
24086         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
24087         * m4/math_h.m4 (gl_MATH_H): Likewise.
24088         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
24089         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24090         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
24091         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
24092         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
24093         * m4/regex.m4 (gl_REGEX): Likewise.
24094         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
24095         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
24096         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24097         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
24098         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24099         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24100         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
24101         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
24102
24103 2008-04-14  Jim Meyering  <meyering@redhat.com>
24104
24105         test-strtod: fix typos: s/abs/fabs/
24106         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
24107
24108 2008-04-13  Bruno Haible  <bruno@clisp.org>
24109
24110         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
24111         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
24112         module is also used and while not building the reloc-wrapper.
24113
24114 2008-04-13  Bruno Haible  <bruno@clisp.org>
24115
24116         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
24117
24118 2008-04-13  Bruno Haible  <bruno@clisp.org>
24119
24120         Fix AIX compilation failure introduced on 2008-04-02.
24121         * tests/test-frexp.c (exp): Undefine before redefining.
24122         * tests/test-frexpl.c (exp): Likewise.
24123
24124 2008-04-13  Bruno Haible  <bruno@clisp.org>
24125
24126         Work around a HP-UX stdio bug.
24127         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
24128         * tests/test-ftello.c (main): Likewise.
24129         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
24130         * doc/posix-functions/ftello.texi: Likewise.
24131
24132 2008-04-13  Bruno Haible  <bruno@clisp.org>
24133
24134         Make test-signbit pass on HP-UX/hppa.
24135         * tests/test-signbit.c (minus_zerol): New variable.
24136         (test_signbitl): Use it.
24137
24138 2008-04-13  Bruno Haible  <bruno@clisp.org>
24139
24140         Make truncl work on OSF/1 4.0.
24141         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
24142         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
24143         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
24144         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
24145         HAVE_DECL_TRUNCL.
24146         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
24147         HAVE_DECL_TRUNCL.
24148         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
24149
24150 2008-04-13  Bruno Haible  <bruno@clisp.org>
24151
24152         * lib/unictype.h: Remove trailing comma from enumeration definitions.
24153
24154 2008-04-13  Bruno Haible  <bruno@clisp.org>
24155
24156         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
24157         expression, so as to avoid HP-UX 11 cc compiler bug.
24158
24159 2008-04-13  Bruno Haible  <bruno@clisp.org>
24160
24161         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
24162
24163 2008-04-13  Bruno Haible  <bruno@clisp.org>
24164
24165         * lib/git-merge-changelog.c: Remove empty declaration outside of
24166         functions.
24167
24168 2008-04-13  Bruno Haible  <bruno@clisp.org>
24169
24170         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
24171
24172 2008-04-13  Bruno Haible  <bruno@clisp.org>
24173
24174         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
24175         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
24176         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
24177         also if it exists but lacks definitions of the SHUT_* macros.
24178         * modules/sys_socket (Description): Update.
24179         Reported by Elbert Pol <e.pol@chello.nl>.
24180
24181 2008-04-13  Bruno Haible  <bruno@clisp.org>
24182
24183         * lib/localcharset.c (OS2): Don't redefine if already defined.
24184         Reported by Elbert Pol <e.pol@chello.nl>.
24185
24186 2008-04-13  Bruno Haible  <bruno@clisp.org>
24187
24188         * lib/binary-io.h [__EMX__]: Include <io.h>.
24189         Reported by Elbert Pol <e.pol@chello.nl>.
24190
24191 2008-04-12  Bruno Haible  <bruno@clisp.org>
24192
24193         * lib/fpucw.h: Enable the definitions also for x86_64.
24194         Needed for NetBSD/x86_64.
24195         Reported by Thomas Klausner <tk@giga.or.at>.
24196
24197 2008-04-12  Bruno Haible  <bruno@clisp.org>
24198
24199         * tests/test-strtod.c: Include isnand.h.
24200         (main): Use isnand instead of isnan.
24201         Reported by Jim Meyering.
24202
24203 2008-04-12  Bruno Haible  <bruno@clisp.org>
24204
24205         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
24206         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
24207
24208 2008-04-12  Jim Meyering  <meyering@redhat.com>
24209
24210         * m4/math_h.m4 (gl_MATH_H): Fix typos.
24211
24212 2008-04-12  Bruno Haible  <bruno@clisp.org>
24213
24214         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
24215         Reported by Elbert Pol <e.pol@chello.nl>.
24216
24217 2008-04-12  Eric Blake  <ebb9@byu.net>
24218
24219         Work around Solaris 10 math.h bug.
24220         * m4/math_h.m4 (gl_MATH_H): Check for bug.
24221         (gl_MATH_H_DEFAULTS): Set up default.
24222         * modules/math (Makefile.am): Replace new indicators.
24223         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
24224         * tests/test-math.c (main): Test this.
24225         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
24226         * doc/posix-headers/math.texi (math.h): Mention bug.
24227         Reported by Nelson H. F. Beebe and Jim Meyering.
24228
24229 2008-04-11  Bruno Haible  <bruno@clisp.org>
24230
24231         Adapt to future versions of Apple GCC.
24232         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
24233         Reported by Peter O'Gorman <peter@pogma.com>.
24234
24235 2008-04-11  Bruno Haible  <bruno@clisp.org>
24236
24237         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
24238
24239 2008-04-11  Bruno Haible  <bruno@clisp.org>
24240
24241         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
24242
24243         * modules/getaddrinfo-tests (Makefile.am): Define
24244         test_getaddrinfo_LDADD.
24245
24246 2008-04-11  Bruno Haible  <bruno@clisp.org>
24247
24248         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
24249         (init): Fix syntax error.
24250         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
24251         is declared.
24252
24253 2008-04-11  Bruno Haible  <bruno@clisp.org>
24254
24255         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
24256         * modules/glob (Depends-on): Add stdbool.
24257
24258 2008-04-11  Bruno Haible  <bruno@clisp.org>
24259
24260         * lib/trim.c: Include <string.h>.
24261
24262 2008-04-11  Eric Blake  <ebb9@byu.net>
24263
24264         Avoid compile failure on OS/2.
24265         * lib/regex_internal.h (internal_function): Disable optimization
24266         on OS/2 (__EMX__), where it caused compiler error.
24267         Reported by Elbert Pol.
24268
24269 2008-04-11  Bruno Haible  <bruno@clisp.org>
24270
24271         Flush the standard error stream before aborting. Needed on mingw.
24272         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
24273         * tests/test-array_list.c (ASSERT): Likewise.
24274         * tests/test-array_oset.c (ASSERT): Likewise.
24275         * tests/test-avltree_list.c (ASSERT): Likewise.
24276         * tests/test-avltree_oset.c (ASSERT): Likewise.
24277         * tests/test-avltreehash_list.c (ASSERT): Likewise.
24278         * tests/test-binary-io.c (ASSERT): Likewise.
24279         * tests/test-byteswap.c (ASSERT): Likewise.
24280         * tests/test-c-ctype.c (ASSERT): Likewise.
24281         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
24282         * tests/test-c-strcasestr.c (ASSERT): Likewise.
24283         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
24284         * tests/test-c-strstr.c (ASSERT): Likewise.
24285         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
24286         * tests/test-canonicalize.c (ASSERT): Likewise.
24287         * tests/test-carray_list.c (ASSERT): Likewise.
24288         * tests/test-ceilf1.c (ASSERT): Likewise.
24289         * tests/test-ceilf2.c (ASSERT): Likewise.
24290         * tests/test-ceill.c (ASSERT): Likewise.
24291         * tests/test-count-one-bits.c (ASSERT): Likewise.
24292         * tests/test-fbufmode.c (ASSERT): Likewise.
24293         * tests/test-fflush2.c (ASSERT): Likewise.
24294         * tests/test-floorf1.c (ASSERT): Likewise.
24295         * tests/test-floorf2.c (ASSERT): Likewise.
24296         * tests/test-floorl.c (ASSERT): Likewise.
24297         * tests/test-fopen.c (ASSERT): Likewise.
24298         * tests/test-fpending.c (ASSERT): Likewise.
24299         * tests/test-fprintf-posix.c (ASSERT): Likewise.
24300         * tests/test-fpurge.c (ASSERT): Likewise.
24301         * tests/test-freadable.c (ASSERT): Likewise.
24302         * tests/test-freadahead.c (ASSERT): Likewise.
24303         * tests/test-freading.c (ASSERT): Likewise.
24304         * tests/test-freadptr.c (ASSERT): Likewise.
24305         * tests/test-freadptr2.c (ASSERT): Likewise.
24306         * tests/test-freadseek.c (ASSERT): Likewise.
24307         * tests/test-freopen.c (ASSERT): Likewise.
24308         * tests/test-frexp.c (ASSERT): Likewise.
24309         * tests/test-frexpl.c (ASSERT): Likewise.
24310         * tests/test-fseek.c (ASSERT): Likewise.
24311         * tests/test-fseeko.c (ASSERT): Likewise.
24312         * tests/test-fstrcmp.c (ASSERT): Likewise.
24313         * tests/test-ftell.c (ASSERT): Likewise.
24314         * tests/test-ftello.c (ASSERT): Likewise.
24315         * tests/test-func.c (ASSERT): Likewise.
24316         * tests/test-fwritable.c (ASSERT): Likewise.
24317         * tests/test-fwriting.c (ASSERT): Likewise.
24318         * tests/test-getdelim.c (ASSERT): Likewise.
24319         * tests/test-getline.c (ASSERT): Likewise.
24320         * tests/test-i-ring.c (ASSERT): Likewise.
24321         * tests/test-iconv-utf.c (ASSERT): Likewise.
24322         * tests/test-iconv.c (ASSERT): Likewise.
24323         * tests/test-isfinite.c (ASSERT): Likewise.
24324         * tests/test-isnand.c (ASSERT): Likewise.
24325         * tests/test-isnanf.c (ASSERT): Likewise.
24326         * tests/test-isnanl.h (ASSERT): Likewise.
24327         * tests/test-ldexpl.c (ASSERT): Likewise.
24328         * tests/test-linked_list.c (ASSERT): Likewise.
24329         * tests/test-linkedhash_list.c (ASSERT): Likewise.
24330         * tests/test-localename.c (ASSERT): Likewise.
24331         * tests/test-lseek.c (ASSERT): Likewise.
24332         * tests/test-mbscasecmp.c (ASSERT): Likewise.
24333         * tests/test-mbscasestr1.c (ASSERT): Likewise.
24334         * tests/test-mbscasestr2.c (ASSERT): Likewise.
24335         * tests/test-mbscasestr3.c (ASSERT): Likewise.
24336         * tests/test-mbscasestr4.c (ASSERT): Likewise.
24337         * tests/test-mbschr.c (ASSERT): Likewise.
24338         * tests/test-mbscspn.c (ASSERT): Likewise.
24339         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
24340         * tests/test-mbspbrk.c (ASSERT): Likewise.
24341         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
24342         * tests/test-mbsrchr.c (ASSERT): Likewise.
24343         * tests/test-mbsspn.c (ASSERT): Likewise.
24344         * tests/test-mbsstr1.c (ASSERT): Likewise.
24345         * tests/test-mbsstr2.c (ASSERT): Likewise.
24346         * tests/test-mbsstr3.c (ASSERT): Likewise.
24347         * tests/test-memchr2.c (ASSERT): Likewise.
24348         * tests/test-memmem.c (ASSERT): Likewise.
24349         * tests/test-open.c (ASSERT): Likewise.
24350         * tests/test-printf-frexp.c (ASSERT): Likewise.
24351         * tests/test-printf-frexpl.c (ASSERT): Likewise.
24352         * tests/test-printf-posix.c (ASSERT): Likewise.
24353         * tests/test-quotearg.c (ASSERT): Likewise.
24354         * tests/test-rbtree_list.c (ASSERT): Likewise.
24355         * tests/test-rbtree_oset.c (ASSERT): Likewise.
24356         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
24357         * tests/test-round1.c (ASSERT): Likewise.
24358         * tests/test-roundf1.c (ASSERT): Likewise.
24359         * tests/test-roundl.c (ASSERT): Likewise.
24360         * tests/test-signbit.c (ASSERT): Likewise.
24361         * tests/test-sleep.c (ASSERT): Likewise.
24362         * tests/test-snprintf-posix.c (ASSERT): Likewise.
24363         * tests/test-snprintf.c (ASSERT): Likewise.
24364         * tests/test-sprintf-posix.c (ASSERT): Likewise.
24365         * tests/test-stat-time.c (ASSERT): Likewise.
24366         * tests/test-strcasestr.c (ASSERT): Likewise.
24367         * tests/test-strerror.c (ASSERT): Likewise.
24368         * tests/test-striconv.c (ASSERT): Likewise.
24369         * tests/test-striconveh.c (ASSERT): Likewise.
24370         * tests/test-striconveha.c (ASSERT): Likewise.
24371         * tests/test-strsignal.c (ASSERT): Likewise.
24372         * tests/test-strstr.c (ASSERT): Likewise.
24373         * tests/test-strtod.c (ASSERT): Likewise.
24374         * tests/test-trunc1.c (ASSERT): Likewise.
24375         * tests/test-trunc2.c (ASSERT): Likewise.
24376         * tests/test-truncf1.c (ASSERT): Likewise.
24377         * tests/test-truncf2.c (ASSERT): Likewise.
24378         * tests/test-truncl.c (ASSERT): Likewise.
24379         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
24380         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
24381         * tests/test-vasnprintf.c (ASSERT): Likewise.
24382         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
24383         * tests/test-vasprintf.c (ASSERT): Likewise.
24384         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
24385         * tests/test-vprintf-posix.c (ASSERT): Likewise.
24386         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
24387         * tests/test-vsnprintf.c (ASSERT): Likewise.
24388         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
24389         * tests/test-wcwidth.c (ASSERT): Likewise.
24390         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
24391         * tests/test-xprintf-posix.c (ASSERT): Likewise.
24392         * tests/test-xvasprintf.c (ASSERT): Likewise.
24393         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
24394         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
24395         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
24396         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
24397         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
24398         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
24399         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
24400         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
24401         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
24402         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
24403         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
24404         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
24405         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
24406         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
24407         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
24408         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
24409         * tests/unictype/test-block_list.c (ASSERT): Likewise.
24410         * tests/unictype/test-block_of.c (ASSERT): Likewise.
24411         * tests/unictype/test-block_test.c (ASSERT): Likewise.
24412         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
24413         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
24414         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
24415         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
24416         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
24417         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
24418         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
24419         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
24420         * tests/unictype/test-combining.c (ASSERT): Likewise.
24421         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
24422         * tests/unictype/test-digit.c (ASSERT): Likewise.
24423         * tests/unictype/test-mirror.c (ASSERT): Likewise.
24424         * tests/unictype/test-numeric.c (ASSERT): Likewise.
24425         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
24426         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
24427         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
24428         * tests/unictype/test-scripts.c (ASSERT): Likewise.
24429         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
24430         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
24431         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
24432         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
24433         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
24434         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
24435         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
24436         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
24437         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
24438         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
24439         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
24440         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
24441         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
24442         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
24443         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
24444         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
24445         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
24446         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
24447         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
24448         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
24449         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
24450         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
24451         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
24452         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
24453         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
24454         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
24455         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
24456         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
24457         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
24458         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
24459         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
24460         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
24461         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
24462         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
24463         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
24464         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
24465         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
24466         Reported by Eric Blake.
24467
24468 2008-04-11  Bruno Haible  <bruno@clisp.org>
24469
24470         * lib/wchar.in.h: Tweak comment.
24471
24472 2008-04-11  Bruno Haible  <bruno@clisp.org>
24473
24474         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
24475         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
24476         gl_COMMON.
24477         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
24478
24479 2008-04-11  Bruno Haible  <bruno@clisp.org>
24480
24481         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
24482
24483 2008-04-11  Simon Josefsson  <simon@josefsson.org>
24484
24485         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
24486         of attempting to use non-existing /dev/*random.  Based on patch
24487         from Adam Strzelecki <ono@java.pl> in
24488         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
24489
24490 2008-04-08  Bruno Haible  <bruno@clisp.org>
24491
24492         Add tentative support for emx+gcc.
24493         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
24494         * lib/fpurge.c (fpurge): Likewise.
24495         * lib/freadable.c (freadable): Likewise.
24496         * lib/freadahead.c (freadahead): Likewise.
24497         * lib/freading.c (freading): Likewise.
24498         * lib/freadptr.c (freadptr): Likewise.
24499         * lib/freadseek.c (freadptrinc): Likewise.
24500         * lib/fseeko.c (rpl_fseeko): Likewise.
24501         * lib/fseterr.c (fseterr): Likewise.
24502         * lib/fwritable.c (fwritable): Likewise.
24503         * lib/fwriting.c (fwriting): Likewise.
24504         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
24505
24506 2008-04-09  Eric Blake  <ebb9@byu.net>
24507
24508         Avoid some autoconf warnings.
24509         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
24510         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
24511         * m4/afs.m4 (gl_AFS): Likewise.
24512         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
24513         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
24514         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24515         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
24516         (gl_INTEGER_TYPE_SUFFIX): Likewise.
24517         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
24518         (AC_CHECK_DECLS_ONCE): Likewise.
24519         Rename file...
24520         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
24521         gnulib-tool requires autoconf 2.59 or better.
24522         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
24523
24524 2008-04-08  Eric Blake  <ebb9@byu.net>
24525
24526         Use 'git describe --match' if present (added in git 1.5.5).
24527         * build-aux/git-version-gen: Limit result to tags that match 'v*'
24528         if possible.
24529
24530 2008-04-08  Bruno Haible  <bruno@clisp.org>
24531
24532         Add tentative support for OpenServer.
24533         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
24534         _ptr, _cnt.
24535         * lib/fpurge.c (fpurge): Likewise.
24536         * lib/freadable.c (freadable): Likewise.
24537         * lib/freadahead.c (freadahead): Likewise.
24538         * lib/freading.c (freading): Likewise.
24539         * lib/freadptr.c (freadptr): Likewise.
24540         * lib/freadseek.c (freadptrinc): Likewise.
24541         * lib/fseeko.c (rpl_fseeko): Likewise.
24542         * lib/fseterr.c (fseterr): Likewise.
24543         * lib/fwritable.c (fwritable): Likewise.
24544         * lib/fwriting.c (fwriting): Likewise.
24545         Reported by Roger Cornelius <rac@tenzing.org> and
24546         Brian K. White <brian@aljex.com>.
24547
24548 2008-04-06  Jim Meyering  <meyering@redhat.com>
24549
24550         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
24551
24552 2008-04-06  Bruno Haible  <bruno@clisp.org>
24553
24554         Avoid possible error with non-ASCII bytes in UTF-8 locales.
24555         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
24556         * tests/test-printf-posix.sh: Likewise.
24557         * tests/test-vfprintf-posix.sh: Likewise.
24558         * tests/test-vprintf-posix.sh: Likewise.
24559         * tests/test-xprintf-posix.sh: Likewise.
24560
24561 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24562
24563         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
24564         hide error from 'ls', needed on OS/2.
24565         Report by Elbert Pol <elbert.pol@gmail.com>.
24566
24567 2008-04-04  Eric Blake  <ebb9@byu.net>
24568
24569         Make test-fseeko.c failures meaningful.
24570         * tests/test-fseeko.c: Print line number on failure.
24571         * tests/test-fseek.c: Likewise.
24572         Reported by Nelson H. F. Beebe.
24573
24574         Improve strtod bug detection check.
24575         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
24576         required for Solaris 10.
24577         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
24578
24579 2008-04-04  Bruno Haible  <bruno@clisp.org>
24580
24581         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
24582         by m4/setenv.m4.
24583
24584 2008-04-03  Eric Blake  <ebb9@byu.net>
24585
24586         Ensure sane .version contents.
24587         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
24588         version string.
24589         * build-aux/git-version-gen: Improve documentation.
24590
24591         Make GNU make output nicer.
24592         * top/GNUmakefile [!_have-Makefile]: Add dependency on
24593         MAKECMDGOALS to enforce message for all command line targets.  Set
24594         srcdir for use in maint.mk.
24595
24596         Another maintainer tweak.
24597         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
24598         a target that regenerates version.
24599
24600 2008-04-03  Jim Meyering  <meyering@redhat.com>
24601
24602         vc-list-files: don't cause coreutils "make po-check" failure
24603         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
24604
24605 2008-04-03  Eric Blake  <ebb9@byu.net>
24606
24607         Allow VPATH usage of vc-list-files.
24608         * build-aux/vc-list-files (scriptversion): Add timestamp.
24609         (options): Add --help, --version, -C.
24610         (CVS): Support installed cvsu.
24611
24612 2008-04-02  Bruno Haible  <bruno@clisp.org>
24613
24614         Avoid some "statement with no effect" warnings from gcc.
24615         * tests/test-wctype.c (main): Explicitly ignore unused values.
24616         Reported by Jim Meyering.
24617
24618 2008-04-02  Jim Meyering  <meyering@redhat.com>
24619
24620         Avoid some warnings from "gcc -Wshadow".
24621         * tests/test-frexp.c (exp): Define to a different identifier.
24622         * tests/test-frexpl.c (exp): Likewise.
24623
24624 2008-04-03  Jim Meyering  <meyering@redhat.com>
24625
24626         bootstrap: remove dangling *.[ch] symlinks from lib
24627         * build-aux/bootstrap [dangling symlink removal]: Move find's
24628         -depth option to precede all others, to avoid a warning.
24629         Remove *.[ch] files too, and from "$source_base" (usually lib/).
24630
24631 2008-04-02  Bruno Haible  <bruno@clisp.org>
24632
24633         Avoid some warnings from "gcc -Wshadow".
24634         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
24635         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
24636         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
24637         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
24638         Reported by Jim Meyering.
24639
24640 2008-04-01  Bruno Haible  <bruno@clisp.org>
24641
24642         Fix test to work on IRIX 6.5 with cc.
24643         * tests/test-math.c (numeric_equal): New function.
24644         (main): Use it.
24645
24646 2008-04-01  Bruno Haible  <bruno@clisp.org>
24647
24648         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
24649
24650 2008-04-01  Bruno Haible  <bruno@clisp.org>
24651
24652         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
24653         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24654         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
24655         (Depends-on): Remove math.
24656
24657         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
24658         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24659         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
24660         (Depends-on): Remove math.
24661
24662         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
24663         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24664         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
24665         (Depends-on): Remove math.
24666         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
24667         (Depends-on): Remove math.
24668
24669         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
24670         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24671         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
24672         (Depends-on): Remove math.
24673         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
24674         (Depends-on): Remove math.
24675
24676         * tests/test-round1.c: Include nan.h.
24677         (main): Use NaNd instead of NAN.
24678         * modules/round-tests (Files): Add tests/nan.h.
24679
24680         * tests/test-trunc1.c: Include nan.h.
24681         (main): Use NaNd instead of NAN.
24682         * modules/trunc-tests (Files): Add tests/nan.h.
24683
24684         * tests/test-roundf1.c: Include nan.h.
24685         (main): Use NaNf instead of NAN.
24686         * modules/roundf-tests (Files): Add tests/nan.h.
24687
24688         * tests/test-truncf1.c: Include nan.h.
24689         (main): Use NaNf instead of NAN.
24690         * modules/truncf-tests (Files): Add tests/nan.h.
24691
24692         * tests/test-ceilf1.c: Include nan.h.
24693         (main): Use NaNf instead of NAN.
24694         * modules/ceilf-tests (Files): Add tests/nan.h.
24695
24696         * tests/test-floorf1.c: Include nan.h.
24697         (main): Use NaNf instead of NAN.
24698         * modules/floorf-tests (Files): Add tests/nan.h.
24699
24700         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
24701         (main): Use NaNf instead of NAN.
24702         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
24703
24704         * tests/test-isnand.c: Include nan.h instead of <math.h>.
24705         (main): Use NaNd instead of NAN.
24706         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
24707
24708         * tests/test-frexp.c: Include nan.h.
24709         (main): Use NaNd instead of NAN.
24710         * modules/frexp-tests (Files): Add tests/nan.h.
24711
24712         * lib/isnan.c: Don't include <math.h>.
24713         (FUNC): Don't use NAN macro.
24714         * modules/isnand-nolibm (Depends-on): Remove math.
24715         * modules/isnanf-nolibm (Depends-on): Remove math.
24716         * modules/isnanl (Depends-on): Remove math.
24717         * modules/isnanl-nolibm (Depends-on): Remove math.
24718
24719         * tests/nan.h: New file.
24720
24721 2008-04-01  Eric Blake  <ebb9@byu.net>
24722
24723         Fix typos.
24724         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
24725         values to be the right type.
24726
24727         For now, cater to gnulib strtod inaccuracies.
24728         * tests/test-strtod.c (main): Allow 1-ulp error on expected
24729         fractional results.  While not as nice from a QoI perspective, it
24730         is a quicker patch than correctly implementing decimal to binary
24731         rounding.
24732
24733 2008-03-31  Eric Blake  <ebb9@byu.net>
24734
24735         Guarantee a definition of NAN.
24736         * lib/math.in.h (NAN): Define if missing.
24737         * tests/test-math.c (main): Test it.
24738         * doc/posix-headers/math.texi (math.h): Document this.
24739         * lib/isnan.c (rpl_isnand): Use it.
24740         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
24741         * tests/test-floorf1.c (NaN): Likewise.
24742         * tests/test-frexp.c (NaN): Likewise.
24743         * tests/test-isnand.c (NaN): Likewise.
24744         * tests/test-isnanf.c (NaN): Likewise.
24745         * tests/test-round1.c (NaN): Likewise.
24746         * tests/test-roundf1.c (NaN): Likewise.
24747         * tests/test-snprintf-posix.h (NaN): Likewise.
24748         * tests/test-sprintf-posix.h (NaN): Likewise.
24749         * tests/test-trunc1.c (NaN): Likewise.
24750         * tests/test-truncf1.c (NaN): Likewise.
24751         * tests/test-vasnprintf-posix.c (NaN): Likewise.
24752         * tests/test-vasprintf-posix.c (NaN): Likewise.
24753         * modules/isnand-nolibm (Depends-on): Add math.
24754         * modules/isnanf-nolibm (Depends-on): Likewise.
24755         * modules/isnanl (Depends-on): Likewise.
24756         * modules/isnanl-nolibm (Depends-on): Likewise.
24757         * modules/snprintf-posix-tests (Depends-on): Likewise.
24758         * modules/sprintf-posix-tests (Depends-on): Likewise.
24759         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
24760         * modules/vsprintf-posix-tests (Depends-on): Likewise.
24761         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
24762         * modules/vasprintf-posix-tests (Depends-on): Likewise.
24763
24764 2008-03-31  Bruno Haible  <bruno@clisp.org>
24765
24766         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
24767         * doc/posix-functions/strtod.texi: Likewise.
24768
24769 2008-03-31  Bruno Haible  <bruno@clisp.org>
24770
24771         * tests/test-strtod.c (main): Don't use C99 syntax.
24772
24773 2008-03-31  Bruno Haible  <bruno@clisp.org>
24774
24775         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
24776         Reported by Eric Blake.
24777
24778 2008-03-31  Jim Meyering  <meyering@redhat.com>
24779
24780         Don't compare actual signbit return values.
24781         * tests/test-strtod.c (main): Rather, compare only their
24782         zero/non-zero nature.
24783
24784 2008-03-31  Eric Blake  <ebb9@byu.net>
24785
24786         More strtod documentation.
24787         * doc/posix-functions/strtod.texi (strtod): Interpret more test
24788         failures as distinct bugs.
24789
24790 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24791
24792         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
24793         Problem reported by Erik Benada in
24794         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
24795
24796 2008-03-30  Bruno Haible  <bruno@clisp.org>
24797
24798         * tests/test-strtod.c: Add comments about which assertion fails on which
24799         platform.
24800         * doc/posix-functions/strtod.texi: Add info about many more platforms.
24801
24802 2008-03-30  Eric Blake  <ebb9@byu.net>
24803
24804         Test signbit behavior on zeros.
24805         * tests/test-signbit.c (test_signbitf): Add tests for zero.
24806         (test_signbitd, test_signbitl): Likewise.
24807
24808         More strtod touchups.
24809         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
24810         sign of negative underflow, for now.  Use .5, not .1.
24811         * doc/posix-functions/strtod.texi (strtod): Mention these
24812         limitations.
24813         Reported by Jim Meyering.
24814
24815 2008-03-30  Bruno Haible  <bruno@clisp.org>
24816
24817         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
24818         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
24819
24820 2008-03-30  Bruno Haible  <bruno@clisp.org>
24821
24822         Avoid failure when attempting to return empty iconv results on some
24823         platforms.
24824         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
24825         allocation, don't report ENOMEM when the resulting string is empty.
24826
24827 2008-03-30  Bruno Haible  <bruno@clisp.org>
24828
24829         Fix buffer overrun.
24830         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
24831         Don't consider the width for tmp_length. Check count against tmp_length
24832         before doing the padding. Ensure enough allocation during padding.
24833
24834 2008-03-30  Eric Blake  <ebb9@byu.net>
24835
24836         strtod touchups.
24837         * lib/strtod.c (strtod): Avoid compiler warnings.
24838         Reported by Jim Meyering.
24839
24840 2008-03-30  Bruno Haible  <bruno@clisp.org>
24841
24842         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
24843         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
24844         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
24845         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
24846         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
24847         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
24848         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
24849         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
24850
24851         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
24852         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
24853         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
24854         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
24855         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
24856         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
24857         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
24858         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
24859
24860         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
24861         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
24862         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
24863         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
24864         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
24865         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
24866         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
24867         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
24868
24869         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
24870         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
24871
24872         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
24873         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
24874
24875         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
24876         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
24877
24878         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
24879         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
24880         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
24881
24882         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
24883         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
24884         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
24885
24886         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
24887         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
24888         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
24889
24890         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
24891         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
24892         * modules/vasprintf (Depends-on): Add EOVERFLOW.
24893
24894         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
24895         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
24896         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
24897         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
24898         (Depends-on): Add EOVERFLOW.
24899         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
24900         (Depends-on): Add EOVERFLOW.
24901         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24902         (Depends-on): Add EOVERFLOW.
24903         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24904         (Depends-on): Add EOVERFLOW.
24905         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24906         (Depends-on): Add EOVERFLOW.
24907         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24908         (Depends-on): Add EOVERFLOW.
24909         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24910         (Depends-on): Add EOVERFLOW.
24911         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24912         (Depends-on): Add EOVERFLOW.
24913
24914         * lib/sprintf.c (EOVERFLOW): Remove fallback.
24915         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
24916         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
24917
24918         * lib/snprintf.c (EOVERFLOW): Remove fallback.
24919         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
24920         * modules/snprintf (Depends-on): Add EOVERFLOW.
24921
24922         * lib/poll.c (EOVERFLOW): Remove fallback.
24923         * modules/poll (Depends-on): Add EOVERFLOW.
24924
24925         * lib/getugroups.c (EOVERFLOW): Remove fallback.
24926         * modules/getugroups (Depends-on): Add EOVERFLOW.
24927
24928         * lib/getdelim.c (EOVERFLOW): Remove fallback.
24929         * modules/getdelim (Depends-on): Add EOVERFLOW.
24930
24931         * lib/ftell.c (EOVERFLOW): Remove fallback.
24932         * modules/ftell (Depends-on): Add EOVERFLOW.
24933
24934         * lib/fprintf.c (EOVERFLOW): Remove fallback.
24935         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
24936         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
24937
24938         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
24939
24940         * modules/EOVERFLOW-tests: New file.
24941         * tests/test-EOVERFLOW.c: New file.
24942
24943         * modules/EOVERFLOW: New file.
24944         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
24945
24946 2008-03-30  Bruno Haible  <bruno@clisp.org>
24947
24948         Fix bug introduced on 2007-06-10.
24949         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
24950         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
24951
24952 2008-03-30  Bruno Haible  <bruno@clisp.org>
24953
24954         Improve freadseek's efficiency after ungetc.
24955         * lib/freadseek.c: Include freadahead.h.
24956         (freadptrinc): New function, extracted from freadseek.
24957         (freadseek): Use it in a loop. Use freadahead to determine the number
24958         of loop iterations.
24959         * modules/freadseek (Depends-on): Add freadahead.
24960         (configure.ac): Require AC_C_INLINE.
24961
24962 2008-03-30  Bruno Haible  <bruno@clisp.org>
24963
24964         * lib/freadseek.c (freadseek): Don't ignore the return value of
24965         freadptr.
24966
24967 2008-03-29  Eric Blake  <ebb9@byu.net>
24968
24969         Add hex float support.
24970         * modules/strtod (Depends-on): Add c-ctype.
24971         (Link): Mention POW_LIB.
24972         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
24973         whitespace between 'e' and exponent.
24974         * tests/test-strtod.c (main): Enable hex float tests.
24975         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
24976         now provides.
24977
24978         Document various strtod bugs, with some fixes.
24979         * doc/posix-functions/strtod.texi (strtod): Document bugs with
24980         "-0x", "inf", "nan", and hex constants.
24981         * doc/posix-functions/atof.texi (atof): Likewise.
24982         * modules/stdlib (Makefile.am): Support strtod.
24983         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
24984         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
24985         detect additional strtod bugs.
24986         * lib/stdlib.in.h (rpl_strtod): Add declarations.
24987         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
24988         bool where appropriate.  Parse 'inf' and 'nan'.
24989         * tests/test-strtod.c: New file.
24990         * modules/strtod (Depends-on): Add stdbool, stdlib.
24991         (configure.ac): Turn on module indicator.
24992         * modules/strtod-tests: New module.
24993
24994 2008-03-29  Eric Blake  <ebb9@byu.net>
24995
24996         Fix ftell on mingw.
24997         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
24998         * modules/ftell-tests (Depends-on): Add binary-io.
24999         * modules/ftello-tests (Depends-on): Likewise.
25000         * tests/test-ftell.c (main): Enhance test to cover behavior after
25001         ungetc.  Enforce binary mode.
25002         * tests/test-ftello.c (main): Likewise.
25003
25004         Pass test-freadseek on cygwin.
25005         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
25006         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
25007         ungetc buffer.
25008
25009         * tests/test-fflush2.c (main): Fix typo.
25010
25011 2008-03-29  Bruno Haible  <bruno@clisp.org>
25012
25013         * tests/test-fflush2.c (main): Temporarily disable the contents of
25014         this test.
25015         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
25016         Reported by Eric Blake.
25017
25018 2008-03-28  Simon Josefsson  <simon@josefsson.org>
25019
25020         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
25021         (GC_SHA224_DIGEST_SIZE): Add.
25022
25023         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
25024         (gc_hash_digest_length): Likewise.
25025         (gc_hash_buffer): Likewise.
25026
25027 2008-03-25  Bruno Haible  <bruno@clisp.org>
25028
25029         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
25030         detail which gettext release to use.
25031         Reported by Simon Josefsson.
25032
25033 2008-03-26  Jim Meyering  <meyering@redhat.com>
25034
25035         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
25036         * modules/gnumakefile (clean-GNUmakefile): Also, use
25037         test ... && ... || : syntax rather than if-then ... fi.
25038
25039         gnumakefile: Don't double-quote-expand $(VPATH) value.
25040         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
25041
25042 2008-03-24  Eric Blake  <ebb9@byu.net>
25043
25044         Alter GNUmakefile to install into top directory.
25045         * modules/maintainer-makefile: Split, and add dependency...
25046         * modules/gnumakefile: to this new module.
25047         * build-aux/GNUmakefile: Move...
25048         * top/GNUmakefile: ...here.
25049         * build-aux/maint.mk: Move...
25050         * top/maint.mk: ...here.
25051         * MODULES.html.sh (Support for maintaining...): Document new
25052         module.
25053
25054 2008-03-23  Bruno Haible  <bruno@clisp.org>
25055
25056         * gnulib-tool: New options --vc-files, --no-vc-files.
25057         (func_usage): Document them.
25058         (vc_files): New variable.
25059         (func_import): Consider vc_files.
25060         (func_create_testdir): Set vc_files to empty.
25061         Suggested by Jim Meyering and Karl Berry.
25062
25063 2008-03-23  Bruno Haible  <bruno@clisp.org>
25064
25065         Fix regex compilation error on HP-UX 11.
25066         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
25067         * modules/regex (Files): Add m4/mbstate_t.m4.
25068         Reported by Ton Voon <ton.voon@altinity.com>.
25069
25070 2008-03-23  Bruno Haible  <bruno@clisp.org>
25071
25072         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
25073
25074 2008-03-23  Eric Blake  <ebb9@byu.net>
25075             Bruno Haible  <bruno@clisp.org>
25076
25077         Install files from top/ in the destination directory.
25078         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
25079         augmentation also for the files from top/.
25080         (func_import, func_create_testdir): Rewrite file names:
25081         top/filename -> filename.
25082
25083 2008-03-23  Bruno Haible  <bruno@clisp.org>
25084
25085         Tweak "gnulib --version" output.
25086         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
25087
25088 2008-03-23  Bruno Haible  <bruno@clisp.org>
25089
25090         Tweak "gnulib --version" output.
25091         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
25092         rather than contents of ChangeLog, when possible.
25093
25094 2008-03-21  Eric Blake  <ebb9@byu.net>
25095
25096         More --version tweaks.
25097         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
25098         date of last ChangeLog entry.
25099
25100 2008-03-21  Jim Meyering  <meyering@redhat.com>
25101
25102         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
25103
25104 2008-03-20  Eric Blake  <ebb9@byu.net>
25105
25106         VPATH fix.
25107         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
25108
25109 2008-03-20  Simon Josefsson  <simon@josefsson.org>
25110
25111         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
25112         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
25113
25114 2008-03-20  Eric Blake  <ebb9@byu.net>
25115
25116         Sync GNUmakefile with coreutils.
25117         * build-aux/GNUmakefile (have-Makefile): Rename...
25118         (_have-Makefile): ...to this, for namespace consideration.
25119         (GNUmakefile.cfg): Include, if present.
25120         (_autoreconf): Define a default.
25121         (_is-dist-target): New rule for rebuilds to pick up intra-release
25122         version.
25123         (maint-cfg.mk): Rename...
25124         (cfg.mk): ...to this.
25125
25126 2008-03-18  Jim Meyering  <meyering@redhat.com>
25127
25128         New script and module: mktempd
25129         * MODULES.html.sh (maint+release support): Add mktempd.
25130         * build-aux/mktempd: New file.
25131         * modules/mktempd: New file.
25132
25133 2008-03-15  Jim Meyering  <meyering@redhat.com>
25134
25135         Undo last change.
25136         * lib/sha1.c, lib/md5.c: 63 != ~63.
25137         Reported by Andreas Schwab.
25138
25139         sha1.c, md5.c: Hoist a redundant expression.
25140         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
25141         "ctx->buflen" only once, before calling *_process_block.
25142         * lib/md5.c (md5_process_bytes): Likewise.
25143
25144 2008-03-14  Eric Blake  <ebb9@byu.net>
25145
25146         Bump copyright year in files generated by gnulib-tool.
25147         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
25148         gnulib-tool, rather than hard-coding it.
25149
25150         Fix 'gnulib-tool --version' output to work with git.
25151         * gnulib-tool (func_gnulib_dir): New function, extracted from...
25152         (startup): ...here.
25153         (func_version): Use it to invoke git-version-gen, rather than
25154         relying on CVS keyword expansion.  Modernize wording.
25155         (cvsdatestamp, last_checkin_date, version): Kill unused
25156         variables.
25157
25158 2008-03-12  Jim Meyering  <meyering@redhat.com>
25159
25160         Recognize optional cast of the argument to free.
25161         * build-aux/useless-if-before-free: Update regexps.
25162
25163         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
25164
25165 2008-03-11  Bruno Haible  <bruno@clisp.org>
25166
25167         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
25168         by a single package.
25169         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
25170         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
25171         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
25172         Reported by Sam Steingold <sds@gnu.org>.
25173
25174 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
25175
25176         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
25177         repositories.
25178
25179 2008-03-11  Bruno Haible  <bruno@clisp.org>
25180
25181         Avoid conflicts between local macro definitions.
25182         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
25183         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
25184
25185 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
25186             Bruno Haible  <bruno@clisp.org>
25187
25188         Make va_copy work with some version of xlc on AIX 5.1.
25189         * lib/stdarg.in.h: New file.
25190         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
25191         On AIX, use a <stdarg.h> file substitute.
25192         * modules/stdarg (Files): Add lib/stdarg.in.h.
25193         (Depends-on): Add include_next.
25194         (Makefile.am): Build a stdarg.h substitute if requested.
25195         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
25196
25197 2008-03-10  Bruno Haible  <bruno@clisp.org>
25198
25199         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
25200         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25201         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
25202
25203 2008-03-10  Bruno Haible  <bruno@clisp.org>
25204
25205         * modules/stdlib (Depends-on): Add include_next, remove
25206         absolute-header.
25207
25208 2008-03-09  Bruno Haible  <bruno@clisp.org>
25209
25210         * lib/freadahead.h (freadahead): Document more precisely.
25211         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
25212         the sum of both buffer sizes.
25213         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
25214         * NEWS: Document the change.
25215
25216 2008-03-09  Bruno Haible  <bruno@clisp.org>
25217
25218         Extend freadptr to return also the buffer size.
25219         * lib/freadptr.h (freadptr): Add sizep argument.
25220         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
25221         (freadptr): Add sizep argument. Determine buffer size like freadahead
25222         does.
25223         * tests/test-freadptr.c: Don't include freadahead.h.
25224         (main): Adapt for new calling convention of freadptr.
25225         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
25226         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
25227         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
25228         tests/test-freadptr2.sh.
25229         (Depends): Remove freadahead.
25230         (TESTS): Add test-freadptr2.sh.
25231         (check_PROGRAMS): Add test-freadptr2.
25232
25233 2008-03-09  Bruno Haible  <bruno@clisp.org>
25234
25235         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
25236         Report and solution by Simon Josefsson.
25237
25238 2008-03-06  Bruno Haible  <bruno@clisp.org>
25239
25240         Make fflush after ungetc work on BSD platforms.
25241         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
25242         * tests/test-fflush2.c: New file.
25243         * tests/test-fflush2.sh: New file.
25244         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
25245         tests/test-fflush2.c.
25246         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
25247         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
25248
25249 2008-03-06  Eric Blake  <ebb9@byu.net>
25250
25251         Likewise for ftello.
25252         * modules/ftello (Dependencies): Add extensions.
25253         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
25254
25255 2008-03-06  Bruno Haible  <bruno@clisp.org>
25256
25257         * modules/fseeko (Dependencies): Add extensions.
25258         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
25259         Needed on glibc systems.
25260
25261 2008-03-06  Bruno Haible  <bruno@clisp.org>
25262
25263         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
25264         email address.
25265         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
25266
25267 2008-03-06  Bruno Haible  <bruno@clisp.org>
25268
25269         * users.txt: Add libgnupdf.
25270
25271 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
25272
25273         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
25274         (Header File Substitutes, Function Substitutes,
25275         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
25276         (Build robot for gnulib): Fix typo.
25277
25278 2008-03-06  Bruno Haible  <bruno@clisp.org>
25279
25280         * doc/gnulib-tool.texi (VCS Issues): Small updates.
25281         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
25282
25283 2008-03-06  Bruno Haible  <bruno@clisp.org>
25284
25285         * doc/func.texi: New file, extracted from doc/gnulib.texi.
25286         * doc/gnulib.texi: Include it.
25287
25288 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25289
25290         * modules/func (License): Change license to unlimited; there was
25291         no LGPL parts in the module anyway.
25292
25293 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25294
25295         * modules/__func__: Renamed to modules/func.
25296         * modules/__func__-tests: Renamed to modules/func-tests.
25297         * tests/test-__func__.c: Renamed to tests/test-func.c.
25298         * m4/__func__.m4: Renamed to m4/func.m4.
25299         * doc/gnulib.texi (__func__): Section renamed to func.
25300         Suggested by Eric Blake <ebb9@byu.net>.
25301
25302 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25303
25304         * doc/gnulib.texi (__func__): Use C99 terminology when talking
25305         about __func__.  Make example self-contained.  Suggested by Eric
25306         Blake <ebb9@byu.net>.
25307
25308         * tests/test-__func__.c (main): Avoid extraneous () around __func.
25309         Suggested by Eric Blake <ebb9@byu.net>.
25310
25311 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25312
25313         * modules/__func__: New file.
25314         * modules/__func__-tests: New file.
25315         * tests/test-__func__.c: New file.
25316         * m4/__func__.m4: New file.
25317         * doc/gnulib.texi (__func__): Document __func__ module.
25318
25319 2008-03-05  Simon Josefsson  <simon@josefsson.org>
25320
25321         * modules/byteswap (License): Re-license as LGPLv2+.
25322
25323 2008-03-05  Simon Josefsson  <simon@josefsson.org>
25324
25325         * doc/Makefile: Add pdf target.
25326
25327 2008-03-05  Simon Josefsson  <simon@josefsson.org>
25328
25329         * modules/inline (License): Use 'unlimited', since there are only
25330         *.m4 files in this module.
25331
25332 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
25333             Bruno Haible  <bruno@clisp.org>
25334
25335         Add support for HP C 7.1 on OpenVMS 8.3.
25336         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
25337
25338 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
25339
25340         Update VMS specifics.
25341         * lib/getopt.c [VMS]: Remove include of unixlib.h.
25342
25343 2008-03-02  Jim Meyering  <meyering@redhat.com>
25344
25345         Remove the last dependency on the "free" module.
25346         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
25347         Reported by Bob Proulx.
25348
25349         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
25350
25351         Remove useless "if" tests before free.  Deprecate "free" module.
25352         * doc/posix-functions/free.texi: Mention that this
25353         module is no longer useful.
25354         * modules/free (Notice): Say this module is obsolete.
25355         * modules/readutmp (Depends-on): Remove free.
25356         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
25357         * lib/putenv.c (putenv): Likewise.
25358         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
25359         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
25360         * tests/test-c-strcasestr.c (main): Likewise.
25361         * tests/test-c-strstr.c (main): Likewise.
25362         * tests/test-mbscasestr1.c (main): Likewise.
25363         * tests/test-mbscasestr2.c (main): Likewise.
25364         * tests/test-mbsstr1.c (main): Likewise.
25365         * tests/test-mbsstr2.c (main): Likewise.
25366         * tests/test-memmem.c (main): Likewise.
25367         * tests/test-strcasestr.c (main): Likewise.
25368         * tests/test-striconv.c (main): Likewise.
25369         * tests/test-striconveh.c (main): Likewise.
25370         * tests/test-striconveha.c (main): Likewise.
25371         * tests/test-strstr.c (main): Likewise.
25372
25373         * build-aux/git-version-gen: Adjust a comment and the Usage string.
25374
25375         bootstrap: sync from coreutils again
25376         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
25377
25378 2008-03-01  Jim Meyering  <meyering@redhat.com>
25379
25380         bootstrap: sync from coreutils
25381         * build-aux/bootstrap (update_po_files): Copy a .po file into place
25382         also when the target doesn't exist.
25383
25384 2008-03-01  Eric Blake  <ebb9@byu.net>
25385
25386         Fix bugs in last patch.
25387         * lib/memchr2.c (memchr2): Fix typo.
25388         * tests/test-memchr2.c: Test previous bug, and don't use GNU
25389         extension.
25390         Reported by Bruce Korb.
25391
25392         New module 'memchr2'.
25393         * modules/memchr2: New file.
25394         * modules/memchr2-tests: Likewise.
25395         * lib/memchr2.h: Likewise.
25396         * lib/memchr2.c: Likewise, based on memchr.c.
25397         * tests/test-memchr2.c: New test.
25398         * MODULES.html.sh (String handling): Add memchr2.
25399
25400 2008-02-29  Bruno Haible  <bruno@clisp.org>
25401
25402         * modules/freadseek-tests: New file.
25403         * tests/test-freadseek.sh: New file.
25404         * tests/test-freadseek.c: New file.
25405
25406         New module 'freadseek'.
25407         * modules/freadseek: New file.
25408         * lib/freadseek.h: New file.
25409         * lib/freadseek.c: New file.
25410         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
25411
25412 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
25413
25414         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
25415         wydawca.
25416
25417         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
25418         program_invocation_name and program_invocation_short_name are
25419         present.
25420
25421 2008-02-28  Bruno Haible  <bruno@clisp.org>
25422
25423         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
25424         * tests/test-freadptr.sh: Also test non-seekable stdin.
25425
25426 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
25427
25428         * build-aux/bootstrap (source_base, m4_base)
25429         (doc_base, tests_base): New variables.
25430         (gnulib_tool_options): Do not hardcode base directories, use
25431         the above variables instead.
25432
25433 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
25434
25435         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
25436
25437 2008-02-28  Bruno Haible  <bruno@clisp.org>
25438
25439         * modules/freadptr-tests: New file.
25440         * tests/test-freadptr.sh: New file.
25441         * tests/test-freadptr.c: New file.
25442
25443         New module 'freadptr'.
25444         * modules/freadptr: New file.
25445         * lib/freadptr.h: New file.
25446         * lib/freadptr.c: New file.
25447         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
25448
25449 2008-02-26  Karl Berry  <karl@freefriends.org>
25450
25451         Sync from Libtool:
25452         * libltdl/argz.c (argz_add, argz_count): New functions.
25453         * libltdl/argz.in.h: Declare them.
25454         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
25455
25456 2008-02-22  Bruno Haible  <bruno@clisp.org>
25457
25458         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
25459         is a pointer type.  Needed for HP-UX 10.
25460         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
25461         * doc/posix-functions/gmtime_r.texi: Likewise.
25462         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
25463
25464 2008-02-24  Bruno Haible  <bruno@clisp.org>
25465
25466         * modules/environ-tests: New file.
25467         * tests/test-environ.c: New file.
25468
25469         New module 'environ'.
25470         * modules/environ: New file.
25471         * lib/unistd.in.h (environ): New declaration.
25472         * m4/environ.m4: New file.
25473         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
25474         after use.
25475         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
25476         HAVE_DECL_ENVIRON.
25477         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
25478         HAVE_DECL_ENVIRON.
25479         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
25480         wrong claim that 'environ' is missing on some systems.
25481         * modules/execute (Depends-on): Add environ.
25482         * lib/execute.c (environ): Remove fallback declaration.
25483         * modules/pipe (Depends-on): Add environ.
25484         * lib/pipe.c (environ): Remove fallback declaration.
25485         * modules/setenv (Depends-on): Add environ.
25486         * lib/setenv.c (environ): Remove fallback declaration.
25487         * modules/unsetenv (Depends-on): Add environ.
25488         * lib/unsetenv.c (environ): Remove fallback declaration.
25489         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
25490         m4/environ.m4.
25491         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
25492         (gl_PREREQ_UNSETENV): Likewise.
25493
25494 2008-02-24  Bruno Haible  <bruno@clisp.org>
25495
25496         * doc/posix-functions/environ.texi: Document the MacOS X problem.
25497
25498 2008-02-20  Bob Proulx  <bob@proulx.com>
25499
25500         Enable use of older two part flavor 'git describe'.
25501         * build-aux/git-version-gen: If using the older two part flavor of
25502         git version then recreate the third part now present in the
25503         newer three part flavor of git describe.
25504
25505 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
25506
25507         * lib/fts.c (fts_build): Typo correction to comment.
25508
25509 2008-02-17  Bruno Haible  <bruno@clisp.org>
25510
25511         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
25512         generating no-op conflicts.
25513
25514 2008-02-17  Bruno Haible  <bruno@clisp.org>
25515
25516         Speed up by 10%.
25517         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
25518         result_entries, rather than an index-based loop.
25519
25520 2008-02-17  Bruno Haible  <bruno@clisp.org>
25521
25522         Speed up by 25%.
25523         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
25524         'hashcode_cached'.
25525         (entry_create): New function.
25526         (entry_hashcode): Use the cached hashcode if possible.
25527         (read_changelog_file, try_split_merged_entry): Use entry_create.
25528
25529 2008-02-17  Bruno Haible  <bruno@clisp.org>
25530
25531         Speed up from O(n^2) to O(n) for long ChangeLog files.
25532         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
25533         (read_changelog_file): Change implementation of entries_reversed list
25534         to rbtreehash.
25535         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
25536
25537 2008-02-17  Bruno Haible  <bruno@clisp.org>
25538
25539         New option --split-merged-entry.
25540         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
25541         (find_paragraph_end, try_split_merged_entry): New functions.
25542         (long_options): Add option --split-merged-entry.
25543         (usage): Document option --split-merged-entry.
25544         (main): Implement option --split-merged-entry.
25545         Reported by Eric Blake.
25546
25547 2008-02-17  Bruno Haible  <bruno@clisp.org>
25548
25549         * lib/git-merge-changelog.c: Include c-strstr.h.
25550         (main): Support the "git pull --rebase" situation.
25551         * modules/git-merge-changelog (Depends-on): Add c-strstr.
25552         Reported by Eric Blake.
25553
25554 2008-02-16  Eric Blake  <ebb9@byu.net>
25555
25556         Avoid doubling \ in common case of "c-maybe" quoting style.
25557         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
25558         eliding outer quotes.
25559         * lib/quotearg.h: Document this.
25560         * tests/test-quotearg.c (result_strings, inputs, results_g)
25561         (flag_results, locale_results): Test it by adding a new string to
25562         each test group.
25563         (compare_strings): Test new string.
25564
25565 2008-02-13  Eric Blake  <ebb9@byu.net>
25566
25567         Avoid trigraph quoting in default output.
25568         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
25569         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
25570         unless explicitly requested.
25571         * tests/test-quotearg.c (flag_results, main): Add additional tests.
25572
25573 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
25574
25575         Don't rely on signed integer overflowing to negative value.
25576         * lib/getugroups.c (getugroups): Include <limits.h>.
25577         Instead, compare against INT_MAX, and increment only if the test passes.
25578
25579 2008-02-13  Jim Meyering  <meyering@redhat.com>
25580         and Eric Blake  <ebb9@byu.net>
25581
25582         Avoid shadowing warning and compile errors on Linux.
25583         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
25584         forwarding macros on Linux.
25585         (dcgettext): Define a stub, for Linux.
25586         (results_g, main): Avoid warnings.
25587
25588 2008-02-12  Eric Blake  <ebb9@byu.net>
25589
25590         Silence warning in last patch.
25591         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
25592
25593         Quotearg part 4: add tests, fix c-maybe colon quoting.
25594         * lib/quotearg.h: Improve documentation.
25595         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
25596         escapes when adding outer quotes.  When quoting trigraphs, use
25597         valid C notation.  When quoting NUL, omit extra characters if next
25598         character is not digit.  Alter prototype.
25599         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
25600         callers.
25601         * modules/quotearg-tests: New module.
25602         * tests/test-quotearg.c: New test.
25603
25604 2008-02-07  Eric Blake  <ebb9@byu.net>
25605
25606         Quotearg part 3: add flag to control outer quote elision.
25607         * lib/quotearg.h (c_maybe_quoting_style): New style.
25608         (enum quoting_flags): Better documentation of flags.
25609         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
25610         c-maybe style.
25611         (quotearg_buffer_restyled): Handle new flag to elide outer
25612         quotes.
25613
25614         Quotearg part 2: add flag that can control NUL elision.
25615         * lib/quotearg.h (set_quoting_flags): New prototype.
25616         * lib/quotearg.c (struct quoting_options): Add flag field.
25617         (set_quoting_flags): New function.
25618         (quotearg_buffer_restyled): Add flags parameter.
25619         (quotearg_alloc_mem): Set the flag if length cannot be returned.
25620         (quotearg_n_options): Set the flag, since length cannot be
25621         returned.
25622         (quoting_options_from_style): Default flags correctly.
25623
25624         Quotearg part 1: more wrappers, restore quotearg_char state.
25625         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
25626         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
25627         (quotearg_colon_mem): New wrappers.
25628         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
25629         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
25630         functions.
25631         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
25632         (quotearg_colon_mem): New functions.
25633
25634 2008-02-11  Bruno Haible  <bruno@clisp.org>
25635
25636         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
25637         library in the current directory: it does not work with parallel make.
25638         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25639
25640 2008-02-11  Bruno Haible  <bruno@clisp.org>
25641
25642         * .gitattributes: New file.
25643
25644 2008-02-11  Jim Meyering  <meyering@redhat.com>
25645
25646         useless-if-before-free: Fix reversed exit values.
25647         * build-aux/useless-if-before-free: Use correct values
25648         for EXIT_MATCH and EXIT_NO_MATCH.
25649
25650         * build-aux/useless-if-before-free: Close stdout carefully.
25651
25652 2008-02-10  Bruno Haible  <bruno@clisp.org>
25653
25654         New module 'git-merge-changelog'.
25655         * modules/git-merge-changelog: New file.
25656         * lib/git-merge-changelog.c: New file.
25657
25658 2008-02-10  Jim Meyering  <meyering@redhat.com>
25659
25660         useless-if-before-free: New option: --list (-l).
25661
25662         useless-if-before-free: Don't exit immediately upon open failure.
25663         * build-aux/useless-if-before-free: Exit 2 for errors.
25664         Upon failure to open a file, don't exit immediately.
25665         Rather, just warn and continue with any remaining files.
25666
25667 2008-02-10  Bruno Haible  <bruno@clisp.org>
25668
25669         New abstract list operation 'node_set_value'.
25670         * lib/gl_list.h (gl_list_node_set_value): New function.
25671         (struct gl_list_implementation): New field node_set_value.
25672         * lib/gl_list.c (gl_list_node_set_value): New function.
25673         * lib/gl_array_list.c (gl_array_node_set_value): New function.
25674         (gl_array_list_implementation): Update.
25675         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
25676         (gl_carray_list_implementation): Update.
25677         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
25678         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25679         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25680         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
25681         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25682         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25683         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25684         Update.
25685         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
25686         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
25687         (gl_sublist_list_implementation): Update.
25688
25689 2008-02-10  Bruno Haible  <bruno@clisp.org>
25690
25691         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
25692         Needed when ELEMENT is #defined to 'some_type *'.
25693
25694 2008-02-10  Jim Meyering  <meyering@redhat.com>
25695
25696         New script and module: useless-if-before-free
25697         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
25698         * build-aux/useless-if-before-free: New file.
25699         * modules/useless-if-before-free: New file.
25700
25701         * build-aux/gitlog-to-changelog: Use committer date, not author date.
25702
25703         xstrtol_error: Fix typo.
25704         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
25705         s/exit_failure/exit_status/.
25706
25707 2008-02-09  Jim Meyering  <meyering@redhat.com>
25708
25709         New script and module: gitlog-to-changelog
25710         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
25711         * modules/gitlog-to-changelog: New file.
25712         * build-aux/gitlog-to-changelog: New file.
25713
25714 2008-02-08  Jim Meyering  <meyering@redhat.com>
25715
25716         Avoid two "parameter unused" warnings.
25717         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
25718         Mark "st" as used.
25719
25720         Use "git COMMAND", not "git-COMMAND".
25721         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
25722         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
25723         * build-aux/git-version-gen: Use "git status", not "git-status".
25724
25725 2008-02-07  Bruno Haible  <bruno@clisp.org>
25726
25727         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
25728         Avoids a crash on Windows Vista.
25729         Reported by Adam Strzelecki <ono@java.pl> via
25730         Simon Josefsson <simon@josefsson.org>.
25731
25732 2008-02-06  Bruno Haible  <bruno@clisp.org>
25733
25734         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
25735         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
25736         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
25737         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
25738         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25739         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25740         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
25741         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
25742         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25743         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25744         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25745         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25746         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25747         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25748         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25749         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
25750         left-adjust flag.
25751         * tests/test-snprintf-posix.h (test_function): Likewise.
25752         * tests/test-sprintf-posix.h (test_function): Likewise.
25753         * tests/test-vasprintf-posix.c (test_function): Likewise.
25754         * doc/posix-functions/fprintf.texi: Update.
25755         * doc/posix-functions/printf.texi: Update.
25756         * doc/posix-functions/snprintf.texi: Update.
25757         * doc/posix-functions/sprintf.texi: Update.
25758         * doc/posix-functions/vfprintf.texi: Update.
25759         * doc/posix-functions/vprintf.texi: Update.
25760         * doc/posix-functions/vsnprintf.texi: Update.
25761         * doc/posix-functions/vsprintf.texi: Update.
25762         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25763
25764 2008-02-06  Bruno Haible  <bruno@clisp.org>
25765
25766         Fix bug introduced on 2008-01-26.
25767         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
25768
25769 2008-02-06  Bruno Haible  <bruno@clisp.org>
25770
25771         Fix bug introduced on 2007-06-10.
25772         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
25773         !NEED_PRINTF_FLAG_ZERO.
25774
25775 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
25776
25777         getloadavg: use libperfstat on AIX5
25778         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
25779
25780 2008-02-03  Bruno Haible  <bruno@clisp.org>
25781
25782         * lib/diffseq.h: Add comments about required #includes.
25783         Reported by Michael Biggs <gnulib@doubleplum.net>.
25784
25785 2008-02-01  Bruno Haible  <bruno@clisp.org>
25786
25787         * users.txt: Add gnuit.
25788
25789 2008-01-31  Bruno Haible  <bruno@clisp.org>
25790
25791         * lib/md4.c (set_uint32): Mark as inline.
25792         * lib/md5.c (set_uint32): Likewise.
25793         * lib/sha1.c (set_uint32): Likewise.
25794         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
25795         * m4/md5.m4 (gl_MD5): Likewise.
25796         * m4/sha1.m4 (gl_SHA1): Likewise.
25797
25798 2008-01-31  Jim Meyering  <meyering@redhat.com>
25799
25800         Use "sizeof VAR", rather than a literal "4".
25801         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
25802         * lib/md4.c (md4_read_ctx): Likewise.
25803         * lib/sha1.c (sha1_read_ctx): Likewise.
25804
25805 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25806
25807         * tests/test-sha1.c: New file, based on test-md5.c.
25808
25809         * modules/crypto/sha1-tests: New file.
25810
25811 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25812
25813         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
25814
25815 2008-01-31  Jim Meyering  <meyering@redhat.com>
25816
25817         Prefer "sizeof v" over the equivalent "4".
25818         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
25819         * lib/md5.c (set_uint32): Likewise.
25820         * lib/sha1.c (set_uint32): Likewise.
25821
25822 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25823
25824         * lib/sha1.c (set_uint32): Mark function as static.
25825
25826 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25827
25828         md2: clarify comments to say that alignment is not required.
25829         * lib/md2.h: Remove warning about alignment in comment.
25830         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
25831         never been required.
25832
25833 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25834
25835         md4: adapt alignment constraint fix from sha1.
25836         * lib/md4.c (set_uint32): New function, from sha1.c
25837         (md4_read_ctx): Use it.
25838         (md4_finish_ctx): Doc fix.
25839         * lib/md4.h: Doc fix.
25840
25841 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25842
25843         md5: adapt alignment constraint fix from sha1.
25844         * lib/md5.c (set_uint32): New function, from sha1.c
25845         (md5_read_ctx): Use it.
25846         (md5_finish_ctx): Doc fix.
25847         * lib/md5.h: Doc fix.
25848
25849 2008-01-30  Peter Palfrader  <weasel@debian.org>
25850
25851         sha1: remove the result buffer alignment constraint
25852         * lib/sha1.c (set_uint32): New function.
25853         (sha1_read_ctx): Rewrite to remove the result buffer alignment
25854         constraint.
25855         (sha1_finish_ctx): Remove comment warning about alignment constraint.
25856         * lib/sha1.h: Likewise.
25857
25858 2008-01-30  Andreas Schwab  <schwab@suse.de>
25859             Bruno Haible  <bruno@clisp.org>
25860
25861         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
25862         correct definition of LDBL_MIN_EXP.
25863
25864 2008-01-30  Karl Berry  <karl@gnu.org>
25865
25866         * config/srclist-update: try to preserve x bit on updates.
25867         * config/srclistvars.sh: update for karl.
25868
25869 2008-01-29  Jim Meyering  <meyering@redhat.com>
25870
25871         vasnprintf.c: Avoid warning about unused label
25872         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
25873         "overflow" label definition and associated code with the
25874         same cpp condition that guards the sole use of that label.
25875
25876 2008-01-26  Bruno Haible  <bruno@clisp.org>
25877
25878         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
25879         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
25880         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
25881         * lib/isnanl-nolibm.h (isnanl): Likewise.
25882         Reported by Paul Eggert <eggert@cs.ucla.edu>.
25883
25884 2008-01-26  Bruno Haible  <bruno@clisp.org>
25885
25886         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
25887         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
25888
25889 2008-01-26  Bruno Haible  <bruno@clisp.org>
25890
25891         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
25892         GCC >= 4.0 built-in.
25893         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
25894
25895 2008-01-26  Bruno Haible  <bruno@clisp.org>
25896
25897         Rename isnan, applicable to 'double' only, to isnand.
25898         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
25899         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
25900         (configure.ac): Update.
25901         (Include): Replace "isnan.h" with "isnand.h".
25902         * m4/isnand.m4: Renamed from m4/isnan.m4.
25903         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
25904         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
25905         instead of isnan.c.
25906         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
25907         instead of HAVE_ISNAN_IN_LIBC.
25908         (isnand): Renamed from isnan.
25909         * lib/isnand.c: New file.
25910         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
25911         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
25912         (Makefile.am): Update.
25913         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
25914         Include isnand.h instead of isnan.h.
25915         (main): Test isnand instead of isnan.
25916         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
25917         isnan-nolibm.
25918         * modules/frexp (Depends-on): Likewise.
25919         * modules/frexp-tests (Depends-on): Likewise.
25920         * modules/frexp-nolibm (Depends-on): Likewise.
25921         * modules/frexp-nolibm-tests (Depends-on): Likewise.
25922         * modules/isfinite (Depends-on): Likewise.
25923         * modules/round-tests (Depends-on): Likewise.
25924         * modules/signbit (Depends-on): Likewise.
25925         * modules/signbit-tests (Depends-on): Likewise.
25926         * modules/snprintf-posix (Depends-on): Likewise.
25927         * modules/sprintf-posix (Depends-on): Likewise.
25928         * modules/trunc-tests (Depends-on): Likewise.
25929         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25930         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25931         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25932         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25933         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25934         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25935         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25936         * modules/vasnprintf-posix (Depends-on): Likewise.
25937         * modules/vasprintf-posix (Depends-on): Likewise.
25938         * modules/vfprintf-posix (Depends-on): Likewise.
25939         * modules/vsnprintf-posix (Depends-on): Likewise.
25940         * modules/vsprintf-posix (Depends-on): Likewise.
25941         * lib/frexp.c: Include isnand.h instead of isnan.h.
25942         (ISNAN): Set to isnand instead of isnan.
25943         * lib/isfinite.c: Include isnand.h instead of isnan.h.
25944         (gl_isfinited): Use isnand instead of isnan.
25945         * lib/signbitd.c: Include isnand.h instead of isnan.h.
25946         (gl_signbitd): Use isnand instead of isnan.
25947         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
25948         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
25949         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
25950         (main): Use isnand instead of isnan.
25951         * tests/test-round1.c: Include isnand.h.
25952         (main): Use isnand instead of isnan.
25953         * tests/test-round2.c: Include isnand.h instead of isnan.h.
25954         (ISNAN): Set to isnand instead of isnan.
25955         * tests/test-trunc1.c: Include isnand.h.
25956         (main): Use isnand instead of isnan.
25957         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
25958         (equal): Use isnand instead of isnan.
25959         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
25960         isnand-nolibm.
25961         * NEWS: Mention the change.
25962
25963 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
25964             Bruno Haible  <bruno@clisp.org>
25965
25966         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
25967         the GCC builtins for signbits are present and set
25968         REPLACE_SIGNBIT_USING_GCC if so.
25969         * lib/math.in.h (signbit): Define using GCC builtins if
25970         REPLACE_SIGNBIT_USING_GCC is set.
25971         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
25972         REPLACE_SIGNBIT_USING_GCC.
25973         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
25974
25975 2008-01-25  Jim Meyering  <meyering@redhat.com>
25976
25977         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
25978         * lib/poll.c: Include <config.h>, not "config.h".
25979         * tests/test-getaddrinfo.c: Likewise.
25980
25981 2008-01-25  Simon Josefsson  <simon@josefsson.org>
25982
25983         * modules/sockets-tests: New file.
25984
25985 2008-01-24  Simon Josefsson  <simon@josefsson.org>
25986
25987         * modules/sockets: New module, can be used to call WSA_Startup and
25988         WSA_Cleanup when needed.
25989
25990         * lib/sockets.h, lib/sockets.c: New files.
25991
25992         * m4/sockets.m4: New file.
25993
25994         * tests/test-sockets.c: New file.
25995
25996 2008-01-19  Bruno Haible  <bruno@clisp.org>
25997
25998         * doc/posix-headers: Renamed from doc/headers.
25999         * doc/posix-functions: Renamed from doc/functions.
26000         * doc/gnulib.texi: Update.
26001
26002 2008-01-19  Bruno Haible  <bruno@clisp.org>
26003
26004         * doc/glibc-functions/strcasestr.texi: Include contents of
26005         doc/functions/strcasestr.texi, fixing the list of platforms.
26006         * doc/functions/strcasestr.texi: Remove file.
26007
26008 2008-01-19  Bruno Haible  <bruno@clisp.org>
26009
26010         * doc/glibc-functions/memmem.texi: Include contents of
26011         doc/functions/memmem.texi.
26012         * doc/functions/memmem.texi: Remove file.
26013
26014 2008-01-18  Bruno Haible  <bruno@clisp.org>
26015
26016         * doc/glibc-functions/*.texi: New files.
26017         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
26018         to use the new files.
26019
26020 2008-01-17  Bruno Haible  <bruno@clisp.org>
26021
26022         * tests/test-gethostname.c (main): Fix printf statement.
26023
26024 2008-01-17  Simon Josefsson  <simon@josefsson.org>
26025
26026         * modules/gethostname-tests: New file.
26027
26028         * tests/test-gethostname.c: New file.
26029
26030 2008-01-17  Simon Josefsson  <simon@josefsson.org>
26031
26032         * lib/gethostname.c: Include string.h unconditionally, strncpy is
26033         used by the UNAME case.  Reported by Bruno Haible
26034         <bruno@clisp.org>.
26035
26036 2008-01-17  Eric Blake  <ebb9@byu.net>
26037
26038         Convert c-strcasestr to be more efficient.
26039         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
26040         (Depends-on): Add c-strcase, remove malloca, strnlen.
26041         * tests/test-c-strcasestr.c (main): Enhance test.
26042         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
26043
26044 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
26045
26046         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
26047         Use it in creating po/Makevars.
26048
26049 2008-01-15  Simon Josefsson  <simon@josefsson.org>
26050
26051         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
26052         Applications that requires it should initialize libgcrypt
26053         manually.
26054
26055 2008-01-16  Simon Josefsson  <simon@josefsson.org>
26056
26057         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
26058
26059 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
26060
26061         Fix problem with getdate on mingw32 reported by Simon Josefsson
26062         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
26063         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
26064         tzname", when deciding whether to declare tzname.
26065         * lib/strftime.c (tzname): Likewise.
26066
26067 2008-01-15  Bruno Haible  <bruno@clisp.org>
26068
26069         Work around a MacOS X 10.5 bug in frexpl().
26070         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
26071         * doc/functions/frexpl.texi: Document the bug.
26072         Reported by Elias Pipping <pipping@gentoo.org>.
26073
26074 2008-01-14  Eric Blake  <ebb9@byu.net>
26075
26076         Touch up previous patch.
26077         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
26078         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
26079
26080         Convert strcasestr module to use Two-Way algorithm.
26081         * modules/strcasestr-simple: New module, based on the old
26082         strcasestr, but with Two-Way rather than KMP.
26083         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
26084         * lib/string.in.h (rpl_strcasestr): Declare.
26085         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
26086         performance.
26087         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
26088         * modules/string (Makefile.am): Support strcasestr.
26089         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
26090         * modules/strcasestr-tests (Depends-on): Check for alarm.
26091         * tests/test-strcasestr.c: Augment test.
26092         * lib/str-two-way.h: Clean up stray macro.
26093         * NEWS: Document new module.
26094         * MODULES.html.sh (string handling): Likewise.
26095         * doc/functions/strcasestr.texi: New file.
26096         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
26097         here, since it is not a POSIX function.
26098
26099 2008-01-14  Colin Watson  <cjwatson@debian.org>
26100             Bruno Haible  <bruno@clisp.org>
26101
26102         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
26103         works fine; if not, set REPLACE_STRSIGNAL.
26104         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
26105         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26106         REPLACE_STRSIGNAL.
26107         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
26108         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
26109         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
26110
26111 2008-01-14  Bruno Haible  <bruno@clisp.org>
26112
26113         * modules/strsignal (Include): Change to <string.h>.
26114
26115 2008-01-14  Colin Watson  <cjwatson@debian.org>
26116
26117         * modules/argp (Notice): Add a notice recommending to change
26118         XGETTEXT_OPTIONS.
26119         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
26120
26121 2008-01-13  Colin Watson  <cjwatson@debian.org>
26122
26123         * modules/strsignal-tests: New file.
26124         * tests/test-strsignal.c: New file.
26125
26126         * lib/strsignal.c: New file, from glibc with modifications.
26127         * lib/siglist.h: New file, from glibc with modifications.
26128         * lib/string.in.h (strsignal): New declaration.
26129         * m4/strsignal.m4: New file.
26130         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26131         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
26132         * modules/strsignal: New file.
26133         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
26134         HAVE_DECL_STRSIGNAL.
26135
26136 2008-01-13  Bruno Haible  <bruno@clisp.org>
26137
26138         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
26139         locale encoding is not ASCII. Needed for OpenBSD 4.0.
26140         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26141         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26142
26143 2008-01-13  Bruno Haible  <bruno@clisp.org>
26144
26145         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
26146         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
26147         * lib/argp.h (__attribute__): Likewise.
26148         * lib/c-stack.c (__attribute__): Likewise.
26149         * lib/error.h (__attribute__): Likewise.
26150         * lib/fts.c (__attribute__): Likewise.
26151         * lib/openat.h (__attribute__): Likewise.
26152         * lib/stdio.in.h (__attribute__): Likewise.
26153         * lib/string.in.h (__attribute__): Likewise.
26154         * lib/utimens.c (__attribute__): Likewise.
26155         * lib/vasnprintf.h (__attribute__): Likewise.
26156         * lib/xalloc.h (__attribute__): Likewise.
26157         * lib/xprintf.h (__attribute__): Likewise.
26158         * lib/xstrtol.h (__attribute__): Likewise.
26159         * lib/xvasprintf.h (__attribute__): Likewise.
26160
26161 2008-01-12  Bruno Haible  <bruno@clisp.org>
26162
26163         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
26164         * doc/glibc-headers/a.out.texi: New file.
26165         * doc/glibc-headers/aliases.texi: New file.
26166         * doc/glibc-headers/alloca.texi: New file.
26167         * doc/glibc-headers/ar.texi: New file.
26168         * doc/glibc-headers/argp.texi: New file.
26169         * doc/glibc-headers/argz.texi: New file.
26170         * doc/glibc-headers/byteswap.texi: New file.
26171         * doc/glibc-headers/crypt.texi: New file.
26172         * doc/glibc-headers/endian.texi: New file.
26173         * doc/glibc-headers/envz.texi: New file.
26174         * doc/glibc-headers/err.texi: New file.
26175         * doc/glibc-headers/error.texi: New file.
26176         * doc/glibc-headers/execinfo.texi: New file.
26177         * doc/glibc-headers/fpu_control.texi: New file.
26178         * doc/glibc-headers/fstab.texi: New file.
26179         * doc/glibc-headers/fts.texi: New file.
26180         * doc/glibc-headers/getopt.texi: New file.
26181         * doc/glibc-headers/ieee754.texi: New file.
26182         * doc/glibc-headers/ifaddrs.texi: New file.
26183         * doc/glibc-headers/libintl.texi: New file.
26184         * doc/glibc-headers/mcheck.texi: New file.
26185         * doc/glibc-headers/mntent.texi: New file.
26186         * doc/glibc-headers/obstack.texi: New file.
26187         * doc/glibc-headers/paths.texi: New file.
26188         * doc/glibc-headers/printf.texi: New file.
26189         * doc/glibc-headers/pty.texi: New file.
26190         * doc/glibc-headers/resolv.texi: New file.
26191         * doc/glibc-headers/shadow.texi: New file.
26192         * doc/glibc-headers/sysexits.texi: New file.
26193         * doc/glibc-headers/ttyent.texi: New file.
26194
26195 2008-01-12  Jim Meyering  <meyering@redhat.com>
26196
26197         announce-gen: emit Gnulib's git-based version string.
26198         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
26199         New option --gnulib-version=V, where V is expected to be
26200         the output of running git describe in the gnulib directory.
26201         (get_tool_versions): Request feedback on xdelta.  I suspect it's
26202         not useful, and plan to stop publishing an xdelta file with each
26203         coreutils release.
26204
26205         * build-aux/announce-gen: Also check for lzma-compressed files.
26206
26207 2008-01-11  Bruno Haible  <bruno@clisp.org>
26208
26209         * tests/test-memmem.c (main): Increase maximum allowed time.
26210         * tests/test-strstr.c (main): Likewise.
26211
26212 2008-01-11  Bruno Haible  <bruno@clisp.org>
26213
26214         * doc/functions/memmem.texi: Add more precisions about platforms.
26215         * doc/functions/strstr.texi: Likewise.
26216
26217 2008-01-10  Eric Blake  <ebb9@byu.net>
26218
26219         * m4/strstr.m4: Delete cruft from copy-n-paste.
26220         Reported by Bruno Haible.
26221
26222 2008-01-10  Bruno Haible  <bruno@clisp.org>
26223
26224         Make c-strstr rely on strstr.
26225         * lib/c-strstr.c: Don't include str-kmp.h.
26226         (c_strstr): Define in terms of strstr.
26227         * modules/c-strstr (Files): Remove lib/str-kmp.h.
26228         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
26229
26230 2008-01-10  Bruno Haible  <bruno@clisp.org>
26231
26232         * doc/gnulib.texi (String Functions in C Locale): New section.
26233         * doc/c-ctype.texi: New file.
26234         * doc/c-strcase.texi: New file.
26235         * doc/c-strcaseeq.texi: New file.
26236         * doc/c-strcasestr.texi: New file.
26237         * doc/c-strstr.texi: New file.
26238         * doc/c-strtod.texi: New file.
26239         * doc/c-strtold.texi: New file.
26240
26241 2008-01-10  Eric Blake  <ebb9@byu.net>
26242
26243         * lib/relocatable.h: Fix a comment.
26244
26245 2008-01-10  Eric Blake  <ebb9@byu.net>
26246
26247         Share two-way algorithm.
26248         * lib/str-two-way.h: New file, merged from...
26249         * lib/memmem.c: ...here...
26250         * lib/strstr.c: ...and here.
26251         * modules/memmem (Files): Use it.
26252         * modules/strstr (Files): Likewise.
26253
26254         Avoid quadratic strstr implementations.
26255         * lib/strstr.c: New file.
26256         * m4/strstr.m4: Likewise.
26257         * modules/strstr: Likewise.
26258         * modules/strstr-tests: Likewise.
26259         * tests/test-strstr.c: Likewise.
26260         * lib/string.in.h (rpl_strstr): Declare.
26261         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
26262         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
26263         * modules/string (Makefile.am): Likewise.
26264         * MODULES.html.sh (string handling): Mention new module.
26265         * doc/functions/strstr.texi (strstr): Document the bug.
26266
26267 2008-01-10  Bruno Haible  <bruno@clisp.org>
26268
26269         * lib/relocatable.h (relocate): State whether result is freshly
26270         allocated or not.
26271         * lib/relocatable.c (relocate): Return a freshly allocated string
26272         instead of a pointer to a privately held string.
26273         Reported by Sylvain Beucler <beuc@gnu.org>.
26274
26275 2008-01-10  Colin Watson  <cjwatson@debian.org>
26276
26277         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
26278         s/S_ISNLK/S_ISLNK/.
26279
26280 2008-01-09  Bruno Haible  <bruno@clisp.org>
26281
26282         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
26283         and other files.
26284         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
26285         if it's only a guess.
26286         * modules/memmem: Simplify by depending on memmem-simple.
26287
26288 2008-01-09  Bruno Haible  <bruno@clisp.org>
26289
26290         Work around OpenBSD 4.0 tdelete() bug.
26291         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
26292         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
26293         macros and don't redefine the enum values.
26294         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
26295         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
26296         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
26297
26298 2008-01-09  Bruno Haible  <bruno@clisp.org>
26299
26300         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
26301         (main): Don't perform the tests if setlocale did not install a UTF-8
26302         locale. Needed on OpenBSD 4.0.
26303         * modules/wcwidth-tests (Depends-on): Add localcharset.
26304
26305 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26306
26307         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
26308         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
26309         * NEWS: announce this.
26310         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
26311
26312 2008-01-09  Simon Josefsson  <simon@josefsson.org>
26313         and Eric Blake  <ebb9@byu.net>
26314
26315         Add memmem-simple module.
26316         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
26317         (gl_FUNC_MEMMEM): Separate performance from presence checks.
26318         * modules/memmem-simple: New file.
26319         * modules/memmem (Description): Tweak.
26320         * MODULES.html.sh (string handling): Mention new module.
26321         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
26322         addressed by memmem-simple.
26323         * NEWS: Document the difference.
26324
26325 2008-01-09  Eric Blake  <ebb9@byu.net>
26326
26327         Give gcc some memmem optimization hints.
26328         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
26329         (strcasestr): Declare as pure.
26330         * modules/memmem (Maintainer): Claim my implementation.
26331
26332 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26333
26334         Support AIX 6.1 and higher.
26335         * build-aux/config.libpath: Likewise.
26336         * build-aux/config.rpath: Likewise.
26337
26338 2008-01-08  Jim Meyering  <meyering@redhat.com>
26339             Bruno Haible  <bruno@clisp.org>
26340
26341         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
26342         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
26343         Reported by Peter Fales in
26344         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
26345
26346 2008-01-08  Bruno Haible  <bruno@clisp.org>
26347
26348         * modules/unictype/category-of (Depends-on): Add
26349         unictype/category-none.
26350         * modules/unictype/category-and-tests (Depends-on): Add
26351         unictype/category-{L,N,Lu,Nd}.
26352         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
26353         * modules/unictype/category-or-tests (Depends-on): Add
26354         unictype/category-{L,N}.
26355         * modules/unictype/category-name-tests (Depends-on): Add
26356         unictype/category-{Z,Nl}.
26357         Reported by Simon Josefsson.
26358
26359 2008-01-08  Bruno Haible  <bruno@clisp.org>
26360
26361         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
26362         convention better.
26363         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
26364         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
26365         Reported by Peter Miller <millerp@canb.auug.org.au>.
26366
26367 2008-01-08  Eric Blake  <ebb9@byu.net>
26368
26369         Rewrite memmem to guarantee linear complexity without malloc.
26370         * lib/memmem.c (memmem): Use Two-Way rather than
26371         Knuth-Morris-Pratt, to allow O(1) space usage.
26372         (critical_factorization, two_way_short_needle)
26373         (two_way_long_needle): New functions.
26374         (knuth_morris_pratt): Delete.
26375         * modules/memmem (Depends-on): No longer need malloca or stdbool.
26376         Add stdint.
26377         * tests/test-memmem.c (main): Add tests for periodic needle and
26378         sublinear performance.
26379         * doc/functions/memmem.texi (memmem): Document other deficiencies
26380         in cygwin and older glibc.
26381
26382 2008-01-08  Bruno Haible  <bruno@clisp.org>
26383
26384         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
26385         augmentation.
26386
26387 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
26388
26389         Add a configure time option: --disable-acl.
26390         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
26391         AC_ARG_ENABLE(acl).
26392
26393 2008-01-06  Simon Josefsson  <simon@josefsson.org>
26394
26395         * tests/test-localename.c: Don't include obsolete "setenv.h".
26396
26397         * modules/localename-tests (Depends-on): Need unsetenv.
26398
26399 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26400
26401         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
26402
26403 2008-01-06  Colin Watson  <cjwatson@debian.org>
26404
26405         * users.txt: Add man-db.
26406
26407 2008-01-07  Bruno Haible  <bruno@clisp.org>
26408
26409         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
26410         previous section name.
26411
26412 2008-01-07  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/progname.c (set_program_name): Don't strip off a leading
26415         "lt-" prefix outside a .libs directory.
26416         Suggested by Paul Eggert.
26417
26418 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
26419             Bruno Haible  <bruno@clisp.org>
26420
26421         Improve memory cleanup in 'relocatable' module.
26422         * lib/relocatable.h (compute_curr_prefix): Change return type to
26423         'char *'.
26424         * lib/relocatable.c (compute_curr_prefix): Change return type to
26425         'char *'. Free curr_installdir after use.
26426         (relocate): Free curr_prefix_better after use.
26427         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
26428
26429 2008-01-01  Bruno Haible  <bruno@clisp.org>
26430
26431         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
26432         failure on older glibc systems.
26433         Reported by Peter Fales <psfales@alcatel-lucent.com>.
26434
26435 2008-01-05  Eric Blake  <ebb9@byu.net>
26436
26437         Avoid quadratic system memmem.
26438         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
26439         Reported by Ralf Wildenhues.
26440
26441         Fix memmem test for mingw.
26442         * modules/memmem-tests (configure.ac): Check for alarm.
26443         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
26444         it.
26445         * doc/functions/memmem.texi: New file.
26446         * doc/gnulib.texi (Function Substitutes): Add memmem.
26447         Reported by Bruno Haible.
26448
26449 2008-01-04  Bruno Haible  <bruno@clisp.org>
26450
26451         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
26452         Require gl_HEADER_STRINGS_H_DEFAULTS, not
26453         gl_HEADER_STRING_H_DEFAULTS.
26454
26455 2008-01-04  Eric Blake  <ebb9@byu.net>
26456
26457         Shorten duration of memmem test.
26458         * tests/test-memmem.c (main): Use alarm to declare failure if test
26459         is taking too long.
26460         Reported by Ralf Wildenhues.
26461
26462 2007-12-21  Simon Josefsson  <simon@josefsson.org>
26463
26464         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
26465         string, needed by strerror.
26466
26467 2008-01-03  Colin Watson  <cjwatson@debian.org>
26468             Bruno Haible  <bruno@clisp.org>
26469
26470         * doc/gnulib-tool.texi (Localization): New section.
26471
26472 2008-01-02  Bruno Haible  <bruno@clisp.org>
26473
26474         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
26475         variables to 'unsigned char *' type.
26476         Reported by Paul Eggert.
26477
26478 2008-01-02  Jim Meyering  <jim@meyering.net>
26479
26480         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
26481
26482 2007-12-31  Jim Meyering  <jim@meyering.net>
26483
26484         Avoid use of private FTS type name.
26485         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
26486
26487 2007-12-30  Karl Berry  <karl@gnu.org>
26488
26489         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
26490         work around defect in Texinfo and/or the standalone Info browser.
26491
26492 2007-12-30  Bruno Haible  <bruno@clisp.org>
26493
26494         Unify 5 copies of the KMP code.
26495         * lib/str-kmp.h: New file.
26496         * lib/c-strcasestr.c: Include str-kmp.h.
26497         (knuth_morris_pratt): Remove function.
26498         (c_strcasestr): Update.
26499         * lib/c-strstr.c: Include str-kmp.h.
26500         (knuth_morris_pratt): Remove function.
26501         (c_strcasestr): Update.
26502         * lib/mbscasestr.c: Include str-kmp.h.
26503         (knuth_morris_pratt_unibyte): Remove function.
26504         * lib/mbsstr.c: Include str-kmp.h.
26505         (knuth_morris_pratt_unibyte): Remove function.
26506         * lib/strcasestr.c: Include str-kmp.h.
26507         (knuth_morris_pratt): Remove function.
26508         (strcasestr): Update.
26509         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
26510         * modules/c-strstr (Files): Likewise.
26511         * modules/mbscasestr (Files): Likewise.
26512         * modules/mbsstr (Files): Likewise.
26513         * modules/strcasestr (Files): Likewise.
26514         Suggested by Paul Eggert.
26515
26516 2007-12-30  Bruno Haible  <bruno@clisp.org>
26517
26518         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
26519         defined.
26520
26521 2007-12-30  Bruno Haible  <bruno@clisp.org>
26522
26523         * lib/xmalloca.h: Include xalloc.h.
26524         (xnmalloca): New macro.
26525
26526 2007-12-30  Bruno Haible  <bruno@clisp.org>
26527
26528         * lib/malloca.h (nmalloca): New macro.
26529         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
26530         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
26531         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
26532         knuth_morris_pratt_multibyte): Likewise.
26533         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
26534         knuth_morris_pratt_multibyte): Likewise.
26535         * lib/memmem.c (knuth_morris_pratt): Likewise.
26536         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
26537
26538 2007-12-25  Bruno Haible  <bruno@clisp.org>
26539
26540         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
26541         * lib/glob.c: Don't include openat.h.
26542         (link_exists2_p): Add back the code that deals with the
26543         !GLOB_ALTDIRFUNC case.
26544         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
26545         let it do the filename concatenation.
26546         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
26547         * modules/glob (Depends-on): Remove openat.
26548
26549 2007-12-31  Bruno Haible  <bruno@clisp.org>
26550
26551         * modules/dirfd (License): Change to LGPLv2+.
26552         Approved by Jim Meyering.
26553
26554 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
26555
26556         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
26557         when multiplying M by sizeof (size_t).
26558
26559 2007-12-10  Martin Lambers  <marlam@marlam.de>
26560
26561         Override getpagesize on mingw.
26562         * lib/getpagesize.c: New file.
26563         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
26564         * modules/getpagesize (Files): Add lib/getpagesize.c.
26565         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
26566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
26567         REPLACE_GETPAGESIZE.
26568         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
26569
26570 2007-12-25  Bruno Haible  <bruno@clisp.org>
26571
26572         * modules/localcharset (Notice): New field.
26573         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
26574         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
26575
26576 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
26577             Bruno Haible  <bruno@clisp.org>
26578
26579         Avoid using the syntax symbol() in formatted documentation.
26580         * MODULES.html.sh (func_module): When replacing symbol() with a
26581         hyperlink, remove the parentheses. Show an error if some remain.
26582         Recognize and render the '...' syntax.
26583         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
26584         Rework. Add paragraph about GCC's inlining.
26585         * doc/alloca.texi: Likewise.
26586         * doc/error.texi: Remove parentheses from symbol reference.
26587         * doc/gnulib-intro.texi: Likewise.
26588         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
26589         * modules/fnmatch (Description): Reword to say "the ... function".
26590         * modules/full-read (Description): Likewise.
26591         * modules/full-write (Description): Likewise.
26592         * modules/safe-read (Description): Likewise.
26593         * modules/safe-write (Description): Likewise.
26594         * modules/strchrnul (Description): Likewise.
26595         * modules/trim (Description): Likewise.
26596         * modules/error (Description): Remove parentheses from symbol
26597         references.
26598         * modules/verror (Description): Likewise.
26599         Reported by Karl Berry.
26600
26601 2007-12-25  Bruno Haible  <bruno@clisp.org>
26602
26603         Fixup after 2007-10-16 commit.
26604         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
26605
26606 2007-12-24  Bruno Haible  <bruno@clisp.org>
26607
26608         Make --enable-relocatable work with DESTDIR.
26609         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
26610         to compute installdir from destprog.
26611         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
26612         also set the RELOC_DESTDIR variable.
26613         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
26614
26615 2007-12-24  Bruno Haible  <bruno@clisp.org>
26616
26617         Fix link error due to xalloc_die().
26618         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
26619         of xreadlink.
26620         * lib/relocwrapper.c: Update comments.
26621         * build-aux/install-reloc: Remove xreadlink.c from file list.
26622         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
26623         xreadlink.c.
26624         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
26625
26626 2007-12-24  Bruno Haible  <bruno@clisp.org>
26627
26628         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
26629         * lib/setenv.h: Remove file.
26630         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
26631         lib/setenv.h.
26632         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
26633         (Depends-on): Add stdlib.
26634         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
26635         gl_FUNC_UNSETENV.
26636         (Include): Replace setenv.h with <stdlib.h>.
26637         * modules/unsetenv: New file.
26638         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
26639         * lib/unsetenv.c: Include <stdlib.h> first.
26640         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
26641         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
26642         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
26643         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
26644         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
26645         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26646         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
26647         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26648         * doc/functions/unsetenv.texi: Update.
26649         * modules/xsetenv (Depends-on): Add unsetenv.
26650         * modules/getdate (Depends-on): Likewise.
26651         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
26652         * lib/xsetenv.c: Don't include setenv.h.
26653         * lib/getdate.y: Likewise.
26654         * lib/relocwrapper.c: Likewise.
26655         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
26656         (Depends-on): Add stdlib.
26657         * NEWS: Mention the changes.
26658         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
26659
26660 2007-12-23  Bruno Haible  <bruno@clisp.org>
26661
26662         * lib/memmem.c (memmem): Use lowercase variable names. Tab
26663         indentation.
26664
26665 2007-12-23  Bruno Haible  <bruno@clisp.org>
26666
26667         * lib/c-strcasestr.c: Add more comments.
26668         * lib/c-strstr.c: Likewise.
26669         * lib/mbscasestr.c: Likewise.
26670         * lib/mbsstr.c: Likewise.
26671         * lib/strcasestr.c: Likewise.
26672         * lib/memmem.c: Likewise.
26673
26674 2007-12-23  Bruno Haible  <bruno@clisp.org>
26675
26676         * tests/test-memmem.c: Include <string.h> first.
26677
26678 2007-12-22  Bruno Haible  <bruno@clisp.org>
26679
26680         * gnulib-tool (func_create_testdir): Change $auxdir while generating
26681         the contents of $testsbase.
26682         Reported by Ralf Wildenhues.
26683
26684 2007-12-22  Bruno Haible  <bruno@clisp.org>
26685
26686         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
26687         two variables local_ldadd_before, local_ldadd_last.
26688
26689 2007-12-20  Eric Blake  <ebb9@byu.net>
26690
26691         Work around circular library issue when cross-compiling.
26692         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
26693         that progname.o does not need to pull in rpl_memcmp.
26694
26695 2007-12-19  Eric Blake  <ebb9@byu.net>
26696
26697         Fix memmem to avoid O(n^2) worst-case complexity.
26698         * lib/memmem.c (knuth_morris_pratt): New function.
26699         (memmem): Use it if first few naive iterations fail.
26700         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
26701         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
26702         * modules/memchr (License): Likewise.
26703         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
26704         malloca.
26705         * tests/test-memmem.c: Rewrite, borrowing ideas from
26706         test-mbsstr1.c; the old version wouldn't even compile!
26707         * modules/memmem-tests: New file.
26708         * lib/string.in.h (rpl_memmem): Add declaration.
26709         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
26710         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
26711         REPLACE_MEMMEM.
26712
26713 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26714
26715         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
26716         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
26717         before any system include files, and undef after them all.  This
26718         should fix a problem on VMS reported by John E. Malmberg in
26719         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
26720
26721 2007-12-17  Eric Blake  <ebb9@byu.net>
26722
26723         Revert addition of verify, for BSD/OS.
26724         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
26725         can't handle large files, for the sake of obsolete platforms.
26726         * modules/fseeko (Depends-on): Remove verify.
26727         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
26728         * doc/functions/ftello.texi (ftello): Likewise.
26729         * doc/functions/fgetpos.texi (fgetpos): Likewise.
26730         Reported by Larry Jones.
26731
26732 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
26733
26734         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
26735         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
26736
26737 2007-12-17  Jim Meyering  <meyering@redhat.com>
26738
26739         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
26740         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
26741         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
26742         * modules/getcwd (Depends-on): Add openat.
26743         Reported by Petr Salinger.
26744
26745 2007-12-17  Bruno Haible  <bruno@clisp.org>
26746
26747         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
26748         avoid a segmentation fault of the configure test on x86_64 systems.
26749
26750 2007-12-15  Jim Meyering  <meyering@redhat.com>
26751
26752         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
26753
26754 2007-12-13  Eric Blake  <ebb9@byu.net>
26755
26756         Another fseek test.
26757         * tests/test-fseek.c (main): Also test ungetc handling.
26758         * tests/test-fseeko.c (main): Likewise.
26759         * modules/fseeko (Depends-on): Add verify.
26760         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
26761         large.
26762         Reported by Larry Jones.
26763
26764         Fix fseeko on mingw.
26765         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
26766         seek.
26767
26768         Beef up fseek tests.
26769         * tests/test-fseek.c (main): Also test eof handling.
26770         * tests/test-fseeko.c (main): Likewise.
26771         Reported by Larry Jones.
26772
26773 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
26774
26775         Fix fseeko on BSD-based platforms.
26776         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
26777         successful seek.
26778
26779 2007-12-12  Eric Blake  <ebb9@byu.net>
26780
26781         Allow circular dependency of separate libtests.a
26782         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
26783         when use_libtests.
26784
26785 2007-12-11  Eric Blake  <ebb9@byu.net>
26786
26787         Fix bug with -0.0L in previous patch.
26788         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
26789         * tests/test-isnan.c (main): Also test on zeroes.
26790         * tests/test-isnanf.c (main): Likewise.
26791         * tests/test-isnanl.h (main): Likewise.
26792
26793         Detect pseudo-denormals on x86 even when cross-compiling.
26794         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
26795         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
26796         invalid bit patterns that happen to satisfy ==.
26797
26798         Avoid link failures with separate libtests.a.
26799         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
26800         last, to satisfy circular dependencies.
26801
26802 2007-12-11  Eric Blake  <ebb9@byu.net>
26803         and Bruno Haible  <bruno@clisp.org>
26804
26805         Fix OpenBSD 4.0 <float.h> handling of long double.
26806         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
26807         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
26808         * doc/headers/float.texi (float.h): Document OpenBSD bug.
26809
26810 2007-12-11  Jim Meyering  <meyering@redhat.com>
26811
26812         * users.txt: Add libvirt.
26813
26814         Support versions of autoconf prior to 2.59c.
26815         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
26816         if it is not already defined.
26817
26818 2007-12-09  Bruno Haible  <bruno@clisp.org>
26819
26820         Let 'gnulib-tool --import' collect sources needed for the tests in
26821         tests/ rather than in lib/.
26822         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
26823         argument. If true, add rules to generate libtests.a, and put libtests.a
26824         into $(LDADD). Consider source files in subdirectories and set
26825         uses_subdirs.
26826         (func_emit_initmacro_start, func_emit_initmacro_end,
26827         func_emit_initmacro_done): Pass all arguments explicitly.
26828         (func_import): Determine two module lists main_modules,
26829         testsrelated_modules. Determine use_libtests. Determine two variables
26830         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
26831         instead of just sed_transform_lib_file. Determine two variables
26832         main_files and testsrelated_files. Compute 'files' as the union of
26833         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
26834         func_add_or_update. In the generated gnulib-comp.m4, collect the
26835         object files for tests/ in different variables than those for lib/.
26836         Substitute LIBTESTS_LIBDEPS.
26837         (func_create_testdir): Combine the uses_subdirs results from
26838         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
26839
26840 2007-12-09  Bruno Haible  <bruno@clisp.org>
26841
26842         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
26843         the build-aux directory.
26844
26845 2007-12-09  Bruno Haible  <bruno@clisp.org>
26846
26847         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
26848         introduced on 2006-09-09.
26849
26850 2007-12-07  Jim Meyering  <meyering@redhat.com>
26851
26852         Let these macros work also with autoconf-2.59.
26853         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
26854         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
26855         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
26856
26857 2007-12-06  Jim Meyering  <meyering@redhat.com>
26858
26859         Avoid a configure-time syntax error in gl_FUNC_ACL.
26860         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
26861         function in each branch, before testing the cache variable.
26862
26863 2007-12-04  Eric Blake  <ebb9@byu.net>
26864
26865         Make scripts executable.
26866         * build-aux/config.guess: Add execute permissions.
26867         * build-aux/config.sub: Likewise.
26868         * build-aux/gendocs.sh: Likewise.
26869
26870         Fix frexp on mingw.
26871         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
26872         cross-compiling.
26873         * doc/functions/frexp.texi (frexp): Document the bug.
26874
26875         Make cygwin fseeko check more reliable.
26876         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
26877         version numbers, rather than unrelated feature check.
26878         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
26879         * doc/functions/ftello.texi (ftello): Likewise.
26880         Reported by Bruno Haible.
26881
26882         * m4/strerror.m4: Bump version number.
26883
26884 2007-12-03  Bruno Haible  <bruno@clisp.org>
26885
26886         * doc/functions/mprotect.texi: Mention the mingw problem.
26887
26888 2007-12-03  Eric Blake  <ebb9@byu.net>
26889
26890         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
26891         REPLACE_STRERROR is initialized before this macro.
26892
26893 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26894
26895         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
26896         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
26897         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
26898         put -lsec in even for programs other than 'ls'.  This fixes a problem
26899         for gettext reported by Bruno Haible in
26900         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
26901         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
26902         Add support for Solaris 10.  This isn't efficient, but should get the
26903         job done for now.
26904
26905 2007-12-03  James Youngman  <jay@gnu.org>
26906
26907         * doc/regexprops-generic.texi: change "an close-group" to "a
26908         close-group" and "illegal" to "not allowed".
26909
26910 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26911
26912         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
26913         pr_byname.h. Needed for the rare case when the maintainer has done
26914         "make maintainer-clean" in the source directory and then attempts a
26915         build outside the source directory.
26916         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
26917         scripts_byname.h.
26918
26919 2007-12-02  Martin Lambers <marlam@marlam.de>
26920             Bruno Haible  <bruno@clisp.org>
26921
26922         * lib/getpagesize.h: Remove file.
26923         * lib/unistd.in.h: Include declaration of getpagesize here.
26924         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
26925         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
26926         HAVE_SYS_PARAM_H.
26927         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
26928         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26929         * modules/getpagesize (Files): Remove lib/getpagesize.h.
26930         (Depends-on): Add unistd.
26931         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26932         (Include): Use <unistd.h> instead of getpagesize.h.
26933         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
26934         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26935         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
26936         gl_GETPAGESIZE invocation, already handled by module dependency.
26937         * lib/pagealign_alloc.c: Don't include getpagesize.h.
26938
26939 2007-12-02  Bruno Haible  <bruno@clisp.org>
26940
26941         * modules/strings-tests: New file.
26942         * tests/test-strings.c: New file.
26943
26944         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
26945         * lib/strings.in.h: New file.
26946         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
26947         * m4/strings_h.m4: New file.
26948         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
26949         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
26950         * modules/strings: New file.
26951         * modules/string (Makefile.am): Update.
26952         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
26953         Reported by Karl Berry.
26954
26955 2007-12-01  Eric Blake  <ebb9@byu.net>
26956
26957         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
26958         accomodate fix in cygwin 1.5.25.
26959
26960 2007-12-01  Jim Meyering  <meyering@redhat.com>
26961
26962         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
26963         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
26964         that would inhibit utf8-optimization of a regexp containing line-
26965         or buffer-anchors, e.g., `^', `$'.
26966
26967 2007-11-30  Bruno Haible  <bruno@clisp.org>
26968
26969         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
26970         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
26971         glthread_recursive_lock_init.
26972         * lib/lock.c (glthread_recursive_lock_init)
26973         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
26974         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26975
26976 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
26977
26978         New function qset_acl, like set_acl but with syscall semantics.
26979         * lib/acl.h (qset_acl): New decl.
26980         * lib/acl.c (qset_acl): New function.
26981         (set_acl): Use new function.  Use more-consistent diagnostics.
26982
26983 2007-11-28  Jim Meyering  <meyering@redhat.com>
26984
26985         * modules/physmem (License): Change from GPL to LGPLv2+.
26986
26987 2007-11-26  Bruno Haible  <bruno@clisp.org>
26988
26989         * lib/vasnprintf.c (decode_long_double): Don't abort if the
26990         'long double' type has excess precision.
26991         Reported by Jim Meyering in
26992         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
26993
26994 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26995
26996         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
26997         Sync from <http://gnu.org/licenses>.
26998         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
26999         with license text from same location.
27000         * doc/maintain.texi, doc/standards.texi:  Sync from
27001         <http://savannah.gnu.org/projects/gnustandards>.
27002
27003 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
27004         and Jim Meyering  <meyering@redhat.com>
27005
27006         Adjust getdate' grammar to accept a slightly more regular language.
27007         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
27008         Before, the former was rejected.
27009         * lib/getdate.y (digits_to_date_time): New function, factored
27010         out of ...
27011         (number): ...here.  Just call digits_to_date_time.
27012         (hybrid): New non-terminal to handle an <unsigned number,
27013         signed relative offset> sequence consistently.
27014
27015 2007-11-18  Jim Meyering  <meyering@redhat.com>
27016
27017         Pull my changes from coreutils:
27018         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
27019         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
27020         use of $gnulib_tool_option_extras, so that it's separated from the
27021         preceding argument.
27022
27023         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
27024         * build-aux/bootstrap (cp_mark_as_generated): Create any required
27025         parent destination directories before copying a file into place.
27026
27027 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
27028
27029         bootstrap: work also with 4-argument variant of AC_INIT
27030         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
27031
27032 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27033
27034         Port test-getaddrinfo to Solaris.
27035         Problem reported by Bruno Haible in
27036         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
27037         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
27038         explanation of setting 'hints'.
27039         Don't reject an implementation merely because it returns EAI_SERVICE.
27040         (EAI_SERVICE): Define to 0 if not defined.
27041
27042 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27043
27044         The license of gnu-make and posix-shell is now "GPLed build tool".
27045         * modules/gnu-make (License): Likewise.
27046         * modules/posix-shell (License): Likewise.
27047
27048         New module posix-shell, for determining a POSIX shell
27049         or perhaps something that is close enough to a POSIX shell.
27050         * m4/posix-shell.m4: New file.
27051         * modules/posix-shell: New file.
27052
27053         * MODULES.html.sh: Mention new module.
27054
27055         New module gnu-make, for determining whether we're using GNU Make.
27056         * m4/gnu-make.m4: New file.
27057         * modules/gnu-make: New file.
27058         * MODULES.html.sh: Mention new module.
27059
27060 2007-11-14  Jim Meyering  <meyering@redhat.com>
27061
27062         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
27063         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
27064         use this macro to create a function _definition_.
27065         Remove useless "#undef ARGMATCH_DIE".
27066
27067 2007-11-14  Bruno Haible  <bruno@clisp.org>
27068
27069         * lib/config.charset: Update for OpenBSD 4.1.
27070         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
27071
27072 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         Document 64-bit #if problems in stdint.texi.
27075         * doc/headers/stdint.texi (stdint.h): Mention problems with
27076         64-bit-#if, and how to work around them.
27077
27078         Don't insist on 'long long int' support in the preprocessor.  It
27079         breaks too many things.  For example, PRIdMAX still uses a 'long
27080         long int' format with the latest Sun compiler, even though
27081         HAVE_LONG_LONG_INT isn't defined due to that compiler's
27082         preprocessor problem.  This causes the latest coreutils to dump
27083         core on Solaris 10 sparc with the Sun C compiler.
27084         Instead, fix the 2007-10-16 problem in a different way, by evaluating
27085         the troublesome expressions at configure-time, not at #if-time.
27086         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
27087         preprocessor.
27088         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
27089         compile-time C checks, done at 'configure'-time.
27090         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
27091         * modules/inttypes (Makefile): Substitute the new symbols that
27092         gl_INTTYPES_H now generates.
27093         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
27094
27095 2007-11-12  Bruno Haible  <bruno@clisp.org>
27096
27097         Tests for Unicode character classification functions.
27098
27099         * modules/unictype/bidicategory-byname-tests: New file.
27100         * modules/unictype/bidicategory-name-tests: New file.
27101         * modules/unictype/bidicategory-of-tests: New file.
27102         * modules/unictype/bidicategory-test-tests: New file.
27103         * modules/unictype/block-list-tests: New file.
27104         * modules/unictype/block-of-tests: New file.
27105         * modules/unictype/block-test-tests: New file.
27106         * modules/unictype/category-C-tests: New file.
27107         * modules/unictype/category-Cc-tests: New file.
27108         * modules/unictype/category-Cf-tests: New file.
27109         * modules/unictype/category-Cn-tests: New file.
27110         * modules/unictype/category-Co-tests: New file.
27111         * modules/unictype/category-Cs-tests: New file.
27112         * modules/unictype/category-L-tests: New file.
27113         * modules/unictype/category-Ll-tests: New file.
27114         * modules/unictype/category-Lm-tests: New file.
27115         * modules/unictype/category-Lo-tests: New file.
27116         * modules/unictype/category-Lt-tests: New file.
27117         * modules/unictype/category-Lu-tests: New file.
27118         * modules/unictype/category-M-tests: New file.
27119         * modules/unictype/category-Mc-tests: New file.
27120         * modules/unictype/category-Me-tests: New file.
27121         * modules/unictype/category-Mn-tests: New file.
27122         * modules/unictype/category-N-tests: New file.
27123         * modules/unictype/category-Nd-tests: New file.
27124         * modules/unictype/category-Nl-tests: New file.
27125         * modules/unictype/category-No-tests: New file.
27126         * modules/unictype/category-P-tests: New file.
27127         * modules/unictype/category-Pc-tests: New file.
27128         * modules/unictype/category-Pd-tests: New file.
27129         * modules/unictype/category-Pe-tests: New file.
27130         * modules/unictype/category-Pf-tests: New file.
27131         * modules/unictype/category-Pi-tests: New file.
27132         * modules/unictype/category-Po-tests: New file.
27133         * modules/unictype/category-Ps-tests: New file.
27134         * modules/unictype/category-S-tests: New file.
27135         * modules/unictype/category-Sc-tests: New file.
27136         * modules/unictype/category-Sk-tests: New file.
27137         * modules/unictype/category-Sm-tests: New file.
27138         * modules/unictype/category-So-tests: New file.
27139         * modules/unictype/category-Z-tests: New file.
27140         * modules/unictype/category-Zl-tests: New file.
27141         * modules/unictype/category-Zp-tests: New file.
27142         * modules/unictype/category-Zs-tests: New file.
27143         * modules/unictype/category-and-not-tests: New file.
27144         * modules/unictype/category-and-tests: New file.
27145         * modules/unictype/category-byname-tests: New file.
27146         * modules/unictype/category-name-tests: New file.
27147         * modules/unictype/category-none-tests: New file.
27148         * modules/unictype/category-of-tests: New file.
27149         * modules/unictype/category-or-tests: New file.
27150         * modules/unictype/category-test-withtable-tests: New file.
27151         * modules/unictype/combining-class-tests: New file.
27152         * modules/unictype/ctype-alnum-tests: New file.
27153         * modules/unictype/ctype-alpha-tests: New file.
27154         * modules/unictype/ctype-blank-tests: New file.
27155         * modules/unictype/ctype-cntrl-tests: New file.
27156         * modules/unictype/ctype-digit-tests: New file.
27157         * modules/unictype/ctype-graph-tests: New file.
27158         * modules/unictype/ctype-lower-tests: New file.
27159         * modules/unictype/ctype-print-tests: New file.
27160         * modules/unictype/ctype-punct-tests: New file.
27161         * modules/unictype/ctype-space-tests: New file.
27162         * modules/unictype/ctype-upper-tests: New file.
27163         * modules/unictype/ctype-xdigit-tests: New file.
27164         * modules/unictype/decimal-digit-tests: New file.
27165         * modules/unictype/digit-tests: New file.
27166         * modules/unictype/mirror-tests: New file.
27167         * modules/unictype/numeric-tests: New file.
27168         * modules/unictype/property-alphabetic-tests: New file.
27169         * modules/unictype/property-ascii-hex-digit-tests: New file.
27170         * modules/unictype/property-bidi-arabic-digit-tests: New file.
27171         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
27172         * modules/unictype/property-bidi-block-separator-tests: New file.
27173         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
27174         * modules/unictype/property-bidi-common-separator-tests: New file.
27175         * modules/unictype/property-bidi-control-tests: New file.
27176         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
27177         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
27178         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
27179         * modules/unictype/property-bidi-european-digit-tests: New file.
27180         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
27181         * modules/unictype/property-bidi-left-to-right-tests: New file.
27182         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
27183         * modules/unictype/property-bidi-other-neutral-tests: New file.
27184         * modules/unictype/property-bidi-pdf-tests: New file.
27185         * modules/unictype/property-bidi-segment-separator-tests: New file.
27186         * modules/unictype/property-bidi-whitespace-tests: New file.
27187         * modules/unictype/property-byname-tests: New file.
27188         * modules/unictype/property-combining-tests: New file.
27189         * modules/unictype/property-composite-tests: New file.
27190         * modules/unictype/property-currency-symbol-tests: New file.
27191         * modules/unictype/property-dash-tests: New file.
27192         * modules/unictype/property-decimal-digit-tests: New file.
27193         * modules/unictype/property-default-ignorable-code-point-tests: New file.
27194         * modules/unictype/property-deprecated-tests: New file.
27195         * modules/unictype/property-diacritic-tests: New file.
27196         * modules/unictype/property-extender-tests: New file.
27197         * modules/unictype/property-format-control-tests: New file.
27198         * modules/unictype/property-grapheme-base-tests: New file.
27199         * modules/unictype/property-grapheme-extend-tests: New file.
27200         * modules/unictype/property-grapheme-link-tests: New file.
27201         * modules/unictype/property-hex-digit-tests: New file.
27202         * modules/unictype/property-hyphen-tests: New file.
27203         * modules/unictype/property-id-continue-tests: New file.
27204         * modules/unictype/property-id-start-tests: New file.
27205         * modules/unictype/property-ideographic-tests: New file.
27206         * modules/unictype/property-ids-binary-operator-tests: New file.
27207         * modules/unictype/property-ids-trinary-operator-tests: New file.
27208         * modules/unictype/property-ignorable-control-tests: New file.
27209         * modules/unictype/property-iso-control-tests: New file.
27210         * modules/unictype/property-join-control-tests: New file.
27211         * modules/unictype/property-left-of-pair-tests: New file.
27212         * modules/unictype/property-line-separator-tests: New file.
27213         * modules/unictype/property-logical-order-exception-tests: New file.
27214         * modules/unictype/property-lowercase-tests: New file.
27215         * modules/unictype/property-math-tests: New file.
27216         * modules/unictype/property-non-break-tests: New file.
27217         * modules/unictype/property-not-a-character-tests: New file.
27218         * modules/unictype/property-numeric-tests: New file.
27219         * modules/unictype/property-other-alphabetic-tests: New file.
27220         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
27221         * modules/unictype/property-other-grapheme-extend-tests: New file.
27222         * modules/unictype/property-other-id-continue-tests: New file.
27223         * modules/unictype/property-other-id-start-tests: New file.
27224         * modules/unictype/property-other-lowercase-tests: New file.
27225         * modules/unictype/property-other-math-tests: New file.
27226         * modules/unictype/property-other-uppercase-tests: New file.
27227         * modules/unictype/property-paired-punctuation-tests: New file.
27228         * modules/unictype/property-paragraph-separator-tests: New file.
27229         * modules/unictype/property-pattern-syntax-tests: New file.
27230         * modules/unictype/property-pattern-white-space-tests: New file.
27231         * modules/unictype/property-private-use-tests: New file.
27232         * modules/unictype/property-punctuation-tests: New file.
27233         * modules/unictype/property-quotation-mark-tests: New file.
27234         * modules/unictype/property-radical-tests: New file.
27235         * modules/unictype/property-sentence-terminal-tests: New file.
27236         * modules/unictype/property-soft-dotted-tests: New file.
27237         * modules/unictype/property-space-tests: New file.
27238         * modules/unictype/property-terminal-punctuation-tests: New file.
27239         * modules/unictype/property-test-tests: New file.
27240         * modules/unictype/property-titlecase-tests: New file.
27241         * modules/unictype/property-unassigned-code-value-tests: New file.
27242         * modules/unictype/property-unified-ideograph-tests: New file.
27243         * modules/unictype/property-uppercase-tests: New file.
27244         * modules/unictype/property-variation-selector-tests: New file.
27245         * modules/unictype/property-white-space-tests: New file.
27246         * modules/unictype/property-xid-continue-tests: New file.
27247         * modules/unictype/property-xid-start-tests: New file.
27248         * modules/unictype/property-zero-width-tests: New file.
27249         * modules/unictype/scripts-tests: New file.
27250         * modules/unictype/syntax-c-ident-tests: New file.
27251         * modules/unictype/syntax-c-whitespace-tests: New file.
27252         * modules/unictype/syntax-java-ident-tests: New file.
27253         * modules/unictype/syntax-java-whitespace-tests: New file.
27254         * tests/unictype/test-bidi_byname.c: New file.
27255         * tests/unictype/test-bidi_name.c: New file.
27256         * tests/unictype/test-bidi_of.c: New file.
27257         * tests/unictype/test-bidi_test.c: New file.
27258         * tests/unictype/test-block_list.c: New file.
27259         * tests/unictype/test-block_of.c: New file.
27260         * tests/unictype/test-block_test.c: New file.
27261         * tests/unictype/test-categ_and.c: New file.
27262         * tests/unictype/test-categ_and_not.c: New file.
27263         * tests/unictype/test-categ_byname.c: New file.
27264         * tests/unictype/test-categ_name.c: New file.
27265         * tests/unictype/test-categ_none.c: New file.
27266         * tests/unictype/test-categ_of.c: New file.
27267         * tests/unictype/test-categ_or.c: New file.
27268         * tests/unictype/test-categ_test_withtable.c: New file.
27269         * tests/unictype/test-combining.c: New file.
27270         * tests/unictype/test-decdigit.c: New file.
27271         * tests/unictype/test-digit.c: New file.
27272         * tests/unictype/test-mirror.c: New file.
27273         * tests/unictype/test-numeric.c: New file.
27274         * tests/unictype/test-pr_byname.c: New file.
27275         * tests/unictype/test-pr_test.c: New file.
27276         * tests/unictype/test-predicate-part1.h: New file.
27277         * tests/unictype/test-predicate-part2.h: New file.
27278         * tests/unictype/test-scripts.c: New file.
27279         * tests/unictype/test-sy_c_ident.c: New file.
27280         * tests/unictype/test-sy_java_ident.c: New file.
27281
27282         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
27283         for Unicode 5.0.0.
27284         * tests/unictype/test-categ_Cc.c: Likewise.
27285         * tests/unictype/test-categ_Cf.c: Likewise.
27286         * tests/unictype/test-categ_Cn.c: Likewise.
27287         * tests/unictype/test-categ_Co.c: Likewise.
27288         * tests/unictype/test-categ_Cs.c: Likewise.
27289         * tests/unictype/test-categ_L.c: Likewise.
27290         * tests/unictype/test-categ_Ll.c: Likewise.
27291         * tests/unictype/test-categ_Lm.c: Likewise.
27292         * tests/unictype/test-categ_Lo.c: Likewise.
27293         * tests/unictype/test-categ_Lt.c: Likewise.
27294         * tests/unictype/test-categ_Lu.c: Likewise.
27295         * tests/unictype/test-categ_M.c: Likewise.
27296         * tests/unictype/test-categ_Mc.c: Likewise.
27297         * tests/unictype/test-categ_Me.c: Likewise.
27298         * tests/unictype/test-categ_Mn.c: Likewise.
27299         * tests/unictype/test-categ_N.c: Likewise.
27300         * tests/unictype/test-categ_Nd.c: Likewise.
27301         * tests/unictype/test-categ_Nl.c: Likewise.
27302         * tests/unictype/test-categ_No.c: Likewise.
27303         * tests/unictype/test-categ_P.c: Likewise.
27304         * tests/unictype/test-categ_Pc.c: Likewise.
27305         * tests/unictype/test-categ_Pd.c: Likewise.
27306         * tests/unictype/test-categ_Pe.c: Likewise.
27307         * tests/unictype/test-categ_Pf.c: Likewise.
27308         * tests/unictype/test-categ_Pi.c: Likewise.
27309         * tests/unictype/test-categ_Po.c: Likewise.
27310         * tests/unictype/test-categ_Ps.c: Likewise.
27311         * tests/unictype/test-categ_S.c: Likewise.
27312         * tests/unictype/test-categ_Sc.c: Likewise.
27313         * tests/unictype/test-categ_Sk.c: Likewise.
27314         * tests/unictype/test-categ_Sm.c: Likewise.
27315         * tests/unictype/test-categ_So.c: Likewise.
27316         * tests/unictype/test-categ_Z.c: Likewise.
27317         * tests/unictype/test-categ_Zl.c: Likewise.
27318         * tests/unictype/test-categ_Zp.c: Likewise.
27319         * tests/unictype/test-categ_Zs.c: Likewise.
27320         * tests/unictype/test-ctype_alnum.c: Likewise.
27321         * tests/unictype/test-ctype_alpha.c: Likewise.
27322         * tests/unictype/test-ctype_blank.c: Likewise.
27323         * tests/unictype/test-ctype_cntrl.c: Likewise.
27324         * tests/unictype/test-ctype_digit.c: Likewise.
27325         * tests/unictype/test-ctype_graph.c: Likewise.
27326         * tests/unictype/test-ctype_lower.c: Likewise.
27327         * tests/unictype/test-ctype_print.c: Likewise.
27328         * tests/unictype/test-ctype_punct.c: Likewise.
27329         * tests/unictype/test-ctype_space.c: Likewise.
27330         * tests/unictype/test-ctype_upper.c: Likewise.
27331         * tests/unictype/test-ctype_xdigit.c: Likewise.
27332         * tests/unictype/test-decdigit.h: Likewise.
27333         * tests/unictype/test-digit.h: Likewise.
27334         * tests/unictype/test-numeric.h: Likewise.
27335         * tests/unictype/test-pr_alphabetic.c: Likewise.
27336         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
27337         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
27338         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
27339         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
27340         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
27341         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
27342         * tests/unictype/test-pr_bidi_control.c: Likewise.
27343         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
27344         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
27345         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
27346         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
27347         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
27348         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
27349         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
27350         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
27351         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
27352         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
27353         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
27354         * tests/unictype/test-pr_combining.c: Likewise.
27355         * tests/unictype/test-pr_composite.c: Likewise.
27356         * tests/unictype/test-pr_currency_symbol.c: Likewise.
27357         * tests/unictype/test-pr_dash.c: Likewise.
27358         * tests/unictype/test-pr_decimal_digit.c: Likewise.
27359         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
27360         * tests/unictype/test-pr_deprecated.c: Likewise.
27361         * tests/unictype/test-pr_diacritic.c: Likewise.
27362         * tests/unictype/test-pr_extender.c: Likewise.
27363         * tests/unictype/test-pr_format_control.c: Likewise.
27364         * tests/unictype/test-pr_grapheme_base.c: Likewise.
27365         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
27366         * tests/unictype/test-pr_grapheme_link.c: Likewise.
27367         * tests/unictype/test-pr_hex_digit.c: Likewise.
27368         * tests/unictype/test-pr_hyphen.c: Likewise.
27369         * tests/unictype/test-pr_id_continue.c: Likewise.
27370         * tests/unictype/test-pr_id_start.c: Likewise.
27371         * tests/unictype/test-pr_ideographic.c: Likewise.
27372         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
27373         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
27374         * tests/unictype/test-pr_ignorable_control.c: Likewise.
27375         * tests/unictype/test-pr_iso_control.c: Likewise.
27376         * tests/unictype/test-pr_join_control.c: Likewise.
27377         * tests/unictype/test-pr_left_of_pair.c: Likewise.
27378         * tests/unictype/test-pr_line_separator.c: Likewise.
27379         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
27380         * tests/unictype/test-pr_lowercase.c: Likewise.
27381         * tests/unictype/test-pr_math.c: Likewise.
27382         * tests/unictype/test-pr_non_break.c: Likewise.
27383         * tests/unictype/test-pr_not_a_character.c: Likewise.
27384         * tests/unictype/test-pr_numeric.c: Likewise.
27385         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
27386         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
27387         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
27388         * tests/unictype/test-pr_other_id_continue.c: Likewise.
27389         * tests/unictype/test-pr_other_id_start.c: Likewise.
27390         * tests/unictype/test-pr_other_lowercase.c: Likewise.
27391         * tests/unictype/test-pr_other_math.c: Likewise.
27392         * tests/unictype/test-pr_other_uppercase.c: Likewise.
27393         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
27394         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
27395         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
27396         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
27397         * tests/unictype/test-pr_private_use.c: Likewise.
27398         * tests/unictype/test-pr_punctuation.c: Likewise.
27399         * tests/unictype/test-pr_quotation_mark.c: Likewise.
27400         * tests/unictype/test-pr_radical.c: Likewise.
27401         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
27402         * tests/unictype/test-pr_soft_dotted.c: Likewise.
27403         * tests/unictype/test-pr_space.c: Likewise.
27404         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
27405         * tests/unictype/test-pr_titlecase.c: Likewise.
27406         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
27407         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
27408         * tests/unictype/test-pr_uppercase.c: Likewise.
27409         * tests/unictype/test-pr_variation_selector.c: Likewise.
27410         * tests/unictype/test-pr_white_space.c: Likewise.
27411         * tests/unictype/test-pr_xid_continue.c: Likewise.
27412         * tests/unictype/test-pr_xid_start.c: Likewise.
27413         * tests/unictype/test-pr_zero_width.c: Likewise.
27414         * tests/unictype/test-sy_c_whitespace.c: Likewise.
27415         * tests/unictype/test-sy_java_whitespace.c: Likewise.
27416
27417 2007-11-12  Bruno Haible  <bruno@clisp.org>
27418
27419         Unicode character classification functions.
27420         * lib/unictype.h: New file.
27421         * modules/unictype/base: New file.
27422         * modules/unictype/category-L: New file.
27423         * modules/unictype/category-Lu: New file.
27424         * modules/unictype/category-Ll: New file.
27425         * modules/unictype/category-Lt: New file.
27426         * modules/unictype/category-Lm: New file.
27427         * modules/unictype/category-Lo: New file.
27428         * modules/unictype/category-M: New file.
27429         * modules/unictype/category-Mn: New file.
27430         * modules/unictype/category-Mc: New file.
27431         * modules/unictype/category-Me: New file.
27432         * modules/unictype/category-N: New file.
27433         * modules/unictype/category-Nd: New file.
27434         * modules/unictype/category-Nl: New file.
27435         * modules/unictype/category-No: New file.
27436         * modules/unictype/category-P: New file.
27437         * modules/unictype/category-Pc: New file.
27438         * modules/unictype/category-Pd: New file.
27439         * modules/unictype/category-Ps: New file.
27440         * modules/unictype/category-Pe: New file.
27441         * modules/unictype/category-Pi: New file.
27442         * modules/unictype/category-Pf: New file.
27443         * modules/unictype/category-Po: New file.
27444         * modules/unictype/category-S: New file.
27445         * modules/unictype/category-Sm: New file.
27446         * modules/unictype/category-Sc: New file.
27447         * modules/unictype/category-Sk: New file.
27448         * modules/unictype/category-So: New file.
27449         * modules/unictype/category-Z: New file.
27450         * modules/unictype/category-Zs: New file.
27451         * modules/unictype/category-Zl: New file.
27452         * modules/unictype/category-Zp: New file.
27453         * modules/unictype/category-C: New file.
27454         * modules/unictype/category-Cc: New file.
27455         * modules/unictype/category-Cf: New file.
27456         * modules/unictype/category-Cs: New file.
27457         * modules/unictype/category-Co: New file.
27458         * modules/unictype/category-Cn: New file.
27459         * modules/unictype/category-or: New file.
27460         * modules/unictype/category-of: New file.
27461         * modules/unictype/category-test: New file.
27462         * modules/unictype/category-test-withtable: New file.
27463         * modules/unictype/category-byname: New file.
27464         * modules/unictype/category-none: New file.
27465         * modules/unictype/category-and: New file.
27466         * modules/unictype/category-and-not: New file.
27467         * modules/unictype/category-name: New file.
27468         * modules/unictype/combining-class: New file.
27469         * modules/unictype/category-all: New file.
27470         * modules/unictype/bidicategory-all: New file.
27471         * modules/unictype/bidicategory-byname: New file.
27472         * modules/unictype/bidicategory-name: New file.
27473         * modules/unictype/bidicategory-of: New file.
27474         * modules/unictype/bidicategory-test: New file.
27475         * modules/unictype/decimal-digit: New file.
27476         * modules/unictype/digit: New file.
27477         * modules/unictype/numeric: New file.
27478         * modules/unictype/mirror: New file.
27479         * modules/unictype/property-white-space: New file.
27480         * modules/unictype/property-alphabetic: New file.
27481         * modules/unictype/property-other-alphabetic: New file.
27482         * modules/unictype/property-not-a-character: New file.
27483         * modules/unictype/property-default-ignorable-code-point: New file.
27484         * modules/unictype/property-other-default-ignorable-code-point: New
27485         file.
27486         * modules/unictype/property-deprecated: New file.
27487         * modules/unictype/property-logical-order-exception: New file.
27488         * modules/unictype/property-variation-selector: New file.
27489         * modules/unictype/property-private-use: New file.
27490         * modules/unictype/property-unassigned-code-value: New file.
27491         * modules/unictype/property-uppercase: New file.
27492         * modules/unictype/property-other-uppercase: New file.
27493         * modules/unictype/property-lowercase: New file.
27494         * modules/unictype/property-other-lowercase: New file.
27495         * modules/unictype/property-titlecase: New file.
27496         * modules/unictype/property-soft-dotted: New file.
27497         * modules/unictype/property-id-start: New file.
27498         * modules/unictype/property-other-id-start: New file.
27499         * modules/unictype/property-id-continue: New file.
27500         * modules/unictype/property-other-id-continue: New file.
27501         * modules/unictype/property-xid-start: New file.
27502         * modules/unictype/property-xid-continue: New file.
27503         * modules/unictype/property-pattern-white-space: New file.
27504         * modules/unictype/property-pattern-syntax: New file.
27505         * modules/unictype/property-join-control: New file.
27506         * modules/unictype/property-grapheme-base: New file.
27507         * modules/unictype/property-grapheme-extend: New file.
27508         * modules/unictype/property-other-grapheme-extend: New file.
27509         * modules/unictype/property-grapheme-link: New file.
27510         * modules/unictype/property-bidi-control: New file.
27511         * modules/unictype/property-bidi-left-to-right: New file.
27512         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
27513         * modules/unictype/property-bidi-arabic-right-to-left: New file.
27514         * modules/unictype/property-bidi-european-digit: New file.
27515         * modules/unictype/property-bidi-eur-num-separator: New file.
27516         * modules/unictype/property-bidi-eur-num-terminator: New file.
27517         * modules/unictype/property-bidi-arabic-digit: New file.
27518         * modules/unictype/property-bidi-common-separator: New file.
27519         * modules/unictype/property-bidi-block-separator: New file.
27520         * modules/unictype/property-bidi-segment-separator: New file.
27521         * modules/unictype/property-bidi-whitespace: New file.
27522         * modules/unictype/property-bidi-non-spacing-mark: New file.
27523         * modules/unictype/property-bidi-boundary-neutral: New file.
27524         * modules/unictype/property-bidi-pdf: New file.
27525         * modules/unictype/property-bidi-embedding-or-override: New file.
27526         * modules/unictype/property-bidi-other-neutral: New file.
27527         * modules/unictype/property-hex-digit: New file.
27528         * modules/unictype/property-ascii-hex-digit: New file.
27529         * modules/unictype/property-ideographic: New file.
27530         * modules/unictype/property-unified-ideograph: New file.
27531         * modules/unictype/property-radical: New file.
27532         * modules/unictype/property-ids-binary-operator: New file.
27533         * modules/unictype/property-ids-trinary-operator: New file.
27534         * modules/unictype/property-zero-width: New file.
27535         * modules/unictype/property-space: New file.
27536         * modules/unictype/property-non-break: New file.
27537         * modules/unictype/property-iso-control: New file.
27538         * modules/unictype/property-format-control: New file.
27539         * modules/unictype/property-dash: New file.
27540         * modules/unictype/property-hyphen: New file.
27541         * modules/unictype/property-punctuation: New file.
27542         * modules/unictype/property-line-separator: New file.
27543         * modules/unictype/property-paragraph-separator: New file.
27544         * modules/unictype/property-quotation-mark: New file.
27545         * modules/unictype/property-sentence-terminal: New file.
27546         * modules/unictype/property-terminal-punctuation: New file.
27547         * modules/unictype/property-currency-symbol: New file.
27548         * modules/unictype/property-math: New file.
27549         * modules/unictype/property-other-math: New file.
27550         * modules/unictype/property-paired-punctuation: New file.
27551         * modules/unictype/property-left-of-pair: New file.
27552         * modules/unictype/property-combining: New file.
27553         * modules/unictype/property-composite: New file.
27554         * modules/unictype/property-decimal-digit: New file.
27555         * modules/unictype/property-numeric: New file.
27556         * modules/unictype/property-diacritic: New file.
27557         * modules/unictype/property-extender: New file.
27558         * modules/unictype/property-ignorable-control: New file.
27559         * modules/unictype/property-test: New file.
27560         * modules/unictype/property-byname: New file.
27561         * modules/unictype/property-all: New file.
27562         * modules/unictype/scripts: New file.
27563         * modules/unictype/scripts-all: New file.
27564         * modules/unictype/block-of: New file.
27565         * modules/unictype/block-test: New file.
27566         * modules/unictype/block-list: New file.
27567         * modules/unictype/block-all: New file.
27568         * modules/unictype/syntax-c-whitespace: New file.
27569         * modules/unictype/syntax-java-whitespace: New file.
27570         * modules/unictype/syntax-c-ident: New file.
27571         * modules/unictype/syntax-java-ident: New file.
27572         * modules/unictype/ctype-alnum: New file.
27573         * modules/unictype/ctype-alpha: New file.
27574         * modules/unictype/ctype-cntrl: New file.
27575         * modules/unictype/ctype-digit: New file.
27576         * modules/unictype/ctype-graph: New file.
27577         * modules/unictype/ctype-lower: New file.
27578         * modules/unictype/ctype-print: New file.
27579         * modules/unictype/ctype-punct: New file.
27580         * modules/unictype/ctype-space: New file.
27581         * modules/unictype/ctype-upper: New file.
27582         * modules/unictype/ctype-xdigit: New file.
27583         * modules/unictype/ctype-blank: New file.
27584         * lib/unictype/bidi_byname.c: New file.
27585         * lib/unictype/bidi_name.c: New file.
27586         * lib/unictype/bidi_of.c: New file.
27587         * lib/unictype/bidi_test.c: New file.
27588         * lib/unictype/bitmap.h: New file.
27589         * lib/unictype/block_test.c: New file.
27590         * lib/unictype/blocks.c: New file.
27591         * lib/unictype/categ_C.c: New file.
27592         * lib/unictype/categ_Cc.c: New file.
27593         * lib/unictype/categ_Cf.c: New file.
27594         * lib/unictype/categ_Cn.c: New file.
27595         * lib/unictype/categ_Co.c: New file.
27596         * lib/unictype/categ_Cs.c: New file.
27597         * lib/unictype/categ_L.c: New file.
27598         * lib/unictype/categ_Ll.c: New file.
27599         * lib/unictype/categ_Lm.c: New file.
27600         * lib/unictype/categ_Lo.c: New file.
27601         * lib/unictype/categ_Lt.c: New file.
27602         * lib/unictype/categ_Lu.c: New file.
27603         * lib/unictype/categ_M.c: New file.
27604         * lib/unictype/categ_Mc.c: New file.
27605         * lib/unictype/categ_Me.c: New file.
27606         * lib/unictype/categ_Mn.c: New file.
27607         * lib/unictype/categ_N.c: New file.
27608         * lib/unictype/categ_Nd.c: New file.
27609         * lib/unictype/categ_Nl.c: New file.
27610         * lib/unictype/categ_No.c: New file.
27611         * lib/unictype/categ_P.c: New file.
27612         * lib/unictype/categ_Pc.c: New file.
27613         * lib/unictype/categ_Pd.c: New file.
27614         * lib/unictype/categ_Pe.c: New file.
27615         * lib/unictype/categ_Pf.c: New file.
27616         * lib/unictype/categ_Pi.c: New file.
27617         * lib/unictype/categ_Po.c: New file.
27618         * lib/unictype/categ_Ps.c: New file.
27619         * lib/unictype/categ_S.c: New file.
27620         * lib/unictype/categ_Sc.c: New file.
27621         * lib/unictype/categ_Sk.c: New file.
27622         * lib/unictype/categ_Sm.c: New file.
27623         * lib/unictype/categ_So.c: New file.
27624         * lib/unictype/categ_Z.c: New file.
27625         * lib/unictype/categ_Zl.c: New file.
27626         * lib/unictype/categ_Zp.c: New file.
27627         * lib/unictype/categ_Zs.c: New file.
27628         * lib/unictype/categ_and.c: New file.
27629         * lib/unictype/categ_and_not.c: New file.
27630         * lib/unictype/categ_byname.c: New file.
27631         * lib/unictype/categ_name.c: New file.
27632         * lib/unictype/categ_none.c: New file.
27633         * lib/unictype/categ_of.c: New file.
27634         * lib/unictype/categ_or.c: New file.
27635         * lib/unictype/categ_test.c: New file.
27636         * lib/unictype/combining.c: New file.
27637         * lib/unictype/ctype_alnum.c: New file.
27638         * lib/unictype/ctype_alpha.c: New file.
27639         * lib/unictype/ctype_blank.c: New file.
27640         * lib/unictype/ctype_cntrl.c: New file.
27641         * lib/unictype/ctype_digit.c: New file.
27642         * lib/unictype/ctype_graph.c: New file.
27643         * lib/unictype/ctype_lower.c: New file.
27644         * lib/unictype/ctype_print.c: New file.
27645         * lib/unictype/ctype_punct.c: New file.
27646         * lib/unictype/ctype_space.c: New file.
27647         * lib/unictype/ctype_upper.c: New file.
27648         * lib/unictype/ctype_xdigit.c: New file.
27649         * lib/unictype/decdigit.c: New file.
27650         * lib/unictype/digit.c: New file.
27651         * lib/unictype/identsyntaxmap.h: New file.
27652         * lib/unictype/mirror.c: New file.
27653         * lib/unictype/numeric.c: New file.
27654         * lib/unictype/pr_alphabetic.c: New file.
27655         * lib/unictype/pr_ascii_hex_digit.c: New file.
27656         * lib/unictype/pr_bidi_arabic_digit.c: New file.
27657         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
27658         * lib/unictype/pr_bidi_block_separator.c: New file.
27659         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
27660         * lib/unictype/pr_bidi_common_separator.c: New file.
27661         * lib/unictype/pr_bidi_control.c: New file.
27662         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
27663         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
27664         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
27665         * lib/unictype/pr_bidi_european_digit.c: New file.
27666         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
27667         * lib/unictype/pr_bidi_left_to_right.c: New file.
27668         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
27669         * lib/unictype/pr_bidi_other_neutral.c: New file.
27670         * lib/unictype/pr_bidi_pdf.c: New file.
27671         * lib/unictype/pr_bidi_segment_separator.c: New file.
27672         * lib/unictype/pr_bidi_whitespace.c: New file.
27673         * lib/unictype/pr_byname.c: New file.
27674         * lib/unictype/pr_byname.gperf: New file.
27675         * lib/unictype/pr_combining.c: New file.
27676         * lib/unictype/pr_composite.c: New file.
27677         * lib/unictype/pr_currency_symbol.c: New file.
27678         * lib/unictype/pr_dash.c: New file.
27679         * lib/unictype/pr_decimal_digit.c: New file.
27680         * lib/unictype/pr_default_ignorable_code_point.c: New file.
27681         * lib/unictype/pr_deprecated.c: New file.
27682         * lib/unictype/pr_diacritic.c: New file.
27683         * lib/unictype/pr_extender.c: New file.
27684         * lib/unictype/pr_format_control.c: New file.
27685         * lib/unictype/pr_grapheme_base.c: New file.
27686         * lib/unictype/pr_grapheme_extend.c: New file.
27687         * lib/unictype/pr_grapheme_link.c: New file.
27688         * lib/unictype/pr_hex_digit.c: New file.
27689         * lib/unictype/pr_hyphen.c: New file.
27690         * lib/unictype/pr_id_continue.c: New file.
27691         * lib/unictype/pr_id_start.c: New file.
27692         * lib/unictype/pr_ideographic.c: New file.
27693         * lib/unictype/pr_ids_binary_operator.c: New file.
27694         * lib/unictype/pr_ids_trinary_operator.c: New file.
27695         * lib/unictype/pr_ignorable_control.c: New file.
27696         * lib/unictype/pr_iso_control.c: New file.
27697         * lib/unictype/pr_join_control.c: New file.
27698         * lib/unictype/pr_left_of_pair.c: New file.
27699         * lib/unictype/pr_line_separator.c: New file.
27700         * lib/unictype/pr_logical_order_exception.c: New file.
27701         * lib/unictype/pr_lowercase.c: New file.
27702         * lib/unictype/pr_math.c: New file.
27703         * lib/unictype/pr_non_break.c: New file.
27704         * lib/unictype/pr_not_a_character.c: New file.
27705         * lib/unictype/pr_numeric.c: New file.
27706         * lib/unictype/pr_other_alphabetic.c: New file.
27707         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
27708         * lib/unictype/pr_other_grapheme_extend.c: New file.
27709         * lib/unictype/pr_other_id_continue.c: New file.
27710         * lib/unictype/pr_other_id_start.c: New file.
27711         * lib/unictype/pr_other_lowercase.c: New file.
27712         * lib/unictype/pr_other_math.c: New file.
27713         * lib/unictype/pr_other_uppercase.c: New file.
27714         * lib/unictype/pr_paired_punctuation.c: New file.
27715         * lib/unictype/pr_paragraph_separator.c: New file.
27716         * lib/unictype/pr_pattern_syntax.c: New file.
27717         * lib/unictype/pr_pattern_white_space.c: New file.
27718         * lib/unictype/pr_private_use.c: New file.
27719         * lib/unictype/pr_punctuation.c: New file.
27720         * lib/unictype/pr_quotation_mark.c: New file.
27721         * lib/unictype/pr_radical.c: New file.
27722         * lib/unictype/pr_sentence_terminal.c: New file.
27723         * lib/unictype/pr_soft_dotted.c: New file.
27724         * lib/unictype/pr_space.c: New file.
27725         * lib/unictype/pr_terminal_punctuation.c: New file.
27726         * lib/unictype/pr_test.c: New file.
27727         * lib/unictype/pr_titlecase.c: New file.
27728         * lib/unictype/pr_unassigned_code_value.c: New file.
27729         * lib/unictype/pr_unified_ideograph.c: New file.
27730         * lib/unictype/pr_uppercase.c: New file.
27731         * lib/unictype/pr_variation_selector.c: New file.
27732         * lib/unictype/pr_white_space.c: New file.
27733         * lib/unictype/pr_xid_continue.c: New file.
27734         * lib/unictype/pr_xid_start.c: New file.
27735         * lib/unictype/pr_zero_width.c: New file.
27736         * lib/unictype/scripts.c: New file.
27737         * lib/unictype/sy_c_ident.c: New file.
27738         * lib/unictype/sy_c_whitespace.c: New file.
27739         * lib/unictype/sy_java_ident.c: New file.
27740         * lib/unictype/sy_java_whitespace.c: New file.
27741
27742         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
27743         Unicode 5.0.0.
27744         * lib/unictype/blocks.h: Likewise.
27745         * lib/unictype/categ_C.h: Likewise.
27746         * lib/unictype/categ_Cc.h: Likewise.
27747         * lib/unictype/categ_Cf.h: Likewise.
27748         * lib/unictype/categ_Cn.h: Likewise.
27749         * lib/unictype/categ_Co.h: Likewise.
27750         * lib/unictype/categ_Cs.h: Likewise.
27751         * lib/unictype/categ_L.h: Likewise.
27752         * lib/unictype/categ_Ll.h: Likewise.
27753         * lib/unictype/categ_Lm.h: Likewise.
27754         * lib/unictype/categ_Lo.h: Likewise.
27755         * lib/unictype/categ_Lt.h: Likewise.
27756         * lib/unictype/categ_Lu.h: Likewise.
27757         * lib/unictype/categ_M.h: Likewise.
27758         * lib/unictype/categ_Mc.h: Likewise.
27759         * lib/unictype/categ_Me.h: Likewise.
27760         * lib/unictype/categ_Mn.h: Likewise.
27761         * lib/unictype/categ_N.h: Likewise.
27762         * lib/unictype/categ_Nd.h: Likewise.
27763         * lib/unictype/categ_Nl.h: Likewise.
27764         * lib/unictype/categ_No.h: Likewise.
27765         * lib/unictype/categ_P.h: Likewise.
27766         * lib/unictype/categ_Pc.h: Likewise.
27767         * lib/unictype/categ_Pd.h: Likewise.
27768         * lib/unictype/categ_Pe.h: Likewise.
27769         * lib/unictype/categ_Pf.h: Likewise.
27770         * lib/unictype/categ_Pi.h: Likewise.
27771         * lib/unictype/categ_Po.h: Likewise.
27772         * lib/unictype/categ_Ps.h: Likewise.
27773         * lib/unictype/categ_S.h: Likewise.
27774         * lib/unictype/categ_Sc.h: Likewise.
27775         * lib/unictype/categ_Sk.h: Likewise.
27776         * lib/unictype/categ_Sm.h: Likewise.
27777         * lib/unictype/categ_So.h: Likewise.
27778         * lib/unictype/categ_Z.h: Likewise.
27779         * lib/unictype/categ_Zl.h: Likewise.
27780         * lib/unictype/categ_Zp.h: Likewise.
27781         * lib/unictype/categ_Zs.h: Likewise.
27782         * lib/unictype/categ_of.h: Likewise.
27783         * lib/unictype/combining.h: Likewise.
27784         * lib/unictype/ctype_alnum.h: Likewise.
27785         * lib/unictype/ctype_alpha.h: Likewise.
27786         * lib/unictype/ctype_blank.h: Likewise.
27787         * lib/unictype/ctype_cntrl.h: Likewise.
27788         * lib/unictype/ctype_digit.h: Likewise.
27789         * lib/unictype/ctype_graph.h: Likewise.
27790         * lib/unictype/ctype_lower.h: Likewise.
27791         * lib/unictype/ctype_print.h: Likewise.
27792         * lib/unictype/ctype_punct.h: Likewise.
27793         * lib/unictype/ctype_space.h: Likewise.
27794         * lib/unictype/ctype_upper.h: Likewise.
27795         * lib/unictype/ctype_xdigit.h: Likewise.
27796         * lib/unictype/decdigit.h: Likewise.
27797         * lib/unictype/digit.h: Likewise.
27798         * lib/unictype/mirror.h: Likewise.
27799         * lib/unictype/numeric.h: Likewise.
27800         * lib/unictype/pr_alphabetic.h: Likewise.
27801         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
27802         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
27803         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
27804         * lib/unictype/pr_bidi_block_separator.h: Likewise.
27805         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
27806         * lib/unictype/pr_bidi_common_separator.h: Likewise.
27807         * lib/unictype/pr_bidi_control.h: Likewise.
27808         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
27809         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
27810         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
27811         * lib/unictype/pr_bidi_european_digit.h: Likewise.
27812         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
27813         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
27814         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
27815         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
27816         * lib/unictype/pr_bidi_pdf.h: Likewise.
27817         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
27818         * lib/unictype/pr_bidi_whitespace.h: Likewise.
27819         * lib/unictype/pr_combining.h: Likewise.
27820         * lib/unictype/pr_composite.h: Likewise.
27821         * lib/unictype/pr_currency_symbol.h: Likewise.
27822         * lib/unictype/pr_dash.h: Likewise.
27823         * lib/unictype/pr_decimal_digit.h: Likewise.
27824         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
27825         * lib/unictype/pr_deprecated.h: Likewise.
27826         * lib/unictype/pr_diacritic.h: Likewise.
27827         * lib/unictype/pr_extender.h: Likewise.
27828         * lib/unictype/pr_format_control.h: Likewise.
27829         * lib/unictype/pr_grapheme_base.h: Likewise.
27830         * lib/unictype/pr_grapheme_extend.h: Likewise.
27831         * lib/unictype/pr_grapheme_link.h: Likewise.
27832         * lib/unictype/pr_hex_digit.h: Likewise.
27833         * lib/unictype/pr_hyphen.h: Likewise.
27834         * lib/unictype/pr_id_continue.h: Likewise.
27835         * lib/unictype/pr_id_start.h: Likewise.
27836         * lib/unictype/pr_ideographic.h: Likewise.
27837         * lib/unictype/pr_ids_binary_operator.h: Likewise.
27838         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
27839         * lib/unictype/pr_ignorable_control.h: Likewise.
27840         * lib/unictype/pr_iso_control.h: Likewise.
27841         * lib/unictype/pr_join_control.h: Likewise.
27842         * lib/unictype/pr_left_of_pair.h: Likewise.
27843         * lib/unictype/pr_line_separator.h: Likewise.
27844         * lib/unictype/pr_logical_order_exception.h: Likewise.
27845         * lib/unictype/pr_lowercase.h: Likewise.
27846         * lib/unictype/pr_math.h: Likewise.
27847         * lib/unictype/pr_non_break.h: Likewise.
27848         * lib/unictype/pr_not_a_character.h: Likewise.
27849         * lib/unictype/pr_numeric.h: Likewise.
27850         * lib/unictype/pr_other_alphabetic.h: Likewise.
27851         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
27852         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
27853         * lib/unictype/pr_other_id_continue.h: Likewise.
27854         * lib/unictype/pr_other_id_start.h: Likewise.
27855         * lib/unictype/pr_other_lowercase.h: Likewise.
27856         * lib/unictype/pr_other_math.h: Likewise.
27857         * lib/unictype/pr_other_uppercase.h: Likewise.
27858         * lib/unictype/pr_paired_punctuation.h: Likewise.
27859         * lib/unictype/pr_paragraph_separator.h: Likewise.
27860         * lib/unictype/pr_pattern_syntax.h: Likewise.
27861         * lib/unictype/pr_pattern_white_space.h: Likewise.
27862         * lib/unictype/pr_private_use.h: Likewise.
27863         * lib/unictype/pr_punctuation.h: Likewise.
27864         * lib/unictype/pr_quotation_mark.h: Likewise.
27865         * lib/unictype/pr_radical.h: Likewise.
27866         * lib/unictype/pr_sentence_terminal.h: Likewise.
27867         * lib/unictype/pr_soft_dotted.h: Likewise.
27868         * lib/unictype/pr_space.h: Likewise.
27869         * lib/unictype/pr_terminal_punctuation.h: Likewise.
27870         * lib/unictype/pr_titlecase.h: Likewise.
27871         * lib/unictype/pr_unassigned_code_value.h: Likewise.
27872         * lib/unictype/pr_unified_ideograph.h: Likewise.
27873         * lib/unictype/pr_uppercase.h: Likewise.
27874         * lib/unictype/pr_variation_selector.h: Likewise.
27875         * lib/unictype/pr_white_space.h: Likewise.
27876         * lib/unictype/pr_xid_continue.h: Likewise.
27877         * lib/unictype/pr_xid_start.h: Likewise.
27878         * lib/unictype/pr_zero_width.h: Likewise.
27879         * lib/unictype/scripts.h: Likewise.
27880         * lib/unictype/scripts_byname.gperf: Likewise.
27881         * lib/unictype/sy_c_ident.h: Likewise.
27882         * lib/unictype/sy_c_whitespace.h: Likewise.
27883         * lib/unictype/sy_java_ident.h: Likewise.
27884         * lib/unictype/sy_java_whitespace.h: Likewise.
27885
27886         * lib/unictype/Makefile: New file.
27887         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
27888         glibc.
27889         * lib/unictype/3level.h: New file, copied from glibc.
27890         * lib/unictype/3levelbit.h: New file.
27891
27892 2007-11-11  Bruno Haible  <bruno@clisp.org>
27893
27894         * modules/gperf: New file.
27895         * modules/iconv_open (Depends-on): Add it.
27896         (Makefile.am): Remove the GPERF definition.
27897
27898 2007-11-11  Bruno Haible  <bruno@clisp.org>
27899
27900         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
27901         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
27902
27903 2007-11-11  Bruno Haible  <bruno@clisp.org>
27904
27905         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
27906         (usage): Remove function.
27907
27908 2007-11-11  Bruno Haible  <bruno@clisp.org>
27909
27910         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
27911         gl_FUNC_CEILF_LIBS.
27912         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
27913         gl_FUNC_CEIL_LIBS.
27914         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
27915         gl_FUNC_CEILL_LIBS.
27916         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
27917         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
27918         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
27919
27920 2007-11-11  Bruno Haible  <bruno@clisp.org>
27921
27922         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
27923         roundf were declared but do not exist on functions.
27924         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
27925         roundl were declared but do not exist on functions.
27926         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
27927         HAVE_FLOORL_AND_CEILL, respectively.
27928         Needed for Sun C on Solaris 10.
27929
27930 2007-11-11  Bruno Haible  <bruno@clisp.org>
27931
27932         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
27933         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
27934         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
27935         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
27936         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
27937         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
27938         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
27939         HAVE_DECL_ROUNDF.
27940         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
27941         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
27942         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
27943         of HAVE_DECL_ROUND*.
27944         * modules/math (Makefile.am): Update.
27945
27946 2007-11-10  Bruno Haible  <bruno@clisp.org>
27947
27948         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
27949         ptrdiff_t as m4/intl.m4.
27950
27951 2007-11-10  Jim Meyering  <meyering@redhat.com>
27952
27953         Avoid link failure for the argmatch test.
27954         * tests/test-argmatch.c (usage): Define function to avoid a link
27955         failure: argmatch_die requires a usage function.
27956
27957 2007-11-09  Bruno Haible  <bruno@clisp.org>
27958
27959         * doc/functions/snprintf.texi: Mention BeOS deficiency.
27960         * doc/functions/vsnprintf.texi: Likewise.
27961         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
27962         with a size argument < 2.
27963
27964 2007-11-09  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
27967         buffer. Fixes an inefficiency introduced on 2007-11-03.
27968
27969 2007-11-09  Bruno Haible  <bruno@clisp.org>
27970
27971         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
27972         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
27973
27974 2007-11-08  Jim Meyering  <meyering@redhat.com>
27975
27976         Change cache variable name prefix "jm_" to "gl_" everywhere.
27977         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
27978         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
27979         * m4/uptime.m4: s/gl_/jm_/
27980
27981 2007-11-07  Bruno Haible  <bruno@clisp.org>
27982
27983         Update to GNU gettext 0.17.
27984         * m4/intl.m4: Update to GNU gettext 0.17.
27985         * m4/po.m4: Likewise.
27986         * modules/gettext (Files): Remove m4/ulonglong.m4.
27987         (configure.ac): Require gettext infrastructure from version 0.17.
27988
27989 2007-11-06  Bruno Haible  <bruno@clisp.org>
27990
27991         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
27992         symbolic values are not defined in a public header.
27993         * lib/freadable.c (freadable) [QNX]: Likewise.
27994         * lib/freadahead.c (freadahead) [QNX]: Likewise.
27995         * lib/freading.c (freading) [QNX]: Likewise.
27996         * lib/fseterr.c (fseterr) [QNX]: Likewise.
27997         * lib/fwritable.c (fwritable) [QNX]: Likewise.
27998         * lib/fwriting.c (fwriting) [QNX]: Likewise.
27999         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
28000         Reported by Alain Magloire.
28001
28002         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
28003
28004 2007-11-05  Bruno Haible  <bruno@clisp.org>
28005
28006         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
28007         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
28008         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
28009         Reported by Eric Blake.
28010
28011 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28012             Bruno Haible  <bruno@clisp.org>
28013
28014         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
28015         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
28016         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
28017         (malloc): Undefine also before including <stdlib.h>.
28018         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
28019         Needed on OSF/1 4.0.
28020
28021 2007-11-05  Jim Meyering  <meyering@redhat.com>
28022
28023         git-version-gen: sync from coreutils.
28024         * build-aux/git-version-gen: Add comments.
28025         Change the first '-' to '.' in the snapshot version string,
28026         e.g., 6.9-377-08144 -> 6.9.377-08144
28027         Remove first parameter.
28028         Don't declare a version "-dirty" merely because a time
28029         stamp has changed.
28030
28031 2007-11-04  Bruno Haible  <bruno@clisp.org>
28032
28033         * lib/lock.h: Protect all macro definitions containing an 'if'
28034         statement through a "do { ... } while (0)".
28035         * lib/tls.h: Likewise.
28036
28037 2007-11-04  Bruno Haible  <bruno@clisp.org>
28038
28039         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
28040
28041 2007-11-04  Bruno Haible  <bruno@clisp.org>
28042
28043         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
28044         * modules/fprintf-posix (Depends-on): Add nocrash.
28045         * modules/snprintf-posix (Depends-on): Likewise.
28046         * modules/sprintf-posix (Depends-on): Likewise.
28047         * modules/vasnprintf-posix (Depends-on): Likewise.
28048         * modules/vasprintf-posix (Depends-on): Likewise.
28049         * modules/vfprintf-posix (Depends-on): Likewise.
28050         * modules/vsnprintf-posix (Depends-on): Likewise.
28051         * modules/vsprintf-posix (Depends-on): Likewise.
28052         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28053         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28054         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28055         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28056         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28057         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28058         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28059
28060 2007-11-04  Bruno Haible  <bruno@clisp.org>
28061
28062         * modules/nocrash: New file.
28063         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
28064         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
28065
28066 2007-11-04  Bruno Haible  <bruno@clisp.org>
28067
28068         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
28069         precision handling.
28070         * tests/test-vasprintf-posix.c (test_function): Likewise.
28071         * tests/test-snprintf-posix.h (test_function): Likewise.
28072         * tests/test-sprintf-posix.h (test_function): Likewise.
28073
28074         Fix *printf behaviour for large precisions on mingw and BeOS.
28075         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
28076         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
28077         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
28078         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28079         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28080         gl_PRINTF_PRECISION and test its result. Invoke
28081         gl_PREREQ_VASNPRINTF_PRECISION.
28082         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28083         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28084         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28085         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28086         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28087         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28088         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28089         * doc/functions/fprintf.texi: Update.
28090         * doc/functions/printf.texi: Update.
28091         * doc/functions/snprintf.texi: Update.
28092         * doc/functions/sprintf.texi: Update.
28093         * doc/functions/vfprintf.texi: Update.
28094         * doc/functions/vprintf.texi: Update.
28095         * doc/functions/vsnprintf.texi: Update.
28096         * doc/functions/vsprintf.texi: Update.
28097
28098 2007-11-04  Bruno Haible  <bruno@clisp.org>
28099
28100         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
28101
28102 2007-11-04  Bruno Haible  <bruno@clisp.org>
28103
28104         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
28105         Reported by Sylvain Beucler <beuc@gnu.org>.
28106
28107 2007-11-03  Bruno Haible  <bruno@clisp.org>
28108
28109         * tests/test-fprintf-posix2.sh: New file.
28110         * tests/test-fprintf-posix2.c: New file.
28111         * modules/fprintf-posix-tests (Files): Add them.
28112         (TESTS): Add test-fprintf-posix2.sh.
28113         (configure.ac): Check for getrlimit and setrlimit.
28114         (check_PROGRAMS): Add test-fprintf-posix2.
28115
28116         * tests/test-printf-posix2.sh: New file.
28117         * tests/test-printf-posix2.c: New file.
28118         * modules/printf-posix-tests (Files): Add them.
28119         (TESTS): Add test-printf-posix2.sh.
28120         (configure.ac): Check for getrlimit and setrlimit.
28121         (check_PROGRAMS): Add test-printf-posix2.
28122
28123         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
28124         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
28125         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
28126         (decode_double): New function, copied from decode_long_double.
28127         (scale10_round_decimal_decoded): New function, extracted from
28128         scale10_round_decimal_long_double.
28129         (scale10_round_decimal_long_double): Use it.
28130         (scale10_round_decimal_double): New function.
28131         (floorlog10): New function.
28132         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
28133         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
28134         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28135         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28136         gl_PRINTF_ENOMEM and test its result. Invoke
28137         gl_PREREQ_VASNPRINTF_ENOMEM.
28138         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28139         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28140         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28141         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28142         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28143         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28144         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28145         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
28146         * modules/snprintf-posix (Depends-on): Likewise.
28147         * modules/sprintf-posix (Depends-on): Likewise.
28148         * modules/vasnprintf-posix (Depends-on): Likewise.
28149         * modules/vasprintf-posix (Depends-on): Likewise.
28150         * modules/vfprintf-posix (Depends-on): Likewise.
28151         * modules/vsnprintf-posix (Depends-on): Likewise.
28152         * modules/vsprintf-posix (Depends-on): Likewise.
28153         * doc/functions/fprintf.texi: Update.
28154         * doc/functions/printf.texi: Update.
28155         * doc/functions/snprintf.texi: Update.
28156         * doc/functions/sprintf.texi: Update.
28157         * doc/functions/vfprintf.texi: Update.
28158         * doc/functions/vprintf.texi: Update.
28159         * doc/functions/vsnprintf.texi: Update.
28160         * doc/functions/vsprintf.texi: Update.
28161
28162 2007-11-03  Bruno Haible  <bruno@clisp.org>
28163
28164         * modules/frexp-nolibm-tests: New file.
28165
28166         * modules/frexp-nolibm: New file.
28167         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
28168
28169 2007-11-03  Bruno Haible  <bruno@clisp.org>
28170
28171         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
28172         value is C99 compliant.
28173         Needed for OSF/1 5.1.
28174
28175 2007-11-03  Bruno Haible  <bruno@clisp.org>
28176
28177         Fix out-of-memory handling of vasnprintf.
28178         * lib/printf-parse.c: Include <errno.h>.
28179         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
28180         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
28181         is already set.
28182
28183 2007-11-02  Eric Blake  <ebb9@byu.net>
28184
28185         Fix tests on cygwin.
28186         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
28187
28188 2007-11-01  Bruno Haible  <bruno@clisp.org>
28189
28190         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
28191         warning.
28192         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
28193         needed for POSIX compatibility.
28194
28195 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28196
28197         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
28198         for compatibility with GNU.
28199
28200 2007-11-01  Bruno Haible  <bruno@clisp.org>
28201
28202         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
28203         (putenv): Renamed from rpl_putenv. Change argument type from
28204         'const char *' to 'char *'.
28205         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
28206         of defining putenv in config.h, just set REPLACE_PUTENV.
28207         * modules/putenv (Depends-on): Add stdlib.
28208         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
28209         (Include): Use <stdlib.h>.
28210         * lib/stdlib.in.h (putenv): New declaration.
28211         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
28212         REPLACE_PUTENV.
28213         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
28214         REPLACE_PUTENV.
28215         Needed for MacOS X 10.5.0.
28216         Reported by Peter O'Gorman <peter@pogma.com>.
28217
28218 2007-11-01  Jim Meyering  <meyering@redhat.com>
28219
28220         Treat an empty date string exactly like "0".
28221         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
28222         if the remaining date string (to be parsed) is empty, use "0".
28223         Reported by Mischa Molhoek and discussed in this thread:
28224         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
28225
28226 2007-10-31  Bruno Haible  <bruno@clisp.org>
28227
28228         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
28229         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
28230         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
28231         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
28232         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
28233         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
28234
28235 2007-10-31  Bruno Haible  <bruno@clisp.org>
28236
28237         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
28238         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
28239         (AC_TYPE_LONG_LONG_INT): Use it.
28240         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
28241         it as well.
28242         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
28243         to m4/longlong.m4.
28244         * modules/stdint (Files): Remove m4/ulonglong.m4.
28245         * modules/strtoull (Files): Use m4/longlong.m4 instead of
28246         m4/ulonglong.m4.
28247         * modules/strtoumax (Files): Likewise.
28248
28249 2007-10-30  Bruno Haible  <bruno@clisp.org>
28250
28251         * modules/xvasprintf-posix: New file.
28252         Suggested by Eric Blake.
28253
28254 2007-10-30  Bruno Haible  <bruno@clisp.org>
28255
28256         * modules/xprintf-posix-tests: New file.
28257         * tests/test-xprintf-posix.sh: New file.
28258         * tests/test-xprintf-posix.c: New file.
28259         * tests/test-xfprintf-posix.c: New file.
28260
28261         * modules/xprintf-posix: New file.
28262
28263 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28264
28265         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
28266         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
28267         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
28268
28269 2007-10-29  Bruno Haible  <bruno@clisp.org>
28270
28271         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
28272         contain the special marker '_cv_'.
28273         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
28274         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
28275         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
28276         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
28277         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
28278         Reported by Ralf Wildenhues.
28279
28280 2007-10-29  Bruno Haible  <bruno@clisp.org>
28281
28282         * gnulib-tool (func_import): When --lgpl is not specified, set
28283         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
28284         GPLv3.
28285         Reported by Simon Josefsson.
28286
28287 2007-10-28  Bruno Haible  <bruno@clisp.org>
28288
28289         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
28290         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
28291         HAVE_DECL_ISFINITE.
28292         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
28293         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
28294         HAVE_DECL_ISFINITE.
28295
28296 2007-10-28  Bruno Haible  <bruno@clisp.org>
28297
28298         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
28299         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
28300
28301 2007-10-28  Bruno Haible  <bruno@clisp.org>
28302
28303         Fix link errors with Sun C 5.0 on Solaris 10.
28304         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
28305         function is declared but not present in the compiler's libm.
28306         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
28307         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
28308         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
28309         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
28310         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
28311         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
28312         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
28313         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
28314         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
28315         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
28316         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
28317         HAVE_DECL_FLOORL.
28318
28319 2007-10-28  Bruno Haible  <bruno@clisp.org>
28320
28321         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
28322         gl_FUNC_FLOORL. Cache the result.
28323         (gl_FUNC_FLOORL): Use it.
28324         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
28325         gl_FUNC_CEILL. Cache the result.
28326         (gl_FUNC_CEILL): Use it.
28327
28328         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
28329         gl_FUNC_FLOOR. Cache the result.
28330         (gl_FUNC_FLOOR): Use it.
28331         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
28332         gl_FUNC_CEIL. Cache the result.
28333         (gl_FUNC_CEIL): Use it.
28334
28335         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
28336         gl_FUNC_FLOORF. Cache the result.
28337         (gl_FUNC_FLOORF): Use it.
28338         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
28339         gl_FUNC_CEILF. Cache the result.
28340         (gl_FUNC_CEILF): Use it.
28341
28342 2007-10-28  Bruno Haible  <bruno@clisp.org>
28343
28344         * gnulib-tool: Allow specifying the LGPL version number through
28345         --lgpl=2 or --lgpl=3.
28346         (func_usage): Document --lgpl with argument.
28347         Handle --lgpl=... arguments.
28348         (func_import): Recognize also gl_LGPL calls with an argument. When
28349         --lgpl=2 is used and the module's license is just LGPL, report an
28350         error. Set sed_transform_lib_file according to the lgpl variable. In
28351         the generated files, use --lgpl or gl_LGPL invocations with argument,
28352         if necessary.
28353         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
28354         an LGPv2+ license.
28355         * doc/gnulib-tool.texi (Modified imports): Update explanation of
28356         gl_LGPL macro.
28357
28358 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28359             Bruno Haible  <bruno@clisp.org>
28360
28361         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
28362         (u16_uctomb_aux): Likewise.
28363         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
28364         !HAVE_INLINE.
28365         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
28366
28367 2007-10-28  Bruno Haible  <bruno@clisp.org>
28368
28369         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
28370         Invoke AM_GETTEXT_OPTION if it exists.
28371         * modules/vasprintf: Likewise.
28372         * modules/verror: Likewise.
28373         * modules/xprintf: Likewise.
28374         * modules/xvasprintf: Likewise.
28375
28376 2007-10-27  Ben Pfaff  <blp@gnu.org>
28377
28378         * lib/math.in.h: Define isfinite macro and prototypes for
28379         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
28380         implementations.
28381         * m4/math_h.m4: New substitutions for isfinite module.
28382         * lib/isfinite.c: New file.
28383         * m4/isfinite.m4: New file.
28384         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
28385         * modules/isfinite: New file.
28386         * modules/isfinite-tests: New file.
28387         * tests/tests-isfinite.c: New file.
28388         * doc/functions/isfinite.texi: Mention isfinite module.
28389         * MODULES.html.sh: Mention new module.
28390
28391 2007-10-27  Ben Pfaff  <blp@gnu.org>
28392
28393         Ralf Wildenhues reported that Tru64 4.0D declares the round
28394         functions but does not have definitions.
28395         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
28396         cannot be found in any library, set the output variable to
28397         "missing" instead of "".
28398         * m4/round.m4: Also use our substitute if we cannot find round in
28399         any library, even if it is declared.
28400         * m4/roundf.m4: Likewise for roundf.
28401         * m4/roundl.m4: Likewise for roundl.
28402         * lib/math.in.h: Undefine roundf, round, roundl before defining
28403         their replacements, to allow for hypothetical systems where these
28404         may be defined as macros but not available in libraries.
28405
28406 2007-10-27  Bruno Haible  <bruno@clisp.org>
28407
28408         * doc/gnulib.texi: Invoke @firstparagraphindent.
28409         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
28410         changes in gnulib.
28411         (Source changes): New section.
28412
28413 2007-10-26  Bruno Haible  <bruno@clisp.org>
28414
28415         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
28416         borrowed from autoconf.
28417
28418 2007-10-26  Bruno Haible  <bruno@clisp.org>
28419
28420         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
28421         strerror returned the empty string. Needed on HP-UX 11.00.
28422
28423 2007-10-24  Micah Cowan  <micah@cowan.name>
28424
28425         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
28426         * build-aux/bootstrap: Remove support for now-unnecessary option,
28427         --cvs-user, and envvars CVS_USER, CVS_RSH.
28428
28429 2007-10-24  Jim Meyering  <meyering@redhat.com>
28430
28431         Avoid diagnostics from sha1sum when there is no cached checksum.
28432         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
28433         if the po.s1 file hasn't been created yet.
28434
28435         * build-aux/bootstrap: Sync from coreutils:
28436         2007-10-24  Jim Meyering  <meyering@redhat.com>
28437         Get gnulib from the git repository, not from an obsolete cvs one.
28438         * build-aux/bootstrap: Suggestion from Micah Cowan.
28439         2007-10-04  Jim Meyering  <jim@meyering.net>
28440         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
28441         (update_po_files): Work also when there are no .po files in po/.
28442
28443 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28444
28445         * README: Append ".git" to git and cg examples.
28446         Problem reported by Benoit Sigoure.
28447
28448 2007-10-23  Micah Cowan  <micah@cowan.name>
28449
28450         * users.txt: Add wget.
28451
28452 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28453
28454         Fix linking of some unistdio tests on FreeBSD.
28455         * modules/unistdio/u16-vsnprintf-tests
28456         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
28457         * modules/unistdio/u16-vsprintf-tests
28458         (test_u16_vsnprintf1_LDADD): Likewise.
28459         * modules/unistdio/u32-vsnprintf-tests
28460         (test_u32_vsnprintf1_LDADD): Likewise.
28461         * modules/unistdio/u32-vsprintf-tests
28462         (test_u32_vsprintf1_LDADD): Likewise.
28463         * modules/unistdio/u8-vsnprintf-tests
28464         (test_u8_vsnprintf1_LDADD): Likewise.
28465         * modules/unistdio/u8-vsprintf-tests
28466         (test_u8_vsprintf1_LDADD): Likewise.
28467         * modules/unistdio/ulc-vsnprintf-tests
28468         (test_ulc_vsnprintf1_LDADD): Likewise.
28469         * modules/unistdio/ulc-vsprintf-tests
28470         (test_ulc_vsprintf1_LDADD): Likewise.
28471
28472         Fix linking of some uniconv tests on FreeBSD.
28473         * modules/uniconv/u16-conv-from-enc-tests
28474         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
28475         * modules/uniconv/u16-conv-to-enc-tests
28476         (test_u16_conv_to_enc_LDADD): Likewise.
28477         * modules/uniconv/u16-strconv-from-enc-tests
28478         (test_u16_strconv_from_enc_LDADD): Likewise.
28479         * modules/uniconv/u16-strconv-to-enc-tests
28480         (test_u16_strconv_to_enc_LDADD): Likewise.
28481         * modules/uniconv/u32-conv-from-enc-tests
28482         (test_u32_conv_from_enc_LDADD): Likewise.
28483         * modules/uniconv/u32-conv-to-enc-tests
28484         (test_u32_conv_to_enc_LDADD): Likewise.
28485         * modules/uniconv/u32-strconv-from-enc-tests
28486         (test_u32_strconv_from_enc_LDADD): Likewise.
28487         * modules/uniconv/u32-strconv-to-enc-tests
28488         (test_u32_strconv_to_enc_LDADD): Likewise.
28489         * modules/uniconv/u8-conv-from-enc-tests
28490         (test_u8_conv_from_enc_LDADD): Likewise.
28491         * modules/uniconv/u8-conv-to-enc-tests
28492         (test_u8_conv_to_enc_LDADD): Likewise.
28493         * modules/uniconv/u8-strconv-from-enc-tests
28494         (test_u8_strconv_from_enc_LDADD): Likewise.
28495         * modules/uniconv/u8-strconv-to-enc-tests
28496         (test_u8_strconv_to_enc_LDADD): Likewise.
28497
28498 2007-10-22  Bruno Haible  <bruno@clisp.org>
28499
28500         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
28501         size.
28502
28503 2007-10-22  Eric Blake  <ebb9@byu.net>
28504
28505         Tweak x*printf documentation.
28506         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
28507         variable name and comments.
28508         Suggested by Bruno Haible.
28509
28510 2007-10-22  Bruno Haible  <bruno@clisp.org>
28511
28512         * lib/acl.c (copy_acl): Fix file name in comment.
28513
28514 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28515
28516         Fix Tru64 problem with stdbool.h.
28517         * lib/stdbool.in.h (false, true):
28518         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
28519         Don't declare as an enum in this situation; it runs afoul of Tru64.
28520         Problem reported by Steven M. Schweda in
28521         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
28522
28523 2007-10-22  Eric Blake  <ebb9@byu.net>
28524
28525         Also wrap vf?printf.
28526         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
28527         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
28528         (xvprintf, xvfprintf): New functions.
28529
28530 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28531
28532         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
28533         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
28534
28535         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
28536         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
28537
28538 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28539
28540         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
28541         by Bruno Haible.
28542
28543 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28544
28545         * lib/getloadavg.c
28546         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
28547         Undef `sys' after including sys/table.h, for Tru64 4.0D.
28548
28549         * tests/test-i-ring.c: Work for C89.
28550
28551 2007-10-22  Bruno Haible  <bruno@clisp.org>
28552
28553         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
28554         -1u, in preprocessor expression, so that we don't test for the bug
28555         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
28556         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
28557
28558 2007-10-22  Eric Blake  <ebb9@byu.net>
28559
28560         * tests/test-yesno.sh: Silence stderr during test.
28561
28562 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28563
28564         * modules/crypto/gc-camellia: New file.
28565
28566         * m4/gc-camellia.m4: New file.
28567
28568         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
28569
28570         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
28571
28572 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28573
28574         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
28575         --help to stdout.  Reported by sms@antinode.org (Steven
28576         M. Schweda).
28577
28578 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28579
28580         * users.txt: Fix link to libksba.
28581
28582 2007-10-21  Ben Pfaff  <blp@gnu.org>
28583
28584         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
28585         round.c roundf implementation that depends on floorf and ceilf to
28586         be tested unconditionally.
28587
28588 2007-10-21  Ben Pfaff  <blp@gnu.org>
28589
28590         * m4/check-libm-func.m4: Removed.
28591         * m4/check-math-lib.m4: New file.
28592         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
28593         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
28594         definition and lack of AC_LIBOBJ([roundf]).
28595         * m4/roundl.m4: Ditto, and similarly for roundl.
28596         * modules/round: Reference new m4 file.
28597         * modules/roundf: Ditto.
28598         * modules/roundl: Ditto.
28599         * tests/test-round2.c (main): Use ROUND instead of round.
28600         Bug report from Bruno Haible.
28601
28602 2007-10-21  Bruno Haible  <bruno@clisp.org>
28603
28604         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
28605         context.
28606
28607 2007-10-21  Bruno Haible  <bruno@clisp.org>
28608
28609         * tests/test-wcwidth.c (main): Allow negative result for some control
28610         characters.
28611
28612         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
28613         Needed on OSF/1 5.1.
28614
28615 2007-10-21  Bruno Haible  <bruno@clisp.org>
28616
28617         * tests/test-floorf1.c: Include isnanf.h.
28618         (main): Use isnanf() instead of isnan().
28619         * tests/test-ceilf1.c: Include isnanf.h.
28620         (main): Use isnanf() instead of isnan().
28621         * tests/test-truncf1.c: Include isnanf.h.
28622         (main): Use isnanf() instead of isnan().
28623         * tests/test-roundf1.c: Include isnanf.h.
28624         (main): Use isnanf() instead of isnan().
28625
28626 2007-10-21  Eric Blake  <ebb9@byu.net>
28627
28628         * users.txt: Update URL for m4.
28629
28630 2007-10-21  Bruno Haible  <bruno@clisp.org>
28631
28632         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
28633
28634 2007-10-21  Bruno Haible  <bruno@clisp.org>
28635
28636         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
28637         Git's management files if the CVS files are not present.
28638
28639 2007-10-20  Bruno Haible  <bruno@clisp.org>
28640
28641         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
28642         gcc-3.4.x.
28643
28644 2007-10-20  Ben Pfaff  <blp@gnu.org>
28645
28646         * lib/math.in.h: Declare round, roundf, roundl if we are providing
28647         implementations.
28648         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
28649         * lib/round.c: New file.
28650         * lib/roundf.c: New file.
28651         * lib/roundl.c: New file.
28652         * m4/round.m4: New file.
28653         * m4/roundf.m4: New file.
28654         * m4/roundl.m4: New file.
28655         * m4/check-libm-func-m4: New file.
28656         * modules/math: Replace round, roundf, roundl related @VARS@ in
28657         math.in.h.
28658         * modules/round: New file.
28659         * modules/round-tests: New file.
28660         * modules/roundf: New file.
28661         * modules/roundf-tests: New file.
28662         * modules/roundl: New file.
28663         * modules/roundl-tests: New file.
28664         * tests/test-round1.c: New file.
28665         * tests/test-round2.c: New file.
28666         * tests/test-roundf1.c: New file.
28667         * tests/test-roundf2.c: New file.
28668         * tests/test-roundl.c: New file.
28669         * doc/functions/round.texi: Mention round module.
28670         * doc/functions/roundf.texi: Mention roundf module.
28671         * doc/functions/roundl.texi: Mention roundl module.
28672         * MODULES.html.sh: Mention new modules.
28673         Thanks to Bruno Haible for suggestions.
28674
28675 2007-10-20  Jim Meyering  <meyering@redhat.com>
28676
28677         * lib/xprintf.c: Include <config.h> unconditionally.
28678
28679         Change xprintf's license to GPL.
28680         * modules/xprintf (License): s/LGPL/GPL/, since this module
28681         depends on modules (exit and exitfail) which are GPL.
28682         Suggestion from Bruno Haible.
28683
28684         xprintf fixes.
28685         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
28686         Use a clearer diagnostic.
28687         Patch from Bruno Haible.
28688
28689 2007-10-20  Bruno Haible  <bruno@clisp.org>
28690
28691         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
28692         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
28693         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28694
28695 2007-10-20  Bruno Haible  <bruno@clisp.org>
28696
28697         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
28698         precision in the comparison result > x - 1 or similar.
28699         * tests/test-ceilf2.c (correct_result_p): Likewise.
28700         * tests/test-truncf2.c (correct_result_p): Likewise.
28701         * tests/test-trunc2.c (correct_result_p): Likewise.
28702         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28703
28704 2007-10-20  Bruno Haible  <bruno@clisp.org>
28705
28706         * modules/ceil: New file.
28707         * m4/ceil.m4: New file.
28708         * doc/functions/ceil.texi: Mention the 'ceil' module.
28709
28710 2007-10-20  Bruno Haible  <bruno@clisp.org>
28711
28712         * modules/floor: New file.
28713         * m4/floor.m4: New file.
28714         * doc/functions/floor.texi: Mention the 'floor' module.
28715
28716 2007-10-20  Bruno Haible  <bruno@clisp.org>
28717
28718         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
28719         of %a.
28720         * modules/floorf-tests (Depends-on): Likewise.
28721         * modules/truncf-tests (Depends-on): Likewise.
28722         * modules/trunc-tests (Depends-on): Likewise.
28723         Reported by Ben Pfaff.
28724
28725 2007-10-19  Jim Meyering  <meyering@redhat.com>
28726
28727         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
28728         Don't bother testing specific errno values.  Just test ferror.
28729
28730         New module: xprintf
28731         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
28732
28733 2007-10-19  Bruno Haible  <bruno@clisp.org>
28734
28735         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
28736         syntax.
28737         * modules/javaexec (Makefile.am): Likewise.
28738         * modules/relocatable-prog (Makefile.am): Likewise.
28739         Suggested by Jim Meyering.
28740
28741 2007-10-18  Bruno Haible  <bruno@clisp.org>
28742
28743         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
28744         Reported by Jim Meyering.
28745
28746 2007-10-18  Eric Blake  <ebb9@byu.net>
28747
28748         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
28749
28750 2007-10-18  Bruno Haible  <bruno@clisp.org>
28751
28752         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
28753         the format string into writable memory. Needed in Fortify conditions.
28754
28755 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
28756             Bruno Haible  <bruno@clisp.org>
28757
28758         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
28759         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
28760         * modules/trim (Depends-on): Add mbchar.
28761         (configure.ac): Add gl_FUNC_MBRTOWC.
28762         (Makefile.am): Augment lib_SOURCES.
28763
28764 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28765
28766         Modify glob.c to use fstatat and dirfd, to simplify it.
28767         Suggested by Eric Blake.
28768         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
28769         Don't include <stdbool.h>; not used.
28770         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
28771         (link_exists_p): Simplify implementation, since we can now assume
28772         dirfd and fstatat.
28773         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
28774
28775 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28776
28777         * gnulib-tool (func_get_dependencies): Fix sed script to
28778         match only tests.
28779
28780 2007-10-17  Bruno Haible  <bruno@clisp.org>
28781
28782         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
28783         allow locale names without encoding suffix.
28784         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28785         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28786
28787 2007-10-16  Bruno Haible  <bruno@clisp.org>
28788
28789         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
28790         * lib/getgroups.c (getgroups): Likewise.
28791         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
28792
28793 2007-10-16  Bruno Haible  <bruno@clisp.org>
28794
28795         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
28796         * modules/malloc-posix (License): Likewise.
28797         * modules/realloc-posix (License): Likewise.
28798         * modules/calloc-posix (License): Likewise.
28799         * modules/intprops (License): Change from GPL to LGPL, with
28800         Paul Eggert's approval.
28801
28802 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28803
28804         Merge glibc changes into lib/glob.c.
28805
28806         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
28807         2007-10-15 04:59:03 UTC.  Here are the changes:
28808
28809         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
28810
28811         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
28812
28813         * lib/glob.c: Add some branch prediction throughout.
28814
28815         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
28816
28817         [BZ #5103]
28818         * lib/glob.c (glob): Recognize patterns starting \/.
28819
28820         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
28821
28822         [BZ #3996]
28823         * lib/glob.c (attribute_hidden): Define if not defined.
28824         (glob): Unescape dirname, filename or username when needed and not
28825         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
28826         is NULL.  Handle unescaped [ in pattern without closing ].
28827         Don't pass GLOB_CHECK down to recursive glob for directories.
28828         (__glob_pattern_type): New function.
28829         (__glob_pattern_p): Implement using __glob_pattern_type.
28830         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
28831         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
28832         Remove unreachable code.
28833
28834         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
28835
28836         * lib/glob.c (glob_in_dir): Add some comments and asserts to
28837         explain why there are no leaks.
28838
28839         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
28840
28841         [BZ #3253]
28842         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
28843         time, rather allocate increasingly bigger arrays of pointers, if
28844         possible with alloca, if too large with malloc.
28845
28846 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28847
28848         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
28849         Problem reported by H.Merijn Brand in
28850         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
28851         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
28852         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28853
28854 2007-10-15  Bruno Haible  <bruno@clisp.org>
28855
28856         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
28857         with explicit rpl_ prefix.
28858         * lib/fopen.c (fopen): Likewise.
28859         * lib/freopen.c (freopen): Likewise.
28860         * lib/iconv.c (iconv): Likewise.
28861         * lib/iconv_close.c (iconv_close): Likewise.
28862
28863 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28864
28865         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
28866
28867 2007-10-15  Bruno Haible  <bruno@clisp.org>
28868
28869         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
28870         <stddef.h> instead of <stdlib.h> since we only need NULL.
28871         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28872
28873 2007-10-15  Bruno Haible  <bruno@clisp.org>
28874
28875         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
28876         Replace paragraph talking about LIBOBJS.
28877         Reported by Colin Watson <cjwatson@debian.org>.
28878
28879 2007-10-15  Bruno Haible  <bruno@clisp.org>
28880
28881         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
28882         <stdlib.h> before using NULL.
28883
28884 2007-10-15  Simon Josefsson  <simon@josefsson.org>
28885
28886         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
28887         Reported by Albert Chin <china@thewrittenword.com>.
28888
28889 2007-10-14  Bruno Haible  <bruno@clisp.org>
28890
28891         * modules/iconv_open-utf-tests: New file.
28892         * tests/test-iconv-utf.c: New file.
28893
28894         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
28895         * modules/iconv_open-utf: New file.
28896         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
28897         (iconv, iconv_close): New declarations.
28898         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
28899         be defined.
28900         (iconv_open): Add special handling of conversion between UTF-8 and
28901         UTF-{16,32}{BE,LE}.
28902         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
28903         * lib/iconv_close.c: New file.
28904         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
28905         gl_FUNC_ICONV_OPEN.
28906         (gl_FUNC_ICONV_OPEN): Use it.
28907         (gl_FUNC_ICONV_OPEN_UTF): New macro.
28908         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
28909         and REPLACE_ICONV_UTF.
28910         * modules/iconv_open (Depends-on): Add c-strcase.
28911         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
28912         ICONV_CONST.
28913         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
28914
28915 2007-10-13  Albert Chin  <china@thewrittenword.com>
28916             Bruno Haible  <bruno@clisp.org>
28917
28918         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
28919         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
28920
28921 2007-10-13  Bruno Haible  <bruno@clisp.org>
28922
28923         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
28924         defined, use the ISO C99 inline semantics.
28925         * lib/argp.h (ARGP_EI): Likewise.
28926
28927 2007-10-13  Bruno Haible  <bruno@clisp.org>
28928
28929         Handle 'inline' change in gcc 4.3.0.
28930         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
28931         argp_fmtstream_write, argp_fmtstream_set_lmargin,
28932         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
28933         argp_fmtstream_point): Disable 'extern' declaration if the function
28934         definition is going to be provided inline.
28935         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
28936         semantics, not the ISO C99 inline semantics.
28937         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
28938         'extern' declaration if the function definition is going to be provided
28939         inline.
28940         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
28941         the GNU C inline semantics, not the ISO C99 inline semantics. With
28942         GCC 4.2, avoid a warning.
28943
28944 2007-10-13  Bruno Haible  <bruno@clisp.org>
28945
28946         * lib/freading.h (freading): Enable the use of __freading for
28947         glibc >= 2.7.
28948         * lib/freading.c (freading): Likewise.
28949
28950 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
28951
28952         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
28953         "warning: C99 inline functions are not supported; using GNU89".
28954
28955 2007-10-12  Bruno Haible  <bruno@clisp.org>
28956
28957         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
28958         of 2.
28959         * tests/test-ceilf2.c: New file.
28960         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
28961
28962         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
28963         * modules/ceilf-tests: Update.
28964
28965 2007-10-12  Bruno Haible  <bruno@clisp.org>
28966
28967         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
28968         of 2.
28969         * tests/test-floorf2.c: New file.
28970         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
28971
28972         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
28973         * modules/floorf-tests: Update.
28974
28975 2007-10-12  Bruno Haible  <bruno@clisp.org>
28976
28977         * tests/test-trunc2.c: New file.
28978         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
28979
28980         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
28981         * modules/trunc-tests: Update.
28982
28983 2007-10-12  Bruno Haible  <bruno@clisp.org>
28984
28985         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
28986         of 2.
28987         * tests/test-truncf2.c: New file.
28988         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
28989
28990         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
28991         * modules/truncf-tests: Update.
28992
28993 2007-10-11  Eric Blake  <ebb9@byu.net>
28994
28995         Don't claim strerror is broken on Interix.
28996         * doc/functions/strerror.texi (strerror): Known broken systems are
28997         now Solaris 8, and not Interix.
28998         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
28999         Interix on cross-compile.
29000         Reported by Martin Koeppe in
29001         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
29002
29003 2007-10-11  Bruno Haible  <bruno@clisp.org>
29004
29005         * modules/i-ring-tests: New file.
29006         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
29007         instead of assert.
29008
29009 2007-10-11  Bruno Haible  <bruno@clisp.org>
29010
29011         * modules/filenamecat-tests: New file.
29012         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
29013         * lib/filenamecat.c: Remove test code.
29014
29015 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29016
29017         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
29018
29019         * lib/strerror.c: Include <string.h> always, to test interface,
29020         and to remove the need for the dummy.
29021         Include intprops.h to compute width instead of doing it ourselves
29022         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
29023         (strerror): Define it to return NULL if there's no system strerror.
29024         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
29025         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
29026         ancient pre-strerror Unix systems well any more.  Saying "unknown
29027         system error" is enough.
29028         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
29029         simpler strerror.c implementation.
29030         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
29031         Simplify the tests to reflect the simpler strerror implementation.
29032         * modules/strerror (Depends-on): Add intprops.
29033
29034 2007-10-09  Eric Blake  <ebb9@byu.net>
29035
29036         Silence test-fpending.
29037         * modules/fpending-tests (Files): Add wrapper script.
29038         * tests/test-fpending.sh: New file.
29039
29040 2007-10-09  Bruno Haible  <bruno@clisp.org>
29041
29042         * MODULES.html.sh (func_module): Don't create a hyperlink for
29043         function names like 'printf_frexp'.
29044         (Misc): Add crc, memxor.
29045         (Characteristics of floating types): New section.
29046         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
29047         isnanf-nolibm, signbit, trunc, truncf, truncl.
29048         (Enhancements for ISO C 99 functions): New subsection Input/output.
29049         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
29050         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
29051         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
29052         (Compatibility checks for POSIX:2001 functions): Add clock-time.
29053         (Enhancements for POSIX:2001 functions): Add chdir-long.
29054         (File system functions): Add areadlink, chdir-safer, read-file.
29055         Remove cycle-check.
29056         (File system as inode set): New section.
29057         (Date and time): Add gethrxtime.
29058         (Multithreading): Add openmp.
29059         (Internationalization functions): Add localename.
29060         (Unicode string functions): Add unistr/u*-mbsnlen.
29061         (Support for maintaining and releasing projects): Add git-version-gen.
29062         (Lone files): Remove directories.
29063
29064 2007-10-08  Ben Pfaff  <blp@gnu.org>
29065
29066         * lib/xmalloca.h: Fix typo in comment.
29067
29068 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29069
29070         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
29071         when avoiding problems with integer overflow.  Use a portable test
29072         instead.
29073
29074 2007-10-08  Simon Josefsson  <simon@josefsson.org>
29075
29076         * modules/dummy (License): Change to LGPLv2+.
29077         * modules/float (License): Likewise
29078         * modules/realloc (License): Likewise
29079         * modules/stdlib (License): Likewise
29080
29081 2007-10-07  Bruno Haible  <bruno@clisp.org>
29082
29083         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
29084         * floor.c (TWO_MANT_DIG): Likewise.
29085         * ceil.c (TWO_MANT_DIG): Likewise.
29086         Reported by Ben Pfaff.
29087
29088 2007-10-07  Bruno Haible  <bruno@clisp.org>
29089
29090         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
29091         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
29092         * lib/frexp.c (FUNC): Likewise.
29093         * lib/printf-frexp.h (printf_frexp): Likewise.
29094         * lib/printf-frexpl.h (printf_frexpl): Likewise.
29095         * lib/printf-frexp.c (FUNC): Likewise.
29096         Suggested by Jim Meyering.
29097
29098 2007-10-07  Jim Meyering  <meyering@redhat.com>
29099
29100         Make xnanosleep's integer overflow test more robust.
29101         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
29102         so that gcc-4.3.0 doesn't optimize away this test for overflow.
29103
29104 2007-10-07  Bruno Haible  <bruno@clisp.org>
29105
29106         * NEWS: Mention the license change.
29107
29108         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
29109         abbreviations in the modules files.
29110
29111         Change copyright notice from GPLv2+ to GPLv3+.
29112         * README: Change copyright notice.
29113         * MODULES.html.sh: Likewise.
29114         * build-aux/bootstrap.conf: Likewise.
29115         * build-aux/config.libpath: Likewise.
29116         * build-aux/csharpcomp.sh.in: Likewise.
29117         * build-aux/csharpexec.sh.in: Likewise.
29118         * build-aux/install-reloc: Likewise.
29119         * build-aux/javacomp.sh.in: Likewise.
29120         * build-aux/javaexec.sh.in: Likewise.
29121         * build-aux/ldd.sh.in: Likewise.
29122         * build-aux/reloc-ldflags: Likewise.
29123         * build-aux/relocatable.sh.in: Likewise.
29124         * build-aux/x-to-1.in: Likewise.
29125         * check-module: Likewise.
29126         * config/srclistvars.sh: Likewise.
29127         * gnulib-tool: Likewise.
29128         * lib/acl-internal.h: Likewise.
29129         * lib/acl.c: Likewise.
29130         * lib/acl.h: Likewise.
29131         * lib/acl_entries.c: Likewise.
29132         * lib/areadlink-with-size.c: Likewise.
29133         * lib/areadlink.c: Likewise.
29134         * lib/areadlink.h: Likewise.
29135         * lib/argmatch.c: Likewise.
29136         * lib/argmatch.h: Likewise.
29137         * lib/argp-ba.c: Likewise.
29138         * lib/argp-eexst.c: Likewise.
29139         * lib/argp-fmtstream.c: Likewise.
29140         * lib/argp-fmtstream.h: Likewise.
29141         * lib/argp-fs-xinl.c: Likewise.
29142         * lib/argp-help.c: Likewise.
29143         * lib/argp-namefrob.h: Likewise.
29144         * lib/argp-parse.c: Likewise.
29145         * lib/argp-pin.c: Likewise.
29146         * lib/argp-pv.c: Likewise.
29147         * lib/argp-pvh.c: Likewise.
29148         * lib/argp-xinl.c: Likewise.
29149         * lib/argp.h: Likewise.
29150         * lib/at-func.c: Likewise.
29151         * lib/atanl.c: Likewise.
29152         * lib/backupfile.c: Likewise.
29153         * lib/backupfile.h: Likewise.
29154         * lib/basename.c: Likewise.
29155         * lib/binary-io.h: Likewise.
29156         * lib/byteswap.in.h: Likewise.
29157         * lib/c-stack.c: Likewise.
29158         * lib/c-stack.h: Likewise.
29159         * lib/c-strcasestr.c: Likewise.
29160         * lib/c-strcasestr.h: Likewise.
29161         * lib/c-strstr.c: Likewise.
29162         * lib/c-strstr.h: Likewise.
29163         * lib/c-strtod.c: Likewise.
29164         * lib/calloc.c: Likewise.
29165         * lib/canon-host.c: Likewise.
29166         * lib/canon-host.h: Likewise.
29167         * lib/canonicalize-lgpl.c: Likewise.
29168         * lib/canonicalize.c: Likewise.
29169         * lib/canonicalize.h: Likewise.
29170         * lib/ceil.c: Likewise.
29171         * lib/ceilf.c: Likewise.
29172         * lib/ceill.c: Likewise.
29173         * lib/chdir-long.c: Likewise.
29174         * lib/chdir-long.h: Likewise.
29175         * lib/chdir-safer.c: Likewise.
29176         * lib/chdir-safer.h: Likewise.
29177         * lib/chown.c: Likewise.
29178         * lib/classpath.c: Likewise.
29179         * lib/classpath.h: Likewise.
29180         * lib/clean-temp.c: Likewise.
29181         * lib/clean-temp.h: Likewise.
29182         * lib/cloexec.c: Likewise.
29183         * lib/close-stream.c: Likewise.
29184         * lib/closein.c: Likewise.
29185         * lib/closein.h: Likewise.
29186         * lib/closeout.c: Likewise.
29187         * lib/closeout.h: Likewise.
29188         * lib/concat-filename.c: Likewise.
29189         * lib/copy-file.c: Likewise.
29190         * lib/copy-file.h: Likewise.
29191         * lib/count-one-bits.h: Likewise.
29192         * lib/crc.c: Likewise.
29193         * lib/crc.h: Likewise.
29194         * lib/creat-safer.c: Likewise.
29195         * lib/csharpcomp.c: Likewise.
29196         * lib/csharpcomp.h: Likewise.
29197         * lib/csharpexec.c: Likewise.
29198         * lib/csharpexec.h: Likewise.
29199         * lib/cycle-check.c: Likewise.
29200         * lib/cycle-check.h: Likewise.
29201         * lib/diacrit.c: Likewise.
29202         * lib/diacrit.h: Likewise.
29203         * lib/diffseq.h: Likewise.
29204         * lib/dirchownmod.c: Likewise.
29205         * lib/dirent.in.h: Likewise.
29206         * lib/dirfd.c: Likewise.
29207         * lib/dirfd.h: Likewise.
29208         * lib/dirname.c: Likewise.
29209         * lib/dirname.h: Likewise.
29210         * lib/dummy.c: Likewise.
29211         * lib/dup-safer.c: Likewise.
29212         * lib/dup2.c: Likewise.
29213         * lib/eealloc.h: Likewise.
29214         * lib/error.c: Likewise.
29215         * lib/error.h: Likewise.
29216         * lib/euidaccess.c: Likewise.
29217         * lib/exclude.c: Likewise.
29218         * lib/exclude.h: Likewise.
29219         * lib/execute.c: Likewise.
29220         * lib/execute.h: Likewise.
29221         * lib/exitfail.c: Likewise.
29222         * lib/exitfail.h: Likewise.
29223         * lib/expl.c: Likewise.
29224         * lib/fatal-signal.c: Likewise.
29225         * lib/fatal-signal.h: Likewise.
29226         * lib/fbufmode.c: Likewise.
29227         * lib/fbufmode.h: Likewise.
29228         * lib/fchdir.c: Likewise.
29229         * lib/fchmodat.c: Likewise.
29230         * lib/fchownat.c: Likewise.
29231         * lib/fcntl--.h: Likewise.
29232         * lib/fcntl-safer.h: Likewise.
29233         * lib/fcntl.in.h: Likewise.
29234         * lib/fd-safer.c: Likewise.
29235         * lib/fflush.c: Likewise.
29236         * lib/file-has-acl.c: Likewise.
29237         * lib/file-set.c: Likewise.
29238         * lib/file-type.c: Likewise.
29239         * lib/file-type.h: Likewise.
29240         * lib/fileblocks.c: Likewise.
29241         * lib/filemode.c: Likewise.
29242         * lib/filemode.h: Likewise.
29243         * lib/filename.h: Likewise.
29244         * lib/filenamecat.c: Likewise.
29245         * lib/filenamecat.h: Likewise.
29246         * lib/findprog.c: Likewise.
29247         * lib/findprog.h: Likewise.
29248         * lib/float.in.h: Likewise.
29249         * lib/floor.c: Likewise.
29250         * lib/floorf.c: Likewise.
29251         * lib/floorl.c: Likewise.
29252         * lib/fopen-safer.c: Likewise.
29253         * lib/fopen.c: Likewise.
29254         * lib/fpending.c: Likewise.
29255         * lib/fpending.h: Likewise.
29256         * lib/fprintf.c: Likewise.
29257         * lib/fprintftime.h: Likewise.
29258         * lib/fpucw.h: Likewise.
29259         * lib/fpurge.c: Likewise.
29260         * lib/fpurge.h: Likewise.
29261         * lib/freadable.c: Likewise.
29262         * lib/freadable.h: Likewise.
29263         * lib/freadahead.c: Likewise.
29264         * lib/freadahead.h: Likewise.
29265         * lib/freading.c: Likewise.
29266         * lib/freading.h: Likewise.
29267         * lib/free.c: Likewise.
29268         * lib/freopen.c: Likewise.
29269         * lib/frexp.c: Likewise.
29270         * lib/frexpl.c: Likewise.
29271         * lib/fseek.c: Likewise.
29272         * lib/fseterr.c: Likewise.
29273         * lib/fseterr.h: Likewise.
29274         * lib/fstatat.c: Likewise.
29275         * lib/fstrcmp.c: Likewise.
29276         * lib/fstrcmp.h: Likewise.
29277         * lib/fsusage.c: Likewise.
29278         * lib/fsusage.h: Likewise.
29279         * lib/ftell.c: Likewise.
29280         * lib/ftello.c: Likewise.
29281         * lib/fts-cycle.c: Likewise.
29282         * lib/fts.c: Likewise.
29283         * lib/fts_.h: Likewise.
29284         * lib/full-read.c: Likewise.
29285         * lib/full-read.h: Likewise.
29286         * lib/full-write.c: Likewise.
29287         * lib/full-write.h: Likewise.
29288         * lib/fwritable.c: Likewise.
29289         * lib/fwritable.h: Likewise.
29290         * lib/fwriteerror.c: Likewise.
29291         * lib/fwriteerror.h: Likewise.
29292         * lib/fwriting.c: Likewise.
29293         * lib/fwriting.h: Likewise.
29294         * lib/gcd.c: Likewise.
29295         * lib/gcd.h: Likewise.
29296         * lib/getcwd.c: Likewise.
29297         * lib/getdate.h: Likewise.
29298         * lib/getdate.y: Likewise.
29299         * lib/getdomainname.c: Likewise.
29300         * lib/getdomainname.h: Likewise.
29301         * lib/getgroups.c: Likewise.
29302         * lib/gethostname.c: Likewise.
29303         * lib/gethrxtime.c: Likewise.
29304         * lib/gethrxtime.h: Likewise.
29305         * lib/getloadavg.c: Likewise.
29306         * lib/getndelim2.c: Likewise.
29307         * lib/getndelim2.h: Likewise.
29308         * lib/getnline.c: Likewise.
29309         * lib/getnline.h: Likewise.
29310         * lib/getopt.c: Likewise.
29311         * lib/getopt.in.h: Likewise.
29312         * lib/getopt1.c: Likewise.
29313         * lib/getopt_int.h: Likewise.
29314         * lib/getpagesize.h: Likewise.
29315         * lib/getsubopt.c: Likewise.
29316         * lib/gettime.c: Likewise.
29317         * lib/getugroups.c: Likewise.
29318         * lib/getugroups.h: Likewise.
29319         * lib/getusershell.c: Likewise.
29320         * lib/gl_anyavltree_list1.h: Likewise.
29321         * lib/gl_anyavltree_list2.h: Likewise.
29322         * lib/gl_anyhash_list1.h: Likewise.
29323         * lib/gl_anyhash_list2.h: Likewise.
29324         * lib/gl_anylinked_list1.h: Likewise.
29325         * lib/gl_anylinked_list2.h: Likewise.
29326         * lib/gl_anyrbtree_list1.h: Likewise.
29327         * lib/gl_anyrbtree_list2.h: Likewise.
29328         * lib/gl_anytree_list1.h: Likewise.
29329         * lib/gl_anytree_list2.h: Likewise.
29330         * lib/gl_anytree_oset.h: Likewise.
29331         * lib/gl_anytreehash_list1.h: Likewise.
29332         * lib/gl_anytreehash_list2.h: Likewise.
29333         * lib/gl_array_list.c: Likewise.
29334         * lib/gl_array_list.h: Likewise.
29335         * lib/gl_array_oset.c: Likewise.
29336         * lib/gl_array_oset.h: Likewise.
29337         * lib/gl_avltree_list.c: Likewise.
29338         * lib/gl_avltree_list.h: Likewise.
29339         * lib/gl_avltree_oset.c: Likewise.
29340         * lib/gl_avltree_oset.h: Likewise.
29341         * lib/gl_avltreehash_list.c: Likewise.
29342         * lib/gl_avltreehash_list.h: Likewise.
29343         * lib/gl_carray_list.c: Likewise.
29344         * lib/gl_carray_list.h: Likewise.
29345         * lib/gl_linked_list.c: Likewise.
29346         * lib/gl_linked_list.h: Likewise.
29347         * lib/gl_linkedhash_list.c: Likewise.
29348         * lib/gl_linkedhash_list.h: Likewise.
29349         * lib/gl_list.c: Likewise.
29350         * lib/gl_list.h: Likewise.
29351         * lib/gl_oset.c: Likewise.
29352         * lib/gl_oset.h: Likewise.
29353         * lib/gl_rbtree_list.c: Likewise.
29354         * lib/gl_rbtree_list.h: Likewise.
29355         * lib/gl_rbtree_oset.c: Likewise.
29356         * lib/gl_rbtree_oset.h: Likewise.
29357         * lib/gl_rbtreehash_list.c: Likewise.
29358         * lib/gl_rbtreehash_list.h: Likewise.
29359         * lib/gl_sublist.c: Likewise.
29360         * lib/gl_sublist.h: Likewise.
29361         * lib/group-member.c: Likewise.
29362         * lib/group-member.h: Likewise.
29363         * lib/hard-locale.c: Likewise.
29364         * lib/hard-locale.h: Likewise.
29365         * lib/hash-pjw.c: Likewise.
29366         * lib/hash-pjw.h: Likewise.
29367         * lib/hash-triple.c: Likewise.
29368         * lib/hash.c: Likewise.
29369         * lib/hash.h: Likewise.
29370         * lib/human.c: Likewise.
29371         * lib/human.h: Likewise.
29372         * lib/i-ring.c: Likewise.
29373         * lib/i-ring.h: Likewise.
29374         * lib/idcache.c: Likewise.
29375         * lib/imaxabs.c: Likewise.
29376         * lib/imaxdiv.c: Likewise.
29377         * lib/inet_pton.c: Likewise.
29378         * lib/inet_pton.h: Likewise.
29379         * lib/intprops.h: Likewise.
29380         * lib/inttostr.c: Likewise.
29381         * lib/inttostr.h: Likewise.
29382         * lib/inttypes.in.h: Likewise.
29383         * lib/isapipe.c: Likewise.
29384         * lib/isdir.c: Likewise.
29385         * lib/isnan.c: Likewise.
29386         * lib/isnan.h: Likewise.
29387         * lib/isnanf.c: Likewise.
29388         * lib/isnanf.h: Likewise.
29389         * lib/isnanl-nolibm.h: Likewise.
29390         * lib/isnanl.c: Likewise.
29391         * lib/isnanl.h: Likewise.
29392         * lib/javacomp.c: Likewise.
29393         * lib/javacomp.h: Likewise.
29394         * lib/javaexec.c: Likewise.
29395         * lib/javaexec.h: Likewise.
29396         * lib/javaversion.c: Likewise.
29397         * lib/javaversion.h: Likewise.
29398         * lib/javaversion.java: Likewise.
29399         * lib/lbrkprop.h: Likewise.
29400         * lib/lchmod.h: Likewise.
29401         * lib/lchown.c: Likewise.
29402         * lib/ldexpl.c: Likewise.
29403         * lib/linebreak.c: Likewise.
29404         * lib/linebreak.h: Likewise.
29405         * lib/linebuffer.c: Likewise.
29406         * lib/linebuffer.h: Likewise.
29407         * lib/locale.in.h: Likewise.
29408         * lib/logl.c: Likewise.
29409         * lib/long-options.c: Likewise.
29410         * lib/long-options.h: Likewise.
29411         * lib/lstat.c: Likewise.
29412         * lib/lstat.h: Likewise.
29413         * lib/math.in.h: Likewise.
29414         * lib/mbchar.c: Likewise.
29415         * lib/mbchar.h: Likewise.
29416         * lib/mbfile.h: Likewise.
29417         * lib/mbiter.h: Likewise.
29418         * lib/mbscasecmp.c: Likewise.
29419         * lib/mbscasestr.c: Likewise.
29420         * lib/mbschr.c: Likewise.
29421         * lib/mbscspn.c: Likewise.
29422         * lib/mbslen.c: Likewise.
29423         * lib/mbsncasecmp.c: Likewise.
29424         * lib/mbsnlen.c: Likewise.
29425         * lib/mbspbrk.c: Likewise.
29426         * lib/mbspcasecmp.c: Likewise.
29427         * lib/mbsrchr.c: Likewise.
29428         * lib/mbssep.c: Likewise.
29429         * lib/mbsspn.c: Likewise.
29430         * lib/mbsstr.c: Likewise.
29431         * lib/mbstok_r.c: Likewise.
29432         * lib/mbswidth.c: Likewise.
29433         * lib/mbswidth.h: Likewise.
29434         * lib/mbuiter.h: Likewise.
29435         * lib/memcasecmp.c: Likewise.
29436         * lib/memcasecmp.h: Likewise.
29437         * lib/memchr.c: Likewise.
29438         * lib/memcmp.c: Likewise.
29439         * lib/memcoll.c: Likewise.
29440         * lib/memcoll.h: Likewise.
29441         * lib/memcpy.c: Likewise.
29442         * lib/memrchr.c: Likewise.
29443         * lib/mkancesdirs.c: Likewise.
29444         * lib/mkdir-p.c: Likewise.
29445         * lib/mkdir-p.h: Likewise.
29446         * lib/mkdir.c: Likewise.
29447         * lib/mkdirat.c: Likewise.
29448         * lib/mkdtemp.c: Likewise.
29449         * lib/mkstemp-safer.c: Likewise.
29450         * lib/mkstemp.c: Likewise.
29451         * lib/modechange.c: Likewise.
29452         * lib/modechange.h: Likewise.
29453         * lib/mountlist.c: Likewise.
29454         * lib/mountlist.h: Likewise.
29455         * lib/mpsort.c: Likewise.
29456         * lib/nanosleep.c: Likewise.
29457         * lib/obstack.c: Likewise.
29458         * lib/obstack.h: Likewise.
29459         * lib/open-safer.c: Likewise.
29460         * lib/open.c: Likewise.
29461         * lib/openat-die.c: Likewise.
29462         * lib/openat-priv.h: Likewise.
29463         * lib/openat-proc.c: Likewise.
29464         * lib/openat.c: Likewise.
29465         * lib/openat.h: Likewise.
29466         * lib/pagealign_alloc.c: Likewise.
29467         * lib/pagealign_alloc.h: Likewise.
29468         * lib/physmem.c: Likewise.
29469         * lib/physmem.h: Likewise.
29470         * lib/pipe-safer.c: Likewise.
29471         * lib/pipe.c: Likewise.
29472         * lib/pipe.h: Likewise.
29473         * lib/posixtm.c: Likewise.
29474         * lib/posixtm.h: Likewise.
29475         * lib/posixver.c: Likewise.
29476         * lib/printf-frexp.c: Likewise.
29477         * lib/printf-frexp.h: Likewise.
29478         * lib/printf-frexpl.c: Likewise.
29479         * lib/printf-frexpl.h: Likewise.
29480         * lib/printf.c: Likewise.
29481         * lib/progname.c: Likewise.
29482         * lib/progname.h: Likewise.
29483         * lib/progreloc.c: Likewise.
29484         * lib/putenv.c: Likewise.
29485         * lib/quote.c: Likewise.
29486         * lib/quote.h: Likewise.
29487         * lib/quotearg.c: Likewise.
29488         * lib/quotearg.h: Likewise.
29489         * lib/raise.c: Likewise.
29490         * lib/readline.c: Likewise.
29491         * lib/readline.h: Likewise.
29492         * lib/readlink.c: Likewise.
29493         * lib/readtokens.c: Likewise.
29494         * lib/readtokens.h: Likewise.
29495         * lib/readtokens0.c: Likewise.
29496         * lib/readtokens0.h: Likewise.
29497         * lib/readutmp.c: Likewise.
29498         * lib/readutmp.h: Likewise.
29499         * lib/realloc.c: Likewise.
29500         * lib/relocwrapper.c: Likewise.
29501         * lib/rename-dest-slash.c: Likewise.
29502         * lib/rename.c: Likewise.
29503         * lib/rmdir.c: Likewise.
29504         * lib/rpmatch.c: Likewise.
29505         * lib/safe-read.c: Likewise.
29506         * lib/safe-read.h: Likewise.
29507         * lib/safe-write.c: Likewise.
29508         * lib/safe-write.h: Likewise.
29509         * lib/same-inode.h: Likewise.
29510         * lib/same.c: Likewise.
29511         * lib/same.h: Likewise.
29512         * lib/save-cwd.c: Likewise.
29513         * lib/save-cwd.h: Likewise.
29514         * lib/savedir.c: Likewise.
29515         * lib/savedir.h: Likewise.
29516         * lib/savewd.c: Likewise.
29517         * lib/savewd.h: Likewise.
29518         * lib/search.in.h: Likewise.
29519         * lib/setenv.c: Likewise.
29520         * lib/setenv.h: Likewise.
29521         * lib/settime.c: Likewise.
29522         * lib/sh-quote.c: Likewise.
29523         * lib/sh-quote.h: Likewise.
29524         * lib/sig2str.c: Likewise.
29525         * lib/sig2str.h: Likewise.
29526         * lib/signal.in.h: Likewise.
29527         * lib/signbitd.c: Likewise.
29528         * lib/signbitf.c: Likewise.
29529         * lib/signbitl.c: Likewise.
29530         * lib/sigprocmask.c: Likewise.
29531         * lib/sincosl.c: Likewise.
29532         * lib/sleep.c: Likewise.
29533         * lib/sprintf.c: Likewise.
29534         * lib/sqrtl.c: Likewise.
29535         * lib/stat-time.h: Likewise.
29536         * lib/stdio--.h: Likewise.
29537         * lib/stdio-safer.h: Likewise.
29538         * lib/stdlib--.h: Likewise.
29539         * lib/stdlib-safer.h: Likewise.
29540         * lib/stdlib.in.h: Likewise.
29541         * lib/stpcpy.c: Likewise.
29542         * lib/stpncpy.c: Likewise.
29543         * lib/strchrnul.c: Likewise.
29544         * lib/strcspn.c: Likewise.
29545         * lib/strerror.c: Likewise.
29546         * lib/strftime.c: Likewise.
29547         * lib/strftime.h: Likewise.
29548         * lib/striconveh.c: Likewise.
29549         * lib/striconveh.h: Likewise.
29550         * lib/striconveha.c: Likewise.
29551         * lib/striconveha.h: Likewise.
29552         * lib/stripslash.c: Likewise.
29553         * lib/strnlen1.c: Likewise.
29554         * lib/strnlen1.h: Likewise.
29555         * lib/strtod.c: Likewise.
29556         * lib/strtoimax.c: Likewise.
29557         * lib/strtok_r.c: Likewise.
29558         * lib/strtol.c: Likewise.
29559         * lib/strtoll.c: Likewise.
29560         * lib/strtoul.c: Likewise.
29561         * lib/strtoull.c: Likewise.
29562         * lib/sysexits.in.h: Likewise.
29563         * lib/tempname.c: Likewise.
29564         * lib/tempname.h: Likewise.
29565         * lib/timespec.h: Likewise.
29566         * lib/tls.c: Likewise.
29567         * lib/tls.h: Likewise.
29568         * lib/tmpdir.c: Likewise.
29569         * lib/tmpdir.h: Likewise.
29570         * lib/tmpfile-safer.c: Likewise.
29571         * lib/tmpfile.c: Likewise.
29572         * lib/trigl.c: Likewise.
29573         * lib/trigl.h: Likewise.
29574         * lib/trim.c: Likewise.
29575         * lib/trim.h: Likewise.
29576         * lib/trunc.c: Likewise.
29577         * lib/truncf.c: Likewise.
29578         * lib/truncl.c: Likewise.
29579         * lib/tsearch.c: Likewise.
29580         * lib/unicodeio.c: Likewise.
29581         * lib/unicodeio.h: Likewise.
29582         * lib/unistd--.h: Likewise.
29583         * lib/unistd-safer.h: Likewise.
29584         * lib/unistdio/ulc-fprintf.c: Likewise.
29585         * lib/unistdio/ulc-vfprintf.c: Likewise.
29586         * lib/unlinkdir.c: Likewise.
29587         * lib/unlinkdir.h: Likewise.
29588         * lib/unlocked-io.h: Likewise.
29589         * lib/unsetenv.c: Likewise.
29590         * lib/userspec.c: Likewise.
29591         * lib/utime.c: Likewise.
29592         * lib/utimecmp.c: Likewise.
29593         * lib/utimecmp.h: Likewise.
29594         * lib/utimens.c: Likewise.
29595         * lib/verify.h: Likewise.
29596         * lib/verror.c: Likewise.
29597         * lib/verror.h: Likewise.
29598         * lib/version-etc-fsf.c: Likewise.
29599         * lib/version-etc.c: Likewise.
29600         * lib/version-etc.h: Likewise.
29601         * lib/vfprintf.c: Likewise.
29602         * lib/vprintf.c: Likewise.
29603         * lib/vsprintf.c: Likewise.
29604         * lib/w32spawn.h: Likewise.
29605         * lib/wait-process.c: Likewise.
29606         * lib/wait-process.h: Likewise.
29607         * lib/wcwidth.c: Likewise.
29608         * lib/write-any-file.c: Likewise.
29609         * lib/xalloc-die.c: Likewise.
29610         * lib/xalloc.h: Likewise.
29611         * lib/xasprintf.c: Likewise.
29612         * lib/xgetcwd.c: Likewise.
29613         * lib/xgetcwd.h: Likewise.
29614         * lib/xgetdomainname.c: Likewise.
29615         * lib/xgetdomainname.h: Likewise.
29616         * lib/xgethostname.c: Likewise.
29617         * lib/xmalloc.c: Likewise.
29618         * lib/xmalloca.c: Likewise.
29619         * lib/xmalloca.h: Likewise.
29620         * lib/xmemcoll.c: Likewise.
29621         * lib/xnanosleep.c: Likewise.
29622         * lib/xreadlink.c: Likewise.
29623         * lib/xreadlink.h: Likewise.
29624         * lib/xsetenv.c: Likewise.
29625         * lib/xsetenv.h: Likewise.
29626         * lib/xstriconv.c: Likewise.
29627         * lib/xstriconv.h: Likewise.
29628         * lib/xstrndup.c: Likewise.
29629         * lib/xstrndup.h: Likewise.
29630         * lib/xstrtod.c: Likewise.
29631         * lib/xstrtod.h: Likewise.
29632         * lib/xstrtol-error.c: Likewise.
29633         * lib/xstrtol.c: Likewise.
29634         * lib/xstrtol.h: Likewise.
29635         * lib/xtime.h: Likewise.
29636         * lib/xvasprintf.c: Likewise.
29637         * lib/xvasprintf.h: Likewise.
29638         * lib/yesno.c: Likewise.
29639         * lib/yesno.h: Likewise.
29640         * posix-modules: Likewise.
29641         * tests/test-alloca-opt.c: Likewise.
29642         * tests/test-arcfour.c: Likewise.
29643         * tests/test-arctwo.c: Likewise.
29644         * tests/test-argmatch.c: Likewise.
29645         * tests/test-argp-2.sh: Likewise.
29646         * tests/test-argp.c: Likewise.
29647         * tests/test-arpa_inet.c: Likewise.
29648         * tests/test-array_list.c: Likewise.
29649         * tests/test-array_oset.c: Likewise.
29650         * tests/test-atexit.c: Likewise.
29651         * tests/test-avltree_list.c: Likewise.
29652         * tests/test-avltree_oset.c: Likewise.
29653         * tests/test-avltreehash_list.c: Likewise.
29654         * tests/test-base64.c: Likewise.
29655         * tests/test-binary-io.c: Likewise.
29656         * tests/test-byteswap.c: Likewise.
29657         * tests/test-c-ctype.c: Likewise.
29658         * tests/test-c-strcasecmp.c: Likewise.
29659         * tests/test-c-strcasestr.c: Likewise.
29660         * tests/test-c-strncasecmp.c: Likewise.
29661         * tests/test-c-strstr.c: Likewise.
29662         * tests/test-canonicalize-lgpl.c: Likewise.
29663         * tests/test-canonicalize.c: Likewise.
29664         * tests/test-carray_list.c: Likewise.
29665         * tests/test-ceilf.c: Likewise.
29666         * tests/test-ceill.c: Likewise.
29667         * tests/test-count-one-bits.c: Likewise.
29668         * tests/test-crc.c: Likewise.
29669         * tests/test-dirname.c: Likewise.
29670         * tests/test-fbufmode.c: Likewise.
29671         * tests/test-fcntl.c: Likewise.
29672         * tests/test-fflush.c: Likewise.
29673         * tests/test-floorf.c: Likewise.
29674         * tests/test-floorl.c: Likewise.
29675         * tests/test-fopen.c: Likewise.
29676         * tests/test-fprintf-posix.c: Likewise.
29677         * tests/test-fprintf-posix.h: Likewise.
29678         * tests/test-fpurge.c: Likewise.
29679         * tests/test-freadable.c: Likewise.
29680         * tests/test-freadahead.c: Likewise.
29681         * tests/test-freading.c: Likewise.
29682         * tests/test-freopen.c: Likewise.
29683         * tests/test-frexp.c: Likewise.
29684         * tests/test-frexpl.c: Likewise.
29685         * tests/test-fseek.c: Likewise.
29686         * tests/test-fseeko.c: Likewise.
29687         * tests/test-fseterr.c: Likewise.
29688         * tests/test-fstrcmp.c: Likewise.
29689         * tests/test-ftell.c: Likewise.
29690         * tests/test-ftello.c: Likewise.
29691         * tests/test-fwritable.c: Likewise.
29692         * tests/test-fwriting.c: Likewise.
29693         * tests/test-getaddrinfo.c: Likewise.
29694         * tests/test-getpass.c: Likewise.
29695         * tests/test-gettimeofday.c: Likewise.
29696         * tests/test-hmac-md5.c: Likewise.
29697         * tests/test-hmac-sha1.c: Likewise.
29698         * tests/test-iconv.c: Likewise.
29699         * tests/test-iconvme.c: Likewise.
29700         * tests/test-inttypes.c: Likewise.
29701         * tests/test-isnan.c: Likewise.
29702         * tests/test-isnanf.c: Likewise.
29703         * tests/test-isnanl-nolibm.c: Likewise.
29704         * tests/test-isnanl.c: Likewise.
29705         * tests/test-isnanl.h: Likewise.
29706         * tests/test-ldexpl.c: Likewise.
29707         * tests/test-linked_list.c: Likewise.
29708         * tests/test-linkedhash_list.c: Likewise.
29709         * tests/test-locale.c: Likewise.
29710         * tests/test-localename.c: Likewise.
29711         * tests/test-lock.c: Likewise.
29712         * tests/test-lseek.c: Likewise.
29713         * tests/test-malloca.c: Likewise.
29714         * tests/test-math.c: Likewise.
29715         * tests/test-mbscasecmp.c: Likewise.
29716         * tests/test-mbscasestr1.c: Likewise.
29717         * tests/test-mbscasestr2.c: Likewise.
29718         * tests/test-mbscasestr3.c: Likewise.
29719         * tests/test-mbscasestr4.c: Likewise.
29720         * tests/test-mbschr.c: Likewise.
29721         * tests/test-mbscspn.c: Likewise.
29722         * tests/test-mbsncasecmp.c: Likewise.
29723         * tests/test-mbspbrk.c: Likewise.
29724         * tests/test-mbspcasecmp.c: Likewise.
29725         * tests/test-mbsrchr.c: Likewise.
29726         * tests/test-mbsspn.c: Likewise.
29727         * tests/test-mbsstr1.c: Likewise.
29728         * tests/test-mbsstr2.c: Likewise.
29729         * tests/test-mbsstr3.c: Likewise.
29730         * tests/test-md5.c: Likewise.
29731         * tests/test-memmem.c: Likewise.
29732         * tests/test-netinet_in.c: Likewise.
29733         * tests/test-open.c: Likewise.
29734         * tests/test-printf-frexp.c: Likewise.
29735         * tests/test-printf-frexpl.c: Likewise.
29736         * tests/test-printf-posix.c: Likewise.
29737         * tests/test-printf-posix.h: Likewise.
29738         * tests/test-rbtree_list.c: Likewise.
29739         * tests/test-rbtree_oset.c: Likewise.
29740         * tests/test-rbtreehash_list.c: Likewise.
29741         * tests/test-read-file.c: Likewise.
29742         * tests/test-rijndael.c: Likewise.
29743         * tests/test-search.c: Likewise.
29744         * tests/test-signbit.c: Likewise.
29745         * tests/test-sleep.c: Likewise.
29746         * tests/test-snprintf-posix.c: Likewise.
29747         * tests/test-snprintf-posix.h: Likewise.
29748         * tests/test-snprintf.c: Likewise.
29749         * tests/test-sprintf-posix.c: Likewise.
29750         * tests/test-sprintf-posix.h: Likewise.
29751         * tests/test-stat-time.c: Likewise.
29752         * tests/test-stdbool.c: Likewise.
29753         * tests/test-stdint.c: Likewise.
29754         * tests/test-stdio.c: Likewise.
29755         * tests/test-stdlib.c: Likewise.
29756         * tests/test-stpncpy.c: Likewise.
29757         * tests/test-strcasestr.c: Likewise.
29758         * tests/test-striconv.c: Likewise.
29759         * tests/test-striconveh.c: Likewise.
29760         * tests/test-striconveha.c: Likewise.
29761         * tests/test-string.c: Likewise.
29762         * tests/test-sys_select.c: Likewise.
29763         * tests/test-sys_socket.c: Likewise.
29764         * tests/test-sys_stat.c: Likewise.
29765         * tests/test-sys_time.c: Likewise.
29766         * tests/test-sysexits.c: Likewise.
29767         * tests/test-time.c: Likewise.
29768         * tests/test-tls.c: Likewise.
29769         * tests/test-trunc.c: Likewise.
29770         * tests/test-truncf.c: Likewise.
29771         * tests/test-truncl.c: Likewise.
29772         * tests/test-unistd.c: Likewise.
29773         * tests/test-vasnprintf-posix.c: Likewise.
29774         * tests/test-vasnprintf-posix2.c: Likewise.
29775         * tests/test-vasnprintf.c: Likewise.
29776         * tests/test-vasprintf-posix.c: Likewise.
29777         * tests/test-vasprintf.c: Likewise.
29778         * tests/test-verify.c: Likewise.
29779         * tests/test-vfprintf-posix.c: Likewise.
29780         * tests/test-vprintf-posix.c: Likewise.
29781         * tests/test-vsnprintf-posix.c: Likewise.
29782         * tests/test-vsnprintf.c: Likewise.
29783         * tests/test-vsprintf-posix.c: Likewise.
29784         * tests/test-wchar.c: Likewise.
29785         * tests/test-wctype.c: Likewise.
29786         * tests/test-wcwidth.c: Likewise.
29787         * tests/test-xstrtol.c: Likewise.
29788         * tests/test-xvasprintf.c: Likewise.
29789         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
29790         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
29791         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29792         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29793         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29794         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
29795         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29796         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29797         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29798         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
29799         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29800         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29801         * tests/uniname/test-uninames.c: Likewise.
29802         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
29803         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
29804         * tests/unistdio/test-u16-printf1.h: Likewise.
29805         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
29806         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
29807         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
29808         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
29809         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
29810         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
29811         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
29812         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
29813         * tests/unistdio/test-u32-printf1.h: Likewise.
29814         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
29815         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
29816         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
29817         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
29818         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
29819         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
29820         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
29821         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
29822         * tests/unistdio/test-u8-printf1.h: Likewise.
29823         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
29824         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
29825         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
29826         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
29827         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
29828         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
29829         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
29830         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
29831         * tests/unistdio/test-ulc-printf1.h: Likewise.
29832         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
29833         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
29834         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
29835         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
29836         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
29837         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
29838         * tests/uniwidth/test-u16-strwidth.c: Likewise.
29839         * tests/uniwidth/test-u16-width.c: Likewise.
29840         * tests/uniwidth/test-u32-strwidth.c: Likewise.
29841         * tests/uniwidth/test-u32-width.c: Likewise.
29842         * tests/uniwidth/test-u8-strwidth.c: Likewise.
29843         * tests/uniwidth/test-u8-width.c: Likewise.
29844         * tests/uniwidth/test-uc_width.c: Likewise.
29845         * config/srclist-update: Likewise.
29846         (fixlicense): Update to GPLv3+.
29847
29848         Change copyright notice from LGPLv2.1+ to LGPLv3+.
29849         * tests/test-tsearch.c: Change copyright notice.
29850
29851         Change copyright notice from LGPLv2.0+ to LGPLv3+.
29852         * lib/c-strcaseeq.h: Change copyright notice.
29853         * lib/streq.h: Likewise.
29854         * lib/uniconv.h: Likewise.
29855         * lib/uniconv/u-conv-from-enc.h: Likewise.
29856         * lib/uniconv/u-conv-to-enc.h: Likewise.
29857         * lib/uniconv/u-strconv-from-enc.h: Likewise.
29858         * lib/uniconv/u-strconv-to-enc.h: Likewise.
29859         * lib/uniconv/u16-conv-from-enc.c: Likewise.
29860         * lib/uniconv/u16-conv-to-enc.c: Likewise.
29861         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
29862         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
29863         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
29864         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
29865         * lib/uniconv/u32-conv-from-enc.c: Likewise.
29866         * lib/uniconv/u32-conv-to-enc.c: Likewise.
29867         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
29868         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
29869         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
29870         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
29871         * lib/uniconv/u8-conv-from-enc.c: Likewise.
29872         * lib/uniconv/u8-conv-to-enc.c: Likewise.
29873         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
29874         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
29875         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
29876         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
29877         * lib/uniname.h: Likewise.
29878         * lib/uniname/uniname.c: Likewise.
29879         * lib/unistdio.h: Likewise.
29880         * lib/unistdio/u-asnprintf.h: Likewise.
29881         * lib/unistdio/u-asprintf.h: Likewise.
29882         * lib/unistdio/u-printf-args.c: Likewise.
29883         * lib/unistdio/u-printf-args.h: Likewise.
29884         * lib/unistdio/u-printf-parse.h: Likewise.
29885         * lib/unistdio/u-snprintf.h: Likewise.
29886         * lib/unistdio/u-sprintf.h: Likewise.
29887         * lib/unistdio/u-vasprintf.h: Likewise.
29888         * lib/unistdio/u-vsnprintf.h: Likewise.
29889         * lib/unistdio/u-vsprintf.h: Likewise.
29890         * lib/unistdio/u16-asnprintf.c: Likewise.
29891         * lib/unistdio/u16-asprintf.c: Likewise.
29892         * lib/unistdio/u16-printf-parse.c: Likewise.
29893         * lib/unistdio/u16-snprintf.c: Likewise.
29894         * lib/unistdio/u16-sprintf.c: Likewise.
29895         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
29896         * lib/unistdio/u16-u16-asprintf.c: Likewise.
29897         * lib/unistdio/u16-u16-snprintf.c: Likewise.
29898         * lib/unistdio/u16-u16-sprintf.c: Likewise.
29899         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
29900         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
29901         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
29902         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
29903         * lib/unistdio/u16-vasnprintf.c: Likewise.
29904         * lib/unistdio/u16-vasprintf.c: Likewise.
29905         * lib/unistdio/u16-vsnprintf.c: Likewise.
29906         * lib/unistdio/u16-vsprintf.c: Likewise.
29907         * lib/unistdio/u32-asnprintf.c: Likewise.
29908         * lib/unistdio/u32-asprintf.c: Likewise.
29909         * lib/unistdio/u32-printf-parse.c: Likewise.
29910         * lib/unistdio/u32-snprintf.c: Likewise.
29911         * lib/unistdio/u32-sprintf.c: Likewise.
29912         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
29913         * lib/unistdio/u32-u32-asprintf.c: Likewise.
29914         * lib/unistdio/u32-u32-snprintf.c: Likewise.
29915         * lib/unistdio/u32-u32-sprintf.c: Likewise.
29916         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
29917         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
29918         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
29919         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
29920         * lib/unistdio/u32-vasnprintf.c: Likewise.
29921         * lib/unistdio/u32-vasprintf.c: Likewise.
29922         * lib/unistdio/u32-vsnprintf.c: Likewise.
29923         * lib/unistdio/u32-vsprintf.c: Likewise.
29924         * lib/unistdio/u8-asnprintf.c: Likewise.
29925         * lib/unistdio/u8-asprintf.c: Likewise.
29926         * lib/unistdio/u8-printf-parse.c: Likewise.
29927         * lib/unistdio/u8-snprintf.c: Likewise.
29928         * lib/unistdio/u8-sprintf.c: Likewise.
29929         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
29930         * lib/unistdio/u8-u8-asprintf.c: Likewise.
29931         * lib/unistdio/u8-u8-snprintf.c: Likewise.
29932         * lib/unistdio/u8-u8-sprintf.c: Likewise.
29933         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
29934         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
29935         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
29936         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
29937         * lib/unistdio/u8-vasnprintf.c: Likewise.
29938         * lib/unistdio/u8-vasprintf.c: Likewise.
29939         * lib/unistdio/u8-vsnprintf.c: Likewise.
29940         * lib/unistdio/u8-vsprintf.c: Likewise.
29941         * lib/unistdio/ulc-asnprintf.c: Likewise.
29942         * lib/unistdio/ulc-asprintf.c: Likewise.
29943         * lib/unistdio/ulc-printf-parse.c: Likewise.
29944         * lib/unistdio/ulc-snprintf.c: Likewise.
29945         * lib/unistdio/ulc-sprintf.c: Likewise.
29946         * lib/unistdio/ulc-vasnprintf.c: Likewise.
29947         * lib/unistdio/ulc-vasprintf.c: Likewise.
29948         * lib/unistdio/ulc-vsnprintf.c: Likewise.
29949         * lib/unistdio/ulc-vsprintf.c: Likewise.
29950         * lib/unistr.h: Likewise.
29951         * lib/unistr/u-cpy-alloc.h: Likewise.
29952         * lib/unistr/u-cpy.h: Likewise.
29953         * lib/unistr/u-endswith.h: Likewise.
29954         * lib/unistr/u-move.h: Likewise.
29955         * lib/unistr/u-set.h: Likewise.
29956         * lib/unistr/u-startswith.h: Likewise.
29957         * lib/unistr/u-stpcpy.h: Likewise.
29958         * lib/unistr/u-stpncpy.h: Likewise.
29959         * lib/unistr/u-strcat.h: Likewise.
29960         * lib/unistr/u-strcpy.h: Likewise.
29961         * lib/unistr/u-strcspn.h: Likewise.
29962         * lib/unistr/u-strdup.h: Likewise.
29963         * lib/unistr/u-strlen.h: Likewise.
29964         * lib/unistr/u-strncat.h: Likewise.
29965         * lib/unistr/u-strncpy.h: Likewise.
29966         * lib/unistr/u-strnlen.h: Likewise.
29967         * lib/unistr/u-strpbrk.h: Likewise.
29968         * lib/unistr/u-strspn.h: Likewise.
29969         * lib/unistr/u-strstr.h: Likewise.
29970         * lib/unistr/u-strtok.h: Likewise.
29971         * lib/unistr/u16-check.c: Likewise.
29972         * lib/unistr/u16-chr.c: Likewise.
29973         * lib/unistr/u16-cmp.c: Likewise.
29974         * lib/unistr/u16-cpy-alloc.c: Likewise.
29975         * lib/unistr/u16-cpy.c: Likewise.
29976         * lib/unistr/u16-endswith.c: Likewise.
29977         * lib/unistr/u16-mblen.c: Likewise.
29978         * lib/unistr/u16-mbsnlen.c: Likewise.
29979         * lib/unistr/u16-mbtouc-aux.c: Likewise.
29980         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
29981         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
29982         * lib/unistr/u16-mbtouc.c: Likewise.
29983         * lib/unistr/u16-mbtoucr.c: Likewise.
29984         * lib/unistr/u16-move.c: Likewise.
29985         * lib/unistr/u16-next.c: Likewise.
29986         * lib/unistr/u16-prev.c: Likewise.
29987         * lib/unistr/u16-set.c: Likewise.
29988         * lib/unistr/u16-startswith.c: Likewise.
29989         * lib/unistr/u16-stpcpy.c: Likewise.
29990         * lib/unistr/u16-stpncpy.c: Likewise.
29991         * lib/unistr/u16-strcat.c: Likewise.
29992         * lib/unistr/u16-strchr.c: Likewise.
29993         * lib/unistr/u16-strcmp.c: Likewise.
29994         * lib/unistr/u16-strcpy.c: Likewise.
29995         * lib/unistr/u16-strcspn.c: Likewise.
29996         * lib/unistr/u16-strdup.c: Likewise.
29997         * lib/unistr/u16-strlen.c: Likewise.
29998         * lib/unistr/u16-strmblen.c: Likewise.
29999         * lib/unistr/u16-strmbtouc.c: Likewise.
30000         * lib/unistr/u16-strncat.c: Likewise.
30001         * lib/unistr/u16-strncmp.c: Likewise.
30002         * lib/unistr/u16-strncpy.c: Likewise.
30003         * lib/unistr/u16-strnlen.c: Likewise.
30004         * lib/unistr/u16-strpbrk.c: Likewise.
30005         * lib/unistr/u16-strrchr.c: Likewise.
30006         * lib/unistr/u16-strspn.c: Likewise.
30007         * lib/unistr/u16-strstr.c: Likewise.
30008         * lib/unistr/u16-strtok.c: Likewise.
30009         * lib/unistr/u16-to-u32.c: Likewise.
30010         * lib/unistr/u16-to-u8.c: Likewise.
30011         * lib/unistr/u16-uctomb-aux.c: Likewise.
30012         * lib/unistr/u16-uctomb.c: Likewise.
30013         * lib/unistr/u32-check.c: Likewise.
30014         * lib/unistr/u32-chr.c: Likewise.
30015         * lib/unistr/u32-cmp.c: Likewise.
30016         * lib/unistr/u32-cpy-alloc.c: Likewise.
30017         * lib/unistr/u32-cpy.c: Likewise.
30018         * lib/unistr/u32-endswith.c: Likewise.
30019         * lib/unistr/u32-mblen.c: Likewise.
30020         * lib/unistr/u32-mbsnlen.c: Likewise.
30021         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
30022         * lib/unistr/u32-mbtouc.c: Likewise.
30023         * lib/unistr/u32-mbtoucr.c: Likewise.
30024         * lib/unistr/u32-move.c: Likewise.
30025         * lib/unistr/u32-next.c: Likewise.
30026         * lib/unistr/u32-prev.c: Likewise.
30027         * lib/unistr/u32-set.c: Likewise.
30028         * lib/unistr/u32-startswith.c: Likewise.
30029         * lib/unistr/u32-stpcpy.c: Likewise.
30030         * lib/unistr/u32-stpncpy.c: Likewise.
30031         * lib/unistr/u32-strcat.c: Likewise.
30032         * lib/unistr/u32-strchr.c: Likewise.
30033         * lib/unistr/u32-strcmp.c: Likewise.
30034         * lib/unistr/u32-strcpy.c: Likewise.
30035         * lib/unistr/u32-strcspn.c: Likewise.
30036         * lib/unistr/u32-strdup.c: Likewise.
30037         * lib/unistr/u32-strlen.c: Likewise.
30038         * lib/unistr/u32-strmblen.c: Likewise.
30039         * lib/unistr/u32-strmbtouc.c: Likewise.
30040         * lib/unistr/u32-strncat.c: Likewise.
30041         * lib/unistr/u32-strncmp.c: Likewise.
30042         * lib/unistr/u32-strncpy.c: Likewise.
30043         * lib/unistr/u32-strnlen.c: Likewise.
30044         * lib/unistr/u32-strpbrk.c: Likewise.
30045         * lib/unistr/u32-strrchr.c: Likewise.
30046         * lib/unistr/u32-strspn.c: Likewise.
30047         * lib/unistr/u32-strstr.c: Likewise.
30048         * lib/unistr/u32-strtok.c: Likewise.
30049         * lib/unistr/u32-to-u16.c: Likewise.
30050         * lib/unistr/u32-to-u8.c: Likewise.
30051         * lib/unistr/u32-uctomb.c: Likewise.
30052         * lib/unistr/u8-check.c: Likewise.
30053         * lib/unistr/u8-chr.c: Likewise.
30054         * lib/unistr/u8-cmp.c: Likewise.
30055         * lib/unistr/u8-cpy-alloc.c: Likewise.
30056         * lib/unistr/u8-cpy.c: Likewise.
30057         * lib/unistr/u8-endswith.c: Likewise.
30058         * lib/unistr/u8-mblen.c: Likewise.
30059         * lib/unistr/u8-mbsnlen.c: Likewise.
30060         * lib/unistr/u8-mbtouc-aux.c: Likewise.
30061         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
30062         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
30063         * lib/unistr/u8-mbtouc.c: Likewise.
30064         * lib/unistr/u8-mbtoucr.c: Likewise.
30065         * lib/unistr/u8-move.c: Likewise.
30066         * lib/unistr/u8-next.c: Likewise.
30067         * lib/unistr/u8-prev.c: Likewise.
30068         * lib/unistr/u8-set.c: Likewise.
30069         * lib/unistr/u8-startswith.c: Likewise.
30070         * lib/unistr/u8-stpcpy.c: Likewise.
30071         * lib/unistr/u8-stpncpy.c: Likewise.
30072         * lib/unistr/u8-strcat.c: Likewise.
30073         * lib/unistr/u8-strchr.c: Likewise.
30074         * lib/unistr/u8-strcmp.c: Likewise.
30075         * lib/unistr/u8-strcpy.c: Likewise.
30076         * lib/unistr/u8-strcspn.c: Likewise.
30077         * lib/unistr/u8-strdup.c: Likewise.
30078         * lib/unistr/u8-strlen.c: Likewise.
30079         * lib/unistr/u8-strmblen.c: Likewise.
30080         * lib/unistr/u8-strmbtouc.c: Likewise.
30081         * lib/unistr/u8-strncat.c: Likewise.
30082         * lib/unistr/u8-strncmp.c: Likewise.
30083         * lib/unistr/u8-strncpy.c: Likewise.
30084         * lib/unistr/u8-strnlen.c: Likewise.
30085         * lib/unistr/u8-strpbrk.c: Likewise.
30086         * lib/unistr/u8-strrchr.c: Likewise.
30087         * lib/unistr/u8-strspn.c: Likewise.
30088         * lib/unistr/u8-strstr.c: Likewise.
30089         * lib/unistr/u8-strtok.c: Likewise.
30090         * lib/unistr/u8-to-u16.c: Likewise.
30091         * lib/unistr/u8-to-u32.c: Likewise.
30092         * lib/unistr/u8-uctomb-aux.c: Likewise.
30093         * lib/unistr/u8-uctomb.c: Likewise.
30094         * lib/unitypes.h: Likewise.
30095         * lib/uniwidth.h: Likewise.
30096         * lib/uniwidth/cjk.h: Likewise.
30097         * lib/uniwidth/u16-strwidth.c: Likewise.
30098         * lib/uniwidth/u16-width.c: Likewise.
30099         * lib/uniwidth/u32-strwidth.c: Likewise.
30100         * lib/uniwidth/u32-width.c: Likewise.
30101         * lib/uniwidth/u8-strwidth.c: Likewise.
30102         * lib/uniwidth/u8-width.c: Likewise.
30103         * lib/uniwidth/width.c: Likewise.
30104
30105 2007-10-07  Bruno Haible  <bruno@clisp.org>
30106
30107         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
30108         The file is still under LGPL (see modules/inttypes).
30109
30110 2007-10-06  Bruno Haible  <bruno@clisp.org>
30111
30112         * modules/trunc (Dependencies): Add 'extensions'.
30113         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
30114         Reported by Ben Pfaff <blp@gnu.org>.
30115
30116 2007-10-06  Bruno Haible  <bruno@clisp.org>
30117
30118         * modules/freopen-tests: New file.
30119         * tests/test-freopen.c: New file.
30120
30121         * modules/fopen-tests: New file.
30122         * tests/test-fopen.c: New file.
30123
30124         * modules/fopen: New file.
30125         * lib/fopen.c: New file.
30126         * m4/fopen.m4: New file.
30127         * modules/freopen: New file.
30128         * lib/freopen.c: New file.
30129         * m4/freopen.m4: New file.
30130         * lib/stdio.in.h (fopen, freopen): New declarations.
30131         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
30132         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
30133         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
30134         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
30135         * doc/functions/fopen.texi: Mention the 'fopen' module.
30136         * doc/functions/freopen.texi: Mention the 'freopen' module.
30137
30138 2007-10-06  Bruno Haible  <bruno@clisp.org>
30139
30140         * modules/open-tests: New file.
30141         * tests/test-open.c: New file.
30142
30143         * modules/open: New file.
30144         * lib/open.c: New file.
30145         * m4/open.m4: New file.
30146         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
30147         lib/open.c does.
30148         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
30149         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
30150         macros.
30151         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
30152         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
30153         REPLACE_OPEN.
30154         * doc/functions/open.texi: Mention the 'open' module.
30155
30156 2007-10-04  Bruno Haible  <bruno@clisp.org>
30157
30158         * modules/ceill-tests: New file.
30159         * tests/test-ceill.c: New file.
30160
30161         * modules/ceill: New file.
30162         * lib/ceill.c: Replace entire file.
30163         * m4/ceill.m4: New file.
30164         * lib/math.in.h (ceill): Replace declaration.
30165         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
30166         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
30167         * doc/functions/ceill.texi: Mention the 'ceill' module.
30168         * modules/mathl (Files): Remove lib/ceill.c.
30169         (Depends-on): Add ceill.
30170
30171 2007-10-04  Bruno Haible  <bruno@clisp.org>
30172
30173         * modules/ceilf-tests: New file.
30174         * tests/test-ceilf.c: New file.
30175
30176         * modules/ceilf: New file.
30177         * lib/ceil.c: New file.
30178         * lib/ceilf.c: New file.
30179         * m4/ceilf.m4: New file.
30180         * lib/math.in.h (ceilf): New declaration.
30181         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
30182         HAVE_DECL_CEILF.
30183         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
30184         HAVE_DECL_CEILF.
30185         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
30186
30187 2007-10-04  Bruno Haible  <bruno@clisp.org>
30188
30189         * modules/floorl-tests: New file.
30190         * tests/test-floorl.c: New file.
30191
30192         * modules/floorl: New file.
30193         * lib/floorl.c: Replace entire file.
30194         * m4/floorl.m4: New file.
30195         * lib/math.in.h (floorl): Replace declaration.
30196         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
30197         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
30198         * doc/functions/floorl.texi: Mention the 'floorl' module.
30199         * modules/mathl (Files): Remove lib/floorl.c.
30200         (Depends-on): Add floorl.
30201
30202 2007-10-04  Bruno Haible  <bruno@clisp.org>
30203
30204         * modules/floorf-tests: New file.
30205         * tests/test-floorf.c: New file.
30206
30207         * modules/floorf: New file.
30208         * lib/floor.c: New file.
30209         * lib/floorf.c: New file.
30210         * m4/floorf.m4: New file.
30211         * lib/math.in.h (floorf): New declaration.
30212         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
30213         HAVE_DECL_FLOORF.
30214         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
30215         HAVE_DECL_FLOORF.
30216         * doc/functions/floorf.texi: Mention the 'floorf' module.
30217
30218 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
30219             Bruno Haible  <bruno@clisp.org>
30220
30221         Advertise for the Git server instead of the CVS server.
30222         * doc/gnulib-intro.texi (Steady Development): Mention the Git
30223         repository instead of the CVS one.
30224         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
30225         about all VCS systems generically.
30226         * doc/gnulib.texi (Introduction): Capitalize `Git'.
30227
30228 2007-10-04  Bruno Haible  <bruno@clisp.org>
30229
30230         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
30231         means.
30232         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
30233
30234 2007-10-04  Bruno Haible  <bruno@clisp.org>
30235
30236         * modules/truncl-tests: New file.
30237         * tests/test-truncl.c: New file.
30238
30239         * modules/truncl: New file.
30240         * lib/truncl.c: New file.
30241         * m4/truncl.m4: New file.
30242         * lib/math.in.h (truncl): New declaration.
30243         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
30244         HAVE_DECL_TRUNCL.
30245         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
30246         HAVE_DECL_TRUNCL.
30247         * doc/functions/truncl.texi: Mention the 'truncl' module.
30248
30249 2007-10-04  Bruno Haible  <bruno@clisp.org>
30250
30251         * modules/truncf-tests: New file.
30252         * tests/test-truncf.c: New file.
30253
30254         * modules/truncf: New file.
30255         * lib/trunc.c: Make paramerizable through USE_* macros.
30256         * lib/truncf.c: New file.
30257         * m4/truncf.m4: New file.
30258         * lib/math.in.h (truncf): New declaration.
30259         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
30260         HAVE_DECL_TRUNCF.
30261         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
30262         HAVE_DECL_TRUNCF.
30263         * doc/functions/truncf.texi: Mention the 'truncf' module.
30264
30265 2007-10-03  Bruno Haible  <bruno@clisp.org>
30266
30267         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
30268         augmentation also for tests modules.
30269         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
30270         * modules/atexit-tests (Makefile.am): Likewise.
30271         * modules/binary-io-tests (Makefile.am): Likewise.
30272         * modules/c-strcase-tests (Makefile.am): Likewise.
30273         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
30274         * modules/canonicalize-tests (Makefile.am): Likewise.
30275         * modules/closein-tests (Makefile.am): Likewise.
30276         * modules/fprintf-posix-tests (Makefile.am): Likewise.
30277         * modules/freadahead-tests (Makefile.am): Likewise.
30278         * modules/fseek-tests (Makefile.am): Likewise.
30279         * modules/fseeko-tests (Makefile.am): Likewise.
30280         * modules/ftell-tests (Makefile.am): Likewise.
30281         * modules/ftello-tests (Makefile.am): Likewise.
30282         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
30283         * modules/isnanl-tests (Makefile.am): Likewise.
30284         * modules/lseek-tests (Makefile.am): Likewise.
30285         * modules/mbscasecmp-tests (Makefile.am): Likewise.
30286         * modules/mbscasestr-tests (Makefile.am): Likewise.
30287         * modules/mbschr-tests (Makefile.am): Likewise.
30288         * modules/mbscspn-tests (Makefile.am): Likewise.
30289         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
30290         * modules/mbspbrk-tests (Makefile.am): Likewise.
30291         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
30292         * modules/mbsrchr-tests (Makefile.am): Likewise.
30293         * modules/mbsspn-tests (Makefile.am): Likewise.
30294         * modules/mbsstr-tests (Makefile.am): Likewise.
30295         * modules/printf-posix-tests (Makefile.am): Likewise.
30296         * modules/snprintf-posix-tests (Makefile.am): Likewise.
30297         * modules/sprintf-posix-tests (Makefile.am): Likewise.
30298         * modules/tsearch-tests (Makefile.am): Likewise.
30299         * modules/uniname/uniname-tests (Makefile.am): Likewise.
30300         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
30301         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
30302         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
30303         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
30304         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
30305         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
30306         * modules/vprintf-posix-tests (Makefile.am): Likewise.
30307         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
30308         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
30309         * modules/xstrtoimax-tests (Makefile.am): Likewise.
30310         * modules/xstrtol-tests (Makefile.am): Likewise.
30311         * modules/xstrtoumax-tests (Makefile.am): Likewise.
30312         * modules/yesno-tests (Makefile.am): Likewise.
30313
30314 2007-10-03  Bruno Haible  <bruno@clisp.org>
30315
30316         * modules/trunc-tests: New file.
30317         * tests/test-trunc.c: New file.
30318
30319         * modules/trunc: New file.
30320         * lib/trunc.c: New file.
30321         * m4/trunc.m4: New file.
30322         * lib/math.in.h (trunc): New declaration.
30323         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
30324         HAVE_DECL_TRUNC.
30325         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
30326         HAVE_DECL_TRUNC.
30327         * doc/functions/trunc.texi: Mention the 'trunc' module.
30328
30329 2007-10-03  Bruno Haible  <bruno@clisp.org>
30330
30331         * tests/test-fpending.c: New file, mostly copied
30332         from coreutils/lib/t-fpending.c.
30333         * modules/fpending-tests: New file.
30334
30335 2007-10-03  Bruno Haible  <bruno@clisp.org>
30336
30337         Port the stdio extensions to QNX (untested).
30338         * lib/fseterr.c (fseterr): Add support for QNX.
30339         * lib/fbufmode.c (fbufmode): Likewise.
30340         * lib/freadable.c (freadable): Likewise.
30341         * lib/fwritable.c (fwritable): Likewise.
30342         * lib/freading.c (freading): Likewise.
30343         * lib/fwriting.c (fwriting): Likewise.
30344         * lib/freadahead.c (freadahed): Likewise.
30345         * lib/fpurge.c (fpurge): Likewise.
30346         * lib/fseeko.c (rpl_fseeko): Likewise.
30347
30348 2007-10-03  Bruno Haible  <bruno@clisp.org>
30349             Jim Meyering  <jim@meyering.net>
30350             Eric Blake  <ebb9@byu.net>
30351
30352         * doc/relocatable.texi: Use @command instead of @program.
30353
30354 2007-10-02  Jim Meyering  <jim@meyering.net>
30355
30356         Perform one more "_.h" -> ".in.h" substitution.
30357         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
30358         instead of unistd_.h here, too.
30359
30360 2007-10-01  Bruno Haible  <bruno@clisp.org>
30361
30362         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
30363         Needed for the alloca-opt module.
30364
30365 2007-09-30  Bruno Haible  <bruno@clisp.org>
30366
30367         * lib/alloca.in.h: Renamed from lib/alloca_.h.
30368         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
30369         alloca_.h.
30370         * lib/argz.in.h: Renamed from lib/argz_.h.
30371         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
30372         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
30373         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
30374         byteswap_.h.
30375         * lib/dirent.in.h: Renamed from lib/dirent_.h.
30376         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
30377         dirent_.h.
30378         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
30379         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
30380         fcntl_.h.
30381         * lib/float.in.h: Renamed from lib/float_.h.
30382         * modules/float (Files, Makefile.am): Use float.in.h instead of
30383         float_.h.
30384         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
30385         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
30386         fnmatch_.h.
30387         * lib/getopt.in.h: Renamed from lib/getopt_.h.
30388         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
30389         getopt_.h.
30390         * lib/glob.in.h: Renamed from lib/glob_.h.
30391         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
30392         * lib/iconv.in.h: Renamed from lib/iconv_.h.
30393         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
30394         iconv_.h.
30395         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
30396         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
30397         inttypes_.h.
30398         * lib/locale.in.h: Renamed from lib/locale_.h.
30399         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
30400         locale_.h.
30401         * lib/math.in.h: Renamed from lib/math_.h.
30402         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
30403         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
30404         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
30405         of netinet_in_.h. Add dependency.
30406         * lib/poll.in.h: Renamed from lib/poll_.h.
30407         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
30408         * lib/search.in.h: Renamed from lib/search_.h.
30409         * modules/search (Files, Makefile.am): Use search.in.h instead of
30410         search_.h.
30411         * lib/signal.in.h: Renamed from lib/signal_.h.
30412         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
30413         _signal.h.
30414         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
30415         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
30416         stdbool_.h.
30417         * lib/stdint.in.h: Renamed from lib/stdint_.h.
30418         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
30419         stdint_.h.
30420         * lib/stdio.in.h: Renamed from lib/stdio_.h.
30421         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
30422         stdio_.h.
30423         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
30424         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
30425         stdlib_.h.
30426         * lib/string.in.h: Renamed from lib/string_.h.
30427         * modules/string (Files, Makefile.am): Use string.in.h instead of
30428         string_.h.
30429         * doc/gnulib-tool.texi (Initial import): Update.
30430         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
30431         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
30432         of sys_select_.h. Add dependency.
30433         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
30434         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
30435         of sys_socket_.h.
30436         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
30437         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
30438         sys_stat_.h.
30439         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
30440         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
30441         sys_time_.h.
30442         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
30443         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
30444         sysexits_.h.
30445         * lib/time.in.h: Renamed from lib/time_.h.
30446         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
30447         * lib/unistd.in.h: Renamed from lib/unistd_.h.
30448         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
30449         unistd_.h.
30450         * lib/wchar.in.h: Renamed from lib/wchar_.h.
30451         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
30452         wchar_.h.
30453         * lib/wctype.in.h: Renamed from lib/wctype_.h.
30454         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
30455         wctype_.h.
30456         * build-aux/bootstrap (slurp): Update.
30457         * lib/.cppi-disable: Update.
30458
30459 2007-09-30  Bruno Haible  <bruno@clisp.org>
30460
30461         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
30462         Needed on BeOS.
30463
30464 2007-09-30  Bruno Haible  <bruno@clisp.org>
30465
30466         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
30467
30468 2007-09-29  Bruno Haible  <bruno@clisp.org>
30469
30470         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
30471
30472 2007-09-29  Bruno Haible  <bruno@clisp.org>
30473
30474         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
30475         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
30476         * build-aux/install-reloc: Compile also areadlink.c.
30477         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
30478
30479 2007-09-29  Bruno Haible  <bruno@clisp.org>
30480
30481         * gnulib-tool (func_emit_initmacro_done): Indentation.
30482
30483 2007-09-29  Bruno Haible  <bruno@clisp.org>
30484
30485         * README: Add CVS checkout update instructions.
30486         Info from Bob Proulx <bob@proulx.com>.
30487
30488 2007-09-28  Eric Blake  <ebb9@byu.net>
30489
30490         Provide move-if-change.
30491         * build-aux/move-if-change: New file, based on best practice
30492         rather than any canonical upstream location.
30493
30494 2007-09-28  Jim Meyering  <jim@meyering.net>
30495
30496         Fix canonicalize loop-detection corner case.
30497         Do not attempt to stat the symlink values stored via seen_triple.
30498         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
30499         on linux-2.6.18, (but not 2.6.22).
30500         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
30501         triple_compare.  The former compares dev,ino,filename, while the latter
30502         would actually stat dirname(filename) when dev and ino were equal.
30503         * lib/hash-triple.c: Install <string.h>.
30504         (STREQ): Define.
30505         (triple_compare_ino_str): New function.
30506         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
30507
30508 2007-09-28  Eric Blake  <ebb9@byu.net>
30509
30510         Enforce that AC_REPLACE_FUNCS files exist.
30511         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
30512         override check for typos.
30513
30514         Fix test-closein on Solaris 10.
30515         * tests/test-closein.c (main): Don't assume stdin can be inherited
30516         closed on all systems.
30517         * tests/test-closein.sh: Likewise.
30518         Reported by Piotr Tarnowski.
30519
30520 2007-09-28  Jim Meyering  <jim@meyering.net>
30521
30522         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
30523
30524 2007-09-27  Jim Meyering  <jim@meyering.net>
30525
30526         canonicalize: Avoid a false-positive cycle failure.
30527         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
30528         Sort.  Remove cycle-check.
30529         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
30530         not cycle-check.h.
30531         (seen_triple): New function.
30532         (canonicalize_filename_mode): Use it instead of cycle-check.
30533         * tests/test-canonicalize.c: Add a test for this bug.
30534         * tests/test-canonicalize.sh: Set up and run the test.
30535
30536         New module, file-set, from coreutils.
30537         * modules/file-set: Define it.
30538         * lib/file-set.c, lib/file-set.h: Implement.
30539
30540         New module, hash-triple, from coreutils.
30541         * modules/hash-triple: Define it.
30542         * lib/hash-triple.c, lib/hash-triple.h: Implement.
30543
30544 2007-09-25  Eric Blake  <ebb9@byu.net>
30545
30546         Fix strerror on Interix.
30547         * lib/string_.h (strerror): Declare replacement.
30548         * doc/functions/strerror.texi (strerror): Document the Interix
30549         shortcoming.
30550         * modules/string (Makefile.am): Support new hooks.
30551         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
30552         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
30553         gl_FUNC_STRERROR_SEPARATE.
30554         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
30555         * lib/strerror.c (rpl_strerror): Provide replacement.
30556         * modules/strerror (Depends-on): Add string.
30557         (configure.ac): Detect use of module.
30558         * tests/test-strerror.c: New file.
30559         * modules/strerror-tests: New test module.
30560         * modules/argp (Depends-on): Add strerror.
30561         * modules/error (Depends-on): Likewise.
30562         Reported by Martin Koeppe.
30563
30564 2007-09-24  Bruno Haible  <bruno@clisp.org>
30565
30566         * README: Update git instructions.
30567
30568 2007-09-24  Eric Blake  <ebb9@byu.net>
30569
30570         Revert fpending breakage from 2007-09-08.
30571         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
30572         __fpending.c.
30573
30574 2007-09-24  Jim Meyering  <jim@meyering.net>
30575
30576         filenamecat.c: Add a test.
30577         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
30578         showing how the function works when DIR is the empty string.
30579
30580 2007-09-21  Simon Josefsson  <simon@josefsson.org>
30581
30582         * tests/test-canonicalize.sh: Turn on executable bit.
30583
30584 2007-09-19  Eric Blake  <ebb9@byu.net>
30585
30586         * README: Update CVS instructions.
30587
30588 2007-09-18  Bruno Haible  <bruno@clisp.org>
30589
30590         * modules/areadlink: New file.
30591         * lib/areadlink.h (areadlink): New declaration.
30592         * lib/areadlink.c: New file, based on lib/xreadlink.c.
30593
30594 2007-09-17  Jim Meyering  <jim@meyering.net>
30595
30596         * lib/savewd.c (ESTALE) [!defined]: Define.
30597         Reported to be required on Interix by Martin Koeppe.
30598
30599 2007-09-17  Bruno Haible  <bruno@clisp.org>
30600
30601         * gnulib-tool (func_version): Use $version.
30602
30603 2007-09-16  Bruno Haible  <bruno@clisp.org>
30604
30605         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
30606         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
30607         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
30608         Reported by Greg Schafer <gschafer@zip.com.au>.
30609
30610 2007-09-15  Bruno Haible  <bruno@clisp.org>
30611
30612         * gnulib-tool (sed): Try a little harder to make bash understand the
30613         alias.
30614         Reported by Bruce Korb <bruce.korb@gmail.com>.
30615
30616 2007-09-13  Eric Blake  <ebb9@byu.net>
30617
30618         * ChangeLog: Remove conflict markers.
30619
30620 2007-09-13  Simon Josefsson  <simon@josefsson.org>
30621
30622         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
30623         Reported by Bruno Haible <bruno@clisp.org>.
30624
30625 2007-09-12  Bruno Haible  <bruno@clisp.org>
30626
30627         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
30628         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
30629         is not defined.
30630
30631 2007-09-12  Eric Blake  <ebb9@byu.net>
30632
30633         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
30634         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
30635         Autoconf definition.
30636         * modules/euidaccess (Depends-on): Add extensions, for
30637         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
30638         * modules/fnmatch (Depends-on): Likewise.
30639         * modules/getaddrinfo (Depends-on): Likewise.
30640         * modules/getdelim (Depends-on): Likewise.
30641         * modules/getline (Depends-on): Likewise.
30642         * modules/getsubopt (Depends-on): Likewise.
30643         * modules/gettext (Depends-on): Likewise.
30644         * modules/group-member (Depends-on): Likewise.
30645         * modules/mbchar (Depends-on): Likewise.
30646         * modules/memmem (Depends-on): Likewise.
30647         * modules/mempcpy (Depends-on): Likewise.
30648         * modules/memrchr (Depends-on): Likewise.
30649         * modules/pagealign_alloc (Depends-on): Likewise.
30650         * modules/readutmp (Depends-on): Likewise.
30651         * modules/stpcpy (Depends-on): Likewise.
30652         * modules/stpncpy (Depends-on): Likewise.
30653         * modules/strchrnul (Depends-on): Likewise.
30654         * modules/strndup (Depends-on): Likewise.
30655         * modules/strsep (Depends-on): Likewise.
30656         * modules/strverscmp (Depends-on): Likewise.
30657         * modules/vasprintf (Depends-on): Likewise.
30658         * modules/wcwidth (Depends-on): Likewise.
30659         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
30660         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
30661         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
30662         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
30663         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
30664         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30665         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
30666         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30667         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
30668         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
30669         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
30670         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30671         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
30672         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
30673         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
30674         * m4/readutmp.m4 (gl_READUTMP): Likewise.
30675         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30676         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
30677         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30678         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
30679         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
30680         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
30681         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
30682         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
30683         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
30684         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30685         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
30686         so that lock.m4 can be used in gettext without extensions module.
30687
30688 2007-09-11  Bruno Haible  <bruno@clisp.org>
30689
30690         * m4/isc-posix.m4: Remove file.
30691         Suggested by Eric Blake.
30692
30693 2007-09-11  Eric Blake  <ebb9@byu.net>
30694
30695         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
30696
30697 2007-09-10  Bruno Haible  <bruno@clisp.org>
30698
30699         * posix-modules: Fix typo in error message.
30700         Reported by Matt <mkraai@beckman.com>.
30701
30702 2007-09-09  Bruno Haible  <bruno@clisp.org>
30703
30704         * doc/functions/getdelim.texi: Update list of platforms lacking the
30705         function.
30706         * doc/functions/getline.texi: Likewise.
30707
30708 2007-09-09  Jim Meyering  <jim@meyering.net>
30709
30710         * lib/hash.c (hash_initialize): Detect calloc failure.
30711         Reported by Bruno Haible.
30712
30713 2007-09-09  Bruno Haible  <bruno@clisp.org>
30714
30715         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
30716         malloc or realloc fails.
30717
30718 2007-09-09  Bruno Haible  <bruno@clisp.org>
30719
30720         * modules/getcwd (Depends-on): Add malloc-posix.
30721         * modules/glob (Depends-on): Likewise.
30722         * modules/putenv (Depends-on): Likewise.
30723         * modules/strdup (Depends-on): Likewise.
30724         * modules/getdelim (Depends-on): Add realloc-posix.
30725         * modules/read-file (Depends-on): Likewise.
30726
30727 2007-09-09  Bruno Haible  <bruno@clisp.org>
30728
30729         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
30730         (gl_FUNC_MALLOC_POSIX): Require it.
30731         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
30732         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
30733         * modules/realloc (Files): Add m4/malloc.m4.
30734         * modules/calloc (Files): Likewise.
30735
30736 2007-09-09  Bruno Haible  <bruno@clisp.org>
30737
30738         * modules/malloc-posix: New file.
30739         * modules/malloc (Depends-on): Add malloc-posix.
30740         * lib/malloc.c: Include errno.h.
30741         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
30742         and a POSIX-compatible malloc into a single function. Set ENOMEM
30743         when returning NULL.
30744         * m4/malloc.m4: New file.
30745         * doc/functions/malloc.texi: Mention the malloc-posix module.
30746         * lib/stdlib_.h (malloc): New declaration.
30747         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30748         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
30749         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
30750         and HAVE_MALLOC_POSIX.
30751
30752 2007-09-09  Bruno Haible  <bruno@clisp.org>
30753
30754         * modules/realloc-posix: New file.
30755         * modules/realloc (Depends-on): Add realloc-posix.
30756         * lib/realloc.c: Include errno.h.
30757         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
30758         and a POSIX-compatible realloc into a single function. Set ENOMEM
30759         when returning NULL.
30760         * m4/realloc.m4: New file.
30761         * doc/functions/realloc.texi: Mention the realloc-posix module.
30762         * lib/stdlib_.h (realloc): New declaration.
30763         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30764         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
30765         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
30766         and HAVE_REALLOC_POSIX.
30767
30768 2007-09-09  Bruno Haible  <bruno@clisp.org>
30769
30770         * modules/calloc-posix: New file.
30771         * modules/calloc (Depends-on): Add calloc-posix.
30772         * lib/calloc.c: Include errno.h.
30773         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
30774         and a POSIX-compatible calloc into a single function. Set ENOMEM
30775         when returning NULL.
30776         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
30777         * doc/functions/calloc.texi: Mention the calloc-posix module.
30778         * lib/stdlib_.h (calloc): New declaration.
30779         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30780         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
30781         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
30782         and HAVE_CALLOC_POSIX.
30783
30784 2007-09-09  Bruno Haible  <bruno@clisp.org>
30785
30786         Allow for modules to show an arbitrary notice.
30787         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
30788         * gnulib-tool: New option --extract-notice.
30789         (func_usage): Document it.
30790         (sed_extract_prog): Update.
30791         (func_get_notice): New function.
30792         (func_modules_notice): New function.
30793         (func_import, func_create_testdir): Invoke it.
30794         Suggested by Jim Meyering.
30795
30796 2007-09-09  Bruno Haible  <bruno@clisp.org>
30797
30798         * gnulib-tool: New options --verbose, --quiet.
30799         (func_usage): Document them.
30800         (verbose): New variable.
30801         (func_execute_command): New function.
30802         (func_import): Don't show the module list and the file list if
30803         $verbose < 0.
30804         (func_create_testdir): Likewise. Use func_execute_command.
30805         (func_create_megatestdir): Use func_execute_command.
30806
30807 2007-09-08  Bruno Haible  <bruno@clisp.org>
30808
30809         * gnulib-tool (func_import): Prefer rsync over wget when available,
30810         for fetching the PO files.
30811
30812 2007-09-08  Bruno Haible  <bruno@clisp.org>
30813
30814         * posix-modules: New file. Portions copied from gnulib-tool.
30815         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
30816
30817 2007-09-08  Jim Meyering  <jim@meyering.net>
30818
30819         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
30820         * lib/fpending.h: Rename from __fpending.h.
30821         * lib/fpending.c: Rename from __fpending.c.
30822         Include "fpending.h", not "__fpending.h".
30823         * lib/__fpending.h, lib/__fpending.c: Remove files.
30824         * modules/fpending (Files): Reflect new file names.
30825         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
30826
30827 2007-09-08  Bruno Haible  <bruno@clisp.org>
30828
30829         * m4/inttypes-h.m4: Remove stub file.
30830
30831 2007-09-07  Simon Josefsson  <simon@josefsson.org>
30832
30833         * doc/headers/stdint.texi: Discuss #include_next issue.
30834
30835 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30836
30837         * build-aux/bootstrap: Remove obsolete comment about wget --help.
30838
30839 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30840
30841         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
30842         in variable name.
30843
30844 2007-09-03  Jim Meyering  <jim@meyering.net>
30845
30846         New module: git-version-gen.
30847         * modules/git-version-gen: New file.
30848
30849         Import changes from coreutils for bootstrap script.
30850
30851         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
30852
30853         bootstrap: uses rsync to download the .po files
30854         * build-aux/bootstrap (po_download_command_format): New global.
30855         (download_po_files): Use rsync.
30856         (update_po_files): Don't remove .po files after download,
30857         so future rsync runs can take advantage of the copies.
30858
30859         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
30860
30861         Solve the unnecessary-.po-file-regeneration problem once and for all.
30862         * build-aux/bootstrap (download_po_files): New function, renamed from
30863         get_translations.  Now, downloads, but doesn't update LINGUAS.
30864         (update_po_files): New function.
30865
30866         bootstrap: Ignore more.
30867         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
30868         uniwidth to e.g., lib/.gitignore.
30869         (slurp): Handle the sys_stat_.h -> sys mapping, too.
30870
30871         * build-aux/bootstrap: New setting: vc_ignore.
30872         (insert_sorted_if_absent): Create $file if absent.
30873         Adapt to new, possibly empty, list: $vc_ignore.
30874
30875         bootstrap: generate more ignorable names
30876         * build-aux/bootstrap (slurp): When generating ignorable names,
30877         also map .sin to .sed, .gperf to .c, and .y to .c.
30878
30879 2007-09-03  Jim Meyering  <jim@meyering.net>
30880
30881         * build-aux/git-version-gen: New file, from coreutils.  For details, see
30882         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
30883
30884 2007-09-02  Bruno Haible  <bruno@clisp.org>
30885
30886         Fix mis-recognition of 'mcs' on QNX 6.
30887         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
30888         output contains the string "Mono".
30889         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
30890         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
30891
30892 2007-09-01  Bruno Haible  <bruno@clisp.org>
30893
30894         Fix collision between uniwidth/* and linebreak modules.
30895         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
30896         u32_width): Remove declarations.
30897         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
30898         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
30899         streq3, streq2, streq1, streq0): Remove functions.
30900         (STREQ): Remove macro.
30901         (is_cjk_encoding): Remove function.
30902         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
30903         (uc_width, u8_width, u16_width, u32_width): Remove functions.
30904         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
30905         * NEWS: Document the change.
30906
30907 2007-09-01  Bruno Haible  <bruno@clisp.org>
30908
30909         * lib/streq.h: Add double-inclusion guard.
30910
30911 2007-09-01  Karl Berry  <karl@gnu.org>
30912
30913         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
30914
30915 2007-08-28  Jim Meyering  <jim@meyering.net>
30916
30917         Rename mreadlink_with_size to areadlink_with_size.
30918         * NEWS: Document the change.
30919         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
30920         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
30921         * lib/mreadlink.h: Rename this to...
30922         * lib/areadlink.h: ...this.
30923         * modules/mreadlink-with-size: Rename this to...
30924         * modules/areadlink-with-size: ...this.
30925         * lib/canonicalize.c: Reflect the renaming.
30926         * modules/canonicalize: Likewise.
30927
30928 2007-08-26  Bruno Haible  <bruno@clisp.org>
30929
30930         * gnulib-tool (func_import): When deciding which files to remove,
30931         consider also dangling symbolic links.
30932         Reported by Eric Blake.
30933
30934 2007-08-26  Bruno Haible  <bruno@clisp.org>
30935
30936         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
30937
30938 2007-08-23  Simon Josefsson  <simon@josefsson.org>
30939
30940         * lib/readline.c: Don't include getline.h, the prototype is now
30941         found in stdio.h.
30942
30943 2007-08-23  Jim Meyering  <jim@meyering.net>
30944
30945         Getdelim touchup.
30946         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
30947         around the funlockfile call, since funlockfile never sets errno.
30948         Don't set errno upon failed realloc.
30949
30950 2007-08-22  Eric Blake  <ebb9@byu.net>
30951
30952         Getline touchups.
30953         * lib/getdelim.c (getdelim): Revert regression that required *n to
30954         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
30955         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
30956         getdelim, rather than whether implementation is missing.
30957         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
30958         * lib/stdio_.h (getline): Also declare if replacement is
30959         required.
30960         * doc/functions/getdelim.texi: New file.
30961         * doc/functions/getline.texi: Likewise.
30962         * doc/gnulib.texi (Function Substitutes): Add new files.
30963         Reported by Bruno Haible.
30964
30965 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
30966
30967         * users.txt: Add Guile.
30968
30969 2007-08-22  Eric Blake  <ebb9@byu.net>
30970
30971         * tests/test-getdelim.c (main): Use remove, not unlink.
30972         * tests/test-getline.c (main): Likewise.
30973
30974         Move getline and getdelim into stdio.h, per POSIX 200x.
30975         * modules/getline (Files): Remove getline.h.
30976         (Depends-on): Add stdio.
30977         (configure.ac): Add module indicator.
30978         * modules/getdelim (Files): Remove getdelim.h.
30979         (Depends-on): Add stdio.
30980         (configure.ac): Add module indicator.
30981         * modules/stdio (Makefile.am): Work with new indicators.
30982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
30983         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
30984         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30985         * lib/getdelim.h: Delete.
30986         * lib/getline.h: Delete.
30987         * lib/stdio_.h (getdelim, getline): Declare.
30988         * modules/getdelim-tests: New module.
30989         * modules/getline-tests: Likewise.
30990         * tests/test-getdelim.c: New file.
30991         * tests/test-getline.c: Likewise.
30992         * NEWS: Document the change.
30993         * lib/getline.c: Update choice of header.
30994         * lib/csharpcomp.c: Likewise.
30995         * lib/getpass.c: Likewise.
30996         * lib/javacomp.c: Likewise.
30997         * lib/javaversion.c: Likewise.
30998         * lib/yesno.c: Likewise.
30999         * lib/getdelim.c: Likewise.
31000         (getdelim): Set errno on failure, and avoid memory leak.
31001
31002 2007-08-19  Bruno Haible  <bruno@clisp.org>
31003
31004         * modules/closein (Depends-on): Add freadahead.
31005         * lib/closein.c: Include freadahead.h.
31006         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
31007         is zero.
31008
31009 2007-08-19  Bruno Haible  <bruno@clisp.org>
31010
31011         * modules/freadahead-tests: New file.
31012         * tests/test-freadahead.sh: New file.
31013         * tests/test-freadahead.c: New file.
31014
31015         * modules/freadahead: New file.
31016         * lib/freadahead.h: New file.
31017         * lib/freadahead.c: New file.
31018         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
31019         fbufmode, fpurge, freadable, fwritable.
31020
31021 2007-08-19  Eric Blake  <ebb9@byu.net>
31022
31023         Test yesno in combination with closein.
31024         * lib/yesno.c (yesno): Document use of stdin.
31025         * modules/yesno-tests (Files): New module.
31026         * tests/test-yesno.c (main): New file.
31027         * tests/test-yesno.sh: Likewise.
31028
31029 2007-08-19  Bruno Haible  <bruno@clisp.org>
31030
31031         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
31032         * lib/fseeko.c (rpl_fseeko): Likewise.
31033         * lib/fseterr.c (fseterr): Likewise.
31034
31035 2007-08-19  Bruno Haible  <bruno@clisp.org>
31036
31037         * tests/test-lseek.c (main): Disable a test for BeOS.
31038         * doc/functions/lseek.texi: Document the BeOS bug.
31039
31040 2007-08-19  Bruno Haible  <bruno@clisp.org>
31041             Eric Blake  <ebb9@byu.net>
31042
31043         * lib/lseek.c: Include <sys/stat.h>.
31044         (rpl_lseek): Add workaround code also for Unix platforms.
31045         Needed for BeOS.
31046         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
31047         * doc/functions/lseek.texi: Document BeOS definiency.
31048
31049 2007-08-18  Bruno Haible  <bruno@clisp.org>
31050
31051         * modules/fstrcmp-tests: New file.
31052         * tests/test-fstrcmp.c: New file.
31053
31054 2007-08-18  Bruno Haible  <bruno@clisp.org>
31055
31056         * modules/fstrcmp: New file, from GNU gettext with modifications.
31057         * lib/fstrcmp.h: New file, from GNU gettext.
31058         * lib/fstrcmp.c: New file, from GNU gettext.
31059         * MODULES.html.sh (String handling): Add fstrcmp.
31060
31061 2007-08-18  Bruno Haible  <bruno@clisp.org>
31062
31063         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
31064         'bool'.
31065         (diag, compareseq): Remove const from the ctxt argument.
31066         (USE_HEURISTIC): Undefine at the end.
31067
31068 2007-08-18  Jim Meyering  <jim@meyering.net>
31069
31070         New file: lib/idcache.h
31071         * NEWS: Mention the addition.
31072         * modules/idcache (Files): Add lib/idcache.h
31073         * lib/idcache.c: Include "idcache.h".
31074         Don't include <sys/types.h>.
31075         Add a FIXME comment.
31076         Move file-scoped "static" declarations to the top.
31077         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
31078
31079 2007-08-17  Bruno Haible  <bruno@clisp.org>
31080         and Paul Eggert  <eggert@cs.ucla.edu>
31081
31082         * MODULES.html.sh: Add diffseq.
31083         * modules/diffseq: New file.
31084         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
31085         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
31086
31087 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31088
31089         Import changes from coreutils for bootstrap script.
31090
31091         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
31092
31093         * build-aux/bootstrap (slurp): Work even in environments where
31094         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
31095         current code does not slurp files whose names start with ".", and
31096         this looks like it might be a troublesome area.
31097
31098         2007-07-11  Jim Meyering  <jim@meyering.net>
31099
31100         If there's a GPL vN copyright comment, require that N == 3.
31101
31102         2007-07-08  Jim Meyering  <jim@meyering.net>
31103
31104         Run the coreutils-specific code only if tests/Makefile.am.in exists.
31105         * build-aux/bootstrap (mam_template): Move definition out of loop.
31106
31107         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
31108
31109         * build-aux/bootstrap (symlink_to_dir): Rename function from
31110         symlink_to_gnulib.  Add a directory parameter.  Update all
31111         callers.
31112         (cp_mark_as_generated): Also check for -- and link to -- files in
31113         gl/.
31114
31115         2007-07-08  Jim Meyering  <jim@meyering.net>
31116
31117         Adapt to deeper hierarchy in gnulib.
31118         * build-aux/bootstrap (symlink_to_dir): If the destination
31119         directory doesn't exist, create it. This is required at least for
31120         "lib/uniwidth/cjk.h".
31121
31122         2007-05-15  Jim Meyering  <jim@meyering.net>
31123
31124         * build-aux/bootstrap: Now that generated Makefile.am files
31125         are no longer under version control, they must be created at
31126         bootstrap time.
31127
31128 2007-08-14  Ben Pfaff  <blp@gnu.org>
31129
31130         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
31131
31132 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31133
31134         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
31135         given the changes below.
31136         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
31137         even on hosts that have padding bits beyond the supported 64.
31138
31139 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31140
31141         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
31142         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
31143         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
31144         depends on it.
31145         (xstrtol_error): Remove.
31146         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
31147         but with a different signature.
31148         (ATTRIBUTE_NORETURN, __attribute__): New macros.
31149         * lib/xstrtol-error.c: Include exitfail.h.
31150         (xstrtol_fatal): New function, with a different signature from the
31151         old xstrtol_error, so that the caller need not worry about passing
31152         in an exit status, or about storage management of the option argument.
31153         (xstrtol_error): Now a static function.  Redo signature to
31154         implement xstrtol_fatal.  Output the correct number of hyphens in
31155         front of the option so that the caller need not worry about
31156         storage management.
31157         (N_): New macro.
31158         (_): Remove; not used now.
31159         * modules/xstrtol: Depend on getopt.
31160         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
31161         of old STRTOL_FATAL_ERROR macro.
31162         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
31163         of test program.
31164         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
31165         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
31166
31167 2007-08-08  Eric Blake  <ebb9@byu.net>
31168
31169         * lib/xstrtol-error.c: Add missing include.
31170
31171         Move xstrtol messages into gnulib domain, when --pobase is used.
31172         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
31173         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
31174         * modules/xstrtol (Files): Distribute new file.
31175         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
31176         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
31177         * tests/test-xstrtol.c: ...into new file.
31178         * tests/test-xstrtoul.c: Also test xstrtoul.
31179         * tests/test-xstrtoimax.c: Also test xstrtoimax.
31180         * tests/test-xstrtoumax.c: Also test xstrtoumax.
31181         * tests/test-xstrtol.sh: Drive the tests.
31182         * tests/test-xstrtoimax.sh: Likewise.
31183         * tests/test-xstrtoumax.sh: Likewise.
31184         * modules/xstrtol-tests: New module.
31185         * modules/xstrtoimax-tests: Likewise.
31186         * modules/xstrtoumax-tests: Likewise.
31187
31188 2007-08-08  Jim Meyering  <jim@meyering.net>
31189
31190         New function: mfile_name_concat.
31191         * lib/filenamecat.c (mfile_name_concat): New function, just like
31192         file_name_concat, but return NULL upon failure rather than exiting
31193         with a diagnostic.
31194         * lib/filenamecat.h: Declare it.
31195
31196 2007-08-07  Bruno Haible  <bruno@clisp.org>
31197
31198         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
31199         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
31200         warning from gcc.
31201         Reported by Eric Blake.
31202
31203 2007-08-07  Simon Josefsson  <simon@josefsson.org>
31204
31205         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
31206         * modules/crypto/arcfour (License): Likewise.
31207         * modules/crypto/des-tests (License): Likewise.
31208         * modules/crypto/gc-arctwo-tests (License): Likewise.
31209         * modules/crypto/gc-des-tests (License): Likewise.
31210         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
31211         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
31212         * modules/crypto/gc-md2-tests (License): Likewise.
31213         * modules/crypto/gc-md4-tests (License): Likewise.
31214         * modules/crypto/gc-md5-tests (License): Likewise.
31215         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
31216         * modules/crypto/gc-rijndael-tests (License): Likewise.
31217         * modules/crypto/gc-sha1-tests (License): Likewise.
31218         * modules/crypto/gc-tests (License): Likewise.
31219         * modules/crypto/hmac-md5 (License): Likewise.
31220         * modules/crypto/hmac-sha1 (License): Likewise.
31221         * modules/crypto/md2-tests (License): Likewise.
31222         * modules/crypto/md4-tests (License): Likewise.
31223         * modules/crypto/md5 (License): Likewise.
31224         * modules/crypto/rijndael (License): Likewise.
31225         * modules/crypto/sha1 (License): Likewise.
31226         * modules/memxor (License): Likewise.
31227
31228 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31229         and Bruno Haible  <bruno@clisp.org>
31230
31231         * NEWS: Describe interface changes to human, xstrtol.
31232         * lib/human.h: Include <xstrtol.h>.
31233         (human_options): Return enum strtol_error, not int.  Remove
31234         bool arg; take int * instead.
31235         * lib/human.c: Don't include "gettext.h".
31236         (_): Remove; no longer used.
31237         Don't include <xstrtol.h>, since human.h does it.
31238         (human_options): Adjust to abovementioned interface changes.
31239         Do not report error to stderr; that's now the caller's
31240         responsibility.
31241         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
31242         interface change.
31243         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
31244         Str, Argument_type_string.  All uses changed.  Put " argument"
31245         in diagnostics to make them clearer.  Change wording of suffix
31246         message for clarity.
31247         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
31248         Argument_type_string.
31249         (STRTOL_FATAL_WARN): Remove; no longer used.
31250         * modules/human (Depends-on): Remove gettext-h.
31251
31252 2007-08-06  Simon Josefsson  <simon@josefsson.org>
31253
31254         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
31255
31256 2007-07-31  Bruno Haible  <bruno@clisp.org>
31257
31258         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
31259         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
31260         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
31261
31262 2007-07-31  Bruno Haible  <bruno@clisp.org>
31263
31264         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
31265         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
31266
31267 2007-07-30  Bruno Haible  <bruno@clisp.org>
31268
31269         * modules/base64 (License): Use the synonymous term "LGPLv2+".
31270         * modules/c-ctype (License): Likewise.
31271         * modules/c-strcase (License): Likewise.
31272         * modules/check-version (License): Likewise.
31273         * modules/iconv (License): Likewise.
31274         * modules/iconv_open (License): Likewise.
31275         * modules/read-file (License): Likewise.
31276         * modules/striconv (License): Likewise.
31277         * modules/strverscmp (License): Likewise.
31278         * modules/vasprintf (License): Likewise.
31279         * modules/crypto/des (License): Likewise.
31280         * modules/crypto/gc (License): Likewise.
31281         * modules/crypto/gc-arcfour (License): Likewise.
31282         * modules/crypto/gc-arctwo (License): Likewise.
31283         * modules/crypto/gc-des (License): Likewise.
31284         * modules/crypto/gc-hmac-md5 (License): Likewise.
31285         * modules/crypto/gc-hmac-sha1 (License): Likewise.
31286         * modules/crypto/gc-md2 (License): Likewise.
31287         * modules/crypto/gc-md4 (License): Likewise.
31288         * modules/crypto/gc-md5 (License): Likewise.
31289         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
31290         * modules/crypto/gc-random (License): Likewise.
31291         * modules/crypto/gc-rijndael (License): Likewise.
31292         * modules/crypto/gc-sha1 (License): Likewise.
31293         * modules/crypto/md2 (License): Likewise.
31294         * modules/crypto/md4 (License): Likewise.
31295
31296 2007-07-30  Jim Meyering  <jim@meyering.net>
31297
31298         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
31299         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
31300         it has valid stat data.  This bug would cause du not to count the
31301         sizes of inaccessible directories.
31302         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
31303         in <http://bugzilla.redhat.com/250077>.
31304
31305 2007-07-25  Peter O'Gorman  <peter@pogma.com>
31306             Bruno Haible  <bruno@clisp.org>
31307
31308         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
31309         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
31310         #include_next, gives a diagnostic about it, but reports no error in
31311         the exit code.
31312         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
31313
31314 2007-07-24  Ben Pfaff  <blp@gnu.org>
31315
31316         Improve name: "count-one-bits" is better than "popcount".
31317         * MODULES.html.sh: Update name.
31318         * lib/popcount.h: Renamed lib/count-one-bits.h.
31319         (popcount): Renamed count_one_bits.
31320         (popcountl): Renamed count_one_bits_l.
31321         (popcountll): Renamed count_one_bits_ll.
31322         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
31323         * modules/popcount: Renamed module/count-one-bits.
31324         * modules/popcount-tests: Renamed module/count-one-bits-tests.
31325         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
31326
31327 2007-07-23  Ben Pfaff  <blp@gnu.org>
31328
31329         * lib/popcount.h (popcount32): Reduce size of constants, to allow
31330         better code generation, and add U to large constants to avoid
31331         warnings, in non-GCC case.
31332         Suggested by Bruno Haible.
31333
31334 2007-07-23  Ben Pfaff  <blp@gnu.org>
31335
31336         * lib/popcount.h: Use verify_true instead of if...abort.
31337         * modules/popcount: Depend on verify module.
31338         Suggested by Jim Meyering.
31339
31340 2007-07-23  Bruno Haible  <bruno@clisp.org>
31341
31342         * gnulib-tool (func_import): Create a .cvsignore file also when the
31343         directory is not yet in CVS but the toplevel directory is. When
31344         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
31345         Reported by Karl Berry.
31346
31347 2007-07-22  Ben Pfaff  <blp@gnu.org>
31348
31349         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
31350         case.
31351         Suggested by Eric Blake.
31352
31353 2007-07-22  Ben Pfaff  <blp@gnu.org>
31354
31355         New module: popcount.
31356         * MODULES.html.sh: Add popcount.
31357         * modules/popcount: New file.
31358         * modules/popcount-tests: New file.
31359         * tests/test-popcount.c: New file.
31360         * lib/popcount.h: New file.
31361         * m4/popcount.m4: New file.
31362
31363 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
31364
31365         * build-aux/announce-gen: Update to GPLv3.
31366
31367         * build-aux/config.guess: Update from config.
31368
31369 2007-07-21  Bruno Haible  <bruno@clisp.org>
31370
31371         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
31372         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
31373
31374 2007-07-20  Jim Meyering  <jim@meyering.net>
31375
31376         * check-module: Diagnose a self-dependency.
31377
31378 2007-07-19  Bruno Haible  <bruno@clisp.org>
31379
31380         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
31381         empty.
31382         Reported by Eric Blake.
31383
31384 2007-07-18  Bruno Haible  <bruno@clisp.org>
31385
31386         * gnulib-tool: New options --po-base, --po-domain.
31387         (func_usage): Document them.
31388         (pobase, po_domain): New variables.
31389         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
31390         DEFAULT_TEXT_DOMAIN.
31391         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
31392         (func_import): Consider pobase and po_domain. Create a po/ directory.
31393         (func_create_testdir): Set pobase and po_domain to empty.
31394         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
31395         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
31396
31397 2007-07-18  Bruno Haible  <bruno@clisp.org>
31398
31399         * gnulib-tool (func_get_automake_snippet): Synthesize also an
31400         EXTRA_DIST augmentation for files in build-aux/.
31401
31402 2007-07-16  Bruno Haible  <bruno@clisp.org>
31403
31404         * modules/lseek (License): Use the synonymous term "LGPLv2+".
31405         * modules/getdelim (License): Likewise.
31406
31407 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31408
31409         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
31410         * modules/d-type (License): Likewise.
31411         * modules/extensions (License): Likewise.
31412         * modules/fnmatch (License): Likewise.
31413         * modules/fseeko (License): Likewise.
31414         * modules/getaddrinfo (License): Likewise.
31415         * modules/getline (License): Likewise.
31416         * modules/getlogin_r (License): Likewise.
31417         * modules/getpass (License): Likewise.
31418         * modules/gettimeofday (License): Likewise.
31419         * modules/glob (License): Likewise.
31420         * modules/inet_ntop (License): Likewise.
31421         * modules/malloc (License): Likewise.
31422         * modules/malloca (License): Likewise.
31423         * modules/memmem (License): Likewise.
31424         * modules/mempcpy (License): Likewise.
31425         * modules/memset (License): Likewise.
31426         * modules/minmax (License): Likewise.
31427         * modules/mktime (License): Likewise.
31428         * modules/netinet_in (License): Likewise.
31429         * modules/pathmax (License): Likewise.
31430         * modules/poll (License): Likewise.
31431         * modules/regex (License): Likewise.
31432         * modules/snprintf (License): Likewise.
31433         * modules/stdbool (License): Likewise.
31434         * modules/stdint (License): Likewise.
31435         * modules/stdio (License): Likewise.
31436         * modules/strcase (License): Likewise.
31437         * modules/strcasestr (License): Likewise.
31438         * modules/strdup (License): Likewise.
31439         * modules/string (License): Likewise.
31440         * modules/strndup (License): Likewise.
31441         * modules/strnlen (License): Likewise.
31442         * modules/strpbrk (License): Likewise.
31443         * modules/strptime (License): Likewise.
31444         * modules/strsep (License): Likewise.
31445         * modules/sys_select (License): Likewise.
31446         * modules/sys_socket (License): Likewise.
31447         * modules/sys_stat (License): Likewise.
31448         * modules/sys_time (License): Likewise.
31449         * modules/time (License): Likewise.
31450         * modules/time_r (License): Likewise.
31451         * modules/timegm (License): Likewise.
31452         * modules/unistd (License): Likewise.
31453         * modules/vsnprintf (License): Likewise.
31454         * modules/wctype (License): Likewise.
31455
31456 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31457
31458         * modules/argz (License): LGPLv2+.
31459
31460 2007-07-15  Karl Berry  <karl@gnu.org>
31461
31462         * doc/gnulib.texi: revise node structure per new fdl.texi.
31463
31464 2007-07-14  Bruno Haible  <bruno@clisp.org>
31465
31466         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
31467         the output file.
31468         * lib/uniname/uninames.h: Regenerated.
31469
31470 2007-07-14  Karl Berry  <karl@gnu.org>
31471
31472         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
31473         omitting sectioning and index commands.
31474
31475 2007-07-13  Bruno Haible  <bruno@clisp.org>
31476
31477         New gnulib-tool option --more-symlinks.
31478         * gnulib-tool (func_usage): Document --more-symlinks.
31479         (do_copyrights): New variable.
31480         Recognize option --more-symlinks.
31481         (func_import): Don't add a copyright notice transform to
31482         sed_transform_lib_file if do_copyrights is empty.
31483
31484 2007-07-13  Bruno Haible  <bruno@clisp.org>
31485
31486         * lib/vasnprintf.c (decimal_point_char): Define also if
31487         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
31488         && !NEED_PRINTF_DIRECTIVE_A.
31489         Reported by Clemens Koller <clemens.koller@anagramm.de> via
31490         Gary V. Vaughan <gary@gnu.org>.
31491
31492 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
31493
31494         * lib/inttypes_.h: Undo previous change, since it was fixed
31495         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
31496
31497 2007-07-13  Bruno Haible  <bruno@clisp.org>
31498
31499         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
31500         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
31501
31502 2007-07-13  Jim Meyering  <jim@meyering.net>
31503
31504         df: Don't fail for Tru64's "file-on-file mount".
31505         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
31506         so we fall through and use statfs instead.  Details here:
31507         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
31508         Reported by Albert Chin.
31509
31510 2007-07-13  Bruno Haible  <bruno@clisp.org>
31511
31512         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
31513         * modules/configmake (License): Likewise.
31514         * modules/gettext (License): Likewise.
31515         * modules/gettext-h (License): Likewise.
31516         * modules/include_next (License): Likewise.
31517         * modules/link-warning (License): Likewise.
31518         * modules/localcharset (License): Likewise.
31519         * modules/localename (License): Likewise.
31520         * modules/lock (License): Likewise.
31521         * modules/relocatable-lib-lgpl (License): Likewise.
31522         * modules/size_max (License): Likewise.
31523         * modules/vasnprintf (License): Likewise.
31524         * modules/wchar (License): Likewise.
31525         * modules/xsize (License): Likewise.
31526
31527 2007-07-13  Bruno Haible  <bruno@clisp.org>
31528
31529         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
31530         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
31531
31532 2007-07-12  Bruno Haible  <bruno@clisp.org>
31533
31534         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
31535         in the modules files.
31536
31537 2007-07-11  Karl Berry  <karl@gnu.org>
31538
31539         * MODULES.html.sh (func_module): use
31540          sed -e '\|^'"${includefile}"'$|d'
31541          instead of /.../d, to avoid errors on $includefile's containing /.
31542
31543 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31544
31545         * gnulib-tool (func_import): Avoid duplication of --avoid
31546         statements
31547         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
31548         names to `_' in variable names.
31549
31550 2007-07-10  Eric Blake  <ebb9@byu.net>
31551
31552         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
31553         * NEWS: Document this change.
31554
31555 2007-07-08  Bruno Haible  <bruno@clisp.org>
31556
31557         Update to Unicode 5.0.
31558         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
31559         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
31560         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
31561         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
31562         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
31563         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
31564         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
31565         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
31566         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
31567         U+10A3F, U+1D242..U+1D244.
31568         (nonspacing_table_ind): Update.
31569         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
31570         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
31571
31572 2007-07-08  Bruno Haible  <bruno@clisp.org>
31573
31574         Update to Unicode 5.0.
31575         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
31576         code transform. Extend the name index field of unicode_name_to_code and
31577         unicode_code_to_name from 16 to 24 bits.
31578         * lib/uniname/uniname.c (unicode_character_name,
31579         unicode_name_character): Add the range 0x12xxx to the code transform.
31580         * lib/uniname/uninames.h: Regenerated.
31581         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
31582
31583 2007-07-07  Bruno Haible  <bruno@clisp.org>
31584
31585         * modules/wcwidth-tests: New file.
31586         * tests/test-wcwidth.c: New file.
31587
31588         Work around MacOS X wcwidth() bug.
31589         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
31590         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
31591         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
31592         original wcwidth in non-UTF-8 locales.
31593         * modules/wcwidth (Depends-on): Add localcharset, streq,
31594         uniwidth/width.
31595         * doc/functions/wcwidth.texi: Update.
31596
31597 2007-07-07  Bruno Haible  <bruno@clisp.org>
31598
31599         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
31600         (wcwidth): New declaration.
31601         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
31602         macros.
31603         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
31604         here. Prepare for creating <wchar.h> unconditionally.
31605         * modules/wchar (Depends-on): Add link-warning.
31606         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
31607         REPLACE_WCWIDTH, and GL_LINK_WARNING.
31608         * lib/wcwidth.h: Remove file.
31609         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
31610         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
31611         * modules/wcwidth (Files): Remove lib/wcwidth.h.
31612         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
31613         (Include): Replace wcwidth.h with <wchar.h>.
31614         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
31615         * lib/mbchar.h: Don't include wcwidth.h.
31616         * lib/mbswidth.c: Likewise.
31617         * NEWS: Mention the change.
31618
31619 2007-07-07  Bruno Haible  <bruno@clisp.org>
31620
31621         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
31622         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
31623         definition with an external declaration.
31624         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
31625         defined as a function. Remove AC_C_INLINE requirement.
31626         * modules/wcwidth (Files): Add lib/wcwidth.c.
31627         (Makefile.am): Remove redundant statement.
31628
31629 2007-07-07  Bruno Haible  <bruno@clisp.org>
31630
31631         * MODULES.html.sh (Unicode string functions): Add the new modules.
31632
31633         * tests/uniwidth/test-u32-strwidth.c: New file.
31634         * modules/uniwidth/u32-strwidth-tests: New file.
31635
31636         * lib/uniwidth/u32-strwidth.c: New file.
31637         * modules/uniwidth/u32-strwidth: New file.
31638
31639         * tests/uniwidth/test-u16-strwidth.c: New file.
31640         * modules/uniwidth/u16-strwidth-tests: New file.
31641
31642         * lib/uniwidth/u16-strwidth.c: New file.
31643         * modules/uniwidth/u16-strwidth: New file.
31644
31645         * tests/uniwidth/test-u8-strwidth.c: New file.
31646         * modules/uniwidth/u8-strwidth-tests: New file.
31647
31648         * lib/uniwidth/u8-strwidth.c: New file.
31649         * modules/uniwidth/u8-strwidth: New file.
31650
31651         * tests/uniwidth/test-u32-width.c: New file.
31652         * modules/uniwidth/u32-width-tests: New file.
31653
31654         * lib/uniwidth/u32-width.c: New file.
31655         * modules/uniwidth/u32-width: New file.
31656
31657         * tests/uniwidth/test-u16-width.c: New file.
31658         * modules/uniwidth/u16-width-tests: New file.
31659
31660         * lib/uniwidth/u16-width.c: New file.
31661         * modules/uniwidth/u16-width: New file.
31662
31663         * tests/uniwidth/test-u8-width.c: New file.
31664         * modules/uniwidth/u8-width-tests: New file.
31665
31666         * lib/uniwidth/u8-width.c: New file.
31667         * modules/uniwidth/u8-width: New file.
31668
31669         * tests/uniwidth/test-uc_width.c: New file.
31670         * modules/uniwidth/width-tests: New file.
31671
31672         * lib/uniwidth/width.c: New file, from GNU libiconv.
31673         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
31674         * modules/uniwidth/width: New file.
31675
31676         * lib/uniwidth.h: New file, from GNU libiconv.
31677         * modules/uniwidth/base: New file.
31678
31679 2007-07-07  Bruno Haible  <bruno@clisp.org>
31680
31681         * lib/uniname.h: New file, from GNU gettext.
31682         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
31683         * lib/uniname/uninames.h: New file, from GNU gettext.
31684         * lib/uniname/uniname.c: New file, from GNU gettext.
31685         * tests/uniname/test-uninames.sh: New file.
31686         * tests/uniname/test-uninames.c: New file, from GNU gettext.
31687         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
31688         * modules/uniname/base: New file.
31689         * modules/uniname/uniname: New file.
31690         * modules/uniname/uniname-tests: New file.
31691         * MODULES.html.sh (Unicode string functions): Add the new modules.
31692
31693 2007-07-06  Bruno Haible  <bruno@clisp.org>
31694
31695         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
31696
31697 2007-07-06  Bruno Haible  <bruno@clisp.org>
31698
31699         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
31700         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
31701         includes <cygwin/sys_time.h> which includes <sys/select.h> which
31702         include <sys/time.h>.
31703         Reported by Eric Blake.
31704
31705 2007-07-06  Eric Blake  <ebb9@byu.net>
31706
31707         Fix testing canonicalize on cygwin.
31708         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31709         Revert patch from 2007-06-19.
31710         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
31711         canonicalize module is also in use.
31712         * tests/test-canonicalize.c: New file.
31713         * tests/test-canonicalize.sh: Likewise.
31714         * modules/canonicalize-tests: Likewise.
31715
31716 2007-07-06  Jim Meyering  <jim@meyering.net>
31717
31718         * lib/getugroups.c (getugroups): Detect getgrent failure.
31719         Adjust comment to reflect reality: this function may return -1.
31720
31721 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
31722
31723         * build-aux/bootstrap (TP_URL,get_translations): Update to use
31724         the new TP address.
31725         (usage): Fix typo
31726         (gnulib_mk): New variable.
31727
31728 2007-07-05  Jim Meyering  <jim@meyering.net>
31729
31730         Don't let endgrent clobber errno, no matter how improbable.
31731         * lib/getugroups.c (getugroups): Save and restore errno around
31732         endgrent call.
31733
31734         Close the group DB even when failing with 2^31 or more members.
31735         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
31736
31737 2007-07-04  Jim Meyering  <jim@meyering.net>
31738
31739         * lib/getugroups.h: New file.
31740         * lib/getugroups.c: Include "getugroups.h".
31741         Remove uses of "register" keyword.
31742         Move local variable, "cp", down into scope where used.
31743         Give "username" parameter the "const" attribute.
31744         * modules/getugroups (Files): Add lib/getugroups.h
31745
31746 2007-07-04  Karl Berry  <karl@gnu.org>
31747
31748         * MODULES.html.sh (func_all_modules): Complete rename of
31749         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
31750
31751 2007-07-02  Bruno Haible  <bruno@clisp.org>
31752
31753         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
31754         mode, when inttypes.h comes from gnulib.
31755         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31756
31757 2007-07-02  Simon Josefsson  <simon@josefsson.org>
31758
31759         * NEWS: Mention lgpl module name change.
31760
31761         * modules/lgpl-2.1: Renamed from lgpl.
31762
31763         * NEWS: Mention gpl module name change.
31764
31765         * modules/gpl-3.0: New file, based on gpl-2.0.
31766
31767         * modules/gpl-2.0: Renamed from gpl.
31768
31769         * modules/gpl: Fix filename, doc/gpl.texi is now found at
31770         doc/gpl-2.0.texi.
31771
31772 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31773
31774         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
31775         #define __STDC_LIMIT_MACROS temporarily while including
31776         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
31777         Problem reported by Joel E. Denny in
31778         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
31779
31780 2007-07-01  Bruno Haible  <bruno@clisp.org>
31781
31782         * lib/unistdio.h: New file.
31783         * lib/unistdio/u-asnprintf.h: New file.
31784         * lib/unistdio/u-asprintf.h: New file.
31785         * lib/unistdio/u-printf-args.c: New file.
31786         * lib/unistdio/u-printf-args.h: New file.
31787         * lib/unistdio/u-printf-parse.h: New file.
31788         * lib/unistdio/u-snprintf.h: New file.
31789         * lib/unistdio/u-sprintf.h: New file.
31790         * lib/unistdio/u-vasprintf.h: New file.
31791         * lib/unistdio/u-vsnprintf.h: New file.
31792         * lib/unistdio/u-vsprintf.h: New file.
31793         * lib/unistdio/ulc-asnprintf.c: New file.
31794         * lib/unistdio/ulc-asprintf.c: New file.
31795         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
31796         * lib/unistdio/ulc-printf-parse.c: New file.
31797         * lib/unistdio/ulc-snprintf.c: New file.
31798         * lib/unistdio/ulc-sprintf.c: New file.
31799         * lib/unistdio/ulc-vasnprintf.c: New file.
31800         * lib/unistdio/ulc-vasprintf.c: New file.
31801         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
31802         * lib/unistdio/ulc-vsnprintf.c: New file.
31803         * lib/unistdio/ulc-vsprintf.c: New file.
31804         * lib/unistdio/u8-asnprintf.c: New file.
31805         * lib/unistdio/u8-asprintf.c: New file.
31806         * lib/unistdio/u8-printf-parse.c: New file.
31807         * lib/unistdio/u8-snprintf.c: New file.
31808         * lib/unistdio/u8-sprintf.c: New file.
31809         * lib/unistdio/u8-vasnprintf.c: New file.
31810         * lib/unistdio/u8-vasprintf.c: New file.
31811         * lib/unistdio/u8-vsnprintf.c: New file.
31812         * lib/unistdio/u8-vsprintf.c: New file.
31813         * lib/unistdio/u8-u8-asnprintf.c: New file.
31814         * lib/unistdio/u8-u8-asprintf.c: New file.
31815         * lib/unistdio/u8-u8-snprintf.c: New file.
31816         * lib/unistdio/u8-u8-sprintf.c: New file.
31817         * lib/unistdio/u8-u8-vasnprintf.c: New file.
31818         * lib/unistdio/u8-u8-vasprintf.c: New file.
31819         * lib/unistdio/u8-u8-vsnprintf.c: New file.
31820         * lib/unistdio/u8-u8-vsprintf.c: New file.
31821         * lib/unistdio/u16-asnprintf.c: New file.
31822         * lib/unistdio/u16-asprintf.c: New file.
31823         * lib/unistdio/u16-printf-parse.c: New file.
31824         * lib/unistdio/u16-snprintf.c: New file.
31825         * lib/unistdio/u16-sprintf.c: New file.
31826         * lib/unistdio/u16-vasnprintf.c: New file.
31827         * lib/unistdio/u16-vasprintf.c: New file.
31828         * lib/unistdio/u16-vsnprintf.c: New file.
31829         * lib/unistdio/u16-vsprintf.c: New file.
31830         * lib/unistdio/u16-u16-asnprintf.c: New file.
31831         * lib/unistdio/u16-u16-asprintf.c: New file.
31832         * lib/unistdio/u16-u16-snprintf.c: New file.
31833         * lib/unistdio/u16-u16-sprintf.c: New file.
31834         * lib/unistdio/u16-u16-vasnprintf.c: New file.
31835         * lib/unistdio/u16-u16-vasprintf.c: New file.
31836         * lib/unistdio/u16-u16-vsnprintf.c: New file.
31837         * lib/unistdio/u16-u16-vsprintf.c: New file.
31838         * lib/unistdio/u32-asnprintf.c: New file.
31839         * lib/unistdio/u32-asprintf.c: New file.
31840         * lib/unistdio/u32-printf-parse.c: New file.
31841         * lib/unistdio/u32-snprintf.c: New file.
31842         * lib/unistdio/u32-sprintf.c: New file.
31843         * lib/unistdio/u32-vasnprintf.c: New file.
31844         * lib/unistdio/u32-vasprintf.c: New file.
31845         * lib/unistdio/u32-vsnprintf.c: New file.
31846         * lib/unistdio/u32-vsprintf.c: New file.
31847         * lib/unistdio/u32-u32-asnprintf.c: New file.
31848         * lib/unistdio/u32-u32-asprintf.c: New file.
31849         * lib/unistdio/u32-u32-snprintf.c: New file.
31850         * lib/unistdio/u32-u32-sprintf.c: New file.
31851         * lib/unistdio/u32-u32-vasnprintf.c: New file.
31852         * lib/unistdio/u32-u32-vasprintf.c: New file.
31853         * lib/unistdio/u32-u32-vsnprintf.c: New file.
31854         * lib/unistdio/u32-u32-vsprintf.c: New file.
31855         * tests/unistdio/test-ulc-asnprintf1.c: New file.
31856         * tests/unistdio/test-ulc-asnprintf1.h: New file.
31857         * tests/unistdio/test-ulc-printf1.h: New file.
31858         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
31859         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
31860         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
31861         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
31862         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
31863         * tests/unistdio/test-ulc-vasprintf1.c: New file.
31864         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
31865         * tests/unistdio/test-ulc-vsprintf1.c: New file.
31866         * tests/unistdio/test-u8-asnprintf1.c: New file.
31867         * tests/unistdio/test-u8-asnprintf1.h: New file.
31868         * tests/unistdio/test-u8-printf1.h: New file.
31869         * tests/unistdio/test-u8-vasnprintf1.c: New file.
31870         * tests/unistdio/test-u8-vasnprintf2.c: New file.
31871         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
31872         * tests/unistdio/test-u8-vasnprintf3.c: New file.
31873         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
31874         * tests/unistdio/test-u8-vasprintf1.c: New file.
31875         * tests/unistdio/test-u8-vsnprintf1.c: New file.
31876         * tests/unistdio/test-u8-vsprintf1.c: New file.
31877         * tests/unistdio/test-u16-asnprintf1.c: New file.
31878         * tests/unistdio/test-u16-asnprintf1.h: New file.
31879         * tests/unistdio/test-u16-printf1.h: New file.
31880         * tests/unistdio/test-u16-vasnprintf1.c: New file.
31881         * tests/unistdio/test-u16-vasnprintf2.c: New file.
31882         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
31883         * tests/unistdio/test-u16-vasnprintf3.c: New file.
31884         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
31885         * tests/unistdio/test-u16-vasprintf1.c: New file.
31886         * tests/unistdio/test-u16-vsnprintf1.c: New file.
31887         * tests/unistdio/test-u16-vsprintf1.c: New file.
31888         * tests/unistdio/test-u32-asnprintf1.c: New file.
31889         * tests/unistdio/test-u32-asnprintf1.h: New file.
31890         * tests/unistdio/test-u32-printf1.h: New file.
31891         * tests/unistdio/test-u32-vasnprintf1.c: New file.
31892         * tests/unistdio/test-u32-vasnprintf2.c: New file.
31893         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
31894         * tests/unistdio/test-u32-vasnprintf3.c: New file.
31895         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
31896         * tests/unistdio/test-u32-vasprintf1.c: New file.
31897         * tests/unistdio/test-u32-vsnprintf1.c: New file.
31898         * tests/unistdio/test-u32-vsprintf1.c: New file.
31899         * modules/unistdio/base: New file.
31900         * modules/unistdio/u-printf-args: New file.
31901         * modules/unistdio/ulc-asnprintf: New file.
31902         * modules/unistdio/ulc-asprintf: New file.
31903         * modules/unistdio/ulc-fprintf: New file.
31904         * modules/unistdio/ulc-printf-parse: New file.
31905         * modules/unistdio/ulc-snprintf: New file.
31906         * modules/unistdio/ulc-sprintf: New file.
31907         * modules/unistdio/ulc-vasnprintf: New file.
31908         * modules/unistdio/ulc-vasprintf: New file.
31909         * modules/unistdio/ulc-vfprintf: New file.
31910         * modules/unistdio/ulc-vsnprintf: New file.
31911         * modules/unistdio/ulc-vsprintf: New file.
31912         * modules/unistdio/u8-asnprintf: New file.
31913         * modules/unistdio/u8-asprintf: New file.
31914         * modules/unistdio/u8-printf-parse: New file.
31915         * modules/unistdio/u8-snprintf: New file.
31916         * modules/unistdio/u8-sprintf: New file.
31917         * modules/unistdio/u8-vasnprintf: New file.
31918         * modules/unistdio/u8-vasprintf: New file.
31919         * modules/unistdio/u8-vsnprintf: New file.
31920         * modules/unistdio/u8-vsprintf: New file.
31921         * modules/unistdio/u8-u8-asnprintf: New file.
31922         * modules/unistdio/u8-u8-asprintf: New file.
31923         * modules/unistdio/u8-u8-snprintf: New file.
31924         * modules/unistdio/u8-u8-sprintf: New file.
31925         * modules/unistdio/u8-u8-vasnprintf: New file.
31926         * modules/unistdio/u8-u8-vasprintf: New file.
31927         * modules/unistdio/u8-u8-vsnprintf: New file.
31928         * modules/unistdio/u8-u8-vsprintf: New file.
31929         * modules/unistdio/u16-asnprintf: New file.
31930         * modules/unistdio/u16-asprintf: New file.
31931         * modules/unistdio/u16-printf-parse: New file.
31932         * modules/unistdio/u16-snprintf: New file.
31933         * modules/unistdio/u16-sprintf: New file.
31934         * modules/unistdio/u16-vasnprintf: New file.
31935         * modules/unistdio/u16-vasprintf: New file.
31936         * modules/unistdio/u16-vsnprintf: New file.
31937         * modules/unistdio/u16-vsprintf: New file.
31938         * modules/unistdio/u16-u16-asnprintf: New file.
31939         * modules/unistdio/u16-u16-asprintf: New file.
31940         * modules/unistdio/u16-u16-snprintf: New file.
31941         * modules/unistdio/u16-u16-sprintf: New file.
31942         * modules/unistdio/u16-u16-vasnprintf: New file.
31943         * modules/unistdio/u16-u16-vasprintf: New file.
31944         * modules/unistdio/u16-u16-vsnprintf: New file.
31945         * modules/unistdio/u16-u16-vsprintf: New file.
31946         * modules/unistdio/u32-asnprintf: New file.
31947         * modules/unistdio/u32-asprintf: New file.
31948         * modules/unistdio/u32-printf-parse: New file.
31949         * modules/unistdio/u32-snprintf: New file.
31950         * modules/unistdio/u32-sprintf: New file.
31951         * modules/unistdio/u32-vasnprintf: New file.
31952         * modules/unistdio/u32-vasprintf: New file.
31953         * modules/unistdio/u32-vsnprintf: New file.
31954         * modules/unistdio/u32-vsprintf: New file.
31955         * modules/unistdio/u32-u32-asnprintf: New file.
31956         * modules/unistdio/u32-u32-asprintf: New file.
31957         * modules/unistdio/u32-u32-snprintf: New file.
31958         * modules/unistdio/u32-u32-sprintf: New file.
31959         * modules/unistdio/u32-u32-vasnprintf: New file.
31960         * modules/unistdio/u32-u32-vasprintf: New file.
31961         * modules/unistdio/u32-u32-vsnprintf: New file.
31962         * modules/unistdio/u32-u32-vsprintf: New file.
31963         * modules/unistdio/ulc-asnprintf-tests: New file.
31964         * modules/unistdio/ulc-vasnprintf-tests: New file.
31965         * modules/unistdio/ulc-vasprintf-tests: New file.
31966         * modules/unistdio/ulc-vsnprintf-tests: New file.
31967         * modules/unistdio/ulc-vsprintf-tests: New file.
31968         * modules/unistdio/u8-asnprintf-tests: New file.
31969         * modules/unistdio/u8-vasnprintf-tests: New file.
31970         * modules/unistdio/u8-vasprintf-tests: New file.
31971         * modules/unistdio/u8-vsnprintf-tests: New file.
31972         * modules/unistdio/u8-vsprintf-tests: New file.
31973         * modules/unistdio/u16-asnprintf-tests: New file.
31974         * modules/unistdio/u16-vasnprintf-tests: New file.
31975         * modules/unistdio/u16-vasprintf-tests: New file.
31976         * modules/unistdio/u16-vsnprintf-tests: New file.
31977         * modules/unistdio/u16-vsprintf-tests: New file.
31978         * modules/unistdio/u32-asnprintf-tests: New file.
31979         * modules/unistdio/u32-vasnprintf-tests: New file.
31980         * modules/unistdio/u32-vasprintf-tests: New file.
31981         * modules/unistdio/u32-vsnprintf-tests: New file.
31982         * modules/unistdio/u32-vsprintf-tests: New file.
31983         * MODULES.html.sh (Unicode string functions): Add the new modules.
31984
31985 2007-07-01  Bruno Haible  <bruno@clisp.org>
31986
31987         * lib/sprintf.c (sprintf): Limit the available length estimation,
31988         to avoid address wraparound.
31989         * lib/vsprintf.c (vsprintf): Likewise.
31990         * modules/sprintf-posix (Dependencies): Add stdint.
31991         * modules/vsprintf-posix (Dependencies): Likewise.
31992
31993 2007-07-01  Bruno Haible  <bruno@clisp.org>
31994
31995         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
31996         Windows PATH as well. Conservative double-quoting. Comments.
31997
31998 2007-07-01  Bruno Haible  <bruno@clisp.org>
31999             Eric Blake  <ebb9@byu.net>
32000             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32001
32002         * gnulib-tool (self_abspathname): Fix algorithm to cope with
32003         empty components in $PATH, denoting '.'.
32004
32005 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32006
32007         * gnulib-tool: Fix indentation.
32008         (func_create_megatestdir): Likewise.
32009         Report by Bruno Haible.
32010
32011 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32012
32013         Sync from Automake.
32014         * build-aux/gnupload: Fix shell portability issues with for loops.
32015         Report by Karl Berry.
32016
32017 2007-06-29  Simon Josefsson  <simon@josefsson.org>
32018
32019         * build-aux/maint.mk (POURL): Use translationproject.org.
32020
32021 2007-06-27  Simon Josefsson  <simon@josefsson.org>
32022             Bruno Haible  <bruno@clisp.org>
32023
32024         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
32025         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
32026         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
32027         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
32028         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
32029
32030 2007-06-27  Bruno Haible  <bruno@clisp.org>
32031
32032         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
32033         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
32034
32035 2007-06-26  Karl Berry  <karl@gnu.org>
32036
32037         * MODULES.html.sh: remove xreadlink-with-size.
32038
32039 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32040
32041         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
32042         method that I hope also handles the double-include problem noted
32043         by Bruno Haible in
32044         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
32045
32046 2007-06-23  Bruno Haible  <bruno@clisp.org>
32047
32048         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32049         Don't let the 'mostlyclean' target fail if the last subdirectory could
32050         not be removed.
32051         Reported by Karl Berry.
32052
32053 2007-06-23  Bruno Haible  <bruno@clisp.org>
32054
32055         * gnulib-tool (echo): Add a speedier workaround for ksh.
32056         * tests/test-echo.sh: Likewise.
32057
32058 2007-06-23  Bruno Haible  <bruno@clisp.org>
32059
32060         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
32061         * tests/test-echo.sh: Likewise.
32062
32063 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32064
32065         * gnulib-tool (IFS): Initialize early, so we don't set it to
32066         empty later.
32067         (self_abspathname): Rewrite algorithm to set it, reindent.
32068         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
32069         (func_create_megatestdir): Merge some sed scripts.
32070
32071 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32072
32073         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
32074         exposed by Sun Studio 11 cc on Solaris 8.
32075
32076 2007-06-22  Bruno Haible  <bruno@clisp.org>
32077
32078         * gnulib-tool (echo): Ensure the echo primitive does not interpret
32079         backslashes.
32080         * tests/test-echo.sh: New file.
32081
32082 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32083
32084         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
32085         simplify `sed_replace_build_aux' scripts, they are portable but
32086         echoing them with `echo' is not.
32087         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
32088
32089 2007-06-21  Karl Berry  <karl@gnu.org>
32090
32091         * config/srclist.txt: guess we can't handle the licenses via
32092         srclist at the moment.
32093
32094 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
32095
32096         * MODULES.html.sh: Add include_next.
32097         * modules/include_next: New file.
32098
32099 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
32100
32101         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
32102         INCLUDE_NEXT.
32103         (gl_CHECK_NEXT_HEADERS): New macro.
32104         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
32105         the obsolescent gl_ABSOLUTE_HEADER.
32106         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
32107         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
32108         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
32109         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
32110         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
32111         * m4/math_h.m4 (gl_MATH_H): Likewise.
32112         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
32113         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
32114         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
32115         * m4/stdint.m4 (gl_STDINT_H): Likewise.
32116         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
32117         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
32118         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
32119         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
32120         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
32121         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
32122         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
32123         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
32124         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
32125         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
32126         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
32127         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
32128         * m4/inttypes.m4 (gl_INTTYPES_H): Define
32129         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
32130         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
32131         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
32132         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
32133         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
32134         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
32135         * lib/float_.h: Likewise.
32136         * lib/inttypes_.h: Likewise.
32137         * lib/math_.h: Likewise.
32138         * lib/search_.h: Likewise.
32139         * lib/signal_.h: Likewise.
32140         * lib/stdint_.h: Likewise.
32141         * lib/stdio_.h: Likewise.
32142         * lib/stdlib_.h: Likewise.
32143         * lib/string_.h: Likewise.
32144         * lib/sys_stat_.h: Likewise.
32145         * lib/sys_time_.h: Likewise.
32146         * lib/time_.h: Likewise.
32147         * lib/unistd_.h: Likewise.
32148         * lib/wchar_.h: Likewise.
32149         * lib/wctype_.h: Likewise.
32150         * lib/dirent_.h: Likewise.
32151         * lib/iconv_.h: Likewise.
32152         * lib/locale_.h: Likewise.
32153         * lib/netinet_in_.h: Likewise.
32154         * lib/sys_select_.h: Likewise.
32155         * lib/sys_socket_.h: Likewise.
32156         * lib/sysexits_.h: Likewise.
32157         * modules/fcntl (Depends-on): Depend on include_next, not
32158         absolute_header.
32159         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
32160         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
32161         * modules/fchdir: Likewise.
32162         * modules/float: Likewise.
32163         * modules/iconv_open: Likewise.
32164         * modules/inttypes: Likewise.
32165         * modules/locale: Likewise.
32166         * modules/math: Likewise.
32167         * modules/netinet_in: Likewise.
32168         * modules/search: Likewise.
32169         * modules/signal: Likewise.
32170         * modules/stdint: Likewise.
32171         * modules/stdio: Likewise.
32172         * modules/stdlib: Likewise.
32173         * modules/string: Likewise.
32174         * modules/sys_select: Likewise.
32175         * modules/sys_socket: Likewise.
32176         * modules/sys_stat: Likewise.
32177         * modules/sys_time: Likewise.
32178         * modules/sysexits: Likewise.
32179         * modules/time: Likewise.
32180         * modules/unistd: Likewise.
32181         * modules/wchar: Likewise.
32182         * modules/wctype: Likewise.
32183         * modules/sys_stat: Change maintainer to "all".
32184         * modules/unistd: Likewise.
32185
32186 2007-06-20  Karl Berry  <karl@gnu.org>
32187
32188         * config/srclist.txt: track www changes in license files.
32189
32190 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
32191
32192         * build-aux/bootstrap: Remove stray dot.
32193         Make sure build_aux settings are honored when linking
32194         gnulib_extra_files.
32195
32196 2007-06-19  Eric Blake  <ebb9@byu.net>
32197
32198         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32199         Allow compilation on cygwin.
32200
32201 2007-06-19  Jim Meyering  <jim@meyering.net>
32202
32203         xreadlink-with-size: Remove module.  No longer used.
32204         Ex-callers now use xreadlink or mreadlink-with-size.
32205         * modules/xreadlink-with-size: Remove module.
32206         * lib/xreadlink-with-size.c: Remove file.
32207         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
32208         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
32209         just before the function definition *is* accurate.
32210
32211         Eliminate one way canonicalize_filename_mode could exit.
32212         * lib/canonicalize.c (canonicalize_filename_mode):
32213         Use mreadlink_with_size, not xreadlink_with_size.
32214
32215 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
32216
32217         Detect porting problems to FreeBSD/arm, which has time_t wider than
32218         long int.  Original problem reported for GNU diff by Xin Li in
32219         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
32220         * modules/getdate (Depends-on): Add intprops, verify.
32221         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
32222         is an integer type no wider than long int.
32223
32224 2007-06-18  Jim Meyering  <jim@meyering.net>
32225
32226         New module: mreadlink-with-size.
32227         * MODULES.html.sh: Add mreadlink-with-size.
32228         * modules/mreadlink-with-size: New module
32229         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
32230         not xreadlink-with-size.
32231         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
32232
32233 2007-06-16  Bruno Haible  <bruno@clisp.org>
32234
32235         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
32236         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
32237         Reported by Gary V. Vaughan <gary@gnu.org>.
32238
32239 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
32240
32241         Revamp lchown so that it lives in unistd.h where it belongs.
32242         * lib/lchown.h: Remove.
32243         * lib/dirchownmod.c: Don't include lib/lchown.h.
32244         * lib/fchownat.c: Likewise.
32245         * lib/openat.c: Likewise.
32246         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
32247         does not follow symlinks.
32248         (EOPNOTSUPP): Define if not defined.
32249         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
32250         is defined to 0.
32251         (lchown): New decl.
32252         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
32253         Do not check for lchown decl.
32254         Set REPLACE_LCHOWN.
32255         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
32256         REPLACE_LCHOWN.
32257         * modules/chown: Make it clear it follows symlinks.
32258         * modules/lchown: Make it clear it doesn't follow symlinks.
32259         (Files): Remove lib/lchown.h
32260         (Depends-on): Add unistd.
32261         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
32262         (Include): Include <unistd.h>, not "lchown.h".
32263         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
32264         REPLACE_LCHOWN.
32265
32266 2007-06-15  Jim Meyering  <jim@meyering.net>
32267
32268         Change license (GPL to LGPL) of fsusage and dependents.
32269         * modules/fsusage (License): Change to LGPL.
32270         * modules/full-read (License): Likewise.
32271         * modules/full-write (License): Likewise.
32272         * modules/safe-read (License): Likewise.
32273         * modules/safe-write (License): Likewise.
32274
32275 2007-06-14  Ben Pfaff  <blp@gnu.org>
32276
32277         Missing part of allocsa -> malloca transition.
32278         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
32279         gl_MALLOCA.
32280
32281 2007-06-12  Bruno Haible  <bruno@clisp.org>
32282
32283         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
32284         to ia64, x86_64, i386.
32285         Reported by Eric Blake.
32286
32287 2007-06-12  Bruno Haible  <bruno@clisp.org>
32288
32289         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
32290         cross-compiling to x86_64.
32291
32292 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
32293
32294         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
32295         glitch reported by Ralf Wildenhues in
32296         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
32297
32298         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
32299         Vin Shelton.
32300
32301 2007-06-11  Bruno Haible  <bruno@clisp.org>
32302
32303         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
32304         replacement string.
32305         Reported by Eric Blake.
32306
32307 2007-06-10  Bruno Haible  <bruno@clisp.org>
32308
32309         Prepare vasnprintf code for use with Unicode strings.
32310         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
32311         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
32312         TYPE_U32_STRING.
32313         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
32314         a_u32_string variants.
32315         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
32316         * lib/printf-args.c: Don't include config.h and the specification
32317         header if PRINTF_FETCHARGS is already defined.
32318         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
32319         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
32320         TYPE_U16_STRING, TYPE_U32_STRING.
32321         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
32322         u16_directive, u16_directives, u32_directive, u32_directives): New
32323         types.
32324         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
32325         New declarations.
32326         * lib/printf-parse.c: Don't include config.h and the specification
32327         header if PRINTF_PARSE is already defined. Eliminate the set of
32328         parameters for WIDE_CHAR_VERSION; the user of this file must provide
32329         them now. Include c-ctype.h.
32330         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
32331         directive and CHAR_T_ONLY_ASCII.
32332         * lib/vasnprintf.c: Don't include config.h and the specification header
32333         if VASNPRINTF is already defined.
32334         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
32335         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
32336         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
32337         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
32338         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
32339         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
32340         code accordingly.
32341         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
32342         pad_ourselves also in this case, with the 'c' and 's' directives, and
32343         with a different notion of "width".
32344         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
32345
32346 2007-06-10  Bruno Haible  <bruno@clisp.org>
32347
32348         * modules/unistr/u32-mbsnlen: New file.
32349         * lib/unistr/u32-mbsnlen.c: New file.
32350
32351         * modules/unistr/u16-mbsnlen: New file.
32352         * lib/unistr/u16-mbsnlen.c: New file.
32353
32354         * modules/unistr/u8-mbsnlen: New file.
32355         * lib/unistr/u8-mbsnlen.c: New file.
32356
32357         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
32358         declarations.
32359
32360 2007-06-10  Bruno Haible  <bruno@clisp.org>
32361
32362         * lib/string_.h (mbsnlen): New declaration.
32363         * lib/mbsnlen.c: New file.
32364         * m4/mbsnlen.m4: New file.
32365         * modules/mbsnlen: New file.
32366         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
32367         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
32368         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
32369
32370 2007-06-10  Bruno Haible  <bruno@clisp.org>
32371
32372         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
32373
32374 2007-06-10  Bruno Haible  <bruno@clisp.org>
32375
32376         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
32377         * lib/mbuiter.h: Likewise.
32378
32379 2007-06-10  Bruno Haible  <bruno@clisp.org>
32380
32381         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
32382         declaration.
32383
32384 2007-06-10  Karl Berry  <karl@gnu.org>
32385
32386         * config/srclist.txt: remove gettext entries, Bruno prefers
32387         to update individually.
32388
32389 2007-06-10  Bruno Haible  <bruno@clisp.org>
32390
32391         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
32392         'maxlen'. Ensure only length + width bytes are allocated, not
32393         length + 1 + width.
32394
32395 2007-06-09  Bruno Haible  <bruno@clisp.org>
32396
32397         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
32398         (CHAR_T): Remove macro.
32399         (VASNPRINTF): Update.
32400
32401 2007-06-09  Bruno Haible  <bruno@clisp.org>
32402
32403         * MODULES.html.sh (Unicode string functions): Add the new modules.
32404
32405         * modules/uniconv/u32-conv-to-enc: New file.
32406         * lib/uniconv/u32-conv-to-enc.c: New file.
32407         * modules/uniconv/u32-conv-to-enc-tests: New file.
32408         * tests/uniconv/test-u32-conv-to-enc.c: New file.
32409
32410         * modules/uniconv/u16-conv-to-enc: New file.
32411         * lib/uniconv/u16-conv-to-enc.c: New file.
32412         * lib/uniconv/u-conv-to-enc.h: New file.
32413         * modules/uniconv/u16-conv-to-enc-tests: New file.
32414         * tests/uniconv/test-u16-conv-to-enc.c: New file.
32415
32416         * modules/uniconv/u8-conv-to-enc: New file.
32417         * lib/uniconv/u8-conv-to-enc.c: New file.
32418         * modules/uniconv/u8-conv-to-enc-tests: New file.
32419         * tests/uniconv/test-u8-conv-to-enc.c: New file.
32420
32421         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
32422         u32_conv_to_encoding): New declarations.
32423
32424 2007-06-09  Bruno Haible  <bruno@clisp.org>
32425
32426         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
32427
32428 2007-06-09  Bruno Haible  <bruno@clisp.org>
32429
32430         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
32431         * modules/malloca: Renamed from modules/allocsa, updated.
32432         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
32433         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
32434         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
32435         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
32436         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
32437         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
32438         * modules/xmalloca: Renamed from modules/xallocsa, updated.
32439         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
32440         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
32441         * modules/c-strcasestr (Depends-on): Update.
32442         * lib/c-strcasestr.c: Update.
32443         * modules/c-strstr (Depends-on): Update.
32444         * lib/c-strstr.c: Update.
32445         * modules/canonicalize-lgpl (Depends-on): Update.
32446         * lib/canonicalize-lgpl.c: Update.
32447         * modules/clean-temp (Depends-on): Update.
32448         * lib/clean-temp.c: Update.
32449         * modules/csharpcomp (Depends-on): Update.
32450         * lib/csharpcomp.c: Update.
32451         * modules/csharpexec (Depends-on): Update.
32452         * lib/csharpexec.c: Update.
32453         * modules/javacomp (Depends-on): Update.
32454         * lib/javacomp.c: Update.
32455         * modules/javaexec (Depends-on): Update.
32456         * lib/javaexec.c: Update.
32457         * modules/mbscasestr (Depends-on): Update.
32458         * lib/mbscasestr.c: Update.
32459         * modules/mbsstr (Depends-on): Update.
32460         * lib/mbsstr.c: Update.
32461         * modules/setenv (Depends-on): Update.
32462         * lib/setenv.c: Update.
32463         * modules/strcasestr (Depends-on): Update.
32464         * lib/strcasestr.c: Update.
32465         * modules/striconveha (Depends-on): Update.
32466         * lib/striconveha.c: Update.
32467         * modules/relocatable-prog-wrapper (Files): Update.
32468         * lib/relocwrapper.c: Update.
32469         * build-aux/install-reloc: Update.
32470         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
32471
32472 2007-06-08  Bruno Haible  <bruno@clisp.org>
32473
32474         Port to uClibc.
32475         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
32476         * lib/fpurge.c (fpurge): Likewise.
32477         * lib/freading.c (freading): Likewise.
32478         * lib/fseeko.c (rpl_fseeko): Likewise.
32479         * lib/fseterr.c (fseterr): Likewise.
32480         * lib/fwriting.c (fwriting): Likewise.
32481         * tests/test-fflush.c (main): Avoid a failure on uClibc.
32482
32483 2007-06-08  Bruno Haible  <bruno@clisp.org>
32484
32485         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
32486         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
32487         * modules/gettext (Files): Add m4/intlmacosx.m4.
32488
32489 2007-06-07  Bruno Haible  <bruno@clisp.org>
32490
32491         * modules/localename-tests: New file.
32492         * tests/test-localename.c: New file.
32493
32494         New module 'localename'.
32495         * lib/localename.h: New file.
32496         * lib/localename.c: New file, from GNU gettext.
32497         * m4/localename.m4: New file.
32498         * modules/localename: New file.
32499
32500 2007-06-07  Bruno Haible  <bruno@clisp.org>
32501
32502         Work around the lack of <wchar.h> on some builds of uClibc.
32503         * doc/headers/wchar.texi: Update.
32504         * lib/wchar_.h: Include <wchar.h> only if it exists.
32505         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
32506         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
32507         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
32508         doesn't exist.
32509         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
32510         * modules/mbfile (Depends-on): Add wchar.
32511         * modules/mbiter (Depends-on): Likewise.
32512         * modules/mbuiter (Depends-on): Likewise.
32513         Reported by Simon Josefsson.
32514
32515 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
32516
32517         Work around problem reported by Steven M. Schweda in
32518         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
32519         Tru64 5.1B with the Compaq compiler environment installed declares
32520         an 'isblank' function but does not define it in the C library.
32521         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
32522         * lib/regex_internal.h (isblank): Likewise.
32523         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
32524         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32525
32526 2007-06-05  Bruno Haible  <bruno@clisp.org>
32527
32528         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
32529         ia64.
32530         * modules/printf-safe: New file.
32531         * modules/fprintf-posix (Depends-on): Add printf-safe.
32532         * modules/printf-posix (Depends-on): Likewise.
32533         * modules/snprintf-posix (Depends-on): Likewise.
32534         * modules/sprintf-posix (Depends-on): Likewise.
32535         * modules/vasnprintf-posix (Depends-on): Likewise.
32536         * modules/vasprintf-posix (Depends-on): Likewise.
32537         * modules/vfprintf-posix (Depends-on): Likewise.
32538         * modules/vprintf-posix (Depends-on): Likewise.
32539         * modules/vsnprintf-posix (Depends-on): Likewise.
32540         * modules/vsprintf-posix (Depends-on): Likewise.
32541         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
32542         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
32543         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
32544         "no" on i386, x86_64, ia64.
32545         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
32546         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32547         on i386, x86_64, ia64.
32548         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
32549         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32550         on i386, x86_64, ia64.
32551         * tests/test-vasnprintf-posix.c: Include float.h.
32552         (LDBL80_WORDS): New macro.
32553         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32554         on i386, x86_64, ia64.
32555         * tests/test-vasprintf-posix.c: Include float.h.
32556         (LDBL80_WORDS): New macro.
32557         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32558         on i386, x86_64, ia64.
32559         * tests/test-snprintf-posix.c: Include float.h.
32560         * tests/test-sprintf-posix.c: Likewise.
32561         * tests/test-vsnprintf-posix.c: Likewise.
32562         * tests/test-vsprintf-posix.c: Likewise.
32563
32564 2007-06-05  Bruno Haible  <bruno@clisp.org>
32565
32566         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
32567         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
32568         non-IEEE numbers on i386, x86_64, ia64.
32569         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
32570         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
32571         * tests/test-isnanl.h: Include float.h.
32572         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
32573
32574 2007-06-05  Bruno Haible  <bruno@clisp.org>
32575
32576         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
32577         also the %a / %A. Handle the %a / %A code before this extra handling.
32578
32579 2007-06-05  Bruno Haible  <bruno@clisp.org>
32580
32581         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
32582         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
32583
32584 2007-06-05  Bruno Haible  <bruno@clisp.org>
32585
32586         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
32587         typo in variable name.
32588
32589 2007-06-05  Eric Blake  <ebb9@byu.net>
32590
32591         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
32592         Reported by Simon Josefsson.
32593
32594 2007-06-04  Bruno Haible  <bruno@clisp.org>
32595
32596         Avoid test failures on some PowerPC platforms.
32597         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
32598         Define differently for PowerPC.
32599         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
32600         Reported by Gary V. Vaughan <gary@gnu.org>.
32601
32602 2007-06-02  Bruno Haible  <bruno@clisp.org>
32603
32604         Fix test-stdint failure on FreeBSD/ia64.
32605         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
32606         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
32607         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
32608         * doc/headers/stdint.texi: Update.
32609
32610 2007-06-01  Bruno Haible  <bruno@clisp.org>
32611
32612         * tests/test-binary-io.c (main): Pass a third argument to open().
32613         Reported by Gary V. Vaughan <gary@gnu.org>.
32614
32615 2007-06-01  Bruno Haible  <bruno@clisp.org>
32616
32617         * doc/functions/frexpl.texi: Update for mingw.
32618
32619 2007-06-01  Bruno Haible  <bruno@clisp.org>
32620
32621         * tests/test-lseek.c (main): Disable test of errno for invalid third
32622         argument.
32623         * doc/functions/lseek.texi: Update.
32624         Reported by Gary V. Vaughan <gary@gnu.org>.
32625
32626 2007-05-28  Bruno Haible  <bruno@clisp.org>
32627
32628         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
32629
32630 2007-05-31  Eric Blake  <ebb9@byu.net>
32631
32632         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
32633         cross compiling.
32634
32635 2007-05-30  Eric Blake  <ebb9@byu.net>
32636         and Bruno Haible  <bruno@clisp.org>
32637
32638         Work around mingw test failures exposed by m4-1.4.9b.
32639         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
32640         * tests/test-unistd.c: Disable uid_t and git_t tests for the
32641         moment.
32642
32643 2007-05-30  Bruno Haible  <bruno@clisp.org>
32644
32645         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
32646         assuming that they are closed. Needed on HP-UX 11.
32647
32648 2007-05-29  Bruno Haible  <bruno@clisp.org>
32649
32650         Fix a problem with #include_next.
32651         * lib/dirent_.h: Split the double-inclusion guard.
32652         * lib/fcntl_.h: Likewise.
32653         * lib/float_.h: Likewise.
32654         * lib/iconv_.h: Likewise.
32655         * lib/inttypes_.h: Likewise.
32656         * lib/locale_.h: Likewise.
32657         * lib/math_.h: Likewise.
32658         * lib/netinet_in_.h: Likewise.
32659         * lib/search_.h: Likewise.
32660         * lib/signal_.h: Likewise.
32661         * lib/stdint_.h: Likewise.
32662         * lib/stdio_.h: Likewise.
32663         * lib/stdlib_.h: Likewise.
32664         * lib/string_.h: Likewise.
32665         * lib/sys_select_.h: Likewise.
32666         * lib/sys_socket_.h: Likewise.
32667         * lib/sys_stat_.h: Likewise.
32668         * lib/sys_time_.h: Likewise.
32669         * lib/sysexits_.h: Likewise.
32670         * lib/time_.h: Likewise.
32671         * lib/unistd_.h: Likewise.
32672         * lib/wchar_.h: Likewise.
32673         * lib/wctype_.h: Likewise.
32674
32675 2007-05-29  Bruno Haible  <bruno@clisp.org>
32676
32677         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
32678         for the moment.
32679
32680 2007-05-29  Bruno Haible  <bruno@clisp.org>
32681
32682         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
32683         invocation.
32684         Reported by Eric Blake.
32685
32686 2007-05-29  Bruno Haible  <bruno@clisp.org>
32687
32688         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
32689         compiling case.
32690
32691 2007-05-29  Eric Blake  <ebb9@byu.net>
32692             Bruno Haible  <bruno@clisp.org>
32693
32694         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
32695         cross compiles.
32696
32697 2007-05-28  Eric Blake  <ebb9@byu.net>
32698
32699         * modules/closein-tests (test_closein_LDADD): Support test on
32700         cygwin with libtool.
32701
32702 2007-05-28  Bruno Haible  <bruno@clisp.org>
32703
32704         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
32705         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32706         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32707         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32708         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32709         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32710         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32711         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32712         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32713
32714 2007-05-28  Eric Blake  <ebb9@byu.net>
32715
32716         Unconditionally include <config.h> in unit tests.
32717         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
32718         * tests/test-allocsa.c, tests/test-arcfour.c,
32719         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
32720         tests/test-array_list.c, tests/test-array_oset.c,
32721         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
32722         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
32723         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
32724         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
32725         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
32726         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
32727         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
32728         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
32729         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
32730         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
32731         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
32732         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
32733         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
32734         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
32735         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
32736         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
32737         test-md5.c, test-memmem.c, test-printf-posix.c,
32738         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
32739         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
32740         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
32741         test-strcasestr.c, test-striconv.c, test-striconveh.c,
32742         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
32743         test-vasnprintf-posix2.c, test-vasnprintf.c,
32744         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
32745         test-vfprintf-posix.c, test-vprintf-posix.c,
32746         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
32747         test-xvasprintf.c: Likewise.
32748
32749 2007-05-28  Bruno Haible  <bruno@clisp.org>
32750
32751         * gnulib-tool (func_import): Remember the --with-tests command-line
32752         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
32753         Reported by Eric Blake.
32754
32755 2007-05-28  Bruno Haible  <bruno@clisp.org>
32756
32757         * modules/ftell-tests: New file.
32758         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
32759         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
32760
32761         * lib/ftell.c: New file.
32762         * modules/ftell: New file.
32763         * m4/ftell.m4: New file.
32764         * doc/functions/ftell.texi: Update.
32765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
32766         REPLACE_FTELL.
32767         * lib/stdio_.h (rpl_ftell): New declaration.
32768         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
32769         REPLACE_FTELL.
32770
32771 2007-05-28  Eric Blake  <ebb9@byu.net>
32772
32773         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
32774
32775 2007-05-28  Bruno Haible  <bruno@clisp.org>
32776
32777         * modules/fseek-tests: New file.
32778         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
32779         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
32780
32781         * lib/fseek.c: New file.
32782         * modules/fseek: New file.
32783         * m4/fseek.m4: New file.
32784         * doc/functions/fseek.texi: Update.
32785         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
32786         REPLACE_FSEEK.
32787         * lib/stdio_.h (rpl_fseek): New declaration.
32788         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
32789         REPLACE_FSEEK.
32790
32791 2007-05-28  Bruno Haible  <bruno@clisp.org>
32792
32793         * lib/stdio_.h (fflush): More comments.
32794
32795 2007-05-28  Bruno Haible  <bruno@clisp.org>
32796
32797         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
32798         runtime test.
32799
32800 2007-05-28  Eric Blake  <ebb9@byu.net>
32801
32802         Improve lseek module.
32803         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
32804         * lib/unistd_.h (lseek): Scale back link warning message.
32805         * tests/test-lseek.c: Beef up test.
32806         * tests/test-lseek.sh: Exercise more facets of lseek.
32807         Reported by Bruno Haible.
32808
32809 2007-05-28  Bruno Haible  <bruno@clisp.org>
32810
32811         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
32812         to define.
32813
32814 2007-05-27  Bruno Haible  <bruno@clisp.org>
32815
32816         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
32817
32818 2007-05-27  Bruno Haible  <bruno@clisp.org>
32819
32820         * modules/openmp: New file.
32821         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
32822         Noah Misch.
32823
32824 2007-05-26  Bruno Haible  <bruno@clisp.org>
32825
32826         * modules/chdir-long (Depends-on): Add fchdir.
32827         * modules/chdir-safer (Depends-on): Likewise.
32828         * modules/fts (Depends-on): Likewise.
32829         * modules/fts-lgpl (Depends-on): Likewise.
32830         * modules/openat (Depends-on): Likewise.
32831         * modules/savewd (Depends-on): Likewise.
32832
32833 2007-05-24  Eric Blake  <ebb9@byu.net>
32834
32835         Fix lseek on mingw.
32836         * modules/lseek: New module.
32837         * m4/lseek.m4: New file.
32838         * lib/lseek.c: New file.
32839         * modules/lseek-tests: New file.
32840         * tests/test-lseek.c: New file.
32841         * tests/test-lseek.sh: New file.
32842         * MODULES.html.sh: Document lseek module.
32843         * modules/fflush (Depends-on): Add lseek, fseeko.
32844         * modules/fseeko (Depends-on): Likewise.
32845         * modules/ftello (Depends-on): Likewise.
32846         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
32847         broken.
32848         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
32849         broken.
32850         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
32851         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
32852         * lib/ftello.c (rpl_ftello): Likewise.
32853         * tests/test-fseeko.c (main): Test this.
32854         * tests/test-fseeko.sh: Likewise.
32855         * tests/test-ftello.c (main): Likewise.
32856         * tests/test-ftello.sh: Likewise.
32857         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
32858         implies replacing fseek.
32859         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
32860         HAVE_FTELLO.
32861         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
32862         * modules/unistd (Makefile.am): Likewise.
32863         * lib/unistd_.h (lseek): Declare a replacement.
32864         * doc/functions/lseek.texi (lseek): Document this fix.
32865         * doc/functions/fseek.texi (fseek): Likewise.
32866         * doc/functions/ftell.texi (ftell): Likewise.
32867
32868 2007-05-24  Bruno Haible  <bruno@clisp.org>
32869
32870         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
32871         in the printed representation of a NaN.
32872         * tests/test-vasprintf-posix.c (test_function): Likewise.
32873         * tests/test-snprintf-posix.h (test_function): Likewise.
32874         * tests/test-sprintf-posix.h (test_function): Likewise.
32875         Reported by Eric Blake.
32876
32877 2007-05-23  Eric Blake  <ebb9@byu.net>
32878
32879         Fix fseeko/ftello on cygwin 1.5.24.
32880         * doc/functions/fseeko.texi (fseeko): Document the fix.
32881         * doc/functions/ftello.texi (ftello): Document the fix.
32882         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
32883         * doc/functions/stdout.text (stdout): New file.
32884         * doc/functions/stderr.text (stderr): New file.
32885         * doc/gnulib.texi (Function Substitutes): Use new files.
32886         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
32887         prior to 1.7.0.
32888         * tests/test-ftello.c (main): Likewise for ftello.
32889         * tests/test-fseeko.sh: New file.
32890         * tests/test-ftello.sh: New file.
32891         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
32892         with seekable stdin.
32893         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
32894         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
32895         (gl_REPLACE_FSEEKO): New macro.
32896         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
32897         * modules/fseeko (Files): Distribute fseeko.c.
32898         * modules/ftello (Files): Distribute ftello.c.
32899         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
32900         mode.
32901         * lib/ftello.c (rpl_ftello): New file.
32902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
32903         fseeko, ftello.
32904         (gl_STDIN_LARGE_OFFSET): New macro.
32905         * modules/stdio (Makefile.am): Perform the replacement.
32906         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
32907
32908 2007-05-23  Bruno Haible  <bruno@clisp.org>
32909
32910         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
32911         GNULIB_POSIXCHECK is defined.
32912
32913 2007-05-21  Bruno Haible  <bruno@clisp.org>
32914
32915         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
32916         Check also the output for NaN arguments. When cross-compiling, guess
32917         no on IRIX.
32918         * lib/vasnprintf.c: Update comments.
32919         * tests/test-vasnprintf-posix.c (strisnan): New function.
32920         (test_function): Use it.
32921         * tests/test-vasprintf-posix.c (strisnan): New function.
32922         (test_function): Use it.
32923         * tests/test-snprintf-posix.h (strisnan): New function.
32924         (test_function): Use it.
32925         * tests/test-sprintf-posix.h (strisnan): New function.
32926         (test_function): Use it.
32927         Reported by Eric Blake.
32928
32929 2007-05-20  Bruno Haible  <bruno@clisp.org>
32930
32931         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
32932         numbers that fails on BeOS.
32933         * doc/functions/frexpl.texi: Update.
32934
32935 2007-05-20  Jim Meyering  <jim@meyering.net>
32936
32937         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
32938         forced upon us by glibc-2.6.
32939
32940 2007-05-20  Bruno Haible  <bruno@clisp.org>
32941
32942         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
32943         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
32944         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
32945         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
32946         NEED_PRINTF_INFINITE.
32947         (is_infinitel): New function.
32948         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
32949         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
32950         gl_PREREQ_VASNPRINTF_INFINITE.
32951         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
32952         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32953         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
32954         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
32955         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
32956         gl_PREREQ_VASNPRINTF_INFINITE.
32957         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32958         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32959         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32960         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32961         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32962         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32963         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32964         * doc/functions/fprintf.texi: Update.
32965         * doc/functions/printf.texi: Update.
32966         * doc/functions/snprintf.texi: Update.
32967         * doc/functions/sprintf.texi: Update.
32968         * doc/functions/vfprintf.texi: Update.
32969         * doc/functions/vprintf.texi: Update.
32970         * doc/functions/vsnprintf.texi: Update.
32971         * doc/functions/vsprintf.texi: Update.
32972
32973 2007-05-20  Bruno Haible  <bruno@clisp.org>
32974
32975         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
32976         was not found in libc.
32977         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
32978
32979 2007-05-20  Bruno Haible  <bruno@clisp.org>
32980
32981         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32982         printed as "-nan" instead of "nan".
32983         * tests/test-vasprintf-posix.c (test_function): Likewise.
32984         * tests/test-snprintf-posix.h (test_function): Likewise.
32985         * tests/test-sprintf-posix.h (test_function): Likewise.
32986         Needed for HP-UX 11.
32987
32988 2007-05-20  Jim Meyering  <jim@meyering.net>
32989
32990         Fix buggy test for the fchownat-deref bug.
32991         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
32992         symlink required for the run-test.  Without it, this test would
32993         always declare that fchownat doesn't work, and client code would
32994         unnecessarily use the replacement function with fixed libc.
32995         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
32996         Reported by Greg Schafer.
32997
32998 2007-05-19  Bruno Haible  <bruno@clisp.org>
32999
33000         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
33001         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
33002         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
33003         Needed for IRIX 6.5 and Solaris 2.5.1.
33004
33005 2007-05-19  Bruno Haible  <bruno@clisp.org>
33006
33007         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
33008         (test_function): Skip tests involving -0.0 on platforms where
33009         -0.0 = 0.0.
33010         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
33011         (test_function): Skip tests involving -0.0 on platforms where
33012         -0.0 = 0.0.
33013         * tests/test-snprintf-posix.h (have_minus_zero): New function.
33014         (test_function): Skip tests involving -0.0 on platforms where
33015         -0.0 = 0.0.
33016         * tests/test-sprintf-posix.h (have_minus_zero): New function.
33017         (test_function): Skip tests involving -0.0 on platforms where
33018         -0.0 = 0.0.
33019         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
33020         tests.
33021         * tests/test-printf-posix.h (test_function): Likewise.
33022         * tests/test-printf-posix.output: Remove all -0.0 related results.
33023         Needed for IRIX 6.5.
33024
33025 2007-05-19  Bruno Haible  <bruno@clisp.org>
33026
33027         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
33028         printed as "nan0x7fffffff" instead of "nan".
33029         * tests/test-vasprintf-posix.c (test_function): Likewise.
33030         * tests/test-snprintf-posix.h (test_function): Likewise.
33031         * tests/test-sprintf-posix.h (test_function): Likewise.
33032         * tests/test-fprintf-posix.h (NaN): Remove macro.
33033         (test_function): Remove all NaN related tests.
33034         * tests/test-printf-posix.h (NaN): Remove macro.
33035         (test_function): Remove all NaN related tests.
33036         * tests/test-printf-posix.output: Remove all NaN related results.
33037         Needed for IRIX 6.5.
33038
33039 2007-05-19  Bruno Haible  <bruno@clisp.org>
33040
33041         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
33042         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
33043
33044 2007-05-19  Bruno Haible  <bruno@clisp.org>
33045
33046         * lib/float_.h: New file.
33047         * m4/float_h.m4: New file.
33048         * modules/float: New file.
33049         * modules/isnanl (Dependencies): Add float.
33050         * modules/isnanl-nolibm (Dependencies): Likewise.
33051         * modules/mathl (Dependencies): Likewise.
33052         * modules/printf-frexpl (Dependencies): Likewise.
33053         * modules/signbit (Dependencies): Likewise.
33054         * modules/vasnprintf (Dependencies): Likewise.
33055         * doc/headers/float.texi: Update.
33056
33057 2007-05-19  Jim Meyering  <jim@meyering.net>
33058
33059         * lib/utimens.c (gl_futimens): Rename from futimens,
33060         now that glibc-2.6 declares futimens.
33061         * lib/utimens.h: Likewise.
33062
33063 2007-05-19  Bruno Haible  <bruno@clisp.org>
33064
33065         Avoid test failures on mingw.
33066         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
33067         * tests/test-printf-posix.sh: Likewise.
33068         * tests/test-vfprintf-posix.sh: Likewise.
33069         * tests/test-vprintf-posix.sh: Likewise.
33070
33071 2007-05-19  Bruno Haible  <bruno@clisp.org>
33072
33073         Fix *printf result for NaN, Inf, -0.0 on mingw.
33074         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
33075         * lib/vasnprintf.c: Include math.h and isnan.h.
33076         (is_infinite_or_zero): New function.
33077         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
33078         values in the %f, %F, %e, %E, %g, %G directives.
33079         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
33080         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33081         gl_PRINTF_INFINITE and test its result. Invoke
33082         gl_PREREQ_VASNPRINTF_INFINITE.
33083         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
33084         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33085         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33086         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33087         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33088         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33089         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33090         * doc/functions/fprintf.texi: Update.
33091         * doc/functions/printf.texi: Update.
33092         * doc/functions/snprintf.texi: Update.
33093         * doc/functions/sprintf.texi: Update.
33094         * doc/functions/vfprintf.texi: Update.
33095         * doc/functions/vprintf.texi: Update.
33096         * doc/functions/vsnprintf.texi: Update.
33097         * doc/functions/vsprintf.texi: Update.
33098
33099 2007-05-19  Bruno Haible  <bruno@clisp.org>
33100
33101         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
33102         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
33103         Instead of multiplying with 10^k, set extra_zeroes to k.
33104         (scale10_round_long_double): Remove function.
33105
33106 2007-05-18  Bruno Haible  <bruno@clisp.org>
33107
33108         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
33109         introduced on 2007-05-06.
33110
33111 2007-05-18  Bruno Haible  <bruno@clisp.org>
33112
33113         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
33114         %g directives.
33115         * tests/test-vasprintf-posix.c (test_function): Likewise.
33116         * tests/test-snprintf-posix.h (test_function): Likewise.
33117         * tests/test-sprintf-posix.h (test_function): Likewise.
33118
33119 2007-05-18  Bruno Haible  <bruno@clisp.org>
33120
33121         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
33122         (strmatch): New function.
33123         (test_function): Test the %f directive on numbers of various exponents.
33124         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
33125         (strmatch): New function.
33126         (test_function): Test the %f directive on numbers of various exponents.
33127         * tests/test-snprintf-posix.h (strmatch): New function.
33128         (test_function): Test the %f directive on numbers of various exponents.
33129         * tests/test-sprintf-posix.h (strmatch): New function.
33130         (test_function): Test the %f directive on numbers of various exponents.
33131         * tests/test-snprintf-posix.c (SIZEOF): New macro.
33132         * tests/test-sprintf-posix.c (SIZEOF): New macro.
33133         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
33134         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
33135
33136 2007-05-18  Bruno Haible  <bruno@clisp.org>
33137
33138         Add support for 'long double' number output.
33139         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
33140         * lib/vasnprintf.c: Include math.h and float+.h.
33141         (mp_limb_t): New type.
33142         (GMP_LIMB_BITS): New macro.
33143         (mp_twolimb_t): New type.
33144         (GMP_TWOLIMB_BITS): New macro.
33145         (mpn_t): New type.
33146         (multiply, divide, convert_to_decimal, decode_long_double,
33147         scale10_round_long_double, scale10_round_decimal_long_double,
33148         floorlog10l): New functions.
33149         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
33150         for the %f, %F, %e, %E, %g, %G directives.
33151         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
33152         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33153         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
33154         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
33155         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
33156         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33157         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33158         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33159         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33160         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33161         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33162         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
33163         * modules/snprintf-posix (Depends-on): Likewise.
33164         * modules/sprintf-posix (Depends-on): Likewise.
33165         * modules/vasnprintf-posix (Depends-on): Likewise.
33166         * modules/vasprintf-posix (Depends-on): Likewise.
33167         * modules/vfprintf-posix (Depends-on): Likewise.
33168         * modules/vsnprintf-posix (Depends-on): Likewise.
33169         * modules/vsprintf-posix (Depends-on): Likewise.
33170         * modules/vasnprintf (Files): Add lib/float+.h.
33171         * doc/functions/fprintf.texi: Update.
33172         * doc/functions/printf.texi: Update.
33173         * doc/functions/snprintf.texi: Update.
33174         * doc/functions/sprintf.texi: Update.
33175         * doc/functions/vfprintf.texi: Update.
33176         * doc/functions/vprintf.texi: Update.
33177         * doc/functions/vsnprintf.texi: Update.
33178         * doc/functions/vsprintf.texi: Update.
33179
33180 2007-05-18  Bruno Haible  <bruno@clisp.org>
33181
33182         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
33183
33184 2007-05-18  Bruno Haible  <bruno@clisp.org>
33185
33186         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
33187         for printing 64-bit integers. Needed for mingw.
33188
33189 2007-05-18  Bruno Haible  <bruno@clisp.org>
33190
33191         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
33192         gl_FUNC_FREXPL_WORKS.
33193         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
33194
33195 2007-05-18  Bruno Haible  <bruno@clisp.org>
33196
33197         * modules/frexpl-nolibm-tests: New file.
33198
33199         * modules/frexpl-nolibm: New file.
33200         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
33201
33202 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33203
33204         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
33205         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
33206         GCC 4.2, which otherwise issues a lot of warnings.
33207         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
33208         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
33209         Likewise.
33210         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
33211         * modules/iconv_open (iconv.h): Likewise.
33212         * modules/locale (locale.h): Likewise.
33213         * modules/netinet_in (netinet/in.h): Likewise.
33214         * modules/sys_select (sys_select.h): Likewise.
33215         * modules/sys_socket (sys/socket.h): Likewise.
33216         * modules/sys_stat (sys/stat.h): Likewise.
33217         * modules/sysexits (sysexits.h): Likewise.
33218         * modules/unistd (unistd.h): Likewise.
33219
33220 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33221
33222         * modules/closein-tests (Makefile.am): Distribute
33223         `test-closein.sh'.
33224
33225 2007-05-17  Bruno Haible  <bruno@clisp.org>
33226
33227         * tests/test-printf-posix.output: Renamed from
33228         tests/test-fprintf-posix.out.
33229         * modules/fprintf-posix-tests: Update.
33230         * modules/printf-posix-tests: Update.
33231         * modules/vfprintf-posix-tests: Update.
33232         * modules/vprintf-posix-tests: Update.
33233         * tests/test-fprintf-posix.sh: Update.
33234         * tests/test-printf-posix.sh: Update.
33235         * tests/test-vfprintf-posix.sh: Update.
33236         * tests/test-vprintf-posix.sh: Update.
33237         Reported by Ralf Wildenhues.
33238
33239 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33240
33241         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
33242         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
33243         GCC 4.2, which otherwise issues a lot of warnings.
33244         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
33245         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
33246         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
33247         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
33248         it should no longer be needed.
33249         * lib/string_.h: Likewise.
33250         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
33251         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
33252         * modules/inttypes (inttypes.h): Likewise.
33253         * modules/math (math.h): Likewise.
33254         * modules/search (search.h): Likewise.
33255         * modules/signal (signal.h): Likewise.
33256         * modules/stdint (stdint.h): Likewise.
33257         * modules/stdio (stdio.h): Likewise.
33258         * modules/stdlib (stdlib.h): Likewise.
33259         * modules/string (string.h): Likewise.
33260         * modules/sys_time (sys/time.h): Likewise.
33261         * modules/time (time.h): Likewise.
33262         * modules/wchar (wchar.h): Likewise.
33263         * modules/wctype (wtype.h): Likewise.
33264
33265 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
33266
33267         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
33268
33269 2007-05-13  Bruno Haible  <bruno@clisp.org>
33270
33271         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
33272         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33273         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
33274         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
33275         (gl_PREREQ_STRTOK_R): Don't require it here.
33276
33277 2007-05-13  Bruno Haible  <bruno@clisp.org>
33278
33279         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
33280         when used in C++ mode.
33281
33282 2007-05-12  Bruno Haible  <bruno@clisp.org>
33283
33284         * lib/linebuffer.h: Tweak doc.
33285         * lib/linebuffer.c: Likewise.
33286
33287 2007-05-12  James Youngman  <jay@gnu.org>
33288
33289         * lib/linebuffer.c (readlinebuffer_delim): New function,
33290         like readlinebuffer, but use a caller-specified delimiter.
33291         (readlinebuffer): Just call readlinebuffer_delim with '\n'
33292         as the delimiter.
33293         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
33294
33295 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
33296
33297         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
33298         * modules/openat (Files): Remove openat-die.c.
33299         (Depends-on): Add openat-die.
33300         * modules/openat-die: New module.
33301
33302 2007-05-06  Bruno Haible  <bruno@clisp.org>
33303
33304         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
33305         Update with info about Cygwin.
33306         * doc/functions/fprintf.texi: Update.
33307         * doc/functions/printf.texi: Update.
33308         * doc/functions/snprintf.texi: Update.
33309         * doc/functions/sprintf.texi: Update.
33310         * doc/functions/vfprintf.texi: Update.
33311         * doc/functions/vprintf.texi: Update.
33312         * doc/functions/vsnprintf.texi: Update.
33313         * doc/functions/vsprintf.texi: Update.
33314         Reported by Eric Blake.
33315
33316 2007-05-06  Bruno Haible  <bruno@clisp.org>
33317
33318         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
33319         padding ourselves for the floating-point directives.
33320         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
33321         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
33322         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33323         gl_PRINTF_FLAG_ZERO and test its result. Invoke
33324         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
33325         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33326         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
33327         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33328         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33329         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33330         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33331         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33332         * tests/test-snprintf-posix.h (test_function): Also check the width
33333         and some flags in the %f directive.
33334         * tests/test-sprintf-posix.h (test_function): Likewise.
33335         * tests/test-vasnprintf-posix.c (test_function): Likewise.
33336         * tests/test-vasprintf-posix.c (test_function): Likewise.
33337         * doc/functions/fprintf.texi: Update.
33338         * doc/functions/printf.texi: Update.
33339         * doc/functions/snprintf.texi: Update.
33340         * doc/functions/sprintf.texi: Update.
33341         * doc/functions/vfprintf.texi: Update.
33342         * doc/functions/vprintf.texi: Update.
33343         * doc/functions/vsnprintf.texi: Update.
33344         * doc/functions/vsprintf.texi: Update.
33345
33346 2007-05-06  Bruno Haible  <bruno@clisp.org>
33347
33348         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
33349         pass the ' flag character to sprintf or snprintf.
33350         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
33351         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
33352         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33353         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
33354         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
33355         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33356         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
33357         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33358         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33359         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33360         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33361         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33362         * tests/test-snprintf-posix.h (test_function): Also check the grouping
33363         flag.
33364         * tests/test-sprintf-posix.h (test_function): Likewise.
33365         * tests/test-vasnprintf-posix.c (test_function): Likewise.
33366         * tests/test-vasprintf-posix.c (test_function): Likewise.
33367         * doc/functions/fprintf.texi: Update.
33368         * doc/functions/printf.texi: Update.
33369         * doc/functions/snprintf.texi: Update.
33370         * doc/functions/sprintf.texi: Update.
33371         * doc/functions/vfprintf.texi: Update.
33372         * doc/functions/vprintf.texi: Update.
33373         * doc/functions/vsnprintf.texi: Update.
33374         * doc/functions/vsprintf.texi: Update.
33375
33376 2007-05-01  Bruno Haible  <bruno@clisp.org>
33377
33378         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
33379
33380 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
33381
33382         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
33383         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
33384
33385 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33386
33387         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
33388         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
33389         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
33390
33391 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
33392
33393         * lib/argp-help.c (struct hol_entry): New member `ord'.
33394         (HOL_ENTRY_PTRCMP): Use ord for comparison
33395         (hol_sort): Initialize ord.
33396
33397 2007-05-01  Bruno Haible  <bruno@clisp.org>
33398
33399         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
33400         Reported by Eric Blake.
33401         * doc/gnulib.texi (Function Substitutes): Update.
33402
33403 2007-05-01  Bruno Haible  <bruno@clisp.org>
33404
33405         * doc/functions.texi: Remove file, now redundant through
33406         doc/functions/*.texi.
33407
33408 2007-05-01  Bruno Haible  <bruno@clisp.org>
33409
33410         * modules/argp (Depends-on): Add sleep.
33411
33412 2007-05-01  Bruno Haible  <bruno@clisp.org>
33413
33414         * modules/sleep-tests: New file.
33415         * tests/test-sleep.c: New file.
33416
33417         * modules/sleep: New file.
33418         * lib/sleep.c: New file.
33419         * m4/sleep.m4: New file.
33420         * lib/unistd_.h (sleep): New declaration.
33421         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
33422         HAVE_SLEEP.
33423         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
33424         * doc/functions/sleep.texi: Document the sleep module.
33425
33426 2007-05-01  Bruno Haible  <bruno@clisp.org>
33427
33428         * lib/sigprocmask.h: Remove file.
33429         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
33430         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
33431         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
33432         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
33433         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
33434         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
33435         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
33436         HAVE_SIGSET_T as a shell variable.
33437         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
33438         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
33439         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
33440         (Depends-on): Add signal. Remove verify.
33441         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
33442         (Include): Mention <signal.h> instead of sigprocmask.h.
33443         * NEWS: Mention the change.
33444         * lib/fatal-signal.c: Don't include sigprocmask.h.
33445
33446 2007-05-01  Bruno Haible  <bruno@clisp.org>
33447
33448         * modules/signal: New file.
33449         * lib/signal_.h: New file.
33450         * m4/signal_h.m4: New file.
33451
33452 2007-05-01  Bruno Haible  <bruno@clisp.org>
33453
33454         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
33455         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
33456         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
33457         HAVE_WCTYPE_CTMP_BUG into wctype.h.
33458
33459 2007-05-01  Bruno Haible  <bruno@clisp.org>
33460
33461         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
33462         configure time.
33463         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
33464         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
33465         * modules/sys_stat (Makefile.am): Substitute their values into
33466         sys/stat.h.
33467
33468 2007-05-01  Bruno Haible  <bruno@clisp.org>
33469
33470         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
33471         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
33472         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
33473
33474 2007-05-01  Bruno Haible  <bruno@clisp.org>
33475
33476         * doc/header/assert.texi: Undo last change: don't mention the gnulib
33477         'assert' module here.
33478
33479 2007-05-01  Bruno Haible  <bruno@clisp.org>
33480
33481         * doc/functions/*.texi: New files.
33482         * doc/functions/google-ranking.txt: New file.
33483         * doc/gnulib.texi (Function Substitutes): New chapter.
33484         (ctime, inet_ntoa): Remove sections.
33485         * doc/ctime.texi: Remove file.
33486         * doc/inet_ntoa.texi: Remove file.
33487         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
33488         dependencies.
33489         (%.info): New rule, specifying a --reference-limit.
33490
33491 2007-05-01  Bruno Haible  <bruno@clisp.org>
33492
33493         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
33494
33495 2007-05-01  Bruno Haible  <bruno@clisp.org>
33496
33497         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
33498         the portability of 'mkdir' to mingw systems.
33499
33500 2007-05-01  Bruno Haible  <bruno@clisp.org>
33501
33502         * doc/headers/google-ranking.txt: New file.
33503
33504 2007-04-30  Eric Blake  <ebb9@byu.net>
33505
33506         Prefer fseeko to fseek.
33507         * modules/getpass (Depends-on): Add fseeko.
33508         * lib/getpass.c (getpass): Use fseeko, not fseek.
33509
33510 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
33511
33512         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
33513         assumes the sorting is stable, while most qsort implementations
33514         are not.  Use argument addresses to ensure they never compare as
33515         equal.
33516
33517         * tests/test-argp-2.sh (usage-indent test): Fix output
33518         (func_compare): Restore diff options
33519         * tests/test-argp.c: Restore #include "progname.h"
33520
33521 2007-04-29  Bruno Haible  <bruno@clisp.org>
33522
33523         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
33524         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33525         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
33526         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33527         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
33528         (configure.ac): Define CHECK_SNPRINTF_POSIX.
33529         (TESTS, check_PROGRAMS): Add test-snprintf.
33530         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
33531         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
33532         (TESTS, check_PROGRAMS): Add test-vsnprintf.
33533         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
33534         assertions that fail on HP-UX, OSF/1, or IRIX.
33535         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
33536
33537 2007-04-29  Bruno Haible  <bruno@clisp.org>
33538
33539         * MODULES.html.sh (posix_functions): Remove 'contents'.
33540
33541 2007-04-29  Karl Berry  <karl@gnu.org>
33542
33543         * config/srclist.txt (gendocs_template_min): new entry.
33544
33545 2007-04-29  Bruno Haible  <bruno@clisp.org>
33546
33547         Work around fpurge bug on BSD systems.
33548         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
33549         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
33550         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
33551         fpurge to rpl_fpurge if the system already has this function.
33552         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
33553         the case where the system already has this function. Correct invariants
33554         on BSD systems.
33555         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
33556         BSD systems.
33557
33558 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
33559
33560         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
33561         proposed by Sven Verdoolaege.
33562
33563         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
33564         options.
33565         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
33566         (usage and help tests): Update
33567
33568 2007-04-29  Bruno Haible  <bruno@clisp.org>
33569
33570         * tests/test-fflush.c (main): Use a file of size 17, not 10.
33571         Print more information in case of failure. Disable a test on BeOS.
33572
33573 2007-04-29  Bruno Haible  <bruno@clisp.org>
33574
33575         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
33576         This helps debugging on systems on which no gdb is available.
33577
33578 2007-04-29  Bruno Haible  <bruno@clisp.org>
33579
33580         * lib/freading.h: Improve comments.
33581         * lib/fwriting.h: Likewise.
33582         * tests/test-freading.c (main): Don't check freading immediately after
33583         repositioning. Needed for glibc.
33584
33585 2007-04-29  Bruno Haible  <bruno@clisp.org>
33586
33587         * lib/freading.c (freading): Trivial simplification.
33588
33589 2007-04-28  Bruno Haible  <bruno@clisp.org>
33590
33591         * tests/test-fwriting.c (main): Also test the interaction between
33592         fflush and fwriting.
33593         * modules/fwriting-tests (Depends-on): Add fflush.
33594
33595         * tests/test-freading.c (main): Also test the interaction between
33596         fflush and freading.
33597         * modules/freading-tests (Depends-on): Add fflush.
33598
33599 2007-04-28  Bruno Haible  <bruno@clisp.org>
33600
33601         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
33602         fseeko and ftello.
33603         Suggested by Eric Blake.
33604
33605 2007-04-28  Jim Meyering  <jim@meyering.net>
33606
33607         Avoid false-negative in gl_STDINT_H's C99 conformance test.
33608         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
33609         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
33610
33611 2007-04-27  Eric Blake  <ebb9@byu.net>
33612
33613         * doc/headers/assert.texi (assert.h): Document assert module use.
33614
33615 2007-04-27  Bruno Haible  <bruno@clisp.org>
33616
33617         * doc/headers/*.texi: New files.
33618         * doc/gnulib.texi (Header File Substitutes): New chapter.
33619         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
33620         dependencies.
33621         (standards.info ,standards.html, standards.dvi): Update dependencies.
33622         (mostlyclean, clean): New targets.
33623
33624 2007-04-27  Bruno Haible  <bruno@clisp.org>
33625
33626         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
33627         * modules/sysexits (Files, Makefile.am): Update.
33628
33629         * lib/sys_socket_.h: Renamed from lib/socket_.h.
33630         * modules/sys_socket (Files, Makefile.am): Update.
33631
33632         * lib/sys_stat_.h: Renamed from lib/stat_.h.
33633         * modules/sys_stat (Files, Makefile.am): Update.
33634
33635 2007-04-27  Eric Blake  <ebb9@byu.net>
33636
33637         * lib/freading.h: Improve comments.
33638         * lib/fwriting.h: Likewise.
33639         * lib/fflush.c: Likewise.
33640
33641         Fix closein for mingw.
33642         * modules/closein-tests: Add tests for closein.
33643         * tests/test-closein.c: New file.
33644         * tests/test-closein.sh: Likewise.
33645         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
33646         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
33647
33648 2007-04-27  Bruno Haible  <bruno@clisp.org>
33649
33650         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
33651         version is < 6.
33652         * lib/math_.h [__DECC]: Likewise.
33653         * lib/stdio_.h [__DECC]: Likewise.
33654         * lib/stdlib_.h [__DECC]: Likewise.
33655         * lib/string_.h [__DECC]: Likewise.
33656         * lib/time_.h [__DECC]: Likewise.
33657         * lib/wchar_.h [__DECC]: Likewise.
33658         * lib/wctype_.h [__DECC]: Likewise.
33659
33660 2007-04-27  Bruno Haible  <bruno@clisp.org>
33661
33662         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
33663
33664 2007-04-27  Bruno Haible  <bruno@clisp.org>
33665
33666         * lib/fflush.c: Add comments.
33667         * modules/fpurge-tests (Depends-on): Add fflush.
33668         * modules/freadable-tests (Depends-on): Likewise.
33669         * modules/fwritable-tests (Depends-on): Likewise.
33670
33671 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
33672
33673         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
33674         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
33675         Report by Bruno Haible <bruno@clisp.org>.
33676
33677 2007-04-26  Eric Blake  <ebb9@byu.net>
33678
33679         Fix fflush on mingw.
33680         * modules/fflush (Depends-on): Add freading.
33681         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
33682         but unread data.
33683
33684 2007-04-26  Eric Blake  <ebb9@byu.net>
33685         and Bruno Haible  <bruno@clisp.org>
33686
33687         Implement freading and fwriting.
33688         * lib/freading.c: New file.
33689         * lib/freading.h: Likewise.
33690         * m4/freading.m4: Likewise.
33691         * modules/freading: Likewise.
33692         * modules/freading-tests: Likewise.
33693         * tests/test-freading.c: Likewise.
33694         * lib/fwriting.c: New file.
33695         * lib/fwriting.h: Likewise.
33696         * m4/fwriting.m4: Likewise.
33697         * modules/fwriting: Likewise.
33698         * modules/fwriting-tests: Likewise.
33699         * tests/test-fwriting.c: Likewise.
33700         * MODULES.html.sh (File stream based Input/Output): Mention them.
33701
33702 2007-04-26  Bruno Haible  <bruno@clisp.org>
33703
33704         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
33705         'long' when we assume it.
33706         Suggested by Eric Blake.
33707
33708 2007-04-26  Bruno Haible  <bruno@clisp.org>
33709
33710         Ensure fseeko, ftello are declared on glibc systems.
33711         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
33712         * modules/fseeko (configure.ac-early): Likewise.
33713         * modules/ftello (configure.ac-early): Likewise.
33714         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
33715         AC_FUNC_FSEEKO for this.
33716         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
33717         (gl_CHECK_FSEEKO): Remove macro.
33718
33719 2007-04-26  Bruno Haible  <bruno@clisp.org>
33720
33721         * tests/test-fflush.c (main): Also check the ftell result after
33722         fflush and fseek/fseeko.
33723         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
33724         file descriptor position cache in the stream.
33725         * lib/fseeko.c (rpl_fseeko): Likewise.
33726
33727 2007-04-26  Bruno Haible  <bruno@clisp.org>
33728
33729         * modules/fflush-tests (Depends-on): Add fseeko.
33730
33731 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
33732             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33733
33734         * lib/argz_.h: ensure error_t definition is obtained in same
33735         mechanism system argz.h would have.
33736         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
33737         argz facilities are known bad.  Err on the side of caution if
33738         cross-compiling.
33739
33740 2007-04-25  Eric Blake  <ebb9@byu.net>
33741
33742         * lib/fpurge.c (includes): Use stdlib.h for free.
33743         * tests/test-fflush.c (main): Also test fflush-fseeko.
33744
33745 2007-04-25  Bruno Haible  <bruno@clisp.org>
33746
33747         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
33748         * lib/fseeko.c: New file.
33749         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
33750         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
33751         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
33752         gl_FUNC_FSEEKO.
33753         (gl_FUNC_FSEEKO): Invoke it.
33754         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
33755         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
33756         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
33757
33758 2007-04-25  Bruno Haible  <bruno@clisp.org>
33759
33760         * modules/fflush (Depends-on): Add ftello.
33761
33762 2007-04-25  Bruno Haible  <bruno@clisp.org>
33763
33764         * modules/ftello-tests: New file.
33765         * tests/test-ftello.c: New file.
33766
33767         * modules/ftello: New file.
33768         * m4/ftello.m4: New file.
33769         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
33770         HAVE_FTELLO.
33771         * lib/stdio_.h (ftello): New declaration.
33772         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
33773         HAVE_FTELLO.
33774
33775 2007-04-25  Bruno Haible  <bruno@clisp.org>
33776
33777         * modules/fseeko-tests: New file.
33778         * tests/test-fseeko.c: New file.
33779
33780         * modules/fseeko: New file.
33781         * m4/fseeko.m4: New file.
33782         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
33783         HAVE_FSEEKO.
33784         * lib/stdio_.h (fseeko): New declaration.
33785         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
33786         HAVE_FSEEKO.
33787
33788 2007-04-25  Bruno Haible  <bruno@clisp.org>
33789
33790         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
33791
33792 2007-04-25  Bruno Haible  <bruno@clisp.org>
33793
33794         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
33795         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
33796         * tests/test-unistd.c: Likewise.
33797         * tests/test-fcntl.c: Likewise.
33798
33799 2007-04-23  Eric Blake  <ebb9@byu.net>
33800
33801         * lib/fflush.c: Fix missing include.
33802         Reported by Bruno Haible.
33803
33804 2007-04-23  Bruno Haible  <bruno@clisp.org>
33805
33806         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
33807         Reported by Eric Blake.
33808
33809 2007-04-23  Bruno Haible  <bruno@clisp.org>
33810
33811         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
33812
33813 2007-04-23  Bruno Haible  <bruno@clisp.org>
33814
33815         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
33816
33817 2007-04-23  Bruno Haible  <bruno@clisp.org>
33818
33819         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
33820         Needed on HP-UX 11.
33821
33822 2007-04-16  Eric Blake  <ebb9@byu.net>
33823
33824         Make fflush rely on fpurge.
33825         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
33826         open coding all variants.
33827         * modules/fflush (Depends-on): Add fpurge and unistd.
33828         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
33829         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
33830
33831         Fix --with-tests compilation on cygwin.
33832         * modules/argmatch-tests (Makefile.am): List gnulib library first
33833         in LDADD.
33834         * modules/argp-tests (Makefile.am): Likewise.
33835         * modules/array-list-tests (Makefile.am): Likewise.
33836         * modules/array-oset-tests (Makefile.am): Likewise.
33837         * modules/avltree-list-tests (Makefile.am): Likewise.
33838         * modules/avltree-oset-tests (Makefile.am): Likewise.
33839         * modules/avltreehash-list-tests (Makefile.am): Likewise.
33840         * modules/carray-list-tests (Makefile.am): Likewise.
33841         * modules/dirname-tests (Makefile.am): Likewise.
33842         * modules/frexp-tests (Makefile.am): Likewise.
33843         * modules/isnanl-tests (Makefile.am): Likewise.
33844         * modules/linked-list-tests (Makefile.am): Likewise.
33845         * modules/linkedhash-list-tests (Makefile.am): Likewise.
33846         * modules/lock-tests (Makefile.am): Likewise.
33847         * modules/rbtree-list-tests (Makefile.am): Likewise.
33848         * modules/rbtree-oset-tests (Makefile.am): Likewise.
33849         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
33850         * modules/tls-tests (Makefile.am): Likewise.
33851         * modules/tsearch-tests (Makefile.am): Likewise.
33852         * modules/xvasprintf-tests (Makefile.am): Likewise.
33853
33854         Fix fpurge for cygwin.
33855         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
33856         value.
33857         * modules/fpurge-tests (Depends-on): Clean up trash.
33858
33859 2007-04-16  Simon Josefsson  <simon@josefsson.org>
33860
33861         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
33862
33863         * m4/autobuild.m4: Re-indent.
33864
33865 2007-04-13  Bruno Haible  <bruno@clisp.org>
33866
33867         * modules/fpurge-tests: New file.
33868         * tests/test-fpurge.c: New file.
33869
33870         * modules/fpurge: New file.
33871         * lib/fpurge.h: New file.
33872         * lib/fpurge.c: New file.
33873         * m4/fpurge.m4: New file.
33874
33875 2007-04-13  Bruno Haible  <bruno@clisp.org>
33876
33877         * modules/fbufmode-tests: New file.
33878         * tests/test-fbufmode.c: New file.
33879
33880         * modules/fbufmode: New file.
33881         * lib/fbufmode.h: New file.
33882         * lib/fbufmode.c: New file.
33883         * m4/fbufmode.m4: New file.
33884
33885 2007-04-13  Bruno Haible  <bruno@clisp.org>
33886
33887         * modules/fwritable-tests: New file.
33888         * tests/test-fwritable.c: New file.
33889
33890         * modules/fwritable: New file.
33891         * lib/fwritable.h: New file.
33892         * lib/fwritable.c: New file.
33893         * m4/fwritable.m4: New file.
33894
33895 2007-04-13  Bruno Haible  <bruno@clisp.org>
33896
33897         * modules/freadable-tests: New file.
33898         * tests/test-freadable.c: New file.
33899
33900         * modules/freadable: New file.
33901         * lib/freadable.h: New file.
33902         * lib/freadable.c: New file.
33903         * m4/freadable.m4: New file.
33904
33905 2007-04-13  Bruno Haible  <bruno@clisp.org>
33906
33907         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
33908         MOSTLYCLEANFILES.
33909
33910 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33911
33912         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
33913         gzip bootstrap.conf to avoid dragging in i18n machinery.
33914         (gnulib_tool_option): Use it.
33915
33916 2007-04-13  Bruno Haible  <bruno@clisp.org>
33917
33918         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
33919         %F directives.
33920         * tests/test-vasprintf-posix.c (test_function): Likewise.
33921         * tests/test-snprintf-posix.h (test_function): Likewise.
33922         * tests/test-sprintf-posix.h (test_function): Likewise.
33923         * tests/test-fprintf-posix.h (test_function): Likewise.
33924         * tests/test-printf-posix.h (test_function): Likewise.
33925         * tests/test-fprintf-posix.out: Likewise.
33926
33927 2007-04-13  Bruno Haible  <bruno@clisp.org>
33928
33929         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
33930         * modules/tls-tests (configure.ac): Likewise.
33931         Reported by Arto C. Nirkko <anirkko@insel.ch>.
33932
33933 2007-04-13  Bruno Haible  <bruno@clisp.org>
33934
33935         * lib/tls.c (glthread_tls_get): Fix return type.
33936         Patch by Arto C. Nirkko <anirkko@insel.ch>.
33937
33938 2007-04-12  Eric Blake  <ebb9@byu.net>
33939
33940         * modules/gettime (Depends-on): Remove gettime.
33941         Reported by Dmitry V. Levin.
33942
33943 2007-04-12  Bruno Haible  <bruno@clisp.org>
33944
33945         * modules/fflush (Include): Mention <stdio.h>.
33946         * modules/strtoimax (Include): Mention <inttypes.h>.
33947         * modules/strtoumax (Include): Likewise.
33948
33949 2007-04-12  Eric Blake  <ebb9@byu.net>
33950
33951         * .cvsignore: New file.
33952         * .gitignore: Likewise.
33953
33954 2007-04-12  Bruno Haible  <bruno@clisp.org>
33955
33956         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
33957         not before, since $(LDADD) often contains libgnu.a.
33958         * modules/striconv-tests (test_striconv_LDADD): Likewise.
33959         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
33960         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
33961         Needed on Cygwin.
33962
33963 2007-04-12  Eric Blake  <ebb9@byu.net>
33964
33965         Work around glibc's failure to flush stdin on fclose.
33966         * lib/closein.c (close_stdin): Flush stdin before closing.
33967
33968         Work around glibc's failure to reset seekable stdin on exit.
33969         * modules/closein: New module.
33970         * lib/closein.c: New file.
33971         * lib/closein.h: Likewise.
33972         * m4/closein.m4: Likewise.
33973         * MODULES.html.sh (File stream based Input/Output): Document it.
33974
33975 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33976
33977         * gnulib-tool: Rename generated 'autobuild' script to
33978         'do-autobuild' in --create-megatestdir output.
33979
33980         * doc/gnulib.texi (Build robot for gnulib): Fix.
33981
33982 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33983
33984         * modules/sysexits (Depends-on): Add absolute-header.
33985
33986 2007-04-12  Eric Blake  <ebb9@byu.net>
33987
33988         No need to preserve errno on success.
33989         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
33990         Reported by Bruno Haible.
33991
33992 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33993
33994         * MODULES.html.sh (Support for maintaining and releasing
33995         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
33996
33997 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33998
33999         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
34000
34001 2007-04-12  Simon Josefsson  <simon@josefsson.org>
34002
34003         * modules/autobuild: New module.
34004
34005         * m4/autobuild.m4: New file.
34006
34007 2007-04-11  Bruno Haible  <bruno@clisp.org>
34008
34009         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
34010         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
34011         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
34012         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
34013         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34014         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34015         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34016         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34017         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34018         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34019         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
34020         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34021         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34022         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
34023         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34024         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34025         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
34026         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34027         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34028         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
34029         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34030         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34031         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
34032         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34033         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34034         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
34035         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34036         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34037         Reported by Eric Blake.
34038
34039 2007-04-11  Bruno Haible  <bruno@clisp.org>
34040
34041         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
34042
34043 2007-04-10  Bruno Haible  <bruno@clisp.org>
34044
34045         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
34046         for NaN and Infinity. Needed on FreeBSD 6.1.
34047         * tests/test-vasnprintf-posix.c (test_function): Undo last change
34048         regarding results for "%010a" of Infinity and NaN.
34049         * tests/test-vasprintf-posix.c (test_function): Likewise.
34050         * tests/test-snprintf-posix.h (test_function): Likewise.
34051         * tests/test-sprintf-posix.h (test_function): Likewise.
34052         * tests/test-fprintf-posix.h (test_function): Likewise.
34053         * tests/test-printf-posix.h (test_function): Likewise.
34054         * tests/test-fprintf-posix.out: Likewise.
34055
34056 2007-04-10  Bruno Haible  <bruno@clisp.org>
34057
34058         * modules/locale-tests: New file.
34059         * tests/test-locale.c: New file.
34060
34061         * modules/locale: New file.
34062         * lib/locale_.h: New file.
34063         * m4/locale_h.m4: New file.
34064
34065 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
34066             Bruno Haible  <bruno@clisp.org>
34067
34068         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
34069         be determined, test for availability of the copysignf, copysign,
34070         copysignl functions.
34071         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
34072         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
34073         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
34074
34075 2007-04-09  Eric Blake  <ebb9@byu.net>
34076
34077         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
34078         * modules/stdio (Makefile.am): Support fflush.
34079         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
34080         * modules/fflush: New file.
34081         * lib/fflush.c: Likewise.
34082         * m4/fflush.m4: Likewise.
34083         * modules/fflush-tests: New test.
34084         * tests/test-fflush.c: Likewise.
34085         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
34086
34087 2007-04-06  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
34090         (VASNPRINTF): Use signbit for faster determination whether to print a
34091         minus sign.
34092         * modules/vasnprintf (Files): Remove lib/float+.h.
34093         * modules/fprintf-posix (Depends-on): Add signbit.
34094         * modules/snprintf-posix (Depends-on): Likewise.
34095         * modules/sprintf-posix (Depends-on): Likewise.
34096         * modules/vasnprintf-posix (Depends-on): Likewise.
34097         * modules/vasprintf-posix (Depends-on): Likewise.
34098         * modules/vfprintf-posix (Depends-on): Likewise.
34099         * modules/vsnprintf-posix (Depends-on): Likewise.
34100         * modules/vsprintf-posix (Depends-on): Likewise.
34101
34102 2007-04-06  Bruno Haible  <bruno@clisp.org>
34103
34104         * tests/test-frexp.c (main): Test also the sign bit of zero results.
34105         * tests/test-frexpl.c (main): Likewise.
34106         * tests/test-ldexpl.c (main): Likewise.
34107         * modules/frexp-tests (Depends-on): Add signbit.
34108         * modules/frexpl-tests (Depdends-on): Likewise.
34109         * modules/ldexpl-tests (Depdends-on): Likewise.
34110
34111 2007-04-06  Bruno Haible  <bruno@clisp.org>
34112
34113         * modules/signbit-tests: New file.
34114         * tests/test-signbit.c: New file.
34115
34116         * modules/signbit: New file.
34117         * lib/signbitf.c: New file.
34118         * lib/signbitd.c: New file.
34119         * lib/signbitl.c: New file.
34120         * m4/signbit.m4: New file.
34121         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
34122         (signbit): New macro.
34123         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
34124         REPLACE_SIGNBIT.
34125         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
34126         REPLACE_FREXPL into math.h.
34127
34128 2007-04-06  Bruno Haible  <bruno@clisp.org>
34129
34130         * modules/isnanf-nolibm-tests: New file.
34131         * tests/test-isnanf.c: New file.
34132
34133         * modules/isnanf-nolibm: New file.
34134         * lib/isnanf.h: New file.
34135         * lib/isnanf.c: New file.
34136         * lib/isnan.c: Consider the USE_FLOAT macro.
34137         * m4/isnanf.m4: New file.
34138
34139 2007-04-06  Bruno Haible  <bruno@clisp.org>
34140
34141         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
34142         (Link): New section.
34143
34144         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
34145
34146 2007-04-06  Bruno Haible  <bruno@clisp.org>
34147
34148         Assume the 'long double' type.
34149         * m4/longdouble.m4: Remove file.
34150         * config/srclist.txt: Don't mention longdouble.m4.
34151         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
34152         * lib/float+.h: Likewise.
34153         * lib/frexp.c: Likewise.
34154         * lib/printf-args.h: Likewise.
34155         * lib/printf-args.c: Likewise.
34156         * lib/printf-frexp.c: Likewise.
34157         * lib/printf-parse.c: Likewise.
34158         * lib/vasnprintf.c: Likewise.
34159         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
34160         * m4/intl.m4: Likewise.
34161         * m4/isnanl.m4: Likewise.
34162         * m4/printf.m4: Likewise.
34163         * m4/printf-frexpl.m4: Likewise.
34164         * m4/vasnprintf.m4: Likewise.
34165         * modules/allocsa (Files): Remove m4/longdouble.m4.
34166         * modules/gettext (Files): Likewise.
34167         * modules/relocatable-prog-wrapper (Files): Likewise.
34168         * modules/vasnprintf (Files): Likewise.
34169         * modules/isnanl (Files): Likewise.
34170         (Include): Simplify.
34171         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
34172         (Include): Simplify.
34173         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
34174         (Include): Simplify.
34175         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
34176         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34177         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
34178         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34179         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
34180         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34181         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
34182         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34183         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
34184         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34185         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
34186         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34187         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
34188         * tests/test-isnanl.c: Likewise.
34189         * tests/test-snprintf-posix.h: Likewise.
34190         * tests/test-sprintf-posix.h: Likewise.
34191         * tests/test-vasnprintf-posix.c: Likewise.
34192         * tests/test-vasnprintf-posix2.c: Likewise.
34193         * tests/test-vasprintf-posix.c: Likewise.
34194
34195 2007-04-06  Bruno Haible  <bruno@clisp.org>
34196
34197         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
34198         * lib/math_.h [__DECC]: Include the overridden include file through
34199         #include_next, outside the double-inclusion guard.
34200         * lib/stdio_.h [__DECC]: Likewise.
34201         * lib/stdlib_.h [__DECC]: Likewise.
34202         * lib/string_.h [__DECC]: Likewise.
34203         * lib/time_.h [__DECC]: Likewise.
34204         * lib/wchar_.h [__DECC]: Likewise.
34205         * lib/wctype_.h [__DECC]: Likewise.
34206         * lib/inttypes_.h [__DECC]: Likewise.
34207         Reported by Albert Chin <china@thewrittenword.com> in
34208         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
34209
34210 2007-04-04  Eric Blake  <ebb9@byu.net>
34211
34212         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
34213         1.5.x.
34214
34215 2007-04-04  Bruno Haible  <bruno@clisp.org>
34216
34217         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
34218         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
34219
34220 2007-04-04  Bruno Haible  <bruno@clisp.org>
34221
34222         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
34223         results for "%010a" of Infinity and NaN.
34224         * tests/test-vasprintf-posix.c (test_function): Likewise.
34225         * tests/test-snprintf-posix.h (test_function): Likewise.
34226         * tests/test-sprintf-posix.h (test_function): Likewise.
34227         * tests/test-fprintf-posix.h (test_function): Remove these tests.
34228         * tests/test-printf-posix.h (test_function): Likewise.
34229         * tests/test-fprintf-posix.out: Update.
34230         Needed for FreeBSD 6.1.
34231
34232 2007-04-04  Bruno Haible  <bruno@clisp.org>
34233
34234         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
34235         directly used by the gnulib modules nor by gnulib-tool.
34236
34237 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34238
34239         * DEPENDENCIES: Give overall description of version dependency
34240         desirability.  Use more-typical names for apps.
34241         Add shell, coreutils, diffutils, grep, tar, gzip.
34242
34243 2007-04-04  Simon Josefsson  <simon@josefsson.org>
34244
34245         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
34246
34247 2007-04-04  Karl Berry  <karl@gnu.org>
34248
34249         * MODULES.html.sh (func_module): missing '.
34250
34251 2007-04-03  Bruno Haible  <bruno@clisp.org>
34252
34253         * modules/argmatch-tests (Makefile.am): New variable
34254         test_argmatch_LDADD.
34255         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
34256         * modules/array-list-tests (Makefile.am): New variable
34257         test_array_list_LDADD.
34258         * modules/array-oset-tests (Makefile.am): New variable
34259         test_array_oset_LDADD.
34260         * modules/avltree-list-tests (Makefile.am): New variable
34261         test_avltree_list_LDADD.
34262         * modules/avltree-oset-tests (Makefile.am): New variable
34263         test_avltree_oset_LDADD.
34264         * modules/avltreehash-list-tests (Makefile.am): New variable
34265         test_avltreehash_list_LDADD.
34266         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
34267         test_canonicalize_lgpl_LDADD.
34268         * modules/carray-list-tests (Makefile.am): New variable
34269         test_carray_list_LDADD.
34270         * modules/dirname-tests (Makefile.am): New variable
34271         test_dirname_LDADD.
34272         * modules/linked-list-tests (Makefile.am): New variable
34273         test_linked_list_LDADD.
34274         * modules/linkedhash-list-tests (Makefile.am): New variable
34275         test_linkedhash_list_LDADD.
34276         * modules/rbtree-list-tests (Makefile.am): New variable
34277         test_rbtree_list_LDADD.
34278         * modules/rbtree-oset-tests (Makefile.am): New variable
34279         test_rbtree_oset_LDADD.
34280         * modules/rbtreehash-list-tests (Makefile.am): New variable
34281         test_rbtreehash_list_LDADD.
34282         * modules/xvasprintf-tests (Makefile.am): New variable
34283         test_xvasprintf_LDADD.
34284         Reported by Eric Blake.
34285
34286 2007-04-03  Eric Blake  <ebb9@byu.net>
34287
34288         * DEPENDENCIES: Weaken m4 requirements.
34289
34290 2007-04-03  Bruno Haible  <bruno@clisp.org>
34291
34292         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
34293         * modules/isnanl-tests (configure.ac): Likewise.
34294
34295 2007-04-03  Ben Pfaff  <blp@gnu.org>
34296
34297         * modules/iconv_open: Add $(srcdir)/ to source directory
34298         references in Makefile fragments that call gperf, to fix VPATH
34299         builds.
34300
34301 2007-04-03  Bruno Haible  <bruno@clisp.org>
34302
34303         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
34304         * lib/ldexpl.c: Undo last change.
34305
34306 2007-04-03  Bruno Haible  <bruno@clisp.org>
34307
34308         * modules/printf-frexpl (Depends-on): Undo last change.
34309         (Files): Add m4/ldexpl.m4.
34310
34311 2007-04-03  Bruno Haible  <bruno@clisp.org>
34312
34313         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
34314         * modules/isnanl (Link): New section.
34315
34316         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
34317         * modules/frexp (Link): New section.
34318
34319         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
34320         * modules/frexpl (Link): New section.
34321
34322         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
34323         * modules/ldexpl (Link): New section.
34324
34325 2007-04-03  Bruno Haible  <bruno@clisp.org>
34326
34327         * modules/TEMPLATE-EXTENDED: New file.
34328         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
34329
34330 2007-04-03  Bruno Haible  <bruno@clisp.org>
34331
34332         * DEPENDENCIES: New file.
34333         Suggested by Simon Josefsson.
34334
34335 2007-04-03  Bruno Haible  <bruno@clisp.org>
34336
34337         * doc/gnulib.texi: Escape @.
34338
34339 2007-04-03  James Youngman  <jay@gnu.org>
34340         and Paul Eggert  <eggert@cs.ucla.edu>
34341
34342         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
34343         birthtime on all systems that have birthtime, not just those which
34344         use st_birthtimensec rather than st_birthtim.  Putting zero in
34345         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
34346         that the birth time is not available for files on an NFS mount.
34347
34348 2007-04-03  Simon Josefsson  <simon@josefsson.org>
34349
34350         * modules/memxor: Move back from crypto/, suggested by Bruno.
34351         * modules/crypto/hmac-sha1: Fix memxor dependency.
34352
34353         * modules/crypto/gc: Moved from ../.
34354
34355 2007-04-02  Eric Blake  <ebb9@byu.net>
34356
34357         * lib/ldexpl.c (includes): Avoid libm.
34358
34359         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
34360
34361 2007-04-02  Bruno Haible  <bruno@clisp.org>
34362
34363         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
34364         on IRIX.
34365
34366 2007-04-02  Bruno Haible  <bruno@clisp.org>
34367
34368         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
34369         x86 or x86_64 platforms running MacOS X.
34370         Reported by Ryan Schmidt <@ryandesign.com>.
34371
34372 2007-04-02  Bruno Haible  <bruno@clisp.org>
34373
34374         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
34375         i386.
34376
34377 2007-04-01  Simon Josefsson  <simon@josefsson.org>
34378
34379         * modules/crypto/arcfour: Moved from ../.
34380         * modules/crypto/arcfour-tests: Moved from ../.
34381         * modules/crypto/arctwo: Moved from ../.
34382         * modules/crypto/arctwo-tests: Moved from ../.
34383         * modules/crypto/des: Moved from ../.
34384         * modules/crypto/des-tests: Moved from ../.
34385         * modules/crypto/gc-arcfour: Moved from ../.
34386         * modules/crypto/gc-arcfour-tests: Moved from ../.
34387         * modules/crypto/gc-arctwo: Moved from ../.
34388         * modules/crypto/gc-arctwo-tests: Moved from ../.
34389         * modules/crypto/gc-des: Moved from ../.
34390         * modules/crypto/gc-des-tests: Moved from ../.
34391         * modules/crypto/gc-hmac-md5: Moved from ../.
34392         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
34393         * modules/crypto/gc-hmac-sha1: Moved from ../.
34394         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
34395         * modules/crypto/gc-md2: Moved from ../.
34396         * modules/crypto/gc-md2-tests: Moved from ../.
34397         * modules/crypto/gc-md4: Moved from ../.
34398         * modules/crypto/gc-md4-tests: Moved from ../.
34399         * modules/crypto/gc-md5: Moved from ../.
34400         * modules/crypto/gc-md5-tests: Moved from ../.
34401         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
34402         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
34403         * modules/crypto/gc-random: Moved from ../.
34404         * modules/crypto/gc-rijndael: Moved from ../.
34405         * modules/crypto/gc-rijndael-tests: Moved from ../.
34406         * modules/crypto/gc-sha1: Moved from ../.
34407         * modules/crypto/gc-sha1-tests: Moved from ../.
34408         * modules/crypto/gc-tests: Moved from ../.
34409         * modules/crypto/hmac-md5: Moved from ../.
34410         * modules/crypto/hmac-md5-tests: Moved from ../.
34411         * modules/crypto/hmac-sha1: Moved from ../.
34412         * modules/crypto/hmac-sha1-tests: Moved from ../.
34413         * modules/crypto/md2: Moved from ../.
34414         * modules/crypto/md2-tests: Moved from ../.
34415         * modules/crypto/md4: Moved from ../.
34416         * modules/crypto/md4-tests: Moved from ../.
34417         * modules/crypto/md5: Moved from ../.
34418         * modules/crypto/md5-tests: Moved from ../.
34419         * modules/crypto/memxor: Moved from ../.
34420         * modules/crypto/rijndael: Moved from ../.
34421         * modules/crypto/rijndael-tests: Moved from ../.
34422         * modules/crypto/sha1: Moved from ../.
34423
34424 2007-03-30  James Youngman  <jay@gnu.org>
34425
34426         * tests/test-stat-time.c (prepare_test): use chmod() rather than
34427         rename() to change the ctime of a file (because ctime is unaffected
34428         by rename on jfs2 on AIX 5.1).
34429         (main): Start by doing cleanup, in case a previous run failed leaving
34430         test files behind.
34431
34432 2007-03-31  Bruno Haible  <bruno@clisp.org>
34433
34434         Support old proprietary implementations of iconv.
34435         * modules/iconv_open: New file.
34436         * lib/iconv_.h: New file.
34437         * m4/iconv_h.m4: New file.
34438         * lib/iconv_open.c: New file.
34439         * lib/iconv_open-aix.gperf: New file.
34440         * lib/iconv_open-hpux.gperf: New file.
34441         * lib/iconv_open-irix.gperf: New file.
34442         * lib/iconv_open-osf.gperf: New file.
34443         * m4/iconv_open.m4: New file.
34444         * modules/linebreak (Depends-on): Add iconv_open.
34445         * modules/striconv (Depends-on): Likewise.
34446         * modules/striconveh (Depends-on): Likewise.
34447         * modules/unicodeio (Depends-on): Likewise.
34448         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
34449         (iconv_t)(-1).
34450         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
34451         conversion if cd is (iconv_t)(-1).
34452         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
34453         is not possible.
34454
34455 2007-03-31  Bruno Haible  <bruno@clisp.org>
34456
34457         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34458         work on Solaris either. Protect also second use of "autodetect_jp".
34459
34460 2007-03-31  Bruno Haible  <bruno@clisp.org>
34461
34462         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
34463         the function is not present.
34464
34465 2007-03-31  Bruno Haible  <bruno@clisp.org>
34466
34467         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
34468         the function is not present.
34469
34470 2007-03-31  Bruno Haible  <bruno@clisp.org>
34471
34472         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
34473         a bug in HP-UX iconv_open().
34474
34475 2007-03-31  Bruno Haible  <bruno@clisp.org>
34476
34477         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
34478         (Mathematics <math.h>): New section, add fpieee.
34479         (Input/output <stdio.h>): Add fseterr.
34480         (Mathematics <math.h>): New section, add printf-frexp.
34481         (Container data structures): Add sublist.
34482         (Core language properties): Add fpucw, inline.
34483         (Functions for greatest-width integer types <inttypes.h>): Add
34484         imaxabs, imaxdiv, inttypes.
34485         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
34486         isnanl-nolibm, ldexp.
34487         (Mathematics <math.h>): New section, add printf-frexpl.
34488         (Support for systems lacking POSIX:2001): Add fprintf-posix,
34489         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
34490         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
34491         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
34492         (Unicode string functions): Add unistr/u*-mbtoucr.
34493         (Java): Add javacomp-script, javaexec-script.
34494         (C#): Add csharpcomp-script, csharpexec-script.
34495         (Support for building libraries and executables): Add havelib,
34496         relocatable-*.
34497         (Support for maintaining and releasing projects): Renamed from
34498         'Support for maintaining and release projects'. Add announce-gen.
34499
34500 2007-03-31  Bruno Haible  <bruno@clisp.org>
34501
34502         * README: Talk primarily about git.
34503         (git and CVS): Renamed from CVS.
34504         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
34505         gnulib is available through git.
34506         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
34507
34508 2007-03-30  Bruno Haible  <bruno@clisp.org>
34509
34510         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
34511         * lib/poll_.h: Likewise.
34512         * lib/stat_.h: Likewise.
34513         * lib/sys_time_.h: Likewise.
34514         * lib/sysexit_.h: Likewise.
34515         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
34516         * lib/stdbool_.h: Likewise.
34517         * lib/byteswap_.h: Add double-inclusion guard.
34518
34519 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
34520
34521         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
34522
34523 2007-03-30  Karl Berry  <karl@gnu.org>
34524
34525         * config/srclist-update: double space after USA in the license
34526         substitution, since that's how it's usually (?) written.
34527
34528 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34529
34530         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
34531         reported by Bruno Haible.
34532
34533 2007-03-29  Bruno Haible  <bruno@clisp.org>
34534
34535         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
34536         a bug in AIX iconv().
34537
34538 2007-03-29  Bruno Haible  <bruno@clisp.org>
34539
34540         * modules/ldexpl-tests: New file.
34541         * tests/test-ldexpl.c: New file.
34542
34543 2007-03-29  Bruno Haible  <bruno@clisp.org>
34544
34545         * lib/ldexpl.c: Include fpucw.h.
34546         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
34547         multiplication.
34548         * modules/ldexpl (Depends-on): Add fpucw.
34549
34550 2007-03-29  Bruno Haible  <bruno@clisp.org>
34551
34552         * modules/ldexpl: New file.
34553         * m4/ldexpl.m4: New file.
34554         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
34555         set.
34556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
34557         REPLACE_LDEXPL.
34558         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
34559         REPLACE_LDEXPL.
34560         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34561         gl_FUNC_LDEXPL_WORKS.
34562         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
34563         * modules/mathl (Files): Remove lib/ldexpl.c.
34564         (Depends-on): Add ldexpl.
34565
34566 2007-03-29  Bruno Haible  <bruno@clisp.org>
34567
34568         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
34569
34570 2007-03-29  Bruno Haible  <bruno@clisp.org>
34571
34572         * tests/test-striconveh.c (main): Don't assume that a direct conversion
34573         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
34574         and possibly also HP-UX.
34575         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34576         work on AIX, IRIX, HP-UX, OSF/1.
34577         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
34578         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
34579         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
34580         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
34581         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
34582         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
34583
34584 2007-03-29  Bruno Haible  <bruno@clisp.org>
34585
34586         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
34587
34588 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34589
34590         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
34591         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
34592
34593 2007-03-29  Eric Blake  <ebb9@byu.net>
34594
34595         * lib/acl-internal.h: Remove redundant include.
34596         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
34597         Cygwin when a file is locked.
34598
34599 2007-03-29  Bruno Haible  <bruno@clisp.org>
34600
34601         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
34602         file.
34603         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
34604
34605 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34606
34607         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
34608         try to remove a parent directory if the child couldn't be removed
34609         (except for the first rmdir, which could fail because the child
34610         doesn't exist).  Problem reported by Jeff Blaine in
34611         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
34612
34613 2007-03-28  Bruno Haible  <bruno@clisp.org>
34614
34615         * lib/striconveh.c (utf8conv_carefully): New function.
34616         (mem_cd_iconveh_internal): Invoke it.
34617
34618 2007-03-28  Bruno Haible  <bruno@clisp.org>
34619
34620         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
34621         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
34622         input.
34623         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
34624         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
34625         unistr/u8-uctomb.
34626
34627 2007-03-28  Bruno Haible  <bruno@clisp.org>
34628
34629         * modules/unistr/u8-mbtoucr: New file.
34630         * lib/unistr/u8-mbtoucr.c: New file.
34631         * modules/unistr/u16-mbtoucr: New file.
34632         * lib/unistr/u16-mbtoucr.c: New file.
34633         * modules/unistr/u16-mbtoucr: New file.
34634         * lib/unistr/u16-mbtoucr.c: New file.
34635         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
34636
34637 2007-03-27  Simon Josefsson  <simon@josefsson.org>
34638             Bruno Haible  <bruno@clisp.org>
34639
34640         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
34641         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
34642         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
34643
34644         * m4/stdio_h.m4: Add stubs for vasprintf too.
34645
34646         * modules/stdio: Support vasprintf in sed command.
34647
34648         * modules/vasprintf: Depend on stdio for prototypes.  Remove
34649         vasprintf.h.  Add stdio module indicator.
34650
34651         * lib/stdio_.h: Declare asprintf and vasprintf, based on
34652         vasprintf.h.
34653
34654         * lib/vasprintf.h: File removed.
34655
34656         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
34657         * lib/vasprintf.c: Ditto.
34658         * lib/xvasprintf.c: Ditto.
34659         * tests/test-vasprintf-posix.c: Ditto.
34660         * tests/test-vasprintf.c: Ditto.
34661
34662 2007-03-27  Bruno Haible  <bruno@clisp.org>
34663
34664         Make vasnprintf multithread-safe.
34665         * lib/vasnprintf.c (decimal_point_char): New function.
34666         (VASNPRINTF): Use it.
34667         Suggested by Simon Josefsson.
34668
34669 2007-03-27  Eric Blake  <ebb9@byu.net>
34670
34671         Support sub-second birthtime on cygwin.
34672         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
34673         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
34674         (get_stat_birthtime): Also work with st_birthtim.
34675
34676 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
34677
34678         * lib/stat-time.h (USE_BIRTHTIME): Remove.
34679         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
34680         (get_stat_birthtime_ns): Do not try to use "spare" fields.
34681         (get_stat_birthtime_ns): Simplify compile-time tests.
34682         (get_stat_birthtime): Change the API to look like
34683         get_stat_mtime etc., except return a negative tv_nsec on error.
34684         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
34685         Don't check for "spare" fields.
34686         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
34687         or for struct stat.st_birthtime, as these tests aren't used.
34688         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
34689
34690 2007-03-27  Bruno Haible  <bruno@clisp.org>
34691
34692         * lib/stat-time.h: Include <sys/stat.h>.
34693
34694 2007-03-27  James Youngman  <jay@gnu.org>
34695
34696         * lib/stat-time.h (get_stat_birthtime): New function for
34697           retrieving st_birthtime as provided by UFS2 (hence *BSD).
34698         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
34699           and its variants.
34700         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
34701         * modules/stat-time-test: New file.
34702         * tests/test-stat-time.c: New test, devised by Bruno Haible.
34703
34704 2007-03-26  Bruno Haible  <bruno@clisp.org>
34705
34706         Better support of signalling NaNs.
34707         * lib/atanl.c: Include isnanl.h.
34708         (atanl): Perform test for NaN at the beginning of the function and
34709         through a call to isnanl.
34710         * lib/cosl.c: Include isnanl.h.
34711         (cosl): Perform test for NaN at the beginning of the function and
34712         through a call to isnanl.
34713         * lib/ldexpl.c: Include isnanl.h.
34714         (ldexpl): Perform test for NaN through a call to isnanl.
34715         * lib/logl.c: Include isnanl.h.
34716         (logl): Perform test for NaN at the beginning of the function and
34717         through a call to isnanl.
34718         * lib/sinl.c: Include isnanl.h.
34719         (sinl): Perform test for NaN at the beginning of the function and
34720         through a call to isnanl.
34721         * lib/sqrtl.c: Include isnanl.h.
34722         (sqrtl): Perform test for NaN at the beginning of the function and
34723         through a call to isnanl.
34724         * lib/tanl.c: Include isnanl.h.
34725         (tanl): Perform test for NaN at the beginning of the function and
34726         through a call to isnanl.
34727         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
34728         * modules/mathl (Depends-on): Add isnanl.
34729
34730 2007-03-26  Eric Blake  <ebb9@byu.net>
34731
34732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
34733         regression in logic sense of previous patch.
34734
34735 2007-03-26  Bruno Haible  <bruno@clisp.org>
34736
34737         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
34738         unportable shell command "if ! ...".
34739         Reported by Ralf Wildenhues.
34740
34741 2007-03-25  Bruno Haible  <bruno@clisp.org>
34742
34743         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
34744         <sysexits.h> file, and only add EX_CONFIG.
34745         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
34746         absolute file name and whether it is sufficient. Substitute also
34747         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
34748         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
34749         ABSOLUTE_SYSEXITS_H into sysexits.h.
34750
34751 2007-03-25  Bruno Haible  <bruno@clisp.org>
34752
34753         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
34754         hints is NULL.
34755
34756 2007-03-25  Bruno Haible  <bruno@clisp.org>
34757
34758         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
34759         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
34760
34761 2007-03-25  Bruno Haible  <bruno@clisp.org>
34762
34763         * lib/vasnprintf.c: Include langinfo.h.
34764         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
34765         multithread-safe.
34766         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
34767         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
34768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34769         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34770         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34771         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34772         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34773         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
34774         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34775         Reported by Simon Josefsson.
34776
34777 2007-03-25  Bruno Haible  <bruno@clisp.org>
34778
34779         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
34780         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
34781         * modules/vasnprintf (Depends-on): Add stdint.
34782
34783 2007-03-25  Bruno Haible  <bruno@clisp.org>
34784
34785         * modules/fpieee: New file.
34786         * m4/fpieee.m4: New file.
34787         * modules/isnan-nolibm (Depends-on): Add fpieee.
34788         * modules/isnanl-nolibm (Depends-on): Add fpieee.
34789         * modules/isnanl (Depends-on): Add fpieee.
34790
34791 2007-03-25  Bruno Haible  <bruno@clisp.org>
34792
34793         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
34794
34795 2007-03-25  Bruno Haible  <bruno@clisp.org>
34796
34797         Avoid test failures on IRIX 6.5.
34798         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
34799         (main): Use it.
34800         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
34801         macros.
34802         (main): Use them.
34803
34804 2007-03-25  Bruno Haible  <bruno@clisp.org>
34805
34806         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
34807         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
34808         exists but doesn't work.
34809         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
34810         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
34811         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
34812         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
34813
34814 2007-03-25  Bruno Haible  <bruno@clisp.org>
34815
34816         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
34817         returns inf. Needed on IRIX 6.5.
34818
34819 2007-03-25  Bruno Haible  <bruno@clisp.org>
34820
34821         * tests/test-frexpl.c: Include isnanl-nolibm.h.
34822         (main): Use isnanl instead of x != x idiom.
34823         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
34824
34825         * tests/test-frexp.c: Include isnan.h.
34826         (main): Use isnan instead of x != x idiom.
34827         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
34828
34829 2007-03-25  Bruno Haible  <bruno@clisp.org>
34830
34831         * tests/test-frexp.c (NaN): New function/macro.
34832         (main): Use it instead of 0.0 / 0.0.
34833         * tests/test-isnan.c (NaN): New function/macro.
34834         (main): Use it instead of 0.0 / 0.0.
34835         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
34836         (test_function): Use it instead of 0.0 / 0.0.
34837         * tests/test-vasprintf-posix.c (NaN): New function/macro.
34838         (test_function): Use it instead of 0.0 / 0.0.
34839         * tests/test-snprintf-posix.h (NaN): New function/macro.
34840         (test_function): Use it instead of 0.0 / 0.0.
34841         * tests/test-sprintf-posix.h (NaN): New function/macro.
34842         (test_function): Use it instead of 0.0 / 0.0.
34843         * tests/test-fprintf-posix.h (NaN): New function/macro.
34844         (test_function): Use it instead of 0.0 / 0.0.
34845         * tests/test-printf-posix.h (NaN): New function/macro.
34846         (test_function): Use it instead of 0.0 / 0.0.
34847
34848         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
34849
34850 2007-03-25  Bruno Haible  <bruno@clisp.org>
34851
34852         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
34853
34854 2007-03-25  Bruno Haible  <bruno@clisp.org>
34855
34856         * lib/regexec.c (merge_state_with_log): Make static.
34857
34858 2007-03-25  Bruno Haible  <bruno@clisp.org>
34859
34860         * lib/trigl.c (kernel_rem_pio2): Make static.
34861
34862 2007-03-25  Bruno Haible  <bruno@clisp.org>
34863
34864         * lib/sincosl.c (sincosl_table): Make static.
34865
34866 2007-03-25  Bruno Haible  <bruno@clisp.org>
34867
34868         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
34869         if the compiler does not support C99.
34870
34871 2007-03-25  Bruno Haible  <bruno@clisp.org>
34872
34873         * modules/time (Makefile.am): Ensure all rule action lines start with a
34874         tab.
34875
34876 2007-03-24  Bruno Haible  <bruno@clisp.org>
34877
34878         * modules/tsearch-tests: New file.
34879         * tests/test-tsearch.sh: New file.
34880         * tests/test-tsearch.c: New file, mostly copied from glibc.
34881
34882         * modules/search-tests: New file.
34883         * tests/test-search.c: New file.
34884
34885         * modules/search: New file.
34886         * lib/search_.h: New file, incorporating lib/tsearch.h.
34887         * m4/search_h.m4: New file.
34888         * lib/tsearch.h: Remove file.
34889         * lib/tsearch.c: Include search.h instead of tsearch.h.
34890         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
34891         HAVE_TSEARCH.
34892         * modules/tsearch (Files): Remove lib/tsearch.h.
34893         (Depends-on): Add search.
34894         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
34895         (Include): Change tsearch.h into search.h.
34896
34897 2007-03-24  Bruno Haible  <bruno@clisp.org>
34898
34899         * modules/fpucw: New file.
34900         * lib/fpucw.h: New file.
34901         * lib/frexp.c: Include fpucw.h.
34902         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34903         (FUNC): Use them.
34904         * lib/printf-frexp.c: Include fpucw.h.
34905         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34906         (FUNC): Use them.
34907         * lib/vasnprintf.c: Include fpucw.h.
34908         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
34909         'long double' calculations.
34910         * tests/test-frexpl.c: Include fpucw.h.
34911         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34912         * tests/test-printf-frexpl.c: Include fpucw.h.
34913         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34914         * modules/frexpl (Depends-on): Add fpucw.
34915         * modules/printf-frexpl (Depends-on): Likewise.
34916         * modules/fprintf-posix (Depends-on): Likewise.
34917         * modules/snprintf-posix (Depends-on): Likewise.
34918         * modules/sprintf-posix (Depends-on): Likewise.
34919         * modules/vasnprintf-posix (Depends-on): Likewise.
34920         * modules/vasprintf-posix (Depends-on): Likewise.
34921         * modules/vfprintf-posix (Depends-on): Likewise.
34922         * modules/vsnprintf-posix (Depends-on): Likewise.
34923         * modules/vsprintf-posix (Depends-on): Likewise.
34924         * modules/frexpl-tests (Depends-on): Likewise.
34925         * modules/printf-frexpl-tests (Depends-on): Likewise.
34926
34927 2007-03-24  Bruno Haible  <bruno@clisp.org>
34928
34929         * lib/float+.h: New file.
34930         * lib/isnan.c: Include float+.h.
34931         (SIZE): New macro.
34932         (FUNC): Compare only SIZE bytes of the value.
34933         * lib/vasnprintf.c: Include float+.h.
34934         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
34935         SIZEOF_LDBL or SIZEOF_DBL bytes.
34936         * modules/isnan-nolibm (Files): Add lib/float+.h.
34937         * modules/isnanl-nolibm (Files): Add lib/float+.h.
34938         * modules/isnanl (Files): Add lib/float+.h.
34939         * modules/vasnprintf (Files): Add lib/float+.h.
34940
34941 2007-03-24  Bruno Haible  <bruno@clisp.org>
34942
34943         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
34944         include isnanl-nolibm.h.
34945
34946 2007-03-24  Bruno Haible  <bruno@clisp.org>
34947
34948         * tests/test-read-file.c (main): Don't produce spurious output for
34949         expected situations. Make the test fail if it encountered unexpected
34950         results.
34951
34952 2007-03-24  Bruno Haible  <bruno@clisp.org>
34953
34954         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
34955         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
34956
34957 2007-03-24  Bruno Haible  <bruno@clisp.org>
34958
34959         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
34960
34961 2007-03-24  Bruno Haible  <bruno@clisp.org>
34962
34963         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
34964         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
34965
34966         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
34967         * modules/utf8-ucs4: Turn into a symbolic link to module
34968         unistr/u8-mbtouc.
34969
34970         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
34971         utf8-ucs4-unsafe.
34972         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
34973         unistr/u8-mbtouc-unsafe.
34974
34975         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
34976         * modules/utf16-ucs4: Turn into a symbolic link to module
34977         unistr/u16-mbtouc.
34978
34979         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
34980         utf16-ucs4-unsafe.
34981         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
34982         unistr/u16-mbtouc-unsafe.
34983
34984         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
34985         * modules/ucs4-utf8: Turn into a symbolic link to module
34986         unistr/u8-ubtomb.
34987
34988         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
34989         * modules/ucs4-utf16: Turn into a symbolic link to module
34990         unistr/u16-ubtomb.
34991
34992 2007-03-24  Bruno Haible  <bruno@clisp.org>
34993
34994         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
34995         Enable the function only if HAVE_INLINE.
34996         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
34997         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34998         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
34999         Enable the function only if HAVE_INLINE.
35000         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
35001         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
35002         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
35003         Enable the function only if HAVE_INLINE.
35004         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
35005         Enable the function only if HAVE_INLINE.
35006         * modules/utf8-ucs4: Update.
35007         * modules/utf8-ucs4-unsafe: Update.
35008         * modules/utf16-ucs4: Update.
35009         * modules/utf16-ucs4-unsafe: Update.
35010         * modules/ucs4-utf8: Update.
35011         * modules/ucs4-utf16: Update.
35012
35013 2007-03-24  Bruno Haible  <bruno@clisp.org>
35014
35015         * lib/utf8-ucs4.h: Remove file.
35016         * lib/utf8-ucs4-unsafe.h: Remove file.
35017         * lib/utf16-ucs4.h: Remove file.
35018         * lib/utf16-ucs4-unsafe.h: Remove file.
35019         * lib/ucs4-utf8.h: Remove file.
35020         * lib/ucs4-utf16.h: Remove file.
35021         * lib/unistr.h: Include their previous contents.
35022         * m4/utf-ucs4.m4: Remove file.
35023         * m4/ucs4-utf.m4: Remove file.
35024         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
35025         (Depends-on): Add unistr/base.
35026         (configure.ac): Remove gl_UTF_UCS4.
35027         (Makefile.am): Update.
35028         (Include): Change to unistr.h.
35029         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
35030         (Depends-on): Add unistr/base.
35031         (configure.ac): Remove gl_UTF_UCS4.
35032         (Makefile.am): Update.
35033         (Include): Change to unistr.h.
35034         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
35035         (Depends-on): Add unistr/base.
35036         (configure.ac): Remove gl_UTF_UCS4.
35037         (Makefile.am): Update.
35038         (Include): Change to unistr.h.
35039         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
35040         (Depends-on): Add unistr/base.
35041         (configure.ac): Remove gl_UTF_UCS4.
35042         (Makefile.am): Update.
35043         (Include): Change to unistr.h.
35044         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
35045         (Depends-on): Add unistr/base.
35046         (configure.ac): Remove gl_UCS4_UTF.
35047         (Makefile.am): Update.
35048         (Include): Change to unistr.h.
35049         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
35050         (Depends-on): Add unistr/base.
35051         (configure.ac): Remove gl_UCS4_UTF.
35052         (Makefile.am): Update.
35053         (Include): Change to unistr.h.
35054         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
35055         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
35056         utf8-ucs4-unsafe.h.
35057         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
35058         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
35059         utf16-ucs4-unsafe.h.
35060         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
35061         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
35062         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
35063         * lib/unistr/u8-strchr.c: Likewise.
35064         * lib/unistr/u8-strrchr.c: Likewise.
35065         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
35066         * lib/unistr/u16-strchr.c: Likewise.
35067         * lib/unistr/u16-strrchr.c: Likewise.
35068         * lib/striconveh.c: Update.
35069         * lib/linebreak.c: Update.
35070
35071 2007-03-24  Bruno Haible  <bruno@clisp.org>
35072
35073         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
35074         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
35075
35076 2007-03-22  Bruno Haible  <bruno@clisp.org>
35077
35078         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
35079
35080 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
35081
35082         * MODULES.html.sh (File system functions): New module write-any-file.
35083         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
35084         * m4/write-any-file.m4: New files.
35085
35086 2007-03-23  Eric Blake  <ebb9@byu.net>
35087
35088         * gnulib-tool: Rearrange space-tab sequences, since some editors
35089         like to eat them.
35090
35091 2007-03-23  Eric Blake  <ebb9@byu.net>
35092
35093         * lib/version-etc.c (version_etc_va): Update license wording to
35094         be more concise.  Recommended by Richard Stallman.
35095
35096 2007-03-22  Bruno Haible  <bruno@clisp.org>
35097
35098         * lib/poll.c (MSG_PEEK): New fallback definition.
35099
35100 2007-03-22  Bruno Haible  <bruno@clisp.org>
35101
35102         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
35103         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
35104         (main): Update.
35105         Fixes a compilation error on BeOS.
35106
35107 2007-03-22  Bruno Haible  <bruno@clisp.org>
35108
35109         * modules/frexpl-tests: New file.
35110         * tests/test-frexpl.c: New file.
35111
35112         * modules/frexpl: New file.
35113         * m4/frexpl.m4: New file.
35114         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
35115         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
35116         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
35117         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
35118         (Depends-on): Add frexpl. Remove isnanl-nolibm.
35119         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
35120
35121 2007-03-22  Bruno Haible  <bruno@clisp.org>
35122
35123         * lib/frexpl.c: Share code with lib/frexp.c.
35124         * modules/mathl (Files): Add lib/frexp.c.
35125         (Depends-on): Add isnanl-nolibm.
35126
35127 2007-03-22  Bruno Haible  <bruno@clisp.org>
35128
35129         * modules/printf-frexp (Files): Add m4/frexp.m4.
35130         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
35131         only if the found frexp function actually works.
35132
35133 2007-03-22  Bruno Haible  <bruno@clisp.org>
35134
35135         * lib/frexp.c: Remove older implementation that uses divisions.
35136
35137 2007-03-21  Bruno Haible  <bruno@clisp.org>
35138
35139         * modules/frexp-tests: New file.
35140         * tests/test-frexp.c: New file.
35141
35142         * modules/frexp: New file.
35143         * lib/frexp.c: New file.
35144         * m4/frexp.m4: New file.
35145         * lib/math_.h (frexp): New declaration.
35146         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
35147         REPLACE_FREXP.
35148         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
35149
35150 2007-03-21  Bruno Haible  <bruno@clisp.org>
35151
35152         * modules/isnanl-tests: New file.
35153         * tests/test-isnanl.c: New file.
35154
35155         * modules/isnanl: New file.
35156         * lib/isnanl.h: New file.
35157         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
35158         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
35159         gl_FUNC_ISNANL_WORKS.
35160         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
35161         New macros.
35162
35163 2007-03-21  Bruno Haible  <bruno@clisp.org>
35164
35165         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
35166         lib/isnanl.h.
35167         (Include): Update.
35168         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
35169         * lib/vasnprintf.c: Update.
35170         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
35171         tests/test-isnanl.h, remove tests/test-isnanl.c.
35172         (Makefile.am): Update.
35173         * tests/test-isnanl-nolibm.c: New file.
35174         * tests/test-isnanl.h: New file.
35175         * tests/test-isnanl.c: Remove file.
35176
35177 2007-03-21  Jim Meyering  <jim@meyering.net>
35178
35179         When trying to open ".", treat ESTALE like EACCES.
35180         * lib/savewd.c (savewd_save): Resort to forking not just upon
35181         failure with EACCES, but also when errno is ESTALE.
35182
35183 2007-03-20  Bruno Haible  <bruno@clisp.org>
35184
35185         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
35186         Needed on AIX 5.1. Reported by Matthew Woehlke.
35187
35188 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
35189
35190         Suggestions by Bruno Haible:
35191         * lib/acl-internal.h: Include "gettext.h" rather than rolling
35192         our own.
35193         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
35194         * modules/acl (Depends-on): Add gettext.
35195
35196 2007-03-19  Bruno Haible  <bruno@clisp.org>
35197
35198         * modules/iconvme: Remove file.
35199         * lib/iconvme.h: Remove file.
35200         * lib/iconvme.c: Remove file.
35201         * m4/iconvme.m4: Remove file.
35202
35203 2007-03-19  Bruno Haible  <bruno@clisp.org>
35204
35205         * doc/relocatable-maint.texi: Break long shell script line.
35206         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
35207
35208 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
35209
35210         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
35211         handle file_has_acl.
35212         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
35213         * lib/acl.c: Move header inclusions and related macro defns into
35214         lib/acl-internal.h.
35215         (S_ISLNK): Remove defn, since that's now done for us.
35216         (file_has_acl): Move to lib/file-has-acl.c.
35217         Call acl_trivial if available.  This is the crucial part of the fix.
35218         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
35219         shared within the library.  Rewrite a bit, partly to make it compatible
35220         with the GNU coding style.
35221         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
35222         Remove unnecessary double-quotes.
35223         Don't test for acl_to_text; the build will catch that.
35224         Replace acl_entries if it doesn't exist and it is needed.
35225         Check for -lsec and acl_trivial (as used on Solaris 10).
35226         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
35227         lib/file-has-acl.c.
35228         (Depends-on): Add sys_stat, for S_ISLNK.
35229
35230 2007-03-19  Ben Pfaff  <blp@gnu.org>
35231
35232         * doc/gnulib.texi: Fix typos.
35233         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
35234
35235 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
35236
35237         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
35238         If size is zero here, buf must be zero.
35239
35240 2007-03-19  Simon Josefsson  <simon@josefsson.org>
35241
35242         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
35243         <bruno@clisp.org>.
35244
35245 2007-03-18  Bruno Haible  <bruno@clisp.org>
35246
35247         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
35248         Suggested by Eric Blake.
35249
35250 2007-03-18  Ben Pfaff  <blp@gnu.org>
35251
35252         * doc/relocatable.texi: Recommend using as prefix a directory
35253         that does not exist and will never be created.  Based on
35254         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
35255         and others.
35256
35257 2007-03-17  Bruno Haible  <bruno@clisp.org>
35258
35259         * lib/fchownat.c: Include lchown.h.
35260
35261 2007-03-17  Bruno Haible  <bruno@clisp.org>
35262
35263         Fix endless loop when the given allocated size was > INT_MAX.
35264         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
35265         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
35266         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
35267         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
35268         * lib/sprintf.c (sprintf): Likewise.
35269
35270 2007-03-17  Bruno Haible  <bruno@clisp.org>
35271
35272         * tests/test-argp-2.sh (func_compare): Output a context diff.
35273
35274 2007-03-17  Bruno Haible  <bruno@clisp.org>
35275
35276         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
35277         locale's decimal-point character.
35278
35279 2007-03-17  Bruno Haible  <bruno@clisp.org>
35280
35281         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
35282         before comparing it. Needed because on some platforms (e.g. x86) a
35283         'long double' occupies less bytes than sizeof (long double).
35284
35285 2007-03-17  Bruno Haible  <bruno@clisp.org>
35286
35287         * tests/test-crc.c (main): Make printf statements 64-bit clean.
35288         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
35289         * tests/test-getaddrinfo.c (simple): Likewise.
35290         * tests/test-read-file.c (main): Likewise.
35291
35292 2007-03-17  Bruno Haible  <bruno@clisp.org>
35293
35294         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
35295
35296 2007-03-17  Bruno Haible  <bruno@clisp.org>
35297
35298         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
35299         unused variable.
35300
35301 2007-03-17  Bruno Haible  <bruno@clisp.org>
35302
35303         * tests/test-c-strcasecmp.c: Include c-strcase.h.
35304         * tests/test-c-strncasecmp.c: Likewise.
35305
35306 2007-03-17  Bruno Haible  <bruno@clisp.org>
35307
35308         * modules/stdlib (Depends-on): Add unistd.
35309         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
35310         Needed for MacOS X 10.3.
35311
35312 2007-03-17  Bruno Haible  <bruno@clisp.org>
35313
35314         * lib/unistr/u-strdup.h: Include <stdlib.h>.
35315
35316 2007-03-17  Bruno Haible  <bruno@clisp.org>
35317
35318         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
35319
35320 2007-03-17  Bruno Haible  <bruno@clisp.org>
35321
35322         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
35323         to reflect files copied from gnulib (with or without modifications).
35324         Suggested by Jim Meyering.
35325
35326 2007-03-17  Eric Blake  <ebb9@byu.net>
35327
35328         * NEWS: Document stdlib change from 2007-02-18.
35329
35330 2007-03-17  Jim Meyering  <jim@meyering.net>
35331
35332         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
35333         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
35334         someone uses a name containing shell meta-characters.
35335         Reported by Alfred M. Szmidt.
35336
35337         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
35338
35339 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
35340
35341         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
35342         and copy gettext configuration files only if configure.ac contains
35343         a use of AM_GNU_GETTEXT_VERSION.
35344
35345 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
35346
35347         * build-aux/bootstrap (gnulib_name): New variable.
35348         (gnulib_tool_options): Use it.
35349
35350 2007-03-13  Simon Josefsson  <simon@josefsson.org>
35351
35352         * tests/test-des.c: Use new namespace.
35353
35354 2007-03-15  Bruno Haible  <bruno@clisp.org>
35355
35356         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
35357         Reported by James Youngman <jay@gnu.org>.
35358
35359 2007-03-15  Bruno Haible  <bruno@clisp.org>
35360
35361         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
35362         declared prototype. Needed with cc on OSF/1 5.1.
35363
35364 2007-03-15  Bruno Haible  <bruno@clisp.org>
35365
35366         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
35367         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
35368         (struct gl_list_implementation): Add dispose_fn argument to the
35369         'create_empty', 'create' methods.
35370         (struct gl_list_impl_base): Add field 'dispose_fn'.
35371         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
35372         argument.
35373         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
35374         dispose_fn argument.
35375         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
35376         dispose_fn on the dropped values.
35377         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
35378         dispose_fn argument.
35379         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
35380         dropped values.
35381         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
35382         (gl_tree_remove_node): Call dispose_fn on the dropped value.
35383         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
35384         (gl_tree_remove_node): Call dispose_fn on the dropped value.
35385         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
35386         argument.
35387         (gl_tree_list_free): Call dispose_fn on the dropped values.
35388         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
35389         the dropped values.
35390         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
35391         Add dispose_fn argument.
35392         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
35393         Call dispose_fn on the dropped values.
35394         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
35395         Add dispose_fn argument.
35396         (gl_sublist_create): Initialize the 'dispose_fn' field.
35397         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
35398         * tests/test-array_list.c (main): Update.
35399         * tests/test-carray_list.c (main): Update.
35400         * tests/test-avltree_list.c (main): Update.
35401         * tests/test-rbtree_list.c (main): Update.
35402         * tests/test-avltreehash_list.c (main): Update.
35403         * tests/test-rbtreehash_list.c (main): Update.
35404         * tests/test-linked_list.c (main): Update.
35405         * tests/test-linkedhash_list.c (main): Update.
35406         * tests/test-array_oset.c (main): Update.
35407
35408 2007-03-15  Bruno Haible  <bruno@clisp.org>
35409
35410         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
35411         (gl_oset_create_empty): Add dispose_fn argument.
35412         (struct gl_oset_implementation): Add dispose_fn argument to
35413         'create_empty' method.
35414         (struct gl_oset_impl_base): Add dispose_fn field.
35415         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
35416         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
35417         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
35418         values.
35419         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
35420         (gl_tree_oset_free): Call dispose_fn on the dropped values.
35421         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
35422         dropped value.
35423         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
35424         dropped value.
35425         * tests/test-array_oset.c (main): Update.
35426         * tests/test-avltree_oset.c (main): Update.
35427         * tests/test-rbtree_oset.c (main): Update.
35428         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
35429
35430 2007-03-13  Bruno Haible  <bruno@clisp.org>
35431
35432         * tests/test-stdbool.c (i): Update after last patch.
35433
35434 2007-03-12  Bruno Haible  <bruno@clisp.org>
35435
35436         * lib/quotearg.c: Include <wctype.h> early, before the definition of
35437         the iswprint macro. Needed on Solaris 2.5.1.
35438
35439 2007-03-12  Bruno Haible  <bruno@clisp.org>
35440
35441         * tests/test-printf-frexp.c (main): Declare x as volatile.
35442
35443 2007-03-12  Simon Josefsson  <simon@josefsson.org>
35444
35445         * doc/gnulib.texi (Build robot for gnulib): New section.
35446
35447 2007-03-12  Jim Meyering  <jim@meyering.net>
35448
35449         * build-aux/bootstrap: New file.
35450         * build-aux/bootstrap.conf: New file, from coreutils.
35451
35452 2007-03-11  Bruno Haible  <bruno@clisp.org>
35453
35454         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
35455
35456 2007-03-12  Simon Josefsson  <simon@josefsson.org>
35457
35458         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
35459         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
35460         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
35461
35462 2007-03-11  Bruno Haible  <bruno@clisp.org>
35463
35464         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
35465         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
35466
35467 2007-03-11  Bruno Haible  <bruno@clisp.org>
35468
35469         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
35470         formula. Needed for SunPRO C 5.0.
35471
35472 2007-03-11  Bruno Haible  <bruno@clisp.org>
35473
35474         * modules/long-options (Depends-on): Add getopt.
35475
35476 2007-03-11  Bruno Haible  <bruno@clisp.org>
35477
35478         * modules/modechange (Depends-on): Add stdbool.
35479
35480 2007-03-11  Bruno Haible  <bruno@clisp.org>
35481
35482         * modules/i-ring (Depends-on): Add stdbool.
35483
35484 2007-03-11  Bruno Haible  <bruno@clisp.org>
35485
35486         * modules/gc-des (Depends-on): Add stdbool.
35487
35488 2007-03-11  Bruno Haible  <bruno@clisp.org>
35489
35490         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
35491
35492 2007-03-11  Bruno Haible  <bruno@clisp.org>
35493
35494         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
35495
35496 2007-03-11  Bruno Haible  <bruno@clisp.org>
35497
35498         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
35499
35500 2007-03-11  Bruno Haible  <bruno@clisp.org>
35501
35502         * lib/vasnprintf.c (sprintf): Undefine.
35503
35504 2007-03-11  Bruno Haible  <bruno@clisp.org>
35505
35506         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
35507         initializers in SunPRO C and Compaq C compilers.
35508
35509 2007-03-11  Bruno Haible  <bruno@clisp.org>
35510
35511         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
35512         decrementing code ANSI C compliant.
35513
35514 2007-03-11  Bruno Haible  <bruno@clisp.org>
35515
35516         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
35517         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
35518
35519 2007-03-11  Bruno Haible  <bruno@clisp.org>
35520
35521         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
35522         <stdbool.h> substitute doesn't pass.
35523
35524 2007-03-11  Bruno Haible  <bruno@clisp.org>
35525
35526         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
35527
35528 2007-03-11  Bruno Haible  <bruno@clisp.org>
35529
35530         * gnulib-tool (func_create_megatestdir): Create also an autobuild
35531         script, for submission to autobuild.josefsson.org.
35532
35533 2007-03-10  Bruno Haible  <bruno@clisp.org>
35534
35535         * modules/canonicalize-lgpl-tests: New file.
35536         * tests/test-canonicalize-lgpl.sh: New file.
35537         * tests/test-canonicalize-lgpl.c: New file.
35538
35539         * modules/c-strcase-tests: New file.
35540         * tests/test-c-strcase.sh: New file.
35541         * tests/test-c-strcasecmp.c: New file.
35542         * tests/test-c-strncasecmp.c: New file.
35543
35544         * modules/atexit-tests: New file.
35545         * tests/test-atexit.sh: New file.
35546         * tests/test-atexit.c: New file.
35547
35548 2007-03-10  Bruno Haible  <bruno@clisp.org>
35549
35550         * tests/test-binary-io.sh: Use temporary filenames that are not so
35551         likely to clash with those of other tests (in a parallel make).
35552         * tests/test-binary-io.c: Likewise.
35553
35554 2007-03-10  Bruno Haible  <bruno@clisp.org>
35555
35556         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
35557         fallback; use #error instead.
35558         Suggested by Simon Josefsson.
35559
35560 2007-03-10  Bruno Haible  <bruno@clisp.org>
35561
35562         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
35563         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
35564         first and the last.
35565
35566 2007-03-10  Bruno Haible  <bruno@clisp.org>
35567
35568         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
35569
35570 2007-03-10  Bruno Haible  <bruno@clisp.org>
35571
35572         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
35573         "make distcheck".
35574         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
35575         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
35576         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
35577
35578 2007-03-10  Bruno Haible  <bruno@clisp.org>
35579
35580         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
35581         variable.
35582         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
35583         variable.
35584
35585 2007-03-09  Eric Blake  <ebb9@byu.net>
35586         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
35587
35588         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
35589         types are not being provided by gnulib.
35590         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
35591         types are supported.
35592
35593 2007-03-10  Bruno Haible  <bruno@clisp.org>
35594
35595         * lib/stdio_.h (__attribute__): New macro.
35596         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
35597         vsprintf): Specify __attribute__ __format__ for GCC.
35598         Suggested by Eric Blake.
35599
35600 2007-03-09  Bruno Haible  <bruno@clisp.org>
35601
35602         * modules/printf-posix-tests: New file.
35603         * tests/test-printf-posix.sh: New file.
35604         * tests/test-printf-posix.c: New file.
35605
35606         * modules/printf-posix: New file.
35607         * lib/printf.c: New file.
35608         * m4/printf-posix-rpl.m4: New file.
35609         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
35610         REPLACE_PRINTF.
35611         * lib/stdio_.h (printf): New declaration.
35612         (format, __format__, ____printf____, ____scanf____, ____strftime____,
35613         ____strfmon____): New macros.
35614         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
35615         REPLACE_PRINTF.
35616
35617 2007-03-09  Bruno Haible  <bruno@clisp.org>
35618
35619         * tests/test-vasnprintf-posix2.sh: New file.
35620         * tests/test-vasnprintf-posix2.c: New file.
35621         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
35622         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
35623         (Makefile.am): Activate test-vasnprintf-posix2.sh.
35624
35625         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
35626         a locale dependent decimal point, rather than always '.'.
35627
35628 2007-03-09  Eric Blake  <ebb9@byu.net>
35629
35630         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
35631         spite of platforms like Tandem/NSK that define it to -1.
35632
35633 2007-03-08  Bruno Haible  <bruno@clisp.org>
35634
35635         * modules/vprintf-posix-tests: New file.
35636         * tests/test-vprintf-posix.sh: New file.
35637         * tests/test-vprintf-posix.c: New file.
35638         * tests/test-printf-posix.h: New file.
35639
35640         * modules/vprintf-posix: New file.
35641         * lib/vprintf.c: New file.
35642         * m4/vprintf-posix.m4: New file.
35643         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
35644         REPLACE_VPRINTF.
35645         * lib/stdio_.h (vprintf): New declaration.
35646         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
35647         REPLACE_VPRINTF.
35648
35649 2007-03-08  Bruno Haible  <bruno@clisp.org>
35650
35651         * modules/fprintf-posix-tests: New file.
35652         * tests/test-fprintf-posix.sh: New file.
35653         * tests/test-fprintf-posix.c: New file.
35654
35655         * modules/fprintf-posix: New file.
35656         * lib/fprintf.c: New file.
35657         * m4/fprintf-posix.m4: New file.
35658         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
35659         REPLACE_FPRINTF.
35660         * lib/stdio_.h (fprintf): New declaration.
35661         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
35662         REPLACE_FPRINTF.
35663
35664 2007-03-08  Bruno Haible  <bruno@clisp.org>
35665
35666         * modules/vfprintf-posix-tests: New file.
35667         * tests/test-vfprintf-posix.sh: New file.
35668         * tests/test-vfprintf-posix.c: New file.
35669         * tests/test-fprintf-posix.h: New file.
35670         * tests/test-fprintf-posix.out: New file.
35671
35672         * modules/vfprintf-posix: New file.
35673         * lib/vfprintf.c: New file.
35674         * m4/vfprintf-posix.m4: New file.
35675         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
35676         REPLACE_VFPRINTF.
35677         * lib/stdio_.h (vfprintf): New declaration.
35678         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
35679         REPLACE_VFPRINTF.
35680
35681 2007-03-08  Bruno Haible  <bruno@clisp.org>
35682
35683         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
35684
35685 2007-03-08  Bruno Haible  <bruno@clisp.org>
35686
35687         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
35688         instead of 'expr' invocations.
35689         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35690         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35691         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35692         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35693         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35694         Suggested by Paul Eggert.
35695
35696 2007-03-08  Bruno Haible  <bruno@clisp.org>
35697
35698         * modules/fseterr-tests: New file.
35699         * tests/test-fseterr.c: New file.
35700
35701         * modules/fseterr: New file.
35702         * lib/fseterr.h: New file.
35703         * lib/fseterr.c: New file.
35704
35705 2007-03-08  Bruno Haible  <bruno@clisp.org>
35706
35707         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
35708         * lib/getopt_.h: Likewise.
35709         * lib/mbswidth.h: Likewise.
35710         * lib/setenv.h: Likewise.
35711         * lib/vasnprintf.h: Likewise.
35712         * lib/vasprintf.h: Likewise.
35713         * lib/verror.h: Likewise.
35714         * lib/xsetenv.h: Likewise.
35715         * lib/xvasprintf.h: Likewise.
35716
35717 2007-03-08  Jim Meyering  <jim@meyering.net>
35718
35719         * users.txt: Add parted.
35720
35721         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
35722
35723 2007-03-07  Bruno Haible  <bruno@clisp.org>
35724
35725         * m4/printf.m4: Make the shell script snippets copy&pastable.
35726
35727 2007-03-02  Bruno Haible  <bruno@clisp.org>
35728
35729         * lib/netinet_in_.h: New file.
35730         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
35731         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
35732         * modules/netinet_in (Files): Add lib/netinet_in_.h.
35733         (Depends-on): Add absolute-header.
35734         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
35735         into netinet/in.h.
35736
35737 2007-03-03  Bruno Haible  <bruno@clisp.org>
35738
35739         * lib/sys_select_.h: New file.
35740         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
35741         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
35742         * modules/sys_select (Files): Add lib/sys_select_.h.
35743         (Depends-on): Add absolute-header.
35744         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
35745         into sys/select.h.
35746
35747 2007-03-02  Bruno Haible  <bruno@clisp.org>
35748
35749         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
35750         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
35751         values.
35752         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
35753         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
35754         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
35755         * modules/sys_socket (Depends-on): Add absolute-header.
35756         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
35757         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
35758         (Include): Remove requirement of inclusion of <sys/types.h>.
35759
35760 2007-03-02  Bruno Haible  <bruno@clisp.org>
35761
35762         * lib/byteswap_.h (bswap_32): Fix formula.
35763
35764 2007-03-06  Bruno Haible  <bruno@clisp.org>
35765
35766         * modules/sprintf-posix-tests: New file.
35767         * tests/test-sprintf-posix.c: New file.
35768
35769         * modules/sprintf-posix: New file.
35770         * lib/sprintf.c: New file.
35771         * m4/sprintf-posix.m4: New file.
35772         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
35773         REPLACE_SPRINTF.
35774         * lib/stdio_.h (sprintf): New declaration.
35775         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
35776         REPLACE_SPRINTF.
35777
35778 2007-03-06  Bruno Haible  <bruno@clisp.org>
35779
35780         * modules/vsprintf-posix-tests: New file.
35781         * tests/test-vsprintf-posix.c: New file.
35782         * tests/test-sprintf-posix.h: New file.
35783
35784         * modules/vsprintf-posix: New file.
35785         * lib/vsprintf.c: New file.
35786         * m4/vsprintf-posix.m4: New file.
35787         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
35788         REPLACE_VSPRINTF.
35789         * lib/stdio_.h (vsprintf): New declaration.
35790         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
35791         REPLACE_VSPRINTF.
35792
35793 2007-03-06  Bruno Haible  <bruno@clisp.org>
35794
35795         * modules/vsnprintf (Depend-on): Remove minmax.
35796
35797 2007-03-06  Bruno Haible  <bruno@clisp.org>
35798
35799         * modules/snprintf-posix-tests: New file.
35800         * tests/test-snprintf-posix.c: New file.
35801
35802         * modules/snprintf-posix: New file.
35803         * m4/snprintf-posix.m4: New file.
35804         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
35805         gl_FUNC_SNPRINTF.
35806         (gl_FUNC_SNPRINTF): Invoke it.
35807         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
35808         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
35809         is set.
35810         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
35811
35812 2007-03-06  Bruno Haible  <bruno@clisp.org>
35813
35814         * modules/vsnprintf-posix-tests: New file.
35815         * tests/test-vsnprintf-posix.c: New file.
35816         * tests/test-snprintf-posix.h: New file.
35817
35818         * modules/vsnprintf-posix: New file.
35819         * m4/vsnprintf-posix.m4: New file.
35820         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
35821         gl_FUNC_VSNPRINTF.
35822         (gl_FUNC_VSNPRINTF): Invoke it.
35823         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
35824         * lib/stdio_.h (vsnprintf): Define as a replacement if
35825         REPLACE_VSNPRINTF is set.
35826         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
35827
35828 2007-03-06  Bruno Haible  <bruno@clisp.org>
35829
35830         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
35831         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
35832
35833 2007-03-06  Bruno Haible  <bruno@clisp.org>
35834
35835         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
35836         (asinl): Declare also if HAVE_DECL_ASINL is set.
35837         (atanl): Declare also if HAVE_DECL_ATANL is set.
35838         (ceill): Declare also if HAVE_DECL_CEILL is set.
35839         (cosl): Declare also if HAVE_DECL_COSL is set.
35840         (expl): Declare also if HAVE_DECL_EXPL is set.
35841         (floorl): Declare also if HAVE_DECL_FLOORL is set.
35842         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
35843         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
35844         (logl): Declare also if HAVE_DECL_LOGL is set.
35845         (sinl): Declare also if HAVE_DECL_SINL is set.
35846         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
35847         (tanl): Declare also if HAVE_DECL_TANL is set.
35848         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
35849         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
35850         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
35851         declaration of frexpl, ldexpl.
35852         * modules/printf-frexpl (Depends-on): Add math.
35853         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
35854
35855 2007-03-05  Bruno Haible  <bruno@clisp.org>
35856
35857         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
35858         frexpl and ldexpl are declared.
35859         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
35860
35861 2007-03-05  Bruno Haible  <bruno@clisp.org>
35862
35863         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
35864         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
35865
35866 2007-03-05  Bruno Haible  <bruno@clisp.org>
35867
35868         * lib/stdio_.h: Include <stddef.h>.
35869
35870 2007-03-05  Bruno Haible  <bruno@clisp.org>
35871
35872         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
35873
35874 2007-03-05  Bruno Haible  <bruno@clisp.org>
35875
35876         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
35877         NetBSD 4, from Ralf Wildenhues.
35878
35879 2007-03-04  Bruno Haible  <bruno@clisp.org>
35880
35881         * lib/vasprintf.h: Update #if logic for the case when the functions
35882         exist but are overridden.
35883
35884 2007-03-04  Bruno Haible  <bruno@clisp.org>
35885
35886         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
35887         implementations: glibc-2.4 and MacOS X 10.3.
35888         * tests/test-vasnprintf-posix.c (test_function): Test also the case
35889         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
35890         * tests/test-vasprintf-posix.c (test_function): Likewise.
35891
35892 2007-03-04  Bruno Haible  <bruno@clisp.org>
35893
35894         * modules/vasprintf-posix-tests: New file.
35895         * tests/test-vasprintf-posix.c: New file.
35896
35897         * modules/vasprintf-posix: New file.
35898         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
35899         defined.
35900         * m4/vasprintf-posix.m4: New file.
35901         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
35902         gl_FUNC_VASPRINTF.
35903         (gl_FUNC_VASPRINTF): Invoke it.
35904         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
35905         here.
35906         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
35907
35908 2007-03-04  Bruno Haible  <bruno@clisp.org>
35909
35910         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
35911         REPLACE_GETTIMEOFDAY.
35912         * modules/sys_time (Makefile.am): Likewise.
35913         * m4/sys_time_h.m4: Likewise.
35914         * m4/gettimeofday.m4: Likewise.
35915
35916 2007-03-04  Bruno Haible  <bruno@clisp.org>
35917
35918         * modules/vasnprintf-posix-tests: New file.
35919         * tests/test-vasnprintf-posix.c: New file.
35920
35921         * modules/vasnprintf-posix: New file.
35922         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
35923         printf-frexpl.h.
35924         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
35925         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
35926         REPLACE_VASNPRINTF is defined.
35927         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
35928         gl_FUNC_VASNPRINTF.
35929         (gl_FUNC_VASNPRINTF): Invoke it.
35930         * m4/vasnprintf-posix.m4: New file.
35931         * m4/printf.m4: New file.
35932
35933 2007-03-04  Bruno Haible  <bruno@clisp.org>
35934
35935         Compile progreloc.c only if --enable-relocatable is specified.
35936         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
35937         if --enable-relocatable was specified.
35938         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
35939         lib_SOURCES.
35940
35941 2007-03-04  Jim Meyering  <jim@meyering.net>
35942
35943         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
35944         Use it consistently, rather than enumerating errno constants.
35945
35946 2007-03-04  Bruno Haible  <bruno@clisp.org>
35947
35948         * modules/xvasprintf-tests: New file.
35949         * tests/test-xvasprintf.c: New file.
35950
35951         * modules/vasprintf-tests: New file.
35952         * tests/test-vasprintf.c: New file.
35953
35954         * modules/vasnprintf-tests: New file.
35955         * tests/test-vasnprintf.c: New file.
35956
35957         * modules/vsnprintf-tests: New file.
35958         * tests/test-vsnprintf.c: New file.
35959
35960         * modules/snprintf-tests: New file.
35961         * tests/test-snprintf.c: New file.
35962
35963 2007-03-04  Bruno Haible  <bruno@clisp.org>
35964
35965         Compile relocatable.c only if --enable-relocatable is specified.
35966         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
35967         gl_RELOCATABLE_LIBRARY.
35968         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
35969         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
35970         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
35971         gl_RELOCATABLE_LIBRARY.
35972         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
35973         (Makefile.am): Remove lib_SOURCES.
35974         * modules/relocatable-lib-lgpl (configure.ac): Invoke
35975         gl_RELOCATABLE_LIBRARY.
35976         (Makefile.am): Remove lib_SOURCES.
35977         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
35978         always.
35979         * modules/relocatable-prog-wrapper (configure.ac): Invoke
35980         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
35981
35982 2007-03-04  Bruno Haible  <bruno@clisp.org>
35983
35984         * modules/argmatch-tests: New file.
35985         * tests/test-argmatch.c: New file.
35986
35987         * tests/test-allocsa.c (main): Halve the number of loop runs.
35988
35989         * modules/alloca-opt-tests: New file.
35990         * tests/test-alloca-opt.c: New file.
35991
35992 2007-03-04  Jim Meyering  <jim@meyering.net>
35993
35994         Work around difference between Linux ACLs and Solaris 10 ZFS.
35995         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
35996         for EINVAL.
35997
35998 2007-03-03  Bruno Haible  <bruno@clisp.org>
35999
36000         * modules/relocatable-prog (Depends-on): Add back progreloc's
36001         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
36002
36003 2007-03-03  Bruno Haible  <bruno@clisp.org>
36004
36005         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
36006         * modules/relocatable-lib: New file.
36007
36008 2007-03-03  Bruno Haible  <bruno@clisp.org>
36009
36010         * modules/relocatable-prog: Renamed from modules/relocatable.
36011         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
36012
36013 2007-03-03  Bruno Haible  <bruno@clisp.org>
36014
36015         * modules/relocatable-script (Files): Add doc/relocatable.texi,
36016         m4/relocatable-lib.m4.
36017         (Depends-on): Remove 'relocatable'.
36018         (configure.ac): Add gl_RELOCATABLE_NOP.
36019
36020 2007-03-03  Bruno Haible  <bruno@clisp.org>
36021
36022         * modules/relocatable-prog-wrapper: New file.
36023         * modules/relocatable (Depends-on): Add it. Remove all other
36024         dependencies except progname.
36025         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
36026
36027         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
36028         (gl_FUNC_STRERROR): Nop.
36029         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
36030
36031         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
36032         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
36033
36034         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
36035         (gl_FUNC_READLINK): Update.
36036
36037         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
36038
36039 2007-03-03  Bruno Haible  <bruno@clisp.org>
36040
36041         * lib/xreadlink.c: Include <unistd.h> unconditionally.
36042         * modules/xreadlink (Depends-on): Add unistd.
36043         * modules/xreadlink-with-size (Depends-on): Likewise.
36044
36045 2007-03-03  Bruno Haible  <bruno@clisp.org>
36046
36047         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
36048         extracted from gt_FUNC_SETENV.
36049         (gt_FUNC_SETENV): Remove macro.
36050         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
36051         remove gt_FUNC_SETENV.
36052
36053 2007-03-03  Bruno Haible  <bruno@clisp.org>
36054
36055         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
36056         ENABLE_RELOCATABLE here.
36057         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
36058
36059 2007-03-03  Bruno Haible  <bruno@clisp.org>
36060
36061         * modules/rbtreehash-list-tests (Depends-on): Add progname.
36062         * tests/test-rbtreehash_list.c: Include progname.h.
36063         (main): Call set_program_name.
36064
36065         * modules/rbtree-oset-tests (Depends-on): Add progname.
36066         * tests/test-rbtree_oset.c: Include progname.h.
36067         (main): Call set_program_name.
36068
36069         * modules/rbtree-list-tests (Depends-on): Add progname.
36070         * tests/test-rbtree_list.c: Include progname.h.
36071         (main): Call set_program_name.
36072
36073         * modules/linked-list-tests (Depends-on): Add progname.
36074         * tests/test-linked_list.c: Include progname.h.
36075         (main): Call set_program_name.
36076
36077 2007-03-03  Bruno Haible  <bruno@clisp.org>
36078
36079         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
36080         All uses of __restrict changed to _Restrict_.
36081         * lib/glob_.h (__restrict): Remove macro.
36082
36083 2007-03-02  Bruno Haible  <bruno@clisp.org>
36084
36085         * modules/gettext (configure.ac): Require gettext infrastructure
36086         from version 0.16.1.
36087
36088 2007-03-02  Bruno Haible  <bruno@clisp.org>
36089
36090         * modules/linkedhash-list-tests (Depends-on): Add progname.
36091         * tests/test-linkedhash_list.c: Include progname.h.
36092         (main): Call set_program_name.
36093
36094         * modules/carray-list-tests (Depends-on): Add progname.
36095         * tests/test-carray_list.c: Include progname.h.
36096         (main): Call set_program_name.
36097
36098         * modules/avltreehash-list-tests (Depends-on): Add progname.
36099         * tests/test-avltreehash_list.c: Include progname.h.
36100         (main): Call set_program_name.
36101
36102         * modules/avltree-oset-tests (Depends-on): Add progname.
36103         * tests/test-avltree_oset.c: Include progname.h.
36104         (main): Call set_program_name.
36105
36106         * modules/avltree-list-tests (Depends-on): Add progname.
36107         * tests/test-avltree_list.c: Include progname.h.
36108         (main): Call set_program_name.
36109
36110         * modules/array-oset-tests (Depends-on): Add progname.
36111         * tests/test-array_oset.c: Include progname.h.
36112         (main): Call set_program_name.
36113
36114         * modules/array-list-tests (Depends-on): Add progname.
36115         * tests/test-array_list.c: Include progname.h.
36116         (main): Call set_program_name.
36117
36118         * modules/argp-tests (Depends-on): Add progname.
36119         * tests/test-argp.c: Include argp.h first. Include progname.h.
36120         (main): Call set_program_name.
36121
36122 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
36123
36124         * doc/gnulib-tool.texi (Initial import): Reword description of
36125         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
36126         limited effect even if defined after the first system include.
36127
36128 2007-03-01  Bruno Haible  <bruno@clisp.org>
36129
36130         * build-aux/config.libpath: Update to libtool-1.5.22.
36131         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
36132
36133 2007-03-01  Bruno Haible  <bruno@clisp.org>
36134
36135         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
36136         foo_CFLAGS.
36137         Reported by Ralf Wildenhues.
36138
36139 2007-03-01  Bruno Haible  <bruno@clisp.org>
36140
36141         * build-aux/install-reloc: Remove object files left over by some
36142         compilers.
36143         Reported by Ralf Wildenhues.
36144
36145 2007-03-01  Bruno Haible  <bruno@clisp.org>
36146
36147         * build-aux/install-reloc: Break long lines.
36148
36149 2007-03-01  Bruno Haible  <bruno@clisp.org>
36150
36151         * doc/relocatable.texi: Document that it may not work on OpenBSD.
36152         Reported by Ralf Wildenhues.
36153
36154 2007-03-01  Bruno Haible  <bruno@clisp.org>
36155
36156         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
36157         include ordering constraints.
36158
36159 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36160
36161         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
36162         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
36163         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
36164         as another example.
36165         * lib/time_.h: Fix misspelling.
36166         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
36167         Require gl_HEADER_TIME_H_DEFAULTS.
36168         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
36169         * m4/time_r.m4 (gl_TIME_R): Likewise.
36170         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
36171
36172 2007-03-01  Bruno Haible  <bruno@clisp.org>
36173
36174         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
36175         * m4/utimens.m4 (gl_UTIMENS): Likewise.
36176
36177 2007-03-01  Jim Meyering  <jim@meyering.net>
36178
36179         * modules/xreadlink (Maintainer): Add my name.
36180         * modules/xreadlink-with-size (Depends-on): Alphabetize.
36181
36182 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
36183             Bruno Haible  <bruno@clisp.org>
36184
36185         * build-aux/install-reloc: Compile also c-ctype.c.
36186         * build-aux/relocatable.sh.in: New file.
36187         * doc/relocatable.texi: New file.
36188         * doc/relocatable-maint.texi: New file.
36189         * doc/gnulib.texi: Include relocatable-maint.texi.
36190         * lib/progreloc.c: Include unistd.h unconditionally.
36191         * lib/relocwrapper.c: Include unistd.h unconditionally.
36192         Include c-ctype.h.
36193         (add_dotbin): Use c_tolower.
36194         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
36195         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
36196         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
36197         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
36198         to m4/relocatable-lib.m4.
36199         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
36200         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
36201         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
36202         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
36203         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
36204         * modules/relocatable: New file.
36205         * modules/relocatable-lib: New file.
36206         * modules/relocatable-script: New file.
36207
36208 2007-02-28  Bruno Haible  <bruno@clisp.org>
36209
36210         Import --enable-relocatable infrastructure.
36211         * build-aux/config.libpath: New file, from GNU gettext.
36212         * build-aux/install-reloc: New file, from GNU gettext.
36213         * build-aux/reloc-ldflags: New file, from GNU gettext.
36214         * lib/relocatable.h: New file, from GNU gettext.
36215         * lib/relocatable.c: New file, from GNU gettext.
36216         * lib/relocwrapper.c: New file, from GNU gettext.
36217         * m4/relocatable.m4: New file, from GNU gettext.
36218
36219 2007-02-28  Bruno Haible  <bruno@clisp.org>
36220
36221         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
36222
36223         * modules/xreadlink: New file, from GNU gettext with modifications.
36224         * lib/xreadlink.c: New file, from GNU gettext.
36225         * lib/xreadlink.h: Add comments.
36226         (xreadlink): New declaration.
36227
36228         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
36229         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
36230         lib/xreadlink-with-size.c.
36231         (configure.ac): Remove gl_XREADLINK invocation.
36232         (Makefile.am): Augment lib_SOURCES.
36233         * m4/xreadlink.m4: Remove file.
36234         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
36235         (xreadlink_with_size): Renamed from xreadink.
36236         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
36237         * modules/canonicalize (Depends-on): Replace xreadlink with
36238         xreadlink-with-size.
36239         * lib/canonicalize.c (canonicalize_filename_mode): Update.
36240
36241 2007-02-25  Jim Meyering  <jim@meyering.net>
36242
36243         * build-aux/announce-gen: When complaining about excess arguments,
36244         list them.
36245
36246 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36247
36248         * README: Document signed integer overflow situation more
36249         accurately.
36250
36251 2007-02-25  Bruno Haible  <bruno@clisp.org>
36252
36253         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
36254         'a' or 'A' conversion.
36255
36256 2007-02-25  Bruno Haible  <bruno@clisp.org>
36257
36258         * modules/filename: Renamed from modules/pathname.
36259         (Files): Replace lib/pathname.h with lib/filename.h. Replace
36260         lib/concatpath.c with lib/concat-filename.c.
36261         (Makefile.am): Update.
36262         (Include): Replace pathname.h with filename.h.
36263         * lib/filename.h: Renamed from lib/pathname.h.
36264         (concatenated_filename): Renamed from concatenated_pathname.
36265         * lib/concat-filename.c: Renamed from lib/concatpath.c.
36266         (concatenated_filename): Renamed from concatenated_pathname.
36267         * lib/findprog.c: Include filename.h instead of pathname.h.
36268         (find_in_path): Update.
36269         * lib/javacomp.c: Include filename.h instead of pathname.h.
36270         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
36271         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
36272         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
36273         is_oldgcj_14_13_usable, is_javac_usable): Update.
36274         * lib/javaexec.c: Include filename.h instead of pathname.h.
36275         (execute_java_class): Update.
36276         * modules/findprog: Update.
36277         * modules/javacomp: Update.
36278         * modules/javaexec: Update.
36279         * MODULES.html.sh (File system functions): Add 'filename', remove
36280         'pathname'.
36281
36282 2007-02-25  Bruno Haible  <bruno@clisp.org>
36283
36284         * modules/printf-frexpl-tests: New file.
36285         * tests/test-printf-frexpl.c: New file.
36286
36287         * modules/printf-frexpl: New file.
36288         * lib/printf-frexpl.h: New file.
36289         * lib/printf-frexpl.c: New file.
36290         * m4/printf-frexpl.m4: New file.
36291
36292 2007-02-25  Bruno Haible  <bruno@clisp.org>
36293
36294         * modules/printf-frexp-tests: New file.
36295         * tests/test-printf-frexp.c: New file.
36296
36297         * modules/printf-frexp: New file.
36298         * lib/printf-frexp.h: New file.
36299         * lib/printf-frexp.c: New file.
36300         * m4/printf-frexp.m4: New file.
36301
36302 2007-02-25  Bruno Haible  <bruno@clisp.org>
36303
36304         Assume automake >= 1.10 for the tests.
36305         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
36306         * modules/arctwo-tests: Likewise.
36307         * modules/argp-tests: Likewise.
36308         * modules/avltree-list-tests: Likewise.
36309         * modules/avltree-oset-tests: Likewise.
36310         * modules/avltreehash-list-tests: Likewise.
36311         * modules/carray-list-tests: Likewise.
36312         * modules/crc-tests: Likewise.
36313         * modules/des-tests: Likewise.
36314         * modules/gc-arcfour-tests: Likewise.
36315         * modules/gc-arctwo-tests: Likewise.
36316         * modules/gc-des-tests: Likewise.
36317         * modules/gc-hmac-md5-tests: Likewise.
36318         * modules/gc-hmac-sha1-tests: Likewise.
36319         * modules/gc-md2-tests: Likewise.
36320         * modules/gc-md4-tests: Likewise.
36321         * modules/gc-md5-tests: Likewise.
36322         * modules/gc-pbkdf2-sha1-tests: Likewise.
36323         * modules/gc-rijndael-tests: Likewise.
36324         * modules/gc-sha1-tests: Likewise.
36325         * modules/gc-tests: Likewise.
36326         * modules/getaddrinfo-tests: Likewise.
36327         * modules/hmac-md5-tests: Likewise.
36328         * modules/hmac-sha1-tests: Likewise.
36329         * modules/linked-list-tests: Likewise.
36330         * modules/linkedhash-list-tests: Likewise.
36331         * modules/lock-tests: Likewise.
36332         * modules/md2-tests: Likewise.
36333         * modules/md4-tests: Likewise.
36334         * modules/md5-tests: Likewise.
36335         * modules/rbtree-list-tests: Likewise.
36336         * modules/rbtree-oset-tests: Likewise.
36337         * modules/rbtreehash-list-tests: Likewise.
36338         * modules/read-file-tests: Likewise.
36339         * modules/rijndael-tests: Likewise.
36340         * modules/stdint-tests: Likewise.
36341         * modules/tls-tests: Likewise.
36342
36343 2007-02-24  Bruno Haible  <bruno@clisp.org>
36344
36345         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
36346         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
36347         function; instead check whether isnan with a double argument links.
36348         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
36349         function; instead check whether isnan with a 'long double' argument
36350         links.
36351         Reported by Eric Blake <ebb9@byu.net>.
36352
36353 2007-02-24  Bruno Haible  <bruno@clisp.org>
36354
36355         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
36356         defined.
36357         * lib/isnanl.c: Remove all code. Just include isnan.c.
36358         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
36359
36360 2007-02-25  Jim Meyering  <jim@meyering.net>
36361
36362         Avoid conflicting types for 'unsetenv' on FreeBSD.
36363         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
36364         conflicting with FreeBSD's (5.0 and 6.1) function declaration
36365         in stdlib.h.
36366
36367 2007-02-24  Bruno Haible  <bruno@clisp.org>
36368
36369         * modules/isnanl-nolibm-tests: New file.
36370         * tests/test-isnanl.c: New file.
36371
36372         * modules/isnanl-nolibm: New file.
36373         * lib/isnanl.h: New file.
36374         * lib/isnanl.c: New file.
36375         * m4/isnanl.m4: New file.
36376
36377 2007-02-24  Bruno Haible  <bruno@clisp.org>
36378
36379         * modules/isnan-nolibm-tests: New file.
36380         * tests/test-isnan.c: New file.
36381
36382         * modules/isnan-nolibm: New file.
36383         * lib/isnan.h: New file.
36384         * lib/isnan.c: New file.
36385         * m4/isnan.m4: New file.
36386
36387 2007-02-24  Bruno Haible  <bruno@clisp.org>
36388
36389         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
36390         assume that an exponent fits in 20 bits.
36391
36392 2007-02-24  Jim Meyering  <jim@meyering.net>
36393
36394         * m4/regex.m4: Update the description of the configure-time option,
36395         --without-included-regex, to state accurately what the defaults are,
36396         and perhaps to give people an idea why using this option is risky.
36397
36398 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
36399
36400         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
36401         loops on small arguments.  This attempts to avoid the problem
36402         Bruno Haible reported for AIX 4.3.2 in
36403         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
36404
36405 2007-02-23  Bruno Haible  <bruno@clisp.org>
36406
36407         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
36408         Needed for help2man.
36409
36410 2007-02-23  Karl Berry  <karl@gnu.org>
36411
36412         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
36413         exists, foo.h should be cvs-ignored, not committed.
36414
36415 2007-02-23  Eric Blake  <ebb9@byu.net>
36416
36417         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
36418         * lib/stat-time.h (includes): Likewise.
36419         * lib/utimecmp.c (includes): Likewise.
36420         * lib/utimens.h (includes): Likewise.
36421         * lib/getdate.y (includes): Also include "timespec.h" for use
36422         internal to the module.
36423         * modules/utimens (Depends-on): Revert yesterday's patch.
36424         * modules/nanosleep (Depends-on): Add missing dependency.
36425
36426 2007-02-22  Bruno Haible  <bruno@clisp.org>
36427
36428         * lib/glob.c: Don't include getlogin_r.h.
36429
36430 2007-02-22  Jim Meyering  <jim@meyering.net>
36431
36432         * modules/utimens (Depends-on): Add timespec, required for
36433         utimens.h's inclusion of timespec.h.
36434
36435 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
36436
36437         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
36438         long unreadable paths in GNU/Linux.  Problem reported by Andreas
36439         Schwab in
36440         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
36441         I'll try to think of a better way to fix the Solaris problem.
36442
36443         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
36444         like glibc; on Solaris 10, it fails with errno == EINVAL.
36445         POSIX says the behavior is unspecified if the first argument is NULL,
36446         so play it safe and never pass NULL to the system getcwd.
36447
36448 2007-02-21  Jim Meyering  <jim@meyering.net>
36449
36450         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
36451         of gettimeofday.  It would conflict with the one now always
36452         provided via sys_time_.h.  Reported by Matthew Woehlke, as
36453         an IRIX 6.5 build failure.
36454
36455 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
36456
36457         Minor fixups to port to Solaris 10 with Sun C 5.8.
36458         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
36459         * modules/getcwd (Depends-on): Add dirfd.
36460         * lib/putenv.c (putenv): #undef it.
36461         (rpl_putenv): New decl.
36462         (malloc, free): Include <stdlib.h> rather than prototyping separately.
36463
36464 2007-02-20  Bruno Haible  <bruno@clisp.org>
36465
36466         * modules/stdio-tests: New file.
36467         * tests/test-stdio.c: New file.
36468
36469         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
36470         (Depends-on): Add stdio.
36471         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
36472         (Include): Use <stdio.h> instead of vsnprintf.h.
36473         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
36474         HAVE_DECL_VSNPRINTF.
36475         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
36476
36477         * modules/snprintf (Files): Remove lib/snprintf.h.
36478         (Depends-on): Add stdio.
36479         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
36480         (Include): Use <stdio.h> instead of snprintf.h.
36481         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
36482         HAVE_DECL_SNPRINTF.
36483         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
36484         * lib/getaddrinfo.c: Likewise.
36485
36486         * modules/stdio: New file.
36487         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
36488         * lib/snprintf.h: Remove file.
36489         * lib/vsnprintf.h: Remove file.
36490         * lib/.cppi-disable: Remove snprintf.h.
36491         * m4/stdio_h.m4: New file.
36492         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
36493
36494 2007-02-20  Jim Meyering  <jim@meyering.net>
36495
36496         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
36497         used by e.g., mingw.  From Bruno Haible.
36498
36499 2007-02-19  Bruno Haible  <bruno@clisp.org>
36500
36501         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
36502         warnings.
36503         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36504
36505 2007-02-19  Bruno Haible  <bruno@clisp.org>
36506
36507         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
36508         from mingw users.
36509
36510 2007-02-19  Bruno Haible  <bruno@clisp.org>
36511
36512         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
36513         warnings.
36514         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
36515
36516 2007-02-19  Jim Meyering  <jim@meyering.net>
36517
36518         Don't use FD after a successful "fdopendir (fd)".
36519         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
36520         Reset it by calling dirfd on the just-obtained DIR*.
36521
36522         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
36523         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
36524
36525 2007-02-18  Bruno Haible  <bruno@clisp.org>
36526
36527         * lib/readlink.c: Include <unistd.h>.
36528         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
36529         HAVE_READLINK.
36530         * modules/readlink (Depends-on): Add unistd.
36531         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36532         (Include): Add <unistd.h>.
36533
36534         * lib/getlogin_r.h: Remove file.
36535         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
36536         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
36537         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
36538         HAVE_DECL_GETLOGIN_R.
36539         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
36540         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36541         (Include): Use <unistd.h> instead of getlogin_r.h.
36542
36543         * lib/getcwd.h: Remove file.
36544         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
36545         * lib/xgetcwd.c: Likewise.
36546         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
36547         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
36548         * modules/getcwd (Files): Remove lib/getcwd.h.
36549         (Depends-on): Add unistd.
36550         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36551         (Include): Use <unistd.h> instad of getcwd.h.
36552
36553         * lib/ftruncate.c: Include <unistd.h> first.
36554         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
36555         Set HAVE_FTRUNCATE.
36556         * modules/ftruncate (Depends-on): Add unistd.
36557         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36558
36559         * lib/fchdir.c: Include <unistd.h> first.
36560         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
36561         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
36562         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
36563         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36564         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
36565
36566         * lib/dup2.c: Include <unistd.h> first.
36567         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
36568         HAVE_DUP2.
36569         * modules/dup2 (Depends-on): Add unistd.
36570         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36571
36572         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
36573         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
36574         REPLACE_CHOWN. Don't define chown as a macro here.
36575         * modules/chown (Depends-on): Add unistd.
36576         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36577
36578         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
36579         Add definition for GL_LINK_WARNING.
36580         (chown, dup2): New declarations.
36581         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
36582         link warning.
36583         (ftruncate): New declaration.
36584         (getcwd): New declaration, taken from old getcwd.h.
36585         (getlogin_r): New declaration, taken from old getlogin_r.h.
36586         (readlink): New declaration.
36587         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
36588         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
36589         (gl_PREREQ_UNISTD): Remove macro.
36590         (gl_UNISTD_MODULE_INDICATOR): New macro.
36591         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
36592         many new variables. Don't set UNISTD_H.
36593         * modules/unistd (Description): Change.
36594         (Depends-on): Add link-warning.
36595         (configure.ac): Update.
36596         (Makefile.am): Create unistd.h always. Substitute many new variables
36597         into it.
36598
36599 2007-02-18  Bruno Haible  <bruno@clisp.org>
36600
36601         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
36602         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
36603         HAVE_GETSUBOPT.
36604         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
36605         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
36606         * lib/getsubopt.h: Remove file.
36607         * modules/getsubopt (Files): Remove lib/getsubopt.h.
36608         (Depends-on): Add stdlib.
36609         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36610         (Includes): Use <stdlib.h> instead of getsubopt.h.
36611         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
36612         Set HAVE_GETSUBOPT.
36613         * lib/getsubopt.c: Don't include getsubopt.h.
36614
36615 2007-02-18  Bruno Haible  <bruno@clisp.org>
36616
36617         * modules/fchdir (Depends-on): Add dup2.
36618
36619 2007-02-18  Bruno Haible  <bruno@clisp.org>
36620
36621         * lib/stdlib_.h: Handle glibc's special invocation convention
36622         specially.
36623
36624 2007-02-18  Bruno Haible  <bruno@clisp.org>
36625
36626         * modules/stdlib-tests: New file.
36627         * tests/test-stdlib.c: New file.
36628
36629         * modules/mkstemp (Files): Remove lib/mkstemp.h.
36630         (Depends-on): Add stdlib.
36631         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36632         (Includes): Use <stdlib.h> instead of mkstemp.h.
36633         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36634         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
36635         * lib/mkstemp.c: Don't include mkstemp.h.
36636         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
36637         * lib/stdlib--.h: Don't include mkstemp.h.
36638
36639         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
36640         (Depends-on): Add stdlib.
36641         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36642         (Includes): Use <stdlib.h> instead of mkdtemp.h.
36643         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36644         HAVE_MKDTEMP.
36645         * lib/mkdtemp.c: Don't include mkdtemp.h.
36646         * lib/clean-temp.c: Don't include mkdtemp.h.
36647
36648         * modules/exit (Files): Remove lib/exit.h.
36649         (Depends-on): Add stdlib.
36650         (Makefile.am): Remove lib_SOURCES.
36651         (Include): Use <stdlib.h> instead of exit.h.
36652         * lib/argmatch.c: Don't include exit.h.
36653         * lib/execute.c: Likewise.
36654         * lib/pagealign_alloc.c: Likewise.
36655         * lib/pipe.c: Likewise.
36656         * lib/wait-process.c: Likewise.
36657         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
36658         * lib/exitfail.c: Likewise.
36659         * lib/savewd.c: Likewise.
36660         * lib/xsetenv.c: Likewise.
36661
36662         * modules/stdlib: New file.
36663         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
36664         and extra comments about mkstemp().
36665         * lib/exit.h: Remove file.
36666         * lib/mkdtemp.h: Remove file.
36667         * lib/mkstemp.h: Remove file.
36668         * m4/stdlib_h.m4: New file.
36669         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
36670
36671 2007-02-18  Bruno Haible  <bruno@clisp.org>
36672
36673         * modules/math-tests: New file.
36674         * tests/test-math.c: New file.
36675
36676         * modules/math: New file.
36677         * modules/mathl (Files): Remove lib/mathl.h.
36678         (Depends-on): Add math.
36679         (Makefile.am): Don't mention mathl.h.
36680         (Include): Use <math.h> instead of mathl.h.
36681         * lib/math_.h: New file.
36682         * lib/mathl.h: Remove file.
36683         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
36684         mathl.h.
36685         * lib/asinl.c: Likewise.
36686         * lib/atanl.c: Likewise.
36687         * lib/ceill.c: Likewise.
36688         * lib/cosl.c: Likewise.
36689         * lib/expl.c: Likewise.
36690         * lib/floorl.c: Likewise.
36691         * lib/frexpl.c: Likewise.
36692         * lib/ldexpl.c: Likewise.
36693         * lib/logl.c: Likewise.
36694         * lib/sincosl.c: Likewise.
36695         * lib/sinl.c: Likewise.
36696         * lib/sqrtl.c: Likewise.
36697         * lib/tanl.c: Likewise.
36698         * lib/trigl.c: Likewise.
36699         * m4/math_h.m4: New file.
36700         * MODULES.html.sh (Mathematics): Add math.
36701
36702 2007-02-17  Bruno Haible  <bruno@clisp.org>
36703
36704         * modules/wctype-tests: New file.
36705         * tests/test-wctype.c: New file.
36706
36707         * modules/wchar-tests: New file.
36708         * tests/test-wchar.c: New file.
36709
36710         * modules/unistd-tests: New file.
36711         * tests/test-unistd.c: New file.
36712
36713         * modules/time-tests: New file.
36714         * tests/test-time.c: New file.
36715
36716         * modules/sysexits-tests: New file.
36717         * tests/test-sysexits.c: New file.
36718
36719         * modules/sys_time-tests: New file.
36720         * tests/test-sys_time.c: New file.
36721
36722         * modules/sys_stat-tests: New file.
36723         * tests/test-sys_stat.c: New file.
36724
36725         * modules/sys_socket-tests: New file.
36726         * tests/test-sys_socket.c: New file.
36727
36728         * modules/sys_select-tests: New file.
36729         * tests/test-sys_select.c: New file.
36730
36731         * modules/string-tests: New file.
36732         * tests/test-string.c: New file.
36733
36734         * modules/stdbool-tests: New file.
36735         * tests/test-stdbool.c: New file.
36736
36737         * modules/netinet_in-tests: New file.
36738         * tests/test-netinet_in.c: New file.
36739
36740         * modules/inttypes-tests: New file.
36741         * tests/test-inttypes.c: New file.
36742
36743         * modules/fcntl-tests: New file.
36744         * tests/test-fcntl.c: New file.
36745
36746         * modules/byteswap-tests: New file.
36747         * tests/test-byteswap.c: New file.
36748
36749         * modules/arpa_inet-tests: New file.
36750         * tests/test-arpa_inet.c: New file.
36751
36752 2007-02-17  Bruno Haible  <bruno@clisp.org>
36753
36754         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
36755         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
36756         if the corresponding module is not enabled. Emit link warnings if
36757         the function is used nevertheless.
36758         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
36759         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
36760         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
36761         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
36762         * modules/inttypes (Depends-on): Add link-warning.
36763         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36764         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
36765         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
36766         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
36767         * modules/imaxdiv (configure.ac): Likewise.
36768         * modules/strtoimax (configure.ac): Likewise.
36769         * modules/strtoumax (configure.ac): Likewise.
36770
36771 2007-02-17  Bruno Haible  <bruno@clisp.org>
36772
36773         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
36774         gl_STRING_MODULE_INDICATOR_DEFAULTS.
36775         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
36776         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
36777
36778 2007-02-17  Bruno Haible  <bruno@clisp.org>
36779
36780         * modules/link-warning: New file.
36781         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
36782         * lib/string_.h (GL_LINK_WARNING): Remove definition.
36783         * modules/string (Depends-on): Add link-warning.
36784         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36785         string.h.
36786         * MODULES.html.sh (Support for building libraries and executables): Add
36787         link-warning.
36788
36789 2007-02-17  Bruno Haible  <bruno@clisp.org>
36790
36791         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
36792         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
36793         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
36794         long lines.
36795
36796 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
36797             Bruno Haible  <bruno@clisp.org>
36798
36799         * modules/tmpfile: New file.
36800         * lib/tmpfile.c: New file.
36801         * m4/tmpfile.m4: New file.
36802         * MODULES.html.sh (func_all_modules): New section "Input/output".
36803
36804 2007-02-15  Bruno Haible  <bruno@clisp.org>
36805
36806         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
36807         (supports_delete_on_close): New function.
36808         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
36809
36810 2007-02-14  Bruno Haible  <bruno@clisp.org>
36811
36812         * modules/mbspcasecmp-tests: New file.
36813         * tests/test-mbspcasecmp.sh: New file.
36814         * tests/test-mbspcasecmp.c: New file.
36815
36816         New module mbspcasecmp.
36817         * modules/mbspcasecmp: New file.
36818         * lib/mbspcasecmp.c: New file.
36819         * lib/string_.h (strncasecmp): Change warning message.
36820         (mbspcasecmp): New declaration.
36821         * m4/mbspcasecmp.m4: New file.
36822         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36823         GNULIB_MBSPCASECMP.
36824         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
36825         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
36826
36827 2007-02-14  Bruno Haible  <bruno@clisp.org>
36828
36829         * modules/mbsncasecmp-tests: New file.
36830         * tests/test-mbsncasecmp.sh: New file.
36831         * tests/test-mbsncasecmp.c: New file.
36832
36833         New module mbsncasecmp.
36834         * modules/mbsncasecmp: New file.
36835         * lib/mbsncasecmp.c: New file.
36836         * lib/string_.h (mbsncasecmp): New declaration.
36837         * m4/mbsncasecmp.m4: New file.
36838         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36839         GNULIB_MBSNCASECMP.
36840         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
36841         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
36842
36843 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36844
36845         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
36846         Verify that it doesn't overlap with our flags.
36847         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
36848         do not have the desired effect in multibyte locales; instead, use
36849         mbscasecmp.
36850         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
36851         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
36852         we don't require GNU fnmatch ourselves (if our users require it, they
36853         should do so explicitly).
36854
36855         Fix regex code so it doesn't rely on strcasecmp.
36856         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
36857         Otherwise, include gnulib's langinfo.h.
36858         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
36859         undesirable behavior in non-C locales.  Instead, rely on localecharset.
36860         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
36861         * modules/regex (FILES): Remove m4/codeset.m4.
36862         (Depends-on): Add localcharset.  Remove strcase.
36863
36864 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36865
36866         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
36867         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
36868
36869 2007-02-13  Bruno Haible  <bruno@clisp.org>
36870
36871         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
36872         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36873
36874 2007-02-12  Bruno Haible  <bruno@clisp.org>
36875
36876         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36877         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
36878         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
36879         time warning rather than a link error.
36880
36881 2007-02-12  Bruno Haible  <bruno@clisp.org>
36882
36883         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
36884         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
36885         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36886
36887 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36888
36889         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
36890         args, not 2.
36891
36892 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36893
36894         New module 'time', so that apps can include <time.h> as per
36895         POSIX and GNU instead of separate include files like time_r.h
36896         and timegm.h.  This implementation tries out a simpler approach
36897         for replacing decls in standard include files (as compared to
36898         the string module), somewhat as an experiment.
36899
36900         * config/srclist.txt: Comment out mktime.c for now.
36901         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
36902         since it doesn't apply any more.  Use generic wording instead.
36903         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
36904         'time'.
36905         * lib/time_.h, m4/time_h.m4, modules/time: New files.
36906         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
36907         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
36908         Don't include <sys/types.h>; no longer needed since we assume C89.
36909         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
36910         * lib/strftime.c: Likewise.
36911         * lib/time_r.c: Likewise.
36912         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
36913         * lib/nanosleep.c: Include <time.h> first, to check interface.
36914         * lib/strptime.c: Likewise.
36915         * lib/time_r.c: Likewise.
36916         * lib/timegm.c: Likewise.
36917         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
36918         needed.
36919         * lib/timegm.c: Don't include timegm.h; no longer needed.
36920         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
36921         time.h now handles any problems in that area.
36922         (struct timespec, nanosleep): Remove; time.h now arranges for these.
36923         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
36924         that time.h defines struct timespec.
36925         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
36926         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
36927         handles that.
36928         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
36929         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
36930         needed.  Set REPLACE_LOCALTIME.
36931         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
36932         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
36933         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
36934         nanosleep; time_h.m4 now does that.  Don't require
36935         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
36936         module handles this now.
36937         * modules/getdate (Depends-on): Remove timespec.  Add time.
36938         * modules/nanosleep (Depends-on): Likewise.
36939         * modules/stat-time (Depends-on): Likewise.
36940         * modules/nanosleep (Include): Include time.h, not timespec.h.
36941         * modules/strptime (Files): Remove lib/strptime.h.
36942         (Depends-on): Add extensions, time.
36943         (Include): Include time.h, not strptime.h.
36944         * modules/time_r (Files): Remove lib/time_r.h.
36945         (Depends-on): Add time.
36946         (Include): Include time.h, not time_r.h.
36947         * modules/timegm: Likewise.
36948         * modules/timespec (Description): Now does timespec-related decls
36949         of our own, instead of struct timespec itself.
36950         (Depends-on): Add time; remove extensions.
36951         (Maintainer): Add self.
36952         * modules/utimecmp (Depends-on): Add time; remove timespec.
36953         * modules/utimens (Depends-on): Likewise.
36954         * modules/xnanosleep (Depends-on): Likewise.
36955
36956 2007-02-11  Bruno Haible  <bruno@clisp.org>
36957
36958         * lib/c-strstr.c: Include allocsa.h.
36959         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36960         * lib/c-strcasestr.c: Include allocsa.h.
36961         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36962         * lib/strcasestr.c: Include allocsa.h.
36963         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36964         * lib/mbsstr.c: Include allocsa.h.
36965         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36966         allocsa/freesa instead of malloc/free.
36967         * lib/mbscasestr.c: Include allocsa.h.
36968         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36969         allocsa/freesa instead of malloc/free.
36970         * modules/c-strstr (Depends-on): Add allocsa.
36971         * modules/c-strcasestr (Depends-on): Likewise.
36972         * modules/strcasestr (Depends-on): Likewise.
36973         * modules/mbsstr (Depends-on): Likewise.
36974         * modules/mbscasestr (Depends-on): Likewise.
36975
36976 2007-02-11  Bruno Haible  <bruno@clisp.org>
36977
36978         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
36979
36980         * modules/mbsspn-tests: New file.
36981         * tests/test-mbsspn.sh: New file.
36982         * tests/test-mbsspn.c: New file.
36983
36984 2007-02-11  Bruno Haible  <bruno@clisp.org>
36985
36986         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
36987
36988         * modules/mbspbrk-tests: New file.
36989         * tests/test-mbspbrk.sh: New file.
36990         * tests/test-mbspbrk.c: New file.
36991
36992 2007-02-11  Bruno Haible  <bruno@clisp.org>
36993
36994         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
36995         unneeded cast.
36996
36997         * modules/mbscspn-tests: New file.
36998         * tests/test-mbscspn.sh: New file.
36999         * tests/test-mbscspn.c: New file.
37000
37001 2007-02-11  Bruno Haible  <bruno@clisp.org>
37002
37003         * modules/mbscasecmp-tests: New file.
37004         * tests/test-mbscasecmp.sh: New file.
37005         * tests/test-mbscasecmp.c: New file.
37006
37007 2007-02-11  Bruno Haible  <bruno@clisp.org>
37008
37009         Ensure O(n) worst-case complexity of mbscasestr.
37010         * lib/mbscasestr.c: Include stdbool.h.
37011         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
37012         functions.
37013         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
37014         the bookkeeping indicates that it's worth it.
37015         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
37016
37017         * modules/mbscasestr-tests: New file.
37018         * tests/test-mbscasestr1.c: New file.
37019         * tests/test-mbscasestr2.sh: New file.
37020         * tests/test-mbscasestr2.c: New file.
37021         * tests/test-mbscasestr3.sh: New file.
37022         * tests/test-mbscasestr3.c: New file.
37023         * tests/test-mbscasestr4.sh: New file.
37024         * tests/test-mbscasestr4.c: New file.
37025         * m4/locale-tr.m4: New file.
37026
37027 2007-02-11  Bruno Haible  <bruno@clisp.org>
37028
37029         Ensure O(n) worst-case complexity of mbsstr.
37030         * lib/mbsstr.c: Include stdbool.h.
37031         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
37032         functions.
37033         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
37034         bookkeeping indicates that it's worth it.
37035         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
37036
37037         * modules/mbsstr-tests: New file.
37038         * tests/test-mbsstr1.c: New file.
37039         * tests/test-mbsstr2.sh: New file.
37040         * tests/test-mbsstr2.c: New file.
37041         * tests/test-mbsstr3.sh: New file.
37042         * tests/test-mbsstr3.c: New file.
37043         * m4/locale-fr.m4: New file.
37044
37045 2007-02-11  Bruno Haible  <bruno@clisp.org>
37046
37047         * lib/mbsrchr.c (mbsrchr): Fix bug.
37048
37049         * modules/mbsrchr-tests: New file.
37050         * tests/test-mbsrchr.sh: New file.
37051         * tests/test-mbsrchr.c: New file.
37052
37053 2007-02-11  Bruno Haible  <bruno@clisp.org>
37054
37055         * lib/mbschr.c (mbschr): Fix bug.
37056
37057         * modules/mbschr-tests: New file.
37058         * tests/test-mbschr.sh: New file.
37059         * tests/test-mbschr.c: New file.
37060         * m4/locale-zh.m4: New file.
37061
37062 2007-02-11  Bruno Haible  <bruno@clisp.org>
37063
37064         Support for copying multibyte string iterators.
37065         * lib/mbiter.h: Include <string.h>.
37066         (mbiter_multi_copy): New function.
37067         (mbi_copy): New macro.
37068         * lib/mbuiter.h: Include <string.h>.
37069         (mbuiter_multi_copy): New function.
37070         (mbui_copy): New macro.
37071
37072 2007-02-11  Bruno Haible  <bruno@clisp.org>
37073
37074         New module mbslen.
37075         * modules/mbslen: New file.
37076         * lib/mbslen.c: New file.
37077         * lib/string_.h (mbslen): New declaration.
37078         * m4/mbslen.m4: New file.
37079         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37080         GNULIB_MBSLEN.
37081         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
37082         * MODULES.html.sh (Internationalization functions): Add mbslen.
37083
37084 2007-02-11  Bruno Haible  <bruno@clisp.org>
37085
37086         Ensure O(n) worst-case complexity of strcasestr substitute.
37087         * lib/strcasestr.c: Include stdbool.h.
37088         (knuth_morris_pratt): New function.
37089         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
37090         bookkeeping indicates that it's worth it.
37091         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
37092
37093         * modules/strcasestr-tests: New file.
37094         * tests/test-strcasestr.c: New file.
37095
37096 2007-02-11  Bruno Haible  <bruno@clisp.org>
37097
37098         Ensure O(n) worst-case complexity of c_strcasestr.
37099         * lib/c-strcasestr.c: Include stdbool.h, string.h.
37100         (knuth_morris_pratt): New function.
37101         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
37102         the bookkeeping indicates that it's worth it.
37103         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
37104
37105         * modules/c-strcasestr-tests: New file.
37106         * tests/test-c-strcasestr.c: New file.
37107
37108 2007-02-11  Bruno Haible  <bruno@clisp.org>
37109
37110         Ensure O(n) worst-case complexity of c_strstr.
37111         * lib/c-strstr.c: Include stdbool.h, string.h.
37112         (knuth_morris_pratt): New function.
37113         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
37114         bookkeeping indicates that it's worth it.
37115         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
37116
37117         * lib/c-strstr.c: Complete rewrite for maintainability.
37118
37119         * modules/c-strstr-tests: New file.
37120         * tests/test-c-strstr.c: New file.
37121
37122 2007-02-11  Bruno Haible  <bruno@clisp.org>
37123
37124         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
37125         5.2.1 and earlier, whereby \055 was treated just like the range
37126         delimiter '-'.
37127         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
37128
37129 2007-02-08  Bruno Haible  <bruno@clisp.org>
37130
37131         * modules/regex (Depends-on): Add stdbool.
37132         Reported by Dalibor Topic <robilad@kaffe.org>.
37133
37134 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
37135
37136         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
37137         Prefer returning from main to exiting from it.
37138         Remove unnecessary parens after sizeof.
37139
37140 2007-02-05  Bruno Haible  <bruno@clisp.org>
37141
37142         New module mbssep.
37143         * modules/mbssep: New file.
37144         * lib/mbssep.c: New file.
37145         * lib/string_.h (strsep): Add a conditional link warning.
37146         (mbssep): New declaration.
37147         * m4/mbssep.m4: New file.
37148         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37149         GNULIB_MBSSEP.
37150         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
37151         * MODULES.html.sh (Internationalization functions): Add mbssep.
37152
37153 2007-02-05  Bruno Haible  <bruno@clisp.org>
37154
37155         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
37156         Optimize search in case of 1 delimiter.
37157
37158 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
37159
37160         * lib/acl.h: Include sys/types.h before sys/acl.h.
37161
37162 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
37163
37164         Merge upstream fix for glibc bugzilla #3957:
37165
37166         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
37167
37168         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
37169         bit for RE_HAT_LISTS_NOT_NEWLINE.
37170         (build_charclass_op): Remove bogus comment.
37171
37172 2007-02-05  Simon Josefsson  <simon@josefsson.org>
37173
37174         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
37175
37176 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
37177
37178         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
37179         * lib/memmem.c [!defined _LIBC]: Include config.h.
37180
37181 2007-02-04  Bruno Haible  <bruno@clisp.org>
37182
37183         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
37184         warning message.
37185
37186 2007-02-04  Bruno Haible  <bruno@clisp.org>
37187
37188         New module mbstok_r.
37189         * modules/mbstok_r: New file.
37190         * lib/mbstok_r.c: New file.
37191         * lib/string_.h (strtok_r): Change argument names to match the
37192         comments. Add a conditional link warning.
37193         (mbstok_r): New declaration.
37194         * m4/mbstok_r.m4: New file.
37195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37196         GNULIB_MBSTOK_R.
37197         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
37198         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
37199
37200 2007-02-04  Bruno Haible  <bruno@clisp.org>
37201
37202         New module mbsspn.
37203         * modules/mbsspn: New file.
37204         * lib/mbsspn.c: New file.
37205         * lib/string_.h (strspn): Add a conditional link warning.
37206         (mbsspn): New declaration.
37207         * m4/mbsspn.m4: New file.
37208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37209         GNULIB_MBSSPN.
37210         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
37211         * MODULES.html.sh (Internationalization functions): Add mbsspn.
37212
37213 2007-02-04  Bruno Haible  <bruno@clisp.org>
37214
37215         New module mbspbrk.
37216         * modules/mbspbrk: New file.
37217         * lib/mbspbrk.c: New file.
37218         * lib/string_.h (strpbrk): Add a conditional link warning.
37219         (mbspbrk): New declaration.
37220         * m4/mbspbrk.m4: New file.
37221         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37222         GNULIB_MBSPBRK.
37223         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
37224         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
37225
37226 2007-02-04  Bruno Haible  <bruno@clisp.org>
37227
37228         New module mbscspn.
37229         * modules/mbscspn: New file.
37230         * lib/mbscspn.c: New file.
37231         * lib/string_.h (strcspn): Add a conditional link warning.
37232         (mbscspn): New declaration.
37233         * m4/mbscspn.m4: New file.
37234         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37235         GNULIB_MBSCSPN.
37236         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
37237         * MODULES.html.sh (Internationalization functions): Add mbscspn.
37238
37239 2007-02-04  Bruno Haible  <bruno@clisp.org>
37240
37241         New module mbscasestr, reduced goal of strcasestr.
37242         * modules/mbscasestr: New file.
37243         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
37244         (mbscasestr): Renamed from strcasestr.
37245         * lib/strcasestr.c: Don't include mbuiter.h.
37246         (strcasestr): Remove support for multibyte locales.
37247         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
37248         Change the conditional link warning.
37249         (mbscasestr): New declaration.
37250         * m4/mbscasestr.m4: New file.
37251         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
37252         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
37253         REPLACE_STRCASESTR.
37254         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
37255         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
37256         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
37257         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
37258         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
37259         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
37260         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
37261         (Depends-on): Remove mbuiter.
37262         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
37263
37264 2007-02-04  Bruno Haible  <bruno@clisp.org>
37265
37266         Simplify handling of strncasecmp.
37267         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
37268         the conditional link warning.
37269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
37270         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
37271         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
37272         * modules/strcase (configure.ac): Don't invoke
37273         gl_STRING_MODULE_INDICATOR.
37274         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
37275
37276 2007-02-04  Bruno Haible  <bruno@clisp.org>
37277
37278         New module mbscasecmp, reduced goal of strcasecmp.
37279         * modules/mbscasecmp: New file.
37280         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
37281         (mbscasecmp): Renamed from strcasecmp.
37282         * lib/strcasecmp.c: Don't include mbuiter.h.
37283         (strcasecmp): Remove support for multibyte locales.
37284         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
37285         Change the conditional link warning.
37286         (mbscasecmp): New declaration.
37287         * m4/mbscasecmp.m4: New file.
37288         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
37289         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
37290         REPLACE_STRCASECMP.
37291         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
37292         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37293         GNULIB_MBSCASECMP.
37294         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
37295         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
37296         * modules/strcase (Files): Remove m4/mbrtowc.m4.
37297         (Depends-on): Remove mbuiter.
37298         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
37299
37300 2007-02-04  Bruno Haible  <bruno@clisp.org>
37301
37302         New module mbsstr. Remove module strstr.
37303         * modules/mbsstr: New file.
37304         * modules/strstr: Remove file.
37305         * lib/mbsstr.c: Renamed from lib/strstr.c.
37306         (mbsstr): Renamed from strstr.
37307         * lib/string_.h (strstr): Remove declaration. Change the conditional
37308         link warning.
37309         (mbsstr): New declaration.
37310         * m4/mbsstr.m4: New file.
37311         * m4/strstr.m4: Remove file.
37312         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
37313         REPLACE_STRSTR.
37314         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
37315         Don't initialize GNULIB_STRSTR.
37316         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
37317         substitute GNULIB_STRSTR and REPLACE_STRSTR.
37318         * MODULES.html.sh (Internationalization functions): Add mbsstr.
37319         (Support for systems lacking ANSI C 89): Remove strstr.
37320
37321 2007-02-04  Bruno Haible  <bruno@clisp.org>
37322
37323         New module mbsrchr.
37324         * modules/mbsrchr: New file.
37325         * lib/mbsrchr.c: New file.
37326         * lib/string_.h (strrchr): Add a conditional link warning.
37327         (mbsrchr): New declaration.
37328         * m4/mbsrchr.m4: New file.
37329         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37330         GNULIB_MBSRCHR.
37331         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
37332         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
37333
37334 2007-02-04  Bruno Haible  <bruno@clisp.org>
37335
37336         New module mbschr.
37337         * modules/mbschr: New file.
37338         * lib/mbschr.c: New file.
37339         * lib/string_.h (strchr): Add a conditional link warning.
37340         (mbschr): New declaration.
37341         * m4/mbschr.m4: New file.
37342         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37343         GNULIB_MBSCHR.
37344         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
37345         * MODULES.html.sh (Internationalization functions): Add mbschr.
37346
37347 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
37348
37349         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
37350
37351         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
37352
37353 2007-02-04  Bruno Haible  <bruno@clisp.org>
37354
37355         New module description section 'configure.ac-early'.
37356         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
37357         (func_get_autoconf_early_snippet): New function.
37358         (func_import, func_create_testdir): Use it. Remove special cases for
37359         modules 'extensions' and 'lock'.
37360         * modules/extensions (configure.ac-early): Require
37361         gl_USE_SYSTEM_EXTENSIONS.
37362         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
37363
37364 2007-02-04  Bruno Haible  <bruno@clisp.org>
37365
37366         Make use of gcj-4.3's -fsource and -ftarget option.
37367         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
37368         and if so try the options -fsource and -ftarget.
37369         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
37370         source_version, ftarget_option, target_version arguments.
37371         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
37372         (is_envjavac_oldgcj_14_14_usable): Renamed from
37373         is_envjavac_gcj_14_14_usable.
37374         (is_envjavac_oldgcj_14_13_usable): Renamed from
37375         is_envjavac_gcj_14_13_usable.
37376         (is_gcj_present): Update.
37377         (is_gcj_43, is_gcj43_usable): New functions.
37378         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
37379         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
37380         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
37381         try the options -fsource and -ftarget.
37382
37383 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37384
37385         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
37386         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
37387         larger value.
37388
37389 2007-02-03  Jim Meyering  <jim@meyering.net>
37390
37391         Give tools a better chance to allocate space for very large buffers.
37392         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
37393
37394         Make pwd and readlink work also when run with an unreadable parent dir
37395         on systems with openat support.
37396         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
37397         provided getcwd function, even when we have openat support.
37398         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
37399
37400 2007-02-02  Bruno Haible  <bruno@clisp.org>
37401
37402         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
37403         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
37404         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
37405         portability problems if one of these functions is only used on specific
37406         platforms.
37407         Reported by Paul Eggert.
37408
37409 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
37410
37411         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
37412         is causing more trouble than it's curing.
37413         * lib/regex_internal.h (__mempcpy): Remove.
37414         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
37415         (and make the code a tad smaller to boot).
37416         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
37417
37418 2007-02-02  Jim Meyering  <jim@meyering.net>
37419
37420         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
37421         section, not in the Makefile.am: one.
37422
37423 2007-02-02  Eric Blake  <ebb9@byu.net>
37424
37425         * lib/strchrnul.c: Always include config.h first.
37426
37427         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
37428         gnulib strstr is not necessary here.
37429
37430 2007-02-02  Simon Josefsson  <simon@josefsson.org>
37431
37432         * m4/socklen.m4: Fix typo.
37433
37434 2007-02-02  Eric Blake  <ebb9@byu.net>
37435
37436         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
37437         * modules/netinet_in (Makefile.am): Likewise.
37438
37439 2007-02-01  Bruno Haible  <bruno@clisp.org>
37440
37441         * lib/string_.h (GL_LINK_WARNING): New macro.
37442         (strcasecmp, strstr, strcasestr): If provided by the system,
37443         conditionally define as a macro that leads to a warning instead of to
37444         an error.
37445         (strncasecmp): Conditionally define as a macro that leads to a warning.
37446
37447 2007-02-01  Karl Berry  <karl@gnu.org>
37448
37449         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
37450
37451 2007-02-01  Bruno Haible  <bruno@clisp.org>
37452
37453         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
37454         renamings.
37455
37456 2007-02-01  Eric Blake  <ebb9@byu.net>
37457
37458         * modules/regex (Depends-on): Revert dependence on mempcpy.
37459         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
37460         module's definition of mempcpy.
37461         Reported by Paul Eggert.
37462
37463 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
37464
37465         * lib/string_.h: If the gnulib module XYZ is not present, undefine
37466         the symbol XYZ before redefining it.  This fixes a problem with
37467         programs that don't use XYZ, when compiled on systems that define
37468         XYZ to something else.
37469
37470 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
37471
37472         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
37473         occurs when "mkdir -m foo" creates a setgid directory that is (1)
37474         writeable to group or other and (2) is intended to have a special
37475         mode bit that is set or cleared.  In such a case, the directory
37476         should be neither group- nor other-writeable until the special
37477         mode bits are right.
37478
37479 2007-01-31  Eric Blake  <ebb9@byu.net>
37480
37481         * modules/mountlist (Depends-on): Add strstr.
37482
37483         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
37484         bug.
37485         * modules/string (Makefile.am): Remove redundant replacement.
37486         * modules/regex (Depends-on): Add mempcpy.
37487
37488 2007-01-31  Bruno Haible  <bruno@clisp.org>
37489
37490         New module description field 'Link'.
37491         * gnulib-tool (func_usage): Document --extract-link-directive.
37492         (sed_extract_prog): Recognize 'Link' directive.
37493         (func_get_link_directive): New function.
37494         (func_import): Show summary of link directives.
37495         Handle --extract-link-directive option.
37496         * modules/acl (Link): New section.
37497         * modules/clock-time (Link): New section.
37498         * modules/euidaccess (Link): New section.
37499         * modules/gettext (Link): New section.
37500         * modules/iconv (Link): New section.
37501         * modules/lock (Link): New section.
37502         * modules/nanosleep (Link): New section.
37503         * modules/readline (Link): New section.
37504
37505 2007-01-27  Bruno Haible  <bruno@clisp.org>
37506
37507         Enforce the use of gnulib modules for unportable <string.h> functions.
37508         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
37509         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
37510         (gl_HEADER_STRING_H_BODY): Require it.
37511         * lib/string_.h: If the gnulib module XYZ is not present, redefine
37512         the symbol XYZ to one that gives a link error.
37513         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
37514         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
37515         * modules/mempcpy (configure.ac): Likewise.
37516         * modules/memrchr (configure.ac): Likewise.
37517         * modules/stpcpy (configure.ac): Likewise.
37518         * modules/stpncpy (configure.ac): Likewise.
37519         * modules/strcase (configure.ac): Likewise.
37520         * modules/strcasestr (configure.ac): Likewise.
37521         * modules/strchrnul (configure.ac): Likewise.
37522         * modules/strdup (configure.ac): Likewise.
37523         * modules/strndup (configure.ac): Likewise.
37524         * modules/strnlen (configure.ac): Likewise.
37525         * modules/strpbrk (configure.ac): Likewise.
37526         * modules/strsep (configure.ac): Likewise.
37527         * modules/strstr (configure.ac): Likewise.
37528         * modules/strtok_r (configure.ac): Likewise.
37529
37530 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
37531
37532         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
37533
37534 2007-01-30  Jim Meyering  <jim@meyering.net>
37535
37536         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
37537
37538 2007-01-29  Bruno Haible  <bruno@clisp.org>
37539
37540         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
37541         * lib/execute.c: Likewise.
37542         * lib/pipe.c: Likewise.
37543         * lib/printf-args.h: Likewise.
37544         * lib/printf-args.c: Likewise.
37545         * lib/printf-parse.c: Likewise.
37546         * lib/vasnprintf.c: Likewise.
37547
37548 2007-01-29  Eric Blake  <ebb9@byu.net>
37549
37550         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
37551         declaration.
37552
37553 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
37554
37555         * lib/strptime.h (strptime): Use 'restrict' for args where
37556         POSIX requires this.
37557         * lib/strptime.c (strptime): Likewise.
37558         Change license notice from LGPL to GPL, since gnulib-tool will
37559         change this as needed.
37560         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
37561         defined.
37562         Include "strptime.h" first, to check interface.
37563         Do not #undef _LIBC and _NL_CURRENT.
37564         Do not include <stdlib.h>; no longer needed.
37565         Include "time_r.h" and declare ptime_locale_status
37566         only if _LIBC is not defined.
37567         (__P): Remove unused macro.
37568         (match_string): Bring back glibc version, but use it only if _LIBC
37569         is defined.
37570         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
37571         Remove unnecessary assertion and abort() call.
37572         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
37573         * m4/strptime.m4: Fix serial number comment.
37574         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
37575         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
37576         (Depends-on): Add time_r.
37577
37578 2007-01-29  Bruno Haible  <bruno@clisp.org>
37579
37580         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37581         strptime.
37582         * modules/strptime (Depends-on): Add stdbool.
37583         * lib/strptime.h: Include <time.h> always. Add comments.
37584
37585 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37586
37587         * modules/strptime: New file.
37588         * lib/strptime.h: New file.
37589         * lib/strptime.c: New file.
37590         * m4/strptime.m4: New file.
37591
37592 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37593
37594         * MODULES.html.sh: New module mpsort.
37595         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
37596
37597         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
37598         a circularity problem with HP-UX ia64 reported by Bob Proulx in
37599         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
37600         All uses changed.
37601         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
37602         All uses changed.
37603         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
37604         to _Restrict_.
37605         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
37606         the parameter matches the prototype.
37607
37608 2007-01-28  Jim Meyering  <jim@meyering.net>
37609
37610         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
37611         sys/time.h here, reverting that part of the previous patch:
37612         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
37613
37614 2007-01-28  Bruno Haible  <bruno@clisp.org>
37615
37616         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
37617         value of $(SYS_TIME_H).
37618         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
37619         remove it conditionally, too. [added by Jim Meyering]
37620         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
37621         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37622         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
37623         GETTIMEOFDAY_REPLACEMENT to 1.
37624
37625 2007-01-28  Bruno Haible  <bruno@clisp.org>
37626
37627         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
37628         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
37629         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
37630         Set UNISTD_H instead of UNISTD_H2.
37631         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
37632
37633 2007-01-28  Bruno Haible  <bruno@clisp.org>
37634
37635         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
37636         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
37637
37638 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37639
37640         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
37641         (func_create_testdir): Ensure C locale for `grep' and `tr'
37642         character ranges.
37643         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
37644         ACLOCAL_AMFLAGS parsing state machine.
37645
37646 2007-01-27  Bruno Haible  <bruno@clisp.org>
37647
37648         * modules/unistr/base: Update.
37649
37650 2007-01-27  Bruno Haible  <bruno@clisp.org>
37651
37652         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
37653         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
37654         * modules/unistr/u32-mbtouc-unsafe: Renamed from
37655         modules/unistr/u32-mbtouc.
37656         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
37657         * lib/unistr.h: Update.
37658         * lib/linebreak.c: Update.
37659         * modules/unistr/u32-mbtouc: Renamed from
37660         modules/unistr/u32-mbtouc-safe.
37661         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
37662         * lib/unistr.h: Update.
37663         * lib/unistr/u32-to-u8.c: Update.
37664         * lib/unistr/u32-to-u16.c: Update.
37665
37666 2007-01-27  Bruno Haible  <bruno@clisp.org>
37667
37668         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
37669         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
37670         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
37671         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
37672         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
37673         * modules/unistr/u16-mbtouc-unsafe: Renamed from
37674         modules/unistr/u16-mbtouc.
37675         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
37676         * lib/unistr.h: Update.
37677         * lib/linebreak.c: Update.
37678         * modules/linebreak: Update.
37679         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
37680         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
37681         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
37682         * modules/unistr/u16-mbtouc: Renamed from
37683         modules/unistr/u16-mbtouc-safe.
37684         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
37685         * lib/unistr.h: Update.
37686         * lib/unistr/u16-to-u8.c: Update.
37687         * modules/unistr/u16-to-u8: Update.
37688         * lib/unistr/u16-to-u32.c: Update.
37689         * modules/unistr/u16-to-u32: Update.
37690
37691 2007-01-27  Bruno Haible  <bruno@clisp.org>
37692
37693         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
37694         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
37695         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
37696         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
37697         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
37698         * modules/unistr/u8-mbtouc-unsafe: Renamed from
37699         modules/unistr/u8-mbtouc.
37700         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
37701         * lib/unistr.h: Update.
37702         * lib/striconveh.c: Update.
37703         * modules/striconveh: Update.
37704         * lib/linebreak.c: Update.
37705         * modules/linebreak: Update.
37706         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
37707         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
37708         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
37709         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
37710         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
37711         * lib/unistr.h: Update.
37712         * lib/striconveh.c: Update.
37713         * modules/striconveh: Update.
37714         * lib/unistr/u8-to-u16.c: Update.
37715         * modules/unistr/u8-to-u16: Update.
37716         * lib/unistr/u8-to-u32.c: Update.
37717         * modules/unistr/u8-to-u32: Update.
37718
37719 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37720
37721         Sync from Libtool.
37722         * lib/argz.c: Do not include strings.h nor memory.h, include
37723         string.h unconditionally.  Patch by Simon Josefsson.
37724
37725 2007-01-27  Bruno Haible  <bruno@clisp.org>
37726
37727         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
37728         from gl_HEADER_STRING_H_BODY.
37729         (gl_HEADER_STRING_H_BODY): Require it.
37730         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
37731         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
37732         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
37733         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
37734         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
37735         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
37736         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
37737         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
37738         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
37739         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
37740         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
37741         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
37742         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
37743         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
37744         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
37745
37746 2007-01-27  Bruno Haible  <bruno@clisp.org>
37747
37748         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
37749         check_PROGRAMS into noinst_PROGRAMS.
37750         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
37751         check_PROGRAMS in this case.
37752         (func_import): Set for_test to false.
37753         (func_create_testdir): Set for_test to true.
37754
37755 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37756             Bruno Haible  <bruno@clisp.org>
37757
37758         * modules/strcasestr (Files): Remove lib/strcasestr.h.
37759         (Depends-on): Add string.
37760         (Includes): Use <string.h> instead of strcasestr.h.
37761         * modules/string (Makefile.am): Also substitute the value of
37762         REPLACE_STRCASESTR.
37763         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
37764         assume strcasestr is declared in <string.h> not <strings.h>. Also
37765         set REPLACE_STRCASESTR.
37766         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
37767         REPLACE_STRCASESTR.
37768         * lib/strcasestr.h: Remove file.
37769         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
37770         * lib/string_.h (strcasestr): New declaration.
37771
37772 2007-01-27  Bruno Haible  <bruno@clisp.org>
37773
37774         * lib/string_.h: Use 'extern'.
37775
37776 2007-01-27  Jim Meyering  <jim@meyering.net>
37777
37778         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
37779         of set-but-not-used local, "q".
37780
37781         * lib/mempcpy.c: Include <config.h> before <string.h>.
37782         This fixes a compilation error on HP-UX, due to the system's
37783         "restrict"-using mempcpy prototype.
37784
37785 2007-01-26  Bruno Haible  <bruno@clisp.org>
37786
37787         Small optimization.
37788         * lib/javacomp.c: Include c-strstr.h.
37789          (is_envjavac_gcj): Use c_strstr instead of strstr.
37790         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
37791
37792 2007-01-26  Bruno Haible  <bruno@clisp.org>
37793
37794         * MODULES.html.sh (Unicode string functions): Add the new modules.
37795
37796         * modules/uniconv/u32-strconv-to-locale: New file.
37797         * lib/uniconv/u32-strconv-to-locale.c: New file.
37798
37799         * modules/uniconv/u16-strconv-to-locale: New file.
37800         * lib/uniconv/u16-strconv-to-locale.c: New file.
37801
37802         * modules/uniconv/u8-strconv-to-locale: New file.
37803         * lib/uniconv/u8-strconv-to-locale.c: New file.
37804
37805         * modules/uniconv/u32-strconv-from-locale: New file.
37806         * lib/uniconv/u32-strconv-from-locale.c: New file.
37807
37808         * modules/uniconv/u16-strconv-from-locale: New file.
37809         * lib/uniconv/u16-strconv-from-locale.c: New file.
37810
37811         * modules/uniconv/u8-strconv-from-locale: New file.
37812         * lib/uniconv/u8-strconv-from-locale.c: New file.
37813
37814         * modules/uniconv/u32-strconv-to-enc: New file.
37815         * lib/uniconv/u32-strconv-to-enc.c: New file.
37816         * modules/uniconv/u32-strconv-to-enc-tests: New file.
37817         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
37818
37819         * modules/uniconv/u16-strconv-to-enc: New file.
37820         * lib/uniconv/u16-strconv-to-enc.c: New file.
37821         * lib/uniconv/u-strconv-to-enc.h: New file.
37822         * modules/uniconv/u16-strconv-to-enc-tests: New file.
37823         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
37824
37825         * modules/uniconv/u8-strconv-to-enc: New file.
37826         * lib/uniconv/u8-strconv-to-enc.c: New file.
37827         * modules/uniconv/u8-strconv-to-enc-tests: New file.
37828         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
37829
37830         * modules/uniconv/u32-strconv-from-enc: New file.
37831         * lib/uniconv/u32-strconv-from-enc.c: New file.
37832         * modules/uniconv/u32-strconv-from-enc-tests: New file.
37833         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
37834
37835         * modules/uniconv/u16-strconv-from-enc: New file.
37836         * lib/uniconv/u16-strconv-from-enc.c: New file.
37837         * modules/uniconv/u16-strconv-from-enc-tests: New file.
37838         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
37839
37840         * modules/uniconv/u8-strconv-from-enc: New file.
37841         * lib/uniconv/u8-strconv-from-enc.c: New file.
37842         * lib/uniconv/u-strconv-from-enc.h: New file.
37843         * modules/uniconv/u8-strconv-from-enc-tests: New file.
37844         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
37845
37846         * modules/uniconv/u32-conv-from-enc: New file.
37847         * lib/uniconv/u32-conv-from-enc.c: New file.
37848         * modules/uniconv/u32-conv-from-enc-tests: New file.
37849         * tests/uniconv/test-u32-conv-from-enc.c: New file.
37850
37851         * modules/uniconv/u16-conv-from-enc: New file.
37852         * lib/uniconv/u16-conv-from-enc.c: New file.
37853         * lib/uniconv/u-conv-from-enc.h: New file.
37854         * modules/uniconv/u16-conv-from-enc-tests: New file.
37855         * tests/uniconv/test-u16-conv-from-enc.c: New file.
37856
37857         * modules/uniconv/u8-conv-from-enc: New file.
37858         * lib/uniconv/u8-conv-from-enc.c: New file.
37859         * modules/uniconv/u8-conv-from-enc-tests: New file.
37860         * tests/uniconv/test-u8-conv-from-enc.c: New file.
37861
37862         * modules/uniconv/base: New file.
37863         * lib/uniconv.h: New file.
37864
37865 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
37866
37867         * doc/gnulib-tool.texi (Initial import): Update to match current
37868         behavior with strdup module.
37869         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
37870         * lib/memmem.h: Remove; all uses removed.  This is now done
37871         by <string.h>.
37872         * lib/mempcpy.h: Likewise.
37873         * lib/memrchr.h: Likewise.
37874         * lib/stpcpy.h: Likewise.
37875         * lib/stpncpy.h: Likewise.
37876         * lib/strcase.h: Likewise.
37877         * lib/strchrnul.h: Likewise.
37878         * lib/strdup.h: Likewise.
37879         * lib/strndup.h: Likewise.
37880         * lib/strnlen.h: Likewise.
37881         * lib/strpbrk.h: Likewise.
37882         * lib/strsep.h: Likewise.
37883         * lib/strstr.h: Likewise.
37884         * lib/strtok_r.h: Likewise.
37885         * lib/string_.h: New file.
37886         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
37887         Rely on <string.h> instead.
37888         * lib/canon-host.c: Likewise.
37889         * lib/chdir-long.c: Likewise.
37890         * lib/concatpath.c: Likewise.
37891         * lib/exclude.c: Likewise.
37892         * lib/fchdir.c: Likewise.
37893         * lib/getaddrinfo.c: Likewise.
37894         * lib/getcwd.c: Likewise.
37895         * lib/getsubopt.c: Likewise.
37896         * lib/glob.c: Likewise.
37897         * lib/hard-locale.c: Likewise.
37898         * lib/iconvme.c: Likewise.
37899         * lib/javacomp.c: Likewise.
37900         * lib/mempcpy.c: Likewise.
37901         * lib/memrchr.c: Likewise.
37902         * lib/regex_internal.h: Likewise.
37903         * lib/stpncpy.c: Likewise.
37904         * lib/strcasecmp.c: Likewise.
37905         * lib/strchrnul.c: Likewise.
37906         * lib/strdup.c: Likewise.
37907         * lib/striconv.c: Likewise.
37908         * lib/striconveh.c: Likewise.
37909         * lib/striconveha.c: Likewise.
37910         * lib/strncasecmp.c: Likewise.
37911         * lib/strndup.c: Likewise.
37912         * lib/strnlen.c: Likewise.
37913         * lib/strsep.c: Likewise.
37914         * lib/strstr.c: Likewise.
37915         * lib/strtok_r.c: Likewise.
37916         * lib/userspec.c: Likewise.
37917         * lib/w32spawn.h: Likewise.
37918         * lib/xstrndup.c: Likewise.
37919         * lib/mountlist.c (strstr): Remove decl.
37920         * m4/string_h.m4: New file.
37921         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
37922         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
37923         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
37924         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
37925         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
37926         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
37927         Set REPLACE_STRCASECMP if necessary.
37928         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
37929         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
37930         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
37931         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
37932         HAVE_DECL_STRDUP if necessary.
37933         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
37934         since gl_FUNC_STRNDUP does that now.
37935         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
37936         Check for decl here...
37937         (gl_PREREQ_STRNLEN): ... not here.
37938         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
37939         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
37940         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
37941         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
37942         necessary.
37943         * modules/string: New file.
37944         * modules/memmem (Files): Remove special-purpose include file.
37945         (Depends-on): Add string.
37946         (Include): Include <string.h>, not the removed file.
37947         * modules/mempcpy: Likewise.
37948         * modules/memrchr: Likewise.
37949         * modules/stpcpy: Likewise.
37950         * modules/stpncpy: Likewise.
37951         * modules/strcase: Likewise.
37952         * modules/strchrnul: Likewise.
37953         * modules/strdup: Likewise.
37954         * modules/strndup: Likewise.
37955         * modules/strnlen: Likewise.
37956         * modules/strpbrk: Likewise.
37957         * modules/strsep: Likewise.
37958         * modules/strstr: Likewise.
37959         * modules/strtok_r: Likewise.
37960         * tests/test-dirname.c: Don't include "strdup.h", since
37961         <string.h> now suffices.
37962         * tests/test-memmem.c: Don't include "memmem.h", since
37963         <string.h> now suffices.
37964
37965 2007-01-25  Bruno Haible  <bruno@clisp.org>
37966
37967         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
37968         *resultp is 0.
37969
37970         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
37971         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
37972         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
37973         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
37974
37975         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
37976         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
37977         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
37978         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
37979         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
37980         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
37981
37982 2007-01-24  Bruno Haible  <bruno@clisp.org>
37983
37984         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
37985         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
37986         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
37987         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
37988         gl_FUNC_FTS_CORE.
37989         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
37990         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
37991         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37992         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
37993         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
37994         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
37995         gl_FUNC_FCHOWNAT.
37996         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
37997         gl_FUNC_STRFTIME.
37998         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
37999         Reported by Ralf Wildenhues.
38000
38001 2007-01-24  Bruno Haible  <bruno@clisp.org>
38002
38003         Drop AC_REQUIRE calls that are redundant with the module dependencies.
38004         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
38005         gl_GETADDRINFO.
38006         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
38007         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
38008         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
38009
38010 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
38011
38012         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
38013         Don't use 'exit'; just return from 'main'.
38014         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
38015
38016         * lib/fnmatch_.h: Readjust white space and comments to match
38017         glibc, to avoid spurious diffs.
38018
38019 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38020
38021         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
38022         2004-12-01 change by Jakub Jelinek, since this code won't compile
38023         if !LIBC.  Problem reported by Bob Proulx.
38024
38025 2007-01-23  Bruno Haible  <bruno@clisp.org>
38026
38027         * lib/striconveh.c: Include c-strcaseeq.h.
38028         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
38029         * modules/striconveh (Depends-on): Add c-strcaseeq.
38030
38031 2007-01-23  Bruno Haible  <bruno@clisp.org>
38032
38033         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
38034
38035         * modules/c-strcaseeq: New file.
38036         * lib/c-strcaseeq.h: New file.
38037
38038         * modules/streq: New file.
38039         * lib/streq.h: New file.
38040
38041 2007-01-23  Bruno Haible  <bruno@clisp.org>
38042
38043         * modules/striconveha-tests: New file.
38044         * tests/test-striconveha.c: New file.
38045
38046         * lib/striconveha.h: Include <stdbool.h>.
38047         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
38048         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
38049         (mem_iconveha_notranslit): Renamed from mem_iconveha.
38050         (mem_iconveha): New function.
38051         (str_iconveha_notranslit): Renamed from str_iconveha.
38052         (str_iconveha): New function.
38053         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
38054         c-strcase.
38055
38056 2007-01-23  Bruno Haible  <bruno@clisp.org>
38057
38058         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
38059         encodings without forgiving before trying any encoding with handler.
38060         (str_iconveha): Try all encodings without forgiving before trying any
38061         encoding with handler.
38062
38063 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38064
38065         Import the following changes from libc.
38066
38067         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
38068
38069         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
38070
38071         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38072
38073         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
38074         normal_bracket label.
38075
38076         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
38077
38078         [BZ #361]
38079         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
38080         to normal_bracket after fetching the next character.
38081
38082 2007-01-22  Bruno Haible  <bruno@clisp.org>
38083
38084         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
38085         argument.
38086         * lib/striconveh.c (iconv_carefully_1): New function.
38087         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
38088         argument.
38089         (str_cd_iconveh): Update.
38090         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
38091         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
38092         * tests/test-striconveh.c (MAGIC): New macro.
38093         (new_offsets): New function.
38094         (main): Test call with and without offsets.
38095
38096 2007-01-22  Bruno Haible  <bruno@clisp.org>
38097
38098         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
38099         * modules/sys_select (Makefile.am): Likewise.
38100         * modules/sys_socket (Makefile.am): Likewise.
38101         * modules/sys_time (Makefile.am): Likewise.
38102
38103 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
38104
38105         * modules/gettimeofday (License): Change from GPL to LGPL, since
38106         gettimeofday is a library function.
38107
38108 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38109
38110         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
38111
38112 2007-01-21  Bruno Haible  <bruno@clisp.org>
38113
38114         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
38115
38116 2007-01-21  Bruno Haible  <bruno@clisp.org>
38117
38118         * modules/striconveha: New file.
38119         * lib/striconveha.h: New file.
38120         * lib/striconveha.c: New file.
38121         * MODULES.html.sh (Internationalization functions): Add striconveha.
38122         * lib/striconv.c (str_iconv): Optimize the case of an empty input
38123         string.
38124         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
38125
38126 2007-01-21  Bruno Haible  <bruno@clisp.org>
38127
38128         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
38129         * lib/striconveh.c (str_iconveh): Likewise.
38130
38131 2007-01-21  Bruno Haible  <bruno@clisp.org>
38132
38133         * lib/striconveh.h (mem_iconveh): New declaration.
38134         * lib/striconveh.c (mem_iconveh): New function.
38135         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
38136
38137 2007-01-21  Bruno Haible  <bruno@clisp.org>
38138
38139         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
38140
38141         * lib/striconveh.h (mem_cd_iconveh): Change specification.
38142         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
38143         original result buffer.
38144         (str_cd_iconveh): Update.
38145         * tests/test-striconveh.c (main): Update.
38146
38147         * lib/striconv.h (mem_cd_iconv): Change specification.
38148         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
38149         result buffer.
38150         (str_cd_iconv): Update.
38151         * tests/test-striconv.c (main): Update.
38152
38153 2007-01-21  Bruno Haible  <bruno@clisp.org>
38154
38155         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
38156
38157 2007-01-20  Jim Meyering  <jim@meyering.net>
38158
38159         * lib/userspec.c (parse_with_separator): If a user or group string
38160         starts with "+", skip the corresponding name-to-ID look-up, since
38161         such a look-up must fail: user and group names may not include "+".
38162
38163 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38164
38165         * lib/poll.c: Include sys/time.h and time.h unconditionally,
38166         since we now assume the sys_time module.
38167         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
38168         check for sys/time.h; no longer needed.
38169         * modules/poll (Depends-on): Depend on sys_time.
38170
38171 2007-01-18  Bruno Haible  <bruno@clisp.org>
38172
38173         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
38174         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
38175
38176         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
38177         gettimeofday.
38178
38179         * tests/test-gettimeofday.c: Include <time.h>.
38180         (dummy): Remove variable.
38181
38182         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
38183         gl_HEADER_SYS_TIME_H.
38184         (gl_HEADER_SYS_TIME_H): New macro.
38185
38186         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
38187         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38188         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
38189         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
38190         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38191         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
38192         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
38193         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38194         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
38195         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
38196         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38197
38198         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
38199         last change; it caused a compilation error when cross-compiling to
38200         Cygwin.
38201
38202 2007-01-18  Jim Meyering  <jim@meyering.net>
38203
38204         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
38205         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
38206         than the race-prone "test -d sys || mkdir sys".
38207         (configure.ac): Use AC_PROG_MKDIR_P.
38208         * modules/sys_select: Likewise.
38209         * modules/sys_socket: Likewise.
38210         * modules/sys_time: Likewise.
38211
38212 2007-01-18  Eric Blake  <ebb9@byu.net>
38213
38214         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
38215         replace gettimeofday.
38216         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
38217         name, to avoid infinite recursion.
38218
38219 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
38220
38221         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
38222         module sys_time.
38223         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
38224         assume timespec.h defines struct timeval.
38225         * lib/settime.c: Likewise.
38226         * lib/utimens.c: Likewise.
38227         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
38228         since we now assume the gettimeofday module.
38229         * lib/tempname.c (__gen_tempname): Likewise.
38230         * lib/gettimeofday.h: Remove.
38231         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
38232         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
38233         Include <time.h>, for 'time()'.
38234         (localtime_buffer_addr): Also use this workaround if
38235         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
38236         to simplify the uses.  All uses changed.
38237         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
38238         that #undef is inside {}, and 'const' follows type name consistently.
38239         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
38240         (gettimeofday): Do not use the maximum possible value for
38241         tv->tv_usec, since that might break usages other than ls.c.
38242         Instead, we'll leave ls.c alone.  This undoes today's patch
38243         by Bruno.  Add a compile-time warning for 1s-clock resolution;
38244         we've never observed the problem but might as well keep the
38245         canary.
38246         * lib/nanosleep.c: Include timespec.h first, for interface check.
38247         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
38248         now assume the sys_time module.
38249         * lib/tempname.c: Likewise.
38250         * lib/timespec.h: Likewise.
38251         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
38252         needed.
38253         * lib/strftime.c: Likewise.
38254         * lib/timespec.h: Likewise.
38255         * lib/posixtm.c: Include posixtm.h first, for interface check.
38256         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
38257         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
38258         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
38259         * lib/sys_time_.h: New file.
38260         * lib/timespec.h (struct timespec): Use long int, not long.
38261         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38262         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
38263         Remove obsolescent call to AC_HEADER_TIME.
38264         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
38265         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
38266         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
38267         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
38268         Likewise.
38269         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
38270         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
38271         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
38272         into the sys_time module.  Check for gettimeofday just once.
38273         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
38274         for gettimeofday signature to just check the signature.  Merely
38275         compile it, since linking doesn't test signature.  Improve test for
38276         whether gettimeofday.o is actually needed.
38277         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
38278         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
38279         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
38280         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38281         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
38282         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
38283         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
38284         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
38285         than worrying about sys/time.h.
38286         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38287         Don't bother worrying about TIME_WITH_SYS_TIME.
38288         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
38289         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
38290         * m4/sys_time_h.m4: New file.
38291         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
38292         Don't include sys/time.h.  Return from main rather than exiting.
38293         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
38294         all uses changed.
38295         * modules/gethrxtime (Depends-on): Add sys_time.
38296         * modules/gettime (Depends-on): Likewise.
38297         * modules/gettimeofday (Depends-on): Likewise.
38298         * modules/nanosleep (Depends-on): Likewise.
38299         * modules/settime (Depends-on): Likewise.
38300         * modules/tempname (Depends-on): Likewise.
38301         * modules/utimens (Depends-on): Likewise.
38302         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
38303         (Include:) Change back to <sys/time.h>.
38304         (Maintainer:) Add self.
38305         * modules/sys_time: New file.
38306         * modules/tempname (Depends-on): Add gettimeofday.
38307         * tests/test-gettimeofday.c: Include <sys/time.h>
38308         rather than gettimeofday.h.
38309
38310 2007-01-17  Bruno Haible  <bruno@clisp.org>
38311
38312         * gnulib-tool (func_get_license): Revert last patch. Instead, let
38313         the license default to GPL.
38314         (func_create_testdir): Don't complain if a module is LGPL and its
38315         tests module depends on GPLed modules.
38316
38317 2007-01-17  Bruno Haible  <bruno@clisp.org>
38318
38319         * lib/gettimeofday.c (gettimeofday): Add code for the case
38320         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
38321         maximum possible value for tv->tv_usec, rather than the minimum one.
38322
38323 2005-10-08  Martin Lambers  <marlam@marlam.de>
38324 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38325 2007-01-16  Bruno Haible  <bruno@clisp.org>
38326
38327         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
38328         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
38329         gl_FUNC_GETTIMEOFDAY.
38330         (Include): Add gettimeofday.h.
38331         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
38332         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
38333         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
38334         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
38335         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
38336         * lib/gettimeofday.h: New file.
38337         * lib/gettimeofday.c: Include <sys/timeb.h>.
38338         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
38339         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38340         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
38341         fall back on time().
38342
38343         * tests/test-gettimeofday.c: New file.
38344         * modules/gettimeofday-tests: New file.
38345
38346 2007-01-16  Eric Blake  <ebb9@byu.net>
38347
38348         * modules/fnmatch (Depends-on): Depend on wchar.
38349         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
38350         * m4/fnmatch.m4: Likewise.
38351         * modules/mbchar (Makefile.am): Assume <wchar.h>.
38352         * m4/mbchar.m4: Likewise.
38353         * modules/mbswidth (Depends-on): Depend on wchar.
38354         * lib/mbswidth.c: Assume <wchar.h>.
38355         * m4/mbswidth.m4: Likewise.
38356         * modules/quotearg (Depends-on): Depend on wchar.
38357         * lib/quotearg.c: Assume <wchar.h>.
38358         * m4/quotearg.m4: Likewise.
38359         * modules/regex (Depends-on): Depend on wchar.
38360         * lib/regex_internal.h: Assume <wchar.h>.
38361         * m4/regex.m4: Likewise.
38362         * modules/stdint (Depends-on): Depend on wchar.
38363         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
38364         * m4/stdint.m4: Likewise.
38365         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
38366         * modules/strftime (Depends-on): Depend on wchar.
38367         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
38368         * modules/strtol (Depends-on): Depend on wchar.
38369         * lib/strtol.c: Assume <wchar.h>.
38370         * modules/wcwidth (Depends-on): Depend on wchar.
38371         * lib/wcwidth.h: Assume <wchar.h>.
38372         * m4/wcwidth.m4: Likewise.
38373
38374 2007-01-16  Bruno Haible  <bruno@clisp.org>
38375
38376         * modules/csharpexec-script: New, created from...
38377         * modules/csharpexec: ... this.
38378
38379 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
38380
38381         * modules/javaexec-script: New, created from...
38382         * modules/javaexec: ... this.
38383
38384 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38385
38386         * modules/poll (Dependencies): Add sys_select.
38387
38388 2007-01-15  Jim Meyering  <jim@meyering.net>
38389
38390         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
38391         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
38392         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
38393         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
38394
38395 2007-01-15  Bruno Haible  <bruno@clisp.org>
38396
38397         * modules/striconveh: New file.
38398         * lib/striconveh.h: New file.
38399         * lib/striconveh.c: New file.
38400         * MODULES.html.sh (Internationalization functions): Add striconveh.
38401
38402         * modules/striconveh-tests: New file.
38403         * tests/test-striconveh.c: New file.
38404
38405 2007-01-15  Bruno Haible  <bruno@clisp.org>
38406
38407         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
38408         not from GNU libiconv or GNU libc.
38409
38410 2007-01-15  Bruno Haible  <bruno@clisp.org>
38411
38412         * doc/gnulib-intro.texi (Copyright): Explain the different license
38413         terms for module descriptions, autoconf macros, tests, documentation.
38414
38415 2007-01-14  Bruno Haible  <bruno@clisp.org>
38416
38417         * modules/striconv-tests: New file.
38418         * tests/test-striconv.c: New file.
38419
38420 2007-01-14  Bruno Haible  <bruno@clisp.org>
38421
38422         * modules/iconv-tests: New file.
38423         * tests/test-iconv.c: New file.
38424
38425 2007-01-14  Bruno Haible  <bruno@clisp.org>
38426
38427         * gnulib-tool (func_get_license): For test modules, use the license of
38428         the main module.
38429
38430 2007-01-14  Bruno Haible  <bruno@clisp.org>
38431
38432         * modules/iconv (Include): Clarify that <iconv.h> can only be included
38433         if iconv is found to exist.
38434
38435 2007-01-14  Bruno Haible  <bruno@clisp.org>
38436
38437         * modules/c-ctype-tests: New file.
38438         * tests/test-c-ctype.c: New file.
38439
38440 2007-01-14  Bruno Haible  <bruno@clisp.org>
38441
38442         * modules/binary-io-tests: New file.
38443         * tests/test-binary-io.sh: New file.
38444         * tests/test-binary-io.c: New file.
38445
38446 2007-01-14  Bruno Haible  <bruno@clisp.org>
38447
38448         * modules/array-oset-tests: New file.
38449         * tests/test-array_oset.c: New file.
38450
38451 2007-01-14  Bruno Haible  <bruno@clisp.org>
38452
38453         * modules/array-list-tests: New file.
38454         * tests/test-array_list.c: New file.
38455
38456 2007-01-14  Bruno Haible  <bruno@clisp.org>
38457
38458         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
38459         and make.
38460         Reported by Simon Josefsson in
38461         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
38462
38463 2007-01-14  Bruno Haible  <bruno@clisp.org>
38464
38465         * modules/allocsa-tests: New file.
38466         * tests/test-allocsa.c: New file.
38467
38468 2007-01-14  Bruno Haible  <bruno@clisp.org>
38469
38470         * modules/fchdir (Depends-on): Add absolute-header.
38471         * modules/unistd (Depends-on): Likewise.
38472
38473 2006-12-30  Bruno Haible  <bruno@clisp.org>
38474
38475         * modules/fchdir: New file.
38476         * modules/unistd (Files): Add lib/unistd_.h.
38477         (Makefile.am): Generate unistd.h from unistd_.h.
38478         * lib/fchdir.c: New file.
38479         * lib/dirent_.h: New file.
38480         * lib/unistd_.h: New file.
38481         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
38482         * m4/fchdir.m4: New file.
38483         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
38484         (gl_HEADER_UNISTD): Invoke it.
38485         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
38486         function.
38487         * lib/backupfile.c (opendir, closedir): Undefine.
38488         * lib/chown.c (open, close): Undefine.
38489         * lib/clean-temp.c (open, close): Undefine.
38490         * lib/copy-file.c (open, close): Undefine.
38491         * lib/execute.c (open, close): Undefine.
38492         * lib/fsusage.c (open, close): Undefine.
38493         * lib/gc-gnulib.c (open, close): Undefine.
38494         * lib/getcwd.c (opendir, closedir): Undefine.
38495         * lib/glob.c (opendir, closedir): Undefine.
38496         * lib/javacomp.c (open, close): Undefine.
38497         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
38498         * lib/openat-proc.c (open, close): Undefine.
38499         * lib/pagealign_alloc.c (open, close): Undefine.
38500         * lib/pipe.c (open, close): Undefine.
38501         * lib/progreloc.c (open, close): Undefine.
38502         * lib/savedir.c (opendir, closedir): Undefine.
38503         * lib/utime.c (open, close): Undefine.
38504         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
38505
38506 2007-01-10  Bruno Haible  <bruno@clisp.org>
38507
38508         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
38509
38510 2007-01-12  Eric Blake  <ebb9@byu.net>
38511
38512         Provide a robust <wchar.h>.  Further simplifications are now
38513         possible in other modules, but not included here.
38514         * modules/wchar: New module.
38515         * m4/wchar.m4: New file.
38516         * lib/wchar_.h: Likewise.
38517         * modules/mbchar (Depends-on): Depend on wchar, as the first use
38518         of the new module.
38519         * MODULES.html.sh (Extended multibyte and wide character utilities):
38520         New section.
38521
38522 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
38523
38524         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
38525         to a reasonable default for memory allocation.
38526         (xreadlink): Don't allocate a huge buffer, to work around a buggy
38527         file system that reports garbage st_size values for symlinks.
38528         Problem reported by Liyang Hu.
38529
38530 2007-01-11  Simon Josefsson  <simon@josefsson.org>
38531
38532         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
38533         Emacs .#* auto-save files).
38534
38535 2007-01-11  Bruno Haible  <bruno@clisp.org>
38536
38537         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
38538         directory.
38539
38540 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38541
38542         Use @...@ consistently in lib/wctype_.h.
38543         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
38544         on it being set to 1 or 0.
38545         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
38546         go back to AC_SUBSTing it.
38547         * modules/wctype (Makefile.am): Undo previous change.
38548
38549 2007-01-10  Eric Blake  <ebb9@byu.net>
38550
38551         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
38552         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
38553         * modules/wctype (Makefile.am): Likewise.
38554         Reported by Chris McGuire.
38555
38556 2007-01-10  Jim Meyering  <jim@meyering.net>
38557
38558         fts.c: a small readability/maintainability improvement
38559         * lib/fts.c (fts_read): Make this code slightly more readable and
38560         maintainable by hoisting the "sp->fts_cur = p" assignments to
38561         immediately follow the statements that set P.  Derived from
38562         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
38563
38564 2007-01-10  Eric Blake  <ebb9@byu.net>
38565
38566         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
38567         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
38568         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38569         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
38570         Reported by Chris McGuire.
38571
38572 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38573
38574         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
38575         in sed script.
38576
38577 2007-01-09  Bruno Haible  <bruno@clisp.org>
38578
38579         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
38580         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
38581         variables.
38582         (func_module): Use them.
38583
38584 2007-01-09  Bruno Haible  <bruno@clisp.org>
38585
38586         * modules/unistr/base: New file.
38587         * lib/unistr.h: New file.
38588
38589         * modules/unistr/u8-to-u16: New file.
38590         * lib/unistr/u8-to-u16.c: New file.
38591
38592         * modules/unistr/u8-to-u32: New file.
38593         * lib/unistr/u8-to-u32.c: New file.
38594
38595         * modules/unistr/u16-to-u8: New file.
38596         * lib/unistr/u16-to-u8.c: New file.
38597
38598         * modules/unistr/u16-to-u32: New file.
38599         * lib/unistr/u16-to-u32.c: New file.
38600
38601         * modules/unistr/u32-to-u8: New file.
38602         * lib/unistr/u32-to-u8.c: New file.
38603
38604         * modules/unistr/u32-to-u16: New file.
38605         * lib/unistr/u32-to-u16.c: New file.
38606
38607         * modules/unistr/u8-check: New file.
38608         * modules/unistr/u16-check: New file.
38609         * modules/unistr/u32-check: New file.
38610         * lib/unistr/u8-check.c: New file.
38611         * lib/unistr/u16-check.c: New file.
38612         * lib/unistr/u32-check.c: New file.
38613
38614         * modules/unistr/u8-chr: New file.
38615         * modules/unistr/u16-chr: New file.
38616         * modules/unistr/u32-chr: New file.
38617         * lib/unistr/u8-chr.c: New file.
38618         * lib/unistr/u16-chr.c: New file.
38619         * lib/unistr/u32-chr.c: New file.
38620
38621         * modules/unistr/u8-cmp: New file.
38622         * modules/unistr/u16-cmp: New file.
38623         * modules/unistr/u32-cmp: New file.
38624         * lib/unistr/u8-cmp.c: New file.
38625         * lib/unistr/u16-cmp.c: New file.
38626         * lib/unistr/u32-cmp.c: New file.
38627
38628         * modules/unistr/u8-cpy: New file.
38629         * modules/unistr/u16-cpy: New file.
38630         * modules/unistr/u32-cpy: New file.
38631         * lib/unistr/u8-cpy.c: New file.
38632         * lib/unistr/u16-cpy.c: New file.
38633         * lib/unistr/u32-cpy.c: New file.
38634         * lib/unistr/u-cpy.h: New file.
38635
38636         * modules/unistr/u8-cpy-alloc: New file.
38637         * modules/unistr/u16-cpy-alloc: New file.
38638         * modules/unistr/u32-cpy-alloc: New file.
38639         * lib/unistr/u8-cpy-alloc.c: New file.
38640         * lib/unistr/u16-cpy-alloc.c: New file.
38641         * lib/unistr/u32-cpy-alloc.c: New file.
38642         * lib/unistr/u-cpy-alloc.h: New file.
38643
38644         * modules/unistr/u8-endswith: New file.
38645         * modules/unistr/u16-endswith: New file.
38646         * modules/unistr/u32-endswith: New file.
38647         * lib/unistr/u8-endswith.c: New file.
38648         * lib/unistr/u16-endswith.c: New file.
38649         * lib/unistr/u32-endswith.c: New file.
38650         * lib/unistr/u-endswith.h: New file.
38651
38652         * modules/unistr/u8-mblen: New file.
38653         * modules/unistr/u16-mblen: New file.
38654         * modules/unistr/u32-mblen: New file.
38655         * lib/unistr/u8-mblen.c: New file.
38656         * lib/unistr/u16-mblen.c: New file.
38657         * lib/unistr/u32-mblen.c: New file.
38658
38659         * modules/unistr/u8-mbtouc: New file.
38660         * modules/unistr/u16-mbtouc: New file.
38661         * modules/unistr/u32-mbtouc: New file.
38662         * lib/unistr/u8-mbtouc.c: New file.
38663         * lib/unistr/u16-mbtouc.c: New file.
38664         * lib/unistr/u32-mbtouc.c: New file.
38665
38666         * modules/unistr/u8-mbtouc-safe: New file.
38667         * modules/unistr/u16-mbtouc-safe: New file.
38668         * modules/unistr/u32-mbtouc-safe: New file.
38669         * lib/unistr/u8-mbtouc-safe.c: New file.
38670         * lib/unistr/u16-mbtouc-safe.c: New file.
38671         * lib/unistr/u32-mbtouc-safe.c: New file.
38672
38673         * modules/unistr/u8-move: New file.
38674         * modules/unistr/u16-move: New file.
38675         * modules/unistr/u32-move: New file.
38676         * lib/unistr/u8-move.c: New file.
38677         * lib/unistr/u16-move.c: New file.
38678         * lib/unistr/u32-move.c: New file.
38679         * lib/unistr/u-move.h: New file.
38680
38681         * modules/unistr/u8-next: New file.
38682         * modules/unistr/u16-next: New file.
38683         * modules/unistr/u32-next: New file.
38684         * lib/unistr/u8-next.c: New file.
38685         * lib/unistr/u16-next.c: New file.
38686         * lib/unistr/u32-next.c: New file.
38687
38688         * modules/unistr/u8-prev: New file.
38689         * modules/unistr/u16-prev: New file.
38690         * modules/unistr/u32-prev: New file.
38691         * lib/unistr/u8-prev.c: New file.
38692         * lib/unistr/u16-prev.c: New file.
38693         * lib/unistr/u32-prev.c: New file.
38694
38695         * modules/unistr/u8-set: New file.
38696         * modules/unistr/u16-set: New file.
38697         * modules/unistr/u32-set: New file.
38698         * lib/unistr/u8-set.c: New file.
38699         * lib/unistr/u16-set.c: New file.
38700         * lib/unistr/u32-set.c: New file.
38701         * lib/unistr/u-set.h: New file.
38702
38703         * modules/unistr/u8-startswith: New file.
38704         * modules/unistr/u16-startswith: New file.
38705         * modules/unistr/u32-startswith: New file.
38706         * lib/unistr/u8-startswith.c: New file.
38707         * lib/unistr/u16-startswith.c: New file.
38708         * lib/unistr/u32-startswith.c: New file.
38709         * lib/unistr/u-startswith.h: New file.
38710
38711         * modules/unistr/u8-stpcpy: New file.
38712         * modules/unistr/u16-stpcpy: New file.
38713         * modules/unistr/u32-stpcpy: New file.
38714         * lib/unistr/u8-stpcpy.c: New file.
38715         * lib/unistr/u16-stpcpy.c: New file.
38716         * lib/unistr/u32-stpcpy.c: New file.
38717         * lib/unistr/u-stpcpy.h: New file.
38718
38719         * modules/unistr/u8-stpncpy: New file.
38720         * modules/unistr/u16-stpncpy: New file.
38721         * modules/unistr/u32-stpncpy: New file.
38722         * lib/unistr/u8-stpncpy.c: New file.
38723         * lib/unistr/u16-stpncpy.c: New file.
38724         * lib/unistr/u32-stpncpy.c: New file.
38725         * lib/unistr/u-stpncpy.h: New file.
38726
38727         * modules/unistr/u8-strcat: New file.
38728         * modules/unistr/u16-strcat: New file.
38729         * modules/unistr/u32-strcat: New file.
38730         * lib/unistr/u8-strcat.c: New file.
38731         * lib/unistr/u16-strcat.c: New file.
38732         * lib/unistr/u32-strcat.c: New file.
38733         * lib/unistr/u-strcat.h: New file.
38734
38735         * modules/unistr/u8-strchr: New file.
38736         * modules/unistr/u16-strchr: New file.
38737         * modules/unistr/u32-strchr: New file.
38738         * lib/unistr/u8-strchr.c: New file.
38739         * lib/unistr/u16-strchr.c: New file.
38740         * lib/unistr/u32-strchr.c: New file.
38741
38742         * modules/unistr/u8-strcmp: New file.
38743         * modules/unistr/u16-strcmp: New file.
38744         * modules/unistr/u32-strcmp: New file.
38745         * lib/unistr/u8-strcmp.c: New file.
38746         * lib/unistr/u16-strcmp.c: New file.
38747         * lib/unistr/u32-strcmp.c: New file.
38748
38749         * modules/unistr/u8-strcpy: New file.
38750         * modules/unistr/u16-strcpy: New file.
38751         * modules/unistr/u32-strcpy: New file.
38752         * lib/unistr/u8-strcpy.c: New file.
38753         * lib/unistr/u16-strcpy.c: New file.
38754         * lib/unistr/u32-strcpy.c: New file.
38755         * lib/unistr/u-strcpy.h: New file.
38756
38757         * modules/unistr/u8-strcspn: New file.
38758         * modules/unistr/u16-strcspn: New file.
38759         * modules/unistr/u32-strcspn: New file.
38760         * lib/unistr/u8-strcspn.c: New file.
38761         * lib/unistr/u16-strcspn.c: New file.
38762         * lib/unistr/u32-strcspn.c: New file.
38763         * lib/unistr/u-strcspn.h: New file.
38764
38765         * modules/unistr/u8-strdup: New file.
38766         * modules/unistr/u16-strdup: New file.
38767         * modules/unistr/u32-strdup: New file.
38768         * lib/unistr/u8-strdup.c: New file.
38769         * lib/unistr/u16-strdup.c: New file.
38770         * lib/unistr/u32-strdup.c: New file.
38771         * lib/unistr/u-strdup.h: New file.
38772
38773         * modules/unistr/u8-strlen: New file.
38774         * modules/unistr/u16-strlen: New file.
38775         * modules/unistr/u32-strlen: New file.
38776         * lib/unistr/u8-strlen.c: New file.
38777         * lib/unistr/u16-strlen.c: New file.
38778         * lib/unistr/u32-strlen.c: New file.
38779         * lib/unistr/u-strlen.h: New file.
38780
38781         * modules/unistr/u8-strmblen: New file.
38782         * modules/unistr/u16-strmblen: New file.
38783         * modules/unistr/u32-strmblen: New file.
38784         * lib/unistr/u8-strmblen.c: New file.
38785         * lib/unistr/u16-strmblen.c: New file.
38786         * lib/unistr/u32-strmblen.c: New file.
38787
38788         * modules/unistr/u8-strmbtouc: New file.
38789         * modules/unistr/u16-strmbtouc: New file.
38790         * modules/unistr/u32-strmbtouc: New file.
38791         * lib/unistr/u8-strmbtouc.c: New file.
38792         * lib/unistr/u16-strmbtouc.c: New file.
38793         * lib/unistr/u32-strmbtouc.c: New file.
38794
38795         * modules/unistr/u8-strncat: New file.
38796         * modules/unistr/u16-strncat: New file.
38797         * modules/unistr/u32-strncat: New file.
38798         * lib/unistr/u8-strncat.c: New file.
38799         * lib/unistr/u16-strncat.c: New file.
38800         * lib/unistr/u32-strncat.c: New file.
38801         * lib/unistr/u-strncat.h: New file.
38802
38803         * modules/unistr/u8-strncmp: New file.
38804         * modules/unistr/u16-strncmp: New file.
38805         * modules/unistr/u32-strncmp: New file.
38806         * lib/unistr/u8-strncmp.c: New file.
38807         * lib/unistr/u16-strncmp.c: New file.
38808         * lib/unistr/u32-strncmp.c: New file.
38809
38810         * modules/unistr/u8-strncpy: New file.
38811         * modules/unistr/u16-strncpy: New file.
38812         * modules/unistr/u32-strncpy: New file.
38813         * lib/unistr/u8-strncpy.c: New file.
38814         * lib/unistr/u16-strncpy.c: New file.
38815         * lib/unistr/u32-strncpy.c: New file.
38816         * lib/unistr/u-strncpy.h: New file.
38817
38818         * modules/unistr/u8-strnlen: New file.
38819         * modules/unistr/u16-strnlen: New file.
38820         * modules/unistr/u32-strnlen: New file.
38821         * lib/unistr/u8-strnlen.c: New file.
38822         * lib/unistr/u16-strnlen.c: New file.
38823         * lib/unistr/u32-strnlen.c: New file.
38824         * lib/unistr/u-strnlen.h: New file.
38825
38826         * modules/unistr/u8-strpbrk: New file.
38827         * modules/unistr/u16-strpbrk: New file.
38828         * modules/unistr/u32-strpbrk: New file.
38829         * lib/unistr/u8-strpbrk.c: New file.
38830         * lib/unistr/u16-strpbrk.c: New file.
38831         * lib/unistr/u32-strpbrk.c: New file.
38832         * lib/unistr/u-strpbrk.h: New file.
38833
38834         * modules/unistr/u8-strrchr: New file.
38835         * modules/unistr/u16-strrchr: New file.
38836         * modules/unistr/u32-strrchr: New file.
38837         * lib/unistr/u8-strrchr.c: New file.
38838         * lib/unistr/u16-strrchr.c: New file.
38839         * lib/unistr/u32-strrchr.c: New file.
38840
38841         * modules/unistr/u8-strspn: New file.
38842         * modules/unistr/u16-strspn: New file.
38843         * modules/unistr/u32-strspn: New file.
38844         * lib/unistr/u8-strspn.c: New file.
38845         * lib/unistr/u16-strspn.c: New file.
38846         * lib/unistr/u32-strspn.c: New file.
38847         * lib/unistr/u-strspn.h: New file.
38848
38849         * modules/unistr/u8-strstr: New file.
38850         * modules/unistr/u16-strstr: New file.
38851         * modules/unistr/u32-strstr: New file.
38852         * lib/unistr/u8-strstr.c: New file.
38853         * lib/unistr/u16-strstr.c: New file.
38854         * lib/unistr/u32-strstr.c: New file.
38855         * lib/unistr/u-strstr.h: New file.
38856
38857         * modules/unistr/u8-strtok: New file.
38858         * modules/unistr/u16-strtok: New file.
38859         * modules/unistr/u32-strtok: New file.
38860         * lib/unistr/u8-strtok.c: New file.
38861         * lib/unistr/u16-strtok.c: New file.
38862         * lib/unistr/u32-strtok.c: New file.
38863         * lib/unistr/u-strtok.h: New file.
38864
38865         * modules/unistr/u8-uctomb: New file.
38866         * modules/unistr/u16-uctomb: New file.
38867         * modules/unistr/u32-uctomb: New file.
38868         * lib/unistr/u8-uctomb.c: New file.
38869         * lib/unistr/u16-uctomb.c: New file.
38870         * lib/unistr/u32-uctomb.c: New file.
38871
38872         * MODULES.html.sh (Unicode string functions): Add the new modules.
38873
38874 2007-01-08  Bruno Haible  <bruno@clisp.org>
38875
38876         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
38877         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
38878         subdirectories.
38879
38880 2007-01-08  Karl Berry  <karl@gnu.org>
38881
38882         * doc/error.texi: mention that main() fns must set program_name
38883         when progname is used.
38884
38885 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
38886
38887         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
38888         WCTYPE_H is empty, for the benefit of builds from non-distclean
38889         directories.  Problem reported by Eric Blake in
38890         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
38891
38892 2007-01-08  Bruno Haible  <bruno@clisp.org>
38893
38894         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
38895         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
38896         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
38897         PROVIDE_CANONICALIZE_FILENAME_MODE.
38898         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
38899
38900 2007-01-08  Bruno Haible  <bruno@clisp.org>
38901
38902         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
38903         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
38904         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
38905         * lib/fts.c: Likewise.
38906         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
38907
38908 2006-12-25  Bruno Haible  <bruno@clisp.org>
38909
38910         * modules/utf8-ucs4-safe: New file.
38911         * lib/utf8-ucs4-safe.h: New file.
38912         * lib/unistr/utf8-ucs4-safe.c: New file.
38913
38914         * modules/utf16-ucs4-safe: New file.
38915         * lib/utf16-ucs4-safe.h: New file.
38916         * lib/unistr/utf16-ucs4-safe.c: New file.
38917
38918         * MODULES.html.sh (Unicode string functions): Add the new modules.
38919
38920 2007-01-08  Bruno Haible  <bruno@clisp.org>
38921
38922         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
38923         (Depends-on): Add unitypes.
38924         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38925         (u8_mbtouc_aux): Move out to separate file.
38926         (u8_mbtouc): Use ucs4_t, uint8_t types.
38927         * lib/unistr/utf8-ucs4.c: New file.
38928
38929         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
38930         (Depends-on): Add unitypes.
38931         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38932         (u16_mbtouc_aux): Move out to separate file.
38933         (u16_mbtouc): Use ucs4_t, uint16_t types.
38934         * lib/unistr/utf16-ucs4.c: New file.
38935
38936         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
38937         (Depends-on): Add unitypes.
38938         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
38939         (u8_uctomb_aux): Move out to separate file.
38940         (u8_uctomb): Use ucs4_t, uint8_t types.
38941         * lib/unistr/ucs4-utf8.c: New file.
38942
38943         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
38944         (Depends-on): Add unitypes.
38945         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
38946         (u16_uctomb_aux): Move out to separate file.
38947         (u16_uctomb): Use ucs4_t, uint16_t types.
38948         * lib/unistr/ucs4-utf16.c: New file.
38949
38950 2006-12-25  Bruno Haible  <bruno@clisp.org>
38951
38952         * modules/unitypes: New file.
38953         * lib/unitypes.h: New file.
38954         * MODULES.html.sh (func_all_modules): New section "Unicode string
38955         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
38956         this section. Add unitypes.
38957
38958 2007-01-08  Bruno Haible  <bruno@clisp.org>
38959
38960         Avoid variable names that conflict with those from libtool.
38961         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
38962         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
38963         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
38964         library_names_spec to acl_library_names_spec, hardcode_* to
38965         acl_hardcode_*.
38966         Reported by Ralf Wildenhues.
38967
38968 2007-01-08  Bruno Haible  <bruno@clisp.org>
38969
38970         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
38971         definition.
38972         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
38973         definition.
38974         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
38975         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
38976         definition.
38977         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
38978         definition.
38979         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
38980         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
38981         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
38982         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
38983         definition.
38984         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
38985         definition.
38986         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
38987         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
38988         GC_USE_<algorithm>.
38989         * lib/gc-libgcrypt.c: Likewise.
38990         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
38991         * modules/gc-arctwo (configure.ac): Likewise.
38992         * modules/gc-des (configure.ac): Likewise.
38993         * modules/gc-hmac-md5 (configure.ac): Likewise.
38994         * modules/gc-hmac-sha1 (configure.ac): Likewise.
38995         * modules/gc-md2 (configure.ac): Likewise.
38996         * modules/gc-md4 (configure.ac): Likewise.
38997         * modules/gc-md5 (configure.ac): Likewise.
38998         * modules/gc-random (configure.ac): Likewise.
38999         * modules/gc-rijndael (configure.ac): Likewise.
39000         * modules/gc-sha1 (configure.ac): Likewise.
39001
39002 2007-01-08  Bruno Haible  <bruno@clisp.org>
39003
39004         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
39005         macro definition.
39006         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
39007         definition.
39008         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
39009         definition.
39010         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
39011         * modules/fcntl-safer (configure.ac): Likewise.
39012         * modules/fopen-safer (configure.ac): Likewise.
39013         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
39014         GNULIB_FWRITEERROR macro definition.
39015
39016 2007-01-08  Bruno Haible  <bruno@clisp.org>
39017
39018         * m4/gnulib-common.m4: New file.
39019         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
39020         (func_get_filelist): Add m4/gnulib-common.m4.
39021
39022 2007-01-08  Bruno Haible  <bruno@clisp.org>
39023
39024         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
39025         command.
39026
39027 2007-01-08  Jim Meyering  <jim@meyering.net>
39028
39029         Use a more robust test for a "can't happen" condition.
39030         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
39031         narrowed the st_size value.  Presuming the "can't happen" condition
39032         is true, that narrowing could conceivably convert an invalid st_size
39033         value into a valid one.  Instead, use a change based on Matthew
39034         Woehlke's original patch.
39035
39036         Slight readability improvement: use an assert-like macro
39037         in place of literal "abort ()" uses.
39038         * lib/fts.c (fts_assert): Define.
39039         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
39040         Use this macro instead of a bare 'abort'.
39041
39042 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
39043
39044         Don't worry about using IRIX 5.3's wctype.h broken definitions;
39045         simply work around them.
39046         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
39047         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
39048         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
39049         declaring.
39050         Don't bother to define as macros, since the standard doesn't require it.
39051         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
39052         longer worry about IRIX 5.3.
39053         (HAVE_WCTYPE_CTMP_BUG): Remove.
39054
39055 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
39056
39057         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
39058         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
39059         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
39060         Problems reported by Georg Schwarz for IRIX 5.3.
39061
39062         * gnulib-tool (autoconf_minversion): Take the maximum version number
39063         found, not the minimum.  Problem reported by James Youngman.
39064
39065 2007-01-03  Karl Berry  <karl@gnu.org>
39066
39067         * doc/error.texi: new file, explaining interaction with progname.
39068         * doc/gnulib.texi: include it.  Update copyright.
39069
39070 2007-01-03  Simon Josefsson  <simon@josefsson.org>
39071
39072         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
39073         AC_CANONICAL_HOST, to improve autobuild outputs.
39074
39075 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
39076             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39077
39078         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
39079         sockets, server sockets, and other file descriptors.  Count errors
39080         to compute the return value.  Reorder the code a bit to be easier
39081         to follow.  Don't set event bits that were not requested (except
39082         POLLERR and POLLHUP).
39083
39084 2007-01-01  Bruno Haible  <bruno@clisp.org>
39085
39086         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
39087
39088 2007-01-03  Jim Meyering  <jim@meyering.net>
39089
39090         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
39091
39092 2007-01-02  Bruno Haible  <bruno@clisp.org>
39093
39094         * modules/settime (Include): Require timespec.h.
39095         * modules/nanosleep (Include): Likewise.
39096
39097 2007-01-01  Bruno Haible  <bruno@clisp.org>
39098
39099         * gnulib-tool (func_emit_copyright_notice): Bump year.
39100         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
39101
39102 2007-01-01  Bruno Haible  <bruno@clisp.org>
39103
39104         Improve support for OpenBSD.
39105         * build-aux/config.rpath (libname_spec): Export.
39106         (library_names_spec): New variable. Export.
39107         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
39108         library_names_spec from the config.rpath output. Locate shared library
39109         through the name pattern in library_names_spec.
39110
39111 2007-01-01  Eric Blake  <ebb9@byu.net>
39112
39113         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
39114
39115 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
39116
39117         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
39118         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
39119         assume the C locale, and avoid an "eval" that could cause trouble.
39120         Problem with SORT reported by Bob Proulx.
39121
39122         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
39123         Define.  Trivial patch from Henning Nielsen Lund, originally
39124         sent to bug-grep@gnu.org today.
39125
39126 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
39127
39128         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
39129         struct stat.  Problem reported by Henning Nielsen Lund.
39130         * lib/acl.c: Include acl.h first, to check interface.  Don't
39131         bother to include sys/types.h and sys/stat.h again.
39132
39133 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
39134
39135         Import the following change from libc; problem reported by
39136         Sven Verdoolaege.
39137
39138         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
39139
39140         [BZ #1373]
39141         * lib/argp.h: Remove __NTH for __argp_usage inline function.
39142
39143 2006-12-28  Jim Meyering  <jim@meyering.net>
39144
39145         * build-aux/announce-gen: Do not assume that the package
39146         builds any of tar.gz, tar.bz2, and .xdelta files.
39147         Suggestion from Simon Josefsson.
39148
39149 2006-12-28  Simon Josefsson  <simon@josefsson.org>
39150
39151         * modules/announce-gen: New file.
39152
39153 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
39154
39155         * lib/mbchar.h: Just include <wctype.h>; the wctype module
39156         handles its gotchas now.
39157         * lib/mbswidth.c: Likewise.
39158         * lib/wcwidth.h: Likewise.
39159         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
39160         and iswcntrl; the wctype module does this stuff now.
39161         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39162         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39163         * modules/mbchar (Depends-on): Add wctype.
39164         * modules/mbswidth (Depends-on): Likewise.
39165         * modules/wcwidth (Depends-on): Likewise.
39166
39167 2006-12-27  Eric Blake  <ebb9@byu.net>
39168
39169         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
39170         module uses more than what <wctype.h> is required to provide.
39171
39172 2006-12-26  Eric Blake  <ebb9@byu.net>
39173
39174         * gnulib-tool (sed_extract_prog): Avoid space-tab.
39175
39176 2006-12-26  Eric Blake  <ebb9@byu.net>
39177
39178         * modules/absolute-header: New module.
39179         * modules/fcntl (Depends-on): Depend on it.
39180         * modules/inttypes (Depends-on): Likewise.
39181         * modules/stdint (Depends-on): Likewise.
39182         * modules/sys_stat (Depends-on): Likewise.
39183         * modules/wctype (Depends-on): Likewise.
39184         * MODULES.html.sh (Support for building libraries and
39185         executables): Document it.
39186
39187 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
39188
39189         * gnulib-tool (SED): Remove, undoing previous change.
39190         The problem was that it broke coreutils on Solaris, because
39191         "sed --posix" leaked into a makefile.
39192         (sed): New alias, if 'alias' and GNU sed.
39193
39194 2006-12-24  Jim Meyering  <jim@meyering.net>
39195
39196         Work around an fchownat bug in glibc-2.4:
39197         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
39198         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
39199         in spite of the -P option.
39200         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
39201         New macros.
39202         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
39203         * modules/openat (Files): Add lib/fchownat.c.
39204         * lib/openat.c (fchownat): Don't define here.  Move to...
39205         * lib/fchownat.c: ...this new file.
39206
39207 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
39208
39209         Fix bug reported by Bruno Haible in
39210         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
39211         where quotearg.c didn't compile on Mac OS X 10.2 because it
39212         lacks <wchar.h> and wint_t.
39213         * lib/wctype_.h (__wctype_wint_t): New type.
39214         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
39215         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
39216         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
39217         Arg is now of type __wctype_wint_t, not wint_t.
39218         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
39219         substitute HAVE_WINT_T.
39220         * modules/wctype (Files): Add m4/wint_t.m4.
39221         (wctype.h): Substitute HAVE_WINT_T.
39222
39223 2006-12-23  Bruno Haible  <bruno@clisp.org>
39224
39225         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
39226
39227 2006-12-23  Bruno Haible  <bruno@clisp.org>
39228
39229         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
39230         S_ISLNK.
39231         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
39232         mingw.
39233
39234 2006-12-22  Bruno Haible  <bruno@clisp.org>
39235
39236         * lib/copy-file.c: Include acl.h.
39237         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
39238         Close the file descriptors only after being done with copy_acl.
39239         * modules/copy-file (Depends-on): Add acl.
39240
39241 2006-12-22  Bruno Haible  <bruno@clisp.org>
39242
39243         * gnulib-tool (SED): New variable.
39244         Use $SED instead of sed everywhere.
39245
39246 2006-12-22  Bruno Haible  <bruno@clisp.org>
39247
39248         * modules/no-c++: New file.
39249         * m4/no-c++.m4: New file.
39250         * MODULES.html.sh (Support for building libraries and executables):
39251         Add no-c++.
39252
39253 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
39254
39255         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39256         Include <limits.h>, and use its INT_MAX to rewrite the
39257         j loop so that it does not overflow 'int'.  Problem reported by
39258         Ralf Wildenhues in
39259         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
39260         Play it safe by shifting left by 1 rather than multiplying by 2,
39261         as GCC is less likely to optimize this away when the value
39262         is signed (when it assumes overflow leads to undefined behavior).
39263         Also, don't assume time_t uses two's complement.
39264
39265 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
39266
39267         * MODULES.html.sh: New module wctype.
39268         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
39269         * lib/fnmatch.c: Don't bother to include <wchar.h> before
39270         <wctype.h>, since the new wctype module should fix this.
39271         * lib/quotearg.c: Include <wctype.h> unconditionally, since
39272         the wctype module should arrange for it.
39273         * lib/regex_internal.h: Likewise.
39274         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
39275         since the wctype module should handle this now.
39276         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
39277         * modules/fnmatch (Depends-on): Add wctype.
39278         * modules/quotearg (Depends-on): Likewise.
39279         * modules/regex (Depends-on): Likewise.
39280
39281 2006-12-19  Bruno Haible  <bruno@clisp.org>
39282
39283         * lib/strdup.h [C++]: Wrap definitions in extern "C".
39284         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
39285
39286 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39287
39288         * modules/savewd (Depends-on): Fix dependency on fcntl.
39289
39290 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
39291
39292         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
39293         conforms to C99, rather than relying on the user's environment
39294         setting of STDINT_H.
39295
39296 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
39297         and Eric Blake  <ebb9@byu.net>
39298
39299         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
39300         This is more consistent with the other defines here.
39301         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
39302         Port to z/OS.  Problem reported by Paul Gilmartin.
39303         Change local vars to use gl_ prefix rather than ac_.
39304         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
39305         with other defines.
39306         * modules/double-slash-root: New module.
39307         * modules/dirname (Files): Remove m4/double-slash-root.m4.
39308         (Depends-on): Add double-slash-root.
39309         * MODULES.html.sh (File system functions): Mention new module.
39310
39311 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
39312
39313         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
39314         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
39315         This is for the benefit of gzip, which doesn't do i18n.
39316
39317 2006-12-12  Jim Meyering  <jim@meyering.net>
39318
39319         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
39320         Reported by Andreas Schwab <schwab@suse.de>.
39321
39322 2006-12-12  Bruno Haible  <bruno@clisp.org>
39323
39324         Merge these changes.
39325         2006-09-05  Bruno Haible  <bruno@clisp.org>
39326         * lib/iconvme.c (iconv_string): No need to save and restore errno when
39327         iconv_alloc succeeded.
39328         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
39329         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
39330         test for " && dest " at the end - dest is always != NULL there. Call
39331         iconv with 4xNULL arguments initially, to reset the state. Call iconv
39332         with 2xNULL arguments, also to flush the state storage. Handle the
39333         IRIX iconv behaviour. Realloc the final result, to throw away unused
39334         memory.
39335
39336 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
39337
39338         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
39339         and fchmodat unconditionally, since glibc 2.4 has them.
39340         Problem reported by Arkadiusz Miskiewicz.
39341
39342 2006-12-10  Bruno Haible  <bruno@clisp.org>
39343
39344         * gnulib-tool (func_import): Show the include files only for those
39345         modules that are copied and specified.
39346         Reported by Karl Berry.
39347
39348 2006-12-08  Jim Meyering  <jim@meyering.net>
39349
39350         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
39351         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
39352
39353         * build-aux/announce-gen: Add two new options, both optional:
39354         --bootstrap-tools=TOOL_LIST
39355               a comma-separated list of tools, e.g.,
39356               autoconf,automake,bison,gnulib
39357         --gnulib-snapshot-date=DATE
39358               if gnulib is in the bootstrap tool list,
39359               then report this as the snapshot date.
39360               If not specified, use the current date/time.
39361               If you specify a date here, be sure it's UTC.
39362
39363 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39364
39365         * tests/test-argp-2.sh: Fix test to match actual output.
39366         (func_compare): Fix sed script to be portable.
39367
39368 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
39369
39370         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
39371         workaround for this case.  It is not autoconfigured now; offhand
39372         it's hard to see how to autoconfigure it.
39373
39374 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
39375
39376         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
39377         a directory that is about to be chowned.  Such a directory's
39378         initial file permissions should permit the owner only and this
39379         should not be changed until after the chown, since the group and
39380         other bits would be incorrect if they granted permission before
39381         the chown.
39382
39383         Fix porting problem for iswctype reported by Georg Schwarz in:
39384         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
39385         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
39386         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
39387         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
39388         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
39389
39390 2006-12-03  Jim Meyering  <jim@meyering.net>
39391
39392         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
39393         p->fts_statp may not yet be defined.
39394         (fts_read): Instead, set it in the caller, once p->fts_statp is
39395         sure to be defined, and corresponds to a top-level directory.
39396         This bug made du -x fail.  Here's the coreutils test case:
39397         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
39398         Reported by Mike Frysinger.
39399
39400 2006-12-01  Jim Meyering  <jim@meyering.net>
39401
39402         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
39403         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
39404         Reported by Simon Josefsson.
39405
39406 2006-11-30  Jim Meyering  <jim@meyering.net>
39407
39408         * m4/warning.m4: Use the all-permissive copyright notice
39409         recommended by RMS (rather than LGPL).
39410         * m4/vararrays.m4: Likewise.
39411         * m4/flexmember.m4: Likewise.
39412
39413 2006-11-29  Bruno Haible  <bruno@clisp.org>
39414
39415         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39416         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
39417         using +=.
39418         Reported by Simon Josefsson <simon@josefsson.org>.
39419
39420 2006-11-28  James Youngman <jay@gnu.org>
39421
39422         * README: Advise users that they might find the bug-gnulib@gnu.org
39423         and autotools-announce@gnu.org mailing lists useful.
39424
39425 2006-11-28  Bruno Haible  <bruno@clisp.org>
39426
39427         * m4/ptrdiff_max.m4: Remove file.
39428
39429 2006-11-21  Bruno Haible  <bruno@clisp.org>
39430
39431         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
39432         _AC_COMPUTE_INT.
39433         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39434         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
39435         _AC_COMPUTE_INT.
39436         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39437         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
39438         _AC_COMPUTE_INT.
39439         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39440
39441 2006-11-28  Jim Meyering  <jim@meyering.net>
39442
39443         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
39444         warning from "gcc -Wshadow" about shadowing the builtin.
39445
39446 2006-11-27  Bruno Haible  <bruno@clisp.org>
39447
39448         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
39449         _AC_COMPUTE_INT.
39450         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39451
39452 2006-11-27  Bruno Haible  <bruno@clisp.org>
39453             Paul Eggert  <eggert@cs.ucla.edu>
39454
39455         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
39456
39457 2006-11-26  Bruno Haible  <bruno@clisp.org>
39458
39459         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39460         noinst_LTLIBRARIES.
39461
39462 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
39463             Bruno Haible  <bruno@clisp.org>
39464
39465         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
39466         if compiling with "gcc -ansi".
39467
39468 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
39469
39470         Fix some incompatibilities with gcc -ansi -pedantic.
39471         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
39472         if compiling pedantically with GCC, unless it's C99 or later.
39473         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
39474         it mishandles gcc -ansi -pedantic as well.
39475         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
39476         if gcc -pedantic.
39477         * lib/regexec.c (check_node_accept_bytes): Don't use auto
39478         initializers for struct if -pedantic, unless it's C99 or later.
39479
39480 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
39481
39482         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
39483         Don't close an fd more than once. Identical atimes indicate
39484         success, not failure.
39485
39486 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
39487
39488         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
39489
39490 2006-11-23  Jim Meyering  <jim@meyering.net>
39491
39492         * build-aux/announce-gen: New file.  From coreutils.
39493
39494 2006-11-22  Jim Meyering  <jim@meyering.net>
39495
39496         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
39497         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
39498         (fts_read): Use a temporary to narrow the overused st_size member
39499         before using it in a switch statement.  Reported by Matthew Woehlke.
39500
39501         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
39502         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
39503
39504 2006-11-20  Bruno Haible  <bruno@clisp.org>
39505
39506         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
39507         changequote instead of pairs of brackets.
39508         Reported by Andreas Schwab <schwab@suse.de>.
39509
39510 2006-11-21  Jim Meyering  <jim@meyering.net>
39511
39512         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
39513         so as to remain compatible with older compilers.
39514         Patch from Michael Deutschmann.
39515
39516 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39517
39518         * MODULES.html.sh (File system functions): Add openat.
39519
39520         * lib/openat.h (rpl_fstatat): New macro, if
39521         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
39522         (fstatat): Define to rpl_fstatat under the same conditions,
39523         unless COMPILING_FSTATAT.
39524         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
39525         seems to have the bug.
39526         * lib/fstatat.c: New file.
39527         * modules/openat (Files): Add it.
39528
39529 2006-11-20  Bruno Haible  <bruno@clisp.org>
39530
39531         * Makefile: New file.
39532
39533 2006-11-20  Jim Meyering  <jim@meyering.net>
39534
39535         The beginnings of syntax-related checks for gnulib.
39536         * lib/Makefile: New file.
39537         * lib/t-idcache: New script.  Ensure that the two halves of
39538         idcache.c stay in sync.
39539
39540         * lib/idcache.c: Adjust comments in user- and group- portions to
39541         be more accurate, and to be consistent with one another.
39542
39543 2006-11-20  Jim Meyering  <jim@meyering.net>
39544
39545         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
39546         continue using the flexible array member (thus, this module performs
39547         half as many malloc calls), with the addition that...
39548         (getgroup, getuser): Consistently record a non-match via an empty
39549         "name" string, and map an empty string match to a NULL return value.
39550         * modules/idcache (Depends-on): Re-add flexmember.
39551
39552         * lib/idcache.c (getuser): Remove all uses of the register keyword.
39553         (getuidbyname, getgroup, getgidbyname): Likewise.
39554
39555         Use cleaner syntax: NULL rather than 0.
39556         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
39557
39558 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39559
39560         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
39561         It mishandled the case where the group was missing.
39562         Problem reported by Greg Schafer.
39563         * modules/idcache: Likewise.
39564
39565 2006-11-18  Jim Meyering  <jim@meyering.net>
39566
39567         * check-module (%exempt_header): Add exception for some
39568         conditionally-included headers.
39569
39570         * modules/i-ring (Depends-on): Add verify.
39571         (License): Change to LGPL.
39572
39573 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39574
39575         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
39576         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
39577         and inttostr.h.  Use snprintf rather than uinttostr, so that
39578         LGPLed code doesn't depend on GPLed.
39579
39580 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39581
39582         * modules/inline (License): Change from GPL to LGPL.
39583
39584 2006-11-17  Jim Meyering  <jim@meyering.net>
39585
39586         * modules/d-type (License): Switch to LGPL.
39587
39588 2006-11-15  Bruno Haible  <bruno@clisp.org>
39589
39590         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
39591
39592 2006-11-15  Eric Blake  <ebb9@byu.net>
39593
39594         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
39595         the module dependency.
39596
39597 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39598             Bruno Haible  <bruno@clisp.org>
39599
39600         * gnulib-tool (func_create_testdir): Add license consistency check.
39601
39602 2006-11-15  Eric Blake  <ebb9@byu.net>
39603
39604         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
39605         random "(cached)" in configure output.
39606
39607 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39608
39609         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
39610         test for conforming inttypes.h is both announced and cached.
39611
39612         * MODULES.html.sh (seen_modules, seen_files): New variables.
39613         (func_module): Rewrite to use a few less gnulib-tool and sed
39614         invocations.  Avoid a couple of quadratic algorithms for ...
39615         (missed_modules, missed_files): ... these, with ...
39616         (func_append, func_tmpdir): ... these new functions, from
39617         gnulib-tool.  Analogously, install traps for cleanup.
39618
39619         * tests/test-gc.c (main): Remove unused variables.
39620         * tests/test-read-file.c: Include stdlib.h, for 'free'.
39621
39622 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
39623
39624         * modules/inttostr (License): Change to LGPL.
39625
39626 2006-11-14  Eric Blake  <ebb9@byu.net>
39627
39628         * modules/tempname (License): Change to LGPL.
39629
39630 2006-11-14  Eric Blake  <ebb9@byu.net>
39631
39632         * doc/functions.texi (Function Portability): *printf functions on
39633         Cygwin now understand all POSIX size specifiers.
39634
39635 2006-11-14  Bruno Haible  <bruno@clisp.org>
39636
39637         * modules/c-ctype (License): Change to LGPL.
39638
39639 2006-11-12  Bruno Haible  <bruno@clisp.org>
39640
39641         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
39642         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
39643         for GNOME libraries, for which the include files are installed in
39644         subdirectories of $prefix/include.
39645
39646 2006-11-12  Bruno Haible  <bruno@clisp.org>
39647
39648         * m4/lib-link.m4: Require at least autoconf-2.54.
39649         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
39650         name to underscores for the --with option.
39651
39652 2006-11-13  Bruno Haible  <bruno@clisp.org>
39653
39654         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
39655         the tests directory.
39656         Reported by Ralf Wildenhues.
39657
39658 2006-11-13  Bruno Haible  <bruno@clisp.org>
39659
39660         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
39661         (func_emit_initmacro_end): Undo the override here.
39662         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
39663         Works around the famous automake error in coreutils.
39664
39665 2006-11-13  Eric Blake  <ebb9@byu.net>
39666
39667         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
39668         element, not its node.
39669
39670 2006-11-12  Bruno Haible  <bruno@clisp.org>
39671
39672         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
39673         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
39674
39675 2006-11-12  Bruno Haible  <bruno@clisp.org>
39676
39677         * gnulib-tool: New option --local-symlink.
39678         (func_usage): Document it.
39679         (lsymbolic): New variable.
39680         (func_import, func_create_testdir): If --symlink was not specified,
39681         test whether --local-symlink was specified and the file comes from
39682         the local_gnulib_dir.
39683
39684 2006-11-12  Bruno Haible  <bruno@clisp.org>
39685
39686         * gnulib-tool (func_ln): New function.
39687         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
39688
39689 2006-11-12  Bruno Haible  <bruno@clisp.org>
39690
39691         Finish support for source files in subdirectories.
39692         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
39693         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
39694         AUTOMAKE_OPTIONS.
39695         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
39696
39697 2006-11-12  Bruno Haible  <bruno@clisp.org>
39698
39699         * gnulib-tool (func_get_automake_snippet): Synthesize also an
39700         EXTRA_lib_SOURCES augmentation.
39701         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
39702
39703 2006-11-12  Jim Meyering  <jim@meyering.net>
39704
39705         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
39706         file descriptors.  This also averts a failure on systems with
39707         native openat support when a traversed directory lacks "x" access.
39708         * lib/fts_.h: Include "i-ring.h"
39709         (struct FTS) [fts_fd_ring]: New member.
39710         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
39711         (FCHDIR): Add parentheses.
39712         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
39713         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
39714         When descending, rather than simply closing the previous
39715         fts_cwd_fd value, push that file descriptor onto the ring.
39716         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
39717         (fts_open): Initialize the new fd_ring member.
39718         (fts_close): Clear the ring.
39719         (fts_safe_changedir): When possible, use our new fd_ring to skip
39720         the diropen and fstat and dev/ino comparison that would normally
39721         accompany a virtual `chdir ("..")'.
39722
39723         * modules/fts (Depends-on): Add i-ring.
39724         * modules/i-ring: New module.
39725         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
39726         * m4/i-ring.m4: New file.
39727
39728 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39729
39730         * gnulib-tool (func_create_testdir): Fix replacement of
39731         `build-aux' in configure.ac.  Run autotools in gltests
39732         subdirectory.
39733         (func_create_testdir, func_create_megatestdir, test): There is
39734         no need for '--force' in most autotool invocations in a new
39735         tree.  Actually fail the whole test if any of the tools, or the
39736         configure or make stages fail.
39737
39738         Sync from Automake.
39739         * build-aux/gnupload: Revert last change.  Add pointer to upload
39740         instructions of the GNU Maintenance Instructions.
39741         Suggestion by Karl Berry.
39742
39743 2006-11-10  Jim Meyering  <jim@meyering.net>
39744
39745         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
39746
39747 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39748
39749         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
39750         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
39751         (bind_textdomain_codeset) [! ENABLE_NLS]:
39752         Evaluate all the arguments.  That way, callers get compatible behavior
39753         if the arguments have side effects.  Also, it avoids some GCC
39754         diagnostics in some cases; Joel E. Denny reported problems when Bison
39755         was configured with --enable-gcc-warnigs.
39756
39757 2006-11-10  Jim Meyering  <jim@meyering.net>
39758
39759         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
39760         relevant options in CFLAGS (like -O, -fno-inline) are taken into
39761         account.
39762
39763 2006-11-10  Jim Meyering  <jim@meyering.net>
39764
39765         * modules/inline: New file/module.
39766         * modules/xalloc (Files): Remove m4/inline.m4.
39767         (Depends-on): Add inline, instead.
39768         * modules/oset: Likewise.
39769         * modules/list: Likewise.
39770
39771 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39772
39773         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
39774         Problem reported by Matthew Woehlke.
39775
39776 2006-11-09  Bruno Haible  <bruno@clisp.org>
39777
39778         * lib/tempname.c (gen_tempname): Remove variant that invokes
39779         __gen_tempname.
39780         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
39781         __gen_tempname.
39782
39783 2006-11-08  Bruno Haible  <bruno@clisp.org>
39784
39785         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
39786         to 'yes' instead of 'cross-compiling'.
39787
39788 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
39789
39790         * lib/quotearg.h (quotearg_free): New decl.
39791         * lib/quotearg.c (quotearg_free): New function.
39792         (slot0, nslots, slotvec0, slotvec):
39793         Now file-scope so that quotearg_free can get at them.
39794
39795 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39796
39797         Sync from Automake.
39798         * build-aux/gnupload: Add missing 'gnu' to example URL.
39799         Report by Karl Berry.
39800
39801 2006-11-08  Bruno Haible  <bruno@clisp.org>
39802
39803         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
39804         Suggested by Paul Eggert.
39805
39806 2006-11-08  Jim Meyering  <jim@meyering.net>
39807
39808         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
39809         It's already included if !_LIBC.
39810         (fts_safe_changedir): Add a comment.
39811
39812 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39813
39814         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
39815         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
39816         Matthew Woehlke.
39817
39818         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
39819         definitions up, to avoid colliding with change below.
39820         (static_inline) [HAVE_INLINE]: New macro.
39821         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
39822         Provide extern decls when !HAVE_INLINE.  Do not define unless
39823         static_inline is defined, either by us or by xmalloc.c.  Use
39824         static_inline rather than static inline.
39825         (XCALLOC): Optimize sizeof(T) = 1 case.
39826         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
39827
39828 2006-11-07  Bruno Haible  <bruno@clisp.org>
39829
39830         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
39831         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
39832         AC_C_INLINE.
39833         * modules/xalloc (Files): Add m4/inline.m4.
39834
39835 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39836
39837         * README: Fix typo.
39838         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
39839         (Miscellanous Notes): ...from this.
39840
39841 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39842
39843         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
39844         Mention that offsetof should be used instead of sizeof.
39845         From Bruno Haible.
39846
39847 2006-11-07  Bruno Haible  <bruno@clisp.org>
39848
39849         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
39850
39851 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39852
39853         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39854         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
39855         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39856         (gl_tree_add_before, gl_tree_add_after):
39857         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
39858         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
39859         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
39860         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
39861         (gl_linked_add_after, gl_linked_add_at): Likewise.
39862         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
39863         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39864         (gl_tree_add_before, gl_tree_add_after): Likewise.
39865         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
39866         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
39867         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
39868
39869 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39870
39871         * lib/gl_oset.h: Use C comment style, not C++ comment style.
39872
39873 2006-11-06  Bruno Haible  <bruno@clisp.org>
39874
39875         * m4/inline.m4: New file.
39876         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
39877         * modules/list (Files): Add m4/inline.m4.
39878         * modules/oset (Files): Likewise.
39879
39880 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39881
39882         * lib/idcache.c: Include <stddef.h>, for offsetof.
39883         (struct userid.name): Change from char * to a flexible array member.
39884         All uses changed.
39885         * modules/idcache (Depends-on): Add flexmember.
39886
39887         * MODULES.html.sh (Core language properties): New module flexmember.
39888         * modules/flexmember, m4/flexmember.m4: New files.
39889
39890         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
39891         inline functions that are identical with the old xnmalloc_inline,
39892         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
39893         that we can avoid some unnecessary integer multiplications and
39894         divisions in the common case where the element size is known at
39895         compile time.
39896         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
39897         needed.
39898         (xnboundedmalloc): Remove.
39899         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
39900         arguments, for consistency with rest of this header.
39901         (xcharalloc): Rewrite using XNMALLOC.
39902         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
39903         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
39904         versions have been moved to lib/xalloc.h and renamed to be the
39905         non-*_inline versions.
39906         (xmalloc, xrealloc): Implement without reference to the xnmalloc
39907         and xnrealloc functions, since those functions are now inline and
39908         now call us.
39909         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
39910         renaming described above.
39911         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
39912         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
39913         captures the dependency in AC_C_INLINE.
39914
39915         New module canonicalize-lgpl, proposed by Charles Wilson in
39916         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
39917         with a few small changes afterwards.
39918         * MODULES.html.sh (File system functions): New module
39919         canonicalize-lgpl.
39920         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
39921         and canonicalize_file_name.
39922         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
39923         * modules/canonicalize-lgpl: New files.
39924
39925 2006-11-05  Bruno Haible  <bruno@clisp.org>
39926
39927         * gnulib-tool (func_import, func_create_testdir): Create directories
39928         also for files in subdirectories of lib/.
39929
39930 2006-11-05  Bruno Haible  <bruno@clisp.org>
39931
39932         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
39933         ANSI C compliant.
39934
39935 2006-11-03  Bruno Haible  <bruno@clisp.org>
39936
39937         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39938         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
39939         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
39940         (xnboundedmalloc): New inline function.
39941         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
39942         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
39943         xmalloc.
39944         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
39945         xmalloc.
39946         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
39947         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
39948         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
39949         xmalloc.
39950         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39951         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
39952         xmalloc.
39953         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
39954         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39955         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
39956         xmalloc.
39957         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39958         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
39959         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39960         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
39961         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
39962         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
39963         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
39964
39965 2006-11-03  Bruno Haible  <bruno@clisp.org>
39966
39967         * lib/c-ctype.h [C++]: Define functions without name mangling.
39968         * lib/fwriteerror.h [C++]: Likewise.
39969         * lib/gcd.h [C++]: Likewise.
39970         * lib/linebreak.h [C++]: Likewise.
39971
39972 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39973
39974         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
39975         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
39976         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
39977         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
39978         Check for functions and headers just once.
39979         Check for declaration of canonicalize_file_name.
39980         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
39981
39982 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39983
39984         * gnulib-tool (func_import): Fix typo in actioncmd.
39985
39986 2006-11-02  Bruno Haible  <bruno@clisp.org>
39987
39988         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
39989         newline sequence in the Makefile.am snippet as a space, like "make"
39990         does.
39991         Reported by Roger Persson <perrog@gmail.com>.
39992
39993 2006-11-01  Bruno Haible  <bruno@clisp.org>
39994
39995         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
39996         already declared in <string.h>.
39997         * lib/strcase.h (strncasecmp): Don't declare it if yes.
39998
39999 2006-11-01  Bruno Haible  <bruno@clisp.org>
40000
40001         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
40002         * lib/strcase.h: Include <string.h>.
40003         (strcasecmp): Define to rpl_strcasecmp here.
40004
40005 2006-11-01  Bruno Haible  <bruno@clisp.org>
40006
40007         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
40008
40009 2006-11-01  Eric Blake  <ebb9@byu.net>
40010
40011         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
40012
40013         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
40014
40015 2006-10-29  Bruno Haible  <bruno@clisp.org>
40016
40017         Make it compile in C++ mode.
40018         * lib/full-write.c (full_rw): Add a cast.
40019
40020 2006-11-01  Bruno Haible  <bruno@clisp.org>
40021
40022         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
40023         be POSIX compliant.
40024         Reported by Roger Persson <perrog@gmail.com>.
40025
40026 2006-11-01  Eric Blake  <ebb9@byu.net>
40027
40028         * lib/getopt_.h: Fix comments.
40029
40030 2006-10-31  Eric Blake  <ebb9@byu.net>
40031
40032         * modules/tmpdir (Depends-on): Add sys_stat.
40033         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
40034         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
40035         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
40036         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
40037         tempname.
40038
40039 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
40040
40041         Avoid some C++ diagnostics reported by Bruno Haible.
40042         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
40043         xmalloc.
40044         (quotearg_alloc): Use xcharalloc rather than xmalloc.
40045         (struct slotvec): Move to top level.
40046         (quotearg_n_options): Rewrite to avoid xmalloc.
40047         * lib/xalloc.h (xcharalloc): New function.
40048         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
40049         [defined __cplusplus]: Add function template that provides result
40050         type propagation.  This part of the change is from Bruno Haible.
40051
40052 2006-10-29  Bruno Haible  <bruno@clisp.org>
40053
40054         Make it compile in C++ mode.
40055         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
40056         * lib/strnlen1.c (strnlen1): Cast memchr result.
40057         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
40058         * lib/clean-temp.c (string_equals, string_hash): Add casts.
40059         (create_temp_dir): Rename local variable 'template'.
40060         (compile_csharp_using_sscli): Add cast.
40061         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
40062         * lib/findprog.c (find_in_path): Likewise.
40063         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
40064         * lib/wait-process.c (register_slave_subprocess): Likewise.
40065
40066 2006-10-22  Bruno Haible  <bruno@clisp.org>
40067
40068         * modules/tsearch: New file.
40069         * lib/tsearch.h: New file.
40070         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
40071         * m4/tsearch.m4: New file.
40072         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
40073
40074 2006-10-29  Eric Blake  <ebb9@byu.net>
40075
40076         * lib/arcfour.c: Assume config.h.
40077         * lib/arctwo.c: Likewise.
40078         * lib/base64.c: Likewise.
40079         * lib/check-version.c: Likewise.
40080         * lib/crc.c: Likewise.
40081         * lib/des.c: Likewise.
40082         * lib/gc-gnulib.c: Likewise.
40083         * lib/gc-libgcrypt.c: Likewise.
40084         * lib/gc-pbkdf2-sha1.c: Likewise.
40085         * lib/getaddrinfo.c: Likewise.
40086         * lib/getdelim.c: Likewise.
40087         * lib/getline.c: Likewise.
40088         * lib/hmac-md5.c: Likewise.
40089         * lib/hmac-sha1.c: Likewise.
40090         * lib/iconvme.c: Likewise.
40091         * lib/md2.c: Likewise.
40092         * lib/md4.c: Likewise.
40093         * lib/memxor.c: Likewise.
40094         * lib/read-file.c: Likewise.
40095         * lib/readline.c: Likewise.
40096         * lib/rijndael-alg-fst.c: Likewise.
40097         * lib/rijndael-api-fst.c: Likewise.
40098         * lib/xgetdomainname.c: Likewise.
40099
40100 2006-10-28  Eric Blake  <ebb9@byu.net>
40101
40102         * lib/xstrndup.c: Assume config.h.
40103
40104 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
40105
40106         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
40107         stat-macros.h is now for our own macros, whereas stat_h is for
40108         macros in the <sys/stat.h> name space.
40109         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
40110         (STAT_MACROS_H): Remove.
40111         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
40112         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
40113         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
40114         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
40115         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
40116         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
40117         Move these macros to ...
40118         * lib/stat_.h: here.  Don't include stat-macros.h.
40119         * lib/canonicalize.c: Don't include stat-macros.h.
40120         * lib/chown.c: Likewise.
40121         * lib/euidaccess.c: Likewise.
40122         * lib/file-type.c: Likewise.
40123         * lib/filemode.c: Likewise.
40124         * lib/glob.c: Likewise.
40125         * lib/isapipe.c: Likewise.
40126         * lib/lchown.c: Likewise.
40127         * lib/lstat.c: Likewise.
40128         * lib/mkdir-p.c: Likewise.
40129         * lib/rmdir.c: Likewise.
40130         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
40131         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
40132         unless mkdir isn't declared, to speed up 'configure'.
40133         Always create sys/stat.h, since it's unlikely any real sys/stat.h
40134         would define all the S_* symbols.
40135         * modules/canonicalize (Depends-on):
40136         Depend on sys_stat, not stat-macros.
40137         * modules/chown: Likewise.
40138         * modules/euidaccess: Likewise.
40139         * modules/filemode: Likewise.
40140         * modules/file-type: Likewise.
40141         * modules/glob: Likewise.
40142         * modules/isapipe: Likewise.
40143         * modules/lchown: Likewise.
40144         * modules/lstat: Likewise.
40145         * modules/mkancesdirs: Likewise.
40146         * modules/rmdir: Likewise.
40147         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
40148         * modules/modechange: Likewise.
40149         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
40150         (configure.ac): Remove gl_STAT_MACROS.
40151         * modules/sys_stat (Depends-on): Remove stat-macros.
40152
40153 2006-10-27  Bruno Haible  <bruno@clisp.org>
40154
40155         * m4/signed.m4: Remove file.
40156         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
40157         invocation.
40158         * modules/vasnprintf (Files): Remove m4/signed.m4.
40159
40160 2006-10-27  Bruno Haible  <bruno@clisp.org>
40161
40162         Update to GNU gettext 0.16.
40163         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
40164         m4/inttypes-h.m4, m4/signed.m4.
40165         * m4/gettext.m4: Update to GNU gettext 0.16.
40166         * m4/intl.m4: New file, from GNU gettext.
40167         * m4/intldir.m4: New file, from GNU gettext.
40168         * config/srclist.txt: Update
40169
40170 2006-10-27  Eric Blake  <ebb9@byu.net>
40171
40172         * MODULES.html.sh: Document tempname.
40173         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
40174         dependencies.
40175         (Files): Move lib/tempname.c...
40176         * modules/tempname: ...to this new module.
40177         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
40178         (gl_PREREQ_TEMPNAME): Move...
40179         * m4/tempname.m4: ...to this new file.
40180         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
40181         * modules/sys_stat (Depends-on): Add stat-macros.
40182         * lib/stat_.h (includes): Pick up stat macros.
40183         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
40184         if stat macros are broken.
40185         * lib/tempname.c (includes): No need to include "stat-macros.h".
40186         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
40187         (direxists, __path_search) [!_LIBC]: Don't compile these in
40188         gnulib; the tmpdir module covers that.
40189         * lib/tempname.h: New file.
40190
40191 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
40192
40193         * COPYING: Explain how gnulib-tool converts licence headers.
40194         Almost all wording by Eric Blake.
40195
40196 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
40197
40198         * lib/mbchar.h (is_basic_table): Make read-only.
40199         * lib/mbchar.c (is_basic_table): Likewise.
40200         Reported by John Darrington.
40201
40202 2006-10-25  Bruno Haible  <bruno@clisp.org>
40203
40204         * lib/progname.h (set_program_name): Undefine before defining.
40205
40206 2006-10-25  Bruno Haible  <bruno@clisp.org>
40207
40208         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
40209         false for non-gcc C++ compilers.
40210         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
40211
40212 2006-10-24  Bruno Haible  <bruno@clisp.org>
40213
40214         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
40215         iconv implementations like Irix iconv.
40216
40217 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
40218
40219         * modules/vararrays: New file.
40220         * m4/vararrays.m4: New file, taken from diffutils.
40221         * MODULES.html.sh: New module vararrays.
40222
40223 2006-10-24  Karl Berry  <karl@gnu.org>
40224
40225         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
40226         Don't call GNU Unix.
40227
40228 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40229
40230         * users.txt: Add Libtool.
40231
40232         Sync from Libtool:
40233
40234         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
40235
40236         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
40237         to gnulib's policy of including config.h unconditionally.
40238
40239 2006-10-24  Bruno Haible  <bruno@clisp.org>
40240
40241         * modules/wcwidth (Files): Add m4/wint_t.m4.
40242         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
40243         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
40244
40245 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
40246
40247         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
40248         to pacify GCC with some -W flags enabled.  Problem reported by
40249         Bruno Haible.
40250
40251 2006-10-24  Jim Meyering  <jim@meyering.net>
40252
40253         * MODULES.html.sh: Remove uinttostr.  It's not a module.
40254         Reported by Karl Berry.
40255
40256 2006-10-23  Bruno Haible  <bruno@clisp.org>
40257
40258         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
40259
40260 2006-10-24  Bruno Haible  <bruno@clisp.org>
40261
40262         * lib/gl_list.h: Use C comment style, not C++ comment style.
40263
40264 2006-10-23  Eric Blake  <ebb9@byu.net>
40265
40266         * lib/getaddrinfo.c (includes): Add missing include.
40267
40268 2006-10-23  Bruno Haible  <bruno@clisp.org>
40269             Paul Eggert  <eggert@cs.ucla.edu>
40270
40271         Ability to rename obstack_free.
40272         * lib/obstack.h (__obstack_free): New macro. Declare instead of
40273         obstack_free.
40274         (obstack_free): Invoke the __obstack_free macro.
40275         * lib/obstack.c (obstack_free): Use __obstack_free macro.
40276
40277 2006-10-23  Bruno Haible  <bruno@clisp.org>
40278             Paul Eggert  <eggert@cs.ucla.edu>
40279
40280         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
40281         __argc, __argv from the declaration. (They are defined as macros on
40282         mingw.)
40283
40284 2006-10-22  Bruno Haible  <bruno@clisp.org>
40285
40286         * doc/gnulib-intro.texi: New file.
40287         * doc/gnulib.texi: Include it.
40288
40289 2006-10-21  Bruno Haible  <bruno@clisp.org>
40290
40291         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
40292         "Introduction", "Miscellanous Notes", "Particular Modules".
40293
40294 2006-10-21  Bruno Haible  <bruno@clisp.org>
40295
40296         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40297         Change mostlyclean-local rule to avoid sh syntax error from bash
40298         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
40299
40300 2006-10-23  Jim Meyering  <jim@meyering.net>
40301
40302         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
40303         in place of snprintf.
40304
40305         * modules/inttostr (Files): Add lib/uinttostr.c.
40306         * lib/uinttostr.c (inttostr): New file/function.
40307         * lib/inttostr.h (uinttostr): Declare.
40308         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
40309         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
40310         Add uinttostr.
40311         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
40312
40313 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
40314
40315         * lib/canonicalize.c (ELOOP): Define if not already defined.
40316         Problem reported by Bruno Haible in
40317         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
40318
40319 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
40320
40321         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
40322         Problem reported by Perry Smith and Ville Laurikari.
40323
40324         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
40325         uses.
40326
40327 2006-10-19  Bruno Haible  <bruno@clisp.org>
40328
40329         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
40330         for mingw.
40331
40332 2006-10-19  Bruno Haible  <bruno@clisp.org>
40333
40334         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
40335         Needed for mingw.
40336
40337 2006-10-19  Bruno Haible  <bruno@clisp.org>
40338
40339         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
40340
40341 2006-10-19  Bruno Haible  <bruno@clisp.org>
40342
40343         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
40344         it.
40345
40346 2006-10-19  Bruno Haible  <bruno@clisp.org>
40347
40348         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
40349         invocation.
40350
40351 2006-10-19  Bruno Haible  <bruno@clisp.org>
40352
40353         * gnulib-tool (func_create_testdir): Don't include ftruncate and
40354         mountlist by default.
40355
40356 2006-10-16  Bruno Haible  <bruno@clisp.org>
40357
40358         * lib/c-strstr.c: Include c-strstr.h.
40359
40360 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
40361
40362         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
40363         in a slash.
40364
40365 2006-10-18  Bruno Haible  <bruno@clisp.org>
40366
40367         * lib/lock.h [C++]: Wrap definitions in extern "C".
40368
40369 2006-10-18  Bruno Haible  <bruno@clisp.org>
40370
40371         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
40372         gl_LIBOBJS list.
40373
40374 2006-10-18  Bruno Haible  <bruno@clisp.org>
40375
40376         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
40377
40378 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
40379
40380         * lib/xstrtol.h: Include gettext.h.
40381         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
40382         Problem reported by Eric Blake.
40383         * modules/xstrtol (Depends-on): Add gettext-h.
40384
40385 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
40386
40387         * lib/strftime.c (advance): New macro.
40388         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
40389         incomplete type, so you can't add 0 to it.  Problem and patch
40390         reported by Eelco Dolstra for dietlibc.
40391
40392 2006-10-18  Jim Meyering  <jim@meyering.net>
40393
40394         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
40395         type for a local, and rename it: s/up/user_proc/.
40396
40397 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
40398
40399         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
40400         READ_UTMP_USER_PROCESS.
40401         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
40402
40403 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
40404
40405         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
40406         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
40407
40408 2006-10-17  Eric Blake  <ebb9@byu.net>
40409
40410         * lib/sigprocmask.c (sigprocmask): Fix typo.
40411
40412         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
40413
40414         * modules/clean-temp (Makefile.am): Don't add to make output...
40415         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
40416         config.h.
40417
40418 2006-10-17  Bruno Haible  <bruno@clisp.org>
40419
40420         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
40421         differently if DEFAULT_TEXT_DOMAIN is set.
40422
40423 2006-10-16  Bruno Haible  <bruno@clisp.org>
40424
40425         * lib/clean-temp.c: Include fwriteerror.h.
40426
40427 2006-10-16  Bruno Haible  <bruno@clisp.org>
40428
40429         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
40430
40431 2006-10-16  Bruno Haible  <bruno@clisp.org>
40432
40433         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
40434         * lib/sigprocmask.h: Include <sys/types.h>.
40435         (sigset_t): Use the system's definition if present.
40436
40437 2006-10-17  Eric Blake  <ebb9@byu.net>
40438
40439         * lib/xvasprintf.c (includes): Assume config.h.
40440         * lib/xasprintf.c (includes): Likewise.
40441
40442 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
40443
40444         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
40445         at least as wide as intmax_t.
40446
40447 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
40448
40449         (Imported from Automake.)
40450         * build-aux/gnupload: Update to version 1.1 of directive file.
40451
40452 2006-10-16  Eric Blake  <ebb9@byu.net>
40453
40454         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
40455         match Automake 1.10a.
40456
40457 2006-10-14  Bruno Haible  <bruno@clisp.org>
40458
40459         * modules/sigprocmask: New file.
40460         * lib/sigprocmask.h: New file.
40461         * lib/sigprocmask.c: New file.
40462         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
40463         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
40464         request sigprocmask.o.
40465         (gl_PREREQ_SIGPROCMASK): New macro.
40466         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
40467         (Depends-on): Add sigprocmask.
40468         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
40469         gt_SIGNALBLOCKING. Test for 'raise' only once.
40470         * lib/fatal-signal.c: Include sigprocmask.h.
40471         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
40472         unblock_fatal_signals): Define always.
40473         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40474         sigprocmask.
40475
40476 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
40477
40478         Sync from Automake.
40479         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
40480         which incorrectly sets the mode of an existing destination
40481         directory.  In some cases the unpatched install-sh could do the
40482         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
40483         system.  We hope this is rare in practice, but it's clearly worth
40484         fixing.  Problem reported by Alex Unleashed in
40485         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
40486         Also, don't bother to check for -m bugs unless we're using -m;
40487         suggested by Stepan Kasal.
40488
40489 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40490
40491         Sync from Automake.
40492         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
40493         `-c' flag, so they appear at the same position as in %FASTDEP%
40494         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
40495         which ignores unknown options only after the first non-option.
40496         Bug report against M4 by Nelson H. F. Beebe.
40497
40498 2006-10-13  Jim Meyering  <jim@meyering.net>
40499
40500         Fix a bug in yesterday's change.
40501         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
40502         p->fts_statp->st_dev would be used uninitialized.
40503         Ensures that we always call fts_stat on the very first entry.
40504         Miklos Szeredi reported that find -xdev stopped working.
40505
40506 2006-10-12  Bruno Haible  <bruno@clisp.org>
40507
40508         * gnulib-tool (func_get_automake_snippet): Append an automatically
40509         computed EXTRA_DIST augmentation.
40510         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
40511         * modules/alloca-opt (Makefile.am): Likewise.
40512         * modules/allocsa (Makefile.am): Likewise.
40513         * modules/arcfour (Makefile.am): Likewise.
40514         * modules/arctwo (Makefile.am): Likewise.
40515         * modules/argmatch (Makefile.am): Likewise.
40516         * modules/argz (Makefile.am): Likewise.
40517         * modules/atexit (Makefile.am): Likewise.
40518         * modules/backupfile (Makefile.am): Likewise.
40519         * modules/byteswap (Makefile.am): Likewise.
40520         * modules/c-strtod (Makefile.am): Likewise.
40521         * modules/c-strtold (Makefile.am): Likewise.
40522         * modules/calloc (Makefile.am): Likewise.
40523         * modules/canon-host (Makefile.am): Likewise.
40524         * modules/canonicalize (Makefile.am): Likewise.
40525         * modules/chdir-long (Makefile.am): Likewise.
40526         * modules/chdir-safer (Makefile.am): Likewise.
40527         * modules/check-version (Makefile.am): Likewise.
40528         * modules/chown (Makefile.am): Likewise.
40529         * modules/cloexec (Makefile.am): Likewise.
40530         * modules/close-stream (Makefile.am): Likewise.
40531         * modules/closeout (Makefile.am): Likewise.
40532         * modules/crc (Makefile.am): Likewise.
40533         * modules/csharpexec (Makefile.am): Likewise.
40534         * modules/cycle-check (Makefile.am): Likewise.
40535         * modules/des (Makefile.am): Likewise.
40536         * modules/dev-ino (Makefile.am): Likewise.
40537         * modules/dirfd (Makefile.am): Likewise.
40538         * modules/dirname (Makefile.am): Likewise.
40539         * modules/dup2 (Makefile.am): Likewise.
40540         * modules/eealloc (Makefile.am): Likewise.
40541         * modules/error (Makefile.am): Likewise.
40542         * modules/euidaccess (Makefile.am): Likewise.
40543         * modules/exclude (Makefile.am): Likewise.
40544         * modules/exitfail (Makefile.am): Likewise.
40545         * modules/fcntl-safer (Makefile.am): Likewise.
40546         * modules/fcntl (Makefile.am): Likewise.
40547         * modules/file-type (Makefile.am): Likewise.
40548         * modules/fileblocks (Makefile.am): Likewise.
40549         * modules/filemode (Makefile.am): Likewise.
40550         * modules/filenamecat (Makefile.am): Likewise.
40551         * modules/fnmatch (Makefile.am): Likewise.
40552         * modules/fopen-safer (Makefile.am): Likewise.
40553         * modules/fpending (Makefile.am): Likewise.
40554         * modules/fprintftime (Makefile.am): Likewise.
40555         * modules/free (Makefile.am): Likewise.
40556         * modules/fsusage (Makefile.am): Likewise.
40557         * modules/ftruncate (Makefile.am): Likewise.
40558         * modules/fts (Makefile.am): Likewise.
40559         * modules/gc-arcfour (Makefile.am): Likewise.
40560         * modules/gc-des (Makefile.am): Likewise.
40561         * modules/gc-hmac-md5 (Makefile.am): Likewise.
40562         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
40563         * modules/gc-md4 (Makefile.am): Likewise.
40564         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40565         * modules/gc-sha1 (Makefile.am): Likewise.
40566         * modules/gc (Makefile.am): Likewise.
40567         * modules/getaddrinfo (Makefile.am): Likewise.
40568         * modules/getcwd (Makefile.am): Likewise.
40569         * modules/getdelim (Makefile.am): Likewise.
40570         * modules/getdomainname (Makefile.am): Likewise.
40571         * modules/getgroups (Makefile.am): Likewise.
40572         * modules/gethostname (Makefile.am): Likewise.
40573         * modules/gethrxtime (Makefile.am): Likewise.
40574         * modules/getline (Makefile.am): Likewise.
40575         * modules/getloadavg (Makefile.am): Likewise.
40576         * modules/getlogin_r (Makefile.am): Likewise.
40577         * modules/getndelim2 (Makefile.am): Likewise.
40578         * modules/getopt (Makefile.am): Likewise.
40579         * modules/getpagesize (Makefile.am): Likewise.
40580         * modules/getpass-gnu (Makefile.am): Likewise.
40581         * modules/getpass (Makefile.am): Likewise.
40582         * modules/getsubopt (Makefile.am): Likewise.
40583         * modules/gettime (Makefile.am): Likewise.
40584         * modules/gettimeofday (Makefile.am): Likewise.
40585         * modules/getugroups (Makefile.am): Likewise.
40586         * modules/getusershell (Makefile.am): Likewise.
40587         * modules/glob (Makefile.am): Likewise.
40588         * modules/group-member (Makefile.am): Likewise.
40589         * modules/hard-locale (Makefile.am): Likewise.
40590         * modules/hash (Makefile.am): Likewise.
40591         * modules/hmac-md5 (Makefile.am): Likewise.
40592         * modules/hmac-sha1 (Makefile.am): Likewise.
40593         * modules/human (Makefile.am): Likewise.
40594         * modules/idcache (Makefile.am): Likewise.
40595         * modules/imaxabs (Makefile.am): Likewise.
40596         * modules/imaxdiv (Makefile.am): Likewise.
40597         * modules/inet_ntop (Makefile.am): Likewise.
40598         * modules/inet_pton (Makefile.am): Likewise.
40599         * modules/intprops (Makefile.am): Likewise.
40600         * modules/inttostr (Makefile.am): Likewise.
40601         * modules/inttypes (Makefile.am): Likewise.
40602         * modules/isapipe (Makefile.am): Likewise.
40603         * modules/javaversion (Makefile.am): Likewise.
40604         * modules/lchmod (Makefile.am): Likewise.
40605         * modules/lchown (Makefile.am): Likewise.
40606         * modules/localcharset (Makefile.am): Likewise.
40607         * modules/long-options (Makefile.am): Likewise.
40608         * modules/lstat (Makefile.am): Likewise.
40609         * modules/malloc (Makefile.am): Likewise.
40610         * modules/mathl (Makefile.am): Likewise.
40611         * modules/mbchar (Makefile.am): Likewise.
40612         * modules/md2 (Makefile.am): Likewise.
40613         * modules/md4 (Makefile.am): Likewise.
40614         * modules/md5 (Makefile.am): Likewise.
40615         * modules/memcasecmp (Makefile.am): Likewise.
40616         * modules/memchr (Makefile.am): Likewise.
40617         * modules/memcmp (Makefile.am): Likewise.
40618         * modules/memcoll (Makefile.am): Likewise.
40619         * modules/memcpy (Makefile.am): Likewise.
40620         * modules/memmem (Makefile.am): Likewise.
40621         * modules/memmove (Makefile.am): Likewise.
40622         * modules/mempcpy (Makefile.am): Likewise.
40623         * modules/memrchr (Makefile.am): Likewise.
40624         * modules/memset (Makefile.am): Likewise.
40625         * modules/memxor (Makefile.am): Likewise.
40626         * modules/mkancesdirs (Makefile.am): Likewise.
40627         * modules/mkdir-p (Makefile.am): Likewise.
40628         * modules/mkdir (Makefile.am): Likewise.
40629         * modules/mkdtemp (Makefile.am): Likewise.
40630         * modules/mkstemp (Makefile.am): Likewise.
40631         * modules/mktime (Makefile.am): Likewise.
40632         * modules/modechange (Makefile.am): Likewise.
40633         * modules/mountlist (Makefile.am): Likewise.
40634         * modules/nanosleep (Makefile.am): Likewise.
40635         * modules/obstack (Makefile.am): Likewise.
40636         * modules/openat (Makefile.am): Likewise.
40637         * modules/pagealign_alloc (Makefile.am): Likewise.
40638         * modules/pathmax (Makefile.am): Likewise.
40639         * modules/physmem (Makefile.am): Likewise.
40640         * modules/poll (Makefile.am): Likewise.
40641         * modules/posixtm (Makefile.am): Likewise.
40642         * modules/posixver (Makefile.am): Likewise.
40643         * modules/putenv (Makefile.am): Likewise.
40644         * modules/quote (Makefile.am): Likewise.
40645         * modules/quotearg (Makefile.am): Likewise.
40646         * modules/raise (Makefile.am): Likewise.
40647         * modules/read-file (Makefile.am): Likewise.
40648         * modules/readline (Makefile.am): Likewise.
40649         * modules/readlink (Makefile.am): Likewise.
40650         * modules/readtokens (Makefile.am): Likewise.
40651         * modules/readutmp (Makefile.am): Likewise.
40652         * modules/realloc (Makefile.am): Likewise.
40653         * modules/regex (Makefile.am): Likewise.
40654         * modules/rename-dest-slash (Makefile.am): Likewise.
40655         * modules/rename (Makefile.am): Likewise.
40656         * modules/rijndael (Makefile.am): Likewise.
40657         * modules/rmdir (Makefile.am): Likewise.
40658         * modules/rpmatch (Makefile.am): Likewise.
40659         * modules/safe-read (Makefile.am): Likewise.
40660         * modules/safe-write (Makefile.am): Likewise.
40661         * modules/same-inode (Makefile.am): Likewise.
40662         * modules/same (Makefile.am): Likewise.
40663         * modules/save-cwd (Makefile.am): Likewise.
40664         * modules/savedir (Makefile.am): Likewise.
40665         * modules/setenv (Makefile.am): Likewise.
40666         * modules/settime (Makefile.am): Likewise.
40667         * modules/sha1 (Makefile.am): Likewise.
40668         * modules/sig2str (Makefile.am): Likewise.
40669         * modules/snprintf (Makefile.am): Likewise.
40670         * modules/stat-macros (Makefile.am): Likewise.
40671         * modules/stat-time (Makefile.am): Likewise.
40672         * modules/stdbool (Makefile.am): Likewise.
40673         * modules/stdint (Makefile.am): Likewise.
40674         * modules/stdlib-safer (Makefile.am): Likewise.
40675         * modules/stpcpy (Makefile.am): Likewise.
40676         * modules/stpncpy (Makefile.am): Likewise.
40677         * modules/strcase (Makefile.am): Likewise.
40678         * modules/strcasestr (Makefile.am): Likewise.
40679         * modules/strchrnul (Makefile.am): Likewise.
40680         * modules/strcspn (Makefile.am): Likewise.
40681         * modules/strdup (Makefile.am): Likewise.
40682         * modules/strerror (Makefile.am): Likewise.
40683         * modules/strftime (Makefile.am): Likewise.
40684         * modules/strndup (Makefile.am): Likewise.
40685         * modules/strnlen (Makefile.am): Likewise.
40686         * modules/strpbrk (Makefile.am): Likewise.
40687         * modules/strsep (Makefile.am): Likewise.
40688         * modules/strstr (Makefile.am): Likewise.
40689         * modules/strtod (Makefile.am): Likewise.
40690         * modules/strtoimax (Makefile.am): Likewise.
40691         * modules/strtok_r (Makefile.am): Likewise.
40692         * modules/strtol (Makefile.am): Likewise.
40693         * modules/strtoll (Makefile.am): Likewise.
40694         * modules/strtoul (Makefile.am): Likewise.
40695         * modules/strtoull (Makefile.am): Likewise.
40696         * modules/strtoumax (Makefile.am): Likewise.
40697         * modules/strverscmp (Makefile.am): Likewise.
40698         * modules/sys_socket (Makefile.am): Likewise.
40699         * modules/sys_stat (Makefile.am): Likewise.
40700         * modules/sysexits (Makefile.am): Likewise.
40701         * modules/time_r (Makefile.am): Likewise.
40702         * modules/timegm (Makefile.am): Likewise.
40703         * modules/timespec (Makefile.am): Likewise.
40704         * modules/tmpfile-safer (Makefile.am): Likewise.
40705         * modules/trim (Makefile.am): Likewise.
40706         * modules/unistd-safer (Makefile.am): Likewise.
40707         * modules/unlinkdir (Makefile.am): Likewise.
40708         * modules/unlocked-io (Makefile.am): Likewise.
40709         * modules/userspec (Makefile.am): Likewise.
40710         * modules/utime (Makefile.am): Likewise.
40711         * modules/utimecmp (Makefile.am): Likewise.
40712         * modules/utimens (Makefile.am): Likewise.
40713         * modules/vasnprintf (Makefile.am): Likewise.
40714         * modules/vasprintf (Makefile.am): Likewise.
40715         * modules/vsnprintf (Makefile.am): Likewise.
40716         * modules/xalloc (Makefile.am): Likewise.
40717         * modules/xgetcwd (Makefile.am): Likewise.
40718         * modules/xnanosleep (Makefile.am): Likewise.
40719         * modules/xreadlink (Makefile.am): Likewise.
40720         * modules/xstrtod (Makefile.am): Likewise.
40721         * modules/xstrtol (Makefile.am): Likewise.
40722         * modules/xstrtold (Makefile.am): Likewise.
40723         * modules/yesno (Makefile.am): Likewise.
40724         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
40725
40726 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40727
40728         * modules/error (Makefile.am): Distribute files through
40729         EXTRA_DIST, not lib_SOURCES.
40730
40731 2006-10-12  Eric Blake  <ebb9@byu.net>
40732
40733         * modules/error (Makefile.am): Distribute files in /lib.
40734         * modules/obstack (Makefile.am): Likewise.
40735
40736 2006-10-12  Bruno Haible  <bruno@clisp.org>
40737
40738         * modules/acl (Makefile.am): Distribute all files in lib/ through
40739         EXTRA_DIST.
40740         * modules/arcfour (Makefile.am): Likewise.
40741         * modules/arctwo (Makefile.am): Likewise.
40742         * modules/argmatch (Makefile.am): Likewise.
40743         * modules/argz (Makefile.am): Likewise.
40744         * modules/atexit (Makefile.am): Likewise.
40745         * modules/backupfile (Makefile.am): Likewise.
40746         * modules/c-strtod (Makefile.am): Likewise.
40747         * modules/c-strtold (Makefile.am): Likewise.
40748         * modules/calloc (Makefile.am): Likewise.
40749         * modules/canon-host (Makefile.am): Likewise.
40750         * modules/canonicalize (Makefile.am): Likewise.
40751         * modules/chdir-long (Makefile.am): Likewise.
40752         * modules/chdir-safer (Makefile.am): Likewise.
40753         * modules/check-version (Makefile.am): Likewise.
40754         * modules/chown (Makefile.am): Likewise.
40755         * modules/cloexec (Makefile.am): Likewise.
40756         * modules/close-stream (Makefile.am): Likewise.
40757         * modules/closeout (Makefile.am): Likewise.
40758         * modules/crc (Makefile.am): Likewise.
40759         * modules/cycle-check (Makefile.am): Likewise.
40760         * modules/des (Makefile.am): Likewise.
40761         * modules/dirfd (Makefile.am): Likewise.
40762         * modules/dirname (Makefile.am): Likewise.
40763         * modules/dup2 (Makefile.am): Likewise.
40764         * modules/euidaccess (Makefile.am): Likewise.
40765         * modules/exclude (Makefile.am): Likewise.
40766         * modules/exitfail (Makefile.am): Likewise.
40767         * modules/fcntl-safer (Makefile.am): Likewise.
40768         * modules/file-type (Makefile.am): Likewise.
40769         * modules/fileblocks (Makefile.am): Likewise.
40770         * modules/filemode (Makefile.am): Likewise.
40771         * modules/filenamecat (Makefile.am): Likewise.
40772         * modules/fnmatch (Makefile.am): Likewise.
40773         * modules/fopen-safer (Makefile.am): Likewise.
40774         * modules/fpending (Makefile.am): Likewise.
40775         * modules/fprintftime (Makefile.am): Likewise.
40776         * modules/free (Makefile.am): Likewise.
40777         * modules/fsusage (Makefile.am): Likewise.
40778         * modules/ftruncate (Makefile.am): Likewise.
40779         * modules/fts (Makefile.am): Likewise.
40780         * modules/gc (Makefile.am): Likewise.
40781         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40782         * modules/getaddrinfo (Makefile.am): Likewise.
40783         * modules/getcwd (Makefile.am): Likewise.
40784         * modules/getdelim (Makefile.am): Likewise.
40785         * modules/getdomainname (Makefile.am): Likewise.
40786         * modules/getgroups (Makefile.am): Likewise.
40787         * modules/gethostname (Makefile.am): Likewise.
40788         * modules/gethrxtime (Makefile.am): Likewise.
40789         * modules/getline (Makefile.am): Likewise.
40790         * modules/getloadavg (Makefile.am): Likewise.
40791         * modules/getlogin_r (Makefile.am): Likewise.
40792         * modules/getopt (Makefile.am): Likewise.
40793         * modules/getpass (Makefile.am): Likewise.
40794         * modules/getpass-gnu (Makefile.am): Likewise.
40795         * modules/getsubopt (Makefile.am): Likewise.
40796         * modules/gettime (Makefile.am): Likewise.
40797         * modules/gettimeofday (Makefile.am): Likewise.
40798         * modules/getugroups (Makefile.am): Likewise.
40799         * modules/getusershell (Makefile.am): Likewise.
40800         * modules/glob (Makefile.am): Likewise.
40801         * modules/group-member (Makefile.am): Likewise.
40802         * modules/hard-locale (Makefile.am): Likewise.
40803         * modules/hash (Makefile.am): Likewise.
40804         * modules/hmac-md5 (Makefile.am): Likewise.
40805         * modules/hmac-sha1 (Makefile.am): Likewise.
40806         * modules/human (Makefile.am): Likewise.
40807         * modules/idcache (Makefile.am): Likewise.
40808         * modules/imaxabs (Makefile.am): Likewise.
40809         * modules/imaxdiv (Makefile.am): Likewise.
40810         * modules/inet_ntop (Makefile.am): Likewise.
40811         * modules/inet_pton (Makefile.am): Likewise.
40812         * modules/inttostr (Makefile.am): Likewise.
40813         * modules/isapipe (Makefile.am): Likewise.
40814         * modules/lchown (Makefile.am): Likewise.
40815         * modules/long-options (Makefile.am): Likewise.
40816         * modules/lstat (Makefile.am): Likewise.
40817         * modules/malloc (Makefile.am): Likewise.
40818         * modules/mathl (Makefile.am): Likewise.
40819         * modules/mbchar (Makefile.am): Likewise.
40820         * modules/md2 (Makefile.am): Likewise.
40821         * modules/md4 (Makefile.am): Likewise.
40822         * modules/md5 (Makefile.am): Likewise.
40823         * modules/memcasecmp (Makefile.am): Likewise.
40824         * modules/memchr (Makefile.am): Likewise.
40825         * modules/memcmp (Makefile.am): Likewise.
40826         * modules/memcoll (Makefile.am): Likewise.
40827         * modules/memcpy (Makefile.am): Likewise.
40828         * modules/memmem (Makefile.am): Likewise.
40829         * modules/memmove (Makefile.am): Likewise.
40830         * modules/mempcpy (Makefile.am): Likewise.
40831         * modules/memrchr (Makefile.am): Likewise.
40832         * modules/memset (Makefile.am): Likewise.
40833         * modules/memxor (Makefile.am): Likewise.
40834         * modules/mkancesdirs (Makefile.am): Likewise.
40835         * modules/mkdir (Makefile.am): Likewise.
40836         * modules/mkdir-p (Makefile.am): Likewise.
40837         * modules/mkdtemp (Makefile.am): Likewise.
40838         * modules/mkstemp (Makefile.am): Likewise.
40839         * modules/mktime (Makefile.am): Likewise.
40840         * modules/modechange (Makefile.am): Likewise.
40841         * modules/mountlist (Makefile.am): Likewise.
40842         * modules/nanosleep (Makefile.am): Likewise.
40843         * modules/openat (Makefile.am): Likewise.
40844         * modules/pagealign_alloc (Makefile.am): Likewise.
40845         * modules/physmem (Makefile.am): Likewise.
40846         * modules/poll (Makefile.am): Likewise.
40847         * modules/posixtm (Makefile.am): Likewise.
40848         * modules/posixver (Makefile.am): Likewise.
40849         * modules/putenv (Makefile.am): Likewise.
40850         * modules/quote (Makefile.am): Likewise.
40851         * modules/quotearg (Makefile.am): Likewise.
40852         * modules/raise (Makefile.am): Likewise.
40853         * modules/read-file (Makefile.am): Likewise.
40854         * modules/readline (Makefile.am): Likewise.
40855         * modules/readlink (Makefile.am): Likewise.
40856         * modules/readtokens (Makefile.am): Likewise.
40857         * modules/readutmp (Makefile.am): Likewise.
40858         * modules/realloc (Makefile.am): Likewise.
40859         * modules/regex (Makefile.am): Likewise.
40860         * modules/rename (Makefile.am): Likewise.
40861         * modules/rename-dest-slash (Makefile.am): Likewise.
40862         * modules/rijndael (Makefile.am): Likewise.
40863         * modules/rmdir (Makefile.am): Likewise.
40864         * modules/rpmatch (Makefile.am): Likewise.
40865         * modules/safe-read (Makefile.am): Likewise.
40866         * modules/safe-write (Makefile.am): Likewise.
40867         * modules/same (Makefile.am): Likewise.
40868         * modules/save-cwd (Makefile.am): Likewise.
40869         * modules/savedir (Makefile.am): Likewise.
40870         * modules/setenv (Makefile.am): Likewise.
40871         * modules/settime (Makefile.am): Likewise.
40872         * modules/sha1 (Makefile.am): Likewise.
40873         * modules/sig2str (Makefile.am): Likewise.
40874         * modules/snprintf (Makefile.am): Likewise.
40875         * modules/stdlib-safer (Makefile.am): Likewise.
40876         * modules/stpcpy (Makefile.am): Likewise.
40877         * modules/stpncpy (Makefile.am): Likewise.
40878         * modules/strcase (Makefile.am): Likewise.
40879         * modules/strcasestr (Makefile.am): Likewise.
40880         * modules/strchrnul (Makefile.am): Likewise.
40881         * modules/strcspn (Makefile.am): Likewise.
40882         * modules/strdup (Makefile.am): Likewise.
40883         * modules/strerror (Makefile.am): Likewise.
40884         * modules/strftime (Makefile.am): Likewise.
40885         * modules/strndup (Makefile.am): Likewise.
40886         * modules/strnlen (Makefile.am): Likewise.
40887         * modules/strpbrk (Makefile.am): Likewise.
40888         * modules/strsep (Makefile.am): Likewise.
40889         * modules/strstr (Makefile.am): Likewise.
40890         * modules/strtod (Makefile.am): Likewise.
40891         * modules/strtoimax (Makefile.am): Likewise.
40892         * modules/strtok_r (Makefile.am): Likewise.
40893         * modules/strtol (Makefile.am): Likewise.
40894         * modules/strtoll (Makefile.am): Likewise.
40895         * modules/strtoul (Makefile.am): Likewise.
40896         * modules/strtoull (Makefile.am): Likewise.
40897         * modules/strtoumax (Makefile.am): Likewise.
40898         * modules/strverscmp (Makefile.am): Likewise.
40899         * modules/time_r (Makefile.am): Likewise.
40900         * modules/timegm (Makefile.am): Likewise.
40901         * modules/tmpfile-safer (Makefile.am): Likewise.
40902         * modules/unistd-safer (Makefile.am): Likewise.
40903         * modules/unlinkdir (Makefile.am): Likewise.
40904         * modules/userspec (Makefile.am): Likewise.
40905         * modules/utime (Makefile.am): Likewise.
40906         * modules/utimecmp (Makefile.am): Likewise.
40907         * modules/utimens (Makefile.am): Likewise.
40908         * modules/vasnprintf (Makefile.am): Likewise.
40909         * modules/vasprintf (Makefile.am): Likewise.
40910         * modules/vsnprintf (Makefile.am): Likewise.
40911         * modules/xalloc (Makefile.am): Likewise.
40912         * modules/xgetcwd (Makefile.am): Likewise.
40913         * modules/xnanosleep (Makefile.am): Likewise.
40914         * modules/xreadlink (Makefile.am): Likewise.
40915         * modules/xstrtod (Makefile.am): Likewise.
40916         * modules/xstrtol (Makefile.am): Likewise.
40917         * modules/xstrtold (Makefile.am): Likewise.
40918         * modules/yesno (Makefile.am): Likewise.
40919
40920 2006-10-12  Jim Meyering  <jim@meyering.net>
40921
40922         * m4/getloadavg.m4: Revert the change below.
40923
40924         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
40925         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
40926         fail with a symlink, which is what coreutils' ./bootstrap now
40927         creates by default.
40928
40929 2006-10-12  Bruno Haible  <bruno@clisp.org>
40930
40931         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
40932         mingw.
40933         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
40934         MSVC and mingw explicitly.
40935
40936 2006-10-11  Simon Josefsson  <jas@extundo.com>
40937             Bruno Haible  <bruno@clisp.org>
40938
40939         Add support for multiple gnulib-tool invocations in the scope of a
40940         single configure.ac file.
40941         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
40942         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
40943         with the same contents as the _LIBADD variable.
40944         (func_emit_initmacro_start, func_emit_initmacro_end,
40945         func_emit_initmacro_done): New functions.
40946         (func_import, func_create_testdir): Invoke them. Allow the identifiers
40947         gl_LIBOBJS and gl_LTLIBOBJS.
40948
40949 2006-10-11  Bruno Haible  <bruno@clisp.org>
40950
40951         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
40952         (func_create_testdir): Don't create po/Makefile.am, don't invoke
40953         autoreconf. Instead, invoke autopoint explicitly but move back the
40954         *.m4 files from gnulib.
40955
40956 2006-10-11  Bruno Haible  <bruno@clisp.org>
40957
40958         * gnulib-tool (func_usage): Make module names after --create-testdir
40959         optional.
40960         (func_create_testdir): If no module was specified, use nearly all
40961         modules.
40962
40963 2006-10-12  Jim Meyering  <jim@meyering.net>
40964
40965         Big performance improvement for fts-based tools that use FTS_NOSTAT.
40966         Avoid spurious inode-mismatch problems on non-POSIX file systems.
40967         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
40968         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
40969         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
40970         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
40971         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
40972         (fts_set_stat_required): New function.
40973         (fts_open): Defer the calls to fts_stat, if possible or requested.
40974         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
40975         into fts_stat itself.
40976         (fts_read): Perform any required (deferred) fts_stat call.
40977         (fts_build): Likewise, for the directory we're about to open and read.
40978         In the readdir loop, carefully decide whether each entry will require
40979         an eventual call to fts_stat, using dirent.d_type info if available.
40980         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
40981         a command line argument into this function.  Update all callers.
40982         Map a return value of FTS_DOT to FTS_D for a command line argument.
40983         * modules/fts (Depends-on): Add d-type.  Alphabetize.
40984         Thanks to Miklos Szeredi for his tenacity and for the initial
40985         bug report about "find" failing on a FUSE-based file system.
40986
40987         * lib/fts.c (fts_open): Use consistent indentation.
40988
40989 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40990
40991         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
40992         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
40993         reported by Jim Meyering.  All uses of cache variables renamed
40994         to match Autoconf's.
40995         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
40996         the other one.
40997
40998         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
40999         Fix misspelling in diagnostic.
41000
41001 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
41002
41003         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
41004         defined.  Problem reported by Matthew Woehlke.
41005
41006         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
41007         Add support for Tandem NonStop R series.
41008         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
41009         Use new macro.
41010
41011         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
41012         (has_trailing_slash): Omit size arg; all callers changed.
41013         Omit 'inline', since it doesn't help performance and we'd
41014         need to configure it.
41015         Don't count //, ///, etc. as having a trailing slash.
41016         As a side effect, this removes a C99ism reported by Matthew Woehlke.
41017         (rpl_rename_dest_slash): On failure, use rename's errno rather
41018         than (in some cases) an incorrect or junk errno.
41019         Simplify code by removing need to compute length; this does
41020         cause it to make two passes instead of one over the file name,
41021         but it's worth it.
41022
41023         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
41024         change, since Autoconf's version may no longer be appropriate now
41025         that we are using CVS Autoconf's version.  Add support for Tandem.
41026
41027 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
41028             Bruno Haible  <bruno@clisp.org>
41029
41030         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
41031         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
41032         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
41033         gl_AC_TYPE_LONG_LONG.
41034
41035         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
41036         instead of HAVE_LONG_LONG.
41037         * lib/printf-args.c (printf_fetchargs): Likewise.
41038         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
41039         * lib/vasnprintf.c (VASNPRINTF): Likewise.
41040         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
41041         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
41042         gl_AC_TYPE_LONG_LONG.
41043
41044 2006-10-11  Bruno Haible  <bruno@clisp.org>
41045
41046         * m4/longlong.m4: Add comments.
41047         * m4/ulonglong.m4: Likewise.
41048
41049 2006-10-10  Bruno Haible  <bruno@clisp.org>
41050
41051         Make it possible to #define stpcpy, strdup to aliases.
41052         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
41053         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
41054
41055 2006-10-10  Bruno Haible  <bruno@clisp.org>
41056
41057         Make it possible to #define gcd to an alias.
41058         * lib/gcd.c: Include config.h.
41059
41060 2006-10-10  Bruno Haible  <bruno@clisp.org>
41061
41062         Make it possible to #define c_isascii to an alias.
41063         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
41064         defined. Undefine the macros before defining them, to avoid gcc
41065         warnings.
41066         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
41067         define NO_C_CTYPE_MACROS early.
41068
41069 2006-10-10  Bruno Haible  <bruno@clisp.org>
41070
41071         Make it possible to #define set_program_name to an alias.
41072         * lib/progname.c: Don't undefine set_program_name; instead, undefine
41073         ENABLE_RELOCATABLE early.
41074
41075 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41076
41077         Port to Tandem NSK OSS, which has 64-bit signed int but at most
41078         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
41079         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
41080         More generally, don't assume that 64-bit signed int is available
41081         if unsigned int is, and vice versa.
41082         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
41083         unsigned symbols, not on their signed counterparts.
41084         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
41085         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
41086         (UINT64_C, UINTMAX_C):
41087         Likewise.
41088         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
41089         unsigned counterparts.
41090         (Have_long_long, Unsigned): New macros.
41091         (Int): Renamed from INT.
41092         (strtoimax): Use the new macros.
41093         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
41094         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
41095         * modules/inttypes (inttypes.h): Substitute
41096         HAVE_UNSIGNED_LONG_LONG_INT.
41097         * modules/stdint (stdint.h): Likewise.
41098         (Files): Add m4/ulonglong.m4.
41099
41100 2006-10-10  Bruno Haible  <bruno@clisp.org>
41101
41102         Fix a gcc -Wshadow warning.
41103         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
41104         to 'bucket'.
41105         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
41106         gl_linked_indexof_from_to): Likewise.
41107         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
41108         Likewise.
41109         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
41110         Likewise.
41111         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
41112         Reported by Eric Blake.
41113
41114 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
41115
41116         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
41117         for NetBSD.  Problem reported by Bruno Haible.
41118
41119 2006-10-09  Jim Meyering  <jim@meyering.net>
41120
41121         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
41122         Patch from Bruno Haible.
41123
41124 2006-10-09  Jim Meyering  <jim@meyering.net>
41125
41126         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
41127         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
41128         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
41129
41130 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
41131
41132         Don't include <config.h> twice; this doesn't work in some cases,
41133         e.g., when config.h has "#define intmax_t long long int" and
41134         we include <config.h>, <inttypes.h>, <config.h> in that order.
41135         Problem reported by Matthew Woehlke in:
41136         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
41137         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
41138         * lib/fts-cycle.c: Don't include config.h.
41139         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
41140         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
41141         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
41142         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
41143         inttypes.h.
41144         * lib/xstrtoumax.c: Likewise.
41145         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
41146         __strtol and the like, so that this module is more like its siblings.
41147         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
41148         Remove; no longer needed now that we assume gnulib inttypes.h.
41149
41150 2006-10-08  Bruno Haible  <bruno@clisp.org>
41151
41152         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
41153         option.
41154
41155 2006-10-07  Jim Meyering  <jim@meyering.net>
41156
41157         * modules/inttypes (inttypes.h): Revert what seems to have been
41158         an inadvertent part of today's change: use "|", not "/" in the
41159         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
41160
41161 2006-10-07  Bruno Haible  <bruno@clisp.org>
41162
41163         * modules/sublist: New file.
41164
41165 2006-10-07  Bruno Haible  <bruno@clisp.org>
41166
41167         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
41168         * modules/argz (argz.h): Likewise.
41169         * modules/arpa_inet (arpa/inet.h): Likewise.
41170         * modules/byteswap (byteswap.h): Likewise.
41171         * modules/configmake (configmake.h): Likewise.
41172         * modules/fcntl (fcntl.h): Likewise.
41173         * modules/fnmatch (fnmatch.h): Likewise.
41174         * modules/getopt (getopt.h): Likewise.
41175         * modules/glob (glob.h): Likewise.
41176         * modules/inttypes (inttypes.h): Likewise.
41177         * modules/netinet_in (netinet/in.h): Likewise.
41178         * modules/poll (poll.h): Likewise.
41179         * modules/stdbool (stdbool.h): Likewise.
41180         * modules/stdint (stdint.h): Likewise.
41181         * modules/sys_select (sys/select.h): Likewise.
41182         * modules/sys_socket (sys/socket.h): Likewise.
41183         * modules/sys_stat (sys/stat.h): Likewise.
41184         * modules/sysexits (sysexits.h): Likewise.
41185         * modules/unistd (unistd.h): Likewise.
41186         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41187         Add a "DO NOT EDIT" comment to the generated file.
41188         (func_import): Likewise for gnulib-comp.m4.
41189
41190 2006-10-07  Bruno Haible  <bruno@clisp.org>
41191
41192         * lib/gl_sublist.h: New file.
41193         * lib/gl_sublist.c: New file.
41194
41195 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41196
41197         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
41198         name (relative to the original working directory) and the file
41199         name component (relative to the temporary working directory).  All
41200         callers changed.
41201         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
41202         * lib/mkdir-p.c (make_dir_parents): Likewise.
41203         * lib/mkdir-p.h (make_dir_parents): Likewise.
41204
41205 2006-10-06  Eric Blake  <ebb9@byu.net>
41206
41207         Define several macros for use by the clean-temp module.
41208         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
41209         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
41210         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
41211
41212         * lib/clean-temp.h (close_stream_temp): New declaration.
41213         * lib/clean-temp.c (includes): Pull in headers according to what
41214         other modules are in use.
41215         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
41216
41217 2006-10-06  Bruno Haible  <bruno@clisp.org>
41218
41219         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
41220         instead of fopen, fwriteerror.
41221
41222 2006-10-06  Bruno Haible  <bruno@clisp.org>
41223
41224         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
41225         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
41226         int.
41227         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
41228         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
41229         Return an error indicator.
41230         Suggested by Eric Blake.
41231
41232 2006-10-06  Bruno Haible  <bruno@clisp.org>
41233
41234         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
41235         Reported by Eric Blake.
41236
41237 2006-10-06  Bruno Haible  <bruno@clisp.org>
41238
41239         * modules/closeout (Description): Mention stderr too.
41240
41241 2006-10-06  Bruno Haible  <bruno@clisp.org>
41242         and Paul Eggert  <eggert@cs.ucla.edu>
41243
41244         * lib/closeout.c (close_stdout): Also close stderr.
41245         * lib/closeout.h: Update comment.
41246
41247 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
41248
41249         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
41250         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
41251         * lib/dirchownmod.c: Include lchown.h.
41252         * lib/lchown.c: Don't include files that lchown.h now includes.
41253         Don't declare chown, since lchown.h now does that.
41254         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
41255         (lchown): Define to rpl_chown if lchown is declared but
41256         does not exist.  Declare using a prototype if lchown is not
41257         declared.  Add a copyright notice.
41258         * lib/mkstemp.h: Include <unistd.h>.
41259         * lib/openat.c: Include lchown.h.
41260
41261         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
41262         we now test for that separately.
41263         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
41264         rather than O_NOFOLLOW, when testing whether it's possible to
41265         avoid a race condition reliably.
41266         * lib/savewd.c (savewd_chdir): Likewise.
41267
41268         Remove macros that are no longer needed now that stdint.h is
41269         reliable.
41270         * lib/fsusage.c (UINTMAX_MAX): Remove.
41271         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
41272         * lib/utimecmp.c (SIZE_MAX): Remove.
41273
41274         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
41275
41276         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
41277         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
41278         O_NOATIME works.
41279
41280 2006-10-05  Bruno Haible  <bruno@clisp.org>
41281
41282         * lib/gl_list.h (gl_sortedlist_search_from_to,
41283         gl_sortedlist_indexof_from_to): New declarations.
41284         (gl_list_implementation): New fields sortedlist_search_from_to,
41285         sortedlist_indexof_from_to.
41286         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
41287         inline functions.
41288         * lib/gl_list.c (gl_sortedlist_search_from_to,
41289         gl_sortedlist_indexof_from_to): New functions.
41290         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
41291         function.
41292         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
41293         (gl_array_sortedlist_search_from_to): New function.
41294         (gl_array_list_implementation): Update.
41295         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
41296         function.
41297         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
41298         (gl_carray_sortedlist_search_from_to): New function.
41299         (gl_carray_list_implementation): Update.
41300         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
41301         gl_linked_sortedlist_indexof_from_to): New functions.
41302         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
41303         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
41304         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
41305         gl_tree_sortedlist_indexof_from_to): New functions.
41306         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
41307         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
41308         Update.
41309         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
41310         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
41311         Update.
41312
41313 2006-10-05  Bruno Haible  <bruno@clisp.org>
41314
41315         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
41316         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
41317         (struct gl_list_implementation): Add fields search_from_to,
41318         indexof_from_to. Remove fields search, indexof.
41319         (gl_list_search): Use the search_from_to method.
41320         (gl_list_search_from, gl_list_search_from_to): New functions.
41321         (gl_list_indexof): Use the indexof_from_to method.
41322         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
41323         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
41324         (gl_list_search_from, gl_list_search_from_to): New functions.
41325         (gl_list_indexof): Use the indexof_from_to method.
41326         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
41327         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
41328         gl_array_indexof. Add start_index, end_index arguments.
41329         (gl_array_search_from_to): Renamed from gl_array_search. Add
41330         start_index, end_index arguments.
41331         (gl_array_remove, gl_array_list_implementation): Update.
41332         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
41333         gl_carray_indexof. Add start_index, end_index arguments.
41334         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
41335         start_index, end_index arguments.
41336         (gl_carray_remove, gl_carray_list_implementation): Update.
41337         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
41338         gl_linked_search. Add start_index, end_index arguments.
41339         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
41340         start_index, end_index arguments.
41341         (gl_linked_remove): Update.
41342         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
41343         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
41344         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
41345         field to 'size_t'.
41346         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
41347         gl_tree_search. Add start_index, end_index arguments.
41348         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
41349         start_index, end_index arguments.
41350         (gl_tree_remove): Update.
41351         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
41352         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
41353         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
41354         function.
41355         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
41356         gl_tree_search. Add start_index, end_index arguments.
41357         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
41358         start_index, end_index arguments.
41359         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
41360         Update.
41361         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
41362
41363 2006-10-05  Bruno Haible  <bruno@clisp.org>
41364
41365         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
41366
41367         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
41368         fwriteerror_temp): New declarations.
41369         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
41370         (descriptors): New variable.
41371         (cleanup): First, close the descriptors.
41372         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
41373         fclose_temp, fwriteerror_temp): New functions.
41374
41375 2006-10-04  Jim Meyering  <jim@meyering.net>
41376
41377         * lib/fts.c (fts_open): Tiny comment change.
41378
41379 2006-10-04  Bruno Haible  <bruno@clisp.org>
41380
41381         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
41382         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
41383         gl_LOCK_BODY.
41384         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
41385         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
41386         gl_LOCK_EARLY_BODY.
41387         (gl_LOCK): Require gl_LOCK_BODY.
41388
41389 2006-10-04  Bruno Haible  <bruno@clisp.org>
41390
41391         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
41392         (gl_oset_search_atleast): New declaration.
41393         (struct gl_oset_implementation): Add field 'search_atleast'.
41394         (gl_oset_search_atleast): New inline function.
41395         * lib/gl_oset.c (gl_oset_search_atleast): New function.
41396         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
41397         (gl_array_oset_implementation): Update.
41398         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
41399         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
41400         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
41401
41402 2006-10-04  Bruno Haible  <bruno@clisp.org>
41403
41404         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
41405
41406 2006-10-03  Bruno Haible  <bruno@clisp.org>
41407
41408         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
41409         from gl_avltreehash_list_implementation.
41410
41411 2006-10-03  Bruno Haible  <bruno@clisp.org>
41412
41413         * lib/gl_oset.c (gl_oset_add): Fix return type.
41414
41415 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
41416
41417         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
41418
41419 2006-10-02  Eric Blake  <ebb9@byu.net>
41420
41421         * modules/strnlen (Depends-on): Add extensions.
41422
41423 2006-10-02  Eric Blake  <ebb9@byu.net>
41424
41425         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
41426         definition in 2.60+.
41427
41428 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
41429
41430         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
41431         checks.
41432
41433 2006-10-02  Bruno Haible  <bruno@clisp.org>
41434
41435         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
41436         to the AUTOMAKE_OPTIONS.
41437         Reported by Jim Meyering.
41438
41439 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
41440
41441         Work around bug in Solaris 10 /proc file system:
41442         /proc/self/fd/NNN/.. isn't the parent directory of
41443         the directory whose file descriptor is NNN.  This needs to
41444         be worked around at run time, not compile time, since a
41445         program might be built on Solaris 8, where things work, and
41446         run on Solaris 10.
41447         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
41448         to use the following interface instead:
41449         (OPENAT_BUFFER_SIZE): New macro.
41450         (openat_proc_name): New function.
41451         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
41452         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
41453         Likewise.
41454         * lib/openat-proc.c: New file.
41455         * modules/openat (Files): Add lib/openat-proc.c.
41456         (Depends-on): Add same-inode, stdbool.
41457         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
41458
41459 2006-09-29  Bruno Haible  <bruno@clisp.org>
41460
41461         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
41462         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
41463         argument. Set stdout_closed before testing for ferror, not after.
41464         (fwriteerror, fwriteerror_no_ebadf): New functions.
41465
41466 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41467
41468         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
41469
41470 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
41471
41472         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
41473         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
41474
41475 2006-09-28  Jim Meyering  <jim@meyering.net>
41476
41477         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
41478         Include <unistd.h>.
41479
41480 2006-09-28  Bruno Haible  <bruno@clisp.org>
41481
41482         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
41483         * modules/linkedhash-list (Depends-on): Likewise.
41484         * modules/rbtreehash-list (Depends-on): Likewise.
41485
41486 2006-09-28  Bruno Haible  <bruno@clisp.org>
41487
41488         * lib/strndup.h: Simplify the redefinition of strndup.
41489         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
41490         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
41491
41492 2006-09-28  Bruno Haible  <bruno@clisp.org>
41493
41494         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
41495         * lib/gl_linkedhash_list.c: Likewise.
41496         * lib/gl_rbtreehash_list.c: Likewise.
41497
41498 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
41499
41500         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
41501         getaddrinfo.
41502
41503         * lib/__fpending.h: Don't include <stdio_ext.h> unless
41504         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
41505         it causes <stdio_ext.h> to cause a compile-time error.
41506         Problem reported by Nelson H. F. Beebe.
41507         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
41508         of HAVE_DECL___PENDING.
41509
41510         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
41511         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
41512         declaration.
41513
41514 2006-09-27  Jim Meyering  <jim@meyering.net>
41515
41516         This file could end up with a definition for a function
41517         named __strndup, rather than rpl_strndup on a system with
41518         incomplete weak_alias support.
41519         * lib/strndup.c (strndup): Rename from __strndup.
41520         Remove #defines that used to map __strndup to strndup.
41521         Don't use K&R prototypes.
41522         Remove LIBC-related code, since this file is not sync'd with glibc.
41523         * lib/strndup.h: Revamp, accordingly.
41524         * m4/strndup.m4: Modernize.
41525
41526 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
41527
41528         * modules/savewd (Depends-on): Add 'raise'.
41529         * lib/savewd.c: Include <signal.h>, for 'raise'.
41530
41531 2006-09-26  Jim Meyering  <jim@meyering.net>
41532
41533         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
41534         when we detect Darwin 8.7.0's acl_get_file bug.
41535         Rearrange to perform the new (below) run-test while $LIBS
41536         contains any acl-related library.  Set USE_ACL at the end.
41537         (gl_ACL_GET_FILE): New function.
41538
41539 2006-09-26  Eric Blake  <ebb9@byu.net>
41540
41541         * lib/verror.c: Include <config.h> unconditionally.
41542
41543 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
41544
41545         * modules/clock-time (Maintainer): Add self.
41546         * modules/getlogin_r (Depends-on): Add extensions.
41547
41548 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41549
41550         * modules/clock-time: New module.
41551         * modules/nanosleep (Depends-on): Add clock-time.
41552         * modules/gethrxtime (Depends-on): Likewise.
41553         * modules/gettime (Depends-on): Likewise.
41554         * modules/settime (Depends-on): Likewise.
41555
41556         * modules/fts-lgpl: Depend on openat.
41557         * modules/mkancesdirs: Depend on savewd.
41558         * modules/mkdir-p: Likewise.
41559
41560 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41561
41562         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
41563
41564         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
41565         `gl_have_arbitrary_file_name_length_limit' to
41566         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
41567         actually works between configure runs.
41568
41569 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41570             Bruno Haible  <bruno@clisp.org>
41571
41572         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
41573
41574 2006-09-25  Jim Meyering  <jim@meyering.net>
41575
41576         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
41577         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
41578
41579 2006-09-25  Eric Blake  <ebb9@byu.net>
41580
41581         * gnulib-tool (func_import, func_create_testdir): Fix typos in
41582         exec's in 2006-09-18 patch when shuffling fds.
41583
41584 2006-09-25  Bruno Haible  <bruno@clisp.org>
41585
41586         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
41587         Reported by Jim Meyering.
41588
41589 2006-09-24  Jim Meyering  <jim@meyering.net>
41590
41591         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
41592         compare a pointer against a literal "0".  That caused failures with
41593         at least HP-UX's hpcc.
41594
41595 2006-09-22  Simon Josefsson  <jas@extundo.com>
41596
41597         * modules/gc-sha1:
41598         * modules/gc-md4:
41599         * modules/gc-hmac-sha1:
41600         * modules/gc-hmac-md5:
41601         * modules/gc-des:
41602         * modules/gc-arcfour: Distribute more files.
41603
41604 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41605
41606         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
41607         (gl_linked_iterator_from_to): Initialize struct completely.
41608         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
41609         (gl_tree_iterator_from_to): Likewise
41610         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
41611         * lib/gl_array_list.c [lint] (gl_array_iterator)
41612         (gl_array_iterator_from_to): Likewise.
41613         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
41614         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
41615         (gl_carray_iterator_from_to): Likewise.
41616
41617         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
41618         * lib/md4.c (md4_process_block): Remove unused variable.
41619         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
41620         parentheses for clarity.
41621
41622 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41623
41624         * modules/bison-i18n (Depends-on): Add gettext.
41625
41626 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41627
41628         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
41629         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
41630         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
41631         also add missing comma that caused broken test.
41632         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
41633         stdlib.h, for `abort'.
41634         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
41635         variables.
41636         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
41637         include unistd.h if present, for `rmdir'.
41638         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
41639         variables.
41640         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
41641         in the process include standard headers for prototypes.
41642         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
41643         gets declared on GNU/Linux.
41644         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
41645         unistd.h, for `rmdir'.
41646         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
41647
41648         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
41649         always true.
41650         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
41651
41652         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
41653
41654 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41655
41656         * gnulib-tool (func_version): Create output all at once.  This
41657         may help avoid triggering unnecessary SIGPIPEs, and at any
41658         rate it doesn't hurt.
41659
41660 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41661             Bruno Haible  <bruno@clisp.org>
41662
41663         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
41664         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41665         * m4/signed.m4 (bh_C_SIGNED): Likewise.
41666
41667         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
41668         (gl_FUNC_VASPRINTF): Invoke it.
41669
41670 2006-09-22  Bruno Haible  <bruno@clisp.org>
41671
41672         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
41673         getloadavg.c as first argument.
41674
41675 2006-09-22  Bruno Haible  <bruno@clisp.org>
41676
41677         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
41678         at the beginning of the gl_INIT macro.
41679         * modules/getloadavg (configure.ac): Pass $gl_source_base to
41680         gl_GETLOADAVG.
41681
41682 2006-09-22  Bruno Haible  <bruno@clisp.org>
41683
41684         * gnulib-tool (func_create_megatestdir): Don't include the config-h
41685         module.
41686         Suggested by Ralf Wildenhues.
41687
41688 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41689
41690         Import this patch from libc:
41691
41692         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
41693
41694         * lib/regex_internal.c (re_string_reconstruct): Handle
41695         offset < pstr->valid_raw_len && pstr->offsets_needed case.
41696         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
41697         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
41698         re_string_context_at.
41699
41700         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
41701         now requires it.
41702         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
41703         gl_REGEX now does it for us.
41704         (gl_REGEX): Add test taken from
41705         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
41706
41707         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
41708         Check that large offsets work.  Modernize Autoconf usages.
41709         Prefer "yes" to mean a good thing rather than a bad.
41710         Don't put "#define mkstemp" in config.h, as this might interfere
41711         with standard system headers that "#define mkstemp mkstemp64".
41712
41713         * modules/mkstemp (Depends-on): Add extensions, so that
41714         mkstemp is visible on some platforms.
41715         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
41716         (Include): Change to "mkstemp.h" from <stdlib.h>.
41717         (Files): Add mkstemp.h.
41718
41719         * lib/mkstemp.h: New file, since some standard headers
41720         #define mkstemp.
41721         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
41722         Include "mkstemp.h".
41723         Make the _LIBC code resemble glibc original more,
41724         e.g., use K&R style.
41725         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
41726         (mkstemp): Remove, since mkstemp.h does this for us.
41727         * lib/stdlib--.h: Include mkstemp.h.
41728
41729         Import this patch from libc:
41730
41731         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41732
41733         * lib/tempname.c (__gen_tempname): Change attempts_min
41734         into a macro.  Use preprocessor to decide how to initialize
41735         attempts [Coverity CID 67].
41736
41737 2006-09-20  Bruno Haible  <bruno@clisp.org>
41738
41739         * lib/mkdtemp.c: Import from libc.
41740         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41741                 * sysdeps/posix/tempname.c (__gen_tempname): Change
41742                 attempts_min into a macro.  Use preprocessor to decide how to
41743                 initialize attempts [Coverity CID 67].
41744         2001-11-27  Paul Eggert  <eggert@twinsun.com>
41745                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
41746                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
41747
41748 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41749
41750         * gnulib-tool (func_exit): New function, to allow to pass the
41751         exit status portably through the trap.  Use everywhere.
41752         (--help, --version): Signal a write error.
41753         (trap): catch SIGPIPE, for write errors.
41754         Exit at the end of the trap, with the correct exit status.
41755
41756 2006-09-19  Karl Berry  <karl@gnu.org>
41757
41758         * doc/gnulib.texi: note about the license texinfo files.
41759
41760 2006-09-19  Eric Blake  <ebb9@byu.net>
41761
41762         * gnulib-tool: Avoid space-tab.
41763
41764 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41765
41766         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
41767         that prevented coreutils 6.1 from building.  Problem reported
41768         by Petter Reinholdtsen.
41769
41770 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41771
41772         * gnulib-tool (avoidlist): Fix typo that broke options like
41773         --avoid=lock that are used by coreutils bootstrap.
41774
41775 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
41776
41777         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
41778         more systematically.
41779
41780 2006-09-18  Jim Meyering  <jim@meyering.net>
41781
41782         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
41783
41784 2006-09-18  Bruno Haible  <bruno@clisp.org>
41785
41786         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
41787
41788 2006-09-18  Bruno Haible  <bruno@clisp.org>
41789
41790         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
41791         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
41792         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
41793         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
41794         * m4/gettext.m4: Require autoconf >= 2.52.
41795         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
41796         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
41797         of gl_cv_header_inttypes_h.
41798
41799 2006-09-18  Bruno Haible  <bruno@clisp.org>
41800
41801         * lib/javaversion.c: Include configmake.h.
41802
41803 2006-09-18  Bruno Haible  <bruno@clisp.org>
41804
41805         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
41806         avoid that the while loops be executed in a subshell.
41807
41808 2006-09-18  Bruno Haible  <bruno@clisp.org>
41809
41810         * MODULES.html.sh (func_module): Break long lines.
41811         Suggested by Bruce Korb <bkorb@gnu.org>.
41812
41813 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41814
41815         Speed up by a factor of 1.12.
41816         * gnulib-tool (nl): New variable.
41817         (func_import): Rewrite include directive extraction to only read each
41818         directive once.
41819
41820 2006-09-17  Bruno Haible  <bruno@clisp.org>
41821
41822         * modules/javaversion (Makefile.am): Remove DEFS setting.
41823         (Depends-on): Add configmake, for PKGDATADIR definition.
41824
41825 2006-09-17  Bruno Haible  <bruno@clisp.org>
41826
41827         * gnulib-tool (func_create_testdir): Rewrite all files at once.
41828
41829 2006-09-17  Bruno Haible  <bruno@clisp.org>
41830
41831         * gnulib-tool (func_append): New function, stolen from libtool.m4.
41832         (func_modules_transitive_closure, func_modules_add_dummy,
41833         func_modules_to_filelist, func_import, func_create_testdir,
41834         func_create_megatestdir, ...): Use it wherever possible.
41835         Suggested by Ralf Wildenhues.
41836
41837 2006-09-16  Karl Berry  <karl@gnu.org>
41838
41839         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
41840         to avoid sectioning errors.
41841         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
41842         [ifinfo]: blank line after @center-ed titles.
41843         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
41844         Spell FSF address consistently with others.
41845         (These changes approved by rms.)
41846
41847 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41848
41849         Speed up by a factor of 1.61.
41850         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
41851         already checked module names again.
41852
41853 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41854
41855         Speed up by a factor of 1.13.
41856         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
41857         for new_files, and the input to func_add_or_update.
41858
41859 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41860
41861         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
41862         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
41863
41864 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41865
41866         * modules/mkancesdirs (Depends-on): Add fcntl.
41867         * modules/savewd: New file.
41868         * MODULES.html.sh (File system functions): Add savewd.
41869
41870         * modules/configmake (Makefile.am): Add support for the
41871         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
41872
41873 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41874
41875         * m4/savewd.m4: New file.
41876
41877 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41878
41879         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
41880         (dirchownmod): New arg FD.  All callers changed.
41881         Use FD rather than opening the directory ourself, as opening is
41882         now the caller's responsibility.
41883         * lib/dirchownmod.h: Likewise.
41884         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
41885         hosts that require <sys/types.h> before <sys/stat.h>.  Include
41886         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
41887         (test_dir): Remove.
41888         (mkancesdirs): Return length of prefix of FILE that has already
41889         been made, or -2 if there is a child doing the work.  Redo
41890         algorithm so that it is O(N) rather than O(N**2).  Optimize away
41891         ".", and treat ".." specially since it might stray back into
41892         already-created areas.  Use a subprocess if necessary.  New arg
41893         WD; all users changed.  MAKE_DIR function should now return 1
41894         if it creates a directory that is not readable.  Return -2 if
41895         a child process is spun off.
41896         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
41897         Adjust signature to match code.
41898         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
41899         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
41900         all users changed.
41901         * lib/savewd.c, lib/savewd.h: New files.
41902
41903 2006-09-15  Jim Meyering  <jim@meyering.net>
41904
41905         * modules/rename-dest-slash: New module.
41906         * MODULES.html.sh (posix_compat): Add it here.
41907
41908         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
41909
41910 2006-09-15  Jim Meyering  <jim@meyering.net>
41911
41912         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
41913         file.
41914
41915         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
41916
41917 2006-09-15  Jim Meyering  <jim@meyering.net>
41918
41919         * lib/rename-dest-slash.c (has_trailing_slash): Use
41920         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
41921         (rpl_rename_dest_slash): Perform the cheaper trailing slash
41922         test before testing whether SRC is a directory.
41923         Suggestions from Bruno Haible.
41924
41925         Avoid a warning about an unused variable.
41926         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
41927         into the #ifdef block where it's used.
41928
41929         * lib/rename-dest-slash.c: New file.
41930
41931 2006-09-14  Bruno Haible  <bruno@clisp.org>
41932
41933         * lib/allocsa.c: Include <config.h> unconditionally.
41934         * lib/asnprintf.c: Likewise.
41935         * lib/asprintf.c: Likewise.
41936         * lib/c-strcasecmp.c: Likewise.
41937         * lib/c-strcasestr.c: Likewise.
41938         * lib/c-strncasecmp.c: Likewise.
41939         * lib/c-strstr.c: Likewise.
41940         * lib/classpath.c: Likewise.
41941         * lib/clean-temp.c: Likewise.
41942         * lib/concatpath.c: Likewise.
41943         * lib/copy-file.c: Likewise.
41944         * lib/csharpcomp.c: Likewise.
41945         * lib/csharpexec.c: Likewise.
41946         * lib/execute.c: Likewise.
41947         * lib/fatal-signal.c: Likewise.
41948         * lib/findprog.c: Likewise.
41949         * lib/fwriteerror.c: Likewise.
41950         * lib/gl_array_list.c: Likewise.
41951         * lib/gl_array_oset.c: Likewise.
41952         * lib/gl_avltree_list.c: Likewise.
41953         * lib/gl_avltree_oset.c: Likewise.
41954         * lib/gl_avltreehash_list.c: Likewise.
41955         * lib/gl_carray_list.c: Likewise.
41956         * lib/gl_linked_list.c: Likewise.
41957         * lib/gl_linkedhash_list.c: Likewise.
41958         * lib/gl_list.c: Likewise.
41959         * lib/gl_oset.c: Likewise.
41960         * lib/gl_rbtree_list.c: Likewise.
41961         * lib/gl_rbtree_oset.c: Likewise.
41962         * lib/gl_rbtreehash_list.c: Likewise.
41963         * lib/imaxabs.c: Likewise.
41964         * lib/imaxdiv.c: Likewise.
41965         * lib/javacomp.c: Likewise.
41966         * lib/javaexec.c: Likewise.
41967         * lib/javaversion.c: Likewise.
41968         * lib/linebreak.c: Likewise.
41969         * lib/localcharset.c: Likewise.
41970         * lib/lock.c: Likewise.
41971         * lib/mbchar.c: Likewise.
41972         * lib/mbswidth.c: Likewise.
41973         * lib/mkdtemp.c: Likewise.
41974         * lib/pipe.c: Likewise.
41975         * lib/printf-args.c: Likewise.
41976         * lib/printf-parse.c: Likewise.
41977         * lib/progname.c: Likewise.
41978         * lib/progreloc.c: Likewise.
41979         * lib/readlink.c: Likewise.
41980         * lib/sh-quote.c: Likewise.
41981         * lib/stpcpy.c: Likewise.
41982         * lib/stpncpy.c: Likewise.
41983         * lib/strcasecmp.c: Likewise.
41984         * lib/strcasestr.c: Likewise.
41985         * lib/strcspn.c: Likewise.
41986         * lib/striconv.c: Likewise.
41987         * lib/strncasecmp.c: Likewise.
41988         * lib/strnlen1.c: Likewise.
41989         * lib/strstr.c: Likewise.
41990         * lib/strtok_r.c: Likewise.
41991         * lib/tls.c: Likewise.
41992         * lib/tmpdir.c: Likewise.
41993         * lib/unicodeio.c: Likewise.
41994         * lib/unsetenv.c: Likewise.
41995         * lib/vasnprintf.c: Likewise.
41996         * lib/vasprintf.c: Likewise.
41997         * lib/wait-process.c: Likewise.
41998         * lib/xallocsa.c: Likewise.
41999         * lib/xsetenv.c: Likewise.
42000         * lib/xstriconv.c: Likewise.
42001
42002 2006-09-13  Simon Josefsson  <jas@extundo.com>
42003
42004         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
42005         that internally, suggested by Ralf Wildenhues
42006         <Ralf.Wildenhues@gmx.de>.
42007
42008 2006-09-13  Simon Josefsson  <jas@extundo.com>
42009
42010         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
42011         @LIBOBJS@.
42012         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42013
42014 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
42015
42016         * lib/_fpending.c: Include <config.h> unconditionally, since we no
42017         longer worry about uses that don't define HAVE_CONFIG_H.
42018         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
42019         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
42020         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
42021         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
42022         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
42023         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
42024         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
42025         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
42026         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
42027         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
42028         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
42029         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
42030         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
42031         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
42032         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
42033         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
42034         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
42035         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
42036         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
42037         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
42038         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
42039         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
42040         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
42041         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
42042         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
42043         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
42044         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
42045         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
42046         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
42047         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
42048         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
42049         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
42050         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
42051         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
42052         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
42053         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
42054         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
42055         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
42056         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
42057         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
42058         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
42059         Likewise.
42060
42061 2006-09-13  Eric Blake  <ebb9@byu.net>
42062
42063         * lib/getopt.c: Fix typo in last commit.
42064
42065 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
42066
42067         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
42068         dgettext.
42069
42070 2006-09-12  Jim Meyering  <jim@meyering.net>
42071
42072         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
42073         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
42074         Reported by Nelson H. F. Beebe.
42075
42076 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
42077
42078         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
42079         program_invocation_name and program_invocation_short_name are
42080         initialized.
42081         * lib/argp-namefrob.h: Move declarations of program_invocation_name
42082         and program_invocation_short_name to argp.h, so they are visible
42083         to user programs.
42084         * lib/argp.h: Likewise
42085
42086 2006-09-10  Bruno Haible  <bruno@clisp.org>
42087
42088         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
42089         m4/inttypes_h.m4, m4/uintmax_t.m4.
42090
42091 2006-09-10  Bruno Haible  <bruno@clisp.org>
42092
42093         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
42094         gl_AC_TYPE_UINTMAX_T.
42095
42096 2006-09-10  Bruno Haible  <bruno@clisp.org>
42097
42098         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
42099
42100 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42101
42102         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
42103         convention.  Text proposed by Bruno Haible.
42104         (struct argp_option): Document the use of N_() wrappers.
42105
42106         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
42107         '\v', and translate the two parts separately, instead of feeding
42108         the whole string to gettext.  This allows to exclude
42109         '\v' from the strings visible to the translator by writing doc
42110         strings as N_("..") "\v" N_("..").
42111
42112 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
42113
42114         * config/srclist.txt: Undo latest change; the bug was fixed.
42115
42116 2006-09-09  Bruno Haible  <bruno@clisp.org>
42117
42118         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
42119         assignments if building a library without libtool.
42120         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
42121         in func_emit_lib_Makefile_am.
42122         (func_import): When building a static library libfoo.a, arrange to
42123         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
42124         (func_create_testdir): Likewise.
42125         * modules/gc (configure.ac, Makefile.am): If building statically,
42126         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
42127         * modules/iconvme (configure.ac, Makefile.am): Likewise.
42128         * modules/striconv (configure.ac, Makefile.am): Likewise.
42129         Based on a suggestion by Ralf Wildenhues.
42130
42131 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42132
42133         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
42134         Check for unistd.h too, since Autoconf doesn't assume POSIX.
42135         Also:
42136
42137         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42138         Add year_2050_test to catch glibc bug 2821
42139         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
42140
42141         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42142         Prefer #ifdef to #if.
42143
42144         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
42145         Return from 'main' instead of calling 'exit'.
42146
42147 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42148
42149         * lib/mktime.c (guess_time_tm): Fix bug where mktime
42150         returned the maximum time_t value rather than (time_t) -1.
42151         Problem originally reported by William Bardwell
42152         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
42153
42154         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
42155         Moved to here ...
42156         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
42157         ... from here.
42158
42159 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42160
42161         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
42162         2821 is fixed.
42163
42164 2006-09-08  Jim Meyering  <jim@meyering.net>
42165
42166         Don't make generated files read-only.  That would bother too many
42167         people.  However, do retain the ability to work when targets are
42168         read-only: remove the destination and temporary files before writing
42169         them (when generated via sed or echo), or by using the -f option for
42170         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
42171         * modules/alloca-opt, modules/argz, modules/arpa_inet:
42172         * modules/byteswap, modules/configmake, modules/fcntl:
42173         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
42174         * modules/localcharset, modules/netinet_in, modules/poll:
42175         * modules/stdbool, modules/stdint, modules/sys_select:
42176         * modules/sys_socket, modules/sys_stat, modules/sysexits:
42177
42178 2006-09-08  Jim Meyering  <jim@meyering.net>
42179
42180         Avoid new build failure on FreeBSD 6.0.
42181         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
42182         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
42183         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
42184
42185 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42186
42187         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
42188
42189 2006-09-07  Jim Meyering  <jim@meyering.net>
42190
42191         Fix global typo in last change: use chmod u-w, not chmod u-x.
42192         Spotted by Paul Eggert and Bruce Korb.
42193         * modules/alloca-opt, modules/argz, modules/arpa_inet:
42194         * modules/byteswap, modules/configmake, modules/fcntl:
42195         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
42196         * modules/localcharset, modules/netinet_in, modules/poll:
42197         * modules/stdbool, modules/stdint, modules/sys_select:
42198         * modules/sys_socket, modules/sys_stat, modules/sysexits:
42199
42200 2006-09-06  Jim Meyering  <jim@meyering.net>
42201
42202         Make generated files be read-only.
42203         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
42204         Ensure that each generated file is now read-only.
42205         * modules/argz: Likewise.
42206         * modules/arpa_inet: Likewise.
42207         * modules/byteswap: Likewise.
42208         * modules/configmake: Likewise.
42209         * modules/fcntl: Likewise.
42210         * modules/fnmatch: Likewise.
42211         * modules/getopt: Likewise.
42212         * modules/glob: Likewise.
42213         * modules/inttypes: Likewise.
42214         * modules/netinet_in: Likewise.
42215         * modules/poll: Likewise.
42216         * modules/stdbool: Likewise.
42217         * modules/stdint: Likewise.
42218         * modules/sys_select: Likewise.
42219         * modules/sys_socket: Likewise.
42220         * modules/sys_stat: Likewise.
42221         * modules/sysexits: Likewise.
42222         * modules/localcharset: Same as above, but continue using temporary
42223         file named "t-$@" (why different?) rather than the "$@-t" used
42224         everywhere else.
42225
42226         * modules/sysexits (Makefile.am): Replace literal occurrences
42227         of "sysexit.h" more readable, and more consistent, "$@".
42228
42229 2006-09-06  Bruno Haible  <bruno@clisp.org>
42230
42231         * modules/striconv: New file.
42232         * modules/xstriconv: New file.
42233         * MODULES.html.sh (Internationalization functions): Add striconv,
42234         xstriconv.
42235
42236 2006-09-06  Bruno Haible  <bruno@clisp.org>
42237
42238         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
42239         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
42240         not using libtool correctly.
42241
42242 2006-09-06  Bruno Haible  <bruno@clisp.org>
42243
42244         * lib/striconv.h: New file.
42245         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
42246         iconvstring.c.
42247         * lib/xstriconv.h: New file.
42248         * lib/xstriconv.c: New file.
42249
42250 2006-09-06  Bruno Haible  <bruno@clisp.org>
42251
42252         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42253         lib_..._LDFLAGS.
42254
42255 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42256
42257         * lib/argz_.h: Sync from Libtool.
42258
42259         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
42260                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
42261
42262         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
42263
42264 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
42265
42266         * modules/trim: New file.
42267
42268 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
42269
42270         * lib/trim.h: New file.
42271         * lib/trim.c: New file.
42272
42273 2006-09-05  Bruno Haible  <bruno@clisp.org>
42274
42275         * MODULES.html.sh (String handling): Add trim.
42276
42277 2006-09-04  Karl Berry  <karl@gnu.org>
42278
42279         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
42280         until next release.
42281
42282 2006-09-03  Bruno Haible  <bruno@clisp.org>
42283
42284         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
42285         correctly.
42286
42287 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42288
42289         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
42290         not gl_GETLOADAVG.  Omit unneeded semicolons.
42291         Problems reported by Ralf Wildenhues in
42292         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
42293         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
42294         at the end, which is the usual gnulib style.
42295
42296         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
42297         of doing all the work ourselves.
42298         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
42299         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
42300
42301 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42302
42303         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
42304         Problem reported by Ralf Wildenhues in
42305         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
42306
42307         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
42308         HAVE_STRUCT_STATFS_F_FSTYPENAME.
42309
42310 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42311
42312         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
42313         yesterday's patch by changing test -n to test -z.
42314
42315 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42316
42317         * modules/getloadavg (Files): Add m4/getloadavg.m4.
42318         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
42319         the former is now obsolescent.
42320
42321         * modules/chdir-long (Depends-on): Add fcntl.
42322
42323 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42324
42325         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
42326         obsolescent, and programs should use gnulib instead.
42327         * m4/getloadavg.m4: New file, with contents taken from Autoconf
42328         but with prefixes changed.
42329
42330 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42331
42332         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
42333         or stdbool.h, because they might not exist while configuring.
42334
42335         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
42336         Don't include unistd.h or limits.h; not needed, since chdir-long.h
42337         does that for us.
42338         (O_DIRECTORY): Remove.
42339
42340 2006-08-31  Eric Blake  <ebb9@byu.net>
42341
42342         * gnulib-tool: Don't let emacs change spaces to TAB.
42343
42344 2006-08-31  Bruno Haible  <bruno@clisp.org>
42345
42346         * gnulib-tool: When calling func_import more than once, do it in a
42347         subshell.
42348         Reported by Eric Blake <ebb9@byu.net>.
42349
42350 2006-08-31  Bruno Haible  <bruno@clisp.org>
42351
42352         * gnulib-tool (nl): Remove variable.
42353         (sed_transform_lib_file): Use more robust test for config-h module.
42354         (func_import): Fix typo in 2006-08-25 patch.
42355
42356 2006-08-31  Bruno Haible  <bruno@clisp.org>
42357
42358         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
42359         specified, augment Makefile.am variables instead of assigning them.
42360
42361 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42362
42363         Work around a bug in both the Linux and SunOS 64-bit kernels:
42364         nanosleep mishandles sleeps for longer than 2**31 seconds.
42365         Problem reported by Frank v Waveren in
42366         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
42367         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
42368         Check for nanosleep bug.
42369         (LIB_NANOSLEEP): Append clock_gettime library if needed.
42370
42371 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42372
42373         Work around a bug in both the Linux and SunOS 64-bit kernels:
42374         nanosleep mishandles sleeps for longer than 2**31 seconds.
42375         Problem reported by Frank v Waveren in
42376         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
42377         * lib/nanosleep.c (BILLION): New constant.
42378         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
42379         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
42380         implementation.
42381
42382 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42383
42384         * modules/nanosleep (Depends-on): Add gettime.
42385
42386 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42387         and Simon Josefsson  <jas@extundo.com>
42388         and Oskar Liljeblad  <oskar@osk.mine.nu>
42389
42390         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
42391         * gnulib-tool (func_import): New license type 'unmodifiable license
42392         text'.
42393         * modules/fdl: Use it.  Longer description.
42394         * module/gpl, module/lgpl: New files.
42395
42396 2006-08-30  Jim Meyering  <jim@meyering.net>
42397
42398         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
42399         shadowing the parameter.
42400
42401 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42402
42403         Sync from Libtool:
42404
42405         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42406
42407         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
42408         sharing with gnulib.  Report by Eric Blake.
42409
42410 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42411
42412         * modules/isapipe: New file.
42413         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
42414
42415 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42416
42417         * modules/configmake (Makefile.am): Add a comment, and omit
42418         the CONFIGMAKE_ prefix from generated macro names.  Suggested
42419         by Bruno Haible.
42420
42421 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42422
42423         * m4/isapipe.m4: New file.
42424
42425 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42426
42427         * lib/isapipe.c, lib/isapipe.h: New files.
42428
42429 2006-08-29  Jim Meyering  <jim@meyering.net>
42430
42431         * modules/configmake (Makefile.am): Make configmake.h depend on
42432         Makefile.  Otherwise, a stale configmake.h could hang around.
42433
42434 2006-08-29  Eric Blake  <ebb9@byu.net>
42435
42436         * lib/error.c (error_at_line, print_errno_message): Match libc, after
42437         resolution of upstream bug 3044.
42438
42439 2006-08-29  Bruno Haible  <bruno@clisp.org>
42440
42441         * modules/localcharset (Depends-on): Add configmake.
42442         (Makefile.am): Remove setting of LIBDIR through DEFS.
42443
42444 2006-08-29  Bruno Haible  <bruno@clisp.org>
42445
42446         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
42447         defined.
42448
42449 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42450
42451         * modules/fcntl: New file.
42452         * modules/chdir-safer (Depends-on): Add fcntl.
42453         * modules/fts: Likewise.
42454         * modules/mkdir-p: Likewise.
42455
42456         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
42457         This undoes the most recent change, since we're now addressing the
42458         problem in a different way.
42459
42460         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
42461         into output, since the output might be called Makefile.am even
42462         if $makefile_name is something different.
42463         (func_import): Use $makefile_am rather than
42464         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
42465         empty.
42466
42467         * modules/inttypes (Files): Add m4/inttypes-h.m4.
42468
42469 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42470
42471         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
42472         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
42473         recent change to stdint.m4, since we're now addressing the problem in a
42474         different way.
42475
42476 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42477
42478         * m4/fcntl_h.m4: New file.
42479
42480 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42481
42482         * lib/fcntl_.h: New file.
42483         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
42484         the fcntl module.
42485         * lib/dirchownmod.c: Likewise.
42486         * lib/fts.c: Likewise.
42487
42488         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
42489         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
42490         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
42491         just before including <inttypes.h>, to avoid circular inclusion.
42492
42493 2006-08-28  Jim Meyering  <jim@meyering.net>
42494
42495         * doc/visibility.texi: Actually read and correct the grammar of the
42496         sentence affected by yesterday's change.
42497
42498 2006-08-28  Eric Blake  <ebb9@byu.net>
42499
42500         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
42501         needs wrapper.
42502
42503 2006-08-28  Eric Blake  <ebb9@byu.net>
42504
42505         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
42506
42507 2006-08-28  Eric Blake  <ebb9@byu.net>
42508
42509         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
42510
42511 2006-08-28  Bruno Haible  <bruno@clisp.org>
42512
42513         * modules/c-strstr: New file, from GNU gettext.
42514         * MODULES.html.sh (String handling): Add c-strstr.
42515
42516 2006-08-28  Bruno Haible  <bruno@clisp.org>
42517
42518         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
42519         macros.
42520         Reported by Eric Blake.
42521
42522 2006-08-28  Bruno Haible  <bruno@clisp.org>
42523
42524         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
42525         (VASNPRINTF): Return a string of length > INT_MAX without failing.
42526         * lib/vasprintf.c: Include errno.h, limits.h.
42527         (EOVERFLOW): New fallback definition.
42528         (vasprintf): Test here whether the string length is > INT_MAX.
42529         * lib/vsnprintf.c: Include errno.h, limits.h.
42530         (EOVERFLOW): New fallback definition.
42531         (vsnprintf): Fix bug when generated string was too long for the buffer.
42532         Test here whether the string length is > INT_MAX.
42533
42534 2006-08-28  Bruno Haible  <bruno@clisp.org>
42535
42536         * lib/inttypes_.h (SCNX*): Remove definitions.
42537         Reported by Eric Blake.
42538
42539 2006-08-28  Bruno Haible  <bruno@clisp.org>
42540
42541         * lib/c-strstr.h: New file, from GNU gettext.
42542         * lib/c-strstr.c: New file, from GNU gettext.
42543
42544 2006-08-28  Bruno Haible  <bruno@clisp.org>
42545
42546         * gnulib-tool: Reorder some statements.
42547
42548 2006-08-28  Bruno Haible  <bruno@clisp.org>
42549
42550         * gnulib-tool: New option --makefile-name.
42551         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
42552         $makefile_name.
42553         (func_import): Write $makefile_name to the cache file, and read it from
42554         there unless explicitly specified. Use $makefile_name as file name
42555         instead of Makefile.am. Adjust the recommendations accordingly.
42556
42557 2006-08-28  Bruno Haible  <bruno@clisp.org>
42558
42559         * gnulib-tool (func_verify_module): Check against misapplying patch.
42560
42561 2006-08-28  Bruno Haible  <bruno@clisp.org>
42562
42563         * gnulib-tool (func_relativize, func_relconcat): New functions.
42564         Give an error if --local-dir is given with --update.
42565         Remove trailing slashes from $local_gnulib_dir.
42566         (func_import): Store the relativized $local_gnulib_dir in
42567         gnulib-cache.m4, and read it from there if not specified explicitly.
42568
42569 2006-08-28  Bruno Haible  <bruno@clisp.org>
42570
42571         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
42572         is the current directory. Respect also $local_gnulib_dir.
42573
42574 2006-08-28  Bruno Haible  <bruno@clisp.org>
42575             Simon Josefsson  <jas@extundo.com>
42576
42577         BeOS portability.
42578         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
42579
42580 2006-08-27  Jim Meyering  <jim@meyering.net>
42581
42582         * doc/visibility.texi: Remove duplicate word: "pointer".
42583
42584 2006-08-26  Bruno Haible  <bruno@clisp.org>
42585
42586         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
42587         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
42588         (Makefile.am): Create inttypes.h from inttypes_.h.
42589         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
42590
42591         * modules/imaxabs: New file.
42592
42593         * modules/imaxdiv: New file.
42594
42595 2006-08-26  Bruno Haible  <bruno@clisp.org>
42596
42597         * m4/inttypes.m4: New file.
42598         * m4/_inttypes_h.m4: Remove file.
42599         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
42600         PRI_MACROS_BROKEN.
42601         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
42602
42603         * m4/imaxabs.m4: New file.
42604
42605         * m4/imaxdiv.m4: New file.
42606
42607 2006-08-26  Bruno Haible  <bruno@clisp.org>
42608
42609         * lib/inttypes_.h: New file.
42610         * lib/inttypes.h: Remove file.
42611         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
42612
42613         * lib/imaxabs.c: New file.
42614
42615         * lib/imaxdiv.c: New file.
42616
42617 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42618
42619         New config-h module, so that "make" output needn't be cluttered
42620         by -DHAVE_CONFIG_H.
42621         * MODULES.html.sh (Support for building libraries and executables):
42622         Add config-h.
42623         * modules/config-h: New file.
42624         * gnulib-tool (nl, sed_transform_lib_file): New vars.
42625         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
42626         the config-h module is used.
42627
42628         New configmake module, so that "make" output needn't be cluttered
42629         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
42630         * MODULES.html.sh (Support for building libraries and executables):
42631         Add configmake.
42632         * modules/configmake: New file.
42633
42634 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42635
42636         * m4/config-h.m4: New file.
42637
42638 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42639
42640         * config/srclist.txt: Add elisp-comp.
42641
42642 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42643
42644         * MODULES.html.sh (Support for building libraries and executables):
42645         Add elisp-comp.
42646         * build-aux/elisp-comp: New file.
42647         * modules/elisp-comp: New file.
42648
42649 2006-08-24  Bruno Haible  <bruno@clisp.org>
42650
42651         * gnulib-tool (func_create_testdir): Use non-default values of
42652         sourcebase and m4base.
42653
42654 2006-08-24  Bruno Haible  <bruno@clisp.org>
42655
42656         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
42657         HTML structure.
42658
42659 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42660
42661         * modules/openat (Depends-on): Add lchown.
42662
42663 2006-08-23  Bruno Haible  <bruno@clisp.org>
42664
42665         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
42666         of gl_LOCK_EARLY instead of gl_LOCK.
42667
42668 2006-08-23  Bruno Haible  <bruno@clisp.org>
42669
42670         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
42671         on OSF/1 to no.
42672         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
42673
42674 2006-08-23  Bruno Haible  <bruno@clisp.org>
42675
42676         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
42677         as unusable.
42678
42679         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
42680         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
42681         (gl_LOCK): New macro.
42682
42683 2006-08-22  Simon Josefsson  <jas@extundo.com>
42684
42685         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
42686         to md5 module.
42687
42688 2006-08-22  Simon Josefsson  <jas@extundo.com>
42689
42690         * MODULES.html.sh: Add "Support for maintaining and release
42691         projects".
42692
42693         * build-aux/gnupload: New file, from coreutils.
42694
42695 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42696
42697         Avoid the need for AC_LIBSOURCES in m4 macros.
42698         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
42699         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
42700         * modules/check-version (EXTRA_DIST): Add check-version.h.
42701         * modules/crc (EXTRA_DIST): Add crc.h.
42702         * modules/des (EXTRA_DIST): Add des.h.
42703         * modules/gc (EXTRA_DIST): Add gc.h.
42704         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
42705         * modules/getline (EXTRA_DIST): Add getline.h.
42706         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
42707         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
42708         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
42709         * modules/md2 (EXTRA_DIST): Add md2.h.
42710         * modules/md4 (EXTRA_DIST): Add md4.h.
42711         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
42712         * modules/read-file (EXTRA_DIST): Add read-file.h.
42713         * modules/readline (EXTRA_DIST): Add readline.h.
42714         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
42715         rijndael-api-fst.h.
42716
42717 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42718
42719         * m4/rijndael.m4 (gl_ARCFOUR):
42720         * m4/arctwo.m4 (gl_ARCTWO):
42721         * m4/check-version.m4 (gl_CHECK_VERSION):
42722         * m4/crc.m4 (gl_CRC):
42723         * m4/des.m4 (gl_DES):
42724         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
42725         * m4/gc.m4 (gl_GC):
42726         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
42727         * m4/getline.m4 (gl_FUNC_GETLINE):
42728         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
42729         * m4/hmac-md5.m4 (gl_HMAC_MD5):
42730         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
42731         * m4/md2.m4 (gl_MD2):
42732         * m4/md4.m4 (gl_MD4):
42733         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
42734         * m4/read-file.m4 (gl_FUNC_READ_FILE):
42735         * m4/readline.m4 (gl_FUNC_READLINE):
42736         * m4/rijndael.m4 (gl_RIJNDAEL):
42737         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42738         to get the necessary .h files and whatnot.
42739
42740 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42741
42742         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
42743         gnulib rather than the other way around.
42744         * config/srclistvars.sh (COREUTILS): Remove.
42745
42746 2006-08-22  Jim Meyering  <jim@meyering.net>
42747
42748         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
42749
42750         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
42751
42752 2006-08-22  Eric Blake  <ebb9@byu.net>
42753
42754         * modules/regexprops-generic: New file.
42755         * MODULES.html.sh (Support for building documentation): List it.
42756
42757 2006-08-22  Eric Blake  <ebb9@byu.net>
42758
42759         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
42760         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
42761         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
42762         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
42763
42764 2006-08-22  Bruno Haible  <bruno@clisp.org>
42765
42766         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
42767         and lib_LTLIBRARIES like the other lib_* variables.
42768
42769 2006-08-22  Bruno Haible  <bruno@clisp.org>
42770
42771         * build-aux/x-to-1.in: New file, from GNU gettext.
42772
42773 2006-08-22  Bruno Haible  <bruno@clisp.org>
42774
42775         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
42776         <utmpx.h> exists.
42777
42778 2006-08-22  Bruno Haible  <bruno@clisp.org>
42779
42780         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
42781         <utmpx.h> exists.
42782
42783 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42784
42785         BeOS portability.
42786         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
42787         exist.
42788         Problem reported by Bruno Haible.
42789
42790 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42791
42792         Avoid the need for AC_LIBSOURCES in m4 macros.
42793         * modules/acl (EXTRA_DIST): Add acl.h.
42794         * modules/argmatch (Files): Add m4/argmatch.m4.
42795         (configure.ac): Add gl_ARGMATCH.
42796         (EXTRA_DIST): Renamed from lib_SOURCES, for
42797         consistency with the other modules.  Remove argmatch.c.
42798         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
42799         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
42800         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
42801         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
42802         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
42803         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
42804         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
42805         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
42806         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
42807         * modules/closeout (EXTRA_DIST): Add closeout.h.
42808         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
42809         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
42810         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
42811         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
42812         dirname.h; remove basename.c and stripslash.c.
42813         * modules/exclude (EXTRA_DIST): Add exclude.h.
42814         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
42815         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
42816         * modules/file-type (EXTRA_DIST): Add file-type.h.
42817         * modules/filemode (EXTRA_DIST): Add filemode.h.
42818         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
42819         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42820         * modules/fpending (EXTRA_DIST): Add __fpending.h.
42821         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
42822         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
42823         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
42824         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
42825         * modules/getdate (EXTRA_DIST): Add getdate.c.
42826         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
42827         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
42828         * modules/getpass (EXTRA_DIST): Add getpass.h.
42829         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
42830         * modules/group-member (EXTRA_DIST): Add group-member.h.
42831         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
42832         * modules/hash (EXTRA_DIST): Add hash.h.
42833         * modules/human (EXTRA_DIST): Add human.h.
42834         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
42835         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
42836         * modules/lchown (EXTRA_DIST): Add lchown.h.
42837         * modules/long-options (EXTRA_DIST): Add long-options.h.
42838         * modules/lstat (EXTRA_DIST): Add lstat.h.
42839         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
42840         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
42841         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
42842         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
42843         * modules/memxor (EXTRA_DIST): Add memxor.h.
42844         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
42845         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
42846         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
42847         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
42848         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
42849         * modules/physmem (EXTRA_DIST): Add physmem.h.
42850         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
42851         * modules/posixver (EXTRA_DIST): Add posixver.h.
42852         * modules/quote (EXTRA_DIST): Add quote.h.
42853         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
42854         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
42855         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
42856         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
42857         regex_internal.h regexec.c.
42858         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
42859         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
42860         * modules/same (EXTRA_DIST): Add same.h.
42861         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
42862         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
42863         * modules/savedir (EXTRA_DIST): Add savedir.h.
42864         * modules/sha1 (EXTRA_DIST): Add sha1.h.
42865         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
42866         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
42867         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
42868         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
42869         * modules/strdup (EXTRA_DIST): Add strdup.h.
42870         * modules/strftime (EXTRA_DIST): Add strftime.h.
42871         * modules/strndup (EXTRA_DIST): Add strndup.h.
42872         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
42873         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
42874         * modules/time_r (EXTRA_DIST): Add time_r.h.
42875         * modules/timespec (EXTRA_DIST): Add timespec.h.
42876         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42877         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
42878         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
42879         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
42880         * modules/userspec (EXTRA_DIST): Add userspec.h.
42881         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
42882         * modules/utimens (EXTRA_DIST): Add utimens.h.
42883         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
42884         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
42885         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
42886         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
42887         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
42888         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
42889         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
42890         * modules/yesno (EXTRA_DIST): Add yesno.h.
42891
42892 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42893
42894         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
42895
42896         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
42897         * m4/dev-ino.m4, same-inode.m4: Remove.
42898
42899         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
42900         * m4/acl.m4 (AC_FUNC_ACL):
42901         * m4/backupfile.m4 (gl_BACKUPFILE):
42902         * m4/c-strtod.m4 (gl_C99_STRTOLD):
42903         * m4/canon-host.m4 (gl_CANON_HOST):
42904         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42905         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
42906         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
42907         * m4/cloexec.m4 (gl_CLOEXEC):
42908         * m4/close-stream.m4 (gl_CLOSE_STREAM):
42909         * m4/closeout.m4 (gl_CLOSEOUT):
42910         * m4/dirfd.m4 (gl_FUNC_DIRFD):
42911         * m4/dirname.m4 (gl_DIRNAME):
42912         * m4/exclude.m4 (gl_EXCLUDE):
42913         * m4/exitfail.m4 (gl_EXITFAIL):
42914         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
42915         * m4/file-type.m4 (gl_FILE_TYPE):
42916         * m4/filemode.m4 (gl_FILEMODE):
42917         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
42918         * m4/fpending.m4 (gl_FUNC_FPENDING):
42919         * m4/fprintftime.m4 (gl_FPRINTFTIME):
42920         * m4/fts.m4 (gl_FUNC_FTS):
42921         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
42922         * m4/getdate.m4 (gl_GETDATE):
42923         * m4/gethrxtime.m4 (gl_GETHRXTIME):
42924         * m4/getpagesize.m4 (gl_GETPAGESIZE):
42925         * m4/getpass.m4 (gl_FUNC_GETPASS):
42926         * m4/gettime.m4 (gl_GETTIME):
42927         * m4/getugroups.m4 (gl_GETUGROUPS):
42928         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
42929         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
42930         * m4/hard-locale.m4 (gl_HARD_LOCALE):
42931         * m4/hash.m4 (gl_HASH):
42932         * m4/idcache.m4 (gl_IDCACHE):
42933         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
42934         * m4/lchown.m4 (gl_FUNC_LCHOWN):
42935         * m4/long-options.m4 (gl_LONG_OPTIONS):
42936         * m4/lstat.m4 (gl_FUNC_LSTAT):
42937         * m4/md5.m4 (gl_MD5):
42938         * m4/memcasecmp.m4 (gl_MEMCASECMP):
42939         * m4/memcoll.m4 (gl_MEMCOLL):
42940         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
42941         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
42942         * m4/memxor.m4 (gl_MEMXOR):
42943         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
42944         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
42945         * m4/modechange.m4 (gl_MODECHANGE):
42946         * m4/mountlist.m4 (gl_MOUNTLIST):
42947         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
42948         * m4/openat.m4 (gl_FUNC_OPENAT):
42949         * m4/pathmax.m4 (gl_PATHMAX):
42950         * m4/physmem.m4 (gl_PHYSMEM):
42951         * m4/posixtm.m4 (gl_POSIXTM):
42952         * m4/posixver.m4 (gl_POSIXVER):
42953         * m4/quote.m4 (gl_QUOTE):
42954         * m4/quotearg.m4 (gl_QUOTEARG):
42955         * m4/readtokens.m4 (gl_READTOKENS):
42956         * m4/readutmp.m4 (gl_READUTMP):
42957         * m4/regex.m4 (gl_REGEX):
42958         * m4/safe-read.m4 (gl_SAFE_READ):
42959         * m4/safe-write.m4 (gl_SAFE_WRITE):
42960         * m4/same.m4 (gl_SAME):
42961         * m4/save-cwd.m4 (gl_SAVE_CWD):
42962         * m4/savedir.m4 (gl_SAVEDIR):
42963         * m4/settime.m4 (gl_SETTIME):
42964         * m4/sha1.m4 (gl_SHA1):
42965         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
42966         * m4/stat-macros.m4 (gl_STAT_MACROS):
42967         * m4/stat-time.m4 (gl_STAT_TIME):
42968         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
42969         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
42970         * m4/strdup.m4 (gl_FUNC_STRDUP):
42971         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
42972         * m4/strndup.m4 (gl_FUNC_STRNDUP):
42973         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
42974         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
42975         * m4/time_r.m4 (gl_TIME_R):
42976         * m4/timespec.m4 (gl_TIMESPEC):
42977         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
42978         * m4/unlinkdir.m4 (gl_UNLINKDIR):
42979         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
42980         * m4/userspec.m4 (gl_USERSPEC):
42981         * m4/utimecmp.m4 (gl_UTIMECMP):
42982         * m4/utimens.m4 (gl_UTIMENS):
42983         * m4/xalloc.m4 (gl_XALLOC):
42984         * m4/xgetcwd.m4 (gl_XGETCWD):
42985         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
42986         * m4/xreadlink.m4 (gl_XREADLINK):
42987         * m4/xstrtod.m4 (gl_XSTRTOD):
42988         * m4/yesno.m4 (gl_YESNO):
42989         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42990         to get the necessary .h files and whatnot.
42991
42992 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
42993             Bruno Haible  <bruno@clisp.org>
42994
42995         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
42996         /bin/sh understanding of '!' conditional negation.
42997
42998 2006-08-21  Jim Meyering  <jim@meyering.net>
42999
43000         * modules/openat (Depends-on): Really alphabetize.
43001
43002         * modules/acl (Depends-on): Add error and quote.
43003
43004         * check-module (find_included_lib_files): Add at-func.c to the
43005         ok-to-include-more-than-once white list.
43006
43007         * modules/openat (Depends-on): Add lstat.  Alphabetize.
43008
43009 2006-08-21  Bruno Haible  <bruno@clisp.org>
43010
43011         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43012         Emit a pkgdata_DATA variable only if some snippets add contents to it.
43013         Reported by Martin Lambers <marlam@marlam.de>.
43014
43015 2006-08-21  Bruno Haible  <bruno@clisp.org>
43016
43017         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
43018         specify an installation location, don't emit a noinst_LIBRARIES or
43019         noinst_LTLIBRARIES assignment.
43020
43021 2006-08-21  Bruno Haible  <bruno@clisp.org>
43022
43023         BeOS portability.
43024         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
43025         BeOS has mbrtowc() but no <wctype.h>.
43026
43027 2006-08-21  Bruno Haible  <bruno@clisp.org>
43028
43029         BeOS portability.
43030         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
43031         exist.
43032
43033 2006-08-21  Bruno Haible  <bruno@clisp.org>
43034
43035         BeOS portability.
43036         * lib/mbchar.h: Include <wctype.h> only if it exists.
43037
43038 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43039
43040         Remove files that are no longer needed by their respective modules.
43041         * m4/obstack.m4: Remove.
43042         * m4/strerror_r.m4: Remove.
43043         * m4/uint32_t.m4: Remove.
43044         * m4/uintptr_t.m4: Remove.
43045         * m4/ullong_max.m4: Remove.
43046         * m4/xstrtoimax.m4: Remove.
43047         * m4/xstrtoumax.m4: Remove.
43048
43049         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
43050         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
43051         dependencies now capture this.
43052
43053         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
43054         Do not use AC_LIBSOURCES, since gnulib modules now do this.
43055         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
43056         * m4/human.m4 (gl_HUMAN): Likewise.
43057         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
43058         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
43059
43060         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
43061
43062         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
43063         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
43064         stdint.
43065         * m4/human.m4 (gl_HUMAN): Likewise.
43066         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
43067         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
43068         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
43069         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
43070         * m4/xstrtol (gl_XSTRTOL): Likewise.
43071
43072         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
43073         AC_TYPE_LONG_LONG_INT.
43074         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
43075         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
43076         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
43077         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
43078
43079         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
43080         on stdbool.
43081
43082         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
43083         (gl_PREREQ_XSTRTOUL): Remove.
43084
43085         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
43086
43087         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
43088         mode.
43089
43090 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43091
43092         Add and change modules to make it easier for coreutils to use
43093         gnulib-tool.
43094         * modules/backupfile (Files): Remove m4/d-ino.m4.
43095         (Depends-on): Add d-ino.
43096         * modules/cycle-check (Depends-on): Add stdint.
43097         (lib_SOURCES): Add cycle-check.h.
43098         * modules/d-ino: New module.
43099         * modules/d-type: New module.
43100         * modules/error (Files): Remove m4/strerror_r.m4.
43101         * modules/filemode (Files): Add m4/st_dm_mode.m4.
43102         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43103         m4/inttypes_h.m4, m4/uintmax_t.m4.
43104         (Depends-on): Add stdint.
43105         (lib_SOURCES): Add fsusage.h.
43106         * modules/getcwd (Files): Remove d-ino.m4.
43107         (Depends-on): Add d-ino.
43108         * modules/getndelim2 (Depends-on): Add stdint.
43109         * modules/glob (Files): Remove m4/d-type.m4.
43110         (Depends-on): Add d-type.
43111         * modules/host-os: New module.
43112         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
43113         m4/inttypes_h.m4, m4/uintmax_t.m4.
43114         * Depends-on: Add stdint.
43115         (lib_SOURCES): Add human.h.
43116         * modules/inttostr (Files): Remove m4/intmax_t.m4,
43117         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
43118         m4/uintmax_t.m4, m4/ulonglong.m4.
43119         (Depends-on): Add stdint.
43120         (EXTRA_DIST): Add inttostr.h.
43121         * modules/lchmod: New module.
43122         * modules/link-follow: New module.
43123         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
43124         (Depends-on): Add lchmod.
43125         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
43126         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
43127         (Depends-on): Add stdint.
43128         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
43129         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
43130         (Depends-on): Add stdint.
43131         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
43132         * modules/perl: New module.
43133         * modules/regex (Depends-on): Add stdint.
43134         * modules/rmdir-errno: New module.
43135         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
43136         m4/intmax_t.m4.
43137         (Depends-on): Add stdint.
43138         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
43139         m4/uintmax_t.m4.
43140         (Depends-on): Add stdint.
43141         * modules/unlink-busy: New module.
43142         * modules/utimecmp (Depends-on): Add stdint.
43143         * modules/uptime: New module.
43144         * modules/winsz-ioctl: New module.
43145         * modules/winsz-termios: New module.
43146         * modules/xnanosleep (Depends-on): Add nanosleep.
43147         * modules/ullong_max: Remove.
43148         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
43149         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
43150         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
43151         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
43152         (Depends-on): Add inttypes.
43153         (lib_SOURCES): Add xstrtol.h.
43154         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
43155         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
43156         * MODULES.html.sh: Move 'assert' into the assert section.
43157         Move 'dummy' into the linking section.
43158         Remove ullong_max.
43159         Add section for compatibility checks for POSIX:2001 functions,
43160         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
43161         winsz-ioctl, and winsz-termios into it.
43162         Add lchmod.
43163         Add top-level Misc section and put host-os, perl, and uptime
43164         into it.
43165
43166 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43167
43168         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
43169         now assume the stdint module.  Do not include inttypes.h.
43170         * lib/fsusage.h: Likewise.
43171         * lib/getndelim2.c: Likewise.
43172         * lib/human.h: Likewise.
43173         * lib/inttostr.h: Likewise.
43174         * lib/obstack.c: Likewise.
43175         * lib/regex_internal.h: Likewise.
43176         * lib/tempname.c: Likewise.
43177         * lib/utimecmp.c: Likewise.
43178         * lib/xstrtol.h: Likewise.
43179
43180         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
43181
43182         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
43183         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
43184         * lib/xtime.h: Likewise.
43185
43186 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43187
43188         * modules/openat (Files): Add lib/fchmodat.c.
43189         Fixes problem reported by Jay Youngman.
43190
43191 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43192
43193         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
43194         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
43195
43196 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
43197             Bruno Haible  <bruno@clisp.org>
43198
43199         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
43200         and is a script that invokes bison. Tighten the code. Add comments.
43201
43202 2006-08-18  Jim Meyering  <jim@meyering.net>
43203
43204         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
43205         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
43206         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
43207         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
43208
43209 2006-08-18  Bruno Haible  <bruno@clisp.org>
43210
43211         * modules/bison-i18n: New file.
43212         * MODULES.html.sh (Internationalization functions): Add it.
43213
43214 2006-08-18  Bruno Haible  <bruno@clisp.org>
43215
43216         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
43217         sys/statvfs.h. When getmntinfo was found, check its declaration and
43218         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
43219
43220 2006-08-18  Bruno Haible  <bruno@clisp.org>
43221
43222         * m4/bison-i18n.m4: New file, from bison.
43223
43224 2006-08-18  Bruno Haible  <bruno@clisp.org>
43225
43226         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
43227         (ME_DUMMY): Treat "kernfs" as a dummy.
43228         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
43229
43230 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43231
43232         Update from coreutils.
43233
43234         2006-08-15  Jim Meyering  <jim@meyering.net>
43235
43236         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
43237
43238         2006-01-17  Jim Meyering  <jim@meyering.net>
43239
43240         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
43241
43242         2006-01-11  Jim Meyering  <jim@meyering.net>
43243
43244         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
43245         Check for the lchmod function.
43246
43247 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43248
43249         Update from coreutils.
43250
43251         * lib/__fpending.h: Add copyright notice.
43252         * lib/fprintftime.h: Likewise.
43253         * lib/savedir.c: Use (C) in copyright notice.
43254         * lib/savedir.h: Likewise.
43255
43256         2006-08-15  Jim Meyering  <jim@meyering.net>
43257
43258         * lib/at-func.c: New file, with the logic of all emulated at-functions.
43259         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
43260         in support of the EXPECTED_ERRNO macro.
43261         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
43262         definitions.  Instead, define the appropriate symbols and include
43263         "at-func.c".
43264         * lib/mkdirat.c (mkdirat): Likewise.
43265         * lib/fchmodat.c (fchmodat): Likewise.
43266         (ENOSYS): Remove definition.
43267         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
43268         it.  Don't include "unistd--.h" -- it wasn't ever used.
43269
43270         2006-01-17  Jim Meyering  <jim@meyering.net>
43271
43272         Rewrite fts.c not to change the current working directory,
43273         by using openat, fstatat, fdopendir, etc..
43274
43275         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
43276         (HAVE_OPENAT_SUPPORT): Define.
43277         [_LIBC] (fchdir): Don't undef or define; no longer used.
43278         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
43279         Now, this `function' always succeeds, and consumes its file descriptor
43280         parameter -- so callers must not close such FDs.  Update callers.
43281         (diropen_fd, opendirat, cwd_advance_fd): New functions.
43282         (diropen): Add parameter, SP.  Adjust all callers.
43283         Implement using diropen_fd, rather than open.
43284         (fts_open): Initialize new member, fts_cwd_fd.
43285         Remove fts_rft-setting code.
43286         (fts_close): Close fts_cwd_fd, if necessary.
43287         (__opendir2): Define in terms of opendir or opendirat,
43288         depending on whether the FST_NOCHDIR flag is set.
43289         (fts_build): Since fts_safe_changedir consumes its FD, and since
43290         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
43291         and close the dup'd file descriptor upon failure.
43292         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
43293         (fts_safe_changedir): Tweak semantics to reflect that this function
43294         now calls cwd_advance_fd and hence consumes its FD argument.
43295         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
43296         [struct FTS] (fts_rft): Remove now-unused member.
43297         [struct FTS] (fts_cycle.state): Improve comment.
43298
43299         * lib/openat.c (openat_needs_fchdir): New function.
43300         * lib/openat.h (openat_needs_fchdir): Declare it.
43301
43302 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
43303
43304         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
43305         Problem and fix reported by Pádraig Brady in
43306         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
43307
43308 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43309
43310         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
43311
43312 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43313
43314         * lib/memcoll.c (memcoll): Optimize for the common case where the
43315         arguments are bytewise equal.
43316
43317 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43318
43319         * doc/regexprops-generic.texi: Add a copyright notice.
43320
43321 2006-08-15  Bruno Haible  <bruno@clisp.org>
43322
43323         * modules/tmpdir (License): Change to LGPL.
43324
43325 2006-08-15  Bruno Haible  <bruno@clisp.org>
43326
43327         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
43328         module.
43329
43330 2006-08-14  Simon Josefsson  <jas@extundo.com>
43331
43332         * config/srclist.txt: Add gnupload.
43333
43334 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43335
43336         Change copyright notice from LGPL 2 to GPL 2, since that's the
43337         standard form used in the gnulib repository.
43338         * tests/test-lock.c: Likewise.
43339         * tests/test-stdint.c: Likewise.
43340         * tests/test-tls.c: Likewise.
43341
43342         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
43343         prelude-manager.  User shorter URLs for GNU projects, without '?'.
43344         Add copyright notice.
43345
43346         * check-module: Add copyright notice.  Output a copyright
43347         notice if "--version" is specified.
43348         * modules/COPYING: New file.
43349         * tests/test-getaddrinfo.c: Add copyright notice.
43350         * tests/test-verify.c: Likewise.
43351
43352 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43353
43354         Change copyright notice from LGPL 2 to GPL 2, since that's the
43355         standard form used in the gnulib repository.
43356         * lib/lock.c: LGPL -> GPL.
43357         * lib/lock.h: Likewise.
43358         * lib/strnlen1.c: Likewise.
43359         * lib/strnlen1.h: Likewise.
43360         * lib/tls.c: Likewise.
43361         * lib/tls.h: Likewise.
43362         * lib/tmpdir.c: Likewise.
43363
43364         * lib/TODO: Remove; this belongs only in coreutils.
43365
43366 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43367
43368         Add copyright notices to long-enough files that lack them, since
43369         otherwise the files aren't clearly free.  Use the same notice that
43370         getdate.texi already uses.
43371         * doc/alloca-opt.texi: Add copyright notice.
43372         * doc/alloca.texi: Likewise.
43373         * doc/ctime.texi: Likewise.
43374         * doc/functions.texi: Likewise.
43375         * doc/gcd.texi: Likewise.
43376         * doc/gnulib-tool.texi: Likewise.
43377         * doc/inet_ntoa.texi: Likewise.
43378         * doc/visibility.texi: Likewise.
43379
43380         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
43381         * doc/quote.texi: Add copyright notice.
43382
43383         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
43384         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
43385         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
43386         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
43387         is now obsolete, and give a pointer to the Sun list.
43388         Add copyright notice.
43389
43390 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43391
43392         * config/srclistvars.sh: Add copyright notice.
43393
43394 2006-08-14  Eric Blake  <ebb9@byu.net>
43395
43396         Import the following change from libc:
43397
43398         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
43399
43400         Upstream bug 2997.
43401         * lib/misc/error.c: Add space between program name and message if file
43402         name is missing.
43403
43404 2006-08-12  Karl Berry  <karl@gnu.org>
43405
43406         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
43407         remove, these originate in gnulib now.
43408
43409 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43410
43411         * doc/Makefile (standards.info standards.html standards.dvi):
43412         Also depend on make-stds.texi.
43413
43414 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43415
43416         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
43417         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
43418
43419         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
43420         in wchar_t.  Problem reported by Eric Blake.
43421
43422         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
43423         LEN is smaller than SIZE.  Suggested by Bruno Haible.
43424         Also, help the compiler to keep LEN in a register.
43425
43426 2006-08-11  Eric Blake  <ebb9@byu.net>
43427
43428         * users.txt: Sort.  Add tar.
43429
43430 2006-08-11  Bruno Haible  <bruno@clisp.org>
43431
43432         * users.txt: New file.
43433
43434 2006-08-11  Bruno Haible  <bruno@clisp.org>
43435
43436         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
43437         before <wchar.h>. Needed for OSF/1 and BSD/OS.
43438
43439 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
43440
43441         * modules/snprintf (Depends-on): Remove minmax.
43442         (Maintainer): Add self and Bruno.
43443
43444 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
43445
43446         * lib/.cppi-disable: Add snprintf.h, socket_.h.
43447         * lib/snprintf.c: Include <errno.h> and <limits.h>.
43448         (EOVERFLOW): Define if the system does not.
43449         Do not include "minmax.h"; it wasn't used.
43450         (snprintf): Don't assume size_t promotes to an unsigned type.
43451         Fix bug when generated string was too long for the buffer: the
43452         buffer's contents are supposed to be the initial prefix of the
43453         output.  Don't assume vasnprintf returns EOVERFLOW if the size
43454         exceeds INT_MAX; do the check ourselves.
43455
43456         Import the following changes from libc:
43457
43458         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
43459
43460         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
43461         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
43462         set wc to the byte which couldn't be converted.
43463         (re_string_reconstruct): Don't clear valid_raw_len before calling
43464         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
43465         tip_context using re_string_context_at.
43466
43467         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
43468
43469         * lib/posix/regex.h: g++ still cannot handled [restrict].
43470
43471         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
43472
43473         * lib/posix/regex.h: Remove special handling for VMS.
43474
43475 2006-08-10  Jim Meyering  <jim@meyering.net>
43476
43477         * modules/same-inode: New module.
43478         * modules/dev-ino: New module.
43479         * modules/cycle-check: Depend on these modules, rather than simply
43480         including their .h files.
43481         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
43482         required via m4/cycle-check.m4.
43483         * modules/same: Depend on new same-inode module, rather than
43484         including same-inode.h.
43485         * modules/chdir-safer: New file.
43486
43487         * modules/chown (Depends-on): Add stat-macros.
43488
43489 2006-08-10  Jim Meyering  <jim@meyering.net>
43490
43491         * m4/cycle-check.m4: New file.
43492         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
43493         * m4/dev-ino.m4, m4/same-inode.m4: New files.
43494
43495 2006-08-10  Eric Blake  <ebb9@byu.net>
43496
43497         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
43498         in from original proposal.
43499
43500 2006-08-10  Eric Blake  <ebb9@byu.net>
43501         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43502
43503         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
43504         namespace.
43505
43506 2006-08-10  Bruno Haible  <bruno@clisp.org>
43507
43508         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
43509         as well.
43510
43511 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43512
43513         Sync from coreutils.
43514
43515         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
43516
43517         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
43518         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
43519
43520 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43521
43522         * modules/restrict: Remove; no longer needed now that we assume
43523         Autoconf 2.59 or later.
43524         * MODULES.html.sh: Remove 'restrict'.
43525         * modules/argp (Depends-on): Remove 'restrict'.
43526         * modules/base64 (Depends-on): Likewise.
43527         * modules/gc (Depends-on): Likewise.
43528         * modules/getaddrinfo (Depends-on): Likewise.
43529         * modules/glob (Depends-on): Likewise.
43530         * modules/inet_ntop (Depends-on): Likewise.
43531         * modules/inet_pton (Depends-on): Likewise.
43532         * modules/memxor (Depends-on): Likewise.
43533         * modules/regex (Depends-on): Likewise.
43534         * modules/strtok_r (Depends-on): Likewise.
43535         * modules/time_r (Depends-on): Likewise.
43536
43537 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43538
43539         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
43540         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
43541         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43542         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
43543         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
43544         * m4/memxor.m4 (gl_MEMXOR): Likewise.
43545         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
43546         gl_C_RESTRICT replaced by AC_C_RESTRICT.
43547
43548         Merge from coreutils.
43549         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
43550         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
43551         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
43552         * m4/time_r.m4 (gl_TIME_R): Likewise.
43553
43554 2006-08-09  Karl Berry  <karl@gnu.org>
43555
43556         * config/srclist.txt: no more gettext-tools, per Bruno.
43557
43558 2006-08-08  Eric Blake  <ebb9@byu.net>
43559
43560         * modules/verror: New module.
43561         * MODULES.html.sh: Document it.
43562
43563 2006-08-08  Eric Blake  <ebb9@byu.net>
43564
43565         * lib/verror.h, lib/verror.c: New files.
43566
43567 2006-08-08  Eric Blake  <ebb9@byu.net>
43568
43569         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
43570         verror_at_line output complies with GNU Coding Standards even when
43571         file is NULL.
43572
43573 2006-08-07  Bruno Haible  <bruno@clisp.org>
43574
43575         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
43576         versions of AIX.
43577         Reported by Ralf Wildenhues.
43578
43579 2006-08-07  Bruno Haible  <bruno@clisp.org>
43580
43581         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
43582         in an AC_DEFUN. Needed so that the autoconf snippets can use
43583         AC_REQUIRE.
43584
43585 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43586
43587         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43588         Initialize pkgdata_DATA.
43589         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
43590         overriding it.
43591
43592 2006-08-06  Eric Blake  <ebb9@byu.net>
43593
43594         * lib/error.h: Fold in some upstream changes from glibc.
43595         * lib/error.c: Likewise.
43596
43597 2006-08-04  Bruno Haible  <bruno@clisp.org>
43598
43599         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43600         Make the mostlyclean-local rule depend on mostlyclean-generic.
43601         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
43602
43603 2006-07-31  Bruno Haible  <bruno@clisp.org>
43604
43605         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
43606         <stdlib.h>, <string.h>.
43607
43608 2006-07-30  Bruno Haible  <bruno@clisp.org>
43609
43610         * modules/readlink (License): Change to LGPL.
43611
43612 2006-07-30  Bruno Haible  <bruno@clisp.org>
43613
43614         * modules/javaversion (Makefile.am): Distribute javaversion.java and
43615         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
43616         set PKGDATADIR to point to it.
43617
43618 2006-07-30  Bruno Haible  <bruno@clisp.org>
43619
43620         * modules/csharpexec (configure.ac): Comment out macro invocation.
43621         * modules/javaexec (configure.ac): Likewise.
43622         * modules/javacomp-script (configure.ac): Likewise.
43623
43624         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
43625
43626 2006-07-30  Bruno Haible  <bruno@clisp.org>
43627
43628         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
43629         linked-list.
43630
43631 2006-07-30  Bruno Haible  <bruno@clisp.org>
43632
43633         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
43634
43635 2006-07-30  Bruno Haible  <bruno@clisp.org>
43636
43637         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43638         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
43639         get removed.
43640
43641 2006-07-29  Bruno Haible  <bruno@clisp.org>
43642
43643         Make it possible for gnulib-tool to work with locally modified or
43644         augmented gnulib repositories.
43645         * gnulib-tool (func_usage): Document --local-dir option.
43646         (local_gnulib_dir): New variable.
43647         Handle --local-dir option.
43648         (func_lookup_file): New function.
43649         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
43650         (func_get_description, func_get_filelist, func_get_description,
43651         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
43652         func_get_automake_snippet, func_get_include_directive,
43653         func_get_license, func_get_maintainer): Use func_lookup_file.
43654         (func_import, func_create_testdir): Use func_lookup_file.
43655
43656 2006-07-29  Bruno Haible  <bruno@clisp.org>
43657
43658         * modules/setenv (Depends-on): Add unistd.
43659
43660 2006-07-29  Bruno Haible  <bruno@clisp.org>
43661
43662         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
43663
43664 2006-07-29  Bruno Haible  <bruno@clisp.org>
43665
43666         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
43667
43668 2006-07-29  Bruno Haible  <bruno@clisp.org>
43669
43670         * gnulib-tool (import, update): If there is no Makefile.am, look at
43671         aclocal.m4, instead of bailing out.
43672
43673 2006-07-29  Bruno Haible  <bruno@clisp.org>
43674
43675         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
43676         Categorize the options by when they are useful.
43677
43678 2006-07-29  Bruno Haible  <bruno@clisp.org>
43679
43680         * gnulib-tool (func_usage): Document option --no-libtool.
43681         Handle option --no-libtool.
43682         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
43683         for changed semantics of $libtool variable.
43684         (func_import): Likewise. If libtool is not used, show this through
43685         an option --no-libtool.
43686         (func_create_testdir): Update.
43687
43688 2006-07-29  Bruno Haible  <bruno@clisp.org>
43689
43690         * gnulib-tool (func_import): Extend error message about missing
43691         --doc-base.
43692
43693 2006-07-29  Bruno Haible  <bruno@clisp.org>
43694
43695         * gnulib-tool (func_import): Don't create the $docbase directory if
43696         there is no file to store there.
43697
43698 2006-07-29  Bruno Haible  <bruno@clisp.org>
43699
43700         * gnulib-tool (autoconf_minversion): If a --dir option is given and
43701         relevant, look for configure.ac there, not in the current directory.
43702         Also use a simple search for AC_PREREQ, not "autoconf --trace".
43703
43704 2006-07-29  Bruno Haible  <bruno@clisp.org>
43705
43706         * gnulib-tool (SORT): New variable.
43707         (func_usage): Undocument --assume-autoconf option.
43708         Remove --assume-autoconf option handling.
43709         (autoconf_minversion): Determine from the contents of configure.ac.
43710         (func_import): Remove autoconf_minversion handling.
43711         Suggested by Eric Blake.
43712
43713 2006-07-29  Bruno Haible  <bruno@clisp.org>
43714
43715         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
43716
43717 2006-07-29  Bruno Haible  <bruno@clisp.org>
43718
43719         * config/srclist.txt (*setenv.[ch]): Remove rules.
43720
43721 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43722
43723         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
43724
43725 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43726
43727         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
43728         arpa/inet.h.
43729
43730 2006-07-28  Simon Josefsson  <jas@extundo.com>
43731
43732         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
43733         * modules/inet_pton (Depends-on): Likewise.
43734
43735 2006-07-28  Simon Josefsson  <jas@extundo.com>
43736
43737         * m4/netinet_in_h.m4: New file.
43738
43739 2006-07-28  Simon Josefsson  <jas@extundo.com>
43740
43741         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
43742         #include's.
43743
43744 2006-07-28  Simon Josefsson  <jas@extundo.com>
43745
43746         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
43747         #include's.
43748
43749 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
43750
43751         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
43752         setgid on directories only if they set these bits.
43753         * lib/modechange.h: Remove obsolete comment about masks.
43754
43755 2006-07-28  Eric Blake  <ebb9@byu.net>
43756
43757         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
43758         macro expansion.
43759
43760 2006-07-28  Bruno Haible  <bruno@clisp.org>
43761
43762         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
43763
43764 2006-07-28  Bruno Haible  <bruno@clisp.org>
43765
43766         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
43767
43768 2006-07-28  Bruno Haible  <bruno@clisp.org>
43769
43770         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
43771         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
43772         Define fallbacks.
43773         Avoids link error on FreeBSD 4.x.
43774         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43775
43776         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
43777         encoding.
43778         * lib/mbswidth.c (iswcntrl): Likewise.
43779
43780 2006-07-27  Bruno Haible  <bruno@clisp.org>
43781
43782         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
43783         test.
43784
43785 2006-07-27  Bruno Haible  <bruno@clisp.org>
43786
43787         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
43788         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
43789         defined.
43790
43791 2006-07-26  Eric Blake  <ebb9@byu.net>
43792
43793         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
43794
43795 2006-07-26  Eric Blake  <ebb9@byu.net>
43796
43797         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
43798         like mingw that lack mkstemp.
43799         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
43800         avoid compilation warning on mingw.
43801
43802 2006-07-26  Bruno Haible  <bruno@clisp.org>
43803
43804         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
43805         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
43806         INT_FAST*_MIN, INTPTR_MIN.
43807
43808 2006-07-25  Bruno Haible  <bruno@clisp.org>
43809
43810         * modules/version-etc (Depends-on): Add stdarg.
43811
43812 2006-07-25  Bruno Haible  <bruno@clisp.org>
43813
43814         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
43815         complex commands.
43816
43817 2006-07-25  Bruno Haible  <bruno@clisp.org>
43818
43819         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
43820         defined in <stdarg.h> or config.h.
43821
43822 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43823
43824         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
43825         (gl_STDIO_SAFER): Remove.
43826
43827 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43828
43829         * MODULES.html.sh (File stream based Input/Output):
43830         Add fopen-safer, tmpfile-safer; remove stdio-safer.
43831         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
43832         * modules/fopen-safer, modules/tmpfile-safer: New files.
43833         * modules/stdio-safer: Remove.
43834
43835 2006-07-24  Bruno Haible  <bruno@clisp.org>
43836
43837         * modules/tmpdir: New file.
43838         * MODULES.html.sh (File system functions): Add it.
43839
43840 2006-07-24  Bruno Haible  <bruno@clisp.org>
43841
43842         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
43843         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
43844
43845 2006-07-24  Bruno Haible  <bruno@clisp.org>
43846
43847         * modules/clean-temp: New file.
43848
43849 2006-07-24  Bruno Haible  <bruno@clisp.org>
43850
43851         * m4/tmpdir.m4: New file, from GNU gettext.
43852
43853 2006-07-24  Bruno Haible  <bruno@clisp.org>
43854
43855         * lib/tmpdir.h: New file, from GNU gettext.
43856         * lib/tmpdir.c: New file, from GNU gettext.
43857
43858 2006-07-24  Bruno Haible  <bruno@clisp.org>
43859
43860         * lib/clean-temp.h: New file, from GNU gettext.
43861         * lib/clean-temp.c: New file, from GNU gettext.
43862
43863 2006-07-23  Eric Blake  <ebb9@byu.net>
43864
43865         * modules/stdio-safer (Files): Add tmpfile-safer.c.
43866         (Depends-on): Add binary-io.
43867
43868 2006-07-23  Eric Blake  <ebb9@byu.net>
43869
43870         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
43871
43872 2006-07-23  Eric Blake  <ebb9@byu.net>
43873
43874         * lib/tmpfile-safer.c: New file.
43875         * lib/stdio-safer.h (fopen_safer): Add prototype.
43876         * lib/stdio--.h (tmpfile): Make safer.
43877
43878 2006-07-23  Bruno Haible  <bruno@clisp.org>
43879
43880         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
43881         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
43882         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
43883         gl_linked_remove_at): Use it.
43884
43885 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43886         and Simon Josefsson <jas@extundo.com>
43887
43888         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
43889
43890         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
43891
43892 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43893
43894         * modules/close-stream: New file.
43895         * modules/closeout (Description): Make it clear that it exits
43896         with a diagnostic on error.
43897         (Depends-on): Add close-stream.  Remove fpending, stdbool.
43898         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
43899
43900 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43901
43902         * m4/close-stream.m4: New file.
43903
43904 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43905
43906         * lib/close-stream.c, lib/close-stream.h: New files.
43907
43908 2006-07-22  Bruno Haible  <bruno@clisp.org>
43909
43910         Merge from GNU gettext 0.15.
43911
43912         2006-05-01  Bruno Haible  <bruno@clisp.org>
43913
43914                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
43915
43916         2006-07-22  Bruno Haible  <bruno@clisp.org>
43917
43918                 * modules/javaversion: New file.
43919                 * MODULES.html.sh (Java): Add javaversion.
43920
43921         2006-03-12  Bruno Haible  <bruno@clisp.org>
43922
43923                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
43924
43925         2005-12-04  Bruno Haible  <bruno@clisp.org>
43926
43927                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
43928                 (untested).
43929
43930         2006-06-21  Bruno Haible  <bruno@clisp.org>
43931
43932                 Avoid warnings from recent versions of mcs.
43933                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
43934                 -o, -L, -r any more. Use options documented since mcs-1.0
43935                 instead. Similarly for -g.
43936
43937         2005-12-04  Bruno Haible  <bruno@clisp.org>
43938
43939                 * build-aux/csharpcomp.sh.in: Suffix for resources is
43940                 .resources, not .resource.
43941
43942         2005-07-09  Bruno Haible  <bruno@clisp.org>
43943
43944                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
43945                 add a .dll suffix.
43946                 Reported by Mark Junker <mjscod@gmx.de>.
43947
43948         2006-07-22  Bruno Haible  <bruno@clisp.org>
43949
43950                 * modules/gettext: Upgrade to gettext-0.15.
43951                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
43952                 m4/visibility.m4.
43953                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
43954
43955 2006-07-22  Bruno Haible  <bruno@clisp.org>
43956
43957         Merge from GNU gettext 0.15.
43958
43959         2006-03-25  Bruno Haible  <bruno@clisp.org>
43960
43961                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
43962
43963         2006-07-21  Bruno Haible  <bruno@clisp.org>
43964
43965                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
43966                 "1.1".
43967
43968         2006-05-09  Bruno Haible  <bruno@clisp.org>
43969
43970                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
43971                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
43972                 for the conftestver execution.
43973
43974         2006-05-01  Bruno Haible  <bruno@clisp.org>
43975
43976                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
43977                 optional target-version argument. Verify that the compiler
43978                 groks source of the specified source-version, or add -source
43979                 option as necessary. Verify that the compiler produces
43980                 bytecode in the specified target-version, or add -target and
43981                 -source options as necessary. Make the result of the test
43982                 available as variable CONF_JAVAC. Also log error output in
43983                 config.log.
43984
43985         2006-03-11  Bruno Haible  <bruno@clisp.org>
43986
43987                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
43988
43989         2006-05-09  Bruno Haible  <bruno@clisp.org>
43990
43991                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
43992                 CLASSPATH_SEPARATOR to a semicolon.
43993
43994         2006-03-12  Bruno Haible  <bruno@clisp.org>
43995
43996                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
43997                 available as variable CONF_JAVA, for subsequent autoconf
43998                 tests. Also log error output in config.log.
43999
44000         2006-07-19  Bruno Haible  <bruno@clisp.org>
44001
44002                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
44003                 that getline works on glibc2 systems. Needed to avoid trouble
44004                 in relocatable.c.
44005                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
44006
44007         2005-12-04  Bruno Haible  <bruno@clisp.org>
44008
44009                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
44010                 launcher (untested).
44011
44012         2005-12-04  Bruno Haible  <bruno@clisp.org>
44013
44014                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
44015
44016         2006-07-22  Bruno Haible  <bruno@clisp.org>
44017
44018                 * gettext.m4: Update from GNU gettext-0.15.
44019                 * nls.m4: Likewise.
44020                 * po.m4: Likewise.
44021                 * inttypes-pri.m4: Likewise.
44022                 * inttypes-h.m4: Renamed from inttypes.m4.
44023                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
44024
44025 2006-07-22  Bruno Haible  <bruno@clisp.org>
44026
44027         Merge from GNU gettext 0.15.
44028
44029         2005-07-05  Bruno Haible  <bruno@clisp.org>
44030
44031                 * printf-args.c (printf_fetchargs): Work around broken
44032                 definition of wint_t on mingw.
44033
44034         2005-02-12  Bruno Haible  <bruno@clisp.org>
44035
44036                 * xallocsa.h: Add extern "C" for C++.
44037
44038         2006-05-17  Bruno Haible  <bruno@clisp.org>
44039
44040                 Cygwin portability.
44041                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
44042
44043         2006-04-30  Bruno Haible  <bruno@clisp.org>
44044
44045                 * progreloc.c: Include <mach-o/dyld.h> if available.
44046                 (find_executable): Use _NSGetExecutablePath when possible.
44047
44048         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
44049
44050                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
44051                 function.
44052
44053         2005-12-29  Bruno Haible  <bruno@clisp.org>
44054
44055                 * progreloc.c (set_program_name_and_installdir): Fix
44056                 compilation error.
44057
44058         2005-12-04  Bruno Haible  <bruno@clisp.org>
44059
44060                 Cygwin portability.
44061                 * progreloc.c: Include <windows.h> also on Cygwin.
44062                 (find_executable): Add support for Cygwin.
44063                 (set_program_name_and_installdir): Handle also platforms with
44064                 nonempty EXEEXT.
44065
44066         2006-07-11  Bruno Haible  <bruno@clisp.org>
44067
44068                 * javacomp.c: Fix a comment.
44069                 Reported by Jim Meyering.
44070
44071         2006-04-30  Bruno Haible  <bruno@clisp.org>
44072
44073                 * javacomp.h (compile_java_class): Add source_version,
44074                 target_version arguments.
44075                 * javacomp.c: Rewritten to choose only a compiler that
44076                 respects the specified source_version and target_version.
44077
44078         2006-06-27  Bruno Haible  <bruno@clisp.org>
44079
44080                 Assume correct S_ISDIR macro.
44081                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
44082
44083         2006-07-22  Bruno Haible  <bruno@clisp.org>
44084
44085                 * javaversion.h: New file, from GNU gettext.
44086                 * javaversion.c: New file, from GNU gettext.
44087                 * javaversion.java: New file, from GNU gettext.
44088                 * javaversion.class: New file, from GNU gettext.
44089
44090         2006-05-17  Bruno Haible  <bruno@clisp.org>
44091
44092                 Cygwin portability.
44093                 * javaexec.c (execute_java_class): Test for jview program
44094                 also on Cygwin.
44095
44096         2006-04-09  Bruno Haible  <bruno@clisp.org>
44097
44098                 * fatal-signal.c: Don't include string.h.
44099                 (at_fatal_signal): Use a copying loop instead of memcpy.
44100
44101         2005-12-04  Bruno Haible  <bruno@clisp.org>
44102
44103                 * csharpexec.c: Add support for 'clix' launcher (untested).
44104                 (execute_csharp_using_sscli): New function.
44105                 (execute_csharp_program): Call it.
44106
44107         2006-06-21  Bruno Haible  <bruno@clisp.org>
44108
44109                 Avoid warnings from recent versions of mcs.
44110                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
44111                 -o, -L, -r any more. Use options documented since mcs-1.0
44112                 instead. Similarly for -g.
44113
44114         2005-07-09  Bruno Haible  <bruno@clisp.org>
44115
44116                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
44117                 add a .dll suffix.
44118                 Reported by Mark Junker <mjscod@gmx.de>.
44119
44120         2006-06-17  Bruno Haible  <bruno@clisp.org>
44121
44122                 * config.charset: Update for NetBSD 3.0.
44123
44124         2006-05-17  Bruno Haible  <bruno@clisp.org>
44125
44126                 Cygwin portability.
44127                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
44128
44129         2006-05-16  Bruno Haible  <bruno@clisp.org>
44130
44131                 * localcharset.c [CYGWIN]: Include <windows.h>.
44132                 (get_charset_aliases): For Cygwin, return the same CPxxx
44133                 aliases list as under WIN32.
44134                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
44135                 the environment variables. Fall back to GetACP().
44136
44137         2006-04-05  Bruno Haible  <bruno@clisp.org>
44138
44139                 * config.charset: Update Juan Manuel Guerrero's address.
44140
44141         2005-02-12  Bruno Haible  <bruno@clisp.org>
44142
44143                 * allocsa.h: Add extern "C" for C++.
44144
44145         2005-02-10  Bruno Haible  <bruno@clisp.org>
44146
44147                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
44148                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
44149
44150         2006-07-22  Bruno Haible  <bruno@clisp.org>
44151
44152                 * gettext.h: Update to GNU gettext-0.15.
44153
44154 2006-07-22  Bruno Haible  <bruno@clisp.org>
44155
44156         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
44157         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
44158         lib-prefix.m4, longdouble.m4, ssize_t.m4.
44159
44160 2006-07-21  Eric Blake  <ebb9@byu.net>
44161
44162         * modules/stdlib-safer: New file.
44163         * MODULES.html.sh (File stream based Input/Output): Add
44164         stdlib-safer.
44165
44166 2006-07-21  Eric Blake  <ebb9@byu.net>
44167
44168         * lib/stdlib-safer.h: New file from coreutils, required by
44169         stdlib--.h.
44170
44171 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
44172
44173         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
44174
44175 2006-07-20  Bruno Haible  <bruno@clisp.org>
44176
44177         * gnulib-tool: Recognize new option --assume-autoconf.
44178         (autoconf_minversion): New variable.
44179         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
44180
44181 2006-07-20  Bruno Haible  <bruno@clisp.org>
44182
44183         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
44184
44185 2006-07-19  Derek R. Price  <derek@ximbiot.com>
44186
44187         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
44188         Reindent and repaginate.
44189
44190 2006-07-19  Derek Price  <derek@ximbiot.com>
44191
44192         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
44193         Correct grammar.
44194
44195 2006-07-17  Bruno Haible  <bruno@clisp.org>
44196
44197         * modules/list: New file.
44198         * modules/array-list: New file.
44199         * modules/carray-list, modules/carray-list-tests: New files.
44200         * modules/linked-list, modules/linked-list-tests: New files.
44201         * modules/avltree-list, modules/avltree-list-tests: New files.
44202         * modules/rbtree-list, modules/rbtree-list-tests: New files.
44203         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
44204         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
44205         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
44206         * modules/oset: New file.
44207         * modules/array-oset: New file.
44208         * modules/avltree-oset, modules/avltree-oset-tests: New files.
44209         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
44210         * tests/test-carray_list.c: New file.
44211         * tests/test-linked_list.c: New file.
44212         * tests/test-avltree_list.c: New file.
44213         * tests/test-rbtree_list.c: New file.
44214         * tests/test-linkedhash_list.c: New file.
44215         * tests/test-avltreehash_list.c: New file.
44216         * tests/test-rbtreehash_list.c: New file.
44217         * tests/test-avltree_oset.c: New file.
44218         * tests/test-rbtree_oset.c: New file.
44219         * MODULES.html.sh (Container data structures): New section.
44220
44221 2006-07-17  Bruno Haible  <bruno@clisp.org>
44222
44223         * m4/gl_list.m4: New file.
44224
44225 2006-07-17  Bruno Haible  <bruno@clisp.org>
44226
44227         * lib/gl_list.h: New file.
44228         * lib/gl_list.c: New file.
44229         * lib/gl_array_list.h: New file.
44230         * lib/gl_array_list.c: New file.
44231         * lib/gl_carray_list.h: New file.
44232         * lib/gl_carray_list.c: New file.
44233         * lib/gl_linked_list.h: New file.
44234         * lib/gl_linked_list.c: New file.
44235         * lib/gl_anylinked_list1.h: New file.
44236         * lib/gl_anylinked_list2.h: New file.
44237         * lib/gl_avltree_list.h: New file.
44238         * lib/gl_avltree_list.c: New file.
44239         * lib/gl_anyavltree_list1.h: New file.
44240         * lib/gl_anyavltree_list2.h: New file.
44241         * lib/gl_rbtree_list.h: New file.
44242         * lib/gl_rbtree_list.c: New file.
44243         * lib/gl_anyrbtree_list1.h: New file.
44244         * lib/gl_anyrbtree_list2.h: New file.
44245         * lib/gl_anytree_list1.h: New file.
44246         * lib/gl_anytree_list2.h: New file.
44247         * lib/gl_linkedhash_list.h: New file.
44248         * lib/gl_linkedhash_list.c: New file.
44249         * lib/gl_anyhash_list1.h: New file.
44250         * lib/gl_anyhash_list2.h: New file.
44251         * lib/gl_avltreehash_list.h: New file.
44252         * lib/gl_avltreehash_list.c: New file.
44253         * lib/gl_rbtreehash_list.h: New file.
44254         * lib/gl_rbtreehash_list.c: New file.
44255         * lib/gl_anytreehash_list1.h: New file.
44256         * lib/gl_anytreehash_list2.h: New file.
44257
44258         * lib/gl_oset.h: New file.
44259         * lib/gl_oset.c: New file.
44260         * lib/gl_array_oset.h: New file.
44261         * lib/gl_array_oset.c: New file.
44262         * lib/gl_avltree_oset.h: New file.
44263         * lib/gl_avltree_oset.c: New file.
44264         * lib/gl_rbtree_oset.h: New file.
44265         * lib/gl_rbtree_oset.c: New file.
44266         * lib/gl_anytree_oset.h: New file.
44267
44268 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
44269
44270         * m4/mkancesdirs.m4: New file.
44271         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
44272         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
44273         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
44274         it.
44275
44276 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
44277
44278         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
44279         * lib/mkancesdirs.h: New files.
44280         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
44281         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
44282         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
44283         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
44284         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
44285         callers changed.  Revamp internals significantly, by not
44286         attempting to create directories that are temporarily more
44287         permissive than the final results.  Do not attempt to use
44288         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
44289         This removes some race conditions, fixes some bugs, and simplifies
44290         things.  Use new dirchownmod function to do owner and mode changes.
44291         * lib/mkdir-p.h: Likewise.
44292         * lib/modechange.c (octal_to_mode): New function.
44293         (struct mode_change): New member mentioned.
44294         (make_node_op_equals): New arg mentioned.  All callers changed.
44295         (mode_compile): Keep track of which mode bits the user has explicitly
44296         mentioned.
44297         (mode_adjust): New arg DIR, so that we implement the X op correctly.
44298         New arg PMODE_BITS, to keep track of which mode bits the user
44299         mentioned; it treats S_ISUID and S_ISGID speciall.
44300         All callers changed.
44301         * lib/modechange.h: Likewise.
44302
44303 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
44304
44305         * MODULES.html.sh: Add mkancestors.
44306         * modules/mkancesdirs: New module.
44307         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
44308         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
44309         The chdir-safer and afs files are now orphans; I'll remove them
44310         unless someone speaks up.
44311         Add lib/dirchownmod.c, lib/dirchownmod.h.
44312         (Depends-on): Remove alloca, chown, save-cwd, dirname.
44313         Add lchown, mkancesdirs.
44314         (Maintainer): Add self.
44315
44316 2006-07-15  Karl Berry  <karl@gnu.org>
44317
44318         * gnulib-tool: help message wording/arrangement.
44319
44320 2006-07-14  Simon Josefsson  <jas@extundo.com>
44321
44322         * doc/gnulib.texi (Libtool and Windows): New section.
44323
44324 2006-07-12  Simon Josefsson  <jas@extundo.com>
44325
44326         * modules/gendocs (License): Fix license, approved by Karl.
44327
44328 2006-07-12  Eric Blake  <ebb9@byu.net>
44329
44330         * MODULES.html.sh: Add gendocs.
44331
44332 2006-07-11  Eric Blake  <ebb9@byu.net>
44333
44334         * modules/fdl: New module, to install doc/fdl.texi.
44335         * MODULES.html.sh: Add new section for documentation modules.
44336         * gnulib-tool: Avoid space-tab.
44337         (--doc-base): New option, to manage files from doc.
44338
44339 2006-07-11  Eric Blake  <ebb9@byu.net>
44340
44341         * m4/absolute-header.m4: Fix comments to match recent change.
44342
44343 2006-07-11  Eric Blake  <ebb9@byu.net>
44344
44345         * gnulib-tool: List --doc-base before --tests-base.
44346
44347 2006-07-11  Derek R. Price  <derek@ximbiot.com>
44348
44349         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
44350
44351 2006-07-11  Bruno Haible  <bruno@clisp.org>
44352
44353         * README: Mention where to put documentation.
44354
44355 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44356
44357         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
44358
44359 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
44360
44361         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
44362         to stdint.m4.
44363
44364 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
44365
44366         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
44367         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
44368         "no/such/file/stdint.h" when there is no such file, so that
44369         the resulting C code can be parsed by dodgy compilers.
44370         Problems reported by Bob Proulx.
44371
44372 2006-07-10  Derek R. Price  <derek@ximbiot.com>
44373
44374         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
44375         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
44376         macros into the GNU _D_EXACT_NAMLEN.
44377         * lib/savedir.c:  Likewise.
44378         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
44379
44380 2006-07-10  Derek R. Price  <derek@ximbiot.com>
44381         and Paul Eggert  <eggert@cs.ucla.edu>
44382
44383         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
44384         * m4/savedir.m4:
44385         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
44386         macros into the GNU _D_EXACT_NAMLEN.
44387
44388 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44389
44390         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
44391         around the absolute name, to work around a problem with the HP-UX
44392         11.23 native C compiler, reported by Bob Proulx.
44393
44394 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44395
44396         * doc/maintain.texi, make-stds.texi: Sync from
44397         <http://savannah.gnu.org/projects/gnustandards>.
44398
44399 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44400
44401         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
44402
44403 2006-07-09  Jim Meyering  <jim@meyering.net>
44404
44405         * m4/glob.m4: Remove a doubled word in a comment.
44406
44407 2006-07-09  Jim Meyering  <jim@meyering.net>
44408
44409         * lib/argp-pv.c: Remove a doubled word in a comment.
44410         * lib/check-version.c (check_version): Likewise.
44411         * lib/javacomp.c (compile_java_class): Likewise.
44412
44413 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
44414
44415         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
44416         for the benefit of people using Autoconf 2.60.  If you want to
44417         support older Autoconf versions you can copy m4/onceonly_2_57.m4
44418         (or m4/onceonly.m4, if pre-2.57) manually.
44419
44420 2006-07-08  Jim Meyering  <jim@meyering.net>
44421
44422         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
44423         comment.
44424         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
44425         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
44426         comment.
44427
44428 2006-07-08  Jim Meyering  <jim@meyering.net>
44429
44430         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
44431
44432 2006-07-07  Simon Josefsson  <jas@extundo.com>
44433
44434         * tests/test-crc.c: Change expected crc value, the test vector
44435         were probably computed using the old broken crc.c?
44436
44437 2006-07-06  Simon Josefsson  <jas@extundo.com>
44438
44439         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
44440         now the canonical place for the M4 file).
44441
44442         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
44443         from the sys_socket dependency now.
44444
44445         * modules/inet_pton (Files): Ditto.
44446
44447         * modules/inet_ntop (Files): Ditto.
44448
44449 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44450
44451         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
44452         not gl_PREREQ_GETUSERSHELL.
44453
44454 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44455
44456         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
44457         with only one argument, for Autoconf 2.60.
44458         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
44459         expand to nothing, so add a shell command to avoid syntax error.
44460         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
44461
44462 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44463
44464         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
44465
44466 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44467
44468         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
44469         no longer needed.  Check for isblank decl.
44470         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
44471         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
44472         of existence.
44473
44474 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44475
44476         * lib/getloadavg.c: Use __VMS, not VMS.
44477         * lib/getopt.c: Likewise.
44478         * lib/getpagesize.h: Likewise.
44479         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
44480         and probably does not work.
44481
44482 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44483
44484         * lib/.cppi-disable: Add wcwidth.
44485         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
44486         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
44487         (ISGRAPH): Remove.  All uses changed to isgraph.
44488         (FOLD) [!defined _LIBC]: Remove special case.
44489         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
44490         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
44491         HAVE_ISBLANK.
44492         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
44493         case.
44494
44495 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44496
44497         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
44498         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
44499         brackets.  Other minor changes to suppress some compiler
44500         warnings.
44501
44502 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44503         and Paul Eggert  <eggert@cs.ucla.edu>
44504
44505         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
44506         of invoking obsolescent AC_HEADER_DIRENT macro.
44507         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
44508         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
44509         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
44510         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
44511         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
44512         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44513         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
44514         * m4/readdir.m4: Remove; no longer needed.
44515
44516 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44517         and Paul Eggert  <eggert@cs.ucla.edu>
44518
44519         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
44520         Don't worry about this obsolete case any more.
44521         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
44522         directories.
44523         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
44524         worry about this obsolete case any more.
44525         * lib/fts.c: Likewise.
44526         * lib/getcwd.c: Likewise.
44527         * lib/glob.h: Likewise.
44528         * lib/savedir.c: Likewise.
44529
44530 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44531
44532         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
44533         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
44534         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
44535         needed.
44536         All uses removed.
44537         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44538         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44539         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
44540         needed.
44541         * m4/getdate.m4 (gl_GETDATE): Likewise.
44542         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44543         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44544         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44545         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44546         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44547         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44548         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
44549         needed.
44550
44551 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44552
44553         * lib/memcasecmp.c: Include <limits.h>.
44554         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
44555         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
44556         Don't assume isdigit succeeds only on '0' through '9'.
44557
44558 2006-07-05  Eric Blake  <ebb9@byu.net>
44559
44560         * modules/getaddrinfo (Depends-on): Add snprintf.
44561
44562 2006-07-05  Eric Blake  <ebb9@byu.net>
44563
44564         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
44565         to avoid 'header present but could not be compiled' on cygwin.
44566
44567 2006-07-05  Eric Blake  <ebb9@byu.net>
44568
44569         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
44570         missing from netdb.h.
44571         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
44572
44573 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44574
44575         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
44576         no longer needed.
44577         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
44578         * m4/getdate.m4 (gl_GETDATE): Likewise.
44579         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44580         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44581         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44582         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44583         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44584
44585 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44586
44587         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
44588         All uses of is_space replaced by isspace.
44589         * lib/exit.h: Don't talk about STDC_HEADERS.
44590         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
44591         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
44592         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
44593         replaced by isprint etc.
44594         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
44595         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44596         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
44597         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
44598         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
44599         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44600
44601 2006-07-05  Bruno Haible  <bruno@clisp.org>
44602
44603         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
44604         the function exists, before testing against AIX.
44605         Reported by Martin Lambers <marlam@marlam.de>.
44606
44607 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44608
44609         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
44610         From Mark D. Baushke.
44611
44612 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44613
44614         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
44615         to the absolute name, not just one, to bypass Sun C 5.8's
44616         "warning: #include of /usr/include/... may be non-portable".
44617
44618 2006-07-04  Eric Blake  <ebb9@byu.net>
44619
44620         * modules/dirname-tests: New test module.
44621         * tests/test-dirname.c: New file, replacing dirname.c
44622         TEST_DIRNAME section that was recently deleted.
44623
44624 2006-07-04  Bruno Haible  <bruno@clisp.org>
44625
44626         Assume ANSI C header files and <ctype.h> functions.
44627         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
44628         (mbsnwidth): Use isprint, iscntrl instead.
44629
44630 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44631
44632         Merge from coreutils.
44633         * MODULES.html.sh: Add xstrtold.
44634         * modules/xstrtold: New file.
44635         * modules/cycle-check (Files): Add lib/same-inode.h.
44636         * modules/dirname (Files): Add m4/double-slash-root.m4.
44637         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
44638         * modules/mkdir-p (Files): Add lib/same-inode.h.
44639         * modules/same (Files): Add lib/same-inode.h.
44640
44641 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44642
44643         * m4/absolute-header.m4: Renamed from full-header-path.m4.
44644         This is to keep the terminology clean; POSIX talks about
44645         "absolute pathnames", not "full pathnames", but the GNU
44646         Coding Standards say to use "path" for something else;
44647         so use "absolute" to keep both sides happy.
44648         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
44649         Set gl_absolute_header, not gl_full_header_path.
44650         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
44651         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
44652         All uses changed.
44653
44654         Merge from coreutils.
44655
44656         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44657
44658         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
44659         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
44660         want to require the building of c-strtod.o.
44661         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
44662         needs -lm directly.
44663         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
44664
44665         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44666
44667         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
44668         --as-needed option if available.  Problem reported by Albert Chin in
44669         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
44670         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
44671         cc merely issues a bunch of annoying warnings for --as-needed
44672         (this problem was reported by Bob Proulx).  Also, try linking with
44673         -lm to detect a bug in binutils 2.16 (this problem was reported
44674         by Ralf Wildenhues).
44675
44676         2006-06-18  Jim Meyering  <jim@meyering.net>
44677
44678         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
44679         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
44680         macro.
44681         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
44682         also check for glibc-2.4's abort-inducing bug.
44683
44684         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
44685         Low-probability clean-up should be to use rmdir to get rid of
44686         the just-created directory, not unlink.
44687
44688         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
44689         configure fail, and request a bug report to inform us about it.
44690         Add a comment that, barring reports to the contrary, in 2007 we'll
44691         assume ftruncate is universally available.
44692
44693         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44694
44695         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
44696
44697         2006-03-12  Jim Meyering  <jim@meyering.net>
44698
44699         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
44700         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
44701         * m4/same.m4 (gl_SAME): Likewise.
44702         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
44703
44704         2006-03-11  Eric Blake  <ebb9@byu.net>
44705
44706         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
44707         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
44708         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
44709         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
44710
44711 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44712
44713         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
44714         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
44715         reported by Mark D. Baushke, one in
44716         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
44717
44718         Merge from coreutils.
44719
44720         * lib/.cppi-disable: Add stdint_.h.
44721         * lib/.cvsignore: Add stdint.h.
44722
44723         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44724
44725         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
44726         both double and long double versions.
44727         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
44728         * lib/xstrtold.c: New file.
44729         * lib/xstrtod.h (xstrtold): New decl.
44730
44731         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44732
44733         * lib/filemode.c (setst): Remove.
44734         (strmode): Rewrite to avoid setst.  This makes the code shorter,
44735         (arguably) clearer, and the generated code is a bit smaller on my
44736         Debian GNU/Linux stable x86 host.
44737
44738         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44739
44740         * lib/filemode.c: Include "filemode.h" first, to test the interface.
44741         Assume that filemode.h includes sys/types.h and sys/stat.h.
44742         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
44743         (ftypelet): Reorder to put common cases first, for efficiency.
44744         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
44745         to do 'M'.
44746         (strmode): Renamed from mode_string, and now stores 12 bytes instead
44747         of 10, for compatibility with FreeBSD.  All callers changed.
44748         (filemodestring): Now stores 12 bytes instead of 10, and sets file
44749         types that can't be deduced solely from st_mode.  First arg is now a
44750         const pointer.
44751         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
44752         (strmode): Renamed from mode_string.
44753         (filemodestring): New decl.
44754         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
44755         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
44756         needed.
44757         (S_ISPORT, S_ISWHT): New macros, if not already defined.
44758
44759         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44760
44761         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
44762         fsusage.h now does that.  Include fsusage.h first, to test interface.
44763         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
44764         at most one method (the old code could have generated decls that
44765         didn't conform to C89, not that this was ever exercised).
44766         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
44767
44768         2006-03-19  Jim Meyering  <jim@meyering.net>
44769
44770         Work even in a chroot where d_ino values for entries in "/"
44771         don't match the stat.st_ino values for the same names.
44772         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
44773         number, iterate through all entries again, using lstat instead.
44774         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
44775         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
44776
44777         * lib/getcwd.c (__getcwd): Clarify a comment.
44778         Use memcpy in place of a call to strcpy.
44779
44780         2006-03-12  Jim Meyering  <jim@meyering.net>
44781
44782         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
44783         matches that of the current directory (which we're about to chdir ".."
44784         out of), then save the dev-ino of the parent, instead.
44785
44786         * lib/same-inode.h (SAME_INODE): New file/macro.
44787         * lib/chdir-safer.c (SAME_INODE): Remove definition.
44788         Include "same-inode.h", instead.
44789         * lib/same.c: Likewise.
44790         * lib/cycle-check.h: Include "same-inode.h".
44791         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
44792         * lib/cycle-check.c (SAME_INODE): Remove definition.
44793         * lib/root-dev-ino.h: Include "same-inode.h".
44794
44795         2006-03-11  Eric Blake  <ebb9@byu.net>
44796
44797         * lib/same.c (same_name): s/base_name/last_component/
44798         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
44799         * lib/filenamecat.c (file_name_concat): Likewise.
44800
44801         2006-03-11  Eric Blake  <ebb9@byu.net>,
44802                     Paul Eggert  <eggert@cs.ucla.edu>
44803
44804         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
44805         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
44806         drive prefix.
44807         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
44808         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
44809         (last_component): New method.
44810         * lib/dirname.c (dir_len): Determine when drive letters need a
44811         subsequent slash.  Preserve // when it is special.
44812         (dir_name): Don't append dot when drive letter is absolute.
44813         [TEST_DIRNAME]: Move into a full-blown gnulib test.
44814         * lib/basename.c (base_name): New semantics - malloc the result.
44815         Preserve // when it is special.  Preserve relative files that look
44816         like drive letters.
44817         (base_len): Preserve // when it is special.
44818         (last_component): New method, similar to old base_name semantics.
44819         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
44820         base_name.  Strip redundant slashes from ///.
44821
44822 2006-07-03  Jim Meyering  <jim@meyering.net>
44823
44824         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
44825         macro is used before the first cycle_check call.
44826
44827 2006-07-03  Eric Blake  <ebb9@byu.net>
44828
44829         * modules/dirname (Depends-on): Add xstrndup.
44830
44831 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44832
44833         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
44834         test cases, so that config.log is a bit easier to follow.
44835
44836 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44837
44838         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
44839         both are 64 bits, since this seems to be the tradition, and this
44840         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
44841         we ever run into a host that prefers long long to long in this
44842         case, we'll need another configure-time test.  Problem reported by
44843         Jim Meyering.
44844
44845 2006-07-02  Eric Blake  <ebb9@byu.net>
44846
44847         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
44848
44849 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44850
44851         * modules/inttypes (Depends-on): No longer depends on stdint.
44852         * modules/stdint (Description): Say more about assumptions.
44853         Say that the fast types might differ.  Say macros are used.
44854         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
44855         (Makefile.am): Revise list of substituted symbols to match
44856         new stdint.m4.
44857         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
44858         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
44859         * tests/test-stdint.c (verify_same_types)
44860         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
44861         the code conforms to C99/C89.
44862         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
44863         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
44864
44865 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44866
44867         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
44868         but fix a bug, by requiring at least 64 bits.
44869         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
44870         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
44871         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
44872         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
44873
44874         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
44875         changes.  Make 2.59 a prerequisite.  Check and substitute for
44876         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
44877         inttypes.h.  Do not use special include files; just use the
44878         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
44879         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
44880         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
44881         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
44882         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
44883         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
44884         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
44885         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
44886         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
44887         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
44888         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
44889         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
44890         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
44891         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
44892         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
44893         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
44894         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
44895         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
44896         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
44897         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
44898         WINT_MAX.  Check for C99 conformance more strictly, by detecting
44899         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
44900         not check for things that C99 does not require, e.g., int8_t.  If
44901         a test isn't needed unless <stdint.h> isn't working, and is
44902         unlikely to be needed for any other reason, then don't do it
44903         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
44904         size_t, since we assume C89 freestanding at least.  Do not check
44905         for sig_atomic_t, wchar_t, or wint_t, since the code now does
44906         the right thing even if the types are not defined.  Instead use:
44907         (gl_STDINT_TYPE_PROPERTIES): New macro.
44908         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
44909         testing whether <sys/types.h> clashes, as Autoconf does this for
44910         us now.  All uses removed.
44911         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
44912         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
44913         (gl_CHECK_TYPE_SAME):
44914         Remove; no longer needed.
44915         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
44916         exists, since we'll return 0 anyway in that case.
44917         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
44918
44919 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44920
44921         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
44922         possible collision with system files.
44923         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
44924         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
44925         WCHAR_MIN and WCHAR_MAX in this case.
44926         (<stddef.h>): Do not include; no longer needed.
44927         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
44928         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
44929         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
44930         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
44931         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
44932         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
44933         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
44934         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
44935         !defined(__c99))]: Include in this case too, since it's harmless
44936         now.
44937         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
44938         dangerous to do so.
44939         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
44940         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
44941         (_STDINT_MIN, _STDINT_MAX): New macros.
44942         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
44943         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
44944         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
44945         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
44946         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
44947         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
44948         macros, not typedefs; this simplifies things quite a bit.
44949         Use long int for all types narrower than int64_t.
44950         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
44951         Define in terms of long long int or int64_t or long int,
44952         not int64_t or int32_t.  This saves some compile-time testing.
44953         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
44954         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
44955         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
44956         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
44957         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
44958         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
44959         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
44960         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
44961         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
44962         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
44963         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44964         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44965         undef any previous version and define our own version, for
44966         simplicity and consistency with the new macros for types.
44967         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44968         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44969         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
44970         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
44971         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
44972         @WINT_T_SUFFIX@ to keep things simple here.
44973         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
44974         Simplify by assuming typical 8/16/32/64 host, since we're
44975         already doing that elsewhere anyway.
44976         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
44977         and assume long long int is 64 bits if available.  This
44978         speeds up 'configure'.
44979
44980 2006-07-01  Eric Blake  <ebb9@byu.net>
44981
44982         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
44983         Reported by Andreas Buening.
44984
44985 2006-07-01  Eric Blake  <ebb9@byu.net>
44986
44987         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
44988
44989 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44990
44991         * lib/getaddrinfo.c: fixed typo
44992
44993 2006-06-29  Jim Meyering  <jim@meyering.net>
44994
44995         * modules/strftime (Maintainer): Add my name, since with the
44996         FPRINTFTIME changes strftime.c has forked from glibc.
44997
44998 2006-06-29  Eric Blake  <ebb9@byu.net>
44999
45000         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
45001
45002 2006-06-29  Eric Blake  <ebb9@byu.net>
45003
45004         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
45005
45006 2006-06-29  Eric Blake  <ebb9@byu.net>
45007
45008         * lib/stat_.h: New file.
45009
45010 2006-06-29  Eric Blake  <ebb9@byu.net>
45011
45012         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
45013         unused static function.
45014
45015 2006-06-29  Eric Blake  <ebb9@byu.net>
45016
45017         * doc/functions.texi (Function Portability): Document missing lstat
45018         on mingw.
45019
45020 2006-06-29  Eric Blake  <ebb9@byu.net>
45021
45022         * MODULES.html.sh: Add sys_stat.
45023         * modules/sys_stat: New module.
45024         * modules/mkstemp (Depends-on): Add sys_stat.
45025
45026 2006-06-29  Derek R. Price  <derek@ximbiot.com>
45027
45028         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
45029
45030 2006-06-29  Derek R. Price  <derek@ximbiot.com>
45031
45032         * m4/c-bs-a.m4: Removed.
45033
45034 2006-06-29  Derek R. Price  <derek@ximbiot.com>
45035
45036         * lib/strftime.c: Assume strftime() exists.
45037
45038 2006-06-29  Derek Price  <derek@ximbiot.com>
45039
45040         * modules/c-bs-a: Removed - \a is C89.
45041         * MODULES.html.sh: Remove c-bs-a.
45042
45043 2006-06-29  Bruno Haible  <bruno@clisp.org>
45044
45045         * modules/wcwidth (License): Change to LGPL.
45046
45047 2006-06-28  Simon Josefsson  <jas@extundo.com>
45048
45049         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
45050         on _WIN32.
45051
45052         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
45053         getnameinfo.
45054
45055 2006-06-28  Simon Josefsson  <jas@extundo.com>
45056
45057         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
45058
45059 2006-06-28  Simon Josefsson  <jas@extundo.com>
45060
45061         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
45062         functions there.  It will succeed on Windows XP, but on Windows
45063         2000 and (presumably) earlier, it will fail, and use the internal
45064         re-implementation.
45065         (use_win32_p): New function.
45066         (getaddrinfo): Use strtoul on servname, to support numeric ports.
45067         Support AI_NUMERICSERV to disable getservbyname.
45068         (getnameinfo): New function, only supports
45069         NI_NUMERICHOST|NI_NUMERICSERV for now.
45070
45071         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
45072         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
45073         getnameinfo.
45074
45075 2006-06-28  Eric Blake  <ebb9@byu.net>
45076
45077         * modules/wcwidth: New file.
45078         * modules/mbchar (Depends-on): Add wcwidth.
45079         * modules/mbswidth (Depends-on): Add wcwidth.
45080         * MODULES.html.sh: Add wcwidth.
45081
45082 2006-06-28  Eric Blake  <ebb9@byu.net>
45083
45084         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
45085         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
45086
45087 2006-06-28  Eric Blake  <ebb9@byu.net>
45088
45089         * lib/xvasprintf.h: Fix comments.
45090
45091 2006-06-28  Eric Blake  <ebb9@byu.net>
45092
45093         * lib/mbchar.h (wcwidth): Include wcwidth.h.
45094         * lib/mbswidth.c (wcwidth): Move from here...
45095         * lib/wcwidth.h: ...to this new file.
45096
45097 2006-06-28  Derek R. Price  <derek@ximbiot.com>
45098
45099         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
45100
45101         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
45102         it's obsolete.
45103         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
45104
45105 2006-06-28  Derek R. Price  <derek@ximbiot.com>
45106
45107         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
45108         Autoconf 2.60 says this stuff was obsolete.
45109
45110 2006-06-28  Bruno Haible  <bruno@clisp.org>
45111
45112         * modules/wcwidth (Files): Add m4/wchar_t.m4.
45113
45114 2006-06-28  Bruno Haible  <bruno@clisp.org>
45115
45116         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
45117         gt_TYPE_WCHAR_T.
45118
45119 2006-06-28  Bruno Haible  <bruno@clisp.org>
45120
45121         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
45122         declaration for wcwidth.
45123         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
45124
45125 2006-06-28  Bruno Haible  <bruno@clisp.org>
45126
45127         * lib/mkdtemp.c [MINGW]: Include <io.h>.
45128         (mkdir): Define using _mkdir.
45129
45130 2006-06-28  Bruno Haible  <bruno@clisp.org>
45131
45132         * lib/getaddrinfo.h: Fix POSIX URL.
45133         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
45134         _WIN32.
45135         (use_win32_p): Make static.
45136         (getaddrinfo): Reject service name if it is empty or does not consist
45137         solely of decimal digits, or if its value is > 65535.
45138         (getnameinfo): Remove useless casts.
45139
45140 2006-06-27  Simon Josefsson  <jas@extundo.com>
45141
45142         * modules/sys_select: New file, suggested by Bruno Haible, Paul
45143         Eggert and Martin Lambers.
45144
45145 2006-06-27  Simon Josefsson  <jas@extundo.com>
45146
45147         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
45148         Eggert and Martin Lambers.
45149
45150 2006-06-27  Bruno Haible  <bruno@clisp.org>
45151
45152         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
45153         result to 0, not to empty.
45154         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
45155
45156 2006-06-27  Bruno Haible  <bruno@clisp.org>
45157
45158         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
45159
45160 2006-06-26  Simon Josefsson  <jas@extundo.com>
45161
45162         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
45163         present.
45164
45165 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
45166
45167         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
45168         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
45169         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
45170
45171 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
45172
45173         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
45174
45175 2006-06-26  Bruno Haible  <bruno@clisp.org>
45176
45177         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
45178
45179 2006-06-26  Bruno Haible  <bruno@clisp.org>
45180
45181         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
45182
45183 2006-06-26  Bruno Haible  <bruno@clisp.org>
45184
45185         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
45186         SGI C compiler in pre-C99 mode.
45187         Suggested by Mark D. Baushke and Larry Jones.
45188
45189 2006-06-26  Bruno Haible  <bruno@clisp.org>
45190
45191         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
45192         WCHAR_MAX.
45193         Reported by Mark D. Baushke and Larry Jones.
45194
45195 2006-06-26  Bruno Haible  <bruno@clisp.org>
45196
45197         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
45198         in pre-C99 mode.
45199         Suggested by Mark D. Baushke and Larry Jones.
45200
45201 2006-06-23  Simon Josefsson  <jas@extundo.com>
45202             Bruno Haible  <bruno@clisp.org>
45203
45204         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
45205         Emit mostlyclean-local rule.
45206         (func_emit_tests_Makefile_am): Likewise.
45207         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
45208
45209 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
45210
45211         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
45212
45213 2006-06-23  Bruno Haible  <bruno@clisp.org>
45214
45215         * tests/test-stdint.c: Update to match ISO C 99 Technical
45216         Corrigendum 1.
45217
45218 2006-06-23  Bruno Haible  <bruno@clisp.org>
45219
45220         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
45221
45222 2006-06-23  Bruno Haible  <bruno@clisp.org>
45223
45224         * lib/stdint_.h: Treat IRIX like OpenBSD.
45225
45226 2006-06-23  Bruno Haible  <bruno@clisp.org>
45227
45228         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
45229         ISO C 99 Technical Corrigendum 1.
45230
45231 2006-06-22  Simon Josefsson  <jas@extundo.com>
45232
45233         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
45234         MinGW.
45235
45236 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45237
45238         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
45239         needed.  Some compiler complained about some of them.  Problem reported
45240         by Larry Jones in
45241         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
45242
45243 2006-06-21  Simon Josefsson  <jas@extundo.com>
45244
45245         * tests/test-getaddrinfo.c: New file.
45246
45247         * modules/getaddrinfo-tests: New file.
45248
45249         * MODULES.html.sh: Add inet_pton.
45250
45251         * modules/inet_pton: New file.
45252
45253 2006-06-21  Simon Josefsson  <jas@extundo.com>
45254
45255         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
45256         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
45257         of using the (limited) gnulib implementation on Windows XP.
45258
45259         * m4/inet_pton.m4: New file.
45260
45261 2006-06-21  Simon Josefsson  <jas@extundo.com>
45262
45263         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
45264         variable.
45265
45266         * lib/socket_.h: Don't define WINVER.
45267
45268         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
45269         slightly modified to work in gnulib.
45270
45271 2006-06-21  Simon Josefsson  <jas@extundo.com>
45272
45273         * doc/gnulib.texi (Windows sockets): Add.
45274
45275 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
45276
45277         * lib/read-file.c (fread_file): Start with buffer allocation of
45278         0 bytes rather than 1 byte; this simplifies the code.
45279         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
45280         code to free buffer and save/restore errno.
45281         (internal_read_file): Remove unused local.
45282
45283 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
45284
45285         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
45286         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
45287         Problem reported by Denis Excoffier in
45288         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
45289
45290 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45291
45292         * modules/sys_socket, modules/socklen: Include sys/types since
45293         FreeBSD 4.x's sys/socket.h needs it.
45294
45295 2006-06-19  Simon Josefsson  <jas@extundo.com>
45296
45297         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
45298
45299 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45300
45301         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
45302
45303 2006-06-19  Bruno Haible  <bruno@clisp.org>
45304
45305         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
45306         and FULL_PATH_INTTYPES_H in angle brackets.
45307         Reported by Mark D. Baushke <mdb@gnu.org>.
45308
45309 2006-06-17  Eric Blake  <ebb9@byu.net>
45310
45311         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
45312         errno.
45313
45314 2006-06-17  Bruno Haible  <bruno@clisp.org>
45315
45316         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
45317         <sys/inttypes.h>.
45318
45319 2006-06-17  Bruno Haible  <bruno@clisp.org>
45320
45321         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
45322         whether errno is declared. Assume <errno.h> declares errno.
45323
45324 2006-06-17  Bruno Haible  <bruno@clisp.org>
45325
45326         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
45327
45328 2006-06-17  Bruno Haible  <bruno@clisp.org>
45329
45330         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
45331         problem on Solaris 2.5.1.
45332
45333 2006-06-16  Eric Blake  <ebb9@byu.net>
45334
45335         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
45336         * lib/unicodeio.c [!defined errno]: Likewise.
45337         * lib/strtol.c [!defined errno]: Likewise.
45338         * lib/strtod.c [!defined errno]: Likewise.
45339
45340 2006-06-15  Eric Blake  <ebb9@byu.net>
45341
45342         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
45343
45344 2006-06-15  Eric Blake  <ebb9@byu.net>
45345
45346         * config/srclist.txt (ssize_t.m4): Lose sync.
45347
45348 2006-06-15  Bruno Haible  <bruno@clisp.org>
45349
45350         * modules/stdint (Files): Include m4/full-header-path.m4,
45351         m4/size_max.m4, m4/wchar_t.m4.
45352         (Makefile.am): Many more substitutions.
45353         * modules/stdint-tests: New file.
45354         * tests/test-stdint.c: New file.
45355
45356 2006-06-15  Bruno Haible  <bruno@clisp.org>
45357
45358         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
45359         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
45360         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
45361         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
45362         gl_CHECK_TYPE_SAME): New macros.
45363
45364 2006-06-15  Bruno Haible  <bruno@clisp.org>
45365
45366         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
45367
45368 2006-06-15  Bruno Haible  <bruno@clisp.org>
45369
45370         * lib/stdint_.h: Rewritten to be fully auto-configured.
45371         Fixes bug on HP-UX/IA64.
45372
45373 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
45374
45375         * lib/getdate.y (__attribute__): Don't define if already defined.
45376         Problem reported by Larry Jones.
45377         * lib/utimens.c (__attribute__): Likewise.
45378
45379 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
45380
45381         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
45382         reported by Andreas Schwab.
45383
45384 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45385             Bruno Haible  <bruno@clisp.org>
45386
45387         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
45388         check for the declaration of strnlen and a run test that exposes the
45389         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
45390         rpl_strndup.
45391
45392 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45393             Bruno Haible  <bruno@clisp.org>
45394
45395         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
45396
45397 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45398
45399         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
45400         compile test, for Tru64 4.0D.
45401
45402 2006-05-28  Karl Berry  <karl@gnu.org>
45403
45404         * config/srclist.txt (printf-args.c): lose sync.
45405
45406 2006-05-26  Martin Lambers  <marlam@marlam.de>
45407
45408         * lib/getpass.c: Updates the test for the native W32 API, and adds
45409         missing includes, thus fixing compilation warnings.
45410
45411 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
45412
45413         * lib/exclude.c (exclude_fnmatch): New function.
45414         (excluded_file_name): Call exclude_fnmatch.
45415         * lib/exclude.h (excluded_file_name): New prototype
45416
45417 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
45418
45419         * lib/tempname.c (small_open, large_open): New macros.
45420         (__open, __open64) [!_LIBC]: Remove.
45421         (__gen_tempname): Use small_open and large_open instead of __open
45422         and __open64.  This fixes a portability bug on HP-UX 11.11i
45423         reported by Simon Wing-Tang in
45424         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
45425
45426 2006-05-24  Bruno Haible  <bruno@clisp.org>
45427
45428         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
45429         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
45430         Reported by Thorsten Maerz <torte@netztorte.de> via
45431         Aaron Stone <aaron@serendipity.cx>.
45432
45433 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
45434
45435         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
45436         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
45437         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
45438         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
45439         not really conditional on the cache.
45440         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
45441
45442 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
45443
45444         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
45445         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
45446         (my_usleep): Don't mishandle maximum value.
45447
45448 2006-05-19  Jim Meyering  <jim@meyering.net>
45449
45450         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
45451
45452 2006-05-17  Bruno Haible  <bruno@clisp.org>
45453
45454         Cygwin portability.
45455         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
45456
45457 2006-05-17  Bruno Haible  <bruno@clisp.org>
45458
45459         * lib/stdint_.h: Fix recognition of Cygwin.
45460
45461 2006-05-15  Bruno Haible  <bruno@clisp.org>
45462
45463         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
45464         on libtool patch by Ralf Wildenhues.
45465
45466 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45467
45468         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
45469         test for C99 conformance; (bool) 0.5 is an integer constant
45470         expression, but (bool) -0.5 is not.  Problem reported by Fedor
45471         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
45472
45473 2006-05-11  Simon Josefsson  <jas@extundo.com>
45474
45475         * m4/xvasprintf.m4: Fix obvious typo.
45476
45477 2006-05-11  Jim Meyering  <jim@meyering.net>
45478
45479         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
45480         James Lemley.
45481
45482 2006-05-10  Simon Josefsson  <jas@extundo.com>
45483
45484         * lib/md4.c: Typo fix, update copyright years.
45485         (K1, K2): Don't use L because it turn computations into 64-bit on
45486         64-bit platforms.
45487
45488 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45489
45490         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
45491         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
45492         unwanted sign propagation, e.g., on hosts with 64-bit int.
45493         There still are some problems with reeelly weird theoretical hosts
45494         (e.g., 33-bit int) but it's not worth worrying about now.
45495         * lib/sha1.c (rol): Likewise.
45496         (K1, K2, K3, K4): Remove unnecessary L suffix.
45497
45498 2006-05-10  Bruno Haible  <bruno@clisp.org>
45499
45500         * lib/des.c: Cast to avoid warnings.
45501
45502 2006-05-09  Bruno Haible  <bruno@clisp.org>
45503
45504         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
45505         (Depends-on): Depend also on xsize, stdarg.
45506         (configure.ac): Add gl_XVASPRINTF.
45507
45508 2006-05-09  Bruno Haible  <bruno@clisp.org>
45509
45510         * m4/xvasprintf.m4: New file.
45511
45512 2006-05-09  Bruno Haible  <bruno@clisp.org>
45513
45514         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
45515         (EOVERFLOW): Define fallback value.
45516         (xstrcat): New function.
45517         (xvasprintf): Recognize the special case of a string concatenation.
45518
45519 2006-05-08  Eric Blake  <ebb9@byu.net>
45520
45521         * gnulib-tool (func_version): Base copyright year on CVS date.
45522         (func_emit_copyright_notice): New function.
45523         (func_emit_lib_Makefile_am): Use it.
45524         (func_emit_tests_Makefile_am): Likewise.
45525         (func_import): Likewise.
45526
45527 2006-05-08  Bruno Haible  <bruno@clisp.org>
45528
45529         * modules/stdarg: New file.
45530         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
45531
45532 2006-05-08  Bruno Haible  <bruno@clisp.org>
45533
45534         * m4/stdarg.m4: New file, from GNU gettext.
45535
45536 2006-05-08  Bruno Haible  <bruno@clisp.org>
45537
45538         * config/srclist.txt (build-aux/config.rpath): different from latest
45539         release.
45540
45541 2006-05-08  Bruno Haible  <bruno@clisp.org>
45542
45543         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
45544
45545 2006-05-05  Jim Meyering  <jim@meyering.net>
45546
45547         * m4/warning.m4: New file, derived from bison's file by the same name.
45548
45549 2006-05-03  Bruno Haible  <bruno@clisp.org>
45550
45551         * lib/stdint_.h: Shorter URL.
45552         * lib/inttypes.h: Likewise.
45553
45554 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45555
45556         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
45557
45558 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45559
45560         * lib/verify.h: Document the internals better.  Most of this change
45561         was written by Bruno Haible.
45562
45563 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45564
45565         * doc/verify.texi: New file, partly based on a proposal by
45566         Bruno Haible.
45567
45568 2006-05-02  Bruno Haible  <bruno@clisp.org>
45569
45570         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
45571         test from here...
45572         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
45573
45574 2006-04-29  Bruno Haible  <bruno@clisp.org>
45575
45576         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
45577         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
45578
45579 2006-04-29  Bruno Haible  <bruno@clisp.org>
45580
45581         * gnulib-tool: Make --update option actually work.
45582
45583 2006-04-29  Bruno Haible  <bruno@clisp.org>
45584
45585         * doc/gcd.texi: New file.
45586         * doc/gnulib.texi: Include it.
45587
45588 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
45589
45590         * lib/getdate.y (get_date): When adding relative date, start with the
45591         initial time, not with the result of the first mktime call.
45592
45593 2006-04-25  Bruno Haible  <bruno@clisp.org>
45594
45595         * gnulib-tool (func_import): Output the include directives in three
45596         blocks, sorted separately.
45597         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45598
45599 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45600
45601         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
45602         to define main with arguments, for C++.  Reported by Eric Blake.
45603         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
45604         Prefer 'int main ()' to 'int main (void)', for C++.
45605         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
45606         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
45607         for 'main', for C99 and C++.
45608
45609 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45610
45611         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
45612         Don't assume that exit status -1 is valid.
45613         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45614         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
45615         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
45616         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
45617         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
45618         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
45619         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
45620         functions can be used without declaring them, or that you can
45621         exit with status -1.
45622         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
45623
45624 2006-04-24  Karl Berry  <karl@gnu.org>
45625
45626         * config/srclist.txt (longdouble.m4): sync lost.
45627
45628 2006-04-24  Eric Blake  <ebb9@byu.net>
45629
45630         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
45631
45632 2006-04-24  Bruno Haible  <bruno@clisp.org>
45633
45634         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
45635         poll() implementation in AIX.
45636         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45637
45638 2006-04-24  Bruno Haible  <bruno@clisp.org>
45639
45640         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
45641         assigned exactly once.
45642
45643 2006-04-23  Claudio Fontana  <claudio@gnu.org>
45644             Bruno Haible  <bruno@clisp.org>
45645
45646         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
45647         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
45648         for AM_CPPFLAGS.
45649
45650 2006-04-23  Bruno Haible  <bruno@clisp.org>
45651
45652         * modules/copy-file: Depend on unistd.
45653         * modules/execute: Likewise.
45654         * modules/fatal-signal: Likewise.
45655         * modules/findprog: Likewise.
45656         * modules/mkdtemp : Likewise.
45657         * modules/pipe: Likewise.
45658         * modules/wait-process: Likewise.
45659
45660 2006-04-23  Bruno Haible  <bruno@clisp.org>
45661
45662         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
45663         condition was already detected.
45664         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45665
45666 2006-04-23  Bruno Haible  <bruno@clisp.org>
45667
45668         * lib/copy-file.c: Include <unistd.h> unconditionally.
45669         * lib/execute.c: Likewise.
45670         * lib/fatal-signal.c: Likewise.
45671         * lib/findprog.c: Likewise.
45672         * lib/mkdtemp.c: Likewise.
45673         * lib/pipe.h: Likewise.
45674         * lib/pipe.c: Likewise.
45675         * lib/wait-process.h: Likewise.
45676
45677 2006-04-23  Bruno Haible  <bruno@clisp.org>
45678
45679         * gnulib-tool (func_usage): Fix --import description. Document
45680         --update.
45681         (func_import): Create temporary file in a temporary directory, if
45682         --dry-run is specified. Silence errors from 'grep' when there are no
45683         m4 files in $m4dir.
45684         (func_create_testdir): Silence errors from 'grep' when there are no
45685         m4 files in $m4dir.
45686         Reported by Karl Berry <karl@freefriends.org>.
45687
45688 2006-04-20  Bruno Haible  <bruno@clisp.org>
45689
45690         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
45691         one argument, so that the code will be portable to Autoconf 2.60.
45692         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
45693         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45694         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
45695
45696 2006-04-19  Derek Price  <derek@ximbiot.com>
45697             Eric Blake  <ebb9@byu.net>
45698
45699         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
45700         rather than "/full/path.h".  Update comment to match.  Shorten &
45701         generalize m4_translit call via AS_TR_CPP.
45702
45703 2006-04-19  Derek Price  <derek@ximbiot.com>
45704             Eric Blake  <ebb9@byu.net>
45705
45706         * lib/inttypes.h: Correct grammar in comment.
45707
45708 2006-04-18  Derek Price  <derek@ximbiot.com>
45709             Paul Eggert  <eggert@cs.ucla.edu>
45710
45711         * modules/inttypes: New file.
45712         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
45713
45714 2006-04-18  Derek Price  <derek@ximbiot.com>
45715             Paul Eggert  <eggert@cs.ucla.edu>
45716
45717         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
45718         New files.
45719
45720 2006-04-18  Derek Price  <derek@ximbiot.com>
45721             Paul Eggert  <eggert@cs.ucla.edu>
45722
45723         * lib/inttypes.h: New file.
45724         * lib/strtoimax.c: Assume <inttypes.h>.
45725
45726 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
45727
45728         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
45729         isn't mounted.  Problem reported by Kir Kolyshkin.
45730
45731 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
45732
45733         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
45734         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
45735         Derek R. Price.
45736         * lib/regex.h (RE_DUP_MAX): Update comment to match current
45737         implementation.
45738
45739 2006-04-12  Eric Blake  <ebb9@byu.net>
45740
45741         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
45742         is now done automatically by the corresponding Autoconf macro.
45743
45744 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
45745
45746         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
45747         time_r.h.
45748
45749 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45750
45751         Merge regex changes from libc, removing some of our
45752         POSIX-conformance changes that were rejected and redoing them in a
45753         less-intrusive way.
45754
45755         * lib/regcomp.c (re_compile_internal, init_dfa):
45756         Length arg is now size_t, not Idx.  All uses changed.
45757         (peek_token): Forward decl now says internal_function.
45758         (__re_error_msgid, __re_error_msgid_idx):
45759         Now static rather than extern with attribute_hidden.
45760         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
45761         For some reason libc prefers K&R style defns for external functions.
45762         (regerror) [!defined _LIBC]: Likewise.
45763         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
45764         (seek_collating_symbol_entry, lookup_collation_sequence_value):
45765         (build_range_exp, build_collating_symbol):
45766         Use K&R-style defn.
45767         (re_compile_fastmap): Use '\0' to memset, not 0.
45768         (utf8_sb_map): Make the calculations more obvious.
45769         (init_dfa, parse_bracket_exp, build_charclass_op):
45770         Call calloc and cast result, as glibc does.
45771         (init_word_char, fetch_token, peek_token, peek_token_bracket):
45772         (build_range_exp, build_collating_symbol):
45773         Now internal functions.
45774
45775         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
45776
45777         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
45778         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
45779         Don't depend on VMS; depend on __VMS instead, for POSIX
45780         namespace cleanness.
45781         (regoff_t): Define to ssize_t, not long int.
45782
45783         Remove the REG_ macros named below.  Instead, make the old names
45784         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
45785         __USE_GNU_REGEX.
45786         (REG_BACKSLASH_ESCAPE_IN_LISTS):
45787         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
45788         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
45789         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
45790         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
45791         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
45792         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
45793         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
45794         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
45795         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
45796         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
45797         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
45798         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
45799         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
45800         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
45801         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
45802         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
45803         (REG_NREGS):
45804         Remove.  All uses replaced by the old RE_* names.
45805         (RE_BACKSLASH_ESCAPE_IN_LISTS):
45806         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
45807         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
45808         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
45809         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
45810         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
45811         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
45812         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
45813         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
45814         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
45815         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
45816         Don't bother having these macros be independent of each others'
45817         values, since they no longer exist in the POSIX name space.
45818
45819         Rename the following member names back to their old names,
45820         unless !__USE_GNU_REGEX.  All uses changed back.
45821         (buffer): Renamed from re_buffer.
45822         (allocated): Renamed from re_allocated.
45823         (used): Renamed from re_used.
45824         (syntax): Renamed from re_syntax.
45825         (fastmap): Renamed from re_fastmap.
45826         (translate): Renamed from re_translate.
45827         (can_be_null): Renamed from re_can_be_null.
45828         (regs_allocated): Renamed from re_regs_allocated.
45829         (fastmap_accurate): Renamed from re_fastmap_accurate.
45830         (no_sub): Renamed from re_no_sub.
45831         (not_bol): Renamed from re_not_bol.
45832         (not_eol): Renamed from re_not_eol.
45833         (newline_anchor): Renamed from re_newline_anchor.
45834         (num_regs): Renamed from rm_num_regs.
45835         (start): Renamed from rm_start.
45836         (end): Renamed from rm_end.
45837
45838         (free_state): Move up a bit.
45839
45840         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
45841         #define to be empty.
45842         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
45843         when that is what is intended.
45844         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
45845         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
45846         (MAX): New macro.
45847         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
45848         All uses changed back to re_malloc, etc.  It's now the caller's
45849         responsibility to check for overflow; all callers changed.
45850         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
45851         (re_x2nrealloc): Remove.
45852         (free_state): Remove decl.
45853
45854         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
45855         (re_set_registers, re_exec):
45856         Use K&R-style defn.
45857
45858         2006-01-31  Roland McGrath  <roland@redhat.com>
45859
45860         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
45861         Reported by Mike Frysinger <vapier@gentoo.org>.
45862
45863         2006-01-15  Andreas Jaeger  <aj@suse.de>
45864
45865         [BZ #1950]
45866         * lib/regex_internal.c (re_string_reconstruct): Adjust for
45867         build_wcs_upper_buffer change.
45868         (build_wcs_upper_buffer): Change return type.
45869
45870         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
45871
45872         * lib/regex_internal.h: Include <stdint.h> if available.
45873
45874         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
45875
45876         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
45877
45878         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
45879
45880         * lib/regcomp.c: Adjust for changed secondary hash function.
45881
45882         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
45883
45884         * lib/regex.h: Pretty printing.
45885         Clean up namespace a bit.
45886
45887         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
45888
45889         * lib/regexec.c (update_cur_sifted_state, check_arrival,
45890         check_arrival_add_next_nodes): Avoid using uninitialized variable.
45891
45892         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45893                     Ulrich Drepper  <drepper@redhat.com>
45894
45895         [BZ #1302]
45896         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
45897         changed.
45898         (bitset_word_t): Renamed from bitset_word.  All uses changed.
45899
45900         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
45901
45902         [BZ #281]
45903         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
45904         * lib/regcomp.c: Remove unnecessary uses of
45905         unsigned RE_TRANSLATE_TYPE.
45906         * lib/regex_internal.h: Likewise.
45907         * lib/regex_internal.c: Likewise.
45908         * lib/regexec.c: Likewise.
45909         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
45910
45911         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
45912
45913         * lib/regexec.c (find_recover_state): Remove unnecessary
45914         initialization.
45915         (transit_state_bkref): Make DFA a const pointer.
45916         (get_subexp): Likewise.
45917         (check_arrival): Likewise.
45918         (update_cur_sifted_state): Likewise.
45919         (re_search_internal): Likewise.
45920         (prune_impossible_nodes): Likewise.
45921         (acquire_init_state_context): Likewise.
45922         (proceed_next_node): Likewise.
45923         (set_regs): Likewise.
45924         (free_fail_stack_return): Likewise.
45925         (check_arrival_expand_ecl): Mark DFA parameter as const.
45926         (check_arrival_expand_ecl_sub): Likewise.
45927         (check_subexp_limits): Likewise.
45928         (sub_epsilon_src_nodes):  Likewise.
45929         (add_epsilon_src_nodes):  Likewise.
45930         (merge_state_array): Likewise.
45931         (update_regs): Likewise.
45932         (build_trtable): Likewise.
45933         (sift_states_backward): Mark MCTX parameter as const.
45934         (build_sifted_states): Likewise.
45935         (update_cur_sifted_state): Likewise.
45936         (sift_states_mkref): Likewise.
45937         (check_arrival_expand_ecl): Mark eclosure as const.
45938         (check_dst_limits_calc_pos_1): Likewise.
45939         * lib/regex_internal.h (re_match_context_t): Make dfa a const
45940         pointer.
45941
45942         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
45943
45944         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
45945         (transit_state_sb): Likewise.
45946         (transit_state_mb): Likewise.
45947         (sift_states_iter_mb): Likewise.
45948         (check_arrival_add_next_nodes): Likewise.
45949         (check_node_accept_bytes): Change first parameter to pointer-to-const.
45950         [_LIBC] (re_search_2_stub): Use mempcpy.
45951
45952         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
45953         mbrtowc for very simple UTF-8 case.
45954
45955         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
45956         a pointer-to-const.
45957         (re_acquire_state_context): Likewise.
45958         * lib/regex_internal.h: Adjust prototypes.
45959
45960         * lib/regex.c: Prevent using C++ compilers.
45961
45962         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
45963         (re_acquire_state_context): Likewise.
45964
45965 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45966
45967         * modules/regex (Depends-on): Add ssize_t.
45968
45969 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45970
45971         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
45972         translation table.
45973
45974 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45975
45976         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
45977
45978 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
45979             Bruno Haible  <bruno@clisp.org>
45980
45981         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
45982         <sys/types.h> and <inttypes.h>.
45983
45984 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45985
45986         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
45987         `__error_t_defined', so argp.h will not typedef the former.
45988
45989 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
45990
45991         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
45992         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
45993         glibc names.  Even if glibc is changed to conform to POSIX, the
45994         traditional names will be available anyway, since regex depends on
45995         the extensions module.  Also, fix a longstanding typo in the
45996         implementation of Spencer ERE test #75 from grep 2.3.  Problems
45997         reported by Emanuele Giaquinta.  Also, change sense of cached
45998         variable, so that the message makes sense.
45999
46000 2006-03-24  Simon Josefsson  <jas@extundo.com>
46001
46002         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
46003         including some doc fixes.
46004         (base64_encode_alloc): Fix +1 bug on allocation failures.
46005
46006 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46007
46008         * lib/base64.c (base64_encode): Do not read past end of array with
46009         unsanitized input on systems with CHAR_BIT > 8.
46010
46011 2006-03-24  Eric Blake  <ebb9@byu.net>
46012
46013         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
46014
46015 2006-03-22  Karl Berry  <karl@gnu.org>
46016
46017         * config/srclist.txt (*setenv.[ch]): get from coreutils.
46018         * config/srclistvars.sh (COREUTILS): new var.
46019
46020 2006-03-17  Jim Meyering  <jim@meyering.net>
46021
46022         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
46023         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
46024
46025 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
46026
46027         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
46028         no longer needs it.  Instead, check that regoff_t is as least
46029         as wide as ptrdiff_t.
46030
46031         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
46032         so that our regex.h stays compatible with the installed regex.
46033         This is helpful for installers who configure --without-included-regex.
46034         Problem reported by Emanuele Giaquinta.
46035
46036 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
46037
46038         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
46039         Typedef to long int, not to off_, as POSIX will likely change
46040         in that direction.
46041
46042 2006-03-15  Eric Blake  <ebb9@byu.net>
46043
46044         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
46045
46046 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
46047
46048         * lib/argp-help.c (validate_uparams): Fix typo
46049         * lib/argp-parse.c (argp_default_options): Consistently begin help
46050         messages with a lowercase letter.
46051
46052 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
46053
46054         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
46055         overrun buffers and shouldn't be used (much as gets shouldn't be
46056         used).
46057         * lib/time_r.c (asctime_r, ctime_r): Likewise.
46058
46059 2006-03-08  Simon Josefsson  <jas@extundo.com>
46060
46061         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
46062         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46063
46064 2006-03-08  Simon Josefsson  <jas@extundo.com>
46065
46066         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
46067         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46068
46069 2006-03-08  Simon Josefsson  <jas@extundo.com>
46070
46071         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
46072         signal that configure disabled the device.
46073
46074 2006-03-08  Simon Josefsson  <jas@extundo.com>
46075
46076         * build-aux/maint.mk: Fix refresh-po, to handle no translated
46077         languages.
46078
46079 2006-03-07  Simon Josefsson  <jas@extundo.com>
46080
46081         * modules/getopt (Depends-on): Add unistd.
46082
46083         * modules/unistd: New file.
46084
46085 2006-03-07  Simon Josefsson  <jas@extundo.com>
46086
46087         * modules/gc-random: New file.
46088
46089 2006-03-07  Simon Josefsson  <jas@extundo.com>
46090
46091         * m4/unistd_h.m4: New file.
46092
46093 2006-03-07  Simon Josefsson  <jas@extundo.com>
46094
46095         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
46096         test to be side-effect free by storing the result in the cache
46097         variable gl_cv_lib_readline, and moving the assignment of
46098         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
46099         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46100
46101 2006-03-07  Simon Josefsson  <jas@extundo.com>
46102
46103         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
46104         error on missing devices (the functions will return an error).
46105
46106         * m4/gc.m4: Move random stuff to gc-random.m4
46107
46108 2006-03-07  Simon Josefsson  <jas@extundo.com>
46109
46110         * lib/unistd_.h: New file.
46111
46112 2006-03-07  Simon Josefsson  <jas@extundo.com>
46113
46114         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
46115
46116 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
46117
46118         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
46119         Problem reported by Juan Manuel Guerrero.
46120
46121 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
46122
46123         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
46124         the unistd module.
46125         * lib/getlogin_r.c: Likewise.
46126         * lib/getlogin_r.h: Likewise.
46127         * lib/glob.c: Likewise.
46128         * lib/pagealign_alloc.c: Likewise.
46129         * lib/unistd_.h: Remove; no longer needed.
46130
46131 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
46132
46133         * MODULES.html.sh (Support for systems lacking POSIX:2001):
46134         Add unistd.
46135         * modules/c-stack (Depends-on): Add unistd.
46136         * modules/getlogin_r: Likewise.
46137         * modules/glob: Likewise.
46138         * modules/pagealign_alloc: Likewise.
46139         * modules/unistd (Files): Remove lib/unistd_.h.
46140         (EXTRA_DIST): Remove.
46141         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
46142         need unistd_.h.
46143         (MOSTLYCLEANFILES): Remove unistd.h-t.
46144
46145 2006-03-03  Simon Josefsson  <jas@extundo.com>
46146
46147         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
46148
46149 2006-03-03  Simon Josefsson  <jas@extundo.com>
46150
46151         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
46152         libidn and bison.
46153
46154 2006-03-03  Simon Josefsson  <jas@extundo.com>
46155
46156         * build-aux/maint.mk: Add indent target.
46157
46158 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
46159
46160         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
46161         our replacement poll.h in any case, to avoid a differing
46162         declaration from a system header.  Seen on AIX.
46163
46164 2006-03-01  Simon Josefsson  <jas@extundo.com>
46165
46166         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
46167         <kasal@ucw.cz>.
46168
46169 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46170
46171         * modules/gettime (Depends-on): Add extensions module.
46172         * modules/nanosleep (Depends-on): Likewise.
46173         * modules/settime (Depends-on): Likewise.
46174
46175 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46176
46177         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
46178         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
46179         pedantically.
46180         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46181         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
46182
46183         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
46184         not "==".  Reported by Ralf Wildenhues.
46185
46186 2006-03-01  Karl Berry  <karl@gnu.org>
46187
46188         * doc/Copyright/request-*: new files, synced from gnuorg.
46189
46190 2006-03-01  Karl Berry  <karl@gnu.org>
46191
46192         * config/srclist.txt (Copyright/*): new entries.
46193
46194 2006-02-28  Simon Josefsson  <jas@extundo.com>
46195
46196         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
46197
46198 2006-02-27  Simon Josefsson  <jas@extundo.com>
46199
46200         * lib/base64.h: Indent #define's.  From Jim Meyering
46201         <jim@meyering.net>.
46202
46203 2006-02-27  Jim Meyering  <jim@meyering.net>
46204
46205         Revert the change of 2006-02-24, so these files can continue
46206         to be sync'd from gettext.
46207         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
46208         of `config.h'.
46209
46210 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
46211
46212         * modules/intprops: New file.
46213         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
46214         Add intprops.
46215         * modules/getloadavg (Files): Remove lib/intprops.h.
46216         (Depends-on): Add intprops.
46217         * modules/human: Likewise.
46218         * modules/inttostr: Likewise.
46219         * modules/openat: Likewise.
46220         * modules/sig2str: Likewise.
46221         * modules/userspec: Likewise.
46222         * modules/utimecmp: Likewise.
46223         * modules/xnanosleep: Likewise.
46224         * modules/xstrtol: Likewise.
46225
46226 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
46227
46228         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
46229         * modules/lock-tests (TESTS): Use $(EXEEXT).
46230         * modules/tls-tests: Likewise.
46231         * modules/argp-tests: Likewise.
46232         (check_PROGRAMS): New var, replacing...
46233         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
46234
46235 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46236
46237         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
46238         `config.h'.
46239
46240 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
46241
46242         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
46243
46244 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46245
46246         Sync from coreutils.
46247         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
46248         gl_CHDIR_SAFER.
46249
46250 2006-02-22  Jim Meyering  <jim@meyering.net>
46251
46252         Sync from coreutils.
46253         * m4/chdir-safer.m4: New file.
46254
46255 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
46256
46257         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
46258         AT_FDCWD exceeds INT_MAX.
46259         * lib/openat.h (AT_FDCWD): Likewise.
46260
46261 2006-02-17  Eric Blake  <address@hidden>
46262
46263         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
46264
46265 2006-02-16  Simon Josefsson  <jas@extundo.com>
46266
46267         * modules/getaddrinfo (Depends-on): Add sys_socket.
46268
46269 2006-02-15  Simon Josefsson  <jas@extundo.com>
46270
46271         * build-aux/maint.mk: Add dsyntax-check rule.
46272
46273 2006-02-15  Eric Blake  <ebb9@byu.net>
46274
46275         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
46276         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
46277         'present but cannot compile' warnings on cygwin.
46278         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
46279         use ws2tcpip.h if sys/socket.h works.
46280         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
46281         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
46282
46283 2006-02-14  Simon Josefsson  <jas@extundo.com>
46284
46285         * modules/maintainer-makefile (Files): Rename.
46286
46287         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
46288         and (the local) Makefile.cfg to maint-cfg.mk.
46289
46290         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
46291         to the latter.
46292
46293         * modules/maintainer-makefile: New module.
46294
46295         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
46296         severaly stripped to make it possible to build it up from scratch
46297         with reliable tests.
46298
46299         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
46300         fixes to permit overriding the default actions when configure and
46301         makefile are not available.
46302
46303 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
46304
46305         Sync from coreutils.
46306         * modules/lstat (Depends-on): Don't depend on xalloc.
46307         (License): Change from GPL to LGPL, since this is now simply a
46308         replacement for a libc function.
46309
46310 2006-02-14  Jim Meyering  <jim@meyering.net>
46311
46312         Sync from coreutils.
46313
46314         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
46315         failure on deficient systems, and simplify gnulib lgpl dependencies.
46316         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
46317         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
46318
46319         * lib/xalloc-die.c: Remove unused definition of N_.
46320
46321 2006-02-14  Jim Meyering  <jim@meyering.net>
46322
46323         Sync from coreutils.
46324         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
46325         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
46326         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
46327         double-quote uses of that variable, to accommodate the rare case in
46328         which getmntent is available in none of the libraries checked.  This
46329         happens at least on FreeBSD 5.0.
46330
46331 2006-02-13  Simon Josefsson  <jas@extundo.com>
46332
46333         * gnulib-tool (Usage): Fix --import, from
46334         karl@freefriends.org (Karl Berry).
46335
46336 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
46337
46338         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
46339
46340 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
46341
46342         * lib/argp-namefrob.h: Restore changes accidentally lost during the
46343         "autoupdate" on 2005-12-12.
46344
46345 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
46346
46347         * modules/closeout (Depends-on): Remove atexit.
46348
46349 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
46350
46351         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
46352         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
46353
46354 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
46355
46356         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
46357         __EXTENSIONS__ if this causes compilation to fail.  Problem
46358         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
46359         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
46360
46361 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
46362
46363         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
46364         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
46365         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
46366         All uses changed.
46367
46368 2006-01-26  Simon Josefsson  <jas@extundo.com>
46369
46370         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
46371         prototype is visible on mingw32.
46372
46373         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
46374         for mingw32.
46375
46376         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
46377         mingw32).
46378
46379 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
46380
46381         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
46382         attempt to open for write; this always fails, at least on POSIX
46383         hosts.  This reinstates the 2006-01-09 change, which was
46384         inadvertently removed.
46385
46386 2006-01-26  Bruno Haible  <bruno@clisp.org>
46387
46388         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
46389         Reported by Paul Eggert.
46390
46391 2006-01-26  Bruno Haible  <bruno@clisp.org>
46392             Paul Eggert  <eggert@cs.ucla.edu>
46393
46394         * lib/stdbool_.h (_Bool)
46395         [(! (defined __cplusplus || defined __BEOS__)
46396           && !defined __GNUC__
46397           && !(defined __HP_cc || defined __xlc__
46398                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
46399                || defined __sgi))]:
46400         #define to signed char in these cases too; this simplifies
46401         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
46402         etc., separately) and makes it more conservative.
46403
46404 2006-01-25  Simon Josefsson  <jas@extundo.com>
46405
46406         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
46407         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
46408         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
46409
46410 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46411
46412         * lib/argp-namefrob.h: Bugfix. Remove stray #
46413
46414 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
46415
46416         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
46417         so that we test the test.
46418         Check for yet another HP-UX cc bug involving *bool |= bool.
46419
46420 2006-01-25  Karl Berry  <karl@gnu.org>
46421
46422         * config/srclist.txt (vasnprintf.c): sync lost.
46423
46424 2006-01-25  Jim Meyering  <jim@meyering.net>
46425
46426         Sync from the stable (b5) branch of coreutils:
46427
46428         * lib/fts.c (fts_children): Don't let close() clobber errno from
46429         failed fchdir().
46430
46431         * lib/fts.c (fts_stat): When following a symlink-to-directory,
46432         don't necessarily interpret stat-fails+lstat-succeeds as indicating
46433         a dangling symlink.  That can also happen at least for ELOOP.
46434         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
46435         FYI, this bug predates the inclusion of fts.c in coreutils.
46436
46437         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
46438         in their own block, so pre-c99 compilers don't object.
46439
46440         Avoid the double-free (first in fts_read, second in fts_close) that
46441         would occur when an `active' directory is made inaccessible (e.g.,
46442         via chmod a-x) during a traversal.
46443         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46444         before returning.  Reproduce this failure by
46445         mkdir -p a/b; cd a; chmod a-x . b
46446         Reported by Stavros Passas.
46447
46448 2006-01-25  Jim Meyering  <jim@meyering.net>
46449
46450         * lib/fileblocks.c: Remove more useless parentheses.
46451         * lib/readutmp.h: Likewise.
46452
46453 2006-01-25  Bruno Haible  <bruno@clisp.org>
46454
46455         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
46456         warnings.
46457         Reported by Paul Eggert.
46458
46459 2006-01-25  Bruno Haible  <bruno@clisp.org>
46460
46461         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
46462         rid of a trap command. For Solaris sh.
46463         Reported by Mark D. Baushke <mdb@gnu.org>.
46464
46465 2006-01-24  Simon Josefsson  <jas@extundo.com>
46466
46467         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
46468         Bruno.
46469
46470 2006-01-24  Karl Berry  <karl@gnu.org>
46471
46472         * config/srclist.txt (argp-namefrob.h): sync lost.
46473
46474 2006-01-24  Jim Meyering  <jim@meyering.net>
46475
46476         * modules/openat (Files): Add lib/intprops.h.
46477         From Mark D. Baushke.
46478
46479 2006-01-24  Jim Meyering  <jim@meyering.net>
46480
46481         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
46482         Reported by Mark D. Baushke.
46483
46484 2006-01-24  Jim Meyering  <jim@meyering.net>
46485
46486         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
46487
46488 2006-01-24  Bruno Haible  <bruno@clisp.org>
46489
46490         * modules/strnlen (Maintainer): Change from glibc to all.
46491
46492 2006-01-24  Bruno Haible  <bruno@clisp.org>
46493
46494         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
46495         Patch by Paul Eggert.
46496
46497 2006-01-24  Bruno Haible  <bruno@clisp.org>
46498
46499         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
46500         already has it.
46501         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
46502         2005-11-26.
46503
46504         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
46505         'signed char' to avoid problems with the built-in _Bool type.
46506         Reported by Paul Eggert on 2005-11-26.
46507
46508 2006-01-24  Bruno Haible  <bruno@clisp.org>
46509
46510         * gnulib-tool (func_import): Avoid constructing complicated sed
46511         expressions inside backquote.
46512         Report and solution by Mark D. Baushke <mdb@gnu.org>.
46513
46514 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
46515
46516         These changes imported from libc.
46517         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
46518         test and two separate function calls.
46519         * lib/strndup.c (__strndup): Add libc_hidden_def.
46520
46521 2006-01-23  Simon Josefsson  <jas@extundo.com>
46522
46523         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
46524         Remove the test_*_SOURCES variable: automake infers it by default.
46525         * modules/tls-tests: Likewise.
46526
46527 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46528
46529         Work around porting bugs reported by Dieter in
46530         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
46531         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
46532         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
46533         Include "getopt.h" first, to check interface.
46534         (getenv): Declare only if defined HAVE_DECL_GETENV &&
46535         !HAVE_DECL_GETENV.
46536         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
46537         (__strndup): Revert to K&R-style function dfns, the glibc style.
46538         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
46539         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
46540         Include strnlen.h first, to get prototype properly.
46541         (strnlen): Renamed from __strnlen.
46542         Remove weak alias.
46543
46544 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46545
46546         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
46547
46548 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46549
46550         * config/srclist.txt: Adjust to reflect glibc reorganization.
46551         This affects only comments.
46552
46553 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46554
46555          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
46556          Reported by Bruce Korb <bkorb@gnu.org>.
46557
46558 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
46559
46560         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
46561         to pacify gcc -Wswitch-default.
46562
46563 2006-01-22  Bruno Haible  <bruno@clisp.org>
46564
46565         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
46566         temporary buffer for sprintf, take into account the precision also
46567         for 'd', 'i', 'u', 'o', 'x', 'X'.
46568
46569 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46570
46571         * modules/argp-tests: New module
46572         * tests/test-argp.c: New file
46573         * tests/test-argp-2.sh: New file
46574
46575 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46576
46577         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
46578         (__argp_base_name): Removed
46579         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
46580         typo.
46581         (__argp_base_name): Provide macro definition or extern declaration
46582         depending on the configuration
46583
46584 2006-01-20  Simon Josefsson  <jas@extundo.com>
46585
46586         * modules/inet_ntop (Depends-on): Depend on sys_socket.
46587
46588 2006-01-20  Simon Josefsson  <jas@extundo.com>
46589
46590         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
46591
46592 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46593
46594         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
46595         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
46596         Suggested by Bruno Haible.
46597
46598 2006-01-20  Karl Berry  <karl@gnu.org>
46599
46600         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
46601         until changes propagate, I guess.
46602
46603 2006-01-19  Simon Josefsson  <jas@extundo.com>
46604
46605         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
46606
46607 2006-01-19  Simon Josefsson  <jas@extundo.com>
46608
46609         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
46610
46611 2006-01-19  Simon Josefsson  <jas@extundo.com>
46612
46613         * gnulib-tool: Set check_PROGRAMS.
46614
46615         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46616         modules/des-tests, modules/gc-arcfour-tests,
46617         modules/gc-arctwo-tests, modules/gc-des-tests,
46618         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46619         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46620         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46621         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46622         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46623         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
46624         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
46625         test_*_SOURCES.
46626
46627 2006-01-18  Simon Josefsson  <jas@extundo.com>
46628
46629         * modules/socklen (Depends-on): Depend on sys_socket.
46630
46631 2006-01-18  Simon Josefsson  <jas@extundo.com>
46632
46633         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46634         modules/des-tests, modules/gc-arcfour-tests,
46635         modules/gc-arctwo-tests, modules/gc-des-tests,
46636         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46637         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46638         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46639         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46640         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46641         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
46642         $(EXEEXT) to automake TESTS variable, for mingw32.
46643
46644 2006-01-17  Simon Josefsson  <jas@extundo.com>
46645
46646         * modules/socklen (Include): Need sys/socket.h.
46647
46648 2006-01-17  Bruno Haible  <bruno@clisp.org>
46649
46650         * modules/ssize_t (Include): Add <sys/types.h>.
46651
46652 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
46653
46654         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
46655         it's not portable and it doesn't work with cross-compiles.
46656         Problem reported by Bruno Haible.  Fix missing-$ typo in
46657         'test "gl_cv_ignore_unused_libraries" ...' that prevented
46658         -zignore from being used with Sun's C compiler.
46659
46660 2006-01-12  Simon Josefsson  <jas@extundo.com>
46661
46662         * lib/base64.c: Fix warning, reported by Bruno Haible
46663         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
46664
46665 2006-01-12  Bruno Haible  <bruno@clisp.org>
46666
46667         * modules/ldd: New file.
46668         * build-aux/ldd.sh.in: New file.
46669         * MODULES.html.sh (Support for building libraries and executables): Add
46670         ldd.
46671
46672 2006-01-12  Bruno Haible  <bruno@clisp.org>
46673
46674         * m4/ldd.m4: New file.
46675
46676 2006-01-12  Bruno Haible  <bruno@clisp.org>
46677
46678         * gnulib-tool (func_import, func_create_testdir): Don't go into an
46679         endless loop while replacing $auxdir with build-aux.
46680
46681 2006-01-11  Simon Josefsson  <jas@extundo.com>
46682
46683         * lib/stdint_.h (SIZE_MAX): Add missing (.
46684
46685 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
46686
46687         Sync from coreutils.
46688         * lib/md5.c: Fix commentary typos.
46689         (alignof, UNALIGNED_P): No need for a GCC-specific version.
46690         * lib/md5.h (__attribute__): Remove; unused.
46691         * lib/sha1.c: Fix commentary to match md5 better.
46692         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
46693         so that we don't need to worry about alignment.  All uses changed.
46694         This merges the 2005-10-28 md5 change into sha1.
46695
46696 2006-01-11  Jim Meyering  <jim@meyering.net>
46697
46698         Sync from coreutils.
46699         * lib/md5.c (OP): Fix spacing.
46700
46701 2006-01-11  Bruno Haible  <bruno@clisp.org>
46702
46703         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46704         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
46705         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
46706
46707 2006-01-11  Bruno Haible  <bruno@clisp.org>
46708
46709         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46710         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
46711         the "early" section as well.
46712
46713 2006-01-11  Bruno Haible  <bruno@clisp.org>
46714
46715         Avoid "ar: no archive members specified" error on MacOS X.
46716         * gnulib-tool (func_modules_add_dummy): New function.
46717         (func_import, func_create_testdir): Invoke it.
46718
46719 2006-01-11  Bruno Haible  <bruno@clisp.org>
46720
46721         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
46722         with $auxdir in AC_CONFIG_FILES statements.
46723
46724 2006-01-11  Bruno Haible  <bruno@clisp.org>
46725
46726         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46727         Initialize also noinst_HEADERS to empty.
46728
46729 2006-01-11  Bruno Haible  <bruno@clisp.org>
46730
46731         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
46732         variables.
46733         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
46734         autoreconf.
46735
46736 2006-01-11  Bruno Haible  <bruno@clisp.org>
46737
46738         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
46739         overridable by the user.
46740         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46741
46742 2006-01-10  Simon Josefsson  <jas@extundo.com>
46743
46744         * modules/sys_socket: New file.
46745
46746 2006-01-10  Simon Josefsson  <jas@extundo.com>
46747
46748         * m4/sys_socket_h.m4: New file.
46749
46750 2006-01-10  Simon Josefsson  <jas@extundo.com>
46751
46752         * lib/socket_.h: New file.
46753
46754 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46755
46756         * modules/readutmp (Maintainer): Add myself.
46757
46758 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46759
46760         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
46761         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
46762         People who are still concerned with buggy memcmp implementations
46763         can invoke gl_FUNC_MEMCMP themselves.
46764
46765 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46766
46767         * lib/regex_internal.h (BITSET_WORD_BITS):
46768         Work around a bug in 64-bit PGC (before version 6.1-2), where the
46769         preprocessor mishandles large unsigned values as if they were signed.
46770         Problem reported by Claudio Fontana in
46771         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
46772
46773 2006-01-10  Jim Meyering  <jim@meyering.net>
46774
46775         Avoid the double-free (first in fts_read, second in fts_close) that
46776         would occur when an `active' directory is made inaccessible (e.g.,
46777         via chmod a-x) during a traversal.
46778         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46779         before returning.  Reproduce this failure by
46780         mkdir -p a/b; cd a; chmod a-x . b
46781         Reported by Stavros Passas.
46782
46783         Sync from coreutils.
46784         * lib/sha1.c: Tweak grammar in a comment.
46785
46786 2006-01-10  Jim Meyering  <jim@meyering.net>
46787
46788         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
46789         Patch by Joerg Sonnenberger.
46790
46791 2006-01-10  Bruno Haible  <bruno@clisp.org>
46792
46793         * modules/readutmp: Depend on module free.
46794         * modules/strtok_r: Depend on module restrict.
46795
46796 2006-01-10  Bruno Haible  <bruno@clisp.org>
46797
46798         * modules/gettext (configure.ac): Add an invocation of
46799         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
46800
46801 2006-01-10  Bruno Haible  <bruno@clisp.org>
46802
46803         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
46804         Reported by Werner Lemberg <wl@gnu.org>.
46805
46806 2006-01-10  Bruno Haible  <bruno@clisp.org>
46807
46808         * lib/localcharset.c: Update from GNU gettext.
46809
46810 2006-01-10  Bruno Haible  <bruno@clisp.org>
46811
46812         * lib/argp.h (__const): Remove macro. Use const instead.
46813         * lib/argp-fmtstream.h (__const): Likewise.
46814         * lib/glob_.h (__const): Remove macro.
46815         * lib/glob-libc.h: Use const instead of __const.
46816
46817 2006-01-10  Bruno Haible  <bruno@clisp.org>
46818
46819         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
46820         variable.
46821         Needed to avoid an automake error regarding the 'gettext' module.
46822
46823 2006-01-09  Simon Josefsson  <jas@extundo.com>
46824
46825         * modules/inet_ntop (Depends-on): Add restrict.
46826
46827 2006-01-09  Simon Josefsson  <jas@extundo.com>
46828
46829         * modules/gc-rijndael-tests (License): Put under LGPL.
46830
46831         * modules/gc-des-tests (License): Likewise.
46832
46833         * modules/gc-arcfour-tests (License): Likewise.
46834
46835         * modules/gc-arctwo-tests (License): Likewise.
46836
46837         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
46838
46839         * modules/gc-hmac-sha1-tests (Files): Likewise.
46840
46841         * modules/gc-hmac-md5-tests (License): Likewise.
46842
46843         * modules/gc-sha1-tests (License): Likewise.
46844
46845         * modules/gc-md5-tests (License): Likewise.
46846
46847         * modules/gc-md4-tests (License): Likewise.
46848
46849         * modules/gc-md2-tests (License): Likewise.
46850
46851         * modules/gc-tests (License): Likewise.
46852
46853         * modules/des-tests (License): Likewise.
46854
46855         * modules/md4-tests (License): Likewise.
46856
46857         * modules/md2-tests (License): Likewise.
46858
46859 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46860
46861         Sync from coreutils:
46862
46863         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
46864         * modules/lib-ignore: New file.
46865         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
46866         chdir-safer.m4, lchmod.m4.
46867         * modules/openat: Add mkdirat.c, openat-priv.h.
46868
46869 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46870
46871         Sync from coreutils.
46872         * m4/lib-ignore.m4: New file.
46873         * m4/lchmod.m4: New file.
46874
46875 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46876
46877         Sync from coreutils.
46878         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
46879         for write access: POSIX says that must fail.
46880         * lib/fts.c (diropen): Likewise.
46881         * lib/save-cwd.c (save_cwd): Likewise.
46882         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
46883         well, for minor improvements on hosts that lack O_DIRECTORY.
46884         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
46885         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
46886         Fall back on chown if open failed with EACCES.
46887
46888         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
46889         Report an error at compile-time if only a 1-second nominal clock
46890         resolution is found.
46891
46892         * lib/lchmod.h: New file.
46893         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
46894         (make_dir_parents): Use lchown rather than chown, and
46895         lchmod rather than chmod.
46896
46897         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
46898         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
46899         "proc" reported by n0dalus.
46900
46901         * lib/mountlist.c: Include <limits.h>.
46902         (dev_from_mount_options)
46903         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
46904         New function.  It no longer assumes "dev=" has the System V meaning
46905         on Linux (since it doesn't).  It also parses "dev=" more carefully.
46906         (read_file_system_list)
46907         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
46908         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
46909         dev= in that case.
46910
46911         * lib/posixtm.h (PDS_PRE_2000): New macro.
46912         * lib/posixtm.c (year): Arg is now syntax_bits rather than
46913         allow_century.  All usages changed.  Reject dates outside the range
46914         1969-1999 if PDS_PRE_2000 is used.
46915
46916 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46917
46918         Sync from coreutils.
46919         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
46920         (Time of day items): Mention the possibility of leap seconds.
46921         Problem reported by Dr. David Alan Gilbert.
46922
46923 2006-01-09  Jim Meyering  <jim@meyering.net>
46924
46925         Sync from coreutils.
46926
46927         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
46928
46929         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
46930
46931         * lib/modechange.c (mode_compile): Reject an invalid mode string
46932         that starts with an octal digit.  From Andreas Gruenbacher.
46933
46934         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
46935         and dup to open_safer and dup_safer, respectively.
46936         (openat_permissive): Fix typo in comment.
46937
46938         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
46939         "gettext.h"; either no longer needed or are guaranteed by openat.h.
46940         (_): Remove; no longer needed.
46941         (openat): Renamed from rpl_openat; no need for rpl_openat
46942         since openat.h renames openat for us.
46943         Replace most of the body with a call to openat_permissive,
46944         to avoid duplicate code.
46945         Port to (probably hypothetical) environments were mode_t is
46946         wider than int.
46947         (openat_permissive): Require mode arg, so that we can check
46948         types better.  Put it just after flags.  Change cwd failure
46949         indicator from pointer-to-bool to pointer-to-errno-value.
46950         All callers changed.
46951         Invoke openat_save_fail and/or openat_restore_fail if
46952         cwd_errno is null, so that openat can call us.
46953         (openat_permissive, fdopendir, fstatat, unlinkat):
46954         Simplify errno handling to avoid some duplicate code,
46955         as it's OK to set errno on success.
46956         * lib/openat.h: Revamp code so that function macros depend on
46957         __OPENAT_PREFIX only, not also on AT_FDCWD.
46958         (openat_ro): Remove.  Caller changed to use openat_permissive.
46959         (openat_permissive): Now a macro, if not a function.
46960         (openat_restore_fail, openat_save_fail): Now always functions,
46961         since mkdirat needs them even if __OPENAT_PREFIX is defined.
46962
46963         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
46964         and openat.c.
46965         * lib/mkdirat.c: Include openat-priv.h.
46966         Remove definitions of macros defined therein.
46967         * lib/openat.c: Likewise.
46968
46969         * lib/mkdirat.c (mkdirat): New file and function.
46970         * lib/openat.h (mkdirat): Declare.
46971
46972         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
46973
46974         * lib/openat.h (openat_permissive): Declare.
46975         (openat_ro): Define.
46976
46977         * lib/openat.c (EXPECTED_ERRNO): New macro.
46978         (openat_permissive): New function -- used in remove.c rewrite.
46979         (all functions): Set errno just before returning, only if there
46980         was an actual failure.
46981         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
46982
46983         Emulate openat-family functions using Linux's procfs, if possible.
46984         Idea and some code based on Ulrich Drepper's glibc changes.
46985
46986         * lib/openat.c: (BUILD_PROC_NAME): New macro.
46987         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
46988         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
46989         before falling back on save_cwd and restore_cwd.
46990         (fdopendir, fstatat, unlinkat): Likewise.
46991
46992         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
46993         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
46994
46995         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
46996         as second argument to va_arg.  Otherwise, some versions of gcc
46997         warn that `if this code is reached, the program will abort'.
46998
46999 2006-01-09  Jim Meyering  <jim@meyering.net>
47000
47001         Sync from coreutils.
47002         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
47003         Require openat-priv.h.
47004
47005 2006-01-09  Bruno Haible  <bruno@clisp.org>
47006
47007         * modules/strnlen (Include): Use strnlen.h.
47008
47009 2006-01-09  Bruno Haible  <bruno@clisp.org>
47010
47011         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
47012
47013 2006-01-09  Bruno Haible  <bruno@clisp.org>
47014
47015         * lib/sysexit_.h (EX_OK): New macro.
47016         Suggested by Martin Lambers <marlam@marlam.de>.
47017
47018 2006-01-09  Bruno Haible  <bruno@clisp.org>
47019
47020         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
47021         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
47022
47023 2006-01-09  Bruno Haible  <bruno@clisp.org>
47024
47025         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
47026         numbers.
47027
47028 2006-01-09  Bruno Haible  <bruno@clisp.org>
47029
47030         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
47031         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
47032         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
47033         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
47034
47035 2006-01-09  Bruno Haible  <bruno@clisp.org>
47036
47037         * build-aux/javacomp.sh.in: New file, moved from lib/.
47038         * modules/javacomp-script (Files): Update.
47039         (configure.ac): Add AC_CONFIG_FILES invocation.
47040         (EXTRA_DIST): Remove variable.
47041
47042         * build-aux/javaexec.sh.in: New file, moved from lib/.
47043         * modules/javaexec (Files): Update.
47044         (configure.ac): Add AC_CONFIG_FILES invocation.
47045         (EXTRA_DIST): Remove javaexec.sh.in.
47046
47047         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
47048         * modules/csharpcomp-script (Files): Update.
47049         (configure.ac): Add AC_CONFIG_FILES invocation.
47050         (EXTRA_DIST): Remove variable.
47051
47052         * build-aux/csharpexec.sh.in: New file, moved from lib/.
47053         * modules/csharpexec (Files): Update.
47054         (configure.ac): Add AC_CONFIG_FILES invocation.
47055         (EXTRA_DIST): Remove csharpexec.sh.in.
47056
47057 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
47058
47059         Sync from coreutils.
47060
47061         Add POSIX ACL support
47062         * lib/acl.h (copy_acl, set_acl): Add declarations.
47063         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
47064         systems other than Linux.
47065         (chmod_or_fchmod): New function: use fchmod when possible,
47066         and chmod otherwise.
47067         (file_has_acl): Add a POSIX ACL implementation, with a
47068         Linux-specific subcase.
47069         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
47070         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
47071         acls are unsupported.
47072         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
47073         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
47074         are unsupported.
47075
47076 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
47077
47078         Sync from coreutils.
47079         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
47080
47081 2006-01-07  Bruno Haible  <bruno@clisp.org>
47082
47083         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
47084         gl_EARLY.
47085
47086 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
47087
47088         * lib/strftime.c (tzname): Don't declare if it is already #defined.
47089         Problem reported for Mingw by Mark Junker.
47090
47091 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
47092
47093         * README: Gnulib normally doesn't generate a tarball.
47094
47095 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
47096
47097         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
47098         long int, not int, for nanosecond counts, so that people who are
47099         used to POSIX struct timespec won't be surprised.  Reported by Jim
47100         Meyering.
47101
47102 2005-12-28  Bruno Haible  <bruno@clisp.org>
47103
47104         * build-aux/config.rpath: Update from GNU gettext.
47105
47106 2005-12-16  Jim Meyering  <jim@meyering.net>
47107
47108         * modules/fprintftime: New module.
47109         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
47110
47111 2005-12-16  Jim Meyering  <jim@meyering.net>
47112
47113         * m4/fprintftime.m4: New file.
47114
47115 2005-12-16  Jim Meyering  <jim@meyering.net>
47116
47117         * lib/fprintftime.c, lib/fprintftime.h: New files.
47118
47119 2005-12-15  Simon Josefsson  <jas@extundo.com>
47120
47121         * modules/socklen (configure.ac): Fix M4 macro name, to align with
47122         new m4/socklen.m4.
47123
47124 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
47125
47126         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
47127         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
47128
47129 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
47130
47131         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
47132         * lib/argp-help.c (fill_in_uparams): Check if the constructed
47133         struct uparams is valid. Fall back to the default values if it is
47134         not.
47135
47136 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47137
47138         * modules/argp (Files): Add argp-pin.c
47139         (Depends-on): dirname
47140         (lib_SOURCES): Add argp-pin.c
47141
47142 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47143
47144         * m4/argp.m4:  Check if program_invocation_name and
47145         program_invocation_short_name are declared and define appropriate
47146         macros if they are not.
47147
47148 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47149
47150         * lib/argp-help.c (__argp_base_name): New function
47151         (__argp_short_program_name): Rewrite using __argp_base_name
47152         * lib/argp-namefrob.h: Define program_invocation_name and
47153         program_invocation_short_name if requested
47154         (__argp_base_name): Add prototype
47155         * lib/argp-parse.c (argp_def): Use gettext wrappers
47156         (argp_default_parser): Use __argp_base_name
47157         * lib/argp-pin.c: New file. Defines program_invocation_name and
47158         program_invocation_short_name on systems that lack them.
47159
47160 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47161
47162         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
47163         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
47164         porting problem reported by Georg Schwarz in
47165         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
47166
47167 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47168
47169         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
47170         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
47171         porting problem reported by Georg Schwarz in
47172         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
47173
47174 2005-12-05  Bruno Haible  <bruno@clisp.org>
47175
47176         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
47177         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
47178         Reported by Mark Junker <mjscod@gmx.de>.
47179
47180 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
47181
47182         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
47183         Use implementation from Albert Chin, with some
47184         comments/corrections by Stepan Kasal and myself.
47185
47186 2005-12-02  Bruno Haible  <bruno@clisp.org>
47187
47188         * gnulib-tool (func_import): Accept GPLed build tool modules when
47189         --lgpl is given.
47190         * modules/csharpcomp-script: New file.
47191         * modules/csharpcomp: Depend on it.
47192         * modules/javacomp-script: New file.
47193         * modules/javacomp: Depend on it.
47194         Suggested by Simon Josefsson.
47195
47196 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
47197
47198         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
47199         statement, to work around an HP-UX 10.20 compiler bug reported by
47200         Peter O'Gorman.
47201
47202 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
47203
47204         * modules/savedir (Depends-on): Add openat.
47205
47206 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
47207
47208         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
47209         (uintmax_t) [defined uintmax_t]: Do not declare.
47210         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
47211         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
47212         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
47213         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
47214         sake of portability to weird hosts that C allows (though we don't
47215         know of any practical examples).
47216
47217         * lib/savedir.h (fdsavedir): New decl.
47218         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
47219         contains most of the former guts of savedir.
47220         (savedir): Use savedirstream.
47221         Include "openat.h".
47222
47223 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47224
47225         * modules/obstack (Files): Add m4/ulonglong.m4.
47226         Problem reported by Davide Angelocola.
47227
47228 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
47229
47230         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
47231         coreutils no longer futzes with rounding modes.
47232
47233 2005-11-14  Jim Meyering  <jim@meyering.net>
47234
47235         * lib/mkstemp-safer.c: Include <config.h>, required for possible
47236         replacement of mkstemp.
47237
47238 2005-11-10  Simon Josefsson  <jas@extundo.com>
47239
47240         * lib/readline.c: Remove EOL.
47241
47242 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47243
47244         * modules/gethrxtime (Depends-on): Add gettime.
47245
47246 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47247
47248         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
47249         or gettimeofday; no longer needed.
47250
47251 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47252
47253         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
47254         time business.
47255         (gethrxtime) [! (HAVE_NANOUPTIME
47256         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
47257         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
47258         our own approximation.
47259
47260 2005-11-08  Eric Blake  <ebb9@byu.net>
47261
47262         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
47263
47264 2005-11-08  Eric Blake  <ebb9@byu.net>
47265
47266         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
47267
47268 2005-11-04  Bruno Haible  <bruno@clisp.org>
47269
47270         * gnulib-tool: Implement --update mode.
47271
47272 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
47273
47274         Fix porting problem reported by Theodoros V. Kalamatianos.
47275         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
47276         Don't assume that futimes failing means we must fail.
47277
47278 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
47279
47280         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
47281         variables to suggest the intended function of the PATH_MAX check.
47282
47283 2005-10-30  Kean Johnston  <jkj@sco.com>
47284
47285         Trivial changes to support SCO systems.
47286         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
47287         as PATH_MAX.
47288         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
47289         where __ptr is null when no I/O is pending.
47290
47291 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47292
47293         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
47294         leave errno alone.  Problem reported by Dmitry V. Levin.
47295
47296 2005-10-28  Simon Josefsson  <jas@extundo.com>
47297
47298         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
47299         Test more.
47300
47301         * tests/test-gc-md2.c, tests/test-md2.c: New files.
47302
47303         * modules/md2, modules/md2-tests: New files.
47304
47305 2005-10-28  Simon Josefsson  <jas@extundo.com>
47306
47307         * m4/inet_ntop.m4: More tests.
47308
47309         * m4/gc-md2.m4, md2.m4: New file.
47310
47311 2005-10-28  Simon Josefsson  <jas@extundo.com>
47312
47313         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
47314         "restrict" keywords, as per POSIX.  Protect the function
47315         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
47316         Don't use K&R prototypes.  Check the sprintf return values.
47317         Re-define EAFNOSUPPORT if not present.  Indent.
47318
47319         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
47320         suggested by Bruno Haible <bruno@clisp.org>.
47321
47322         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
47323
47324         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
47325
47326         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
47327         libgcrypt).
47328
47329         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
47330
47331         * lib/md2.h, lib/md2.c: New files.
47332
47333 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
47334
47335         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
47336         errno alone.  Problem reported by Frederic Jolliton.
47337
47338 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
47339
47340         * modules/verify (License): Change from GPL to LGPL.  This is a
47341         tiny module and there are apparently near-equivalents that are
47342         under the BSD license.
47343
47344 2005-10-24  Simon Josefsson  <jas@extundo.com>
47345
47346         * modules/sha1: Relicense to LGPL.
47347
47348 2005-10-24  Simon Josefsson  <jas@extundo.com>
47349
47350         * lib/md4.h: Shrink buffer size, now that we changed the type.
47351
47352 2005-10-23  Simon Josefsson  <jas@extundo.com>
47353
47354         * gnulib-tool (func_import): Fix --tests-base.
47355
47356 2005-10-22  Simon Josefsson  <jas@extundo.com>
47357
47358         * modules/arcfour (Depends-on): Need stdint.
47359
47360 2005-10-22  Simon Josefsson  <jas@extundo.com>
47361
47362         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
47363         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
47364
47365 2005-10-22  Simon Josefsson  <jas@extundo.com>
47366
47367         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
47368         suggested by Bruno Haible <bruno@clisp.org>.
47369
47370 2005-10-22  Simon Josefsson  <jas@extundo.com>
47371
47372         * lib/crc.h: Include stddef.h, for size_t.
47373
47374 2005-10-22  Simon Josefsson  <jas@extundo.com>
47375
47376         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
47377         arcfour_context struct (simplify test vector testing in GNU
47378         Shishi).
47379
47380 2005-10-21  Simon Josefsson  <jas@extundo.com>
47381
47382         * modules/des, modules/des-tests: New files.
47383
47384         * modules/gc-des, modules/gc-des-tests: New files.
47385
47386         * tests/test-des.c, tests/test-gc-des.c: New file.
47387
47388 2005-10-21  Simon Josefsson  <jas@extundo.com>
47389
47390         * modules/arctwo, modules/arctwo-tests: New files.
47391
47392         * tests/test-arctwo.c: New file.
47393
47394         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
47395
47396         * tests/test-gc-arctwo.c: New file.
47397
47398 2005-10-21  Simon Josefsson  <jas@extundo.com>
47399
47400         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
47401         Bruno Haible <bruno@clisp.org>.
47402
47403         * m4/gc-des.m4: New file.
47404
47405 2005-10-21  Simon Josefsson  <jas@extundo.com>
47406
47407         * m4/arctwo.m4: New file.
47408
47409         * m4/gc-arctwo.m4: New file.
47410
47411 2005-10-21  Simon Josefsson  <jas@extundo.com>
47412
47413         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
47414         block.
47415
47416 2005-10-21  Simon Josefsson  <jas@extundo.com>
47417
47418         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
47419         <bruno@clisp.org>.
47420
47421         * lib/hmac-sha1.c (hmac_sha1): Likewise.
47422
47423         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
47424         Bruno Haible <bruno@clisp.org>.
47425
47426         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
47427         <bruno@clisp.org>.
47428
47429 2005-10-21  Simon Josefsson  <jas@extundo.com>
47430
47431         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
47432
47433 2005-10-21  Simon Josefsson  <jas@extundo.com>
47434
47435         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
47436
47437 2005-10-21  Simon Josefsson  <jas@extundo.com>
47438
47439         * lib/des.h, lib/des.c: New files.
47440
47441         * lib/gc-gnulib.c: Support DES.c
47442
47443 2005-10-21  Simon Josefsson  <jas@extundo.com>
47444
47445         * lib/arctwo.h, lib/arctwo.c: New files.
47446
47447         * lib/gc-gnulib.c: Support ARCTWO.
47448
47449 2005-10-21  Simon Josefsson  <jas@extundo.com>
47450
47451         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
47452         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47453
47454 2005-10-21  Simon Josefsson  <jas@extundo.com>
47455
47456         * gnulib-tool (func_import, func_create_testdir): Define automake
47457         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
47458         Makefile.am snippet),
47459         suggested by Bruno Haible <bruno@clisp.org>.
47460
47461         * modules/gc (Makefile.am): Use it.
47462
47463 2005-10-21  Bruno Haible  <bruno@clisp.org>
47464
47465         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
47466         patch.
47467
47468 2005-10-19  Simon Josefsson  <jas@extundo.com>
47469
47470         * tests/test-gc-rijndael.c: New file.
47471
47472         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
47473
47474 2005-10-19  Simon Josefsson  <jas@extundo.com>
47475
47476         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
47477         interface too.
47478
47479 2005-10-19  Simon Josefsson  <jas@extundo.com>
47480
47481         * tests/test-gc-arcfour.c: New file.
47482
47483         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
47484
47485 2005-10-19  Simon Josefsson  <jas@extundo.com>
47486
47487         * modules/gc-md4, modules/gc-md4-tests: New file.
47488
47489         * tests/test-gc-md4.c: New file.
47490
47491 2005-10-19  Simon Josefsson  <jas@extundo.com>
47492
47493         * m4/gc-md4.m4: New file.
47494
47495 2005-10-19  Simon Josefsson  <jas@extundo.com>
47496
47497         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
47498         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
47499         <kasal@ucw.cz>.
47500
47501 2005-10-19  Simon Josefsson  <jas@extundo.com>
47502
47503         * m4/gc-arcfour.m4: New file.
47504
47505         * m4/gc-rijndael.m4: New file.
47506
47507 2005-10-19  Simon Josefsson  <jas@extundo.com>
47508
47509         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
47510
47511 2005-10-19  Simon Josefsson  <jas@extundo.com>
47512
47513         * lib/gc-gnulib.c: Support ARCFOUR.
47514
47515 2005-10-19  Simon Josefsson  <jas@extundo.com>
47516
47517         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
47518         support.
47519
47520         * lib/gc.h: Add ECB enum type.
47521
47522         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
47523
47524 2005-10-18  Simon Josefsson  <jas@extundo.com>
47525
47526         * tests/test-md5.c: New file.
47527
47528         * modules/md5-tests: New file.
47529
47530 2005-10-18  Simon Josefsson  <jas@extundo.com>
47531
47532         * tests/test-md4.c: New file.
47533
47534         * modules/md4, modules/md4-tests: New files.
47535
47536 2005-10-18  Simon Josefsson  <jas@extundo.com>
47537
47538         * m4/md4.m4: New file.
47539
47540 2005-10-18  Simon Josefsson  <jas@extundo.com>
47541
47542         * lib/md4.h, lib/md4.c: New files, based on md5.?.
47543
47544 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
47545
47546         * gnulib-tool (func_create_testdir): Omit the second check whether
47547         BUILT_SOURCES in nonempty.
47548
47549 2005-10-17  Simon Josefsson  <jas@extundo.com>
47550
47551         * tests/test-rijndael.c: New file.
47552
47553 2005-10-17  Simon Josefsson  <jas@extundo.com>
47554
47555         * modules/sha1: Depend on stdint instead of md5.
47556
47557         * modules/md5: Depend on stdint, remove uint32_t.
47558
47559 2005-10-17  Simon Josefsson  <jas@extundo.com>
47560
47561         * modules/gc-sha1-tests: New file.
47562
47563         * tests/test-gc-sha1.c: New file.
47564
47565 2005-10-17  Simon Josefsson  <jas@extundo.com>
47566
47567         * m4/md5.m4: Remove call to uint32_t.m4.
47568
47569 2005-10-17  Simon Josefsson  <jas@extundo.com>
47570
47571         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
47572
47573         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
47574         md5.h.
47575
47576         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
47577
47578         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
47579
47580 2005-10-17  Simon Josefsson  <jas@extundo.com>
47581
47582         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
47583
47584 2005-10-17  Simon Josefsson  <jas@extundo.com>
47585
47586         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
47587
47588 2005-10-17  Simon Josefsson  <jas@extundo.com>
47589
47590         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
47591
47592         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
47593
47594 2005-10-17  Bruno Haible  <bruno@clisp.org>
47595
47596         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
47597         that it can also be used in a test.
47598
47599 2005-10-16  Bruno Haible  <bruno@clisp.org>
47600
47601         * gnulib-tool (func_emit_tests_Makefile_am): Also define
47602         TESTS_ENVIRONMENT, so that individual tests can augment it.
47603
47604         * gnulib-tool (func_create_testdir): Use an intermediate target for
47605         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
47606         macros, like $(ALLOCA_H), which cannot be passed through the command
47607         line.
47608
47609 2005-10-15  Simon Josefsson  <jas@extundo.com>
47610
47611         * modules/rijndael-tests: New file.
47612
47613         * modules/rijndael: New file.
47614
47615 2005-10-15  Simon Josefsson  <jas@extundo.com>
47616
47617         * m4/rijndael.m4: New file.
47618
47619 2005-10-15  Simon Josefsson  <jas@extundo.com>
47620
47621         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
47622
47623         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
47624
47625 2005-10-14  Simon Josefsson  <jas@extundo.com>
47626
47627         * tests/test-arcfour.c: New file.
47628
47629         * modules/arcfour, modules/arcfour-tests: New files.
47630
47631 2005-10-14  Simon Josefsson  <jas@extundo.com>
47632
47633         * m4/arcfour.m4: New file.
47634
47635 2005-10-14  Simon Josefsson  <jas@extundo.com>
47636
47637         * lib/arcfour.h, lib/arcfour.c: New files.
47638
47639 2005-10-14  Roland McGrath  <roland@redhat.com>
47640
47641         Import from libc.  [BZ #1331]
47642         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
47643         macro argument.
47644         Reported by Matej Vela <vela@debian.org>.
47645
47646 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47647
47648         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
47649         include <wchar.h>; no longer needed.
47650
47651 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47652
47653         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
47654
47655 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
47656         and  Ulrich Drepper  <drepper@redhat.com>
47657
47658         Import from libc.
47659         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
47660         instead of inline stream orientation test and two separate
47661         function calls.  Pay no attention to USE_IN_LIBIO.
47662
47663 2005-10-13  Simon Josefsson  <jas@extundo.com>
47664
47665         * modules/gc-hmac-md5-tests: New file.
47666
47667         * tests/test-gc-hmac-sha1.c: New file.
47668
47669         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
47670
47671         * modules/gc-hmac-md5-tests: New file.
47672
47673         * tests/test-gc-md5.c: New file.
47674
47675         * modules/gc-md5-tests: New file.
47676
47677 2005-10-13  Simon Josefsson  <jas@extundo.com>
47678
47679         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
47680         Move memory allocation outside of loop.
47681
47682 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
47683
47684         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
47685         intermediate directory is in a read-only file system.  Problem
47686         reported by Eric Blake.
47687
47688 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
47689
47690         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
47691
47692 2005-10-12  Simon Josefsson  <jas@extundo.com>
47693
47694         * tests/test-hmac-sha1.c: New file.
47695
47696         * modules/hmac-sha1-tests: New file.
47697
47698         * modules/hmac-sha1: New file.
47699
47700 2005-10-12  Simon Josefsson  <jas@extundo.com>
47701
47702         * modules/gc-sha1: New file.
47703
47704 2005-10-12  Simon Josefsson  <jas@extundo.com>
47705
47706         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
47707
47708         * tests/test-gc-pbkdf2-sha1.c: New file.
47709
47710 2005-10-12  Simon Josefsson  <jas@extundo.com>
47711
47712         * modules/gc-md5, modules/gc-hmac-md5: New files.
47713
47714         * modules/gc (Files): Remove md5, memxor and hmac files.
47715
47716 2005-10-12  Simon Josefsson  <jas@extundo.com>
47717
47718         * m4/gc-pbkdf2-sha1.m4: New file.
47719
47720         * m4/gc-hmac-sha1.m4: New file.
47721
47722         * m4/gc-sha1: New file.
47723
47724         * m4/hmac-sha1.m4: New file.
47725
47726 2005-10-12  Simon Josefsson  <jas@extundo.com>
47727
47728         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
47729
47730         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
47731
47732 2005-10-12  Simon Josefsson  <jas@extundo.com>
47733
47734         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
47735         suggested by Bruno Haible <bruno@clisp.org>.
47736
47737 2005-10-12  Simon Josefsson  <jas@extundo.com>
47738
47739         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
47740
47741 2005-10-12  Simon Josefsson  <jas@extundo.com>
47742
47743         * lib/gc-pbkdf2-sha1.c: New file.
47744
47745         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
47746
47747 2005-10-12  Simon Josefsson  <jas@extundo.com>
47748
47749         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
47750
47751         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
47752
47753 2005-10-12  Simon Josefsson  <jas@extundo.com>
47754
47755         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
47756         GC_USE_HMAC_MD5, respectively.
47757
47758         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
47759         (gc_md5): Fix typo.
47760
47761         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
47762
47763         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
47764
47765         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
47766
47767 2005-10-12  Bruno Haible  <bruno@clisp.org>
47768
47769         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
47770         Reported by Stepan Kasal <kasal@ucw.cz>.
47771
47772 2005-10-11  Simon Josefsson  <jas@extundo.com>
47773
47774         * tests/test-crc.c: New file.
47775
47776         * modules/crc, modules/crc-tests: New files.
47777
47778 2005-10-11  Simon Josefsson  <jas@extundo.com>
47779
47780         * m4/crc.m4: New file.
47781
47782 2005-10-11  Simon Josefsson  <jas@extundo.com>
47783
47784         * lib/gc.h: Add gc_hash and gc_hash_buffer.
47785
47786         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
47787
47788         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
47789
47790 2005-10-11  Simon Josefsson  <jas@extundo.com>
47791
47792         * lib/crc.h, lib/crc.c: New files.
47793
47794         * lib/gc.h (gc_hash_buffer): Add doc.
47795
47796 2005-10-11  Bruno Haible  <bruno@clisp.org>
47797
47798         * modules/c-strcasestr: New file.
47799         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
47800
47801 2005-10-11  Bruno Haible  <bruno@clisp.org>
47802
47803         * modules/c-strcase: New file.
47804         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
47805
47806 2005-10-11  Bruno Haible  <bruno@clisp.org>
47807
47808         * lib/strcasecmp.c: Include limits.h.
47809         (strcasecmp): Avoid integer overflow on exotic platforms.
47810         * lib/strncasecmp.c: Include limits.h.
47811         (strncasecmp): Avoid integer overflow on exotic platforms.
47812         Reported by Paul Eggert.
47813
47814 2005-10-11  Bruno Haible  <bruno@clisp.org>
47815
47816         * lib/c-strcasestr.h: New file, from GNU gettext.
47817         * lib/c-strcasestr.c: New file, from GNU gettext.
47818
47819 2005-10-11  Bruno Haible  <bruno@clisp.org>
47820
47821         * lib/c-strcase.h: New file, from GNU gettext.
47822         * lib/c-strcasecmp.c: New file, from GNU gettext.
47823         * lib/c-strncasecmp.c: New file, from GNU gettext.
47824
47825 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47826
47827         * modules/mempcpy (License): GPL -> LGPL.
47828         * modules/strchrnul (License): Likewise.
47829         * modules/sysexits (License): Likewise.
47830
47831 2005-10-08  Simon Josefsson  <jas@extundo.com>
47832
47833         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
47834
47835 2005-10-07  Simon Josefsson  <jas@extundo.com>
47836
47837         * m4/memxor.m4: Remove gl_C_RESTRICT call.
47838
47839 2005-10-06  Simon Josefsson  <jas@extundo.com>
47840
47841         * tests/test-hmac-md5.c: New file.
47842
47843         * modules/hmac-md5-tests: New file.
47844
47845         * modules/hmac-md5: New file.
47846
47847 2005-10-06  Simon Josefsson  <jas@extundo.com>
47848
47849         * m4/hmac-md5.m4: New file.
47850
47851         * m4/memxor.m4: Require gl_C_RESTRICT.
47852
47853 2005-10-06  Simon Josefsson  <jas@extundo.com>
47854
47855         * lib/memxor.c (memxor): Avoid casts and warnings.
47856
47857 2005-10-06  Simon Josefsson  <jas@extundo.com>
47858
47859         * lib/hmac-md5.c: New file.
47860
47861         * lib/hmac.h: New file.
47862
47863 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
47864
47865         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
47866         promotes to int, not unsigned int, to catch the AIX 5.3
47867         compiler bug.
47868
47869 2005-10-05  Simon Josefsson  <jas@extundo.com>
47870
47871         * modules/memxor: New file.
47872
47873         * modules/iconv (Files): Move config.rpath to havelib, it is used
47874         there.
47875
47876         * modules/havelib (Files): Add config.rpath.
47877
47878 2005-10-05  Simon Josefsson  <jas@extundo.com>
47879
47880         * m4/memxor.m4: New file.
47881
47882 2005-10-05  Simon Josefsson  <jas@extundo.com>
47883
47884         * lib/memxor.c (memxor): Fix compiler error.
47885
47886         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
47887         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
47888
47889         * lib/memxor.h, lib/memxor.c: New files.
47890
47891         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
47892         we assume all systems have it, suggested by Jim Meyering
47893         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
47894         any systems lack sys/socket.h; mingw32 is known to lack it, but we
47895         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
47896         same reasons.
47897
47898 2005-10-05  Simon Josefsson  <jas@extundo.com>
47899
47900         * config/srclist.txt: Add glibc bug 1423 for md5.h.
47901
47902 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
47903
47904         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
47905         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
47906         needed, since the source code now assumes these .h files.
47907
47908 2005-10-05  Derek Price  <derek@ximbiot.com>
47909
47910         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
47911
47912 2005-10-05  Bruno Haible  <bruno@clisp.org>
47913
47914         * modules/stdint (License): Change to LGPL.
47915
47916 2005-10-04  Simon Josefsson  <jas@extundo.com>
47917
47918         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
47919         D. Baushke" <mdb@gnu.org>.
47920
47921 2005-10-04  Bruno Haible  <bruno@clisp.org>
47922
47923         * lib/verify.h (verify_true): Provide alternative definition for C++.
47924
47925 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
47926
47927         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
47928         (SSIZE_MAX): New macro, if not already defined.
47929         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
47930         than 2 GiB.
47931
47932 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47933
47934         Sync from coreutils.
47935         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
47936         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
47937         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
47938         ULLONG_MAX doesn't work with 2.7.2.1.
47939
47940 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47941
47942         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
47943         From Ben Pfaff.
47944
47945         * modules/exclude (Depends-on): Depend on verify.
47946         * modules/strtoimax (Depends-on): Likewise.
47947         * modules/utimecmp (Depends-on): Likewise.
47948
47949 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47950
47951         * lib/exclude.c: Include verify.h.
47952         (verify): Remove.  All callers changed to use verify.h's version.
47953         * lib/strtoimax.c: Likewise.
47954         * lib/utimecmp.c: Likewis.e
47955
47956         Sync from coreutils.
47957         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
47958         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
47959         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
47960         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
47961         bother returning ENOSYS if settimeofday or stime fails; just let
47962         them return whatever errno they want to return.
47963         * lib/utimens.c: Include unistd.h, for dup2.
47964         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
47965         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
47966
47967 2005-10-02  Jim Meyering  <jim@meyering.net>
47968
47969         Sync from coreutils.
47970         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
47971         from glibc-2.2.5 that fails for read-only files.
47972
47973 2005-10-02  Jim Meyering  <jim@meyering.net>
47974
47975         Sync from coreutils.
47976         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
47977         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
47978         `#if HAVE_CONFIG_H'.
47979         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
47980         Remove AT_FDCWD test.
47981         Do not consume the fd unless successful.
47982         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
47983         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
47984         block, so that we don't even try to compile it if settimeofday is
47985         available.  This works around a compilation failure on OSF1 V5.1,
47986         due to stime requiring a `long int*' while tv_sec is `int'.
47987
47988 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
47989
47990         Sync from coreutils.
47991         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
47992         against `yes', rather than just testing for nonempty.
47993
47994 2005-10-01  Simon Josefsson  <jas@extundo.com>
47995
47996         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
47997         and Darwin.
47998
47999         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
48000         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
48001         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
48002         freeaddrinfo and gai_strerror are declared by the POSIX headers.
48003         Check if struct addrinfo is declared.
48004
48005 2005-10-01  Simon Josefsson  <jas@extundo.com>
48006
48007         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
48008         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
48009         AI_* and EAI_* definitions.  Protect function declarations.
48010
48011 2005-10-01  Jim Meyering  <jim@meyering.net>
48012
48013         Sync from coreutils.
48014
48015         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
48016         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
48017         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
48018         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
48019         in the inet and nsl libraries.  Required on Solaris 5.7.
48020
48021 2005-10-01  Jim Meyering  <jim@meyering.net>
48022
48023         Sync from coreutils.
48024         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
48025         in the inet and nsl libraries.  Required on Solaris 5.7.
48026
48027 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
48028
48029         * lib/getdelim.c (getdelim): Remove unused variables.
48030
48031 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
48032
48033         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
48034         so that the code works even with ancient cpp.  Portability problem
48035         with GCC 2.7.2.1 reported by Thomas M.Ott.
48036
48037 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
48038
48039         * modules/regex (Depends-on): Add strcase.
48040
48041         * modules/gethostname (Licence): Change from GPL to LGPL, since
48042         gethostname.c is a trivial implementation of a standard library
48043         function.
48044         * modules/poll (License): Change from GPL to LGPL, since it's
48045         derived from LGPL code.
48046
48047 2005-09-27  Jim Meyering  <jim@meyering.net>
48048
48049         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
48050         HAVE_CONFIG_H.
48051
48052         * lib/intprops.h (signed_type_or_expr__): Define.
48053         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
48054         for unsigned types.
48055
48056 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
48057
48058         * lib/verify.h (verify_expr): Remove, replacing with:
48059         (verify_true): New macro that returns true instead of void.
48060         (verify_type__): Remove.
48061         (verify): Use verify_true rather than verify_type__.
48062
48063 2005-09-26  Bruno Haible  <bruno@clisp.org>
48064
48065         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
48066         is necessary.
48067         (lib_SOURCES): Remove mbchar.c.
48068         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
48069         (Files): Add m4/mbrtowc.m4.
48070         * modules/mbiter: Likewise.
48071         * modules/mbuiter: Likewise.
48072
48073 2005-09-26  Bruno Haible  <bruno@clisp.org>
48074
48075         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
48076         compile mbchar.c if they are not both present.
48077         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
48078         * m4/mbiter.m4 (gl_MBITER): Likewise.
48079         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
48080         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
48081         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
48082
48083 2005-09-25  Jim Meyering  <jim@meyering.net>
48084
48085         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
48086         also uses socklen_t.
48087
48088 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
48089
48090         * lib/utimens.c (ENOSYS): Define if not already defined.
48091         (futimens): Support having a null PATH if the file descriptor
48092         is nonnegative.
48093
48094         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
48095         Remove.
48096         (__attribute): Define to empty unless GCC 3.1 or later.
48097         This works around a core dump on OpenBSD 3.4, which has GCC
48098         2.95.3, which dumps core when given __attribute__(()).  It also
48099         simplifies other tests, since we really don't want to bother with
48100         worrying about which ancient version of GCC supported what.
48101         Original problem reported by Yoann Vandoorselaere, with part of
48102         the fix suggested by Derek Price.
48103
48104 2005-09-24  Jim Meyering  <jim@meyering.net>
48105
48106         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
48107         so we can once again use a positive bitfield width of 1 -- now we
48108         don't have to explain why we were using a bitfield width of 2.
48109
48110 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
48111
48112         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
48113         and similarly for the other external symbols.  Problem reported
48114         by James Gallager.
48115
48116         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
48117         bug reported by Jim Meyering.
48118
48119         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
48120         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
48121         not needed, since socklen is a prerequisite module.
48122
48123 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
48124
48125         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
48126         Problem reported by Eric Blake.
48127         (getaddrinfo): Initialize se so that it's not garbage.
48128         Redo internal storage allocation so that it doesn't make unportable
48129         assumptions about alignment.
48130         Fix a memory leak.
48131
48132         * lib/utimens.c (futimens): Use futimesat if available.
48133         Prefer it to futimes since it doesn't have the futimes bug.
48134
48135         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
48136         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
48137         Instead, declare a function that returns a pointer to an array,
48138         and use verify_type__ to declare the size of the array.
48139         Problem and germ of a solution reported by Bruno Haible.
48140         (verify_type__): Use 2, not 1, for bitfield size, to avoid
48141         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
48142
48143 2005-09-23  Jim Meyering  <jim@meyering.net>
48144
48145         Sync from coreutils.
48146         Correct build failure (socklen_t not defined) on at least
48147         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
48148         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
48149
48150 2005-09-23  Jim Meyering  <jim@meyering.net>
48151
48152         * modules/getaddrinfo (Depends-on): Add socklen.
48153
48154 2005-09-23  Bruno Haible  <bruno@clisp.org>
48155
48156         * tests/test-verify.c: New file.
48157
48158 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48159
48160         Sync from coreutils.
48161
48162         * modules/argmatch (Depends-on): Add verify.
48163         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
48164         unistd-safer.
48165         * modules/save-cwd (Depends-on): Likewise.
48166
48167         * modules/openat (Files): Add lib/openat-die.c.
48168         (Depends-on): Remove error, exitfail.
48169         Add dirname.
48170
48171         * modules/verify: New file.
48172         * MODULES.html.sh (Diagnostics <assert.h>): New section,
48173         with "verify" module.
48174
48175 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48176
48177         Sync from coreutils.
48178
48179         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
48180         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
48181         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
48182         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
48183         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
48184         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
48185         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
48186         Don't bother checking for string.h, stdlib.h, unistd.h.
48187         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
48188         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
48189         module's job.
48190         * m4/jm-macros.m4 (gl_MACROS): Likewise.
48191         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
48192
48193         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
48194         (gl_GETDATE): Use it.
48195
48196         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
48197
48198 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48199
48200         Sync from coreutils.
48201
48202         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
48203         stat-time.h.
48204         * lib/argmatch.h: Include verify.h
48205         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
48206         (ARGMATCH_ASSERT): Remove; unused.
48207         * lib/canonicalize.c: Assume STDC_HEADERS.
48208         * lib/exclude.c: Include "strcase.h".
48209         * lib/regex_internal.h [!defined _LIBC]: Likewise.
48210         * lib/getusershell.c: Include stdio--.h rather than stdio.h
48211         and stdio-safer.h.
48212         (getusershell): Call fopen, not fopen_safer.
48213         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
48214         Do not include unistd-safer.h.
48215         (save_cwd): Don't call fd_safer; no longer needed
48216         now that we include fcntl--.h.
48217
48218         * lib/getdate.y (relative_time): New type.
48219         (RELATIVE_TIME_0): New constant.
48220         (parser_control): Use relative_time instead of doing it ourselves.
48221         (%union): Add new relative_time rel member.
48222         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
48223         Now typeless.
48224         (relunit, relunit_snumber): Now of type rel.
48225         (zone, rel, relunit, get_date): Adjust to above changes.
48226
48227         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
48228         Do not include unistd-safer.h.
48229         (getloadavg): Don't call fd_safer; no longer needed
48230         now that we include fcntl--.h.
48231
48232         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
48233         (make_dir_parents): Treat ENOSYS like EEXIST.
48234
48235         Improve quality of diagnostics on restore_cwd failure.
48236         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
48237         (make_dir_parents): Last arg is now int * (for errno), not bool *.
48238         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
48239         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
48240         each time through the loop.  Do not diagnose restore_cwd failure;
48241         that is the caller's job (and perhaps the caller does not care).
48242
48243         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
48244         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
48245         If the file already exists but is not a directory, don't bother
48246         to try to make its parents.
48247         Close potential file descriptor leak if we can't chdir("/") (!).
48248         Don't always return true if chdir($PWD) fails; return true only
48249         if the requested action was done successfully (except for the
48250         chdir($PWD)).
48251         Don't log final directory unless we actually made it.
48252         Refactor to avoid duplicate code to fix up permissions.
48253         Don't attempt to fix up parent permissions if chdir($PWD) fails.
48254
48255         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
48256         to make it a bit faster and (I hope) clearer.
48257         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
48258         Fix bug in formats like %2N.
48259
48260         * lib/verify.h: New file.
48261
48262 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48263
48264         Sync from coreutils.
48265         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
48266
48267 2005-09-22  Jim Meyering  <jim@meyering.net>
48268
48269         Sync from coreutils.
48270
48271         * m4/lstat.m4 (gl_FUNC_LSTAT):
48272         Use AC_LIBSOURCES to require lstat.c and lstat.h.
48273         Remove obsolete comment.
48274         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
48275         * m4/xstrtod.m4: Likewise.
48276
48277         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
48278
48279 2005-09-22  Jim Meyering  <jim@meyering.net>
48280
48281         Sync from coreutils.
48282
48283         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
48284
48285         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
48286         the .tm_year member, since otherwise gcc-4.0 would now warn about
48287         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
48288
48289         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
48290         order to avoid an unsuppressible warning from gcc on 64-bit systems.
48291
48292         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
48293         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
48294         when run in a time zone for which daylight savings time is in effect
48295         for the starting date.
48296
48297         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
48298         stop us from restricting permissions of just-created absolute-named
48299         directories.
48300         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
48301         to restore initial working directory.
48302         * lib/mkdir-p.c (make_dir_parents): New parameter:
48303         different_working_dir, to tell caller if/when we change the working
48304         directory and are unable to return to the initial one.
48305         * lib/mkdir-p.h (make_dir_parents): Update prototype.
48306         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
48307         `return false'.  This fixes a bug introduced on 2004-07-30.
48308
48309         * lib/openat.c (fdopendir): Be sure to close the supplied
48310         file descriptor before returning.  This makes our replacement
48311         implementation a little closer to Solaris's, where fdopendir
48312         ties the file descriptor to the returned DIR* pointer.
48313         * lib/openat.c (unlinkat): New function.
48314         * lib/openat.h (unlinkat): Add prototype.
48315         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
48316         (openat_restore_fail): Rename from openat_restore_die.
48317         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
48318
48319         Provide an alternative to exiting immediately upon save_cwd or
48320         restore_cwd failure.  Now, an application can arrange e.g.,
48321         to perform a longjump in that case.
48322         * lib/openat.c: Include dirname.h.
48323         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
48324         (rpl_openat, fdopendir, fstatat): Call openat_save_die
48325         and openat_restore_die rather than calling error directly.
48326         Don't include "error.h" or "exitfail.h"; they're no longer needed.
48327
48328         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
48329         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
48330         define.
48331
48332         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
48333         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
48334                             int utc, int nanoseconds);
48335         Background:
48336         date should not have to allocate a megabyte of virtual memory to
48337         handle a format argument like +%1048575T.  When implemented with
48338         strftime, it must allocate such a buffer, use strftime to fill it
48339         in, print it, then free it.
48340         With fprintftime, it simply prints everything and exits.
48341         With no need for memory allocation, that's one fewer way to fail.
48342         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
48343         optional field width, not before, so we accept %9:z, not %:9z.
48344         (my_strftime): Be sure to use L_('x') for literals.
48345
48346         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
48347         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
48348         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
48349         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
48350         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
48351         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
48352         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
48353         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
48354         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
48355         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
48356         * lib/xgethostname.c, lib/xreadlink.c:
48357         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
48358
48359         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
48360         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
48361         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
48362         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
48363         and don't include <sys/file.h>).
48364
48365 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
48366
48367         Sync from coreutils.
48368
48369         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
48370         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
48371         [!LDAV_DONE]: Avoid unused variable warning.
48372
48373 2005-09-21  Bruno Haible  <bruno@clisp.org>
48374
48375         * lib/unicodeio.h (unicode_to_mb): New declaration.
48376
48377 2005-09-20  Derek Price  <derek@ximbiot.com>
48378
48379         * lib/getaddrinfo.c: Don't include <netdb.h> included from
48380         getaddrinfo.h.
48381
48382 2005-09-20  Bruno Haible  <bruno@clisp.org>
48383
48384         * gnulib-tool: Remove trailing slashes from the values specified for
48385         --source-base, --m4-base, --tests-base, --aux-dir.
48386         Suggested by Simon Josefsson <jas@extundo.com>.
48387
48388 2005-09-20  Bruno Haible  <bruno@clisp.org>
48389
48390         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
48391         func_modules_to_filelist, func_import, func_create_testdir): Make all
48392         sorting results locale-independent, so that gnulib-cache.m4 doesn't
48393         change when gnulib-tool is invoked in a different locale.
48394
48395 2005-09-19  Simon Josefsson  <jas@extundo.com>
48396
48397         * m4/socklen.m4: Fix typo.
48398
48399 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48400
48401         Use a consistent style for including <config.h>.
48402         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
48403         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
48404         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
48405         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
48406         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
48407         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
48408         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
48409         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
48410         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
48411         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
48412         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
48413         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
48414         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
48415         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
48416         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
48417         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
48418         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
48419         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
48420         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
48421         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
48422         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
48423         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
48424         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
48425         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
48426         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
48427         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
48428         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
48429         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
48430         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
48431         lib/xstrtoumax.c, lib/yesno.c:
48432         Standardize inclusion of config.h.
48433         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
48434         lib/inttostr.h:  Removed inclusion of config.h from header files.
48435         * lib/inttostr.c:  Adjusted in-tree users.
48436         * lib/timespec.h: Remove superfluous warning to include config.h.
48437         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
48438         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
48439         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
48440         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
48441         config.h with HAVE_CONFIG_H.
48442
48443 2005-09-19  Jim Meyering  <jim@meyering.net>
48444
48445         * modules/pathmax (License): Change to LGPL.
48446
48447 2005-09-19  Derek Price  <derek@ximbiot.com>
48448
48449         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
48450
48451 2005-09-19  Bruno Haible  <bruno@clisp.org>
48452
48453         * gnulib-tool (import): Provide default for --tests-base.
48454
48455 2005-09-19  Bruno Haible  <bruno@clisp.org>
48456
48457         * doc/quote.texi: New file, extracted from gnulib.texi.
48458         * doc/ctime.texi: New file, extracted from gnulib.texi.
48459         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
48460         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
48461         * doc/gnulib.texi: Include them.
48462
48463 2005-09-18  Bruno Haible  <bruno@clisp.org>
48464
48465         Portability fix.
48466         * gnulib-tool (func_readlink): New function.
48467         (func_ln_if_changed): Use it.
48468
48469 2005-09-18  Bruno Haible  <bruno@clisp.org>
48470
48471         * gnulib-tool: Support --with-tests also with --import.
48472         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
48473         (func_import): Use variables $testsbase and $inctests. Emit a
48474         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
48475         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
48476         SUBDIRS += $testsdir.
48477         (func_create_testdir): Update.
48478
48479 2005-09-18  Bruno Haible  <bruno@clisp.org>
48480
48481         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
48482         instead of $dry_run.
48483         (func_cp_if_changed, func_mv_if_changed): Remove functions.
48484         (func_ln_if_changed): Don't handle dry-run here.
48485         (func_import): In dry-run mode, detect more precisely which actions
48486         would be performed, and don't use "...ing" verbs.
48487
48488 2005-09-18  Bruno Haible  <bruno@clisp.org>
48489
48490         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
48491         (func_import): Use join on two temporary files instead of three nested
48492         loops, in order to determine which files are new or old.
48493
48494 2005-09-18  Bruno Haible  <bruno@clisp.org>
48495
48496         * gnulib-tool (func_import): Comment out code that spits out the
48497         new files with --dry-run.
48498
48499 2005-09-18  Bruno Haible  <bruno@clisp.org>
48500
48501         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
48502
48503 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48504
48505         * lib/stat-time.h: New file.
48506         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
48507         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
48508         in a different way.
48509         (timespec_cmp): New function.
48510         * lib/utimecmp.c: Include stat-time.h.
48511         (SYSCALL_RESOLUTION): Depend on whether various struct stat
48512         members exist, not on the obsolescent ST_MTIM_NSEC.
48513         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
48514
48515 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48516
48517         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
48518
48519 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48520
48521         * MODULES.html.sh (File system functions): Add stat-time.
48522         * modules/stat-time: New file.
48523         * modules/timespec (Files): Remove m4/st_mtim.m4; this
48524         is now done in a different way, by the stat-time module.
48525         * modules/utimecmp (Depends-on): Add stat-time.
48526
48527 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
48528
48529         * m4/st_mtim.m4: Remove.  Superseded by...
48530         * m4/stat-time.m4: New file.
48531         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
48532         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
48533
48534 2005-09-15  Derek Price  <derek@ximbiot.com>
48535
48536         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
48537
48538 2005-09-15  Derek Price  <derek@ximbiot.com>
48539
48540         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
48541         * lib/regex_internal.c: Ditto, using this...
48542         (__GNUC_PREREQ): ...new macro.
48543         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
48544         using...
48545         (__GNUC_PREREQ): ...this new macro.
48546
48547         * lib/strstr.h: Include string.h. Define strstr as a macro here.
48548
48549 2005-09-15  Derek Price  <derek@ximbiot.com>
48550             Paul Eggert  <eggert@cs.ucla.edu>
48551
48552         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
48553         changes, consolidating in...
48554         * lib/regex_internal.h: ...this file.
48555
48556 2005-09-13  Jim Meyering  <jim@meyering.net>
48557
48558         * lib/canon-host.c: Filter through gnu indent and reword comments
48559         slightly.
48560         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
48561
48562 2005-09-13  Derek Price  <derek@ximbiot.com>
48563
48564         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
48565         failure.
48566         Reported by Jim Meyering  <jim@meyering.net>.
48567
48568 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48569
48570         * lib/base64.c: Typo.
48571         (base64_encode): Put b64str in initialized data section.
48572
48573 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
48574
48575         Merge glibc and coreutils changes into gnulib, plus a few
48576         extra fixes.
48577         * lib/md5.c: Use #error rather than a string.
48578         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
48579         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
48580         (__attribute__): Define to empty for non recent-GCC.
48581         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
48582         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
48583         Renamed from their non-__ counterparts, with new macros replacing
48584         them if not _LIBC.  Add __THROW attribute.
48585         (rol): Remove.
48586         (struct md5_ctx): Align buffer if using GCC.
48587         * lib/sha1.h (struct sha1_ctx): Likewise.
48588         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
48589         The old name was backwards.
48590         (NOTSWAP): Remove; not used.
48591         (rol): New macro, moved here from md5.h.
48592         (sha1_process_block): Remove a FIXME that doesn't make sense.
48593
48594 2005-09-12  Derek Price  <derek@ximbiot.com>
48595
48596         Return usable errors from canon-host.
48597         * lib/canon-host.h: New file.
48598         * lib/canon-host.c (canon_host): Wrap...
48599         (canon_host_r): ...this new function, which now relies exclusively on
48600         getaddrinfo.
48601         (ch_strerror): New function.
48602         (last_cherror): New global.
48603         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
48604         interface.
48605         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
48606         void *.
48607         (freeaddrinfo): Free ai->ai_canonname when set.
48608
48609 2005-09-12  Derek Price  <derek@ximbiot.com>
48610
48611         Make canon-host require getaddrinfo.
48612         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
48613         AC_LIBSOURCE canon-host.h.  Call...
48614         (gl_PREREQ_CANON_HOST): ...this new function, which requires
48615         gl_GETADDRINFO.
48616         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
48617
48618 2005-09-12  Derek Price  <derek@ximbiot.com>
48619
48620         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
48621         LGPL.
48622         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
48623
48624 2005-09-12  Derek Price  <derek@ximbiot.com>
48625
48626         * lib/gai_strerror.c: Include config.h when available.  Include
48627         getaddrinfo.h before other headers to test interface.
48628         Reported by Larry Jones <lawrence.jones@ugs.com>.
48629
48630 2005-09-12  Derek Price  <derek@ximbiot.com>
48631             Paul Eggert  <eggert@cs.ucla.edu>
48632
48633         * modules/glob (Files): Add glob-libc.h.
48634
48635 2005-09-12  Derek Price  <derek@ximbiot.com>
48636             Paul Eggert  <eggert@cs.ucla.edu>
48637
48638         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
48639         glob_.h, glob-libc.h.
48640         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
48641
48642 2005-09-12  Derek Price  <derek@ximbiot.com>
48643             Paul Eggert  <eggert@cs.ucla.edu>
48644
48645         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
48646         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
48647         protecting things that should be done only in gnulib contexts.
48648         * lib/glob_.h: New file, containing only the glob things needed for
48649         gnulib.
48650         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
48651         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
48652         (glob, globfree, glob_pattern_p): Now defined simply in terms of
48653         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
48654         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
48655         and to respect the namespace rules better.
48656
48657 2005-09-08  Simon Josefsson  <jas@extundo.com>
48658
48659         * modules/socklen: New file.
48660
48661 2005-09-08  Simon Josefsson  <jas@extundo.com>
48662
48663         * m4/socklen.m4: New file.
48664
48665 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48666
48667         * modules/utimens (Files): Add m4/utimbuf.m4, since
48668         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
48669         Reported by Sergey Poznyakoff.
48670
48671 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48672
48673         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
48674         definitions, since that's the preferred style in glibc.
48675         Fix a minor spacing issue, and update copyright notice to match
48676         glibc's.
48677
48678 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48679
48680         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
48681
48682 2005-09-06  Simon Josefsson  <jas@extundo.com>
48683
48684         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
48685         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
48686
48687 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48688
48689         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
48690         warning.
48691
48692 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * config/srclist.txt: Add glibc bug 1302.
48695
48696 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
48697
48698         Change bitset word type from unsigned int to unsigned long int,
48699         as this has better performance on typical 64-bit hosts.
48700         Port bitset code to hosts with unusual word sizes.
48701         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
48702         (build_collating_symbol):
48703         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
48704         argument is a bitset.  This is merely a style issue, but it makes
48705         it clearer that an entire array is expected.
48706         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
48707         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
48708         Port to the case where bitset_word is not the same as unsigned int.
48709         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48710         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
48711         Likewise.
48712         * lib/regexec.c (check_dst_limits_calc_pos_1,
48713         check_subexp_matching_top):
48714         (build_trtable, group_nodes_into_DFAstates):
48715         Likewise.
48716         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
48717         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
48718         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
48719         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
48720         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
48721         * lib/regcomp.c (optimize_subexps, lower_subexp):
48722         Work even if bitset_word has holes in its bitwise representation.
48723         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
48724         * lib/regexec.c (check_dst_limits_calc_pos_1,
48725         check_subexp_matching_top):
48726         Likewise.
48727         * lib/regex_internal.c (re_string_reconstruct):
48728         Don't assume UCHAR_MAX == 255.
48729         * lib/regex_internal.h (bitset_set_all): Likewise.
48730         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
48731         All uses changed.
48732         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
48733         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
48734         All uses changed.
48735         (BITSET_WORD_MAX): New macro.
48736         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
48737         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
48738         (bitset_empty, bitset_copy):
48739         Prefer sizeof (bitset) to multiplying it out ourselves.
48740         (bitset_not_merge): Remove; unused.
48741         (bitset_contain): Return bool, not unsigned int with one bit on.
48742         All callers changed.
48743         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
48744         alignment than re_node_set; do this by defining a new internal
48745         type struct dests_alloc and using it to allocate memory.
48746
48747 2005-09-05  Bruno Haible  <bruno@clisp.org>
48748
48749         * gnulib-tool (func_import): Fix comparison in handling of symbolic
48750         links.
48751
48752 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
48753
48754         * modules/size_max (Makefile.am): Add size_max.h
48755
48756 2005-09-04  Derek Price  <derek@ximbiot.com>
48757
48758         * gnulib-tool (func_import): Fix reversed $symbolic logic.
48759
48760 2005-09-03  Simon Josefsson  <jas@extundo.com>
48761
48762         * gnulib-tool: Fix typo.
48763
48764 2005-09-03  Simon Josefsson  <jas@extundo.com>
48765
48766         * config/srclist.txt: Add glibc bug 1293.
48767
48768 2005-09-03  Derek Price  <derek@ximbiot.com>
48769
48770         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
48771         From Larry Jones <lawrence.jones@ugs.com>.
48772
48773 2005-09-02  Simon Josefsson  <jas@extundo.com>
48774
48775         * modules/socklen: New file.
48776
48777 2005-09-02  Simon Josefsson  <jas@extundo.com>
48778
48779         * modules/havelib: New module.
48780
48781         * modules/gettext, modules/iconv, modules/lock, modules/readline:
48782         Use havelib.
48783
48784 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48785
48786         Check for arithmetic overflow when calculating sizes, to prevent
48787         some buffer-overflow issues.  These patches are conservative, in the
48788         sense that when I couldn't determine whether an overflow was possible,
48789         I inserted a run-time check.
48790         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
48791         macros.
48792         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
48793         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
48794         (re_xnrealloc, re_x2nrealloc): New inline functions.
48795         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
48796         parse_bracket_exp):
48797         (build_equiv_class, build_charclass): Check for arithmetic overflow
48798         in size expression calculations.
48799         * lib/regex_internal.c (re_string_realloc_buffers):
48800         (build_wcs_upper_buffer, re_node_set_add_intersect):
48801         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
48802         (re_dfa_add_node, register_state): Likewise.
48803         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
48804         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
48805         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
48806         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
48807
48808 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48809
48810         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48811         m4/ulonglong.m4.  Problem reported by Martin Lambers.
48812
48813 2005-09-02  Bruno Haible  <bruno@clisp.org>
48814
48815         Support for lib vs. lib64 distinction on biarch platforms.
48816         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
48817         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
48818         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
48819
48820 2005-09-02  Bruno Haible  <bruno@clisp.org>
48821
48822         * gnulib-tool (import): In the other first-use case, provide defaults
48823         as well.
48824
48825 2005-09-02  Bruno Haible  <bruno@clisp.org>
48826
48827         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
48828         patches not yet found in the latest gettext release.
48829
48830 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48831
48832         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
48833         to avoid a collision with bits/local_lim.h in glibc.
48834         All uses changed.  Problem reported by Dmitry V. Levin in
48835         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
48836
48837         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
48838         bugs in int versus size_t comparisons.
48839         (re_string_context_at): Fix bug where the code assumed that
48840         Idx is signed.
48841
48842         Use bool where appropriate.
48843         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
48844         All callers changed.
48845         (calc_eclosure_iter): Likewise, for ROOT arg.
48846         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
48847         (build_charclass_op): Likewise, for NON_MATCH arg.
48848         * lib/regex_internal.c (re_string_allocate, re_string_construct):
48849         (re_string_construct_common): Likewise, for ICASE arg.
48850         * lib/regexec.c (re_search_2_stub, re_search_stub):
48851         Likewise, for RET_LEN arg.
48852         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
48853         (set_regs): Likewise, for FL_BACKTRACK arg.
48854         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
48855         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
48856         (calc_eclosure_iter, parse_bracket_exp):
48857         Use bool for internal variables that are booleans.
48858         * lib/regexec.c (re_search_internal, check_matching,
48859         proceed_next_node):
48860         (set_regs, build_sifted_states, sift_states_bkref):
48861         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
48862         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
48863         (find_collation_sequence_value):
48864         Likewise.
48865         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
48866         (re_node_set_compare):
48867         Return bool, not int. All callers changed.
48868         * lib/regexec.c (check_halt_node_context, check_dst_limits):
48869         (build_trtable, check_node_accept): Likewise.
48870         * lib/regex_internal.h: Include stdbool.h.
48871
48872         Fix bugs uncovered when converting to bool.
48873         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
48874         failure instead of charging ahead blindly.
48875         * lib/regex_internal.c (register_state): Likewise.
48876         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
48877         for freeing internal storage.
48878         (group_nodes_into_DFA_states): Use unsigned int, not int, for
48879         bitset pieces used as boolean, to avoid undefined behavior
48880         on hosts that do int overflow checking.
48881
48882 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48883
48884         * config/srclist.txt: Add glibc bugs 1285-1287.
48885
48886 2005-09-01  Jim Meyering  <jim@meyering.net>
48887
48888         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
48889         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
48890         Require gl_STAT_MACROS, too.
48891
48892 2005-09-01  Bruno Haible  <bruno@clisp.org>
48893
48894         * gnulib-tool (import): In the first-use case, provide defaults.
48895
48896 2005-09-01  Bruno Haible  <bruno@clisp.org>
48897
48898         * gnulib-tool (func_import): Remove the .tmp files.
48899
48900 2005-09-01  Bruno Haible  <bruno@clisp.org>
48901
48902         * gnulib-tool (func_import): Fix handling of symbolic links.
48903
48904 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48905
48906         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
48907         old glibc regex code mishandles strings longer than 2**31 bytes.
48908         This patch fixes this when the regex code is used in gnulib
48909         (i.e., outside glibc).
48910
48911         This patch should not affect the use of the regex code inside
48912         glibc.  No doubt this problem also needs to be handled for glibc
48913         as well, but the result will be an incompatible change to the
48914         glibc ABI, and the old ABI will have to be supported too.  That
48915         can be the the subject for another patch.
48916
48917         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
48918         governing whether the rest of this patch is active.  By default,
48919         the macro is disabled and the patch has no effect.
48920         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
48921         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
48922         (struct re_pattern_buffer, re_search, re_search_2, re_match):
48923         (re_match_2, re_set_registers): Use the new types.
48924         * lib/regex_internal.h (Idx, re_hashval_t): New types.
48925         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
48926         New macros.
48927         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
48928         (re_string_context_at, bin_tree_t, re_dfastate_t):
48929         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
48930         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
48931         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
48932         (re_string_char_size_at, re_string_wchar_at):
48933         (re_string_elem_size_at):
48934         Use the new types and macros to port to 64-bit hosts.
48935         Use unsigned types for internal values, so that the code
48936         mostly works even for arrays larger than SSIZE_MAX.
48937         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
48938         (search_duplicated_node, calc_eclosure_iter, fetch_number):
48939         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
48940         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
48941         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
48942         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
48943         (calc_inveclosure, parse_dup_op, build_range_exp):
48944         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
48945         (fetch_number, create_token_tree, mark_opt_subexp):
48946         Likewise.
48947         * lib/regex_internal.c (re_string_construct_common,
48948         create_ci_newstate):
48949         (create_cd_newstate, re_string_allocate, re_string_construct):
48950         (re_string_realloc_buffers, build_wcs_upper_buffer):
48951         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
48952         (re_string_reconstruct, re_string_peek_byte_case):
48953         (re_string_fetch_byte_case, re_string_context_at):
48954         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
48955         (re_node_set_init_copy, re_node_set_add_intersect):
48956         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48957         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48958         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
48959         (re_acquire_state, re_acquire_state_context, register_state):
48960         Likewise.
48961         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
48962         search_cur_bkref_entry):
48963         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
48964         (re_search_internal, re_search_2_stub, re_search_stub)
48965         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
48966         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
48967         (update_cur_sifted_state, check_dst_limits):
48968         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48969         (check_subexp_limits, sift_states_bkref, merge_state_array):
48970         (check_subexp_matching_top, get_subexp, get_subexp_sub):
48971         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
48972         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
48973         (expand_bkref_cache, check_node_accept_bytes):
48974         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
48975         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
48976         (acquire_init_state_context, check_halt_node_context):
48977         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
48978         (sift_states_backward, clean_state_log_if_needed):
48979         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
48980         (find_recover_state, transit_state_sb, transit_state_mb):
48981         (transit_state_bkref, build_trtable, match_ctx_clean):
48982         Likewise.
48983         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
48984         to work around an assumption that REG_MISSING is negative.
48985
48986         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
48987         (seek_collating_symbol_entry) [defined _LIBC]:
48988         (lookup_collation_sequence_value) [defined _LIBC]:
48989         (build_range_exp, build_collating_symbol) [defined _LIBC]:
48990         Use prototypes rather than old-style function definitions.
48991         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
48992         (transit_state_sb) [0]:
48993         (find_collation_sequence_value) [defined _LIBC]: Likewise.
48994
48995         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
48996         rm_eo.
48997
48998         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
48999         (optimize_subexps, lower_subexp):
49000         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
49001         since the signed shift might overflow.  Use 1u<<31 instead.
49002         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49003         Likewise.
49004         * lib/regexec.c (check_dst_limits_calc_pos_1,
49005         check_subexp_matching_top): Likewise.
49006
49007         * lib/regcomp.c (optimize_subexps, lower_subexp):
49008         Use CHAR_BIT rather than 8, for clarity.
49009         * lib/regexec.c (check_dst_limits_calc_pos_1):
49010         (check_subexp_matching_top): Likewise.
49011         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
49012         have to worry about portability issues when shifting it left.
49013         Remove no-longer-needed test for table_size > 0.
49014         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
49015         in a word, as the resulting behavior is undefined.
49016         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
49017         in one case, a <= should have been an <, and in another case the
49018         whole test was missing.
49019         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
49020         the standard name CHAR_BIT.
49021         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
49022         this is not true on one's complement and signed-magnitude hosts.
49023
49024         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
49025         next_last_offset.
49026         (struct re_dfa_t): Remove unused member states_alloc.
49027         * lib/regcomp.c (init_dfa): Don't initialize unused members.
49028
49029 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49030
49031         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
49032         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
49033         and large-file glibc and in 32-bit large-file Solaris.
49034
49035 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49036
49037         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
49038         lengths fit in regoff_t; this isn't true if regoff_t is the same
49039         width as size_t.
49040         * lib/regex.c (re_search_internal): 5th arg is LAST_START
49041         (= START + RANGE) instead of RANGE.  This avoids overflow
49042         problems when regoff_t is the same width as size_t.
49043         All callers changed.
49044         (re_search_2_stub): Check for overflow when adding the
49045         sizes of the two strings.
49046         (re_search_stub): Check for overflow when adding START
49047         to RANGE; if it occurs, substitute the extreme value.
49048
49049 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49050
49051         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
49052
49053 2005-08-31  Jim Meyering  <jim@meyering.net>
49054
49055         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
49056         a pointer-to-const.
49057         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
49058         (register_state): Likewise.
49059         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
49060         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
49061         (group_nodes_into_DFAstates): Likewise.
49062
49063 2005-08-31  Jim Meyering  <jim@meyering.net>
49064
49065         * check-module: Add a FIXME comment.
49066
49067 2005-08-31  Eric Blake  <ebb9@byu.net>
49068
49069         * modules/unistd-safer (Files): Add unistd--.h.
49070         * modules/stdio-safer (Files): Add stdio--.h.
49071
49072 2005-08-31  Derek Price  <derek@ximbiot.com>
49073
49074         * lib/getdelim.c (getdelim): Return EOF on EOF.
49075         Reported by Larry Jones <lawrence.jones@ugs.com>.
49076
49077 2005-08-31  Bruno Haible  <bruno@clisp.org>
49078
49079         Avoid unnecessary diffs in the generated lib/Makefile.am.
49080         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
49081         the generated files.
49082         (func_import): Don't set cmd.
49083
49084 2005-08-31  Bruno Haible  <bruno@clisp.org>
49085
49086         * lib/strstr.c: Include <stddef.h>, for NULL.
49087         * lib/strcasestr.c: Likewise.
49088         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
49089
49090 2005-08-31  Bruno Haible  <bruno@clisp.org>
49091
49092         * gnulib-tool: New option --macro-prefix.
49093         (func_import): Use macro_prefix.
49094         (import): Handle option --macro-prefix.
49095
49096 2005-08-31  Bruno Haible  <bruno@clisp.org>
49097
49098         * gnulib-tool (import): Rename most ac_* variables to cached_*.
49099         Also use new variables cached_lgpl, cached_libtool.
49100
49101 2005-08-31  Bruno Haible  <bruno@clisp.org>
49102
49103         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
49104         always instantiating them.
49105
49106 2005-08-31  Bruno Haible  <bruno@clisp.org>
49107
49108         * gnulib-tool (func_import): Read the previous cached settings
49109         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
49110         earlier added by gnulib but are now dropped. Warn when a gnulib file
49111         overwrites a non-gnulib file.
49112
49113 2005-08-31  Bruno Haible  <bruno@clisp.org>
49114
49115         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
49116         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
49117         projects that don't keep autogenerated files in CVS. Put into
49118         actioncmd only the specified modules, not the transitive closure.
49119
49120 2005-08-31  Bruno Haible  <bruno@clisp.org>
49121
49122         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
49123         Create directories that shall be filled.
49124         (import): Don't look for gl_* macros in configure.ac. Recurse across
49125         all directories containing a gnulib-cache.m4 files, if meaningful.
49126
49127 2005-08-31  Bruno Haible  <bruno@clisp.org>
49128
49129         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
49130         (import): Set seen_libtool when we see gl_LIBTOOL.
49131
49132 2005-08-31  Bruno Haible  <bruno@clisp.org>
49133
49134         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
49135         declaration macro definitions from generated gnulib.m4.
49136
49137 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
49138
49139         * lib/iconvme.h: Add prototype for iconv_alloc.
49140
49141 2005-08-29  Simon Josefsson  <jas@extundo.com>
49142
49143         * lib/iconvme.c: Fix errno.
49144
49145 2005-08-29  Bruno Haible  <bruno@clisp.org>
49146
49147         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
49148         that it works when the directory contains spaces.
49149
49150 2005-08-29  Bruno Haible  <bruno@clisp.org>
49151
49152         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
49153
49154 2005-08-29  Bruno Haible  <bruno@clisp.org>
49155
49156         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
49157         Emit more advice.
49158
49159 2005-08-29  Bruno Haible  <bruno@clisp.org>
49160         and Stepan Kasal  <kasal@ucw.cz>
49161
49162         * check-module: If more parameters are given, check each of them
49163         separately; add more exceptions, as noted by Jim Meyering.
49164         (check_module): New procedure.
49165         (%exempt_header): Now contains all exceptions.
49166
49167 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
49168
49169         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
49170
49171 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
49172
49173         * lib/iconvme.c: Split iconv_string into iconv_alloc.
49174
49175 2005-08-28  Bruno Haible  <bruno@clisp.org>
49176
49177         * m4/gnulib-tool.m4: New file.
49178
49179 2005-08-27  Jim Meyering  <jim@meyering.net>
49180
49181         * modules/unistd-safer (Files): Add pipe-safer.c.
49182         * modules/fcntl-safer (Files): Add creat-safer.c.
49183
49184 2005-08-27  Jim Meyering  <jim@meyering.net>
49185
49186         * m4/stdlib-safer.m4: New file.  From coreutils.
49187         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
49188         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
49189         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
49190         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
49191         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
49192
49193 2005-08-27  Jim Meyering  <jim@meyering.net>
49194
49195         * lib/fopen-safer.c: Merge minor changes from coreutils.
49196         * lib/dup-safer.c: Likewise.
49197         * lib/fd-safer.c: Likewise.
49198
49199         Merge from coreutils.
49200         * lib/stdio--.h: New file.
49201         * lib/stdlib--.h: New file.
49202         * lib/mkstemp-safer.c: New file.
49203
49204         GNU tar needs these.
49205         * lib/pipe-safer.c: New file.
49206         * lib/creat-safer.c: New file.
49207         * lib/fcntl--.h (creat): Define to creat_safer.
49208         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
49209         * lib/unistd--.h (pipe): Define to pipe_safer.
49210         * lib/unistd-safer.h: Declare pipe_safer.
49211
49212 2005-08-26  Simon Josefsson  <jas@extundo.com>
49213
49214         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
49215         Haible <bruno@clisp.org>.
49216
49217 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
49218
49219         * lib/regex_internal.h: Remove all references to
49220         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
49221         or better.
49222         (bitset_not, bitset_merge, bitset_not_merge):
49223         (bitset_mask, re_string_allocate, re_string_construct):
49224         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
49225         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
49226         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
49227         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
49228         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49229         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49230         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
49231         (re_acquire_state_context):
49232         Remove unnecessary forward decls.
49233         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
49234         Put __attribute at function definition,
49235         now that the function decl has been removed.
49236         * lib/regex_internal.c (re_string_peek_byte_case):
49237         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
49238         Likewise.
49239
49240 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
49241
49242         * m4/regex.m4: Add AC_PREREQ(2.50).
49243         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
49244
49245 2005-08-25  Simon Josefsson  <jas@extundo.com>
49246
49247         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
49248         __fsetlocking.
49249
49250 2005-08-25  Simon Josefsson  <jas@extundo.com>
49251
49252         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
49253         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
49254         GLIBC specific code.
49255
49256 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49257
49258         Make regex safe for g++.  This fixes one real bug (an "err"
49259         that should have been "*err").  g++ problem reported by
49260         Sam Steingold.
49261         * lib/regex_internal.h (re_calloc): New macro, consistent with
49262         re_malloc etc.  All callers of calloc changed to use re_calloc.
49263         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
49264         not int.  All callers changed.
49265         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
49266         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
49267         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
49268         (find_recover_state): Change "err" to "*err"; this fixes what
49269         appears to be a real bug.
49270         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
49271         versus int.
49272
49273 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49274
49275         * modules/regex (Depends-on): Add malloc, since the code
49276         assumes that !malloc(0) means failure.
49277
49278 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49279
49280         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
49281
49282         alloca modernization/simplification for regex.
49283         * lib/regex.c: Remove portability cruft for alloca.  This no longer
49284         needs to be at the start of the file, and can be moved into
49285         regex_internal.h and simplified.
49286         * lib/regex_internal.h: Include <alloca.h>.
49287         (__libc_use_alloca) [!defined _LIBC]: New macro.
49288         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
49289         now works outside glibc.
49290
49291 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49292
49293         * config/srclist.txt: Add glibc bugs 1241, 1245.
49294
49295 2005-08-25  Jim Meyering  <jim@meyering.net>
49296
49297         * lib/open-safer.c: Include <config.h>.
49298         Otherwise, we'd lose LARGEFILE support in any file using
49299         e.g. "fcntl--.h"
49300
49301 2005-08-25  Bruno Haible  <bruno@clisp.org>
49302
49303         * m4/minmax.m4: Require autoconf 2.52.
49304         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
49305         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
49306         alternatives of translit over the alphabet.
49307         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
49308
49309 2005-08-24  Simon Josefsson  <jas@extundo.com>
49310
49311         * tests/test-getpass.c: New file.
49312
49313 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
49314
49315         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
49316         for GNU regex features.
49317
49318 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
49319
49320         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
49321         * lib/regex.h (regerror): Likewise.
49322
49323         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
49324         requires this.  (The code never needed it.)
49325
49326         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
49327         All uses of recently-renamed identifiers changed to use the new,
49328         POSIX-compliant names.  The code will build and run just fine
49329         without these changes, but it's better to eat our own dog food
49330         and use the standard-conforming names.
49331
49332         * lib/regex.h: Fix a multitude of POSIX name space violations.
49333         These changes have an effect only for programs that define
49334         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
49335         do not change anything for programs compiled in the normal way.
49336         Also, there is no effect on the ABI.
49337
49338         (_REGEX_SOURCE): New macro.
49339         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
49340         defined and _GNU_SOURCE is not; this fixes a name space violation.
49341
49342         Rename the following macros to obey POSIX requirements.
49343         The old names are still visible as macros if _REGEX_SOURCE is defined.
49344         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
49345         RE_BACKSLASH_ESCAPE_IN_LISTS.
49346         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
49347         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
49348         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
49349         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
49350         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
49351         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
49352         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
49353         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
49354         (REG_INTERVALS): renamed from RE_INTERVALS.
49355         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
49356         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
49357         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
49358         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
49359         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
49360         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
49361         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
49362         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
49363         RE_UNMATCHED_RIGHT_PAREN_ORD.
49364         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
49365         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
49366         (REG_DEBUG): renamed from RE_DEBUG.
49367         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
49368         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
49369         unusual, since we can't clash with the POSIX REG_ICASE.
49370         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
49371         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
49372         (REG_NO_SUB): renamed from RE_NO_SUB.
49373         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
49374         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
49375         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
49376         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
49377         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
49378         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
49379         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
49380         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
49381         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
49382         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
49383         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
49384         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
49385         RE_SYNTAX_POSIX_MINIMAL_BASIC.
49386         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
49387         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
49388         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
49389         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
49390         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
49391         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
49392         (REG_FIXED): Renamed from REGS_FIXED.
49393         (REG_NREGS): Renamed from RE_NREGS.
49394
49395         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
49396         of other REG_* macros, since POSIX says the user is allowed to
49397         #undef these macros selectively.
49398
49399         (reg_errcode_t): Update comment stating what other tables need
49400         to be consistent.
49401
49402         Rename the following enum values to obey POSIX requirements.
49403         The old names are still visible as macros.
49404         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
49405         is not defined, since GNU is supposed to be a superset of POSIX as
49406         much as possible, and since we want reg_errcode_t to be a signed
49407         type for implementation consistency.
49408         (_REG_NOERROR): Renamed from REG_NOERROR.
49409         (_REG_NOMATCH): Renamed from REG_NOMATCH.
49410         (_REG_BADPAT): Renamed from REG_BADPAT.
49411         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
49412         (_REG_ECTYPE): Renamed from REG_ECTYPE.
49413         (_REG_EESCAPE): Renamed from REG_EESCAPE.
49414         (_REG_ESUBREG): Renamed from REG_ESUBREG.
49415         (_REG_EBRACK): Renamed from REG_EBRACK.
49416         (_REG_EPAREN): Renamed from REG_EPAREN.
49417         (_REG_EBRACE): Renamed from REG_EBRACE.
49418         (_REG_BADBR): Renamed from REG_BADBR.
49419         (_REG_ERANGE): Renamed from REG_ERANGE.
49420         (_REG_ESPACE): Renamed from REG_ESPACE.
49421         (_REG_BADRPT): Renamed from REG_BADRPT.
49422         (_REG_EEND): Renamed from REG_EEND.
49423         (_REG_ESIZE): Renamed from REG_ESIZE.
49424         (_REG_ERPAREN): Renamed from REG_ERPAREN.
49425         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
49426         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
49427         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
49428         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
49429
49430         (_REG_RE_NAME, _REG_RM_NAME): New macros.
49431         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
49432         changed.  But support the old name if the new one is not defined
49433         and if _REGEX_SOURCE.
49434
49435         Change the following member names in struct re_pattern_buffer.
49436         The old names are still supported if !_REGEX_SOURCE.
49437         The new names are always supported, regardless of _REGEX_SOURCE.
49438         (re_buffer): Renamed from buffer.
49439         (re_allocated): Renamed from allocated.
49440         (re_used): Renamed from used.
49441         (re_syntax): Renamed from syntax.
49442         (re_fastmap): Renamed from fastmap.
49443         (re_translate): Renamed from translate.
49444         (re_can_be_null): Renamed from can_be_null.
49445         (re_regs_allocated): Renamed from regs_allocated.
49446         (re_fastmap_accurate): Renamed from fastmap_accurate.
49447         (re_no_sub): Renamed from no_sub.
49448         (re_not_bol): Renamed from not_bol.
49449         (re_not_eol): Renamed from not_eol.
49450         (re_newline_anchor): Renamed from newline_anchor.
49451
49452         Change the following member names in struct re_registers.
49453         The old names are still supported if !_REGEX_SOURCE.
49454         The new names are always supported, regardless of _REGEX_SOURCE.
49455         (rm_num_regs): Renamed from num_regs.
49456         (rm_start): Renamed from start.
49457         (rm_end): Renamed from end.
49458
49459         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
49460         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
49461         Prepend __ to parameter names.
49462
49463         Undo yesterday's changes.
49464
49465 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
49466
49467         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
49468         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
49469         lib/regex.c.
49470
49471 2005-08-24  Jim Meyering  <jim@meyering.net>
49472
49473         Sync from coreutils.
49474         * m4/fcntl-safer.m4: New file.
49475
49476         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
49477         and object files for this module.
49478
49479 2005-08-24  Jim Meyering  <jim@meyering.net>
49480
49481         Sync from coreutils.
49482         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
49483
49484 2005-08-24  Jim Meyering  <jim@meyering.net>
49485
49486         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
49487         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
49488
49489 2005-08-24  Jim Meyering  <jim@meyering.net>
49490
49491         * modules/fcntl-safer: New module.
49492         * modules/fts (Depends-on): Add fcntl-safer.
49493         * MODULES.html.sh (File descriptor based Input/Output):
49494         Add fcntl-safer.
49495
49496 2005-08-24  Bruno Haible  <bruno@clisp.org>
49497
49498         Support for unit test modules.
49499         * modules/README: Mention tests modules.
49500         * modules/TEMPLATE-TESTS: New file.
49501         * gnulib-tool: New options --extract-tests-module, --with-tests and
49502         --tests-base (unused for the moment).
49503         (testsbase, inctests): New variables.
49504         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
49505         (func_verify_module): Exclude TEMPLATE-TESTS.
49506         (func_verify_nontests_module, func_verify_tests_module): New functions.
49507         (func_get_dependencies): Add implicit dependency for tests modules.
49508         (func_get_tests_module): New function.
49509         (func_modules_transitive_closure): When --with-tests was specified,
49510         include the unit tests as well, unless explicitly avoided.
49511         (func_emit_lib_Makefile_am): Ignore the tests modules here.
49512         (func_emit_tests_Makefile_am): New function.
49513         (func_create_testdir): When --with-tests was specified, emit a
49514         tests/ directory.
49515         * MODULES.html.sh (Future developments): Update.
49516
49517 2005-08-24  Bruno Haible  <bruno@clisp.org>
49518
49519         * modules/tls-tests: New file.
49520         * tests/test-tls.c: New file, from GNU gettext.
49521
49522 2005-08-24  Bruno Haible  <bruno@clisp.org>
49523
49524         * modules/lock-tests: New file.
49525         * tests/test-lock.c: New file, from GNU gettext.
49526
49527 2005-08-24  Bruno Haible  <bruno@clisp.org>
49528
49529         * lib/lock.h: Add multiple inclusion guard.
49530         * lib/tls.h: Add multiple inclusion guard.
49531
49532 2005-08-24  Bruno Haible  <bruno@clisp.org>
49533
49534         * gnulib-tool: Add support for the --aux-dir option to
49535         --create-testdir, --create-megatestdir, --test, --megatest.
49536         (func_create_testdir, func_create_megatestdir): Optionally emit a
49537         AC_CONFIG_AUX_DIR directive.
49538         (create-testdir, create-megatestdir, test, megatest): Provide a
49539         default value for $auxdir.
49540
49541 2005-08-24  Bruno Haible  <bruno@clisp.org>
49542
49543         * gnulib-tool (import): Use compound statement instead of subshell
49544         where possible.
49545
49546 2005-08-24  Bruno Haible  <bruno@clisp.org>
49547
49548         * gnulib-tool (import): Change --aux-dir default to "build-aux".
49549
49550 2005-08-24  Bruno Haible  <bruno@clisp.org>
49551
49552         * gnulib-tool (func_version): Update.
49553
49554 2005-08-24  Bruno Haible  <bruno@clisp.org>
49555
49556         * gnulib-tool (func_import, func_create_testdir,
49557         func_create_megatestdir): Quote all autoconf macro arguments.
49558
49559 2005-08-24  Bruno Haible  <bruno@clisp.org>
49560
49561         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
49562         option --force, because --force causes the aclocal.m4 of each
49563         subdirectory to be newer than the corresponding config.h.in.
49564
49565 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49566
49567         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
49568         All contents moved to gl_REGEX.
49569         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
49570         assume that it does.
49571
49572 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49573
49574         * lib/regex.h (REG_NOSYS)
49575         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
49576         Define, since POSIX requires it as of 2001.
49577         (_REG_ENOSYS)
49578         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
49579         New private symbol, used to keep the enum signed in all cases.
49580         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
49581         Youngman in
49582         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
49583
49584         * lib/regex_internal.c (re_string_skip_chars, register_state):
49585         (calc_state_hash):
49586         Remove forward decls; no longer needed now that we use prototypes.
49587         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
49588         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
49589         (clean_state_log_if_needed): Likewise.
49590
49591 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49592
49593         * config/srclist.txt: Add glibc bugs 1231-1233.
49594
49595 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49596
49597         Fix problems reported by Sam Steingold in
49598         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
49599         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
49600         assumed that reg_errcode_t is a signed type, which is not
49601         necessarily true if _XOPEN_SOURCE is not defined.
49602         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
49603         since some compilers warn about it otherwise.
49604
49605 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49606
49607         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
49608         (init_word_char, create_initial_state, duplicate_node_closure):
49609         (fetch_token, peek_token_bracket, build_range_exp):
49610         (build_collating_symbol): Remove forward decls; no longer needed
49611         now that we use prototypes.
49612
49613         * lib/regcomp.c:
49614         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
49615         (re_compile_fastmap_iter, regcomp, regerror, regfree):
49616         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
49617         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
49618         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
49619         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
49620         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
49621         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
49622         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
49623         (build_range_exp, build_collating_symbol, parse_bracket_exp):
49624         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
49625         (build_charclass, build_charclass_op, fetch_number, create_tree):
49626         (create_token_tree, mark_opt_subexp, duplicate_tree):
49627         Use prototypes rather than old-style definitions.
49628
49629         * lib/regex_internal.c:
49630         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
49631         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
49632         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
49633         (re_string_reconstruct, re_string_peek_byte_case):
49634         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
49635         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
49636         (re_node_set_init_copy, re_node_set_add_intersect):
49637         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49638         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49639         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
49640         (re_acquire_state, re_acquire_state_context, register_state):
49641         (create_ci_newstate, create_cd_newstate, free_state):
49642         Likewise.
49643         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
49644         re_search_2):
49645         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
49646         (re_search_internal, prune_impossible_nodes):
49647         (acquire_init_state_context, check_matching, static):
49648         (check_halt_node_context, check_halt_state_context, proceed_next_node):
49649         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
49650         (update_regs, sift_states_backward, build_sifted_states):
49651         (clean_state_log_if_needed, merge_state_array):
49652         (update_cur_sifted_state, add_epsilon_src_nodes):
49653         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
49654         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
49655         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
49656         (find_recover_state, check_subexp_matching_top, transit_state_mb):
49657         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
49658         (check_arrival, check_arrival_add_next_nodes):
49659         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
49660         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49661         (check_node_accept_bytes, check_node_accept, extend_buffers):
49662         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
49663         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
49664         (sift_ctx_init):
49665         Likewise.
49666
49667         * lib/regex_internal.h:
49668         (re_string_allocate, re_string_construct, re_string_reconstruct):
49669         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
49670         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
49671         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
49672         (re_string_context_at, re_string_peek_byte_case):
49673         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
49674         is defined, since we now use prototypes always.
49675
49676         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
49677         C89 or better.  All uses removed.
49678
49679 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49680
49681         * config/srclist.txt: Add glibc bugs 1220-1227.
49682
49683 2005-08-20  Jim Meyering  <jim@meyering.net>
49684
49685         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
49686         of unused local, dfa.
49687
49688 2005-08-20  Bruno Haible  <bruno@clisp.org>
49689
49690         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
49691
49692 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49693
49694         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
49695         (re_node_set_insert_last, re_dfa_add_node):
49696         Rename local variables to avoid GCC shadowing warnings.
49697
49698 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49699
49700         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
49701         [defined lint]: Suppress bogus uninitialized-variable warnings.
49702
49703         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
49704         and let the caller return REG_ESPACE if out of space.  This
49705         removes an uninitialied-variable warning with GCC 4.0.1, and also
49706         avoids taking the address of a local variable.  All callers
49707         changed.
49708
49709 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49710
49711         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
49712         $LIBCSRC/posix/regexec.c.
49713         Add glibc bug 1217 for regcomp.c.
49714
49715 2005-08-19  Jim Meyering  <jim@meyering.net>
49716
49717         * lib/regexec.c (proceed_next_node): Redo local variables to
49718         avoid GCC shadowing warnings.
49719
49720 2005-08-18  Bruno Haible  <bruno@clisp.org>
49721
49722         * lib/strstr.c (strstr): Fix return value in multibyte case.
49723         * lib/strcasestr.c (strcasestr): Likewise.
49724
49725 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49726
49727         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
49728
49729 2005-08-17  Jim Meyering  <jim@meyering.net>
49730
49731         Make the %s format (seconds since the epoch) work for a negative
49732         number and when used with a zero-padded field width, e.g. %015s.
49733
49734         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
49735         label so that it precedes the code to set `digits'.  Otherwise,
49736         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
49737         print `00-22'.  Now, it prints `-0022', as it should.
49738
49739 2005-08-17  Bruno Haible  <bruno@clisp.org>
49740
49741         * modules/strstr (Files): Add m4/mbrtowc.m4.
49742         (Depends-on): Add mbuiter.
49743
49744 2005-08-17  Bruno Haible  <bruno@clisp.org>
49745
49746         * modules/strcasestr: New file.
49747         * MODULES.html.sh (String handling, based on ANSI C 89): Add
49748         strcasestr.
49749
49750 2005-08-17  Bruno Haible  <bruno@clisp.org>
49751
49752         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
49753
49754 2005-08-17  Bruno Haible  <bruno@clisp.org>
49755
49756         * modules/mbuiter: New file.
49757         * MODULES.html.sh (Extended multibyte and wide character utilities):
49758         Add mbuiter.
49759
49760 2005-08-17  Bruno Haible  <bruno@clisp.org>
49761
49762         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
49763         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
49764
49765 2005-08-17  Bruno Haible  <bruno@clisp.org>
49766
49767         * m4/strcasestr.m4: New file.
49768
49769 2005-08-17  Bruno Haible  <bruno@clisp.org>
49770
49771         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
49772         * lib/strstr.c: Completely rewritten, with multibyte locale support.
49773
49774 2005-08-17  Bruno Haible  <bruno@clisp.org>
49775
49776         * lib/strcasestr.h: New file.
49777         * lib/strcasestr.c: New file.
49778
49779 2005-08-17  Bruno Haible  <bruno@clisp.org>
49780
49781         * lib/strcasecmp.c: Use mbuiter.h.
49782
49783 2005-08-17  Bruno Haible  <bruno@clisp.org>
49784
49785         * lib/mbuiter.h: New file.
49786
49787 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
49788
49789         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
49790         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
49791         and gl_GETOPT are both invoked via different paths (as happens
49792         with GNU tar CVS because it uses both argp and getopt), the former
49793         wins.
49794
49795 2005-08-16  Bruno Haible  <bruno@clisp.org>
49796
49797         * modules/tls: New file.
49798         * MODULES.html.sh (Multithreading): Add tls.
49799
49800 2005-08-16  Bruno Haible  <bruno@clisp.org>
49801
49802         * modules/strnlen1: New file.
49803         * MODULES.html.sh (String handling): Add strnlen1.
49804
49805 2005-08-16  Bruno Haible  <bruno@clisp.org>
49806
49807         * modules/strcase (Files): Add m4/mbrtowc.m4.
49808         (Depends-on): Add strnlen1, mbchar.
49809
49810 2005-08-16  Bruno Haible  <bruno@clisp.org>
49811
49812         * modules/mbiter: New file.
49813         * MODULES.html.sh (Extended multibyte and wide character utilities):
49814         Add mbiter.
49815
49816 2005-08-16  Bruno Haible  <bruno@clisp.org>
49817
49818         * modules/mbfile: New file.
49819         * MODULES.html.sh (Extended multibyte and wide character utilities):
49820         Add mbfile.
49821
49822 2005-08-16  Bruno Haible  <bruno@clisp.org>
49823
49824         * modules/mbchar: New file.
49825         * MODULES.html.sh (Extended multibyte and wide character utilities):
49826         New section.
49827
49828 2005-08-16  Bruno Haible  <bruno@clisp.org>
49829
49830         * m4/tls.m4: New file, from GNU gettext.
49831
49832 2005-08-16  Bruno Haible  <bruno@clisp.org>
49833
49834         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
49835         always.
49836         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
49837
49838 2005-08-16  Bruno Haible  <bruno@clisp.org>
49839
49840         * m4/mbiter.m4: New file.
49841
49842 2005-08-16  Bruno Haible  <bruno@clisp.org>
49843
49844         * m4/mbfile.m4: New file.
49845
49846 2005-08-16  Bruno Haible  <bruno@clisp.org>
49847
49848         * m4/mbchar.m4: New file.
49849
49850 2005-08-16  Bruno Haible  <bruno@clisp.org>
49851
49852         * lib/tls.h: New file, from GNU gettext.
49853         * lib/tls.c: New file, from GNU gettext.
49854
49855 2005-08-16  Bruno Haible  <bruno@clisp.org>
49856
49857         * lib/strnlen1.h: New file.
49858         * lib/strnlen1.c: New file.
49859
49860 2005-08-16  Bruno Haible  <bruno@clisp.org>
49861
49862         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
49863         (mbi_init): Update.
49864         (mbi_avail, mbi_advance): Let the iteration end before the terminating
49865         NUL byte, not after it.
49866
49867 2005-08-16  Bruno Haible  <bruno@clisp.org>
49868
49869         * lib/strcase.h (strcasecmp): Add note in comments.
49870         * lib/strncasecmp.c: Use code from strcasecmp.c.
49871         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
49872         (strcasecmp): Work correctly in multibyte locales.
49873
49874 2005-08-16  Bruno Haible  <bruno@clisp.org>
49875
49876         * lib/mbiter.h: New file.
49877
49878 2005-08-16  Bruno Haible  <bruno@clisp.org>
49879
49880         * lib/mbfile.h: New file.
49881
49882 2005-08-16  Bruno Haible  <bruno@clisp.org>
49883
49884         * lib/mbchar.h: New file.
49885         * lib/mbchar.c: New file.
49886
49887 2005-08-16  Bruno Haible  <bruno@clisp.org>
49888
49889         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
49890         the valid ones. Makes the comparison operations transitive:
49891         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
49892         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
49893
49894 2005-08-15  Simon Josefsson  <jas@extundo.com>
49895
49896         * modules/ssize_t (License): Change to 'unlimited'.
49897
49898         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
49899
49900 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
49901
49902         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
49903         Add comments for each pending glibc patch.
49904
49905 2005-08-15  Bruno Haible  <bruno@clisp.org>
49906
49907         * lib/regex.h (__restrict_arr): Don't define to __restrict if
49908         __cplusplus is defined.
49909
49910 2005-08-14  Jim Meyering  <jim@meyering.net>
49911
49912         Sync from coreutils.
49913
49914         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
49915         Use the hash-table-based cycle-detection code not just when
49916         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
49917         Reported by James Youngman in
49918         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
49919         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
49920         FTS_TIGHT_CYCLE_CHECK.
49921         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
49922         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
49923         once again.
49924         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
49925         * lib/fts.c (fd_safer): Remove decl.
49926         Include fcntl--.h rather than unistd-safer.h
49927         (fts_safe_changedir): Don't call fd_safer; no longer needed
49928         now that we include fcntl--.h.
49929
49930 2005-08-12  Simon Josefsson  <jas@extundo.com>
49931
49932         * modules/getndelim2: Use ssize_t module.
49933         * modules/getnline: Likewise.
49934         * modules/safe-read: Likewise.
49935         * modules/xreadlink: Likewise.
49936
49937         * modules/ssize_t: New file.
49938
49939 2005-08-12  Simon Josefsson  <jas@extundo.com>
49940
49941         * m4/readline.m4: Look for termcap, curses or ncurses if required.
49942
49943 2005-08-12  Simon Josefsson  <jas@extundo.com>
49944
49945         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49946         ssize_t.
49947
49948 2005-08-12  Simon Josefsson  <jas@extundo.com>
49949
49950         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
49951         readline, getdelim and check_version.
49952         (Support for systems lacking ISO C 99: Sizes of integer types):
49953         Add size_max.
49954
49955 2005-08-12  Bruno Haible  <bruno@clisp.org>
49956
49957         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
49958
49959 2005-08-11  Simon Josefsson  <jas@extundo.com>
49960
49961         * modules/readline: New file.
49962
49963         * modules/strnlen (Files): Add strnlen.h.
49964
49965 2005-08-11  Simon Josefsson  <jas@extundo.com>
49966
49967         * m4/readline.m4: New file.
49968
49969 2005-08-11  Simon Josefsson  <jas@extundo.com>
49970
49971         * lib/readline.h, readline.c: New file.
49972
49973 2005-08-11  Simon Josefsson  <jas@extundo.com>
49974
49975         * doc/gnulib.texi (Initial import, Finishing touches): Mention
49976         gl_AVOID.
49977
49978 2005-08-11  Bruno Haible  <bruno@clisp.org>
49979
49980         * lib/strnlen.h (strnlen): Change parameter name to match comment.
49981
49982 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
49983
49984         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
49985
49986 2005-08-10  Simon Josefsson  <jas@extundo.com>
49987
49988         * tests/test-iconvme.c: New file.
49989
49990 2005-08-10  Simon Josefsson  <jas@extundo.com>
49991
49992         * m4/strnlen.m4: New file.
49993
49994         * m4/strndup.m4: Don't check for strnlen declaration, done in
49995         strnlen.m4.
49996
49997 2005-08-10  Simon Josefsson  <jas@extundo.com>
49998
49999         * lib/strndup.c: Use strnlen.h.
50000
50001         * lib/strnlen.h: New file.
50002
50003 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50004
50005         * README: Typos.
50006
50007 2005-08-02  Simon Josefsson  <jas@extundo.com>
50008
50009         * modules/readline: New file.
50010
50011 2005-08-02  Simon Josefsson  <jas@extundo.com>
50012
50013         * modules/getdelim: New file.
50014
50015         * modules/getline: Rewrite, don't use getndelim2.
50016
50017 2005-08-02  Simon Josefsson  <jas@extundo.com>
50018
50019         * m4/getline.m4: Separate out getdelim stuff into separate module.
50020
50021         * m4/getdelim.m4: New file.
50022
50023 2005-08-02  Simon Josefsson  <jas@extundo.com>
50024
50025         * lib/getline.h, getline.c: Rewrite.
50026
50027         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
50028
50029 2005-07-31  Bruno Haible  <bruno@clisp.org>
50030
50031         * lib/lock.h (gl_lock_initializer): New macro.
50032         (gl_lock_define_initialized): Use it.
50033         (gl_rwlock_initializer): New macro.
50034         (gl_rwlock_define_initialized): Use it.
50035         (gl_recursive_lock_initializer): New macro.
50036         (gl_recursive_lock_define_initialized): Use it.
50037
50038 2005-07-30  Karl Berry  <karl@gnu.org>
50039
50040         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
50041         Report from Ben Pfaff, regarding getopt.
50042
50043 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
50044
50045         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
50046         normal way.
50047         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
50048         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
50049         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
50050         (gl_GETOPT): Use the new macros.  Most of the implementation
50051         is moved to the new macros.  This is for programs like Emacs
50052         that don't want all the functionality of gl_GETOPT.
50053
50054 2005-07-26  Bruno Haible  <bruno@clisp.org>
50055
50056         * m4/lock.m4: Update from GNU gettext.
50057
50058 2005-07-26  Bruno Haible  <bruno@clisp.org>
50059
50060         * lib/lock.h: Update from GNU gettext.
50061         * lib/lock.c: Update from GNU gettext.
50062
50063 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
50064
50065         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
50066         obsolescent AC_TRY_RUN.  Include the default includes files, for
50067         'exit'.
50068
50069 2005-07-24  Bruno Haible  <bruno@clisp.org>
50070
50071         * modules/visibility: New file.
50072         * MODULES.html.sh (Misc): Add visibility.
50073
50074 2005-07-24  Bruno Haible  <bruno@clisp.org>
50075
50076         * m4/visibility.m4: New file.
50077
50078 2005-07-24  Bruno Haible  <bruno@clisp.org>
50079
50080         * doc/visibility.texi: New file.
50081
50082 2005-07-22  Bruno Haible  <bruno@clisp.org>
50083
50084         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
50085         $(ALLOCA_H), redundant through BUILT_SOURCES.
50086         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
50087         redundant through BUILT_SOURCES.
50088         * modules/byteswap (Makefile.am): Remove explicit dependency on
50089         $(BYTESWAP_H), redundant through BUILT_SOURCES.
50090         * modules/fnmatch (Makefile.am): Remove explicit dependency on
50091         $(FNMATCH_H), redundant through BUILT_SOURCES.
50092         * modules/getopt (Makefile.am): Remove explicit dependency on
50093         $(GETOPT_H), redundant through BUILT_SOURCES.
50094         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
50095         redundant through BUILT_SOURCES.
50096         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
50097         redundant through BUILT_SOURCES.
50098         * modules/stdbool (Makefile.am): Remove explicit dependency on
50099         $(STDBOOL_H), redundant through BUILT_SOURCES.
50100         * modules/stdint (Makefile.am): Remove explicit dependency on
50101         $(STDINT_H), redundant through BUILT_SOURCES.
50102         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
50103         Remove explicit dependency on $(SYSEXITS_H).
50104         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
50105
50106 2005-07-18  Simon Josefsson  <jas@extundo.com>
50107
50108         * lib/check-version.c (check_version): Accept identical versions too.
50109
50110 2005-07-18  Bruno Haible  <bruno@clisp.org>
50111
50112         * modules/lock: New file.
50113         * MODULES.html.sh (Multithreading): New section.
50114
50115 2005-07-18  Bruno Haible  <bruno@clisp.org>
50116
50117         * m4/lock.m4: New file, from GNU gettext.
50118
50119 2005-07-18  Bruno Haible  <bruno@clisp.org>
50120
50121         * lib/lock.h: New file, from GNU gettext.
50122         * lib/lock.c: New file, from GNU gettext.
50123
50124 2005-07-18  Bruno Haible  <bruno@clisp.org>
50125
50126         * lib/lock.h (gl_once_t): New type.
50127         (gl_once_define, gl_once): New macros.
50128         * lib/lock.c (fresh_once): New variable.
50129         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
50130         functions.
50131
50132 2005-07-16  Simon Josefsson  <jas@extundo.com>
50133
50134         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
50135         workaround, suggested by Bruno.
50136
50137 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
50138
50139         * modules/xalloc (Depends-on): Add xalloc-die.
50140         * modules/xvasprintf (Depends-on): Add xalloc-die.
50141
50142 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
50143
50144         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
50145         with a minor change.
50146
50147 2005-07-15  Bruno Haible  <bruno@clisp.org>
50148
50149         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
50150         When using lib/poll.c, define poll as rpl_poll.
50151
50152 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
50153
50154         * modules/argp (Depends-on): Remove unlocked-io.
50155
50156 2005-07-14  Derek Price  <derek@ximbiot.com>
50157
50158         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
50159         for glob symlink bug.
50160
50161 2005-07-14  Bruno Haible  <bruno@clisp.org>
50162
50163         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
50164         Instead, test for *_unlocked function declarations directly.
50165
50166 2005-07-11  Simon Josefsson  <jas@extundo.com>
50167
50168         * modules/size_max: New file.
50169
50170         * modules/xsize: Depend on size_max module for size_max.m4.
50171
50172 2005-07-11  Simon Josefsson  <jas@extundo.com>
50173
50174         * lib/size_max.h: New file.
50175
50176 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
50177
50178         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
50179         copyright symbol and the year.
50180         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
50181         (version_etc_va): Use parameterized copyright notice.
50182         Reword to conform to the current GNU coding standards.
50183
50184 2005-07-11  Karl Berry  <karl@gnu.org>
50185
50186         * doc/gnulib.texi (Quoting): new node.
50187         (Initial import): more info, from Patrice.
50188
50189 2005-07-11  Bruno Haible  <bruno@clisp.org>
50190
50191         * gnulib-tool (func_usage): Document option --avoid.
50192         (Command line options): Handle --avoid.
50193         (func_acceptable): New function.
50194         (func_modules_transitive_closure): Use it.
50195
50196 2005-07-11  Bruno Haible  <bruno@clisp.org>
50197
50198         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
50199         Reported by Jim Meyering.
50200
50201 2005-07-10  Bruno Haible  <bruno@clisp.org>
50202
50203         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
50204         Needed when size_t is smaller than 'unsigned int'.
50205         Reported by Paul Eggert.
50206
50207 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50208
50209         * modules/argp (Depends-on): Add unlocked-io
50210
50211 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50212
50213         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
50214         block of defines.
50215
50216 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
50217
50218         * config/srclist.txt: Comment out regcomp.c, since we have a porting
50219         fix now.
50220
50221 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
50222         and Paul Eggert  <eggert@cs.ucla.edu>
50223
50224         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
50225         in wint_t, not wchar_t.  Remove now-unnecessary cast.
50226
50227 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50228
50229         * modules/regex (Files): Add lib/regex_internal.c,
50230         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
50231         (Depends-on): Add extensions.
50232         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
50233
50234 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50235
50236         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
50237         pathconf.
50238         * m4/same.m4 (gl_SAME): Likewise.
50239         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
50240
50241         * m4/regex.m4: Adjust to new libc regex implementation.
50242         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
50243         all the .c and .h parts of (the new) regex.
50244         Quote the m4 stuff better.
50245         Check for RE_ICASE bug of old gnulib.
50246         Check for REG_STARTEND of recent libc.
50247         Rename local variables from jm_* to gl_*.
50248         Quote operand of "test -f".
50249         Say "recent enough" version of libc, not "version 2".
50250         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
50251         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
50252         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
50253         Remove check for btowc, isascii.
50254         Require AM_LANGINFO_CODESET.
50255
50256 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50257
50258         * lib/regex.c, regex.h: Sync from libc.
50259         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
50260         * lib/regexec.c:
50261         New files, synced from libc, except that regex_internal.h
50262         currently has a small porting fix.
50263
50264 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50265
50266         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
50267         regex_internal.c, regexec.c.
50268         Add regex_internal.h too, but as a comment, since the libc version
50269         is currently broken in gnulib mode.
50270
50271 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
50272
50273         Support programs like Emacs that use gnulib but not gettext.
50274         * MODULES.html.sh (Internationalization functions): Add gettext-h.
50275         * modules/gettext-h: New file.
50276         * modules/gettext (Files): Remove lib/gettext.h.
50277         (Depends-on): Add gettext-h.
50278         (Makefile.am): Remove lib_SOURCES.
50279         * modules/argmatch, modules/c-stack, modules/closeout:
50280         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
50281         * modules/execute, modules/file-type, modules/getaddrinfo:
50282         * modules/getopt, modules/human, modules/javacomp:
50283         * modules/javaexec, modules/mkdir-p, modules/obstack:
50284         * modules/openat, modules/pagealign_alloc, modules/pipe:
50285         * modules/quotearg, modules/regex, modules/rpmatch:
50286         * modules/unicodeio, modules/userspec, modules/version-etc:
50287         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
50288         * modules/xsetenv:
50289         Depend on gettext-h, not gettext.
50290
50291 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
50292
50293         * gnulib-tool (func_import): Add support for 'public domain' license.
50294         * modules/alloca, modules/atexit, modules/memmove:
50295         Now public domain, not GPL.
50296         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
50297         * modules/realloc, modules/strerror, modules/strtod:
50298         Now LGPL, not GPL.
50299
50300 2005-07-05  Bruno Haible  <bruno@clisp.org>
50301
50302         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
50303         autoconf CVS. Needed for mingw.
50304
50305 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
50306
50307         Remove the dependency of the strftime module on the tzset module.
50308         * modules/strftime (Depends-on): Remove dependency on tzset.
50309
50310 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
50311
50312         Remove the dependency of the strftime module on the tzset module.
50313         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
50314         gl_FUNC_TZSET_CLOBBER.
50315
50316 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
50317
50318         Remove the dependency of the strftime module on the tzset module.
50319         * lib/strftime.c (my_strftime)
50320         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
50321         Copy the input structure, to work around some of the bug with
50322         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
50323         Solaris releases, you should also use the tzset module, but we won't
50324         require it as a dependency any more since we don't want LGPLed code
50325         to depend on GPLed code.
50326
50327 2005-07-02  Jim Meyering  <jim@meyering.net>
50328
50329         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
50330         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
50331         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
50332         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
50333
50334 2005-07-02  Jim Meyering  <jim@meyering.net>
50335
50336         * lib/backupfile.c (backup_args): Change a `0' to NULL.
50337
50338 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
50339
50340         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
50341         declares only 'struct timespec;' (!).
50342
50343 2005-07-01  Jim Meyering  <jim@meyering.net>
50344
50345         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
50346         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
50347         * lib/save-cwd.c, tempname.c:
50348         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50349         and don't include <sys/file.h>).
50350
50351 2005-06-29  Jim Meyering  <jim@meyering.net>
50352
50353         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
50354         type name.  Use the variable name instead.
50355         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
50356         Likewise.
50357
50358 2005-06-28  Simon Josefsson  <jas@extundo.com>
50359
50360         * modules/check-version (Files): Add check-version.m4.
50361
50362 2005-06-28  Simon Josefsson  <jas@extundo.com>
50363
50364         * m4/check-version.m4: New file, suggested by Jim Meyering
50365         <jim@meyering.net>.
50366
50367 2005-06-28  Simon Josefsson  <jas@extundo.com>
50368
50369         * lib/check-version.h, lib/check-version.c: New files.
50370
50371 2005-06-28  Simon Josefsson  <jas@extundo.com>
50372
50373         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
50374         collision with global variable.  Better indentation.  Don't
50375         increment buffer pointer beyond buffer end.  Based on comments
50376         from Paul Eggert <eggert@cs.ucla.edu>.
50377
50378         * lib/base64.h: Indent.
50379
50380 2005-06-28  Simon Josefsson  <jas@extundo.com>
50381
50382         * doc/gnulib.texi (Library version handling): New section.
50383
50384 2005-06-28  Jim Meyering  <jim@meyering.net>
50385
50386         * check-module (find_included_lib_files): Hard-code another
50387         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
50388         but modules/fts-lgpl (correctly) does not list those files.
50389
50390         * modules/canonicalize (Files): Add lib/pathmax.h.
50391
50392 2005-06-25  Simon Josefsson  <jas@extundo.com>
50393
50394         * modules/check-version: New file.
50395
50396 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
50397
50398         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
50399         initializer of struct addrinfo, as an indication that we don't
50400         care how many members the structure has.
50401
50402 2005-06-24  Derek Price  <derek@ximbiot.com>
50403         and Bruno Haible  <bruno@clisp.org>
50404
50405         Remove stat module & update lstat.
50406         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
50407         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50408         * m4/stat.m4: Remove this file.
50409
50410 2005-06-24  Derek Price  <derek@ximbiot.com>
50411         and Bruno Haible  <bruno@clisp.org>
50412
50413         Remove stat module & update lstat.
50414         * lib/stat.c: Remove this file...
50415         (slash_aware_lstat): ...moving this content and its support...
50416         * lib/lstat.c (rpl_lstat): ...into here.
50417         * lib/lstat.h: New file.
50418
50419 2005-06-24  Derek Price  <derek@ximbiot.com>
50420         and Bruno Haible  <bruno@clisp.org>
50421
50422         Remove stat module & update lstat.
50423         * config/srclist.txt (libc sources): Remove stat.
50424
50425 2005-06-24  Derek Price  <derek@ximbiot.com>
50426         and Bruno Haible  <bruno@clisp.org>
50427
50428         Remove stat module & update lstat.
50429         * MODULES.html.sh (stat): Remove.
50430         * MODULES.html: Regenerated.
50431         * modules/lstat (Description): Correct function name.
50432         (Files): Add "lstat.h".
50433         (Depends-on): Remove stat, add xalloc, stat-macros.
50434         * modules/stat: Remove this file.
50435         (Include): Add "lstat.h", remove <sys/stat.h>.
50436
50437 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
50438
50439         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
50440         (ranged_convert): Don't save conversion in a temporary struct.
50441         This causes a warning with GCC 4.0.0, and anyway in the typical
50442         case it's not worth the extra 100 bytes or so of code.
50443         (ranged_convert, __mktime_internal): When calling a function via a
50444         pointer P, use P () rather than (*P) (), as we now assume C89 or
50445         better.
50446
50447 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50448
50449         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
50450         "who -r" failed to give output.  Problem reported by Tim Waugh.
50451
50452         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
50453         (xcalloc): Use it to avoid needless tests.
50454         Problem reported by Jim Meyering.
50455
50456 2005-06-20  Derek Price  <derek@ximbiot.com>
50457
50458         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
50459         unnecessary for Autoconfs > 2.59c.
50460
50461 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50462
50463         * lib/argp.h (__option_is_short): Check upper limit of
50464         __key. Isprint() requires its argument to have the value
50465         of an unsigned char or EOF.
50466
50467 2005-06-16  Jim Meyering  <jim@meyering.net>
50468
50469         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
50470         when either N or S is zero.
50471
50472 2005-06-16  Derek Price  <derek@ximbiot.com>
50473
50474         * m4/bison.m4: Declare YACC & YFLAGS precious.
50475
50476 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
50477
50478         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
50479         multibyte string or pattern, fall back on unibyte matching.
50480         Problem reported by James Youngman.
50481
50482 2005-06-08  Bruno Haible  <bruno@clisp.org>
50483
50484         * modules/csharpcomp: New file.
50485         * MODULES.html.sh (C#): Add csharpcomp.
50486
50487 2005-06-08  Bruno Haible  <bruno@clisp.org>
50488
50489         * m4/csharpcomp.m4: New file, from GNU gettext.
50490
50491 2005-06-08  Bruno Haible  <bruno@clisp.org>
50492
50493         * lib/csharpcomp.h: New file, from GNU gettext.
50494         * lib/csharpcomp.c: New file, from GNU gettext.
50495         * lib/csharpcomp.sh.in: New file, from GNU gettext.
50496
50497 2005-06-08  Bruno Haible  <bruno@clisp.org>
50498
50499         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
50500         warning on mingw.
50501
50502 2005-06-07  Derek Price  <derek@ximbiot.com>
50503
50504         Sync from CVS.
50505         * lib/glob_.h: Indent nested #ifdef.
50506
50507 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50508
50509         Sync from coreutils.
50510         Use "file name" when talking about file names, instead of "filename"
50511         or "path", as per the GNU coding standards.
50512         * lib/mkdir-p.c: Renamed from makepath.c.
50513         (make_dir_parents): Renamed from make_path.  All callers changed.
50514         * lib/mkdir-p.h: Likewise.  All includers changed.
50515         * lib/filenamecat.c: Renamed from path-concat.c.
50516         (file_name_concat): Renamed from path_concat.  All callers changed.
50517         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
50518         * lib/filenamecat.h: Likewise.  All includers changed.
50519         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
50520         in comments or local variable names.
50521         * lib/basename.c: Likewise.
50522         * lib/canonicalize.c, canonicalize.h: Likewise.
50523         * lib/dirname.c, dirname.h: Likewise.
50524         * lib/euidaccess.c: Likewise.
50525         * lib/exclude.c: Likewise
50526         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
50527         * lib/fsusage.c, fsuage.h: Likewise.
50528         * lib/fts.c, fts_.h: Likewise.
50529         * lib/getcwd.c: Likewise.
50530         * lib/getloadavg.c: Likewise.
50531         * lib/mkstemp.c: Likewise.
50532         * lib/mountlist.c, mountlist.h: Likewise.
50533         * lib/openat.c, openat.h: Likewise.
50534         * lib/readlink-stub.c: Likewise.
50535         * lib/readutmp.c, readutmp.h: Likewise.
50536         * lib/rename.c: Likewise.
50537         * lib/rmdir.c: Likewise.
50538         * lib/same.c: Likewise.
50539         * lib/savedir.c: Likewise.
50540         * lib/stripslash.c: Likewise.
50541         * lib/tempname.c: Likewise.
50542         * lib/xreadlink.c: Likewise.
50543         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
50544         All uses changed.
50545         * lib/exclude.h: Likewise.
50546
50547         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
50548         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50549         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
50550         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50551         * lib/pathmax.h: Include <limits.h> unconditionally, since other
50552         files have been getting away with it for years (MORE/BSD 4.3
50553         is extinct now).
50554         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
50555         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50556
50557         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
50558         Define to 256, not 255, as per modern POSIX.
50559
50560 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50561
50562         Sync from coreutils.
50563         Use "file name" when talking about file names, instead of "filename"
50564         or "path", as per the GNU coding standards.
50565         * MODULES.html.sh: mkdir-p renamed from makepath.
50566         filenamecat renamed from path-concat.
50567         * modules/filenamecat: Renamed from modules/path-concat.
50568         (Files): filenamecat.h and filenamecat.c renamed from
50569         path-concat.h and path-concat.c.
50570         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
50571         (Include): filenamecat.h, not path-concat.h.
50572         * modules/mkdir-p: Renamed from modules/makepath.
50573         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
50574         makepath.c.
50575         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
50576         (Include): mkdir-p.h, not makepath.h.
50577
50578 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50579
50580         Sync from coreutils.
50581         * m4/mkdir-p.m4: Renamed from makepath.m4.
50582         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
50583         Rename files from makepath.c to mkdir-p.c, and from
50584         makepath.h to mkdir-p.h.
50585         * m4/filenamecat.m4: Renamed from path-concat.m4.
50586         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
50587         Rename files from path-concat.c to filenamecat.c,
50588         and from path-concat.h to filenamecat.h.
50589         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
50590         "file name" in local variables or comments.
50591         * m4/rename.m4: Likewise.
50592
50593 2005-06-01  Bruno Haible  <bruno@clisp.org>
50594
50595         * modules/csharpexec: New file.
50596         * MODULES.html.sh (C#): New section.
50597
50598 2005-06-01  Bruno Haible  <bruno@clisp.org>
50599
50600         * m4/csharp.m4: New file, from GNU gettext.
50601         * m4/csharpexec.m4: New file, from GNU gettext.
50602
50603 2005-06-01  Bruno Haible  <bruno@clisp.org>
50604
50605         * lib/csharpexec.h: New file, from GNU gettext.
50606         * lib/csharpexec.c: New file, from GNU gettext.
50607         * lib/csharpexec.sh.in: New file, from GNU gettext.
50608
50609 2005-05-31  Derek Price  <derek@ximbiot.com>
50610             Paul Eggert  <eggert@cs.ucla.edu>
50611
50612         Sync from cvs.
50613         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50614
50615 2005-05-31  Derek Price  <derek@ximbiot.com>
50616             Paul Eggert  <eggert@cs.ucla.edu>
50617
50618         Sync from cvs.
50619         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50620
50621 2005-05-29  Derek Price  <derek@ximbiot.com>
50622
50623         * config/srclist.txt (glob_.h, glob.c): Add these files.
50624
50625 2005-05-29  Derek Price  <derek@ximbiot.com>
50626
50627         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
50628         * modules/glob: New file.
50629         * modules/getlogin_r: Add link to POSIX spec in description.
50630
50631 2005-05-29  Derek Price  <derek@ximbiot.com>
50632             Paul Eggert  <eggert@cs.ucla.edu>
50633
50634         * m4/glob.m4: New file.
50635
50636 2005-05-29  Derek Price  <derek@ximbiot.com>
50637             Paul Eggert  <eggert@cs.ucla.edu>
50638
50639         * lib/glob_.h, lib/glob.c: New files.
50640
50641 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50642
50643         * modules/fts (Files): Remove m4/inttypes-pri.m4.
50644         * modules/fts-lgpl (Depends-on): Remove gettext.
50645
50646 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50647
50648         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
50649         and don't require gt_INTTYPES_PRI.
50650
50651 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50652
50653         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
50654
50655         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
50656         the configuration hassle isn't worth it.
50657         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
50658         (LONGEST_MODIFIER, PRIuMAX): Remove.
50659
50660 2005-05-27  Bruno Haible  <bruno@clisp.org>
50661
50662         * lib/getlogin_r.h: Remove second include of <stddef.h>.
50663
50664 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
50665
50666         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
50667         _POSIX_PTHREAD_SEMANTICS for Solaris.
50668
50669 2005-05-25  Derek Price  <derek@ximbiot.com>
50670
50671         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
50672
50673 2005-05-25  Derek Price  <derek@ximbiot.com>
50674             Paul Eggert  <eggert@cs.ucla.edu>
50675
50676         * modules/getlogin_r, m4/getlogin_r.m4: New files.
50677         * lib/getlogin_r.c, getlogin_r.h: New files.
50678
50679 2005-05-25  Bruno Haible  <bruno@clisp.org>
50680             Derek Price  <derek@ximbiot.com>
50681
50682         * lib/getlogin_r.h: Simplify API documentation.
50683
50684 2005-05-23  Derek Price  <derek@ximbiot.com>
50685
50686         * modules/minmax (Files): Add m4/minmax.m4.
50687         (configure.ac): Add gl_MINMAX.
50688
50689 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
50690
50691         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
50692         so that unistd-safer.h (GPL'ed code) need not be included.
50693
50694 2005-05-22  Bruno Haible  <bruno@clisp.org>
50695
50696         * m4/minmax.m4: New file.
50697         Based on a patch by Derek Price <derek@ximbiot.com>.
50698
50699 2005-05-22  Bruno Haible  <bruno@clisp.org>
50700
50701         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
50702         (INT64_MIN): Fix definition.
50703         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
50704
50705         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
50706         NEED_SIGNED_INT_TYPES.
50707
50708         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
50709         HAVE_SYSTEM_INTTYPES.
50710
50711 2005-05-22  Bruno Haible  <bruno@clisp.org>
50712
50713         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
50714         Also include <sys/param.h> if it defines MIN, MAX.
50715         Based on a patch by Derek Price <derek@ximbiot.com>.
50716
50717 2005-05-21  Jim Meyering  <jim@meyering.net>
50718
50719         * modules/fts (Files): Add m4/inttypes-pri.m4.
50720         (Depends-on): Add lstat and remove gettext.  Alphabetize.
50721
50722 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50723
50724         New fts module.
50725         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
50726         (setup_dir, free_dir): New functions.
50727         (enter_dir, leave_dir): Define trivial
50728         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
50729         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
50730         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
50731         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
50732         Move to fts-cycle.c.
50733         (fts_open): Use setup_dir.
50734         (fts_close): Use free_dir.
50735         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
50736         This adds a label and some gotos, but the alternatives were messier.
50737         Check for memory allocation failure when entering a dir.
50738         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
50739         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
50740         (FTS): New member fts_cycle, that is a union that contains the
50741         old active_dir_ht and cycle_state.  All uses changed to mention
50742         fts_cycle.ht and fts_cycle.state.
50743         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
50744         fts.c, with the following changes:
50745         (setup_dir, free_dir): New functions.
50746         (enter_dir): Now returns bool.  Return true if successful, false
50747         if memory exhausted.  All callers changed.
50748         Do not bother partly cleaning up on
50749         memory allocation failure; that is free_dir's job.
50750         However, free ad if hash_insert fails, to avoid memory leak.
50751         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
50752         fts->fts_options to see which union member to use.
50753
50754 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50755
50756         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
50757         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
50758
50759 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50760
50761         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
50762
50763 2005-05-20  Jim Meyering  <jim@meyering.net>
50764
50765         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
50766         Now a macro, to pacify GCC.
50767
50768 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50769
50770         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
50771         of -1.
50772
50773 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50774
50775         * lib/chown.c (rpl_chown): Return -1 on failure.
50776
50777 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50778
50779         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
50780         Don't check for stddef.h.
50781         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
50782         don't use its results.
50783         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
50784         since we include them unconditionally.  Don't require
50785         AM_STDBOOL_H, since stdbool is a prerequisite.
50786         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
50787         since we assume C89 or better.
50788         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
50789         as we don't use their results.
50790         Don't check for fchdir, memmove, memset, strrchr, as we use
50791         them unconditionally.
50792         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
50793         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
50794
50795 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50796
50797         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
50798         Include <stddef.h> unconditionally, since we assume C89 now.
50799         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
50800         * lib/fts.c: Include fts_.h first, to check interface.
50801         Do not include intprops.h; no longer needed.
50802         Include cycle-check.h and hash.h, since fts_.h no longer does.
50803         Remove unnecessary casts of closedir to void.
50804         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
50805         decide whether to decrement nlinks.
50806         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
50807         (FTS): Use struct hash_table * instead of Hash_table, so that
50808         we no longer need to include hash.h here.
50809
50810 2005-05-18  Jim Meyering  <jim@meyering.net>
50811
50812         * modules/dirfd (License): Change to LGPL.  Most of the code
50813         is already in the public domain.
50814
50815 2005-05-18  Jim Meyering  <jim@meyering.net>
50816
50817         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
50818         Reported by Yoann Vandoorselaere.
50819
50820 2005-05-17  Jim Meyering  <jim@meyering.net>
50821
50822         * m4/fts.m4: New file, from coreutils.
50823
50824 2005-05-17  Jim Meyering  <jim@meyering.net>
50825
50826         * lib/fts.c, lib/fts_.h: New files, from coreutils.
50827
50828 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50829
50830         Sync from coreutils.
50831         * m4/unlinkdir.m4: New file.
50832
50833 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50834
50835         Sync from coreutils.
50836         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
50837         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
50838         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
50839         White space changes only.
50840         * lib/makepath.c (make_path): Port to hosts where leading "//" is
50841         special.
50842         * lib/yesno.c: Include getline.h, not ctype.h.
50843         (yesno): Don't remove leading white space; POSIX doesn't allow it.
50844         Use getline to remove arbitrary restriction on response length.
50845
50846 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50847
50848         * config/srclist-update: Spell out "Street" in FSF postal
50849         mail address; this is the style the FSF seems to prefer.
50850
50851         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
50852         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
50853         this updates FSF postal mail address.
50854
50855         Sync from coreutils.
50856         * modules/unlinkdir: New file.
50857         * modules/yesno (Depends-on): Add getline.
50858         * MODULES.html.sh (File system functions): Add unlinkdir.
50859
50860 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50861
50862         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
50863         lib/strsep.h:
50864         Change the initial comment to refer to GPL, not LGPL.
50865         gnulib-tool will change it to LGPL as needed.
50866
50867         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
50868         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
50869         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
50870         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
50871         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
50872         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
50873         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
50874         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
50875         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
50876         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
50877         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
50878         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
50879         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
50880         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
50881         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
50882         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
50883         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
50884         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
50885         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
50886         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
50887         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
50888         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
50889         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
50890         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
50891         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
50892         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
50893         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
50894         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
50895         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
50896         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
50897         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
50898         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
50899         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
50900         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
50901         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
50902         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
50903         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
50904         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
50905         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
50906         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
50907         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
50908         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
50909         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
50910         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
50911         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
50912         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
50913         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
50914         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
50915         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
50916         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
50917         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50918         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
50919         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
50920         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
50921         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
50922         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
50923         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
50924         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
50925         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
50926         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
50927         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
50928         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
50929         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
50930         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
50931         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
50932         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
50933         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
50934         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
50935         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
50936         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
50937         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
50938         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
50939         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
50940         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
50941         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
50942         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
50943         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
50944         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
50945         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
50946         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
50947         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
50948         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
50949         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
50950         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
50951         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
50952         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
50953         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
50954         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
50955         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
50956         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
50957         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
50958         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
50959         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
50960         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
50961         lib/yesno.c, lib/yesno.h:
50962         Update FSF postal mail address.
50963
50964 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50965
50966         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
50967         tests/test-memmem.c, tests/test-stpncpy.c:
50968         Update FSF postal mail address.
50969
50970 2005-05-13  Bruno Haible  <bruno@clisp.org>
50971
50972         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
50973         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
50974         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
50975         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
50976         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
50977         Add support for 64-bit integers in the MSVC compiler.
50978
50979 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50980
50981         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
50982
50983 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
50984
50985         * gnulib-tool (func_import): Sort and uniquify recommended includes.
50986
50987 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
50988
50989         * doc/getdate.texi (General date syntax): Don't say that date
50990         date --iso-8601=ns generates acceptable dates; it doesn't yet.
50991         Problem reported by Nic Ferrier.
50992
50993 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50994
50995         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
50996         specified in ai_socktype. Fix invalid ai_protocol
50997         check. ai_protocol is usually set to 0 or depending on
50998         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
50999         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
51000         ai_socktype / ai_protocol in the returned addrinfo structure.
51001
51002 2005-05-10  Simon Josefsson  <jas@extundo.com>
51003
51004         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
51005         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51006
51007 2005-05-10  Karl Berry  <karl@gnu.org>
51008
51009         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
51010         (from http://www.gnu.org/licenses).
51011         * doc/COPYING.LIB: also rename to COPYING.LESSER.
51012         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
51013         fdl.texi suffices.
51014
51015 2005-05-10  Karl Berry  <karl@gnu.org>
51016
51017         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
51018         (COPYING.DOC): remove.
51019
51020         * config/srclist-update: new FSF address.
51021
51022 2005-05-10  Derek Price  <derek@ximbiot.com>
51023
51024         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
51025         possible.
51026
51027 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51028             Bruno Haible  <bruno@clisp.org>
51029
51030         * modules/inet_ntop: New file.
51031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51032         inet_ntop.
51033
51034 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51035             Bruno Haible  <bruno@clisp.org>
51036
51037         * m4/inet_ntop.m4: New file.
51038
51039 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51040             Bruno Haible  <bruno@clisp.org>
51041
51042         * lib/inet_ntop.h: New file.
51043         * lib/inet_ntop.c: New file, from glibc with modifications.
51044
51045 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
51046
51047         * modules/time_r (License): Change to LGPL.
51048         * modules/extensions (License): Change to LGPL.  Actually,
51049         the license is more permissive than that, but currently gnulib-tool
51050         doesn't know how to handle more-permissive licenses.
51051
51052         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
51053         Problem reported by Dave Love.
51054
51055 2005-05-08  Jim Meyering  <jim@meyering.net>
51056
51057         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
51058         blank.
51059
51060 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51061
51062         * modules/argmatch (Depends-on): Add stdbool.
51063         * modules/backupfile (Depends-on): Likewise.
51064         * modules/chdir-long (Depends-on): Likewise.
51065         * modules/closeout (Depends-on): Likewise.
51066         * modules/cycle-check (Depends-on): Likewise.
51067         * modules/dirname (Depends-on): Likewise.
51068         * modules/fnmatch (Depends-on): Likewise.
51069         * modules/fsusage (Depends-on): Likewise.
51070         * modules/fwriteerror (Depends-on): Likewise.
51071         * modules/getcwd (Depends-on): Likewise.
51072         * modules/getloadavg (Depends-on): Likewise.
51073         * modules/hard-locale (Depends-on): Likewise.
51074         * modules/makepath (Depends-on): Likewise.
51075         * modules/mountlist (Depends-on): Likewise.
51076         * modules/nanosleep (Depends-on): Likewise.
51077         * modules/posixtm (Depends-on): Likewise.
51078         * modules/quotearg (Depends-on): Likewise.
51079         * modules/readtokens (Depends-on): Likewise.
51080         * modules/readtokens0 (Depends-on): Likewise.
51081         * modules/readutmp (Depends-on): Likewise.
51082         * modules/save-cwd (Depends-on): Likewise.
51083         * modules/strftime (Depends-on): Likewise.
51084         * modules/userspec (Depends-on): Likewise.
51085         * modules/utimecmp (Depends-on): Likewise.
51086         * modules/xgetcwd (Depends-on): Likewise.
51087         * modules/xnanosleep (Depends-on): Likewise.
51088         * modules/xstrtod (Depends-on): Likewise.
51089         * modules/yesno (Depends-on): Likewise.
51090
51091 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
51092
51093         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
51094         needless checks.
51095
51096 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51097
51098         Merge from coreutils.  Among other things,
51099         add bulletproofing for cases where stdin, stdout, or stderr are closed.
51100         * lib/fd-safer.c: New file.
51101         * lib/fcntl-safer.h, open-safer.c: Remove.
51102         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
51103         * lib/dup-safer.c: Include unistd-safer.h first.
51104         Don't include errno.h.
51105         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
51106         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
51107         * lib/file-type.c: Rely on file-type.h change.
51108         * lib/getloadavg.c: Include unistd-safer.h.
51109         (getloadavg): Use safer open.
51110         * lib/getusershell.c: Include "stdio-safer.h".
51111         (getusershell): Use safer fopen.
51112         * lib/long-options.c (long_options): Use NULL rather than 0.
51113         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
51114         'free'.
51115         * lib/modechange.c: Likewise.
51116         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
51117         (MODE_DONE): New constant.
51118         (struct mode_change): Remove 'next' member.
51119         (make_node_op_equals): New function; like the old one of the
51120         same name, except it allocates an array.
51121         (mode_compile, mode_create_from_ref): Use it.
51122         (mode_compile): Allocate result as an array, not a linked list.
51123         Parse octal string ourself, so that we catch mistakes like "+0".
51124         (mode_adjust): Arg is an array, not a linked list.
51125         * lib/modechange.c: Include stat-macros.h, xalloc.h.
51126         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
51127         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
51128         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
51129         Remove.  This is now stat-macros.h's job.
51130         (talloc): Remove.  All callers replaced by xalloc, so that
51131         our invokers don't have to worry about reporting memory failures.
51132         (make_node_op_equals): Remove.
51133         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
51134         New constants.
51135         (struct mode_change): Moved here from modechange.h.
51136         (mode_append_entry): Remove.
51137         (mode_compile): Remove MASKED_OPS arg, since it encouraged
51138         apps to have incorrect behavior.  Use simpler algorithm for head
51139         and tail.  Don't futz with umask; that's now the job of mode_adjust.
51140         Detect more invalid usages rather than having somewhat-random behavior.
51141         Don't insert an "a=" action, as that leads to incorrect behavior.
51142         (mode_compile, mode_create_from_ref): Return NULL on error instead
51143         of an enum, since now there's only one way to have an error.  All
51144         callers changed.
51145         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
51146         at the correct time.  Simplify calculation of "+u" and its ilk.
51147         Don't mishandle "+X".
51148         (mode_free): Remove "register" and localize decls.
51149         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
51150         (struct mode_change): Move to modechange.c; callers don't
51151         need to see this stuff.
51152         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
51153         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
51154         (mode_change, mode_adjust): Reflect the new signatures noted above.
51155         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
51156         that might redefine system include files.
51157         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
51158         (my_usleep): Use NULL rather than (void *) 0.
51159         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
51160         Use siginterrupt to specify that system calls should be interrupted.
51161         (rpl_nanosleep): Move initialization of suspended closer to call of
51162         my_usleep.
51163         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
51164         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
51165         (desirable_utmp_entry): New function.
51166         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
51167         using x2nrealloc, to simplify logic.
51168         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
51169         size calculation.  Do not assume utmp file is a regular file.
51170         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
51171         (READ_UTMP_CHECK_PIDS): New constant.
51172         * lib/save-cwd.c: Include unistd-safer.h.
51173         (save_cwd): Use fd_safer.
51174         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
51175         [!_LIBC] Include "stat-macros.h" instead.
51176         * lib/unistd-safer.h (fd_safer): New decl.
51177
51178 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51179
51180         * modules/getloadavg (Depends-on): Add unistd-safer.
51181         * modules/getusershell (Depends-on): Add stdio-safer.
51182         * modules/lstat (Depends-on): Remove xalloc.
51183         * modules/mkstemp (Depends-on): Add stat-macros.
51184         * modules/modechange (Depends-on): Remove xstrtol.
51185         Add stat-macros, xalloc.
51186         * modules/save-cwd (Depends-on): Add unistd-safer.
51187         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
51188         * modules/unistd-safer (Files): Add lib/fd-safer.c
51189         (Makefile.am): Remove lib_SOURCES.
51190
51191         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
51192         Remove fcntl-safer; unistd-safer supersedes it.
51193
51194 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51195
51196         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
51197         AC_HEADER_STAT.
51198         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
51199         (gl_PREREQ_CHOWN): Remove.
51200         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
51201         it.  Don't require AC_HEADER_STAT.
51202         (gl_PREREQ_LSTAT): Remove.
51203         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
51204         Don't require AC_HEADER_STAT.
51205         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
51206         (gl_PREREQ_RMDIR): Remove.
51207         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
51208         mention stat-macros.h or AC_HEADER_STAT, since we'll make
51209         the stat-macros module a prerequisite.
51210         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
51211         * m4/filemode.m4 (gl_FILEMODE): Likewise.
51212         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
51213         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
51214         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
51215         variable names.
51216         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
51217         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
51218         variable prefixes.
51219         * m4/fcntl-safer.m4: Remove.
51220         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
51221         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
51222         Invoke gl_PREREQ_FD_SAFER.
51223         (gl_PREREQ_FD_SAFER): New macro.
51224         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
51225         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
51226         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
51227         Remove duplicate call to AC_LIBOBJ(readutmp).
51228         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
51229
51230         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
51231         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
51232
51233 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51234
51235         * MODULES.html.sh (Misc): Add byteswap.
51236
51237 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51238
51239         * modules/getcwd (Depends-on): Add extensions.
51240         * modules/openat (Depends-on): Likewise.
51241
51242 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51243
51244         * modules/byteswap: New file.
51245
51246 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51247
51248         * m4/byteswap.m4: New file.
51249
51250 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51251
51252         * lib/byteswap_.h: New file.
51253
51254 2005-04-25  Karl Berry  <karl@gnu.org>
51255
51256         * m4/gettext.m4: Update from GNU gettext 0.14.4.
51257
51258 2005-04-25  Albert Chin  <china@thewrittenword.com>
51259
51260         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
51261         Toolkit C bug.
51262
51263 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
51264
51265         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
51266         (func_ln_if_changed) Remove forcibly for no error message
51267         in case file does not exist.
51268
51269 2005-04-19  Simon Josefsson  <jas@extundo.com>
51270
51271         * gnulib-tool (Options): Make --symlink mean --symbolic.
51272
51273 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
51274
51275         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
51276
51277 2005-04-16  Simon Josefsson  <jas@extundo.com>
51278
51279         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
51280
51281 2005-04-15  Simon Josefsson  <jas@extundo.com>
51282
51283         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
51284
51285 2005-04-15  Simon Josefsson  <jas@extundo.com>
51286
51287         * gnulib-tool: Rename --symlink to --symbolic.
51288
51289 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
51290
51291         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
51292         symbolic links to files instead of copying/moving.  Add --aux-dir,
51293         specifying directory relative --dir where auxiliary build tools
51294         are placed.
51295
51296 2005-04-14  Bruno Haible  <bruno@clisp.org>
51297
51298         * modules/allocsa (License): Change to LGPL.
51299         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
51300
51301 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
51302
51303         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
51304         that "UTC +1 second" continues to work.  Problem reported
51305         by Dmitry V. Levin.
51306         (relunit_snumber): New rule.
51307         (relunit): Use it.
51308
51309 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
51310
51311         * lib/getdate.y (universal_time_zone_table): New constant.
51312         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
51313         universal_time_zone_table.
51314         (lookup_zone): Prefer universal_time_zone_table to
51315         local_time_zone_table, so that "GMT" time stamps are allowed in
51316         London during the summer.  Problem reported by Ian Abbott.
51317
51318 2005-04-12  Jim Meyering  <jim@meyering.net>
51319
51320         * lib/human.c (humblock): Set *options even when returning due to
51321         xstrtoumax conversion failure.  Thanks to a used-uninitialized
51322         warning from gcc-4.
51323
51324 2005-04-09  Jim Meyering  <jim@meyering.net>
51325
51326         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
51327         -Wuninitialized: initialize tm0.tm_year.
51328
51329 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
51330
51331         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
51332         count, since there's no maximum.  All uses changed.
51333         Add member dsts_seen.
51334         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
51335         not being INT_MAX.
51336         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
51337         Use pc_rels_seen to decide whther a date is absolute.
51338
51339         * lib/getdate.y (number): Don't overwrite year.
51340         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
51341         check.
51342
51343 2005-04-02  Simon Josefsson  <jas@extundo.com>
51344
51345         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
51346         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
51347
51348 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
51349
51350         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
51351         where no absolute path name can be longer than PATH_MAX.
51352
51353 2005-03-27  Jim Meyering  <jim@meyering.net>
51354
51355         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
51356
51357 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
51358
51359         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
51360         "one's complement" -> "ones' complement" in comment, as per Knuth.
51361         "value of type" -> "type or expression" in comment.
51362         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
51363
51364 2005-03-26  Jim Meyering  <jim@meyering.net>
51365
51366         Comment nits.
51367         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
51368         Correct typos: s/or/of/.
51369
51370 2005-03-26  Jim Meyering  <jim@meyering.net>
51371
51372         * modules/check-include-files: Move to ../ and rename to...
51373         * check-module: ...this.
51374
51375 2005-03-25  Jim Meyering  <jim@meyering.net>
51376
51377         * modules/xvasprintf (Files): Add xalloc.h.
51378
51379 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
51380
51381         * modules/gettext (Files): config/config.rpath ->
51382         build-aux/config.rpath
51383         * modules/iconv (Files): Likewise.
51384         Problem reported by Oskar Liljeblad.
51385
51386 2005-03-23  Jim Meyering  <jim@meyering.net>
51387
51388         * modules/check-include-files: New script to check for
51389         missing dependencies, multiple includes, etc.
51390
51391         * modules/c-strtold (Depends-on): Add xalloc.
51392         * modules/c-strtod (Depends-on): Add xalloc.
51393         * modules/hash (Depends-on): Add xalloc.
51394         (Files): Remove lib/xalloc.h.
51395
51396         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
51397         * modules/userspec (Files): Add lib/inttostr.h.
51398
51399 2005-03-23  Jim Meyering  <jim@meyering.net>
51400
51401         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
51402
51403 2005-03-22  Jim Meyering  <jim@meyering.net>
51404
51405         * modules/stat-macros: New module.
51406         * modules/canonicalize, modules/euidaccess, modules/file-type,
51407         * modules/filemode, modules/lchown, modules/makepath,
51408         * modules/rmdir, modules/stat: Depend on new stat-macros module
51409         rather than listing lib/stat-macros.h manually.
51410         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
51411
51412 2005-03-22  Jim Meyering  <jim@meyering.net>
51413
51414         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
51415
51416 2005-03-22  Bruno Haible  <bruno@clisp.org>
51417
51418         * config/srclist.txt: Replace target directory 'config' with
51419         'build-aux'.
51420         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
51421         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
51422         ../build-aux/.
51423
51424 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
51425
51426         * modules/chdir-long (Depends-on): Add mempcpy.
51427
51428         * modules/acl, modules/backupfile, modules/c-strtod,
51429         modules/c-strtold, modules/canon-host, modules/canonicalize,
51430         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
51431         modules/exclude, modules/exitfail, modules/file-type,
51432         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
51433         modules/getdate, modules/getline, modules/getpagesize,
51434         modules/getpass, modules/getugroups, modules/group-member,
51435         modules/hard-locale, modules/hash, modules/human, modules/idcache,
51436         modules/inttostr, modules/long-options, modules/makepath,
51437         modules/md5, modules/memcasecmp, modules/memcoll,
51438         modules/modechange, modules/mountlist, modules/path-concat,
51439         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
51440         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
51441         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
51442         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
51443         modules/strftime, modules/strndup, modules/strverscmp,
51444         modules/timespec, modules/unlocked-io, modules/userspec,
51445         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
51446         modules/yesno:
51447         Remove lib_SOURCES line from Makefile.am section, as this is now
51448         done automatically by the corresponding Autoconf macro.
51449
51450 2005-03-21  Jim Meyering  <jim@meyering.net>
51451
51452         Changes imported from coreutils.
51453
51454         * lib/cycle-check.c: Don't include xalloc.h.
51455
51456         * lib/path-concat.c: Don't include assert.h.
51457         (path_concat): Remove assertion that would have triggered
51458         for ABASE starting with more than one slash.
51459         Reported by Andreas Schwab.
51460
51461         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
51462         properly when ABASE is an absolute file name.
51463         Correct the description of this function.
51464         Include <assert.h>.
51465         Add an assertion and a test driver.
51466         This fixes a bug introduced on 2004-07-02.
51467         Andreas Schwab reported the resulting failure of cp --parents:
51468         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
51469
51470 2005-03-21  Jim Meyering  <jim@meyering.net>
51471
51472         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
51473         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
51474
51475 2005-03-21  Jim Meyering  <jim@meyering.net>
51476         and  Paul Eggert  <eggert@cs.ucla.edu>
51477
51478         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
51479         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
51480         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
51481         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
51482         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
51483         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
51484         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
51485         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
51486         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
51487         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
51488         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
51489         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
51490         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
51491         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
51492         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
51493         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
51494         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
51495         for these modules.
51496
51497 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
51498
51499         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
51500         (which shouldn't happen), generate nothing instead of returning 0
51501         immediately, so that nstrftime (NULL, ...) doesn't return 0.
51502
51503 2005-03-16  Bruno Haible  <bruno@clisp.org>
51504
51505         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
51506         HAVE_LONGLONG_64BIT.
51507
51508 2005-03-16  Bruno Haible  <bruno@clisp.org>
51509
51510         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
51511         HAVE_LONGLONG_64BIT.
51512
51513 2005-03-16  Bruno Haible  <bruno@clisp.org>
51514
51515         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
51516         HAVE_LONGLONG_64BIT.
51517
51518 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51519
51520         * lib/strftime.c (my_strftime): Prepend space to format so that we can
51521         reliably distinguish strftime failure from empty output on POSIX
51522         hosts.
51523
51524 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51525
51526         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
51527         (iconv_string): Don't guess a size-zero buffer, as that might cause
51528         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
51529         result would be 'too large', where 'too large' is (heuristically)
51530         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
51531         overflow concerns.  This will prevent some unwanted malloc failures
51532         when the inputs are very large.
51533
51534 2005-03-15  Karl Berry  <karl@gnu.org>
51535
51536         * config/srclist.txt (config.rpath): from gettext.
51537         * config/config.rpath: update.
51538
51539 2005-03-15  Bruno Haible  <bruno@clisp.org>
51540
51541         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
51542         to 'negate'.
51543
51544         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
51545         variable.
51546
51547         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
51548         results.
51549
51550 2005-03-14  Simon Josefsson  <jas@extundo.com>
51551
51552         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
51553         <fx@gnu.org>.
51554
51555 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
51556
51557         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
51558         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
51559         intprops.h.
51560         * lib/strtol.c: Likewise.
51561
51562 2005-03-14  Jim Meyering  <jim@meyering.net>
51563
51564         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
51565         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
51566         to be nonzero so that we (and caller) can detect the difference
51567         between a valid zero-length expansion and an error return, even
51568         when the underlying strftime fails before writing anything into
51569         that location.
51570
51571 2005-03-14  Bruno Haible  <bruno@clisp.org>
51572
51573         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
51574         Update from GNU gettext 0.14.3.
51575
51576 2005-03-10  Jim Meyering  <jim@meyering.net>
51577
51578         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
51579
51580 2005-03-10  Jim Meyering  <jim@meyering.net>
51581
51582         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
51583         so that this module works on systems without fchdir.
51584
51585 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
51586
51587         Factor int-properties macros into a single file, except for
51588         glibc-related files.
51589         * lib/intprops.h: New file.
51590         * lib/getloadavg.c: Include it instead of limits.h.
51591         (INT_STRLEN_BOUND): Remove.
51592         * lib/human.c: Include intprops.h.
51593         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
51594         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
51595         302/1000.
51596         * lib/inttostr.h: Include intprops.h instead of limits.h.
51597         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
51598         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
51599         for consistency with intprops.h.
51600         (time_t_is_integer, twos_complement_arithmetic): Use them.
51601         * lib/sig2str.h: Include <signal.h>, intprops.h.
51602         (INT_STRLEN_BOUND): Remove.
51603         * lib/strftime.c (TYPE_SIGNED): Remove.
51604         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
51605         * lib/strtol.c: Adjust comments to match intprops.h.
51606         * lib/userspec.c: Include intprops.h.
51607         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
51608         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
51609         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
51610         instead of rolling our own expressions.
51611         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
51612
51613         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
51614         instead of int.
51615         (my_strftime): Do not mishandle years close to INT_MAX, by doing
51616         the right thing even if adding 1900 would overflow.  Similarly
51617         for tm_mon + 1 and tm_yday + 1.
51618         Make %Y always equivalent to %C%y, and similarly for %G and %g.
51619         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
51620         (DO_SIGNED_NUMBER): New macro.
51621         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
51622
51623 2005-03-07  Bruno Haible  <bruno@clisp.org>
51624
51625         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
51626
51627 2005-03-07  Bruno Haible  <bruno@clisp.org>
51628
51629         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
51630
51631 2005-03-04  Derek R. Price  <derek@ximbiot.com>
51632
51633         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
51634         (func_import): Only replace files via --import when they have actually
51635         changed.
51636
51637 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51638
51639         * m4/mmap-anon.m4: New file.
51640         * m4/pagealign_alloc.m4: New file.
51641
51642 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51643             Bruno Haible  <bruno@clisp.org>
51644
51645         * modules/pagealign_alloc: New file.
51646         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
51647
51648 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51649             Bruno Haible  <bruno@clisp.org>
51650
51651         * lib/pagealign_alloc.h: New file.
51652         * lib/pagealign_alloc.c: New file.
51653
51654 2005-03-03  Bruno Haible  <bruno@clisp.org>
51655
51656         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
51657         Use an all-permissive copyright notice, recommended by RMS.
51658
51659 2005-03-02  Bruno Haible  <bruno@clisp.org>
51660
51661         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
51662         of AIX, the replacement has to be done only after <string.h> is
51663         included, therefore not in config.h. stpncpy.h does the replacement,
51664         and stpncpy.c uses it.
51665
51666 2005-03-02  Bruno Haible  <bruno@clisp.org>
51667
51668         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
51669         stpncpy.c uses it.
51670
51671 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51672
51673         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
51674         The workaround isn't strictly needed for POSIX conformance, and
51675         it's too much of a pain to configure and maintain.  We'll ask
51676         people to fix their kernels instead.
51677         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
51678         (NANOSLEEP_BUG_WORKAROUND): Remove.
51679         (xnanosleep): Remove the workaround.
51680
51681 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51682
51683         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
51684         Reported by Derek Price.
51685         (Include): Add "timespec.h".
51686
51687         * modules/xnanosleep (Depends-on): Remove gethrxtime.
51688
51689 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51690
51691         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
51692         to detect nanosleep bug.
51693
51694 2005-03-01  Bruno Haible  <bruno@clisp.org>
51695
51696         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
51697
51698 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
51699
51700         * modules/gethrxtime: New file.
51701         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
51702         (Depends-on): Add gethrxtime.
51703         (configure.ac): Add gl_XNANOSLEEP.
51704         (Makefile.am): Remove lib_SOURCES line.
51705
51706 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51707
51708         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
51709         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
51710
51711 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51712
51713         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
51714         * lib/timespec.h (gettime): Return void, since it always
51715         succeeds now.  All uses changed.
51716         * lib/gettime.c (gettime) Likewise.
51717         [HAVE_NANOTIME]: Prefer nanotime.
51718         Assume gettimeofday succeeds, as POSIX requires.
51719         Assime time () succeeds, since other code already does.
51720         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
51721         (timespec_subtract): Remove.
51722         (NANOSLEEP_BUG_WORKAROUND): New constant.
51723         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
51724         things considerably.  Use it only on GNU/Linux hosts, since the
51725         workaround shouldn't be needed elsewhere.
51726
51727 2005-02-24  Bruno Haible  <bruno@clisp.org>
51728
51729         * modules/gettext (Files): Add m4/glibc2.m4.
51730
51731 2005-02-24  Bruno Haible  <bruno@clisp.org>
51732
51733         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
51734         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
51735         * m4/progtest.m4:
51736         Update from GNU gettext 0.14.2.
51737         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
51738
51739 2005-02-24  Bruno Haible  <bruno@clisp.org>
51740
51741         * lib/localcharset.c: Update from GNU gettext 0.14.2.
51742         * lib/config.charset: Update from GNU gettext 0.14.2.
51743
51744 2005-02-24  Bruno Haible  <bruno@clisp.org>
51745
51746         * lib/gettext.h: Update from GNU gettext 0.14.2.
51747
51748 2005-02-23  Simon Josefsson  <jas@extundo.com>
51749
51750         * m4/iconvme.m4: New file.
51751
51752 2005-02-23  Jim Meyering  <jim@meyering.net>
51753
51754         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
51755         change.
51756         Thanks to Bruno Haible for catching it.
51757
51758 2005-02-22  Simon Josefsson  <jas@extundo.com>
51759
51760         * modules/iconvme: New file.
51761
51762         * MODULES.html.sh: Add iconvme.
51763
51764 2005-02-22  Simon Josefsson  <jas@extundo.com>
51765
51766         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
51767
51768 2005-02-22  Simon Josefsson  <jas@extundo.com>
51769
51770         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
51771
51772 2005-02-22  Jim Meyering  <jim@meyering.net>
51773
51774         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
51775         s/ifndef/ifdef/.
51776
51777 2005-02-20  Neil Conway  <neilc@samurai.com>
51778
51779         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
51780         returned by OSX/Darwin if the specified buffer is not large
51781         enough for the hostname.
51782
51783 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51784
51785         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
51786         pass it to _help, otherwise the latter coredumps trying to
51787         dereference state.root_argp.
51788
51789 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51790
51791         * modules/chdir-long (Depends-on): Add memrchr.
51792         * modules/memrchr (Files): Add lib/memrchr.h.
51793         (Include): "memrchr.h".
51794
51795 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51796
51797         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
51798
51799 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51800
51801         * lib/memrchr.h: New file.
51802         * lib/chdir-long.c: Include it.
51803         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
51804         Don't bother including stddef.h.
51805
51806 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
51807
51808         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
51809         inclusion.
51810         Include <sys/types.h>, for dev_t.
51811         (ME_DUMMY, ME_REMOTE): Move from here....
51812         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
51813         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
51814         Dmitry V. Levin.
51815         Include mountlist.h first, to test the interface.
51816
51817 2005-01-29  Bruno Haible  <bruno@clisp.org>
51818
51819         * lib/progname.c (program_name): Initialize.
51820         Needed when linking statically on MacOS X.
51821
51822 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51823
51824         Sync from coreutils.
51825         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
51826         (Depends-on): Add c-strtod.
51827         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
51828
51829 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51830
51831         Sync from coreutils.
51832         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
51833
51834         Remove files that are specific to coreutils.
51835         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
51836
51837 2005-01-28  Bruno Haible  <bruno@clisp.org>
51838
51839         * modules/javacomp: New file.
51840         * MODULES.html.sh (Java): Add javacomp.
51841
51842 2005-01-28  Bruno Haible  <bruno@clisp.org>
51843
51844         * m4/javacomp.m4: New file, from GNU gettext.
51845
51846 2005-01-28  Bruno Haible  <bruno@clisp.org>
51847
51848         * lib/javacomp.sh.in: New file, from GNU gettext.
51849         * lib/javacomp.h: New file, from GNU gettext.
51850         * lib/javacomp.c: New file, from GNU gettext.
51851
51852 2005-01-26  Simon Josefsson  <jas@extundo.com>
51853
51854         * lib/gai_strerror.c: Use GPL in header.
51855
51856 2005-01-26  Bruno Haible  <bruno@clisp.org>
51857
51858         * modules/javaexec: New file.
51859         * MODULES.html.sh (Java): Add javaexec.
51860
51861 2005-01-26  Bruno Haible  <bruno@clisp.org>
51862
51863         * m4/javaexec.m4: New file, from GNU gettext.
51864
51865 2005-01-26  Bruno Haible  <bruno@clisp.org>
51866
51867         * lib/javaexec.sh.in: New file, from GNU gettext.
51868         * lib/javaexec.h: New file, from GNU gettext.
51869         * lib/javaexec.c: New file, from GNU gettext.
51870
51871 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51872
51873         * modules/lchown (Depends-on): Remove lchown.h
51874
51875 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51876
51877         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
51878         must be defined if the header file was not found, in order
51879         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
51880
51881 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51882
51883         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
51884         initializers for struct pentry_state.
51885         (__argp_error): Check return value of __asprintf
51886         (__argp_failure): Translate error message
51887
51888         * lib/argp-parse.c: Removed braces around the expansion of N_()
51889
51890 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
51891
51892         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
51893         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
51894         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
51895         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
51896         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
51897         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
51898         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
51899         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
51900         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
51901         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
51902         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
51903         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
51904         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
51905         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
51906         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
51907         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
51908         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
51909         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
51910         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
51911         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
51912         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
51913         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
51914         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
51915         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
51916         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
51917         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
51918         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
51919         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
51920         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
51921         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
51922         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
51923         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
51924         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
51925         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
51926         xstrtol.m4, xstrtoumax.m4, yesno.m4:
51927         Use an all-permissive copyright notice, recommended by RMS.
51928
51929 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
51930
51931         * modules/chdir-long (Depends-on): Remove mempcpy.
51932
51933 2005-01-21  Jim Meyering  <jim@meyering.net>
51934
51935         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
51936         same value as for Solaris 9.
51937
51938         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
51939         component length.  This included changing the parameter to be
51940         of type `char *' rather than `char const *'.
51941         * lib/chdir-long.h (chdir_long): Update prototype.
51942
51943         * lib/openat.c (fdopendir, fstatat): New functions.
51944         * lib/openat.h: Include headers required for use of DIR and struct
51945         stat.
51946         [AT_SYMLINK_NOFOLLOW]: Define.
51947         (fdopendir, fstatat): Add prototypes.
51948
51949 2005-01-21  Bruno Haible  <bruno@clisp.org>
51950
51951         * modules/classpath: New file.
51952         * MODULES.html.sh (Java): Add classpath.
51953
51954 2005-01-21  Bruno Haible  <bruno@clisp.org>
51955
51956         * lib/classpath.h: New file, from GNU gettext.
51957         * lib/classpath.c: New file, from GNU gettext.
51958
51959 2005-01-20  Simon Josefsson  <jas@extundo.com>
51960
51961         * modules/version-etc-fsf: New file.
51962
51963 2005-01-20  Simon Josefsson  <jas@extundo.com>
51964
51965         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
51966         * lib/version-etc.c: Remove version_etc_copyright.
51967         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
51968         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
51969
51970 2005-01-20  Simon Josefsson  <jas@extundo.com>
51971
51972         * lib/base64.h (isbase64): Add.
51973
51974         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
51975         using a unsigned prototype, don't inline.
51976         (base64_decode): Use it.
51977
51978 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51979
51980         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
51981         it.
51982
51983 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51984
51985         * lib/save-cwd.c (save_cwd): Remove code to support the case
51986         where fchdir is missing or flaky.
51987
51988 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51989
51990         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
51991
51992 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
51993
51994         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
51995         AC_LIBSOURCES now does this.
51996         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
51997         with new ullong_max module.
51998
51999 2005-01-19  Bruno Haible  <bruno@clisp.org>
52000
52001         * modules/sh-quote: New file.
52002         * MODULES.html.sh (Executing programs): Add sh-quote.
52003
52004 2005-01-19  Bruno Haible  <bruno@clisp.org>
52005
52006         * lib/sh-quote.h: New file, from GNU gettext.
52007         * lib/sh-quote.c: New file, from GNU gettext.
52008
52009 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
52010
52011         Merge from coreutils.
52012         * m4/ullong_max.m4: New file.
52013         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
52014         (gl_MACROS): Assume localeconv exists.
52015
52016 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
52017
52018         Merge changes from coreutils, as described below in several
52019         changelogs dated today.
52020
52021         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
52022         (O_DIRECTORY): Remove; not needed here, since "." must be
52023         a directory.  All uses removed.
52024         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
52025         universal on Suns, and we also need to test for IRIX.
52026         Revamp code to use 'if' rather than '#if'.
52027         Avoid unnecessary comparison of cwd->desc to 0.
52028
52029         * lib/utimens.c (futimens): Robustify the previous patch, by checking
52030         for known valid error numbers rather than observed invalid ones.
52031
52032 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
52033
52034         * modules/ullong_max: New file.
52035
52036         * modules/chdir-long, modules/openat: New files.
52037         * modules/save-cwd (Depends-on): Depend on chdir-long.
52038         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
52039
52040 2005-01-18  Jim Meyering  <jim@meyering.net>
52041
52042         Merge from coreutils.
52043         * m4/chdir-long.m4, m4/openat.m4: New files.
52044         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
52045         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
52046         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
52047         is sane and DOES follow symlinks.  Besides, testing 20 different
52048         systems found no broken chown implementations.
52049         Prompted by a change in rsync's copy of this macro.
52050         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
52051
52052         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
52053
52054         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
52055         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
52056         NULL-means-set-to-current-time semantics.
52057         Remove temporary file immediately, rather than waiting
52058         for configure's at-exit trap code to do it.
52059
52060 2005-01-18  Jim Meyering  <jim@meyering.net>
52061
52062         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52063
52064         * lib/utimens.c (futimens): Account for the fact that futimes
52065         can also fail with errno == ENOSYS or errno == ENOENT.
52066         Patch from Dmitry V. Levin.
52067
52068         Change the name of the robust chdir function from chdir to chdir_long.
52069         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
52070         (restore_cwd): Use chdir_long, not chdir.
52071         * lib/chdir-long.c: Renamed from chdir.c.
52072         * lib/chdir-long.h: Renamed from chdir.h.
52073         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
52074         Hurd.
52075
52076 2005-01-18  Bruno Haible  <bruno@clisp.org>
52077
52078         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
52079         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
52080         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
52081         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
52082         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
52083         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
52084         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
52085         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
52086         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
52087         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
52088         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
52089         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
52090         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
52091         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
52092         Use an all-permissive copyright notice, recommended by RMS.
52093
52094 2005-01-18  Bob Proulx  <bob@proulx.com>
52095
52096         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
52097         simplify offsetof() macro construct to avoid compile failure with
52098         native HP-UX 11.0 ANSI C compiler.
52099
52100 2005-01-17  Bruno Haible  <bruno@clisp.org>
52101
52102         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
52103         redundant because stpncpy.m4 takes care of it.
52104
52105 2005-01-17  Bruno Haible  <bruno@clisp.org>
52106
52107         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
52108
52109 2005-01-17  Bruno Haible  <bruno@clisp.org>
52110
52111         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
52112         used.
52113
52114 2005-01-17  Bruno Haible  <bruno@clisp.org>
52115
52116         * lib/fwriteerror.h (fwriteerror): Change specification to include
52117         fclose.
52118         * lib/fwriteerror.c: Include <stdbool.h>.
52119         (fwriteerror): At the end, close the file stream. Record whether
52120         stdout was already closed.
52121
52122 2005-01-17  Bruno Haible  <bruno@clisp.org>
52123
52124         * lib/execute.c (environ): Declare if needed.
52125         * lib/pipe.c (environ): Likewise.
52126         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
52127
52128 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52129
52130         * modules/argp: Depend on vsnprintf
52131
52132 2005-01-10  Jim Meyering  <jim@meyering.net>
52133
52134         * modules/closeout (Depends-on): Add atexit.
52135
52136 2005-01-06  Bruno Haible  <bruno@clisp.org>
52137
52138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
52139
52140 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
52141
52142         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
52143         definitions to be after all include files, to avoid collisions.
52144         Problem reported by Bob Proulx.
52145
52146 2005-01-04  Jim Meyering  <jim@meyering.net>
52147
52148         Changes imported from coreutils.
52149         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
52150         as the mkstemp template, use a temporary directory and an
52151         8.3-friendly template to avoid trouble on systems like DJGPP.
52152         Reported by Juan M. Guerrero via Stepan Kasal.
52153         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
52154         close. Remove the temporary directory right away, rather than waiting
52155         for configure's at-exit trap code to do it.
52156         Suggestion from Stepan Kasal.
52157
52158 2005-01-01  Simon Josefsson  <jas@extundo.com>
52159
52160         * gnulib-tool: Print #include directives when --import'ing.
52161
52162 2004-12-28  Simon Josefsson  <jas@extundo.com>
52163
52164         * tests/test-base64.c: Include required header files.  Remove
52165         unused variables.
52166
52167 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
52168
52169         * modules/error (Depends-on): Remove gettext.
52170
52171 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
52172
52173         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
52174         not needed.  This removes a dependency on the gettext module.
52175         [defined _LIBC]: Do not include <libintl.h>; not needed.
52176
52177 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
52178
52179         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
52180         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
52181
52182 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
52183
52184         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
52185         HAVE_DECL_STRTOLD.
52186
52187 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
52188
52189         * modules/getdate (Depends-on): Remove alloca-opt.
52190
52191 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
52192
52193         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
52194
52195 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
52196
52197         * lib/argp-parse.c: Include <stddef.h>.
52198         (alignof, alignto): New macros.
52199         (parser_init): Don't assume that void * is aligned sufficiently
52200         for struct option.
52201
52202         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
52203         need to extend the stack.
52204         (YYINITDEPTH): New macro, so that the initial stack isn't overly
52205         large.
52206
52207 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52208
52209         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
52210
52211 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
52212
52213         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
52214         (2004-10-24) change.  Apparently this was a false alarm.
52215
52216         * modules/getdate: Depend on alloca-opt, not alloca.
52217
52218 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
52219
52220         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
52221         Remove now-obsolete comment about AIX.
52222         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
52223         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
52224         (YYMAXDEPTH): New macro.
52225
52226 2004-12-18  Simon Josefsson  <jas@extundo.com>
52227
52228         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
52229
52230 2004-12-18  Bruno Haible  <bruno@clisp.org>
52231
52232         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
52233
52234 2004-12-18  Bruno Haible  <bruno@clisp.org>
52235
52236         * lib/fatal-signal.c (fatal_signals): Make non-const.
52237         (init_fatal_signals): New function.
52238         (uninstall_handlers, install_handlers): Ignore signals that were set to
52239         SIG_IGN.
52240         (at_fatal_signal): Call init_fatal_signals.
52241         (init_fatal_signal_set): Likewise. Ignore signals that were set to
52242         SIG_IGN.
52243         Reported by Paul Eggert.
52244
52245 2004-12-18  Bruno Haible  <bruno@clisp.org>
52246
52247         * doc/alloca.texi: New file.
52248         * doc/alloca-opt.texi: New file.
52249
52250 2004-12-17  Jim Meyering  <jim@meyering.net>
52251
52252         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
52253         Otherwise, install-sh could exit with improper exit status when
52254         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
52255
52256 2004-12-16  Simon Josefsson  <jas@extundo.com>
52257
52258         * tests/test-base64.c: Add license.
52259
52260 2004-12-15  Stepan Kasal  <address@hidden>
52261
52262         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
52263
52264 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
52265
52266         * modules/getcwd (Files): Add m4/d-ino.m4.
52267         Suggested by Mark D. Baushke.
52268
52269 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
52270
52271         * lib/getdate.y (textint): New member "negative".
52272         (time_zone_hhmm): New function.
52273         Expect 14 shift-reduce conflicts, not 13.
52274         (o_colon_minutes): New rule.
52275         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
52276         (yylex): Set the "negative" member of signed numbers.
52277
52278 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
52279
52280         * doc/getdate.texi (Time of day items, Time zone items):
52281         Describe new formats +00:00, UTC+00:00.
52282
52283 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
52284
52285         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
52286         spurious "-l"s.  Problem reported by Stepan Kasal.
52287
52288 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
52289
52290         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
52291         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
52292
52293 2004-12-04  Simon Josefsson  <jas@extundo.com>
52294
52295         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
52296         Vandoorselaere <yoann@prelude-ids.org>.
52297
52298 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
52299
52300         Changes imported from coreutils.
52301         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
52302         exist.
52303         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
52304
52305 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
52306
52307         Changes imported from coreutils.
52308         * lib/hard-locale.c: Assume <locale.h> exists.
52309         Include "strdup.h".
52310         (GLIBC_VERSION): New macro.
52311         (hard_locale): Assume setlocale exists.
52312         Rewrite to avoid #ifdef.
52313         Use strdup rather than malloc + strcpy.
52314         * lib/human.c: Assume <locale.h> exists.
52315         (human_readable): Assume localeconv exists.
52316
52317 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
52318
52319         * modules/hard-locale (Depends-on): Add strdup.
52320
52321 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
52322
52323         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
52324         convert T2, not T.  (Imported from libc.)
52325
52326 2004-11-30  Simon Josefsson  <jas@extundo.com>
52327
52328         * modules/restrict (License): Change to LGPL.
52329
52330 2004-11-30  Simon Josefsson  <jas@extundo.com>
52331
52332         * m4/restrict.m4: Add copyright and copying conditions.
52333
52334 2004-11-30  Simon Josefsson  <jas@extundo.com>
52335
52336         * m4/base64.m4: New file.
52337
52338 2004-11-30  Simon Josefsson  <jas@extundo.com>
52339
52340         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
52341         base64.
52342
52343         * tests/test-base64.c: New file.
52344
52345         * modules/base64: New file.
52346
52347 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
52348
52349         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
52350         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
52351
52352         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
52353
52354 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
52355
52356         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
52357         (__getcwd.c): Don't restore errno; glibc doesn't.
52358         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
52359         first, falling back to our code only if its results look suspicious.
52360         Ensure that the resulting buffer is only as large as necessary.
52361
52362         * lib/readutmp.c: Include readutmp.h first.
52363         Include <errno.h>, since readutmp.h no longer does that.
52364         * lib/readutmp.h: Don't include <errno.h>,
52365         <sys/param.h>, <time.h>; not needed to establish interface.
52366         (errno): Remove decl.
52367         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
52368         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
52369         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
52370
52371 2004-11-28  Simon Josefsson  <jas@extundo.com>
52372
52373         * lib/base64.h, base64.c: New file.
52374
52375 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
52376
52377         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
52378
52379 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
52380
52381         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
52382         (Depends-on): Remove pathmax, same.  Add mempcpy.
52383         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
52384         (Makefile.am): Append getcwd.h to lib_SOURCES.
52385         (Include): Add getcwd.h.
52386         (Maintainer): Change from Jim Meyering to "all, glibc",
52387         since getdate now uses intended-for-glibc code.
52388         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
52389         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
52390
52391 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
52392
52393         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
52394         HP's ANSI C compiler.
52395         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
52396         Declaring int functions causes warnings on some modern systems and
52397         shouldn't be needed to compile on ancient ones.
52398         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
52399         defined.
52400
52401         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
52402         with the following changes.
52403         (__set_errno): Parenthesize properly.
52404         Include <stdbool.h>.
52405         (MIN, MAX, MATCHING_INO): New macros.
52406         (__getcwd): Define with prototype, not K&R form.
52407         Use heuristics to allocate default buffer on stack if possible.
52408         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
52409         behavior, and to avoid the PATH_MAX limit when computing
52410         ../../../../...
52411         Use MATCHING_INO to compare inode number to file.
52412         Check for arithmetic overflow in size calculations.
52413         Fix bug in reallocation of dot array that caused getcwd to fail
52414         on directories nested deeper than 75.
52415         Be more careful about saving errno on error.
52416         Do not use realloc; use only free+malloc, as this is a bit
52417         more flexible and avoids a needless copy operation.
52418         Do not inspect st_dev and st_ino for symbolic links; POSIX
52419         doesn't specify the latter.
52420         Check for closedir errors.
52421         Avoid needless casts.
52422         Use "#ifdef weak_alias" around weak_alias, to be like other
52423         glibc code.
52424         The following changes to getcwd.c have effect only when used in
52425         gnulib; they have no effect inside glibc proper.
52426         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
52427         as alloca isn't used.
52428         (alloca, __alloca): Likewise.
52429         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
52430         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
52431         unconditionally, as gnulib assumes C89 or better.
52432         Do not include <sys/param.h>.
52433         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
52434         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
52435         better.
52436         (NULL) [!defined NULL]: Remove; we assume C89 or better.
52437         Include <dirent.h> in a way that is compatible with modern Autoconf.
52438         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
52439         New macros, if not already defined.
52440         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
52441         Use "_LIBC", not "defined _LIBC", for consistency.
52442         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
52443         a mempcpy module.
52444         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
52445         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
52446         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
52447         credit only to Jim Meyering and adjust the copyright dates.
52448         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
52449         <stdlib.h>, <unistd.h>, "pathmax.h".
52450         Instead, include "xgetcwd.h" (first) and "getcwd.h".
52451         (INITIAL_BUFFER_SIZE): Remove.
52452         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
52453
52454 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
52455
52456         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
52457         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
52458         Use the _ONCE methods, for efficiency.
52459         Check for fcntl.h.  In test program, include <errno.h>
52460         and <fcntl.h> if available.  Remove old K&R cruft from
52461         test program.  Check for common errors in GNU/Linux,
52462         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
52463         don't do AC_LIBOBJ, as that's getcwd.m4's job.
52464         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
52465         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
52466         name accordingly.
52467         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
52468         accommodate new getcwd.c.
52469         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
52470         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
52471         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
52472         that's all we need now.
52473
52474 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52475
52476         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
52477         argp-parse.c depends on getopt internals, that means we should
52478         always use our getopt, to be on the safe side.
52479         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
52480         order not to spoil the result of an eventual previous invocation
52481         of gl_GETOPT_SUBSTITUTE.
52482
52483 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52484
52485         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
52486         redefinition warnings. To avoid them, include the defines
52487         in `#if !defined __need_getopt ... #endif'. The only place
52488         where __getopt_argv_const is used is in definitions
52489         of getopt_long and getopt_long_only below, which are as well
52490         protected by `#ifndef __need_getopt'.
52491         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
52492         __need_getopt after including <stdio.h> and <unistd.h> These
52493         headers might have defined it.
52494
52495 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
52496
52497         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
52498
52499 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
52500
52501         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
52502         (futimens): New function, which uses futimes if available.
52503         (futimens, utimens): Support timespec==NULL, with same semantics
52504         as utime and utimens.
52505         * lib/utimens.h (futimens): New decl.
52506
52507 2004-11-23  Jim Meyering  <jim@meyering.net>
52508
52509         * lib/getopt_.h: Remove trailing blanks.
52510
52511 2004-11-23  Jim Meyering  <jim@meyering.net>
52512
52513         * lib/__fpending.c: Add comment.
52514
52515 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
52516
52517         * modules/canonicalize (Depends-on): Add xreadlink.
52518         Problem reported by James Youngman.
52519
52520 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
52521
52522         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
52523         New macros.
52524         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
52525         optopt): Use them instead of invoking ## directly; otherwise, the
52526         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
52527
52528 2004-11-19  Bruno Haible  <bruno@clisp.org>
52529
52530         * lib/strtok_r.c: Move comments from here...
52531         * lib/strtok_r.h: ... to here.
52532
52533 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52534
52535         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
52536         implementations that mishandle size_t overflow.
52537
52538 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52539
52540         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
52541         might fail.  Problem reported by Yoann Vandoorselaere.
52542         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
52543         implementations that mishandle size_t overflow.
52544
52545 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52546
52547         * modules/canon-host (Depends-on): Add strdup.
52548
52549 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52550
52551         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
52552
52553 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52554
52555         * lib/canon-host.c: Include "strdup.h".
52556         (canon_host): Use getaddrinfo if available, so that IPv6 works.
52557         Use strdup instead of malloc/strcpy to duplicate strings.
52558
52559         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
52560         (human_space_before_unit): New constant.
52561         * lib/human.c (human_readable): Support it.
52562
52563         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
52564         (xgetcwd): Set errno correctly when failing.
52565         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
52566         the failure is actually due to a PATH_MAX problem.
52567
52568         Further getopt changes to make it more likely that glibc will
52569         buy the changes back.
52570         * lib/getopt.c (POSIXLY_CORRECT): New constant.
52571         (getopt): Use it, so to preserve glibc semantic
52572         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
52573         when compiling for libc.
52574         * lib/getopt_.h (__getopt_argv_const): Bring it back.
52575         (getopt_long, getopt_long_only): Use it.
52576
52577         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52578         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
52579         (getopt): Argv is now char * const *, as per standard.
52580         (_getopt_internal_r, _getopt_internal): Argv is now char **,
52581         not char *__getopt_argv_const *.
52582         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52583         _getopt_long_only_r): Likewise.
52584         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
52585         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52586         _getopt_long_r, _getopt_long_only_r): Likewise.
52587         * lib/getopt_.h (__getopt_argv_const): Remove.
52588         (getopt): Argv is now char * const *, as per standard.
52589
52590         * lib/getdate.y (tORDINAL): New token.
52591         (day, relunit): Allow it for relative times.
52592         (relative_time_table): Use tORDINAL for ordinals.
52593
52594 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52595
52596         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
52597         Document that "second" isn't allowed as an ordinal number.
52598
52599 2004-11-16  Jim Meyering  <jim@meyering.net>
52600
52601         * modules/closeout (Depends-on): Add fpending.
52602
52603 2004-11-15  Jim Meyering  <jim@meyering.net>
52604
52605         * lib/closeout.c: Include "__fpending.h" once again.
52606         Include <stdbool.h>.
52607         (close_stdout): Don't fail just because stdout was closed initially,
52608         since some programs don't write to stdout in the normal course of
52609         operation (other than --version and --help), and we don't want this
52610         function to make e.g. `touch file >&-' fail.
52611         But do fail if it was closed and someone has tried to write to it.
52612         E.g., `printf foo >&-' must fail.
52613
52614 2004-11-13  Jim Meyering  <jim@meyering.net>
52615
52616         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
52617
52618 2004-11-12  Simon Josefsson  <jas@extundo.com>
52619
52620         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
52621         small doc fix is still pending.
52622
52623 2004-11-11  Simon Josefsson  <jas@extundo.com>
52624
52625         * modules/strtok_r: New file.
52626
52627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52628         strtok_r.
52629
52630 2004-11-11  Simon Josefsson  <jas@extundo.com>
52631
52632         * m4/strtok_r.m4: New file.
52633
52634         * m4/getopt.m4: Replace opterr.
52635
52636 2004-11-11  Simon Josefsson  <jas@extundo.com>
52637
52638         * lib/strtok_r.h, strtok_r.c: New file.
52639
52640 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52641
52642         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
52643         of replacing opterr, getopt, etc.  This should handle the
52644         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
52645
52646 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52647
52648         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
52649         we can stop lying to compilers about the constness of argv when we
52650         are compiled outside glibc.
52651         (getopt, getopt_long, getopt_long_only): Use it.
52652         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52653         _getopt_internal, getopt): Likewise.
52654         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52655         _getopt_long_only_r): Likewise.
52656         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52657         _getopt_long_r, _getopt_long_only_r): Likewise.
52658
52659         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
52660         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
52661         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
52662         the other external symbols.
52663         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
52664         declaration, since the above renaming now works around collisions.
52665
52666 2004-11-11  Jim Meyering  <jim@meyering.net>
52667
52668         * lib/linebreak.c: Remove trailing blanks.
52669         * lib/alloca_.h: Likewise.
52670         * lib/acosl.c: Likewise.
52671         * lib/euidaccess.c: Likewise.
52672         * lib/allocsa.h: Likewise.
52673
52674 2004-11-10  Simon Josefsson  <jas@extundo.com>
52675
52676         * m4/getaddrinfo.m4: New file.
52677
52678 2004-11-10  Simon Josefsson  <jas@extundo.com>
52679
52680         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
52681
52682 2004-11-10  Simon Josefsson  <jas@extundo.com>
52683
52684         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52685         getaddrinfo.
52686
52687         * modules/getaddrinfo: New file.
52688
52689 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52690
52691         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
52692
52693 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52694
52695         * lib/mktime.c (SHR): New macro, which is a portable
52696         substitute for >> that should work even on Crays.
52697         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
52698         Problem reported by Mark D. Baushke in
52699         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
52700         * lib/getdate.y (SHR): Likewise.
52701         (tm_diff): Use it.
52702         * lib/strftime.c (SHR): Likewise.
52703         (tm_diff): Use it.
52704         * lib/quotearg.c (struct quoting_options): Use unsigned int for
52705         quote_these_too, so that right shifts are well defined.  All uses
52706         changed.
52707
52708 2004-11-10  Jim Meyering  <jim@meyering.net>
52709
52710         Ensure that no close failure goes unreported.
52711         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
52712         return early when it seems there's nothing to flush.
52713         Don't include __fpending.h.
52714
52715 2004-11-10  Jim Meyering  <jim@meyering.net>
52716
52717         * modules/closeout (Depends-on): Remove fpending.
52718
52719 2004-11-10  Jim Meyering  <jim@meyering.net>
52720
52721         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
52722
52723 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52724
52725         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
52726         gl_FUNC_STRFTIME.
52727         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
52728         and AC_REQUIRE when possible, to avoid duplicate checks.
52729         Check for <wchar.h>.
52730
52731 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52732
52733         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
52734
52735 2004-11-09  Bruno Haible  <bruno@clisp.org>
52736
52737         * m4/sockpfaf.m4: New file.
52738
52739 2004-11-05  Bruno Haible  <bruno@clisp.org>
52740
52741         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
52742         Reported by Mark D. Baushke <mdb@cvshome.org>.
52743
52744 2004-11-04  Bruno Haible  <bruno@clisp.org>
52745
52746         2004-09-11  Bruno Haible  <bruno@clisp.org>
52747                 * allocsa.valgrind: New file.
52748         2004-02-06  Bruno Haible  <bruno@clisp.org>
52749                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
52750                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
52751                 Reported by Christopher Seip <chris.seip@hp.com>.
52752
52753 2004-11-04  Bruno Haible  <bruno@clisp.org>
52754
52755         * modules/allocsa (Files): Add lib/allocsa.valgrind.
52756         (Makefile.am): Distribute it.
52757
52758 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
52759
52760         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
52761         with errno == ERANGE if the buffer is too small.
52762         Problem reported by Mark D. Baushke.
52763
52764 2004-11-03  Albert Chin  <china@thewrittenword.com>
52765             Paul Eggert  <eggert@cs.ucla.edu>
52766
52767         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
52768         equivalent, substitute $ac_type for equivalent type rather than
52769         blindly using uint32_t *always* which won't work if uint32_t is not
52770         available.  Define _UINT32_T to work around typedef of uint32_t if
52771         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
52772         2.5.1.
52773
52774 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52775
52776         * m4/jm-macros.m4: Sync from coreutils.
52777         (gl_MACROS): Check for mbrlen, for pathchk.
52778         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
52779
52780 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52781
52782         * lib/xreadlink.c (MAXSIZE): New macro.
52783         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
52784         size does not exceed MAXSIZE.  Avoid cast.
52785         As suggested by Mark D. Baushke in
52786         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
52787         if readlink fails with buffer size just under MAXSIZE, try again
52788         with MAXSIZE.
52789
52790 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52791
52792         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
52793
52794 2004-11-02  Derek R. Price  <derek@ximbiot.com>
52795         and  Paul Eggert  <eggert@cs.ucla.edu>
52796
52797         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
52798         (get_date): Overparenthesize to avoid GCC warning.
52799
52800 2004-11-02  Bruno Haible  <bruno@clisp.org>
52801
52802         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
52803         returns void.
52804
52805 2004-11-02  Bruno Haible  <bruno@clisp.org>
52806
52807         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
52808         function returns void.
52809
52810 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52811
52812         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
52813         fflush_unlocked, flockfile, funlockfile, funlockfile,
52814         fputs_unlocked, putc_unlocked.
52815
52816 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52817
52818         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52819         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
52820         already declared.
52821
52822 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52823
52824         * modules/getdate (Files): Add doc/getdate.texi.
52825         (Depends-on): Add setenv, xalloc.
52826
52827 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52828
52829         * lib/getdate.y: Add support for TZ="foo" within a date string.
52830         Fix some bugs near time_t boundaries.  Reject dates with
52831         out-of-range components, e.g., "Sept 31".
52832         Include <stdlib.h>, "setenv.h", "xalloc.h".
52833         (ISDIGIT_LOCALE): Remove; unused.
52834         Note that the TZ and time functions used here are not reentrant.
52835         (mktime_ok, get_tz): New functions.
52836         (TZBUFSIZE): New constant.
52837         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
52838         This requires that we sometimes generate our own TZ="XXX..." setting.
52839
52840 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52841
52842         * doc/getdate.texi: New file, from coreutils with modifications for
52843         the new TZ parsing.
52844
52845 2004-10-27  Derek R. Price  <derek@ximbiot.com>
52846
52847         * lib/mktime.c (not_equal_tm): Remove redundant check.
52848
52849 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52850
52851         * modules/regex (lib_SOURCES): Add regex.c.
52852         Reported by James Youngman in
52853         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
52854
52855 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52856
52857         * lib/getdate.y: Use Bison 1.875 features, and some minor
52858         code cleanups.  This change does not affect semantics.
52859         Don't include <stdlib.h>; no longer needed.
52860         Don't include unlocked-io.h; only the "#if TEST" code uses
52861         stdio, and performance isn't crucial there.
52862         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
52863         Bison 1.875 features as described below.
52864         All uses of "PC." replaced by "pc->".
52865         (YYSTYPE): Add a forward declaration.
52866         (yylex, yyerror): Use full prototypes in forward decls.
52867         Use "%pure-parser" rather than obsolescent "%pure_parser".
52868         Use %parse-param and %lex-param instead of obsolescent
52869         YYPARSE_PARAM and YYLEX_PARAM.
52870         (meridian_table, month_and_day_table, time_units_table,
52871         relative_time_table, time_zone_table, military_table,
52872         lookup_zone, lookup_word, get_date):
52873         Use NULL instead of 0 where appropriate.
52874         (to_hour): Avoid abort (), to avoid a dependency on
52875         stdlib.h.
52876         (yyerror, yylex): Now accepts parser_control * arg.
52877         (main) [TEST]: Use '\0' rather than 0 for char.
52878
52879 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52880
52881         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
52882
52883 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52884
52885         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
52886         It's now the caller's responsibility to handle the case where
52887         !HAVE_GETPAGESIZE && !defined getpagesize.
52888
52889         * lib/mktime.c (leapyear): Arg is long int, not int.
52890
52891 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
52892
52893         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
52894
52895 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
52896
52897         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
52898         missing.  Problem reported by James Youngman.
52899
52900 2004-10-16  Simon Josefsson  <jas@extundo.com>
52901
52902         * gnulib-tool: Fix comments.  Fix parse problem.
52903         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
52904
52905 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
52906
52907         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
52908         implementation of getopt_long.  Problem reported by Alexander Taler in:
52909         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
52910
52911 2004-10-15  Bruno Haible  <bruno@clisp.org>
52912
52913         * gnulib-tool: Untabify. Initialize supplied_libname.
52914         (func_usage): More homogenous output.
52915         (func_modules_transitive_closure, func_modules_to_filelist,
52916         func_emit_lib_Makefile_am): New functions.
52917         (func_import): New function, extracted from big case statement. Use
52918         func_get_license, func_modules_transitive_closure,
52919         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
52920         opt_lgpl. Don't use test -a, as it's not portable.
52921         (func_create_testdir): Use func_modules_transitive_closure,
52922         func_modules_to_filelist, func_emit_lib_Makefile_am.
52923
52924 2004-10-15  Bruno Haible  <bruno@clisp.org>
52925
52926         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
52927
52928 2004-10-15  Bruno Haible  <bruno@clisp.org>
52929
52930         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
52931         the portions belonging to each module.
52932         Suggested by Derek Robert Price <derek@ximbiot.com>.
52933
52934 2004-10-12  Simon Josefsson  <jas@extundo.com>
52935
52936         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52937         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
52938         to real functions.
52939
52940 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52941
52942         * modules/vsnprintf: New file.
52943
52944 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52945
52946         * m4/vsnprintf.m4: New file.
52947
52948 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52949
52950         * lib/vsnprintf.h: New file.
52951         * lib/vsnprintf.c: New file.
52952
52953 2004-10-11  Bruno Haible  <bruno@clisp.org>
52954
52955         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
52956         vsnprintf.
52957
52958 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
52959
52960         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
52961
52962 2004-10-07  Bruno Haible  <bruno@clisp.org>
52963
52964         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
52965         fits into the provided buffer.
52966
52967 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
52968
52969         * lib/diacrit.c, diacrit.h: Add GPL notice.
52970
52971         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
52972         notice.
52973         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
52974         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
52975         This avoids a potential constant-folding bug.
52976
52977 2004-10-05  Bruno Haible  <bruno@clisp.org>
52978
52979         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
52980         for the declaration of strsep.
52981
52982 2004-10-05  Bruno Haible  <bruno@clisp.org>
52983
52984         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
52985
52986 2004-10-04  Simon Josefsson  <jas@extundo.com>
52987
52988         * modules/memmem: New file.
52989         * tests/test-memmem.c: New file.
52990         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
52991
52992 2004-10-04  Simon Josefsson  <jas@extundo.com>
52993
52994         * m4/memmem.m4: New file.
52995
52996 2004-10-04  Simon Josefsson  <jas@extundo.com>
52997
52998         * lib/memmem.h: New file.
52999         * lib/memmem.c: New file, taken from glibc.
53000
53001 2004-10-04  Simon Josefsson  <jas@extundo.com>
53002
53003         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
53004         '#ifdef USE_UNLOCKED_IO'.
53005
53006 2004-10-04  Simon Josefsson  <jas@extundo.com>
53007
53008         * config/srclist.txt: Add memmem from glibc.
53009
53010 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53011
53012         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
53013
53014         * modules/argmatch, modules/argp, modules/closeout, modules/error,
53015         modules/exclude, modules/getdate, modules/getline,
53016         modules/getndelim2, modules/getpass, modules/getpass-gnu,
53017         modules/getusershell, modules/linebuffer, modules/md5,
53018         modules/mountlist, modules/posixtm, modules/readtokens,
53019         modules/readutmp, modules/regex, modules/sha1,
53020         modules/version-etc, modules/yesno:
53021         Remove dependency on unlocked-io.
53022
53023 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53024
53025         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
53026
53027         * m4/unlocked-io.m4: Add copyright notice.
53028         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
53029
53030 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53031
53032         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
53033         * lib/xmalloc.c (xmemdup): Likewise.
53034         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
53035         XFREE): Remove these long-obsolescent macros.
53036         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
53037         * lib/xstrdup.c: Remove.
53038
53039         * lib/regex.c (re_comp): Cast gettext return value to char *,
53040         Problem reported by Martin Neitzel via Mark D. Baushke.
53041
53042 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53043
53044         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
53045         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
53046         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
53047         regex.c, sha1.c, version-etc.c, yesno.c:
53048         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
53049         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
53050         the includer's responsibility.
53051
53052         Sync from coreutils.
53053
53054         * lib/modechange.c (mode_compile): Don't decrement a pointer that
53055         points to the start of a string, as the C Standard says the
53056         resulting behavior is undefined.
53057
53058         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
53059         simple -> simple_backups, numbered_existing ->
53060         numbered_existing_backups, numbered -> numbered_backups
53061         to avoid shadowing problems.  All uses changed.
53062         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
53063         * lib/backupfile.c (check_extension, numbered_backup):
53064         Rename locals to avoid shadowing 'basename'.
53065         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
53066         once.
53067
53068         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
53069         * lib/.cvsignore: Add getopt.h.
53070
53071 2004-10-04  Bruno Haible  <bruno@clisp.org>
53072
53073         * modules/README: New file.
53074         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
53075         not a module.
53076
53077 2004-10-02  Jim Meyering  <jim@meyering.net>
53078
53079         * lib/dirfd.h, getpagesize.h: Add copyright notice.
53080
53081 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53082
53083         * modules/strsep: New file.
53084
53085 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53086
53087         * m4/strsep.m4: New file.
53088
53089 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53090
53091         * lib/strsep.h: New file.
53092         * lib/strsep.c: New file.
53093
53094 2004-10-01  Simon Josefsson  <jas@extundo.com>
53095
53096         * lib/snprintf.c (snprintf): Handle size==0.
53097
53098 2004-10-01  Simon Josefsson  <jas@extundo.com>
53099             Bruno Haible  <bruno@clisp.org>
53100
53101         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
53102         (snprintf): Declare 'args'.
53103
53104 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
53105
53106         * lib/snprintf.c: Remove comments as to why each header is needed.
53107
53108 2004-10-01  Bruno Haible  <bruno@clisp.org>
53109
53110         * MODULES.html.sh: Add strsep.
53111
53112 2004-09-30  Simon Josefsson  <jas@extundo.com>
53113
53114         * modules/snprintf: New file.
53115
53116 2004-09-30  Simon Josefsson  <jas@extundo.com>
53117
53118         * m4/snprintf.m4: New file.
53119
53120 2004-09-30  Simon Josefsson  <jas@extundo.com>
53121
53122         * lib/snprintf.h, lib/snprintf.c: New files.
53123
53124 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53125
53126         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
53127         (hol_entry_help): Never translate an empty string.
53128         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
53129         * lib/argp.h (OPTION_NO_TRANS): New option.
53130
53131 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53132
53133         * modules/argp (Maintainer): Replace Simon Josefsson
53134         by Sergey Poznyakoff.
53135
53136 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53137
53138         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
53139         changes merged back into glibc.
53140
53141 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53142
53143         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
53144
53145 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
53146
53147         * lib/xvasprintf.c: Include xalloc.h.
53148         (xvasprintf): Use xalloc_die, not xmalloc_die.
53149
53150 2004-09-29  Bruno Haible  <bruno@clisp.org>
53151
53152         * modules/alloca-opt: New file, derived from modules/alloca.
53153         * modules/allocsa: Depend on alloca-opt instead of alloca.
53154         * modules/setenv: Likewise.
53155         * modules/vasnprintf: Likewise.
53156         * MODULES.html.sh: Add alloca-opt.
53157
53158 2004-09-28  Simon Josefsson  <jas@extundo.com>
53159
53160         * gnulib-tool: New parameter --lgpl, to asseert that modules are
53161         LGPL, and to replace license template from GPL to LGPL.
53162
53163 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
53164
53165         * modules/dummy: Change license to LGPL.
53166
53167 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
53168
53169         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
53170
53171 2004-09-24  Simon Josefsson  <jas@extundo.com>
53172
53173         * modules/minmax (License): Change from GPL to LGPL.
53174
53175 2004-09-23  Simon Josefsson  <jas@extundo.com>
53176
53177         * gnulib-tool (--import): Typo.
53178
53179 2004-09-23  Simon Josefsson  <jas@extundo.com>
53180
53181         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
53182
53183 2004-09-22  Bruno Haible  <bruno@clisp.org>
53184
53185         * modules/*: Add 'License' field.
53186         * gnulib-tool: Accept --extract-license option.
53187         (func_get_license): New function.
53188
53189 2004-09-21  Bruno Haible  <bruno@clisp.org>
53190
53191         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
53192         Reported by Simon Josefsson.
53193
53194 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
53195
53196         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
53197         gl_AC_TYPE_LONG_LONG.
53198
53199 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
53200
53201         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
53202
53203 2004-09-18  Simon Josefsson  <jas@extundo.com>
53204         and  Paul Eggert  <eggert@cs.ucla.edu>
53205
53206         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
53207         calls with autoreconf.  Define GL_LIB.
53208
53209 2004-09-14  Karl Berry  <karl@gnu.org>
53210
53211         * config/srclist.txt: unsync setenv.c, sigh.
53212
53213 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
53214
53215         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
53216         Problem reported by Bruno Haible in:
53217         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
53218
53219 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
53220
53221         * config/srclist.txt: Comment out argp-pvh.c.
53222
53223 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
53224
53225         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
53226         in case some system header has #define'd it.  Problem reported by
53227         Soeren D. Schulze in
53228         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
53229
53230 2004-09-09  Karl Berry  <karl@gnu.org>
53231
53232         * regex.[ch]: delete from the root.  These were supposed to be
53233                 synced with emacs cvs, but this has not happened for about
53234                 a year, and anyway nothing else uses emacs regex.[ch].
53235                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
53236                 lib/regex[.ch] is untouched.
53237
53238 2004-09-09  Bruno Haible  <bruno@clisp.org>
53239
53240         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
53241
53242 2004-09-09  Bruno Haible  <bruno@clisp.org>
53243
53244         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
53245         modifications.
53246         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
53247
53248 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
53249
53250         * modules/xvasprintf: New file.
53251         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
53252
53253 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
53254
53255         * lib/xvasprintf.h: New file.
53256         * lib/xvasprintf.c: New file.
53257         * lib/xasprintf.c: New file.
53258
53259 2004-09-08  Bruno Haible  <bruno@clisp.org>
53260
53261         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
53262
53263 2004-09-08  Bruno Haible  <bruno@clisp.org>
53264
53265         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
53266         length is > INT_MAX.
53267         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
53268         more.
53269
53270 2004-09-08  Bruno Haible  <bruno@clisp.org>
53271
53272         * lib/stdint_.h: New file, taken from GNU clisp.
53273
53274 2004-09-08  Bruno Haible  <bruno@clisp.org>
53275             Oskar Liljeblad  <oskar@osk.mine.nu>
53276
53277         * modules/stdint: New file.
53278         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
53279
53280 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
53281
53282         Import from coreutils.
53283         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
53284         strings on unbounded length.  alloca's performance benefits aren't
53285         that important here.
53286         (V_STRDUP): Remove.
53287         (parse_with_separator): New function, with most of the internals
53288         of the old parse_user_spec.  Allow user to omit both user and group,
53289         for compatibility with FreeBSD.
53290         Clone only the user name, not the entire spec.
53291         Do not set *uid, *gid unless entirely successful.
53292         Avoid memory leak in some failing cases.
53293         Fix regression for USER.GROUP reported by Dmitry V. Levin in
53294         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
53295         (parse_user_spec): Rewrite to use parse_with_separator.
53296
53297 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
53298
53299         * modules/userspec: Don't depend on alloca.
53300
53301 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
53302
53303         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
53304
53305 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
53306
53307         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
53308         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
53309         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
53310
53311 2004-08-16  Simon Josefsson  <jas@extundo.com>
53312
53313         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
53314         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
53315         Add --dry-run for --import.
53316         Let user provided command line parameters override configure.ac
53317         settings.
53318
53319 2004-08-12  Simon Josefsson  <jas@extundo.com>
53320
53321         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
53322         as discussed with Paul Eggert in threads rooted at
53323         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
53324         and
53325         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
53326         Before, the test was empty, and relied on ELIDE_CODE in source
53327         code.)
53328         (gl_PREREQ_GETOPT): New macro.
53329         (gl_GETOPT): Use them.
53330
53331 2004-08-12  Simon Josefsson  <jas@extundo.com>
53332
53333         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
53334         * lib/getopt_.h: Renamed from getopt.h.
53335
53336 2004-08-12  Simon Josefsson  <jas@extundo.com>
53337
53338         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
53339         Change default library name from libfoo to libgnu.
53340         Now, if you have a configure.ac that says:
53341                 gl_SOURCE_BASE(gl)
53342                 gl_M4_BASE(gl/m4)
53343                 gl_MODULES(error getopt etcetera)
53344                 gl_INIT
53345         you can import all you need by running:
53346                 ../gnulib/gnulib-tool --import
53347
53348         * modules/getopt (Files): Rename getopt.h to getopt_.h.
53349         (Makefile.am): Rewrite, use logic from argz.
53350         (Include): Use <getopt.h> instead of "getopt.h".
53351
53352 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53353
53354         * modules/argp (Files): Add m4/unlocked-io.m4.
53355         (Depends-on): Add extensions.
53356
53357 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53358
53359         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
53360         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
53361         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
53362         Check for program_invocation_name, program_invocation_short_name,
53363         flockfile, funlockfile, features.h, _getopt_long_only_r.
53364
53365 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53366
53367         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
53368         its complicated substitute.
53369         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
53370         and program_invocation_name.
53371         (__argp_basename) [!_LIBC]: Remove; the only use was
53372         replaced by its body.
53373         (__argp_short_program_name): Change condition from
53374         !defined __argp_short_program_name to
53375         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
53376         to match argp-namefrob.h.
53377         (__argp_failure): Don't assume strerror_r returns char *.
53378         * lib/argp-parse.c (N_): Define unconditionally.
53379         (argp_default_options): Fill out initializers with 0 to avoid
53380         gcc warnings.
53381
53382 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53383
53384         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
53385         getopt1.c.
53386
53387 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
53388
53389         Merge from coreutils.
53390
53391         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
53392
53393         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
53394         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
53395
53396 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
53397
53398         Merge from coreutils.
53399
53400         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
53401         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
53402         for Reliant Unix 5.43.
53403
53404         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
53405         (union fooround): Use uintmax_t, not long int.
53406         The rest is a merge from libc:
53407         [defined _LIBC]: Include <shlib-compat.h>.
53408         (_obstack) [defined _LIBC]: Remove after 2.3.4.
53409
53410         * lib/settime.c (settime): Recode to avoid warning with
53411         Sun Forte C 6U2.
53412
53413         * lib/strverscmp.c: Convert to UTF-8.
53414
53415 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
53416
53417         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
53418         m4/uintmax_t.m4.
53419
53420 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
53421
53422         * modules/xalloc-die: New file.
53423         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
53424
53425         * modules/md5 (Files): Add m4/uint32_t.m4.
53426         * modules/sha1: Renamed from modules/sha.
53427         (Files):
53428         Rename lib/sha.h to lib/sha1.h.
53429         Rename lib/sha.c to lib/sha1.c.
53430         Rename m4/sha.m4 to m4/sha1.m4.
53431         (lib_SOURCES): Likewise.
53432         (configure.ac): Rename gl_SHA to gl_SHA1.
53433         (Include): sha.h -> sha1.h.
53434
53435 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
53436
53437         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
53438         * m4/sha1.m4: Renamed from sha.m4.
53439         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
53440
53441 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
53442
53443         * lib/obstack.h (obstack_empty_p):
53444         Don't assume that chunk->contents is suitably aligned.
53445         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
53446         Likewise. Problem reported by Benno in
53447         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
53448
53449         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
53450         readable.  This could be improved further but it'd take some work.
53451
53452 2004-08-08  Simon Josefsson  <jas@extundo.com>
53453
53454         * modules/xgethostname (Depends-on): Remove exit and error (not
53455         used).
53456
53457         * modules/getpass-gnu: Add getpass.h.
53458         (Depends-on): Add stdbool.
53459         * modules/getpass: Add getpass.h.
53460
53461 2004-08-08  Simon Josefsson  <jas@extundo.com>
53462
53463         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
53464         Check getpass declaration.
53465
53466 2004-08-08  Simon Josefsson  <jas@extundo.com>
53467
53468         * lib/xgethostname.c: Don't include error.h (not used).
53469
53470         * lib/getpass.h: Add.
53471         * lib/getpass.c: Include getpass.h first.
53472
53473 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
53474
53475         * lib/xalloc-die.c: New file.
53476         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
53477         All uses removed.
53478         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
53479         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
53480         xalloc-die.c.
53481         (_, N_, xalloc_die): Move to xalloc-die.c.
53482         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
53483         so that we needn't mess with xalloc_msg_memory_exhausted.
53484
53485         * lib/sha1.h: Renamed from sha.h.
53486         (SHA1_H): Renamed from _SHA_H.
53487         (sha1_ctx): Renamed from sha_ctx.
53488         (sha1_init_ctx): Renamed from sha_init_ctx.
53489         (sha1_process_block): Renamed from sha_process_block.
53490         (sha1_process_bytes): Renamed from sha_process_bytes.
53491         (sha1_finish_ctx): Renamed from sha_finish_ctx.
53492         (sha1_read_ctx): Renamed from sha_read_ctx.
53493         (sha1_stream): Renamed from sha_stream.
53494         (sha1_buffer): Renamed from sha_buffer.
53495         * lib/sha1.c: Likewise; renamed from sha.c.
53496         Do not include <sys/types.h>.
53497         Include <stddef.h> rather than <stdlib.h>.
53498
53499 2004-08-08  Bruno Haible  <bruno@clisp.org>
53500
53501         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
53502         FILESYSTEM_PREFIX_LEN.
53503         * lib/progreloc.c: Likewise.
53504         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
53505
53506 2004-08-06  Simon Josefsson  <jas@extundo.com>
53507
53508         * modules/progname (Depends-on): Don't depend on stdbool.
53509
53510 2004-08-06  Simon Josefsson  <jas@extundo.com>
53511
53512         * modules/getsubopt: New file.
53513         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53514         getsubopt.
53515
53516 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53517
53518         More merge from coreutils.
53519
53520         * m4/utimens.m4, m4/utimecmp.m4: New files.
53521         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
53522         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
53523         prereq.m4, sha.m4: Import changes from coreutils.
53524
53525 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53526
53527         More merge from coreutils.
53528         * modules/raise, modules/readtokens0, modules/utimens:
53529         * modules/utimecmp, module/xnanosleep: New files.
53530         * modules/strftime: Add lib/strftime.h.
53531         Change include from <time.h> to "strftime.h".
53532         * modules/yesno: Add lib/yesno.h.
53533         * modules/backupfile: Remove lib/addext.c.
53534         * modules/euidaccess: Add stat-macros.h.
53535         * modules/canonicalize, modules/euidaccess,
53536         modules/filemode, modules/lchown, modules/makepath,
53537         modules/rmdir, modules/stat: Likewise.
53538
53539 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53540
53541         Merge from tar.
53542         * lib/argp-help.c (make_hol, hol_append): Don't assume that
53543         SIZE_MAX is a valid preprocessor constant.
53544         (__argp_basename): Change from "#ifndef _LIBC"
53545         to "#ifndef __argp_short_program_name", so that
53546         we don't compile these functions for tar.
53547
53548         More merges from coreutils.
53549         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
53550         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
53551         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
53552         * lib/addext.c: Remove; no longer needed.
53553         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
53554         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
53555         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
53556         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
53557         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
53558         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
53559         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
53560         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
53561         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
53562         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53563         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
53564         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
53565         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
53566         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
53567         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
53568         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
53569         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
53570         Import changes from coreutils.
53571
53572 2004-08-05  Simon Josefsson  <jas@extundo.com>
53573
53574         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
53575
53576 2004-08-05  Simon Josefsson  <jas@extundo.com>
53577
53578         * m4/getsubopt.m4: New file.
53579
53580 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53581
53582         Merge from coreutils.
53583
53584         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
53585         * m4/getcwd-path-max.m4: New files.
53586
53587         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
53588         FILESYSTEM_PREFIX_LEN ->
53589         FILE_SYSTEM_PREFIX_LEN.
53590         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
53591         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
53592         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
53593         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
53594
53595         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
53596         prerequisite modules now handle the DOS stuff.
53597         Don't check for unistd.h.
53598
53599 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53600
53601         Merge from coreutils.
53602
53603         * lib/.gdb-history: Remove; this doesn't belong here.
53604
53605         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
53606         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
53607         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
53608         * lib/getcwd.c: New files.
53609
53610         * lib/dirname.h: Include <stdbool.h>.
53611         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
53612         for consistency with POSIX terminology.  All uses changed.
53613         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
53614         (strip_trailing_slashes): Use bool for booleans.
53615         * lib/stripslash.c (strip_trailing_slashes): Likewise.
53616
53617         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
53618         sometimes returns a positive errno value even when it succeeds.
53619         (print_errno_message) [!LIBC]: Fall back on strerror if
53620         __strerror_r fails.
53621
53622         * lib/path-concat.c (mempcpy): Don't define if a system header defines
53623         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
53624         (longest_relative_suffix): New function.
53625         (path_concat): Use it.  Assume first argument is not NULL.
53626         Port to DOS.  Omit redundant separators.
53627         Report an error instead of returning NULL.
53628         Use mempcpy instead of memcpy.
53629         (xpath_concat): Remove: not declared or used.
53630
53631         * lib/same.h: Include <stdbool.h>
53632         (same_name): Return bool, not int.
53633         * lib/same.c (same_name): Likewise.
53634         (errno): Don't declare; we assume C89 or better now.
53635
53636         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
53637         if not already defined.
53638
53639         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
53640         * lib/dup-safer.c (errno): Likewise.
53641
53642 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53643
53644         Merge from coreutils.
53645         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
53646         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
53647         * modules/path-concat: Don't depend on strdup.
53648
53649 2004-08-03  Simon Josefsson  <jas@extundo.com>
53650
53651         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
53652         * lib/progname.h: Don't include stdbool.h.
53653
53654 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53655
53656         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
53657         * MODULES.html.sh (func_all_modules): Remove fatal.
53658
53659 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53660
53661         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
53662
53663 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53664
53665         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
53666         working.
53667
53668 2004-08-02  Simon Josefsson  <jas@extundo.com>
53669
53670         * lib/getsubopt.h: New file, with comments from Bruno Haible.
53671         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
53672         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
53673
53674 2004-08-01  Simon Josefsson  <jas@extundo.com>
53675
53676         * lib/xgetdomainname.c: Include stdlib.h, for free().
53677
53678 2004-07-19  Bruno Haible  <bruno@clisp.org>
53679
53680         * MODULES.html.sh (func_all_modules): Add dummy.
53681
53682 2004-07-16  Simon Josefsson  <jas@extundo.com>
53683
53684         * modules/dummy: New file.
53685
53686 2004-07-16  Simon Josefsson  <jas@extundo.com>
53687
53688         * lib/dummy.c: New file.
53689
53690 2004-07-16  Bruno Haible  <bruno@clisp.org>
53691
53692         * lib/backupfile.h: Add extern "C" for C++.
53693         * lib/closeout.h: Likewise.
53694         * lib/copy-file.h: Likewise.
53695         * lib/findprog.h: Likewise.
53696         * lib/full-write.h: Likewise.
53697         * lib/pathname.h: Likewise.
53698         * lib/progname.h: Likewise.
53699         * lib/stpcpy.h: Likewise.
53700         * lib/stpncpy.h: Likewise.
53701         * lib/strcase.h: Likewise.
53702         * lib/strstr.h: Likewise.
53703         * lib/xalloc.h: Likewise.
53704
53705         * lib/mbswidth.h: Add extern "C" for C++.
53706         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
53707
53708 2004-07-13  Robert Millan  <robertmh@gnu.org>
53709
53710         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
53711
53712 2004-07-09  Simon Josefsson  <jas@extundo.com>
53713
53714         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
53715         failed without this.)
53716
53717 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53718
53719         * modules/chown (Files): Add lib/fchown-stub.c, since
53720         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
53721
53722 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53723
53724         * lib/fchown-stub.c: New file.
53725
53726 2004-06-24  Jim Meyering  <jim@meyering.net>
53727
53728         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
53729
53730 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53731
53732         * modules/argz: Omit "#include".
53733
53734         * MODULES.html.sh (func_all_modules): Add calloc, to match
53735         2004-06-01 addition of calloc module.
53736
53737 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53738
53739         * m4/argz.m4: New file, which is autoupdated from libtool.
53740
53741 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53742
53743         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
53744         libtool.
53745
53746 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53747
53748         * config/srclist-update: Don't insist on "USA." before the
53749         close-comment, as libtool omits the period and puts the */ on a
53750         separate line.
53751         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
53752         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
53753
53754 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
53755
53756         * modules/argz: New file.
53757         * MODULES.html.sh (func_all_modules): Add argz.
53758
53759 2004-06-12  Jim Meyering  <jim@meyering.net>
53760         and  Paul Eggert  <eggert@cs.ucla.edu>
53761
53762         * modules/hash (Files): Add lib/xalloc.h.
53763         * modules/pipe (Depends-on): Add wait-process.
53764         * modules/stat (Depends-on): Add xalloc.
53765         * modules/userspec (Files): Add lib/userspec.h.
53766         * modules/xstrto
53767
53768         Upgrade from gettext-0.13.
53769         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
53770         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
53771         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
53772
53773 2004-06-10  Jim Meyering  <jim@meyering.net>
53774
53775         * lib/calloc.c: New file.
53776
53777 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
53778
53779         * lib/getdate.y (yylex): Allow space between sign and number.
53780         Problem reported by Dan Jacobson.
53781
53782 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53783
53784         Merge from coreutils CVS.
53785
53786         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
53787         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
53788         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
53789         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
53790         xstrtol.m4: Fix copyright date and/or serial number.
53791
53792         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
53793         See if we need an fchown replacement.
53794         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
53795         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
53796         and use the replacement function if we detect either defect.
53797
53798         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
53799         gl_UTIMECMP.
53800
53801 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53802         and  Jim Meyering  <jim@meyering.net>
53803
53804         Merge from coreutils CVS.
53805
53806         * lib/stat-macros.h: New file, with contents from file-type.h
53807         and coreutils' system.h.
53808         * lib/file-type.c: Include "stat-macros.h".
53809         * lib/file-type.h (file_type): Move all macro definitions to new file,
53810         stat-macros.h.
53811
53812         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
53813         Wrap old code with this conditional.
53814         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
53815         function that does not dereference symlinks.
53816         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
53817
53818         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
53819         dependency problems.
53820         (xreadlink): Accept new arg SIZE, for efficiency.
53821         All decls and uses changed.
53822         * lib/xreadlink.h: Include <stddef.h>, for size_t.
53823
53824         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
53825         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
53826
53827         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
53828         sysexits.h.
53829
53830 2004-06-01  Jim Meyering  <jim@meyering.net>
53831
53832         * m4/calloc.m4: New file.
53833
53834 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
53835
53836         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
53837         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
53838         Also, fix a typo in a diagnostic.
53839
53840 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53841
53842         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
53843         or AC_FUNC_REALLOC.
53844
53845 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53846
53847         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
53848         macros to be defined.
53849         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
53850         the allocator returns NULL because the requested size is zero.
53851
53852 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53853
53854         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
53855         var.  Add comment explaining why libc still defines it.  This
53856         merges the following patch from glibc:
53857         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
53858
53859 2004-05-20  Andreas Schwab  <schwab@suse.de>
53860
53861         * m4/free.m4: Replace free if it not known to work, not the other
53862         way round.
53863
53864 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
53865
53866         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
53867         present in glibc since revision 1.1 of this file.
53868         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
53869         obstack_alignment_mask, obstack_alloc, obstack_base,
53870         obstack_blank, obstack_blank_fast, obstack_chunk_size,
53871         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
53872         obstack_grow0, obstack_init, obstack_int_grow,
53873         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
53874         obstack_next_free, obstack_object_size, obstack_ptr_grow,
53875         obstack_ptr_grow_fast, obstack_room): Remove declarations of
53876         nonexistent functions.
53877
53878 2004-05-18  Karl Berry  <karl@gnu.org>
53879
53880         * config/srclist.txt: break link for vasnprintf.c.
53881
53882 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53883
53884         Port obstack to the AS/400, where pointers are 16 bytes wide and
53885         you cannot cast an integer to a valid pointer.  This patch is
53886         currently waiting to be integrated into glibc; see
53887         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
53888
53889         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
53890         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
53891         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
53892         (struct obstack): temp member is now a union of a pointer and
53893         an integer, instead of an integer.  All integer uses changed.
53894         This does not affect the physical layout of struct obstack,
53895         except on hosts (like the AS/400) where the size or alignment of
53896         void * is greater than that of ptrdiff_t.
53897         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
53898         __STDC__)]: Store temporary in pointer member of union, not
53899         integer member.
53900         * lib/obstack.c: Include <stddef.h>, for offsetof.
53901         (struct fooalign): Remove; it doesn't need a name.
53902         (union fooround): Change double to long double, and add void *.
53903         (DEFAULT_ALIGNMENT): Use offsetof to compute.
53904         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
53905         not a macro.  Hence the values are always int; so remove all
53906         casts-to-int in uses.
53907
53908 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53909
53910         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
53911         we can get this patch merged into glibc.
53912
53913 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53914             Paul Eggert  <eggert@cs.ucla.edu>
53915
53916         * m4/argp: Depend on alloca.
53917
53918 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53919             Paul Eggert  <eggert@cs.ucla.edu>
53920
53921         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
53922         freecoding.
53923
53924 2004-05-17  Bruno Haible  <bruno@clisp.org>
53925
53926         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
53927         precision that consists of a '.' followed by an empty digit string.
53928         Patch by Tor Lillqvist <tml@iki.fi>.
53929
53930 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53931
53932         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
53933         for backward compatibility with older code.  We need our own
53934         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
53935         it under some other name, and our alloca.h will define it.
53936
53937 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53938             Derek Price  <derek@ximbiot.com>
53939
53940         * lib/alloca.c: Include <alloca.h>, to get our interface.
53941         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
53942         include <alloca.h> first.  Use C89 prototype for alloca; this
53943         requires including <stddef.h> for size_t.  Use extern "C" if C++.
53944         Use #elif for simplicity, since we can assume C89 now.
53945         Don't try to source the system alloca.h since it will not be found
53946         and to prevent recursively including its replacement.
53947         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
53948         * lib/regex.c: Likewise.
53949
53950 2004-05-16  Derek Price  <derek@ximbiot.com>
53951             Paul Eggert  <eggert@cs.ucla.edu>
53952
53953         getline cleanup.  This changes the getndelim2 API: both order of
53954         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
53955         no delimiter).
53956
53957         * lib/getline.c: Don't include stddef.h or stdio.h, since our
53958         interface does that.
53959         (getline): Always use getdelim, so that we don't have two
53960         copies of this code.
53961         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
53962         if available.
53963         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
53964         (GETNDELIM2_MAXIMUM): New macro.
53965         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
53966         instead of the old practice of delim2==0.  All callers changed.
53967         Return -1 on overflow, instead of returning junk.
53968         Do not set *linesize unless allocation succeeds.
53969         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
53970         that we include sys/types.h.
53971         * lib/getnline.h: Likewise.
53972         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
53973         (getndelim2): Reorder arguments.
53974         * lib/getnline.c (getnline, getndelim):
53975         Don't discard the NMAX argument.
53976         (getnline): Invoke getndelim, to avoid code duplication.
53977         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
53978         of (size_t) -1 by callers of the getnline family.
53979
53980 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53981
53982         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
53983         Check for gettimeofday.
53984         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
53985         Check for settimeofday, stime.
53986
53987 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53988
53989         * lib/nanosleep.c (suspended): Change its type from int to
53990         sig_atomic_t volatile.
53991         (first_call): Make it private to rpl_nanosleep, and have it
53992         be zero initially as that's a bit faster.
53993         (my_usleep): Round up fractional times instead of truncating them,
53994         as this is the usual meaning for 'sleep'.
53995
53996         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
53997         doesn't work.
53998         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
53999         (ENOSYS): Define if not defined.
54000         (settime): Fall back on stime if it exists and settimeofday fails.
54001         But don't bother with fallbacks if a method fails with errno == EPERM.
54002
54003 2004-05-11  Jim Meyering  <jim@meyering.net>
54004
54005         Prior to this change, the save_cwd caller required read access to the
54006         current directory on most systems (ones with the fchdir function).
54007
54008         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
54009         fails, try write-only, and finally, resort to using xgetcwd.
54010
54011 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
54012
54013         * lib/obstack.c, obstack.h: Import changes from libc.
54014
54015 2004-04-28  Bruno Haible  <bruno@clisp.org>
54016
54017         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
54018         also implicitly appends .exe to executables.
54019         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
54020         accepts Windows pathnames.
54021         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
54022         Treat Cygwin like Windows, since it now accepts Windows pathnames.
54023         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
54024         Treat Cygwin like Windows, since it now accepts Windows pathnames.
54025         Reported by Derek Robert Price <derek@ximbiot.com>.
54026
54027 2004-04-21  Karl Berry  <karl@gnu.org>
54028
54029         * config/srclist.txt (localcharset.c): break sync.
54030
54031 2004-04-20  Paul Eggert  <eggert@twinsun.com>
54032
54033         * m4/host-os.m4: Add a copyright notice.
54034
54035 2004-04-20  Jim Meyering  <jim@meyering.net>
54036
54037         Change UTILS_ to gl_ in AC_DEFINE'd names.
54038         Change utils_- and jm_-prefixed variables, too.
54039         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
54040         UTILS_FUNC_MKDIR_TRAILING_SLASH.
54041         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
54042
54043         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
54044         Don't emit trailing blanks.
54045         Also rename jm_-prefixed variables to have gl_ prefix.
54046
54047         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
54048         Also rename jm_-prefixed variables to have gl_ prefix.
54049
54050         * m4/jm-macros.m4: Reflect the renamings.
54051         * m4/prereq.m4: Likewise.
54052
54053 2004-04-20  Jim Meyering  <jim@meyering.net>
54054
54055         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
54056         memory.
54057
54058 2004-04-20  Jim Meyering  <jim@meyering.net>
54059             Bruno Haible  <bruno@clisp.org>
54060
54061         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
54062         memory when realloc fails.
54063
54064 2004-04-19  Jim Meyering  <jim@meyering.net>
54065
54066         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
54067         now that readutmp.c may call `free (0)'.
54068
54069 2004-04-19  Bruno Haible  <bruno@clisp.org>
54070
54071         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
54072         * m4/inttypes_h.m4: Likewise.
54073         * m4/stdint_h.m4: Likewise.
54074         * m4/intmax_t.m4: Likewise.
54075         * m4/uintmax_t.m4: Likewise.
54076
54077 2004-04-18  Jim Meyering  <jim@meyering.net>
54078
54079         * m4/prereq.m4: Don't forbid jm_ prefix.
54080
54081         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
54082         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
54083         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
54084         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
54085         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
54086         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
54087         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
54088         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
54089         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
54090         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
54091         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
54092         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
54093         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
54094         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
54095         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
54096         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
54097         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
54098         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
54099         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
54100
54101 2004-04-18  Jim Meyering  <jim@meyering.net>
54102
54103         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
54104         failure, don't leak memory and do call END_UTMP_ENT.
54105
54106 2004-04-16  Jim Meyering  <jim@meyering.net>
54107
54108         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
54109         coreutils' stat program.
54110         (gl_PREREQ): Don't require jm_PREREQ_STAT.
54111
54112 2004-04-11  Paul Eggert  <eggert@twinsun.com>
54113
54114         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
54115         C89.
54116         (CHAR_BIT): Remove, since we assume C89.
54117         Include <stdint.h> if available, as per current Autoconf CVS advice.
54118
54119 2004-03-31  Jim Meyering  <jim@meyering.net>
54120
54121         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
54122         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
54123         * m4/xalloc.m4: Likewise.
54124
54125 2004-03-30  Paul Eggert  <eggert@twinsun.com>
54126
54127         Merge from coreutils.
54128
54129         * m4/inttostr.m4: New file.
54130         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
54131         Require AM_STDBOOL_H and gl_TIMESPEC instead.
54132         Require gl_CLOCK_TIME.
54133         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
54134
54135 2004-03-30  Paul Eggert  <eggert@twinsun.com>
54136
54137         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
54138         not bool, to be more consistent with Unix conventions.
54139         Suggested by Bruno Haible.
54140
54141         Merge from coreutils.
54142
54143         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
54144         * lib/umaxtostr.c: New files.
54145
54146         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
54147         the usual <time.h> dance.
54148         (get_date): Change signature to support fractional time stamps.
54149         All callers changed.
54150         * lib/getdate.y: Include "getdate.h" first, as we can now
54151         assume C89 and don't need to worry about 'const'.
54152         Similarly, include "unlocked-io.h" near start, not in middle.
54153         Include <limits.h>.
54154         (textint.value): Use long int rather than int.
54155         (textint.digits): Use size_t rather than int.
54156         (BILLION, LOG10_BILLION): New constants.
54157         (parser_control): New member rel_ns.  Members day_ordinal,
54158         time_zone, month, day, hour, minutes, rel_year, rel_month,
54159         rel_day, rel_hour, rel_minutes, rel_seconds
54160         are now long int, not int.  Member seconds is now struct timespec,
54161         not int.  New member timespec_seen.  Members dates_seen, days_seen,
54162         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
54163         not int.
54164         (%union.intval): Now long int, not int.
54165         New member timespec.
54166         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
54167         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
54168         (spec): Now is a timespec or an item list.
54169         (timespec, items): New nonterminals.
54170         (time, rel, relunit, number, get_date):
54171         Add support for fractional seconds.
54172         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
54173         (gmtime, localtime, mktime): Remove decls; not needed with C89.
54174         (to_hour): First arg is now long int, not int.
54175         (to_year): Returns long int, not int.
54176         Don't treat year -70 like 70.
54177         (tm_diff): Returns long int, not int.
54178         (lookup_word): Use bool instead of int when appropriate.
54179         (yylex): Use size_t for count, not int.
54180         Detect overflow when parsing large integer constants.
54181         Add support for fractions.
54182         (get_date): Make pointers 'const' if possible.
54183         Use more-portable code to detect integer overflow.
54184         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
54185         Don't use ctime; it's not reliable if the year has >4 digits.
54186
54187         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
54188         This is for compatibility with BSD.
54189
54190         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
54191         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
54192         From coreutils' system.h.
54193
54194         * lib/userspec.c: Don't include "posixver.h".
54195         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
54196         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
54197         compatible extension.  Simplify code by removing a boolean int
54198         that was always nonzero if a string was nonnull.
54199
54200 2004-03-30  Jim Meyering  <jim@meyering.net>
54201
54202         Merge from coreutils.
54203
54204         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
54205         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
54206         on some systems one must include <grp.h> before it.
54207         Reported by Christian Krackowizer.
54208
54209 2004-03-30  Jim Meyering  <jim@meyering.net>
54210
54211         Merge from coreutils.
54212
54213         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
54214
54215         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
54216         an empty input stream.
54217
54218         * lib/readtokens.c: Include <stdbool.h>.
54219         (readtoken): Use `size_t' rather than int/long.
54220         All callers adjusted.
54221         Use `bool' rather than `int' where appropriate.
54222         Use memset rather than an explicit loop.
54223         Use x2nrealloc rather than xrealloc.
54224         Allow the use of `\0' as a delimiter.
54225         (readtokens): Likewise.
54226         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
54227
54228 2004-03-30  Jim Meyering  <jim@meyering.net>
54229
54230         * m4/realloc.m4: Remove file, since now it does no more than
54231         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
54232         the `configure.ac' section of module/realloc.
54233         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
54234
54235 2004-03-30  Bruno Haible  <bruno@clisp.org>
54236
54237         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
54238         nonnull.
54239
54240 2004-03-29  Paul Eggert  <eggert@twinsun.com>
54241
54242         Merge changes to getloadavg.c from coreutils and Emacs.
54243
54244         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
54245         Define to an expression, not to the empty string.
54246         Include cloexec.h and xalloc.h.
54247         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
54248         Use set_cloexec_flag rather than rolling our own.
54249         * lib/cloexec.c, lib/cloexec.h: New files.
54250
54251 2004-03-29  Paul Eggert  <eggert@twinsun.com>
54252
54253         * m4/cloexec.m4: New file.
54254
54255 2004-03-18  Paul Eggert  <eggert@twinsun.com>
54256
54257         * lib/getopt.h: Sync with libc CVS.
54258
54259 2004-03-18  Paul Eggert  <eggert@twinsun.com>
54260             Bruno Haible  <bruno@clisp.org>
54261
54262         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
54263         mbswidth.
54264
54265 2004-03-18  Paul Eggert  <eggert@twinsun.com>
54266             Bruno Haible  <bruno@clisp.org>
54267
54268         * lib/mbswidth.h: Include <wchar.h> only if
54269         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
54270         <wchar.h>.
54271         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
54272
54273 2004-03-09  Paul Eggert  <eggert@twinsun.com>
54274
54275         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
54276         Sync with libc CVS.
54277         * lib/getopt_int.h: New file, also synced from libc.
54278
54279 2004-03-09  Paul Eggert  <eggert@twinsun.com>
54280
54281         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
54282         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
54283         Bring back getopt.c, getopt.h, getopt1.c.
54284
54285 2004-03-07  Paul Eggert  <eggert@twinsun.com>
54286
54287         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
54288         All uses changed.  Check for sa_sigaction member; this fixes
54289         a bug first reported by Jason Andrade in
54290         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
54291
54292 2004-03-07  Paul Eggert  <eggert@twinsun.com>
54293
54294         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
54295         '#if' expressions.  Unlike the code it replaces, it does not
54296         depend on (defined _SC_PAGESIZE).  However, it does depend on
54297         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
54298         first reported by Jason Andrade in
54299         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
54300
54301 2004-02-25  Simon Josefsson  <jas@extundo.com>
54302
54303         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
54304
54305 2004-02-25  Simon Josefsson  <jas@extundo.com>
54306
54307         * lib/strdup.h: New file.
54308         * lib/strdup.c: Include it.
54309         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
54310         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
54311
54312 2004-02-23  Karl Berry  <karl@gnu.org>
54313
54314         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
54315         (from fencepost.gnu.org:/gd/gnuorg).
54316
54317 2004-02-23  Karl Berry  <karl@gnu.org>
54318
54319         * config/srclistvars.sh (GNUORG) [karl]: redefine.
54320         * config/srclist.txt: add maintain/standards documents.
54321
54322 2004-02-18  Bruno Haible  <bruno@clisp.org>
54323
54324         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
54325         Reported by Derek Robert Price <derek@ximbiot.com>.
54326
54327 2004-02-16  Karl Berry  <karl@gnu.org>
54328
54329         * config/mkinstalldirs, install-sh: update from automake.
54330
54331 2004-02-06  Karl Berry  <karl@gnu.org>
54332
54333         * m4/po.m4: update from gettext 0.14.1.
54334
54335 2004-02-06  Karl Berry  <karl@gnu.org>
54336
54337         * lib/config.charset: update from gettext 0.14.1.
54338
54339 2004-02-05  Paul Eggert  <eggert@twinsun.com>
54340
54341         Add comments and code, prompted by suggestions from Bruno Haible
54342         for sh-quote.
54343         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
54344         describing the enum quoting_style values.
54345         * lib/quotearg.c (quotearg_alloc): New function.
54346         (quotearg_buffer_restyled): Treat lone { and } as special.
54347         Treat = as special.  Work around bug with older shells
54348         that "see" a '\' that is really the 2nd byte of a multibyte char.
54349         Quote empty string with shell_quoting_style.
54350
54351 2004-02-03  Bruno Haible  <bruno@clisp.org>
54352
54353         * m4/pipe.m4: New file, from GNU gettext.
54354
54355 2004-02-03  Bruno Haible  <bruno@clisp.org>
54356
54357         * lib/pipe.h: New file, from GNU gettext.
54358         * lib/pipe.c: New file, from GNU gettext.
54359
54360 2004-01-27  Bruno Haible  <bruno@clisp.org>
54361
54362         * m4/execute.m4: New file, from GNU gettext.
54363
54364 2004-01-27  Bruno Haible  <bruno@clisp.org>
54365
54366         * lib/execute.h: New file, from GNU gettext.
54367         * lib/execute.c: New file, from GNU gettext.
54368         * lib/w32spawn.h: New file, from GNU gettext.
54369
54370 2004-01-24  Paul Eggert  <eggert@twinsun.com>
54371
54372         Merge from diffutils.
54373
54374         * lib/file-type.c (file_type): Add typed memory objects.
54375         * lib/file-type.h (S_TYPEISTMO): New macro.
54376
54377         * lib/c-stack.h (c_stack_action): Remove argv argument.
54378         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
54379         (die): Don't calculate message unless segv_action returns.
54380         (get_stack_location, min_address_from_argv, max_address_from_argv,
54381         volatile stack_base, volatile_stack_size): Remove.
54382         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
54383         that every segmentation violation is a stack overflow.  (Ouch!)
54384         See Debian bug 136249 (still outstanding) for more info about why
54385         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
54386
54387 2004-01-24  Paul Eggert  <eggert@twinsun.com>
54388
54389         Exit-status fix from coreutils.
54390
54391         Use exit_failure consistently in place of EXIT_FAILURE,
54392         so that program exit statuses are consistent on failure.
54393
54394         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
54395         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
54396         * lib/argmatch.h: Comment fix to match the above.
54397         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
54398         Now a macro referring to exit_failure, instead of a separate
54399         variable.  Include "exitfail.h" to get it.
54400         * lib/xstrtol.h: Include "exitfail.h".
54401         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
54402
54403         * lib/long-options.c (parse_long_options): Use prototype
54404         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
54405         for clarity.
54406
54407 2004-01-21  Jim Meyering  <jim@meyering.net>
54408
54409         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
54410         so as not to conflict with a different-sized __mktime_internal
54411         function in GNU libc.
54412         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
54413         Problem building statically-linked `ls' reported by Michael Brunnbauer.
54414
54415 2004-01-20  Karl Berry  <karl@gnu.org>
54416
54417         * config/config.guess: update from config.
54418
54419         * config/srclistvars.sh: GNUWWWLICENSES for karl.
54420
54421 2004-01-20  Bruno Haible  <bruno@clisp.org>
54422
54423         Safer stack allocation.
54424         * lib/setenv.c: Include allocsa.h.
54425         (alloca): Remove fallback definition.
54426         (freea): Remove macro.
54427         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
54428         instead of freea.
54429
54430 2004-01-20  Bruno Haible  <bruno@clisp.org>
54431
54432         * m4/eealloc.m4: New file, from GNU gettext.
54433
54434 2004-01-20  Bruno Haible  <bruno@clisp.org>
54435
54436         * m4/allocsa.m4: New file, from GNU gettext.
54437
54438 2004-01-20  Bruno Haible  <bruno@clisp.org>
54439
54440         * lib/xallocsa.h: New file, from GNU gettext.
54441         * lib/xallocsa.c: New file, from GNU gettext.
54442
54443 2004-01-20  Bruno Haible  <bruno@clisp.org>
54444
54445         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
54446
54447 2004-01-20  Bruno Haible  <bruno@clisp.org>
54448
54449         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
54450         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
54451         specially.
54452
54453 2004-01-20  Bruno Haible  <bruno@clisp.org>
54454
54455         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
54456         patch.
54457
54458 2004-01-20  Bruno Haible  <bruno@clisp.org>
54459
54460         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
54461
54462 2004-01-20  Bruno Haible  <bruno@clisp.org>
54463
54464         * lib/eealloc.h: New file.
54465
54466 2004-01-20  Bruno Haible  <bruno@clisp.org>
54467
54468         * lib/binary-io.h: Avoid warnings on Cygwin.
54469
54470 2004-01-20  Bruno Haible  <bruno@clisp.org>
54471
54472         * lib/allocsa.h: New file, from GNU gettext.
54473         * lib/allocsa.c: New file, from GNU gettext.
54474
54475 2004-01-18  Karl Berry  <karl@gnu.org>
54476
54477         * doc/gpl.texi, doc/lgpl.texi: new files.
54478
54479 2004-01-18  Karl Berry  <karl@gnu.org>
54480
54481         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
54482         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
54483
54484 2004-01-15  Paul Eggert  <eggert@twinsun.com>
54485
54486         Merge from coreutils.
54487
54488         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
54489         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
54490         (gl_DEFAULT_POSIX2_VERSION): Move
54491         the documentation from 'configure' into 'config.hin',
54492         so that 'configure --help' isn't burdened by it and
54493         we don't have to worry about its formatting there.
54494         Reword the documentation so that it's more succinct
54495         and can be run together into a single paragraph.
54496         * m4/same.m4 (gl_SAME): Check for pathconf.
54497
54498 2004-01-15  Paul Eggert  <eggert@twinsun.com>
54499
54500         Merge from coreutils.
54501
54502         * lib/posixver.c: Include posixver.h.
54503
54504         * lib/same.c: Include <stdbool.h>, <limits.h>.
54505         (_POSIX_NAME_MAX): Define if not defined.
54506         (MIN): New macro.
54507         (same_name): If file names are silently truncated, report
54508         that the file names are the same if they are the same after
54509         the silent truncation.
54510
54511         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
54512         conversion function.
54513         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
54514         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
54515         longer needed.
54516
54517 2004-01-15  Jim Meyering  <jim@meyering.net>
54518
54519         Merge from coreutils.
54520
54521         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
54522         if no library is required.
54523         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
54524         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
54525         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
54526         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
54527         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
54528         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
54529         value, $ac_cv_search_crypt, if it's "none required".
54530         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
54531         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
54532         not gl_FUNC_GETLOADAVG.
54533         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
54534         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
54535
54536 2004-01-15  Jim Meyering  <jim@meyering.net>
54537
54538         Merge from coreutils.
54539
54540         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
54541         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
54542         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
54543
54544         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
54545         optional configure-time default.
54546
54547         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54548
54549         * lib/xreadlink.c (xreadlink): Correct outdated comment.
54550
54551 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
54552
54553         Merge from coreutils.
54554
54555         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
54556         value, $ac_cv_search_nanosleep, if it's "none required".
54557
54558 2004-01-14  Paul Eggert  <eggert@twinsun.com>
54559
54560         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
54561         with like-named macro in fnmatch.c.
54562         (EXT): Use an internal constant instead.
54563
54564         Merge fnmatch patches from glibc.
54565         * lib/fnmatch.c (mbsinit): Remove define.
54566         Add libc_hidden_ver (__fnmatch, fnmatch).
54567         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
54568         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
54569
54570 2004-01-14  Karl Berry  <karl@gnu.org>
54571
54572         * config/install-sh: update from automake.
54573
54574 2004-01-13  Karl Berry  <karl@gnu.org>
54575
54576         * config/install-sh: update from automake.
54577
54578 2004-01-09  Karl Berry  <karl@gnu.org>
54579
54580         * config/install-sh: update from automake.
54581
54582 2004-01-05  Karl Berry  <karl@gnu.org>
54583
54584         * config/config.{sub,guess}: update from config.
54585
54586 2003-12-31  Karl Berry  <karl@gnu.org>
54587
54588         * config/depcomp: update from automake.
54589
54590 2003-12-14  Karl Berry  <karl@gnu.org>
54591
54592         * lib/config.charset: update from gettext-runtime.
54593
54594 2003-12-03  Paul Eggert  <eggert@twinsun.com>
54595
54596         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
54597         Bug reported by Alfred M. Szmidt.
54598
54599 2003-12-03  Bruno Haible  <bruno@clisp.org>
54600
54601         * m4/gettext.m4: Upgrade from gettext-0.13.
54602         * m4/po.m4: Upgrade from gettext-0.13.
54603         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
54604         * m4/intmax.m4: New file, from gettext-0.13.
54605         * m4/printf-posix.m4: New file, from gettext-0.13.
54606
54607 2003-11-29  Karl Berry  <karl@gnu.org>
54608
54609         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
54610
54611 2003-11-25  Paul Eggert  <eggert@twinsun.com>
54612             Bruno Haible  <bruno@clisp.org>
54613
54614         * lib/printf-parse.h: Don't include sys/types.h.
54615         (ARG_NONE): New macro.
54616         (char_directive): Change type of *arg_index fields to size_t.
54617         * lib/printf-parse.c: Don't include sys/types.h.
54618         (SSIZE_MAX): Remove macro.
54619         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
54620         Remove unnecessary overflow check.
54621         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
54622         fields.
54623
54624 2003-11-25  Bruno Haible  <bruno@clisp.org>
54625
54626         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
54627
54628 2003-11-25  Bruno Haible  <bruno@clisp.org>
54629
54630         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
54631         gt_TYPE_SSIZE_T.
54632
54633 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54634
54635         * modules/alloca: Remove dependency on xalloc.
54636
54637 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54638
54639         * lib/alloca.c: Remove dependency on xalloc module.
54640         (xalloc_die): Remove.
54641         (memory_full) [!defined emacs]: New macro.
54642         [!defined emacs]: Don't include xalloc.h.
54643         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
54644         address arithmetic overflows.  Change datatypes a bit to avoid
54645         unnecessary casts.
54646
54647 2003-11-22  Jim Meyering  <jim@meyering.net>
54648
54649         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
54650         s/size/size_t/.
54651
54652 2003-11-21  Karl Berry  <karl@gnu.org>
54653
54654         * config/config.{sub,guess}: update from config.
54655
54656 2003-11-18  Karl Berry  <karl@gnu.org>
54657
54658         * config/config.{sub,guess}: update from config.
54659
54660         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
54661
54662 2003-11-17  Paul Eggert  <eggert@twinsun.com>
54663
54664         * README: Mention that S+T cannot overflow if S is the size of
54665         an existing object and T is sufficiently small.
54666
54667 2003-11-17  Jim Meyering  <jim@meyering.net>
54668
54669         On systems without utime and without a utimes function capable of
54670         dealing with a NULL struct utimbuf* argument, this utime replacement
54671         could -- in unusual circumstances -- leak a file descriptor.
54672         * lib/utime.c: Include <unistd.h> and <errno.h>.
54673         (utime_null): Be sure to close `fd' and to preserve errno.
54674         Reported by Geoff Collyer via Arnold Robbins.
54675
54676 2003-11-17  Bruno Haible  <bruno@clisp.org>
54677
54678         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
54679         (Depends-on): Add xsize.
54680
54681 2003-11-17  Bruno Haible  <bruno@clisp.org>
54682
54683         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
54684
54685 2003-11-17  Bruno Haible  <bruno@clisp.org>
54686
54687         * lib/vasnprintf.c (alloca): Remove fallback definition.
54688         (freea): Remove definition.
54689         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
54690         Reported by Paul Eggert.
54691
54692 2003-11-16  Paul Eggert  <eggert@twinsun.com>
54693             Bruno Haible  <bruno@clisp.org>
54694
54695         Protect against address arithmetic overflow.
54696         * lib/printf-args.h: Include stddef.h.
54697         (arguments): Change type of field 'count' to size_t.
54698         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
54699         'unsigned int' where appropriate.
54700         * lib/printf-parse.h: Include sys/types.h.
54701         (char_directive): Change type of *arg_index fields to ssize_t.
54702         (char_directives): Change type of fields 'count', max_*_length to
54703         size_t.
54704         * lib/printf-parse.c: Include sys/types.h and xsize.h.
54705         (SSIZE_MAX): Define fallback value.
54706         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
54707         instead of 'int' where appropriate. Check a_allocated, d_allocated
54708         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
54709         * lib/vasnprintf.c: Include xsize.h.
54710         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
54711         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
54712         overflow. Avoid wraparound when converting a width or precision from
54713         decimal to binary.
54714
54715 2003-11-16  Bruno Haible  <bruno@clisp.org>
54716
54717         Update from GNU gettext.
54718         * lib/printf-parse.c: Generalize to it can be compiled for wide
54719         strings.
54720         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
54721         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
54722         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
54723         SNPRINTF): New macros.
54724         Don't include <alloca.h> if the file is used inside libintl.
54725         (local_wcslen): New function, for Solaris 2.5.1.
54726         (VASNPRINTF): Use it instead of wcslen.
54727
54728 2003-11-16  Bruno Haible  <bruno@clisp.org>
54729
54730         * lib/xsize.h (xmax): New function.
54731         (xsum, xsum3, xsum4): Declare as "pure" functions.
54732
54733 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54734
54735         * modules/xalloc (Files): Undo latest change, since xalloc.h
54736         no longer needs SIZE_MAX or PTRDIFF_MAX.
54737
54738 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54739
54740         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
54741         gl_PTRDIFF_MAX.
54742
54743 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54744
54745         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
54746         "return", to pacify some unknown compiler.  Problem reported
54747         by Joerg Schilling.
54748
54749 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54750
54751         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
54752         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
54753         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
54754         heuristic is just as accurate as far as we know, and it removes a
54755         dependency on size_max.m4 and ptrdiff_max.m4.
54756
54757 2003-11-11  Bruno Haible  <bruno@clisp.org>
54758
54759         * modules/xsize (Files): Add m4/size_max.m4.
54760         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
54761
54762 2003-11-11  Bruno Haible  <bruno@clisp.org>
54763
54764         * m4/size_max.m4: New file.
54765         * m4/ptrdiff_max.m4: New file.
54766         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
54767         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
54768         (gl_XALLOC): Invoke it.
54769
54770 2003-11-11  Bruno Haible  <bruno@clisp.org>
54771
54772         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
54773         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
54774         defined.
54775
54776 2003-11-10  Paul Eggert  <eggert@twinsun.com>
54777
54778         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
54779         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
54780         rejected some allocations of exactly SIZE_MAX - 2 bytes.
54781         From Bruno Haible.
54782         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
54783         not (size_t) -1, since it's defined here.
54784
54785 2003-11-09  Karl Berry  <karl@gnu.org>
54786
54787         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
54788
54789 2003-11-06  Paul Eggert  <eggert@twinsun.com>
54790
54791         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
54792         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
54793         Reject sizes of exactly SIZE_MAX bytes.
54794         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
54795         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
54796
54797 2003-11-05  Bruno Haible  <bruno@clisp.org>
54798
54799         * lib/xsize.h: Include limits.h, to avoid a possible collision with
54800         SIZE_MAX defined in <limits.h> on Solaris.
54801
54802 2003-11-04  Jim Meyering  <jim@meyering.net>
54803
54804         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
54805         variable names, rather than @VAR@.
54806         * modules/poll: Likewise.
54807
54808 2003-11-04  Bruno Haible  <bruno@clisp.org>
54809
54810         * modules/xsize: New file.
54811         * modules/linebreak: Depend on xsize.
54812         * MODULES.html.sh (func_all_modules): Add xsize.
54813
54814 2003-11-04  Bruno Haible  <bruno@clisp.org>
54815
54816         * m4/xsize.m4: New file.
54817
54818 2003-11-04  Bruno Haible  <bruno@clisp.org>
54819
54820         * lib/xsize.h: New file.
54821         * lib/linebreak.c: Include xsize.h.
54822         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
54823         argument for overflow.
54824         Suggested by Paul Eggert.
54825
54826 2003-11-03  Karl Berry  <karl@gnu.org>
54827
54828         * config/config.{guess,sub}: update from config.
54829
54830 2003-11-03  Jim Meyering  <jim@meyering.net>
54831
54832         * modules/userspec (lib_SOURCES): Add userspec.h.
54833         (Include): Add "userspec.h".
54834         Improve description.
54835
54836 2003-11-03  Jim Meyering  <jim@meyering.net>
54837
54838         * lib/userspec.c: Include "userspec.h".
54839         * lib/userspec.h: New file.
54840
54841 2003-11-03  Bruno Haible  <bruno@clisp.org>
54842
54843         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
54844
54845 2003-11-03  Bruno Haible  <bruno@clisp.org>
54846
54847         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
54848         available, to avoid (extremely rare) race condition.
54849         Suggested by Paul Eggert.
54850
54851 2003-11-02  Karl Berry  <karl@gnu.org>
54852
54853         * config/srclist.txt (vasprintf.c): sync broken, sigh.
54854
54855 2003-10-31  Paul Eggert  <eggert@twinsun.com>
54856
54857         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
54858         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
54859         (read_filesystem_list): Set and use me_type_malloced.
54860         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
54861         whatever the type happens to be), for brevity and consistency.
54862         Check for size calculation overflow on Alphas running OSF/1.
54863
54864 2003-10-31  Jim Meyering  <jim@meyering.net>
54865
54866         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
54867
54868         * lib/linebuffer.c: Include <string.h> for declaration of memset.
54869
54870 2003-10-30  Paul Eggert  <eggert@twinsun.com>
54871             Bruno Haible  <bruno@clisp.org>
54872
54873         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
54874         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
54875
54876 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
54877
54878         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
54879         netbsd*-gnu*.  Suggested by Robert Millan.
54880
54881 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54882
54883         * modules/group-member: Depend on stdbool.
54884
54885 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54886
54887         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
54888
54889 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54890
54891         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
54892         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
54893         after the 'gnu' in these cases.  This fixes some bugs in the
54894         previous change, and is based on suggestions by Robert Millan.
54895
54896 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54897
54898         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
54899         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
54900         no longer needed.
54901         * lib/quotearg.c (quotearg_n_options): Use it.
54902         * lib/group-member.c: Include <stdbool.h>.
54903         (free_group_info): Arg is now const *; don't free arg.
54904         (get_group_info): Now returns bool and accepts struct group_info *,
54905         rather than returning a malloc'ed struct group_info *.
54906         All uses changed.  Check for overflow in internal size calculation.
54907
54908         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
54909         rather than xmalloc/xrealloc.
54910         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
54911         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
54912         conformance bug: the old code used a pointer after freeing the
54913         storage that it addressed.
54914         * lib/hash.c (hash_initialize): Simplify the code by using
54915         xalloc_oversized rather than doing it by hand.
54916         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
54917         the buffer preserved.  Use free and xmalloc instead.
54918         * lib/quotearg.c (quotearg_n_options): Likewise.
54919         Use a simpler test for size overflow.  Don't use xalloc_oversized
54920         because unsigned int might be wider than size_t (!); this suggests
54921         that we should switch from unsigned int to size_t for slot numbers.
54922
54923 2003-10-28  Paul Eggert  <eggert@twinsun.com>
54924
54925         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
54926         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
54927         NetBSD kernels.  Requested by Richard Stallman.
54928
54929 2003-10-27  Paul Eggert  <eggert@twinsun.com>
54930
54931         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
54932         to allocate the returned structure.  Do not allocate a subarray,
54933         as x2nrealloc will do that.
54934         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
54935         instead of xnrealloc.
54936         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
54937
54938 2003-10-27  Bruno Haible  <bruno@clisp.org>
54939
54940         * lib/stdbool_.h: Better support for BeOS.
54941
54942 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54943
54944         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
54945         now uses inline.
54946
54947 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54948
54949         * lib/xalloc.h (xalloc_oversized): New static inline function, for
54950         callers that want to do their own size-overflow checking.  Include
54951         <stdbool.h>, since xalloc_oversized returns bool.
54952         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
54953         to use xalloc_oversized.
54954
54955         Add two functions x2realloc, x2nrealloc, for programs that grow
54956         arrays dynamically by doubling their sizes.
54957         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
54958         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
54959         New functions.
54960
54961         Port to C99 semantics for 'inline' of external functions.
54962         Bug reported by Bruno Haible.
54963         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
54964         with the old contents of xnmalloc.
54965         (xnmalloc, xmalloc): Use it.
54966         (xnrealloc_inline): New static inline function,
54967         with the old contents of xnrealloc.
54968         (xnrealloc, xrealloc): Use it.
54969
54970         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
54971         that.
54972
54973 2003-10-26  Karl Berry  <karl@gnu.org>
54974
54975         * config/srclist.txt (COPYING.DOC): no longer available from
54976         /gd/gnuorg; don't know where the ultimate source is.
54977
54978 2003-10-25  Paul Eggert  <eggert@twinsun.com>
54979
54980         Fix several address-calculation bugs in the hash modules,
54981         plus some minor code cleanup.
54982
54983         * lib/hash.h: Include <stdbool.h>, for bool.
54984         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
54985         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
54986         hash_get_n_entries, hash_get_max_bucket_length,
54987         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
54988         hash_rehash): Use size_t rather than unsigned.
54989         * lib/hash.c (struct hash_table, hash_get_n_buckets,
54990         hash_get_n_buckets_used, hash_get_n_entries,
54991         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
54992         hash_get_entries, hash_do_for_each, hash_string, is_prime,
54993         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
54994         Likewise.
54995         (SIZE_MAX): Define if not defined.
54996         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
54997         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
54998         hash_print):
54999         Use const * when possible.
55000         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
55001         (check_tuning): Fix bug: if tuning parameters were very close to
55002         0 or 1, rounding errors could have caused subscript violations.
55003         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
55004         (hash_initialize): Add 'fail:' label
55005         to free table and return NULL, and use it to simplify code.
55006         Use calloc rather than clearing the storage ourself.
55007         (hash_initialize, hash_rehash): Check for arithmetic overflow in
55008         buffer size calculations.
55009         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
55010         Include <stddef.h>, for size_t.
55011         * lib/hash-pjw.c (hash_pjw): Likewise.
55012         Switch to method described by Bruno Haible.
55013         Include <limits.h>, for CHAR_BIT.
55014         (SIZE_BITS): New macro.
55015
55016 2003-10-23  Paul Eggert  <eggert@twinsun.com>
55017
55018         * m4/getline.m4 (AM_FUNC_GETLINE):
55019         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
55020         hosts.  Problem reported by Derek Robert Price in
55021         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
55022         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
55023         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
55024
55025 2003-10-21  Paul Eggert  <eggert@twinsun.com>
55026
55027         * lib/getndelim2.c (getndelim2): When size calculation overflows,
55028         ceiling the allocation at NMAX bytes rather than silently
55029         discarding input bytes before NMAX is reached.  This makes
55030         a difference only if NMAX exceeds SIZE_MAX / 2.
55031
55032         * lib/obstack.c: Merge from glibc.
55033         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
55034         Add libc_hidden_def (_obstack_newchunk).
55035         (_obstack_free) [! defined _LIBC]: Remove.
55036         [defined _LIBC]: Make a strong alias from obstack_free, rather than
55037         a clone of the function body.
55038         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
55039         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
55040
55041         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
55042         glibc.
55043         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
55044         arg to memcpy.
55045
55046         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
55047         (obstack_ptr_grow_fast, obstack_int_grow_fast):
55048         Don't use lvalue casts, as GCC plans to remove support for them
55049         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
55050         was also present in the non-GCC version, indicating that this
55051         code had always been buggy and had never been widely used.
55052         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
55053         Use the fast variant of each macro, rather than copying the
55054         definiens of the fast variant; that way, we'll be more likely to
55055         catch future bugs in the fast variants.
55056
55057 2003-10-20  Bruno Haible  <bruno@clisp.org>
55058
55059         * modules/wait-process: New file.
55060         * MODULES.html.sh (func_all_modules): Add wait-process.
55061
55062 2003-10-20  Bruno Haible  <bruno@clisp.org>
55063
55064         * m4/wait-process.m4: New file.
55065
55066 2003-10-20  Bruno Haible  <bruno@clisp.org>
55067
55068         * lib/wait-process.h: New file, from GNU gettext.
55069         * lib/wait-process.c: New file, from GNU gettext.
55070
55071 2003-10-19  Jim Meyering  <jim@meyering.net>
55072
55073         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
55074         HPUX 10.20.
55075
55076 2003-10-18  Karl Berry  <karl@gnu.org>
55077
55078         * config/config.guess: update from config.
55079
55080 2003-10-16  Paul Eggert  <eggert@twinsun.com>
55081
55082         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
55083         (getgroups): First arg is int, not size_t.
55084         Don't let 'free' mangle errno.
55085
55086 2003-10-16  Paul Eggert  <eggert@twinsun.com>
55087
55088         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
55089
55090 2003-10-16  Karl Berry  <karl@gnu.org>
55091
55092         * config/config.{guess,sub}: update from config.
55093
55094 2003-10-16  Jim Meyering  <jim@meyering.net>
55095
55096         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
55097         memcpy.
55098
55099 2003-10-15  Paul Eggert  <eggert@twinsun.com>
55100
55101         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
55102         (SIZE_MAX): Remove.
55103         (new_exclude, add_exclude_file): Initial size no longer needs to
55104         be a power of 2.
55105         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
55106         our own address arithmetic overflow checking.
55107
55108         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
55109         (fnmatch): Do not alloca more than 2000 wide characters;
55110         instead, use malloc for large buffers.
55111         Check for address arithmetic overflow, and return -1
55112         with errno set to ENOMEM in that case.
55113         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
55114         (NEW_PATTERN): Do not alloca more than 8000 bytes;
55115         instead, return -1.  Check for address arithmetic overflow.
55116
55117 2003-10-14  Paul Eggert  <eggert@twinsun.com>
55118
55119         Handle invalid suffixes and overflow independently, so that
55120         callers can treat them independently as needed.  Fix some bugs in
55121         suffix handling, e.g., "100k@" was not diagnosed as an invalid
55122         suffix for a human-readable blocksize.  The major caller-visible
55123         change is the addition of a new
55124         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
55125         that both overflow and suffix chars were found.
55126
55127         * lib/human.c (humblock): Don't check separately for invalid suffix
55128         char; that is xstrtoumax's job (now that its bug is fixed).
55129         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
55130         INTMAX_MAX]: New macros.
55131         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
55132         TYPE_MAXIMUM): New macros.
55133         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
55134         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
55135         if overflow occurs, as it's what __strtol does and it's more useful
55136         in practice.
55137         (__xstrtol): If __strtol reports some error other than ERANGE,
55138         reflect it to the caller as LONGINT_INVALID.  If it reports
55139         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
55140         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
55141         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
55142         value.
55143         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
55144         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
55145         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
55146         [defined UINTMAX_MAX]: New macros.
55147
55148 2003-10-14  Bruno Haible  <bruno@clisp.org>
55149
55150         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
55151
55152 2003-10-14  Bruno Haible  <bruno@clisp.org>
55153
55154         * m4/sig_atomic_t: New file, from GNU gettext.
55155         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
55156
55157 2003-10-14  Bruno Haible  <bruno@clisp.org>
55158
55159         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
55160         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
55161         Also use volatile where needed.
55162
55163 2003-10-12  Paul Eggert  <eggert@twinsun.com>
55164
55165         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
55166         Change maintainer from Bruno Haible to 'all'.
55167
55168 2003-10-12  Paul Eggert  <eggert@twinsun.com>
55169
55170         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
55171
55172 2003-10-12  Paul Eggert  <eggert@twinsun.com>
55173
55174         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
55175         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
55176         and define in terms of the other primitives.
55177         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
55178         (SIZE_MAX): Define if not already defined.
55179         (array_size_overflow): New function.
55180         (xalloc_die): Abort instead of exiting if 'error' returns.
55181         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
55182         (xmalloc, xrealloc): Use them.
55183         (xcalloc): Check for address arithmetic overflow.
55184         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
55185         a bit faster than strcpy.
55186
55187 2003-10-10  Simon Josefsson  <jas@extundo.com>
55188
55189         * modules/argp (Depends-on): Add restrict and strcase.
55190
55191 2003-10-10  Simon Josefsson  <jas@extundo.com>
55192
55193         * m4/argp.m4: Add AC_C_INLINE.
55194
55195 2003-10-08  Paul Eggert  <eggert@twinsun.com>
55196
55197         Merge getpass from libc, plus a few fixes.
55198
55199         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
55200         Include <stdbool.h>.
55201         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
55202         __fsetlocking to empty.
55203         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
55204         do include <bits/libc-lock.h>.
55205         Do not include <fcntl.h>; not needed.
55206         [_LIBC]: Include <wchar.h>.
55207         (NOTCANCEL_MODE): New macro.
55208         (flockfile, funlockfile) [_LIBC]: New macros.
55209         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
55210         [!_LIBC]: New macros.
55211         (call_fclose): New function.
55212         (getpass): Use it.  Save tty stream separately; this simplifies the
55213         code and makes it more reliable if stdin happens to equal stdout.
55214         Invoke __fsetlocking on tty.
55215         Handle thread cancellation if needed.
55216         Namespace cleanup (use __tcgetattr, __getline).
55217         Use bool for Booleans.
55218         [USE_IN_LIBIO]: Handle wide streams.
55219         [!_LIBC]: Unconditionally do the fseek, since we don't know what
55220         stream might go where.
55221
55222         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
55223         doesn't have to include <stdio.h> before us.
55224         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
55225         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
55226         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
55227         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
55228         if not declared, so that we can use getpass.c code from libc without
55229         rewriting it.
55230         (flockfile, ftrylockfile, funlockfile): New macros.
55231
55232 2003-10-08  Paul Eggert  <eggert@twinsun.com>
55233
55234         * modules/getpass: Depend on stdbool.
55235
55236 2003-10-08  Paul Eggert  <eggert@twinsun.com>
55237
55238         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
55239
55240 2003-10-07  Karl Berry  <karl@gnu.org>
55241
55242         * config/config.{guess,sub}: update from config.
55243
55244 2003-10-06  Jim Meyering  <jim@meyering.net>
55245             Bruno Haible  <bruno@clisp.org>
55246
55247         This lets translators provide better translations for the
55248         "Written by ..." part of --version output.
55249         * lib/version-etc.h: Include stdarg.h.
55250         (version_etc_copyright): Declare as readonly.
55251         (version_etc): Make this function variadic with a NULL-terminated list
55252         of author name strings.
55253         (version_etc_va): New declaration.
55254         * lib/version-etc.c: Include stdarg.h, stdlib.h.
55255         (version_etc_copyright): Declare as readonly.
55256         (version_etc_va): New function. Provide a different translatable string
55257         for each possible number of authors < 10. Abbreviate when there are 10
55258         authors or more.
55259         (version_etc): Make this function variadic. Call version_etc_va.
55260         Suggestion from Gary V. Vaughan.
55261
55262         * lib/long-options.h (parse_long_options): Change prototype: the
55263         authors string is moved to the end and becomes variadic.
55264         * lib/long-options.c: Include stdarg.h.
55265         (parse_long_options): Make this function variadic, too.
55266         Call version_etc_va, not version_etc.
55267
55268 2003-10-06  Bruno Haible  <bruno@clisp.org>
55269
55270         * modules/version-etc-2: Remove file.
55271         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
55272
55273 2003-10-06  Bruno Haible  <bruno@clisp.org>
55274
55275         * modules/fatal-signal: New file.
55276         * MODULES.html.sh (func_all_modules): Add fatal-signal.
55277
55278 2003-10-06  Bruno Haible  <bruno@clisp.org>
55279
55280         * m4/fatal-signal.m4: New file.
55281         * m4/signalblocking.m4: New file, from GNU gettext.
55282
55283 2003-10-06  Bruno Haible  <bruno@clisp.org>
55284
55285         * lib/version-etc-2.h: Remove file.
55286         * lib/version-etc-2.c: Remove file.
55287
55288 2003-10-06  Bruno Haible  <bruno@clisp.org>
55289
55290         * lib/fatal-signal.h: New file, from GNU gettext.
55291         * lib/fatal-signal.c: New file, from GNU gettext.
55292
55293 2003-10-05  Paul Eggert  <eggert@twinsun.com>
55294
55295         * README: Rework advice for preventing empty .o files.
55296         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
55297         not <sys/types.h>.
55298
55299 2003-10-04  Karl Berry  <karl@gnu.org>
55300
55301         * lib/argp*: update from libc.
55302
55303 2003-10-04  Karl Berry  <karl@gnu.org>
55304
55305         * config/config.{guess,sub}: update from config.
55306
55307 2003-10-02  Bruno Haible  <bruno@clisp.org>
55308
55309         * modules/lchown (Include): Add lchown.h.
55310         * modules/time_r (Include): Use "..." syntax.
55311         * modules/xgetdomainname (Include): Add xgetdomainname.h.
55312
55313 2003-10-01  Simon Josefsson  <jas@extundo.com>
55314
55315         * MODULES.html.sh (func_all_modules): Move gethostname from section
55316         'based on' to section 'lacking' POSIX:2001.
55317
55318 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
55319
55320         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
55321         to output mode on the same stream.
55322
55323 2003-09-29  Paul Eggert  <eggert@twinsun.com>
55324
55325         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
55326         Fix arg typo in previous patch.
55327
55328 2003-09-28  Jim Meyering  <jim@meyering.net>
55329
55330         * lib/error.c: Correct cpp indentation.
55331
55332 2003-09-27  Paul Eggert  <eggert@twinsun.com>
55333
55334         * modules/free: New file.
55335
55336 2003-09-27  Paul Eggert  <eggert@twinsun.com>
55337
55338         * m4/free.m4: New file.
55339
55340 2003-09-27  Paul Eggert  <eggert@twinsun.com>
55341
55342         * lib/minmax.h (MIN, MAX)
55343         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
55344         Omit the special code that used __typeof__, since we worry that
55345         it could be more trouble than it's worth.  See:
55346         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
55347         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
55348
55349         * lib/free.c: New file.
55350
55351 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
55352
55353         Trivial fixes to Makefile.am parts of module listings.
55354         * modules/strstr: Append strstr.h to lib_SOURCES.
55355         * modules/strcase: Likewise, for strcase.h.
55356
55357 2003-09-27  Karl Berry  <karl@gnu.org>
55358
55359         * config/mkinstalldirs: update from automake.
55360
55361 2003-09-26  Paul Eggert  <eggert@twinsun.com>
55362
55363         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
55364         (error_tail): Do not loop, reallocating temporary buffer, since
55365         the output cannot contain more wide characters than the input
55366         contains bytes, the size must be big enough already.  This avoids
55367         one potential size overflow calculation.  Check for size overflow
55368         when calculating temporary buffer size.  Free temporary buffer
55369         when done, if it was allocated with malloc; this plugs a memory
55370         leak.  Remove casts from void * to pointers, that are no longer
55371         needed now that we're assuming C89 or better.
55372
55373         Merge error changes from glibc.
55374
55375         * lib/error.c, error.h: Update copyright notice header to match glibc.
55376         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
55377         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
55378         Disable cancellation while printing error.
55379         * lib/error.h: Prepend __ to parameter names.
55380
55381 2003-09-26  Jim Meyering  <jim@meyering.net>
55382
55383         * lib/error.c (error_tail): Move some declarations
55384         into inner scope where the local variables are used.
55385
55386 2003-09-26  Bruno Haible  <bruno@clisp.org>
55387
55388         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
55389         stpncpy().
55390         Don't define stpncpy through config.h; it's now done through stpncpy.h.
55391
55392 2003-09-26  Bruno Haible  <bruno@clisp.org>
55393
55394         * lib/stpncpy.h (gnu_stpncpy): New declaration.
55395         (stpncpy): Define as alias for gnu_stpncpy.
55396         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
55397
55398 2003-09-25  Simon Josefsson  <jas@extundo.com>
55399
55400         * lib/xgetdomainname.h: New file.
55401         * lib/xgetdomainname.c: New file.
55402
55403 2003-09-25  Simon Josefsson  <jas@extundo.com>
55404             Bruno Haible  <bruno@clisp.org>
55405
55406         * modules/getdomainname: New file.
55407         * modules/xgetdomainname: New file.
55408         * MODULES.html.sh (func_all_modules): Add getdomainname,
55409         xgetdomainname.
55410
55411 2003-09-25  Simon Josefsson  <jas@extundo.com>
55412             Bruno Haible  <bruno@clisp.org>
55413
55414         * m4/getdomainname.m4: New file.
55415
55416 2003-09-25  Simon Josefsson  <jas@extundo.com>
55417             Bruno Haible  <bruno@clisp.org>
55418
55419         * lib/getdomainname.h: New file.
55420         * lib/getdomainname.c: New file.
55421
55422 2003-09-25  Karl Berry  <karl@gnu.org>
55423
55424         * lib/argp-fmtstream.c, argp-help.c: update from libc.
55425
55426 2003-09-25  Karl Berry  <karl@gnu.org>
55427
55428         * config/install-sh: update from automake.
55429
55430 2003-09-25  Bruno Haible  <bruno@clisp.org>
55431
55432         * modules/version-etc-2: New file, from modules/version-etc with
55433         modifications.
55434         * MODULES.html.sh (func_all_modules): Add version-etc-2.
55435
55436 2003-09-25  Bruno Haible  <bruno@clisp.org>
55437
55438         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
55439         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
55440
55441 2003-09-24  Simon Josefsson  <jas@extundo.com>
55442
55443         * modules/xgethostname: Add xgethostname.h.
55444
55445 2003-09-24  Paul Eggert  <eggert@twinsun.com>
55446
55447         * lib/linebuffer.c (freebuffer): Don't free the argument, just
55448         the buffer associated with the argument.  Bug reported by
55449         Simon Josefsson.
55450
55451 2003-09-24  Paul Eggert  <eggert@twinsun.com>
55452
55453         * README: Document assumptions that 'int' is at least 32 bits
55454         wide, that integer arithmetic is 2's complement without overflow,
55455         that there are no holes in integer values, that adding sizes of
55456         two nonoverlapping objects can't overflow, and that all-bits-zero
55457         yields scalar zero.  Fix spelling and capitalization typos.
55458
55459 2003-09-19  Karl Berry  <karl@gnu.org>
55460
55461         * lib/argp.h: update from libc.
55462
55463 2003-09-17  Paul Eggert  <eggert@twinsun.com>
55464
55465         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
55466         to avoid spurious warnings like "AC_RUN_IFELSE was called before
55467         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
55468
55469 2003-09-17  Paul Eggert  <eggert@twinsun.com>
55470
55471         * gnulib-tool: Use "test -h", not "test -L", for portability
55472         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
55473         (tags_regexp): Remove, since \| doesn't conform to POSIX.
55474         (sed_extract_prog): Issue s commands one-by-one, rather than
55475         using \| in one s command.
55476
55477 2003-09-16  Paul Eggert  <eggert@twinsun.com>
55478
55479         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
55480         input error, instead of returning NULL the next time we are called
55481         (and therefore losing track of errno).
55482
55483 2003-09-16  Bruno Haible  <bruno@clisp.org>
55484
55485         * gnulib-tool (func_create_testdir): Warn about duplicated
55486         dependencies.
55487
55488 2003-09-15  Paul Eggert  <eggert@twinsun.com>
55489
55490         * modules/argmatch, modules/fatal, modules/obstack,
55491         modules/xalloc, modules/xgethostname: Sort dependencies by
55492         importance, not alphabetically.
55493
55494 2003-09-15  Paul Eggert  <eggert@twinsun.com>
55495
55496         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
55497         fails, so that the caller gets the proper errno.
55498
55499         * lib/readutmp.c (read_utmp): Likewise.
55500         Check for fstat error.  Close stream and free storage
55501         when failing.
55502
55503 2003-09-14  Karl Berry  <karl@gnu.org>
55504
55505         * config/srclist.txt (strdup.c): disable for c89 changes.
55506
55507 2003-09-14  Jim Meyering  <jim@meyering.net>
55508
55509         * lib/getloadavg.c: Correct cpp indentation.
55510         * lib/strdup.c: Likewise.
55511         * lib/vasnprintf.c: Likewise.
55512
55513 2003-09-14  Bruno Haible  <bruno@clisp.org>
55514
55515         * modules/fwriteerror: New file.
55516         * MODULES.html.sh (func_all_modules): Add fwriteerror.
55517
55518 2003-09-14  Bruno Haible  <bruno@clisp.org>
55519
55520         * lib/fwriteerror.h: New file.
55521         * lib/fwriteerror.c: New file.
55522
55523 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55524
55525         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
55526         modules/xgethostname, modules/xalloc: Depend on exit.
55527
55528 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55529
55530         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
55531
55532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
55533         and AC_MINIX, too, so that their extensions are available.
55534
55535         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
55536         This macro has been superseded by gl_BACKUPFILE.
55537
55538         More patches to assume C89 or better.
55539
55540         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
55541
55542         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
55543         unconditionally.
55544         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
55545         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
55546         Include <string.h>, <stdlib.h> unconditionally.
55547         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
55548         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
55549         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
55550         headers or for string.h.
55551         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
55552         or strtoul.
55553
55554         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
55555         headers.
55556         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
55557         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55558         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
55559         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
55560         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55561         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
55562         memcpy, memset.
55563         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
55564         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
55565         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
55566         strtol.
55567         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
55568         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
55569         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
55570         strtoul.
55571
55572 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55573
55574         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
55575         * lib/obstack.c [!defined _LIBC]: Likewise.
55576         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
55577         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
55578         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
55579
55580         More changes to assume C89 or better.
55581
55582         * lib/error.c (error_tail): Assume vprintf.
55583
55584         * lib/argmatch.c (getenv): Remove decl.
55585         * lib/progreloc.c (get_full_program_name): Define via prototype.
55586         * lib/setenv.c (clearenv): Likewise.
55587         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
55588         needed.
55589         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
55590         (malloc, memcpy): Remove decls.
55591         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
55592         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
55593         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55594         (memcpy): Remove macro.
55595         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
55596         (__P): Remove.  All uses removed.
55597         (PTR): Remove.  All uses changed to void *.
55598         (CHAR_BIT, NULL): Remove.
55599         (spaces, zeros, memset_space, memset_zero)
55600         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
55601         Remove.
55602         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
55603         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
55604         Define with prototype.
55605         Remove now-unnecessary prototype decl.
55606         (extra_args_spec): Assume ANSI C.  All uses changed.
55607         (extra_args_spec_iso): Remove.
55608         (my_strftime, emacs_strftimeu): Define via prototype.
55609         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
55610         unconditionally.
55611         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
55612         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
55613         (strtoul, strtol): Remove decls.
55614         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
55615         LONG_MAX): Remove.
55616         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55617         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
55618         (LOCALE_PARAM_PROTO): New macro.
55619         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
55620         (INTERNAL (strtol), strtol): Define with a prototype.
55621         (PARAMS): Remove.  All uses removed.
55622         * lib/tempname.c: Include <string.h> unconditionally.
55623         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
55624         * lib/xgethostname.c (main): Define with a prototype.
55625         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
55626         Include <stdlib.h> unconditionally.
55627         (calloc, malloc, realloc, free): Remove decls.
55628         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
55629         Include <stdlib.h> unconditionally.  Sort include file names.
55630         (strtod): Remove.
55631         (xstrtod): Define with a prototype.
55632         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
55633         (strtol, strtoul): Remove decls.
55634
55635 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55636
55637         More patches to assume C89 or better.
55638         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
55639         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
55640         string.h, memchr, STDC_HEADERS.
55641
55642 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55643
55644         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
55645         Include <stdlib.h>, <string.h> unconditionally.
55646         Remove now-unnecessary cast to char *.
55647         * lib/strnlen.c: Include <string.h> unconditionally.
55648         * lib/yesno.c (yesno): Define with a prototype.
55649
55650 2003-09-11  Bruno Haible  <bruno@clisp.org>
55651
55652         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
55653
55654 2003-09-10  Jim Meyering  <jim@meyering.net>
55655
55656         * lib/error.c: Correct indentation of cpp directives.
55657
55658 2003-09-10  Bruno Haible  <bruno@clisp.org>
55659
55660         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
55661         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
55662         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
55663         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
55664         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
55665         <stdlib.h> and <string.h> checks.
55666         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
55667         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
55668
55669 2003-09-10  Bruno Haible  <bruno@clisp.org>
55670
55671         * lib/strcspn.c: Include <string.h> unconditionally.
55672         * lib/strpbrk.c: Include <string.h> unconditionally.
55673         * lib/strstr.c: Include <string.h> unconditionally.
55674         * lib/unicodeio.c: Include <string.h> unconditionally.
55675         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
55676         * lib/unsetenv.c: Likewise.
55677         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
55678         * lib/yesno.c: Include <stdlib.h> unconditionally.
55679         (rpmatch): Add prototype.
55680
55681 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55682
55683         More patches to assume C89 or better.
55684         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
55685         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
55686         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
55687         or for string.h.
55688         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
55689         stdlib.h.
55690         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
55691         C headers.
55692         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
55693         string.h.
55694         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
55695         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
55696         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
55697         or for string.h.
55698         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
55699         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
55700         C headers.
55701         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
55702         memcpy.
55703         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
55704         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
55705         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
55706         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
55707         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
55708         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
55709         string.h, free.
55710         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
55711         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
55712         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
55713         C headers, or for string.h.
55714         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
55715         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
55716         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
55717         headers, memory.h, stdlib.h, string.h, strings.h.
55718         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
55719         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
55720         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
55721         strchr.
55722         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
55723         headers, memory.h, string.h.
55724         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
55725         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
55726         free.
55727         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
55728         headers.
55729         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
55730         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
55731         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
55732         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
55733         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
55734
55735 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55736
55737         More K&R removal.
55738
55739         * lib/acosl.c (main): Use a prototype.
55740         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
55741         tanl.c: Likewise.
55742
55743         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
55744
55745         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
55746         (getopt, etopt_long, getopt_long_only, _getopt_internal)
55747         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
55748         with a prototype.
55749         * lib/getopt.c (const): Remove macro.
55750         Include <string.h> unconditionally.
55751         (my_index): Remove; all uses changed to strchr.
55752         (strlen): Remove decl.
55753         (exchange): Remove forward decl; no longer needed.
55754         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
55755         Define with prototype.
55756         * lib/getopt1.c (const): Remove macro.
55757         (getopt_long, getopt_long_only, main): Define with prototype.
55758
55759         * lib/getugroups.c: Include <string.h> unconditionally.
55760
55761         * lib/getusershell.c: Include <stdlib.h> unconditionally.
55762         (getusershell, setusershell, endusershell, readname, main):
55763         Define with prototypes.
55764
55765         * lib/group-member.c: Include group-member.h first.
55766         Include <stdlib.h> unconditionally.
55767
55768         * lib/hard-locale.c: Include hard-locale.h first.
55769         Include <stdlib.h>, <string.h> unconditionally.
55770
55771         * lib/hash.c (free, malloc): Remove decls.
55772         Include <stdlib.h> unconditionally.
55773
55774         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
55775         (getenv): Do not declare.
55776
55777         * lib/idcache.c: Include <string.h> unconditionally.
55778
55779         * lib/long-options.c: Include long-options.h first, to test interface.
55780         Include <stdlib.h> unconditionally.
55781
55782         * lib/makepath.c: Include makepath.h first, to test interface.
55783         Include <stdlib.h> and <string.h> unconditionally.
55784
55785         * lib/linebuffer.c: Include <stdlib.h>.
55786         (free): Remove decl.
55787
55788         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
55789         stddef.h. rpl_malloc returns void *, not char *.
55790         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
55791         prototype.
55792
55793         * lib/md5.h: Include <limits.h> unconditionally.
55794         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
55795         (__P): Remove; all uses removed.
55796         * lib/md5.c: Include "md5.h" first.
55797         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
55798         md5_buffer, md5_process_bytes, md5_process_block):
55799         Define with prototypes.
55800         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
55801         * lib/sha.c: Include "sha.h" first.
55802         Include <stdlib.h>, <string.h> unconditionally.
55803
55804         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
55805         * lib/memcmp.c (__ptr_t): Likewise.
55806         * lib/memrchr.c (__ptr_t): Likewise.
55807         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
55808         Include <string.h> unconditionally.
55809         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
55810         * lib/memchr.c: Include <stdlib.h> unconditionally.
55811         * lib/memchr.c (LONG_MAX): Remove.
55812         * lib/memrchr.c (LONG_MAX): Likewise.
55813         * lib/memchr.c (__memchr): Define via a prototype.
55814         * lib/memrchr.c (__memrchr): Likewise.
55815         * lib/memcmp.c (__P): Remove, and remove all uses.
55816         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
55817         Remove forward decls; no longer needed.
55818         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
55819         Use types required by C89 in prototype.
55820
55821         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
55822         * lib/savedir.c: Likewise.
55823         * lib/mkdir.c (free): Remove decl.
55824         * lib/rmdir.c (rmdir): Define with a prototype.
55825         * lib/savedir.c: Include savedir.h first, to test interface.
55826
55827         * lib/mktime.c (STDC_HEADERS): Remove.
55828         Include <stdlib.h>, <string.h> unconditionally.
55829
55830         * lib/modechange.c: Include <stdlib.h> unconditionally.
55831         (malloc): Remove decl.
55832
55833         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
55834         (free): Remove decl.
55835
55836         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
55837         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
55838         (This type really should be intptr_t, but that's a C99ism.)
55839         (_obstack_memcpy): Remove: all uses changed to memcpy.
55840         Include <string.h> unconditionally.
55841         (struct obstack): Assume __STDC__ for types of members
55842         chunkfun, freefun, extra_arg.
55843         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
55844         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
55845         obstack_begin, obstack_specify_allocation,
55846         obstack_specify_allocation_with_arg, obstack_chunkfun,
55847         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
55848         Remove unprototyped decls and the macros that use them.
55849         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
55850         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
55851         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
55852         (defined __STDC__ && __STDC__)]:
55853         Remove nonprototyped code.
55854         Include <stdlib.h> unconditionally.
55855         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
55856         _obstack_allocated_p, _obstack_free, obstack_free,
55857         _obstack_memory_used, print_and_abort):
55858         Define using prototypes.
55859         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
55860         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
55861         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
55862         obstack_next_free, obstack_object_size, obstack_room) [0]:
55863         Remove unused, unprototyped code.
55864
55865         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
55866
55867         * lib/physmem.c (physmem_total, physmem_available, main): Define
55868         with prototypes.
55869
55870         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
55871         (main): Define with a prototype.
55872
55873         * lib/posixver.c (getenv): Remove decl.
55874
55875         * lib/putenv.c (malloc): Returns void *, not char *.
55876         Include <string.h> unconditionally.
55877         (strchr, memcpy, NULL): Do not define.
55878
55879         * lib/readtokens.c: Include readtokens.h first, to test interface.
55880         Include <stdlib.h>, <string.h> unconditionally.
55881         (init_tokenbuffer): Define with a prototype.
55882
55883         * lib/regex.c (PARAMS): Remove.  All uses removed.
55884         All uses of _RE_ARGS removed, too.
55885         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55886         unconditionally.
55887         (bzero): Assume memset exists.
55888         (memcmp, memcpy, NULL): Remove.
55889         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
55890         char, or assignments to local vars of type signed char.
55891         (init_syntax_once, PREFIX(extract_number_and_incr),
55892         PREFIX(print_partial_compiled_pattern),
55893         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
55894         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
55895         PREFIX(regex_grow_registers), PREFIX(regex_compile),
55896         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
55897         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
55898         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
55899         wcs_compile_range, byte_compile_range, truncate_wchar,
55900         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
55901         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
55902         count_mbs_length, wcs_re_match_2_internal,
55903         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
55904         PREFIX(alt_match_null_string_p),
55905         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
55906         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
55907         regfree, PREFIX(extract_number)): Define with prototype.  Remove
55908         now-unnecessary declaration, if any.
55909         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
55910         regcomp, regexec):
55911         Remove now-unnecessary casts among pointer types.
55912         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
55913
55914         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
55915         (free): Remove decl.
55916
55917         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
55918
55919         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
55920         (free): Remove decl.
55921
55922         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
55923         * lib/xgetcwd.c: Likewise.
55924
55925         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
55926         (free): Remove decl.
55927
55928         * lib/strchrnul.c (strchrnul): Define with a prototype.
55929         Fix bug: c_in was not converted to char before searching.
55930
55931         The following changes are not K&R related:
55932
55933         * lib/group-member.h: Include <sys/types.h>, so that this file is
55934         self-contained.
55935         * lib/makepath.h: Likewise.
55936
55937         * lib/getusershell.c (readname, default_index, line_size, readname):
55938         Use size_t, not int, for sizes.
55939         (readname): If the size overflows, report an error instead of
55940         looping forever.
55941
55942 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55943
55944         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
55945         libc.
55946
55947 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55948
55949         * README: New section: portability guidelines.
55950
55951 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55952
55953         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
55954         C89 spec.
55955
55956 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55957
55958         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
55959
55960 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55961
55962         Assume C89 or better; remove K&R cruft.
55963         A few of these changes were first proposed by Derek Robert Price
55964         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
55965
55966         * lib/addext.c: Include <string.h> unconditionally.
55967         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
55968         Don't declare getenv or malloc.
55969
55970         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
55971         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
55972         (NULL): Remove.
55973         (find_stack_direction, alloca): Use prototypes.
55974
55975         * lib/atexit.c (atexit): Define using a prototype.
55976
55977         * lib/basename.c, dirname.c, stripslash.c:
55978         Include <string.h> unconditionally.
55979
55980         * lib/bcopy.c: Include <stddef.h>.
55981         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
55982
55983         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
55984
55985         * lib/error.h (error, error_at_line, error_print_progname)
55986         [! (defined (__STDC__) && __STDC__)]: Remove decls.
55987         * lib/error.c: Include error.h first, to check interface.
55988         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55989         (VA_START): Remove; all uses changeed to va_start.
55990         (exit, strerror): Remove decls.
55991         (error_print_progname): Prototype uncondionally.
55992         Don't include <errno.h>; no longer needed.
55993         (private_strerror): Remove.
55994         (error_tail): Always define.
55995         (error, error_at_line): Assume C89 or better; always use prototypes.
55996         * lib/fatal.c: Include "fatal.h" first, to test interface.
55997         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55998         (VA_START): Remove; all uses changed to va_start.
55999         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
56000         this case.
56001         (exit): Remove decl.
56002         (fatal): Prototype unconditionally.  Assume va_start works.
56003         Abort at end, to pacify gcc.
56004
56005         * lib/euidaccess.c (main): Define with a prototype.
56006
56007         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
56008
56009         * lib/exitfail.c: Include <stdlib.h> unconditionally.
56010
56011         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
56012         prototypes.
56013         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
56014         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
56015         (getenv): Remove decl.
56016         (fnmatch): Define using a prototype.
56017         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
56018         (FCT): Define using a prototype.
56019
56020         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
56021
56022         * lib/gethostname.c: Include <stddef.h>.
56023         (gethostname): Define with prototype.  Length is size_t, not int.
56024
56025 2003-09-08  Paul Eggert  <eggert@twinsun.com>
56026
56027         Assume C89 or better; remove K&R cruft.
56028         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
56029         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
56030         string.h, getenv, malloc.
56031         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
56032         headers.
56033         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
56034         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
56035         do not check for strerror.
56036         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
56037         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
56038         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
56039         do not check for doprnt or vprintf.
56040         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
56041         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
56042
56043 2003-09-08  Paul Eggert  <eggert@twinsun.com>
56044
56045         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
56046         getversion.c should have been removed then, but was accidentally
56047         preserved.
56048
56049         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
56050         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
56051
56052 2003-09-08  Karl Berry  <karl@gnu.org>
56053
56054         * config/config.sub, config.guess, srclistvars.sh: update from savannah
56055                 config, forget about prep.
56056
56057         * config/depcomp, missing: update from automake.
56058
56059 2003-09-07  Paul Eggert  <eggert@twinsun.com>
56060
56061         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
56062         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
56063
56064 2003-09-07  Paul Eggert  <eggert@twinsun.com>
56065
56066         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
56067         copy_tm_result.  Bug reported by Simon Josefsson in
56068         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
56069
56070 2003-09-06  Paul Eggert  <eggert@twinsun.com>
56071
56072         * m4/time_r.m4: New file.
56073         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
56074         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
56075         is. Check for timegm declaration.
56076         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
56077         Do not check for gmtime_r.
56078         Replace mktime if __mktime_internal does not exist and if mktime
56079         hasn't been replaced already.
56080
56081 2003-09-06  Paul Eggert  <eggert@twinsun.com>
56082
56083         * lib/time_r.c, lib/time_r.h: New files.
56084
56085         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
56086         __localtime_r.
56087         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
56088         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
56089
56090         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
56091         __gmtime_r.
56092         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
56093         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
56094         Include <time_r.h>.
56095
56096         * lib/timegm.c: Switch to glibc implementation, with the following
56097         changes:
56098         [defined HAVE_CONFIG_H]: Include <config.h>.
56099         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
56100         (__mktime_internal) [!defined _LIBC]: New decl.
56101         (__gmtime_r) [!defined _LIBC]: New macro and function.
56102         (timegm): Use a prototype, since gnulib assumes C89.
56103         Do not bother declaring tmp to be const, as it's not really usefu.
56104         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
56105         (timegm): Declare only if HAVE_DECL_TIMEGM.
56106
56107 2003-09-06  Paul Eggert  <eggert@twinsun.com>
56108
56109         * MODULES.html.sh (func_all_modules): Add time_r.
56110         * modules/time_r: New file.
56111         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
56112         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
56113
56114 2003-09-03  Paul Eggert  <eggert@twinsun.com>
56115
56116         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
56117         Bug reported by Lute Kamstra in
56118         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
56119
56120         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
56121         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
56122         course with correspondingly smaller numbers for tomorrow and
56123         yesterday.  From Tadayoshi Funaba.  Originally installed into
56124         sh-utils on 1999-08-07, but the patch got lost (I guess during the
56125         coreutils merge?).
56126
56127 2003-08-31  Simon Josefsson  <jas@extundo.com>
56128
56129         * modules/timegm: New file.
56130         * MODULES.html.sh (func_all_modules): Add timegm.
56131
56132 2003-08-31  Simon Josefsson  <jas@extundo.com>
56133
56134         * m4/timegm.m4: New file.
56135
56136 2003-08-31  Simon Josefsson  <jas@extundo.com>
56137
56138         * lib/timegm.h: New file.
56139         * lib/timegm.c: New file.  Based on
56140         wget-1.8.2/src/http.c:mktime_from_utc.
56141
56142 2003-08-31  Karl Berry  <karl@gnu.org>
56143
56144         * lib/argp.h: update from libc.
56145
56146 2003-08-28  Bruno Haible  <bruno@clisp.org>
56147
56148         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
56149         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
56150         followed by '#define fnmatch fnmatch_posix' gives an error.
56151
56152 2003-08-28  Bruno Haible  <bruno@clisp.org>
56153
56154         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
56155         warning on QNX, which defines O_BINARY to 000000.
56156
56157 2003-08-27  Jim Meyering  <jim@meyering.net>
56158
56159         * m4/mkstemp.m4: Require that the system mkstemp be able to create
56160         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
56161         would fail after 32.  Reported by Danny Levinson.  Details here:
56162         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
56163
56164 2003-08-24  Bruno Haible  <bruno@clisp.org>
56165
56166         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
56167         MSVC7 <stdio.h> is included later.
56168
56169 2003-08-22  Simon Josefsson  <jas@extundo.com>
56170
56171         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
56172
56173 2003-08-20  Karl Berry  <karl@gnu.org>
56174
56175         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
56176
56177 2003-08-20  Bruno Haible  <bruno@clisp.org>
56178
56179         * modules/progname: New file.
56180         * MODULES.html.sh (func_all_modules): Add progname.
56181
56182 2003-08-20  Bruno Haible  <bruno@clisp.org>
56183
56184         * lib/progname.h: New file, from GNU gettext.
56185         * lib/progname.c: New file, from GNU gettext.
56186         * lib/progreloc.c: New file, from GNU gettext.
56187
56188 2003-08-19  Jim Meyering  <jim@meyering.net>
56189
56190         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
56191         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
56192
56193 2003-08-19  Bruno Haible  <bruno@clisp.org>
56194
56195         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
56196         more.
56197
56198 2003-08-19  Bruno Haible  <bruno@clisp.org>
56199
56200         * lib/xstrdup.c: Assume <string.h> exists.
56201
56202 2003-08-18  Paul Eggert  <eggert@twinsun.com>
56203
56204         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
56205         in makefile rules.
56206
56207 2003-08-18  Jim Meyering  <jim@meyering.net>
56208
56209         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
56210         * m4/lib-ld.m4: Likewise.
56211
56212 2003-08-18  Jim Meyering  <jim@meyering.net>
56213
56214         * lib/setenv.h: Indent nested cpp directive.
56215         * lib/vasnprintf.c: Remove trailing blanks.
56216
56217 2003-08-17  Simon Josefsson  <jas@extundo.com>
56218
56219         * modules/xstrndup: New file.
56220         * MODULES.html.sh (func_all_modules): Add xstrndup.
56221
56222 2003-08-17  Simon Josefsson  <jas@extundo.com>
56223
56224         * modules/argp: Fix autoconf macro name. Add more dependencies.
56225
56226 2003-08-17  Simon Josefsson  <jas@extundo.com>
56227
56228         * m4/xstrndup.m4: New file.
56229
56230 2003-08-17  Simon Josefsson  <jas@extundo.com>
56231
56232         * m4/argp.m4: New file.
56233
56234 2003-08-17  Simon Josefsson  <jas@extundo.com>
56235             Bruno Haible  <bruno@clisp.org>
56236
56237         * lib/xstrndup.h: New file.
56238         * lib/xstrndup.c: New file.
56239
56240 2003-08-17  Bruno Haible  <bruno@clisp.org>
56241
56242         * modules/strndup (Files, Include): Add lib/strndup.h.
56243
56244 2003-08-17  Bruno Haible  <bruno@clisp.org>
56245
56246         * modules/euidaccess (Files): Add lib/euidaccess.h.
56247
56248 2003-08-17  Bruno Haible  <bruno@clisp.org>
56249
56250         * lib/strndup.h: New file.
56251
56252 2003-08-17  Bruno Haible  <bruno@clisp.org>
56253
56254         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
56255         like AC_GNU_SOURCE.
56256         * modules/extensions (configure.ac): Comment out the invocation of
56257         gl_USE_SYSTEM_EXTENSIONS.
56258
56259 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56260
56261         Merges from coreutils, etc.
56262         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
56263         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
56264         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
56265         fixing a typo.
56266         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
56267         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
56268
56269 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56270
56271         Document merge from coreutils.
56272         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
56273         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
56274         * modules/utime: Add m4/utimes-null.m4.
56275
56276 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56277
56278         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
56279         space, undoing this 2003-08-12 change:
56280         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
56281
56282 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56283
56284         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
56285         strtoul.c from libc, undoing this 2003-08-12 change:
56286         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
56287
56288 2003-08-16  Jim Meyering  <jim@meyering.net>
56289
56290         Merges from coreutils.
56291         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
56292         prefix.  Adjust cache variables similarly.  Create 500 rather than
56293         just 300 files, to exercise bug on Darwin6.5, too.
56294         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
56295         $missing_dir.
56296         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
56297         AM_SYS_POSIX_TERMIOS.
56298         Reported by mkc@mathdogs.com.
56299         Also change use of $am_cv_sys_posix_termios
56300         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
56301         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
56302         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
56303         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
56304         in /proc/mounts until it finds one with matching device number.  This
56305         is unnecessary when the FILE argument *is* a mount point.  No stat call
56306         is necessary in that case.  So, disable the statvfs-testing code on
56307         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
56308         as RedHat bug# 84846.
56309         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
56310         to 1MB, so as not to render systems with no stack size limit (e.g.,
56311         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
56312         Include <unistd.h>.  On some systems,
56313         it is required for the definition of _SC_PAGESIZE.
56314
56315 2003-08-16  Jim Meyering  <jim@meyering.net>
56316
56317         Merge from coreutils.
56318         * lib/xstrtoimax.c: #else #if -> #elif.
56319         * lib/xstrtoumax.c: Likewise.
56320
56321 2003-08-16  Jim Meyering  <jim@meyering.net>
56322
56323         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
56324         * m4/utimes.m4: Removed.
56325         * m4/utimes-null.m4: Renamed from utimes.m4.
56326
56327         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
56328         to 1MB, so as not to render systems with no stack size limit (e.g.,
56329         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
56330         Include <unistd.h>.  On some systems,
56331         it is required for the definition of _SC_PAGESIZE.
56332
56333 2003-08-16  Jim Meyering  <jim@meyering.net>
56334         and Paul Eggert  <eggert@cs.ucla.edu>
56335
56336         Merges from coreutils, etc.
56337
56338         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
56339         using the latest version from cvs.  This avoids problems with #line
56340         directives using a vendor (Sun) compiler.
56341         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
56342         Don't set GETGROUPS_LIB here; now it's
56343         done via getgroups.m4's wrapper function.
56344         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
56345         rather than just in sh-util/configure.in, so that the
56346         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
56347         same.
56348         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
56349         AC_FUNC_GETLOADAVG where to find getloadavg.c.
56350         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
56351         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
56352         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
56353         Remove code that is now done by the newly-required macros.
56354         Append $(EXEEXT) to DF_PROG.
56355         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
56356         Do not invoke or require the following here,
56357         since prereq.m4 or some gnulib .m4 now does this for us:
56358         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
56359         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
56360         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
56361         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
56362         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
56363         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
56364         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
56365         AC_FUNC_OBSTACK.
56366         Do not replace the following functions, as this is now the job
56367         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
56368         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
56369         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
56370         atexit getpass, strdup, getpagesize.
56371         Replace 'raise'.
56372         Do not check for the following functions, as this is now the job
56373         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
56374         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
56375         setregid.
56376         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
56377         Check for sys/sysctl.h.
56378         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
56379         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
56380         of checking for ssize_t ourselves.
56381
56382         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
56383         Require every macro that gnulib/modules/* suggests for us.
56384         (jm_PREREQ_ADDEXT): New macro.
56385         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
56386         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
56387
56388         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
56389         (gl_PHYSMEM): Use it.
56390         Also check for `table' function.
56391         Check for new headers and functions.
56392         Add check for sys/sysmp.h.
56393         With suggestions from Kaveh Ghazi.
56394         Ignore headers that are present but cannot be compiled.  This
56395         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
56396         C 5.4.
56397
56398 2003-08-15  Paul Eggert  <eggert@twinsun.com>
56399
56400         Document merge from coreutils.
56401         * modules/userspec: Depend on posixver.
56402         * modules/strftime: Depend on tzset.
56403
56404 2003-08-15  Paul Eggert  <eggert@twinsun.com>
56405
56406         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
56407         rather than tab, after '#' in shell-script copyright notices.
56408         Suggested by Bruno Haible.
56409
56410 2003-08-15  Paul Eggert  <eggert@twinsun.com>
56411
56412         * config/srclist-update: Use three spaces, rather than tab, after '#'
56413         in shell-script copyright notices.  Suggested by Bruno Haible.
56414         Remove unnecessary parenthesization in regular expression.
56415
56416 2003-08-15  Jim Meyering  <jim@meyering.net>
56417
56418         Merge from coreutils.
56419         * lib/xgethostname.c: Include <stdlib.h>.
56420         (xghostname): Don't exit for anything other than memory-related
56421         failure; just return NULL.
56422         * lib/userspec.c: Include "posixver.h".
56423         (parse_user_spec): Accept `.' as a separator only
56424         in pre-POSIX-200112 mode.
56425         * lib/strtoimax.c: Use #elif rather than #else #if.
56426         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
56427         Remove function, now that we can rely on a working tzset function.
56428         [!_LIBC]: Ensure that the required autoconf test has been run.
56429         [!defined _NL_CURRENT && HAVE_STRFTIME]:
56430         Use underlying_strftime for %r.
56431         * lib/sha.c: Merge in some clean-up and optimization changes from
56432         glibc.
56433         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
56434         Ensure that it is a multiple of 64.
56435         Rearrange loop exit tests so as to avoid performing an
56436         additional fread after encountering an error or EOF.
56437         * lib/realloc.c: Update copyright date.
56438
56439 2003-08-15  Jim Meyering  <jim@meyering.net>
56440         and Paul Eggert  <eggert@twinsun.com>
56441
56442         Merge from coreutils.
56443         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
56444         member but strut utmpx does not.  Needed for AIX 4.3.3.
56445         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
56446
56447 2003-08-15  Jim Meyering  <jim@meyering.net>
56448         and Paul Eggert  <eggert@cs.ucla.edu>
56449
56450         Merges from coreutils, etc.
56451         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
56452         Require gl_FUNC_TZSET_CLOBBER.
56453         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
56454         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
56455         members.
56456
56457 2003-08-14  Paul Eggert  <eggert@twinsun.com>
56458
56459         Help the merge from coreutils.
56460         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
56461         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
56462         * m4/tzset.m4: Use it too.
56463
56464 2003-08-14  Paul Eggert  <eggert@twinsun.com>
56465
56466         * modules/tzset: New file.
56467
56468 2003-08-14  Jim Meyering  <jim@meyering.net>
56469
56470         Merges from coreutils.
56471         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
56472         variable names, rather than @FNMATCH_H@.
56473         * modules/alloca: Likewise for $(ALLOCA_H).
56474
56475         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
56476         the three copies of the literal target, `fnmatch.h'.
56477         * modules/alloca (alloca.h): Likewise.
56478
56479 2003-08-14  Jim Meyering  <jim@meyering.net>
56480
56481         Merge from coreutils.
56482         * m4/tzset.m4: New file.
56483         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
56484         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
56485         otherwise, AIX 5.1 systems would end up using the latter.
56486         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
56487         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
56488         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
56489         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
56490
56491 2003-08-14  Jim Meyering  <jim@meyering.net>
56492
56493         Merge from coreutils.
56494         * lib/obstack.h: Whitespace changes.
56495         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
56496         and xcalloc return values.
56497         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
56498         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
56499         hang on OSF/1 5.1 for DIR on both local and remote file systems.
56500         Reported by (and fix confirmed by) Nelson H. F. Beebe.
56501         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
56502         error from mntctl.
56503         Use mntctl's return value to drive the entry-processing loop, since
56504         we can't rely on the value of the vmt_length member in the last
56505         entry.  On some systems doing so could result in exhausting
56506         virtual memory.  Based in part on a patch from Mike Jetzer.
56507
56508 2003-08-14  Jim Meyering  <jim@meyering.net>
56509         and Paul Eggert  <eggert@twinsun.com>
56510
56511         Merges from coreutils, plus other fixes.
56512         * lib/physmem.c: Merge in portability changes from gcc/libiberty
56513         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
56514         for credits and details.  Thanks to Kaveh Ghazi for helping
56515         to keep these files in sync.
56516         (ARRAY_SIZE): Define it.
56517         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
56518         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
56519         (memcasecmp): Don't assume size_t fits in unsigned int.
56520         Remove casts and duplicate code.
56521         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
56522         (memcpy): Remove definition.
56523         Merge in some clean-up and optimization changes from glibc.
56524         [BLOCKSIZE]: Move definition to top of file.
56525         Ensure that it is a multiple of 64.
56526         Rearrange loop exit tests so as to avoid performing an
56527         additional fread after encountering an error or EOF.
56528         * lib/md5.h (md5_uintptr): Define.
56529         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
56530         return to the initial working directory.  Preserve errno
56531         for caller.
56532         * lib/idcache.c: Include "xalloc.h".
56533         (xmalloc, xrealloc): Remove decls.
56534         (getuser): Remove casts no longer required in C89.
56535         * lib/human.c: Include stdio.h, for sprintf.
56536         * lib/group-member.c: Include "xalloc.h".
56537         (xmalloc, xrealloc): Remove decls.
56538         (get_group_info): Remove casts no longer required in C89.
56539         * lib/getusershell.c (readname): Remove casts no longer required in
56540         C89.
56541         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
56542         * lib/getline.c: Whitespace fix, from coreutils.
56543
56544 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56545
56546         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
56547         Check for isascii.
56548
56549         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56550         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56551         Undo previous (whitespace-only) change.
56552
56553 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56554
56555         * lib/exclude.c: Include <ctype.h>
56556         (IN_CTYPE_DOMAIN): New macro.
56557         (is_space): New fn.
56558         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
56559         and empty lines.
56560
56561         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56562         Undo previous (whitespace-only) change.
56563
56564 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56565
56566         * config/srclist-update: Change update back to the old behavior,
56567         leaving whitespace alone.  Use one 'sed' command rather than a
56568         pipeline.
56569         (fixlicense): Now a variable, not a function.
56570         (remove_trailing_blanks): Remove.
56571         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
56572         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56573         Undo previous (whitespace-only) change.
56574
56575 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56576
56577         Merge from coreutils.
56578         * modules/euidaccess: Add lib_SOURCES, include for new
56579         file euidaccess.h
56580
56581 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56582
56583         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56584         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56585         Normalize leading white space and remove trailing white space.
56586
56587         Merge from coreutils
56588         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
56589
56590         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
56591         0.12.1.  These files are now being upgraded automatically by
56592         ../config/srclist-update.
56593
56594 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56595
56596         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56597         Normalize leading white space and remove trailing white space.
56598         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
56599         notice, as per ../config/srclist-update.
56600
56601         Merge from coreutils.
56602         * lib/euidaccess.h: New file.
56603         * lib/euidaccess.c: Include it.
56604         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
56605         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
56606         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
56607
56608 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56609
56610         * config/srclist-update: Add copyright notice.
56611         (remove_id_lines, remove_trailing_blanks): New constants.
56612         (fixfile): Use them to normalize spacing a bit in copied files.
56613         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56614         Normalize leading white space and remove trailing white space.
56615
56616         * config/texinfo.tex: Sync with texinfo.
56617
56618         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
56619         strtoul.c from libc, to merge coreutils whitespace changes.
56620
56621         * config/srclist.txt: Get the following m4 files from gettext:
56622         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
56623         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
56624         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
56625         wint_t.m4.
56626
56627 2003-08-12  Karl Berry  <karl@gnu.org>
56628
56629         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
56630         been made.
56631
56632 2003-08-11  Paul Eggert  <eggert@twinsun.com>
56633
56634         * modules/gnu-source, m4/gnu-source.m4:
56635         Remove; we're assuming Autoconf 2.54 or later now.
56636         Suggested by Bruno Haible.
56637         * MODULES.html.sh (func_all_modules): Remove gnu-source.
56638
56639 2003-08-11  Bruno Haible  <bruno@clisp.org>
56640
56641         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
56642
56643 2003-08-11  Bruno Haible  <bruno@clisp.org>
56644
56645         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
56646         (vasnprintf): Use it instead of wcslen.
56647
56648 2003-08-11  Bruno Haible  <bruno@clisp.org>
56649
56650         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
56651         value to ensure that _Bool promotes to int. Use #define for _Bool when
56652         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
56653
56654 2003-08-10  Karl Berry  <karl@gnu.org>
56655
56656         * lib/regex.h: update from libc (whitespace fix).
56657
56658 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56659
56660         Merge some files from coreutils.  These changes were
56661         originally made by Jim Meyering.
56662         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
56663         many older Unixes require this.
56664         * lib/alloca.c (alloca): Remove cast to argument of free;
56665         no longer needed in C89.
56666         * lib/alloca_.h, regex.h: Fix white space to match
56667         what GNU indent does.
56668
56669 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56670
56671         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
56672         apparently Emacs's Unicode mode got confused before my 2003-08-05
56673         checkin.
56674
56675 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56676
56677         * m4/extensions.m4: New file.
56678         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
56679         Require gl_USE_SYSTEM_EXTENSIONS.
56680         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
56681         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
56682
56683 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56684
56685         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
56686         * modules/extensions, modules/gnu-source: New files.
56687         * modules/timespec, modules/unlocked-io: Depend on extensions.
56688
56689 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56690
56691         * modules/restrict: New file.
56692         * MODULES.html.sh (func_all_modules): Add restrict.
56693         * modules/regex: Depend on restrict.
56694
56695 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56696
56697         * m4/restrict.m4: New file.
56698         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
56699
56700 2003-08-07  Bruno Haible  <bruno@clisp.org>
56701
56702         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
56703         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
56704
56705 2003-08-07  Bruno Haible  <bruno@clisp.org>
56706
56707         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
56708         makes the module 'getndelim2' compatible with the module 'getline'.
56709
56710 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56711
56712         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
56713         byte with "\201" to avoid glitches when editing that source file
56714         with multi-gnome-terminal.
56715
56716 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56717
56718         * lib/bumpalloc.h: Remove.
56719
56720 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56721
56722         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
56723         * modules/bumpalloc: Remove.
56724
56725 2003-08-04  Paul Eggert  <eggert@twinsun.com>
56726
56727         * lib/getloadavg.c: Change copyright notice and spacing to conform to
56728         GNU coding style.
56729
56730         Merge from coreutils.
56731         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
56732         1. From glibc.
56733         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
56734         from Karl Berry, implemented by Jim Meyering.
56735         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
56736         from Dmitry V. Levin.
56737         Remove anachronistic cast of xrealloc.
56738         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
56739         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
56740         type. Otherwise, it wouldn't compile with at least /bin/cc on
56741         ymp-cray-unicos9.0.2.X.
56742         Combine two mostly-identical uses of alloca into one.
56743         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
56744
56745 2003-08-04  Dave Love  <d.love@dl.ac.uk>
56746
56747         [From Emacs.]
56748
56749         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
56750         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
56751         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
56752         obsolete NLIST_NAME_UNION.
56753         [__GNU__]: Undef BSD and FSCALE.
56754         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
56755
56756 2003-08-03  Paul Eggert  <eggert@twinsun.com>
56757
56758         * lib/stdbool_.h (_Bool): Make it signed char, instead of
56759         an enum type, so that it's guaranteed to promote to int.  See:
56760         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
56761
56762 2003-08-03  Karl Berry  <karl@gnu.org>
56763
56764         * config/depcomp: update from automake.
56765
56766 2003-07-31  Paul Eggert  <eggert@twinsun.com>
56767
56768         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
56769         (strerror): Don't assume that a printable int fits in 14 bytes.
56770
56771 2003-07-31  Bruno Haible  <bruno@clisp.org>
56772
56773         * modules/getpass-gnu: New file.
56774         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
56775
56776 2003-07-31  Bruno Haible  <bruno@clisp.org>
56777
56778         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
56779
56780 2003-07-24  Karl Berry  <karl@gnu.org>
56781
56782         * config/missing: update from automake.
56783
56784 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
56785             Bruno Haible  <bruno@clisp.org>
56786
56787         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
56788         * lib/getline.c (getline, getdelim): Likewise.
56789         Remove _GNU_SOURCE define; now it's defined in config.h through
56790         m4/getline.m4.
56791
56792 2003-07-23  Karl Berry  <karl@gnu.org>
56793
56794         * config/config.sub: update from prep.
56795
56796 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56797
56798         * modules/xalloc (Depends-on): Add exitfail.
56799         * modules/xmemcoll: Likewise.
56800
56801 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56802
56803         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
56804         over-parenthesization in macros.
56805
56806         Sync with coreutils.
56807
56808         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
56809         required by C99.
56810
56811         Use `exit_failure' for xalloc and xmemcoll instead of their own
56812         private exit-failure variables.
56813         * lib/xalloc.h (xalloc_exit_failure): Remove.
56814         * lib/xmalloc.c: Likewise.  Include exitfail.h.
56815         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
56816         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
56817         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
56818         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
56819
56820 2003-07-20  Jim Meyering  <jim@meyering.net>
56821
56822         * modules/closeout (Depends-on): Add exitfail.
56823         Suggestion from Bruno Haible.
56824
56825 2003-07-19  Karl Berry  <karl@gnu.org>
56826
56827         * config/config.sub: update from prep.
56828
56829 2003-07-18  Paul Eggert  <eggert@twinsun.com>
56830
56831         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
56832         Remove.
56833         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
56834         to test that it can stand by itself.  Include "exitfail.h".
56835         Clients should set exit_failure instead.
56836         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
56837
56838 2003-07-18  Bruno Haible  <bruno@clisp.org>
56839
56840         * modules/getndelim2: New file.
56841         * modules/getline: Share files with module getndelim2.
56842         * modules/getnline: Depend on getndelim2 instead of sharing files with
56843         it. Add getnline.c to lib_SOURCES.
56844         * MODULES.html.sh (func_all_modules): Add getndelim2.
56845
56846 2003-07-18  Bruno Haible  <bruno@clisp.org>
56847
56848         * m4/getndelim2.m4: New file.
56849         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
56850         invoke gl_PREREQ_GETNDELIM2.
56851         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
56852         gl_PREREQ_GETNDELIM2.
56853         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
56854         gl_GETNDELIM2.
56855
56856 2003-07-18  Bruno Haible  <bruno@clisp.org>
56857
56858         * lib/getndelim2.h: New file.
56859         * lib/getndelim2.c: Make into a module of its own. Include config.h,
56860         getndelim2.h.
56861         (getndelim2): Make non-static. Change return type to ssize_t.
56862         * lib/getline.h: Change argument names.
56863         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
56864         * lib/getnline.c: Include getndelim2.h.
56865
56866 2003-07-18  Andreas Schwab  <schwab@suse.de>
56867
56868         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
56869
56870 2003-07-17  Karl Berry  <karl@gnu.org>
56871
56872         * config/config.sub: update from prep.
56873
56874 2003-07-17  Bruno Haible  <bruno@clisp.org>
56875
56876         * modules/getnline: New file.
56877         * modules/getline: Add lib/getndelim2.c to source file list.
56878         * MODULES.html.sh (func_all_modules): Add getnline.
56879
56880 2003-07-17  Bruno Haible  <bruno@clisp.org>
56881
56882         * m4/getnline.m4: New file.
56883
56884 2003-07-17  Bruno Haible  <bruno@clisp.org>
56885
56886         * m4/Makefile.am.in: Remove file.
56887         * m4/Makefile.am: Remove file.
56888         * m4/Makefile.in: Remove file.
56889
56890 2003-07-17  Bruno Haible  <bruno@clisp.org>
56891
56892         * lib/getnline.h: New file.
56893         * lib/getnline.c: New file.
56894         * lib/getndelim2.c: New file, extracted from getline.c.
56895         (getndelim2): Renamed from getdelim2, with added nmax argument.
56896         * lib/getline.c: Include getndelim2.c.
56897         (getdelim2): Moved out to getndelim2.c.
56898         (getline, getdelim): Update.
56899
56900 2003-07-17  Bruno Haible  <bruno@clisp.org>
56901
56902         * lib/Makefile.am: Remove file.
56903         * lib/Makefile.in: Remove file.
56904
56905 2003-07-17  Bruno Haible  <bruno@clisp.org>
56906
56907         * configure.in: Remove file.
56908         * Makefile.in: Remove file.
56909
56910 2003-07-17  Bruno Haible  <bruno@clisp.org>
56911
56912         * MODULES.html.sh: Put the </BODY> right before </HTML>.
56913
56914 2003-07-16  Karl Berry  <karl@gnu.org>
56915
56916         * config/srclist-update: was running fixlicense twice, which caused
56917                 texinfo.tex to be nullified for some reason.  Simplify,
56918                 $gplsrc is no longer needed as far as I can see?
56919
56920 2003-07-16  Jim Meyering  <jim@meyering.net>
56921
56922         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
56923
56924 2003-07-15  Paul Eggert  <eggert@twinsun.com>
56925
56926         * config/srclist.txt: Get the following files from gettext-runtime/intl
56927         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
56928         ref-del.sin.  From Bruno Haible.
56929         * config/srclist-update (fixfile): Change grep pattern again, since the
56930         previous fix didn't work (there was another trailing $).  Use
56931         '[$]' to escape the $s.
56932
56933 2003-07-15  Karl Berry  <karl@gnu.org>
56934
56935         * lib/vasnprintf.c: update from gettext.
56936
56937 2003-07-15  Karl Berry  <karl@gnu.org>
56938
56939         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
56940         gets expanded when surrounded by '$'.
56941
56942 2003-07-15  Jim Meyering  <jim@meyering.net>
56943
56944         * modules/save-cwd: Don't depend on error.  From Derek Price.
56945
56946 2003-07-15  Jim Meyering  <jim@meyering.net>
56947
56948         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
56949
56950 2003-07-14  Simon Josefsson  <jas@extundo.com>
56951
56952         * modules/mempcpy: New file.
56953         * MODULES.html.sh (func_all_modules): Add mempcpy.
56954
56955 2003-07-14  Simon Josefsson  <jas@extundo.com>
56956
56957         * m4/mempcpy.m4: New file.
56958
56959 2003-07-14  Simon Josefsson  <jas@extundo.com>
56960
56961         * lib/mempcpy.h: New file.
56962         * lib/mempcpy.c: New file.
56963
56964 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56965
56966         * modules/getdate, modules/posixtm: Depend on mktime.
56967
56968 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56969
56970         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
56971         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
56972         unicodeio.c, unicodeio.h, unlocked-io.h:
56973         Switch from LGPL to GPL.
56974
56975 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56976
56977         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
56978         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
56979         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
56980         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
56981         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
56982         updated automatically by ../config/srclist-update.  This changes
56983         their license from LPGL to GPL.
56984
56985 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56986
56987         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
56988         assumed to refer to the root of the most recent stable gettext version.
56989         * config/srclistvars.sh: Add defaults for eggert.
56990         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
56991         Match "This program" as well as "The program".  This is needed
56992         for gettext.
56993
56994 2003-07-14  Jim Meyering  <jim@meyering.net>
56995
56996         Don't emit diagnostics.  Let callers do that.
56997         * lib/save-cwd.c: Don't include "error.h".
56998         (save_cwd): Don't call error.  Ensure that errno is valid
56999         when returning nonzero.
57000
57001         * lib/save-cwd.h (restore_cwd): Update prototype.
57002         * lib/save-cwd.c (restore_cwd): Remove two parameters.
57003         Simplify.  Don't call error upon failure.  Let callers do that.
57004         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
57005         when auditing is enabled.  But don't bother updating the #if.
57006
57007 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
57008
57009         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
57010         it breaks C++ compilation.
57011         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
57012
57013 2003-07-10  Simon Josefsson  <jas@extundo.com>
57014
57015         * modules/strchrnul (Makefile.am): Add strchrnul.h.
57016
57017 2003-07-10  Jim Meyering  <jim@meyering.net>
57018
57019         * m4/clock_time.m4: Remove trailing blank.
57020         * m4/intmax_t.m4: Likewise.
57021
57022 2003-07-10  Jim Meyering  <jim@meyering.net>
57023
57024         * lib/vasnprintf.c: Remove trailing blanks.
57025         Make cpp indentation consistent.
57026
57027 2003-07-09  Paul Eggert  <eggert@twinsun.com>
57028
57029         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
57030         posixver.c, strftime.c, strnlen.c, strverscmp.c:
57031         Switch from LGPL to GPL.
57032
57033 2003-07-09  Paul Eggert  <eggert@twinsun.com>
57034
57035         * config/srclist.txt: Sort sublists.  Add
57036         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
57037         that differ from gnulib for one reason or another; we'd like this list
57038         to be smaller but for now let's document what we have.
57039
57040 2003-07-08  Paul Eggert  <eggert@twinsun.com>
57041
57042         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
57043         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
57044         and sweeter "eval x=$x".
57045         * config/srclist.txt: Get lib/argp* from glibc.
57046
57047 2003-07-07  Paul Eggert  <eggert@twinsun.com>
57048
57049         * lib/mktime.c: Fix some boundary cases and remove need for floating
57050         point.
57051
57052         Issue a compile-time diagnostic if time_t is floating point, or if
57053         two's complement arithmetic is not in effect, or if arithmetic
57054         right shift does not propagate the sign.  These assumptions were
57055         all in the original code but they weren't checked.
57056
57057         (TIME_T_MIDPOINT, verify): New macros.
57058         (__isleap): Remove; it has integer overflow problems.
57059         (leapyear): New function, without those problems.
57060         (ydhms_tm_diff): Remove; splitting into two parts.
57061         (ydhms_diff): New function, containing the arithmetic part of
57062         the old ydhms_tm_diff function.  Issue a compile-time
57063         diagnostic if we are not using C99 integer division.
57064         Avoid casts when possible.
57065         (guess_time_tm): New function, containing the checking part of
57066         the old ydhms_tm_diff function.  Return the new value, rather than
57067         the difference between it and the old.  Accept a new argument T
57068         so that *T specifies the old value.  Check for overflow in the result.
57069
57070         (__mktime_internal): Use a time_t offset, not a long int offset.
57071         This undoes the 2003-06-04 change, which is no longer needed now
57072         that we have better overflow checking.
57073         (localtime_offset): Likewise.
57074
57075         (__mktime_internal): Avoid harmful overflow on hosts where time_t
57076         and long are 64-bit but int is only 32-bit.
57077         (ydhms_diff): Use long int to store year1 and yday1.
57078         Issue a compile-time diagnostic if long int is not wide enough.
57079
57080         (__mktime_internal): Use long int to store adjusted year and yday.
57081         Use plain C rather than preprocessor commands, if that doesn't
57082         affect efficiency.
57083         Check for overflow (and try to repair) after each probe
57084         rather than checking only at the very end.  This avoids some bugs
57085         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
57086         does not equal GMT offset at maximum time).
57087         Use integer to check for overflow rather than floating point; this
57088         is more portable to non-IEEE hosts, and is a tad faster.
57089         When we detect that we are oscillating between two values,
57090         don't check whether tm_isdst has the requested value, since
57091         we already know the answer.  When tm_isdst has the wrong value,
57092         use a different heuristic to find the right one, based on the
57093         extreme values actually observed in practice in tz2003a,
57094         rather than the (overly optimistic) "previous 3 calendar quarters".
57095
57096         (not_equal_tm, print_tm, check_result): Use "const T" rather than
57097         "T const" to accommodate glibc style.
57098         (check_result): Use less-confusing report format.  "long" -> "long int.
57099         (main): Likewise.
57100         Don't loop if the iteration overflows time_t.
57101         Allow a negative step in the iteration.
57102
57103 2003-07-06  Karl Berry  <karl@gnu.org>
57104
57105         * config/depcomp: update from automake.
57106         * config/config.sub: update from prep.
57107
57108 2003-07-03  Karl Berry  <karl@gnu.org>
57109
57110         * config/config.guess: update from prep.
57111
57112 2003-07-01  Paul Eggert  <eggert@twinsun.com>
57113
57114         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
57115         xreadlink.c now includes it unconditionally.
57116
57117 2003-07-01  Paul Eggert  <eggert@twinsun.com>
57118
57119         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
57120         having it depend on HAVE_SYS_TYPES_H.
57121
57122 2003-07-01  Bruno Haible  <bruno@clisp.org>
57123
57124         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
57125         <sys/types.h> should be sufficient.
57126         Reported by Paul Eggert.
57127
57128 2003-06-26  Karl Berry  <karl@gnu.org>
57129
57130         * config/depcomp: update from automake.
57131
57132 2003-06-26  Bruno Haible  <bruno@clisp.org>
57133
57134         * modules/human: Depend on module stdbool.
57135
57136 2003-06-25  Bruno Haible  <bruno@clisp.org>
57137
57138         * modules/readlink: New file.
57139         * modules/xreadlink: Depend on it.
57140         * MODULES.html.sh (func_all_modules): Add readlink.
57141
57142 2003-06-25  Bruno Haible  <bruno@clisp.org>
57143
57144         * m4/readlink.m4: New file.
57145
57146 2003-06-25  Bruno Haible  <bruno@clisp.org>
57147
57148         * lib/readlink.c: New file.
57149
57150 2003-06-22  Karl Berry  <karl@gnu.org>
57151
57152         * config/srclist.txt: update mkinstalldirs from automake.
57153         * config/mkinstalldirs: update.
57154
57155 2003-06-22  Bruno Haible  <bruno@clisp.org>
57156
57157         Portability to mingw32.
57158         * m4/ssize_t.m4: New file, from GNU gettext.
57159         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
57160         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
57161
57162 2003-06-22  Bruno Haible  <bruno@clisp.org>
57163
57164         * modules/safe-read: Add m4/ssize_t.m4.
57165         * modules/xreadlink: Add m4/ssize_t.m4.
57166
57167 2003-06-20  Bruno Haible  <bruno@clisp.org>
57168
57169         Assume C89, so PARAMS isn't needed.
57170         * lib/unicodeio.h (PARAMS): Remove.
57171         * lib/unicodeio.c: Don't use PARAMS.
57172
57173 2003-06-18  Karl Berry  <karl@gnu.org>
57174
57175         * config/config.{guess,sub}: update from prep.
57176
57177 2003-06-18  Jim Meyering  <jim@meyering.net>
57178
57179         Merge changes from coreutils.
57180         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
57181         Remove explicit declarations of xmalloc and realloc.
57182         Include xalloc.h.
57183         (read_utmp): Remove anachronistic cast of xmalloc.
57184
57185 2003-06-17  Paul Eggert  <eggert@twinsun.com>
57186
57187         Assume C89, so PARAMS isn't needed.
57188         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
57189         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
57190         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
57191         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
57192         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
57193         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
57194         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
57195         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
57196         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
57197         lib/xstrtod.h, lib/xstrtol.h: Likewise.
57198         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
57199         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
57200         no longer needed. Anyway, config.h should always be included before any
57201         other file.
57202
57203 2003-06-11  Simon Josefsson  <jas@extundo.com>
57204
57205         * modules/sysexits: New file.
57206         * MODULES.html.sh (func_all_modules): Add sysexits.
57207
57208 2003-06-11  Simon Josefsson  <jas@extundo.com>
57209
57210         * lib/sysexit_.h: New file.
57211
57212 2003-06-11  Derek Price  <derek@ximbiot.com>
57213
57214         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
57215         necessary.
57216
57217 2003-06-11  Bruno Haible  <bruno@clisp.org>
57218
57219         * m4/sysexits.m4: New file.
57220
57221 2003-06-10  Simon Josefsson  <jas@extundo.com>
57222
57223         * lib/argp.h: New file, from glibc.
57224         * lib/argp-ba.c: New file, from glibc.
57225         * lib/argp-eexst.c: New file, from glibc.
57226         * lib/argp-fmtstream.c: New file, from glibc.
57227         * lib/argp-fmtstream.h: New file, from glibc.
57228         * lib/argp-fs-xinl.c: New file, from glibc.
57229         * lib/argp-help.c: New file, from glibc.
57230         * lib/argp-namefrob.h: New file, from glibc.
57231         * lib/argp-parse.c: New file, from glibc.
57232         * lib/argp-pv.c: New file, from glibc.
57233         * lib/argp-pvh.c: New file, from glibc.
57234         * lib/argp-xinl.c: New file, from glibc.
57235
57236 2003-06-10  Simon Josefsson  <jas@extundo.com>
57237
57238         * modules/strchrnul: New file.
57239
57240 2003-06-10  Simon Josefsson  <jas@extundo.com>
57241
57242         * modules/argp: New file.
57243
57244 2003-06-10  Simon Josefsson  <jas@extundo.com>
57245
57246         * m4/strchrnul.m4: New file.
57247
57248 2003-06-10  Simon Josefsson  <jas@extundo.com>
57249
57250         * lib/strchrnul.h: New file.
57251         * lib/strchrnul.c: New file.
57252
57253 2003-06-10  Bruno Haible  <bruno@clisp.org>
57254
57255         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
57256
57257 2003-06-07  Karl Berry  <karl@gnu.org>
57258
57259         * config/config.{guess,sub}: update from prep.
57260
57261 2003-06-07  Jim Meyering  <jim@meyering.net>
57262
57263         * modules/strtod: Use $(...) notation, not @...@ for
57264         AC_REPLACE'd variables.
57265         * modules/localcharset: Likewise.
57266
57267 2003-06-07  Jim Meyering  <jim@meyering.net>
57268
57269         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
57270         in place of my name in the copyright comment.
57271         Remove definition and uses of __P.
57272
57273         From coreutils.
57274         * lib/stat.c: Don't declare xmalloc explicitly.
57275         Instead, include "xalloc.h".
57276         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
57277         xrealloc, and xcalloc return values.
57278         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
57279         Improve comment.
57280         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
57281
57282 2003-06-07  Bruno Haible  <bruno@clisp.org>
57283
57284         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
57285         avoid AC_CONFIG_LINKS.
57286         * modules/fnmatch (Makefile.am): Use explicit creation rule for
57287         fnmatch.h, to avoid AC_CONFIG_LINKS.
57288         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
57289
57290 2003-06-07  Bruno Haible  <bruno@clisp.org>
57291
57292         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
57293         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
57294         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
57295         directory.
57296         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
57297         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
57298         directory.
57299
57300 2003-06-06  Jim Meyering  <jim@meyering.net>
57301
57302         Merge from coreutils.
57303         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
57304         Consolidate declarations and initializations of *_base* locals.
57305
57306         Merge from coreutils.
57307         This avoids a core dump on systems without GNU putenv,
57308         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
57309         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
57310         (unsetenv): New static function, from GNU libc.
57311         (rpl_putenv): Use it.
57312
57313         * lib/modechange.c: Remove trailing blanks.
57314
57315         Merge from coreutils.
57316         * lib/fsusage.c: Remove declaration of statfs.
57317         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
57318
57319         * lib/posixtm.c: Include <stdbool.h> unconditionally.
57320
57321 2003-06-06  Jim Meyering  <jim@meyering.net>
57322
57323         * lib/stdbool_.h: Renamed from stdbool.h.in.
57324
57325 2003-06-06  Jim Meyering  <jim@meyering.net>
57326             Bruno Haible  <bruno@clisp.org>
57327
57328         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
57329         Adjust Makefile.am snippet not to redirect directly to target.
57330         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
57331
57332 2003-06-05  Paul Eggert  <eggert@twinsun.com>
57333
57334         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
57335         mismatch, look in future quarters as well as past.  This fixes a
57336         bug when processing fall-backwards gaps immediately after a long
57337         period of daylight-saving time.
57338
57339         * lib/mktime.c: Assume freestanding C89 or better.
57340         (HAVE_LIMITS_H): Remove.  Assume it's 1.
57341         (__P): Remove; not used.
57342         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
57343         (mktime, not_equal_tm, print_tm, check_result,
57344         main): Use prototypes.  Use const * where appropriate.
57345         (main): Fix typo in testing code that uncovered by above changes.
57346         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
57347
57348 2003-06-04  Paul Eggert  <eggert@twinsun.com>
57349
57350         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
57351         locale.h, localeconv.  This merges changes from coreutils.
57352
57353         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
57354         It can be removed after the next Autoconf is released.
57355         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
57356         needed.
57357
57358 2003-06-04  Paul Eggert  <eggert@twinsun.com>
57359
57360         * lib/mktime.c: Fix Debian bug 177940
57361         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
57362         (localtime_offset): Now long int, not time_t, because we want it
57363         to be guaranteed to be signed.  All uses changed.
57364         (__mktime_internal): If overflow would occur when adding offset,
57365         don't add it.
57366
57367         Merge 'human' changes from coreutils.  Rewrite to support
57368         locale-specific notations like thousands separators.
57369         * lib/human.c: Simplify authorship notice.
57370         Include human.h immediately after config.h.
57371         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
57372         <limits.h>: Do not include, since human.h does.
57373         (SIZE_MAX, UINTMAX_MAX): New macros.
57374         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
57375         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
57376         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
57377         (power_letter): Renamed from suffixes.
57378         (generate_suffix_backwards): Remove.
57379         (adjust_value): Now takes int style (because of human.h changes)
57380         and long double value (for greater precision on some platforms).
57381         (group_number): New function.
57382         (human_readable): Use it.  Use integer options, not enum.
57383         Put the options before the sizes in the arg list.
57384         Support all the new options.
57385         The old human_readable function has been removed;
57386         use inttostr.h instead.
57387         (human_readable, default_block_size, humblock):
57388         Use uintmax_t, not int, for block sizes.
57389         (human_readable_inexact, block_size_types): Remove.
57390         (block_size_opts): New constant.
57391         (human_options): Renamed from human_block_size, with new signature
57392         that allows block sizes up to UINTMAX_MAX.  All callers changed.
57393         * lib/human.h: Add copyright and authorship notice.
57394         Include <limits.h> and <stdbool.h> unconditionally.
57395         (PARAMS): Remove.  All uses removed.
57396         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
57397         (enum human_inexact_style): Remove tag; now a nameless enum.
57398         (human_floor, human_ceiling, human_round_to_even): Now have
57399         values 2, 0, 1 rather than -1, 1, 0.
57400         (human_group_digits, human_suppress_point_zero, human_autoscale,
57401         human_base_1024, human_SI, human_B): New constants.
57402         (human_readable_inexact, human_block_size): Remove.
57403         (human_readable): Size args are now uintmax_t, not int.
57404         (human_options): New decl.
57405
57406         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
57407         unnecessary now that we assume C89 or better.  This change
57408         imported from coreutils.
57409
57410         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57411         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
57412         in the 2003-05-30 sync from glibc.
57413
57414         .h files should stand alone, but we shouldn't include <sys/types.h>
57415         if we can get away with just <stddef.h>.
57416
57417         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
57418         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
57419         rather than <sys/types.h>, as we merely need size_t.
57420         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
57421         to get size_t.
57422         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
57423         Include <stdio.h>, to get FILE.
57424         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
57425         memcasecmp.h has included <stddef.h> and all we need is size_t.
57426         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
57427         our interface, instead of including <sys/types.h>
57428
57429 2003-06-04  Paul Eggert  <eggert@twinsun.com>
57430
57431         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
57432         now, as glibc mktime is buggy on non-glibc systems.
57433
57434 2003-06-03  Karl Berry  <karl@gnu.org>
57435
57436         * config/config.sub: update from prep.
57437
57438 2003-06-02  Paul Eggert  <eggert@twinsun.com>
57439
57440         [from coreutils]
57441         Fix some minor time-related bugs with POSIX time arguments.
57442         Some valid time stamps were being rejected (notably -1, and
57443         time stamps before 1900 on 64-bit hosts).  And some invalid
57444         time stamps were being accepted, e.g. September 31.
57445
57446         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
57447         that we can return (time_t) -1 successfully.
57448         * lib/posixtm.c: Likewise.
57449         [HAVE_STDBOOL_H]: Include <stdbool.h>.
57450         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
57451         (t): Remove static var.
57452         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
57453         of static var.  All uses changed.
57454         (year): Do not reject years before 1900; they can occur with
57455         64-bit time_t.
57456         (posix_time_parse): Do not check for out-of-range components;
57457         that is now the caller's responsibility, since our checks were
57458         only approximations.
57459         (posixtime): Use mktime to check for out-of-range components,
57460         since it knows them exactly.
57461         If mktime returns (time_t) -1, check whether an error actually occurred
57462         by invoking localtime on -1.
57463         (main) [TEST_POSIXTIME]: Check for input data errors, and report
57464         posixtime failures better.
57465         Improve the test data (in comments only).
57466
57467 2003-06-02  Karl Berry  <karl@gnu.org>
57468
57469         * config/mkinstalldirs (version): new variable.
57470         (--version): new option.
57471         (usage): improve message.
57472
57473 2003-05-30  Karl Berry  <karl@gnu.org>
57474
57475         * lib/mktime.c: update from libc.
57476
57477 2003-05-30  Bruno Haible  <bruno@clisp.org>
57478
57479         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
57480         * config/config.rpath: Upgrade to gettext-0.12.1.
57481
57482 2003-05-30  Bruno Haible  <bruno@clisp.org>
57483
57484         * m4/gettext.m4: Upgrade to gettext-0.12.1.
57485         * m4/nls.m4: New file, from gettext-0.12.1.
57486         * m4/po.m4: New file, from gettext-0.12.1.
57487         * m4/progtest.m4: Upgrade to gettext-0.12.1.
57488
57489 2003-05-30  Bruno Haible  <bruno@clisp.org>
57490
57491         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
57492         * lib/localcharset.h: Likewise.
57493         * lib/localcharset.c: Likewise.
57494
57495 2003-05-29  Karl Berry  <karl@gnu.org>
57496
57497         * config/config.rpath: update from gettext.
57498
57499 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57500
57501         Assume the headers required for C89 freestanding compilers.
57502         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
57503         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
57504         * m4/human.m4 (gl_HUMAN): Likewise.
57505         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
57506         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
57507         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57508         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
57509         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57510         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
57511
57512 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57513
57514         Assume the headers required for C89 freestanding compilers.
57515         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
57516         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
57517         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
57518         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
57519         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
57520         define, since <limits.h> is guaranteed to do that.
57521         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
57522         * lib/exclude.c: Include <stdbool.h> unconditionally.
57523         * lib/tempname.c: Include <stddef.h> unconditionally.
57524         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
57525         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
57526         <stddef.h> does that.
57527         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
57528         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
57529         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
57530         needed.
57531         * lib/xstrtol.c: Likewise.
57532         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
57533         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
57534
57535         * lib/addext.c (addext): Use assignment rather than cast, to avoid
57536         warnings on some platforms.
57537
57538         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57539         arbitrarily.
57540
57541 2003-05-26  Jim Meyering  <jim@meyering.net>
57542
57543         Merge in a change from coreutils:
57544         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
57545         that is guaranteed to be `no'.  Use `no_such_member' to indicate
57546         that condition, rather than `-1' which is slightly misleading.
57547         Change the name of the cache variable to have the gl_ prefix.
57548         Prompted by a patch from Richard Dawe for DJGPP.
57549
57550 2003-05-24  Karl Berry  <karl@gnu.org>
57551
57552         * config/config.guess: update from prep.
57553
57554 2003-05-22  Karl Berry  <karl@gnu.org>
57555
57556         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
57557
57558 2003-05-20  Karl Berry  <karl@gnu.org>
57559
57560         * config/config.guess: update from prep.
57561
57562 2003-05-18  Karl Berry  <karl@gnu.org>
57563
57564         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
57565         might actually be set by the user.
57566
57567         * config/depcomp, install-sh, mdate-sh: update from automake.
57568
57569 2003-05-17  Bruno Haible  <bruno@clisp.org>
57570
57571         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
57572         invalid expansion for AC_EGREP_CPP.
57573         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
57574         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
57575         Suggested by Akim Demaille <akim@epita.fr> in
57576         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
57577
57578 2003-05-12  Jim Meyering  <jim@meyering.net>
57579
57580         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
57581         the space-padded-by-default conversion specifiers, %e, %k, %l.
57582
57583 2003-05-12  Bruno Haible  <bruno@clisp.org>
57584
57585         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
57586         the string is longer than 4 KB.
57587
57588 2003-05-11  Karl Berry  <karl@gnu.org>
57589
57590         * config/config.{guess,sub}: update from prep.
57591
57592 2003-05-09  Bruno Haible  <bruno@clisp.org>
57593
57594         * modules/error: Add m4/strerror_r.m4 to file list.
57595
57596 2003-05-03  Bruno Haible  <bruno@clisp.org>
57597
57598         Upgrade to Unicode-4.0.
57599         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
57600         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
57601         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
57602         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
57603         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
57604         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
57605         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
57606         Change width of U+E0100..U+E01EF from 1 to 0.
57607
57608 2003-04-25  Jim Meyering  <jim@meyering.net>
57609
57610         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
57611         of type size_t, not int.
57612
57613 2003-04-25  Bruno Haible  <bruno@clisp.org>
57614
57615         * lib/copy-file.c: Include <stddef.h>, for size_t.
57616
57617 2003-04-21  Paul Eggert  <eggert@twinsun.com>
57618
57619         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
57620         code which expansion is under static control.  Patch imported from
57621         Akim Demaille's patch to Bison; see
57622         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
57623
57624 2003-04-14  Bruno Haible  <bruno@clisp.org>
57625
57626         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
57627
57628 2003-04-11  Jim Meyering  <jim@meyering.net>
57629
57630         Merge changes from Coreutils.
57631
57632         2003-03-22  Jim Meyering  <jim@meyering.net>
57633
57634         * lib/strftime.c (widen): Cast alloca return value to proper type.
57635
57636         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
57637
57638         From GNU libc.
57639         * lib/strftime.c (my_strftime): Handle very large width
57640         specifications for numeric values correctly.  Improve checks for
57641         overflow.
57642
57643         2003-01-19  Jim Meyering  <jim@meyering.net>
57644
57645         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
57646         definitions.
57647         (nl_get_alt_digit) [! defined my_strftime]: Define.
57648         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
57649         _nl_get_alt_digit and _nl_get_walt_digit.
57650
57651         * lib/strftime.c (my_strftime): Merge in locale-related changes from
57652         libc. These changes have no effect outside of _LIBC.
57653
57654 2003-04-10  Bruno Haible  <bruno@clisp.org>
57655
57656         * modules/findprog: New file.
57657         * MODULES.html.sh (func_all_modules): Add it.
57658
57659 2003-04-10  Bruno Haible  <bruno@clisp.org>
57660
57661         * m4/findprog.m4: New file.
57662         * m4/eaccess.m4: New file.
57663
57664 2003-04-10  Bruno Haible  <bruno@clisp.org>
57665
57666         * lib/findprog.h: New file, from GNU gettext.
57667         * lib/findprog.c: New file, from GNU gettext.
57668
57669 2003-04-05  Jim Meyering  <jim@meyering.net>
57670
57671         Merge changes from Coreutils.
57672
57673         * lib/exclude.h (PARAMS): Remove definition and uses.
57674         * lib/exclude.c: Remove uses of `PARAMS'.
57675
57676         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
57677         Add test-cases for DOS filenames. Declare program_name.
57678         (main): Set up program_name.  Patch by Rich Dawe.
57679
57680         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57681         error from mntctl.
57682         Use mntctl's return value to drive the entry-processing loop, since
57683         we can't rely on the value of the vmt_length member in the last
57684         entry.  On some systems doing so could result in exhausting
57685         virtual memory.  Based in part on a patch from Mike Jetzer.
57686
57687 2003-04-04  Bruno Haible  <bruno@clisp.org>
57688
57689         * modules/linebreak: New file.
57690         * MODULES.html.sh (func_all_modules): Add it.
57691
57692 2003-04-04  Bruno Haible  <bruno@clisp.org>
57693
57694         * m4/linebreak.m4: New file.
57695
57696 2003-04-04  Bruno Haible  <bruno@clisp.org>
57697
57698         * lib/linebreak.h: New file, from GNU gettext.
57699         * lib/linebreak.c: New file, from GNU gettext with slight
57700         modifications.
57701         * lib/lbrkprop.h: New file, from GNU gettext.
57702
57703 2003-04-03  Bruno Haible  <bruno@clisp.org>
57704
57705         * modules/utf8-ucs4: New file.
57706         * modules/utf16-ucs4: New file.
57707         * modules/ucs4-utf8: New file.
57708         * modules/ucs4-utf16: New file.
57709         * MODULES.html.sh (func_all_modules): Add them.
57710
57711 2003-04-03  Bruno Haible  <bruno@clisp.org>
57712
57713         * m4/utf-ucs4.m4: New file.
57714         * m4/ucs4-utf.m4: New file.
57715
57716 2003-04-03  Bruno Haible  <bruno@clisp.org>
57717
57718         * lib/utf8-ucs4.h: New file, from GNU gettext.
57719         * lib/utf16-ucs4.h: New file, from GNU gettext.
57720         * lib/ucs4-utf8.h: New file, from GNU gettext.
57721         * lib/ucs4-utf16.h: New file, from GNU gettext.
57722
57723 2003-04-02  Bruno Haible  <bruno@clisp.org>
57724
57725         * modules/binary-io: New file.
57726         * MODULES.html.sh (func_all_modules): Add it.
57727
57728 2003-04-02  Bruno Haible  <bruno@clisp.org>
57729
57730         * lib/binary-io.h: New file, from GNU gettext.
57731
57732 2003-04-01  Bruno Haible  <bruno@clisp.org>
57733
57734         * modules/pathname: New file.
57735         * MODULES.html.sh (func_all_modules): Add it.
57736
57737 2003-04-01  Bruno Haible  <bruno@clisp.org>
57738
57739         * lib/pathname.h: New file, from GNU gettext.
57740         * lib/concatpath.c: New file, from GNU gettext.
57741
57742 2003-03-30  Bruno Haible  <bruno@clisp.org>
57743
57744         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
57745
57746 2003-03-30  Bruno Haible  <bruno@clisp.org>
57747
57748         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
57749         function chown() doesn't exist.
57750
57751 2003-03-28  Bruno Haible  <bruno@clisp.org>
57752
57753         * modules/copy-file: New file.
57754         * MODULES.html.sh (func_all_modules): Add it.
57755
57756 2003-03-28  Bruno Haible  <bruno@clisp.org>
57757
57758         * m4/copy-file.m4: New file.
57759
57760 2003-03-28  Bruno Haible  <bruno@clisp.org>
57761
57762         * lib/copy-file.h: New file, from GNU gettext.
57763         * lib/copy-file.c: New file, from GNU gettext.
57764
57765 2003-03-18  Jim Meyering  <jim@meyering.net>
57766
57767         * lib/quote.c (quote_n): Fix typo in comment.
57768
57769 2003-03-18  Bruno Haible  <bruno@clisp.org>
57770
57771         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
57772         checking.
57773         * m4/onceonly_2_57.m4: Likewise.
57774
57775 2003-03-17  Bruno Haible  <bruno@clisp.org>
57776
57777         * m4/onceonly.m4: Require autoconf 2.54 or newer.
57778         (m4_quote): Remove macro.
57779         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
57780
57781 2003-03-14  Jim Meyering  <jim@meyering.net>
57782
57783         Merge changes from Coreutils.
57784         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
57785         to be const, in order to avoid warnings.
57786         (obstack_room): Likewise.
57787         (obstack_empty_p): Likewise.
57788
57789 2003-03-14  Bruno Haible  <bruno@clisp.org>
57790
57791         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
57792         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
57793
57794 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57795
57796         Merge changes from Bison.
57797         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
57798         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
57799         when compiling Bison 1.875's `bitset bset = obstack_alloc
57800         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
57801         * lib/hash.c: Include <stdbool.h> unconditionally.
57802
57803 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57804
57805         * m4/onceonly.m4 (m4_quote): New macro.
57806         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
57807         Quote AC_FOREACH variable-expansions properly.
57808
57809 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57810
57811         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
57812
57813 2003-03-09  Paul Eggert  <eggert@twinsun.com>
57814
57815         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
57816         Reported by Bruce Becker; see:
57817         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
57818
57819 2003-03-03  Paul Eggert  <eggert@twinsun.com>
57820             Bruno Haible  <bruno@clisp.org>
57821
57822         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
57823         Reported by John Hughes, see
57824         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
57825
57826 2003-02-20  Bruno Haible  <bruno@clisp.org>
57827
57828         * MODULES.html.sh (func_all_modules): Add poll.
57829
57830 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57831
57832         * modules/poll: New file.
57833
57834 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57835
57836         * lib/poll_.h: New file.
57837         * lib/poll.c: New file.
57838
57839 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57840
57841         * m4/poll.m4: New file.
57842
57843 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57844
57845         * modules/mathl: New file.
57846
57847 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57848
57849         * lib/mathl.h: New file.
57850         * lib/acosl.c: New file.
57851         * lib/asinl.c: New file.
57852         * lib/atanl.c: New file.
57853         * lib/ceill.c: New file.
57854         * lib/cosl.c: New file.
57855         * lib/expl.c: New file.
57856         * lib/floorl.c: New file.
57857         * lib/frexpl.c: New file.
57858         * lib/ldexpl.c: New file.
57859         * lib/logl.c: New file.
57860         * lib/sincosl.c: New file.
57861         * lib/sinl.c: New file.
57862         * lib/sqrtl.c: New file.
57863         * lib/tanl.c: New file.
57864         * lib/trigl.c: New file.
57865         * lib/trigl.h: New file.
57866
57867 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57868
57869         * m4/mathl.m4: New file.
57870
57871 2003-02-18  Bruno Haible  <bruno@clisp.org>
57872
57873         * MODULES.html.sh (func_all_modules): Add mathl.
57874
57875 2003-02-17  Bruno Haible  <bruno@clisp.org>
57876
57877         * modules/mkdtemp: New module.
57878         * MODULES.html.sh (func_all_modules): Add it.
57879
57880 2003-02-17  Bruno Haible  <bruno@clisp.org>
57881
57882         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
57883
57884 2003-02-17  Bruno Haible  <bruno@clisp.org>
57885
57886         * lib/mkdtemp.h: New file, from GNU gettext.
57887         * lib/mkdtemp.c: New file, from GNU gettext.
57888
57889 2003-02-02  Jim Meyering  <jim@meyering.net>
57890
57891         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
57892         e.g. glibc-2.2.93.
57893
57894 2003-01-31  Bruno Haible  <bruno@clisp.org>
57895
57896         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
57897         'rpl_rename'.
57898         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
57899         'rpl_strnlen'.
57900         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
57901         'rpl_strtod'.
57902         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
57903         'rpl_utime'.
57904
57905 2003-01-31  Bruno Haible  <bruno@clisp.org>
57906
57907         * lib/rename.c: #undef rename before defining rpl_rename.
57908         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
57909
57910 2003-01-30  Bruno Haible  <bruno@clisp.org>
57911
57912         * modules/vasnprintf, modules/vasprintf: New modules.
57913         * MODULES.html.sh (func_all_modules): Add them.
57914
57915 2003-01-30  Bruno Haible  <bruno@clisp.org>
57916
57917         * m4/signed.m4: New file, from GNU gettext.
57918         * m4/longdouble.m4: New file, from GNU gettext.
57919         * m4/wchar_t.m4: New file, from GNU gettext.
57920         * m4/wint_t.m4: New file, from GNU gettext.
57921         * m4/vasnprintf.m4: New file.
57922         * m4/vasprintf.m4: New file.
57923
57924 2003-01-30  Bruno Haible  <bruno@clisp.org>
57925
57926         * lib/printf-args.h: New file, from GNU gettext.
57927         * lib/printf-args.c: New file, from GNU gettext.
57928         * lib/printf-parse.h: New file, from GNU gettext.
57929         * lib/printf-parse.c: New file, from GNU gettext.
57930         * lib/vasnprintf.h: New file, from GNU gettext.
57931         * lib/vasnprintf.c: New file, from GNU gettext.
57932         * lib/asnprintf.c: New file, from GNU gettext.
57933         * lib/vasprintf.h: New file, from GNU gettext with modifications.
57934         * lib/vasprintf.c: New file, from GNU gettext.
57935         * lib/asprintf.c: New file, from GNU gettext.
57936
57937 2003-01-29  Bruno Haible  <bruno@clisp.org>
57938
57939         * modules/stpncpy: New module.
57940         * MODULES.html.sh (func_all_modules): Add it.
57941
57942 2003-01-29  Bruno Haible  <bruno@clisp.org>
57943
57944         * m4/stpncpy.m4: New file.
57945
57946 2003-01-29  Bruno Haible  <bruno@clisp.org>
57947
57948         * lib/stpncpy.h: New file, from GNU gettext with modifications.
57949         * lib/stpncpy.c: New file, from GNU gettext with modifications.
57950
57951 2003-01-28  Bruno Haible  <bruno@clisp.org>
57952
57953         * modules/c-ctype: New module.
57954         * MODULES.html.sh (func_all_modules): Add it.
57955
57956 2003-01-28  Bruno Haible  <bruno@clisp.org>
57957
57958         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
57959         Paul Eggert.
57960         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
57961         Paul Eggert.
57962
57963 2003-01-27  Bruno Haible  <bruno@clisp.org>
57964
57965         * modules/xsetenv: New module.
57966         * MODULES.html.sh (func_all_modules): Add it.
57967
57968 2003-01-27  Bruno Haible  <bruno@clisp.org>
57969
57970         * lib/xsetenv.h: New file, from GNU gettext.
57971         * lib/xsetenv.c: New file, from GNU gettext.
57972
57973 2003-01-23  Jim Meyering  <jim@meyering.net>
57974
57975         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
57976         from working on systems without dirfd (at least Irix and OSF1/Tru64).
57977
57978 2003-01-23  Bruno Haible  <bruno@clisp.org>
57979
57980         * modules/minmax: New module.
57981         * MODULES.html.sh (func_all_modules): Add it.
57982
57983 2003-01-23  Bruno Haible  <bruno@clisp.org>
57984
57985         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
57986         Eggert.
57987
57988 2003-01-22  Bruno Haible  <bruno@clisp.org>
57989
57990         * modules/exit: New module.
57991         * MODULES.html.sh (func_all_modules): Add it.
57992
57993 2003-01-22  Bruno Haible  <bruno@clisp.org>
57994
57995         * lib/exit.h: New file, from GNU gettext.
57996
57997 2003-01-19  Bruno Haible  <bruno@clisp.org>
57998
57999         * gnulib-tool: Recognize option --extract-maintainer.
58000         (func_get_maintainer): New function.
58001         * modules/*: Add Maintainer entry.
58002
58003 2003-01-16  Jim Meyering  <jim@meyering.net>
58004
58005         * m4/regex.m4: The `regex' struct is both input and output.
58006         Initialize it before each use.  Patch by Tim Waugh.
58007
58008 2003-01-16  Bruno Haible  <bruno@clisp.org>
58009
58010         * MODULES.html.sh: Add a table of contents. Add the module name as
58011         leftmost column. Add hyperlinks.
58012
58013 2003-01-15  Bruno Haible  <bruno@clisp.org>
58014
58015         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
58016
58017 2003-01-15  Bruno Haible  <bruno@clisp.org>
58018
58019         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
58020         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
58021         suffix.
58022
58023 2003-01-15  Bruno Haible  <bruno@clisp.org>
58024
58025         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
58026
58027 2003-01-15  Bruno Haible  <bruno@clisp.org>
58028
58029         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
58030         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
58031
58032 2003-01-14  Jim Meyering  <jim@meyering.net>
58033
58034         * lib/same.c (same_name): Tweak a comment.
58035
58036 2003-01-14  Bruno Haible  <bruno@clisp.org>
58037
58038         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
58039         when a string comparison is sufficient.
58040
58041 2003-01-14  Bruno Haible  <bruno@clisp.org>
58042
58043         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
58044         'unsigned int'.
58045
58046 2003-01-14  Bruno Haible  <bruno@clisp.org>
58047
58048         * lib/hash-pjw.c: Add comment about low quality of this function.
58049
58050 2003-01-13  Bruno Haible  <bruno@clisp.org>
58051
58052         * modules/stpcpy: Distribute lib/stpcpy.h.
58053         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
58054
58055 2003-01-13  Bruno Haible  <bruno@clisp.org>
58056
58057         * modules/*: Add a description.
58058         * modules/strpbrk: Fix Makefile.am snippet.
58059         * modules/strtoimax: Fix dependencies.
58060         * modules/strtoumax: Likewise.
58061
58062 2003-01-13  Bruno Haible  <bruno@clisp.org>
58063
58064         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
58065         * modules/alloca (Makefile.am): All object files depend on alloca.h.
58066         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
58067
58068 2003-01-13  Bruno Haible  <bruno@clisp.org>
58069
58070         * gnulib-tool (func_create_testdir): Store config/* files in the main
58071         directory.
58072         * config.rpath: Move to ...
58073         * config/config.rpath: ... here.
58074         * modules/gettext: Contains config/config.rpath, not config.rpath.
58075         * modules/iconv: Likewise.
58076
58077 2003-01-12  Paul Eggert  <eggert@twinsun.com>
58078
58079         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
58080         to avoid collisions with libcurses and libreadline.
58081
58082         * m4/getstr.m4: Remove.
58083         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
58084
58085 2003-01-12  Paul Eggert  <eggert@twinsun.com>
58086
58087         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
58088         to avoid collisions with libcurses and libreadline.
58089
58090         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
58091         * lib/getstr.h, getstr.c: Remove.
58092         * lib/getline.c: Include "getline.h", to check interface.
58093         Move body of old getstr.c here: this defines MIN_CHUNK and
58094         declares getdelim2, which is renamed from getstr.
58095         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
58096
58097         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
58098         All uses changed.
58099         * lib/linebuffer.h: Likewise.
58100         (readline): Remove backward-compatibility macro.
58101
58102 2003-01-12  Paul Eggert  <eggert@twinsun.com>
58103
58104         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
58105         to avoid collisions with libcurses and libreadline.
58106         * getstr: Remove.
58107         * MODULES.html.sh: Remove getstr.
58108         * modules/getline: Depend on unlocked-io, not getstr.
58109
58110 2003-01-12  Jim Meyering  <jim@meyering.net>
58111
58112         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
58113
58114 2003-01-10  Bruno Haible  <bruno@clisp.org>
58115
58116         * modules/alloca: Change Makefile.am requirements. Simplify Include
58117         requirements. Add lib/alloca_.h to file list.
58118
58119 2003-01-10  Bruno Haible  <bruno@clisp.org>
58120
58121         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
58122
58123 2003-01-10  Bruno Haible  <bruno@clisp.org>
58124
58125         * lib/alloca_.h: New file.
58126         * lib/getdate.y: Unconditionally include alloca.h.
58127         * lib/makepath.c: Likewise.
58128         * lib/setenv.c: Likewise.
58129         * lib/userspec.c: Likewise.
58130
58131 2003-01-09  Karl Berry  <karl@gnu.org>
58132
58133         * MODULES.html.sh: include `dirname $0` in PATH, to find
58134         gnulib-tool.
58135
58136 2003-01-09  Bruno Haible  <bruno@clisp.org>
58137
58138         * modules/stdbool: Change configure.ac, Makefile.am requirements.
58139         Simplify Include requirements. Add lib/stdbool.h.in to file list.
58140
58141 2003-01-09  Bruno Haible  <bruno@clisp.org>
58142
58143         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
58144
58145 2003-01-09  Bruno Haible  <bruno@clisp.org>
58146
58147         * lib/stdbool.h.in: New file.
58148
58149 2003-01-09  Bruno Haible  <bruno@clisp.org>
58150
58151         * gnulib-tool (func_all_modules): Ignore files ending in ~.
58152         * MODULES.html.sh: Likewise.
58153
58154 2003-01-08  Jim Meyering  <jim@meyering.net>
58155
58156         * lib/full-write.c: Undefine and define-away `const' after inclusion
58157         of errno.h, not before.  Suggestion from Bruno Haible.
58158
58159 2003-01-08  Bruno Haible  <bruno@clisp.org>
58160
58161         * modules/full-read: Depend on full-write.
58162
58163 2003-01-08  Bruno Haible  <bruno@clisp.org>
58164
58165         * lib/safe-read.c: Include specification header first, to ensure its
58166         selfcontainedness.
58167         * lib/full-write.c: Likewise.
58168
58169 2003-01-07  Jim Meyering  <jim@meyering.net>
58170
58171         * lib/full-write.c: Rework so that it may serve to define full_read,
58172         too.
58173         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
58174
58175 2003-01-07  Bruno Haible  <bruno@clisp.org>
58176
58177         * lib/strtoimax.c: Include <stdint.h> as an alternative to
58178         <inttypes.h>.
58179         * lib/xstrtol.h: Likewise.
58180         * lib/xstrtoimax.c: Likewise.
58181         * lib/xstrtoumax.c: Likewise.
58182         * lib/human.h: Likewise.
58183
58184         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
58185         on systems that have <inttypes.h> but not <stdint.h>.
58186
58187 2003-01-07  Bruno Haible  <bruno@clisp.org>
58188
58189         * MODULES.html.sh: Add copyright notice.
58190         (missed_files): Omit CVS directory entries.
58191         (func_module): Make it work with sed-3.02.
58192         * MODULES.txt: Remove file.
58193
58194 2003-01-06  Jim Meyering  <jim@meyering.net>
58195
58196         * lib/version-etc.c: Update year in translatable copyright string.
58197
58198 2003-01-03  Karl Berry  <karl@gnu.org>
58199
58200         * config/config.{guess,sub}: update from prep.
58201
58202 2003-01-02  Karl Berry  <karl@gnu.org>
58203
58204         * doc/COPYING.DOC: belatedly updated to 1.2.
58205
58206 2003-01-01  Karl Berry  <karl@gnu.org>
58207
58208         * gnulib-tool (func_verify_module): report module name $module in
58209         error message, not $1.
58210         * gnulib-tool (create-testdir): don't complain if destdir couldn't
58211         be created, only if it doesn't exist.
58212         * gnulib-tool (last_checkin_date): don't expand the $Date here.
58213
58214 2002-12-31  Paul Eggert  <eggert@twinsun.com>
58215
58216         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
58217
58218 2002-12-31  Paul Eggert  <eggert@twinsun.com>
58219
58220         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
58221         memcmp if strcoll doesn't work.
58222
58223 2002-12-31  Bruno Haible  <bruno@clisp.org>
58224
58225         * lib/utime.c (utime_null): No need to call ftruncate if the file was
58226         nonempty.
58227
58228 2002-12-31  Bruno Haible  <bruno@clisp.org>
58229
58230         * lib/memcoll.c (STRCOLL): New macro.
58231         (memcoll): Use it.
58232
58233 2002-12-31  Bruno Haible  <bruno@clisp.org>
58234
58235         * lib/localcharset.h: New file.
58236         * lib/localcharset.c: Include it.
58237         * lib/unicodeio.c: Likewise.
58238
58239 2002-12-31  Bruno Haible  <bruno@clisp.org>
58240
58241         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
58242         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
58243
58244 2002-12-31  Bruno Haible  <bruno@clisp.org>
58245
58246         * lib/getline.h: Include <stddef.h>, for size_t.
58247
58248         * lib/unicodeio.h: Include <stddef.h>, for size_t.
58249         * lib/unicodeio.c: Don't include <stddef.h>.
58250
58251 2002-12-31  Bruno Haible  <bruno@clisp.org>
58252
58253         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
58254         HAVE_TM_ZONE.
58255
58256 2002-12-24  Karl Berry  <karl@gnu.org>
58257
58258         * config/config.guess: update from prep.
58259
58260 2002-12-24  Bruno Haible  <bruno@clisp.org>
58261
58262         General infrasructure.
58263         * m4/README: Rewritten.
58264         * m4/onceonly.m4: New file.
58265         * m4/onceonly_2_57.m4: New file.
58266
58267         Module atexit.
58268         * m4/atexit.m4: New file.
58269
58270         Module strtod.
58271         * m4/strtod.m4: New file.
58272
58273         Module strtol.
58274         * m4/strtol.m4: New file.
58275
58276         Module strtoul.
58277         * m4/strtoul.m4: New file.
58278
58279         Module memchr.
58280         * m4/memchr.m4: New file.
58281
58282         Module memcmp.
58283         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
58284         (jm_FUNC_MEMCMP): Invoke it.
58285
58286         Module memcpy.
58287         * m4/memcpy.m4: New file.
58288
58289         Module memmove.
58290         * m4/memmove.m4: New file.
58291
58292         Module memset.
58293         * m4/memset.m4: New file.
58294
58295         Module strcspn.
58296         * m4/strcspn.m4: New file.
58297
58298         Module strpbrk.
58299         * m4/strpbrk.m4: New file.
58300
58301         Module strstr.
58302         * m4/strstr.m4: New file.
58303
58304         Module strerror.
58305         * m4/strerror.m4: New file.
58306
58307         Module mktime.
58308         * m4/mktime.m4: Renamed from jm-mktime.m4.
58309         (gl_PREREQ_MKTIME): New macro.
58310         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
58311
58312         Module malloc.
58313         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
58314         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
58315         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
58316
58317         Module realloc.
58318         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
58319         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
58320         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
58321
58322         Module strftime.
58323         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
58324         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
58325         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
58326         gl_TM_GMTOFF.
58327         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
58328
58329         Module xalloc.
58330         * m4/xalloc.m4: New file.
58331
58332         Module alloca.
58333         * m4/alloca.m4: New file.
58334
58335         Module putenv.
58336         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
58337         (jm_FUNC_PUTENV): Invoke it.
58338
58339         Module setenv.
58340         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
58341         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
58342         when invoked twice.
58343         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
58344         gt_FUNC_SETENV.
58345
58346         Module memrchr.
58347         * m4/memrchr.m4: New file.
58348
58349         Module stpcpy.
58350         * m4/stpcpy.m4: New file.
58351
58352         Module strcase.
58353         * m4/strcase.m4: New file.
58354
58355         Module strdup.
58356         * m4/strdup.m4: New file.
58357
58358         Module strnlen.
58359         * m4/strnlen.m4: New file.
58360
58361         Module strndup.
58362         * m4/strndup.m4: New file.
58363
58364         Module xstrtod.
58365         * m4/xstrtod.m4: New file.
58366
58367         Module xstrtol.
58368         * m4/xstrtol.m4: New file.
58369
58370         Module getdate.
58371         * m4/getdate.m4: New file.
58372
58373         Module unlocked-io.
58374         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
58375         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
58376         * m4/jm-glibc-io.m4n: Remove file.
58377
58378         Module long-options.
58379         * m4/long-options.m4: New file.
58380
58381         Module md5.
58382         * m4/md5.m4: New file.
58383
58384         Module sha.
58385         * m4/sha.m4: New file.
58386
58387         Module getstr.
58388         * m4/getstr.m4: New file.
58389
58390         Module getline.
58391         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
58392         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
58393         <sys/types.h>, for size_t. Use the function name gnu_getline, not
58394         simply getline. Infoke gl_PREREQ_GETLINE.
58395
58396         Module obstack.
58397         * m4/obstack.m4: New file.
58398
58399         Module hash.
58400         * m4/hash.m4: New file.
58401
58402         Module readtokens.
58403         * m4/readtokens.m4: New file.
58404
58405         Module strverscmp.
58406         * m4/strverscmp.m4: New file.
58407
58408         Module stdbool.
58409         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
58410         OSF/1.
58411
58412         Module strtoll.
58413         * m4/strtoll.m4: New file.
58414
58415         Module strtoull.
58416         * m4/strtoull.m4: New file.
58417
58418         Module strtoimax.
58419         * m4/strtoimax.m4: New file.
58420
58421         Module strtoumax.
58422         * m4/strtoumax.m4: New file.
58423
58424         Module xstrtoimax.
58425         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
58426         jm_AC_PREREQ_XSTRTOIMAX.
58427         Moved the strtol prerequisites to strtol.m4.
58428         Moved the strtoll prerequisites to strtoll.m4.
58429         Moved the strtoimax prerequisites to strtoimax.m4.
58430
58431         Module xstrtoumax.
58432         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
58433         jm_AC_PREREQ_XSTRTOUMAX.
58434         Moved the strtoul prerequisites to strtoul.m4.
58435         Moved the strtoull prerequisites to strtoull.m4.
58436         Moved the strtoumax prerequisites to strtoumax.m4.
58437
58438         Module chown.
58439         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
58440         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
58441
58442         Module dup2.
58443         * m4/dup2.m4: New file.
58444
58445         Module ftruncate.
58446         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
58447         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
58448
58449         Module getgroups.
58450         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
58451         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
58452
58453         Module gettimeofday.
58454         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
58455         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
58456         gl_PREREQ_GETTIMEOFDAY.
58457
58458         Module mkdir.
58459         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
58460         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
58461
58462         Module mkstemp.
58463         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
58464         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
58465         jm_AC_TYPE_UINTMAX_T.
58466         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
58467
58468         Module stat.
58469         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
58470         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
58471
58472         Module lstat.
58473         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
58474         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
58475
58476         Module timespec.
58477         * m4/timespec.m4 (gl_TIMESPEC): New macro.
58478         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
58479         * m4/st_mtim.m4: Indentation.
58480
58481         Module nanosleep.
58482         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
58483         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
58484         gl_PREREQ_NANOSLEEP.
58485
58486         Module regex.
58487         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
58488         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
58489         (gl_REGEX): New macro.
58490
58491         Module rename.
58492         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
58493         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
58494
58495         Module rmdir.
58496         * m4/rmdir.m4: New file.
58497
58498         Module utime.
58499         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
58500         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
58501         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
58502
58503         Module dirname.
58504         * m4/dirname.m4: New file.
58505
58506         Module getopt.
58507         * m4/getopt.m4: New file.
58508
58509         Module unistd-safer.
58510         * m4/unistd-safer.m4: New file.
58511
58512         Module fnmatch.
58513         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
58514         declaration.
58515         (gl_PREREQ_FNMATCH_EXTRA): New macro.
58516         (gl_FUNC_FNMATCH_POSIX): New macro.
58517         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
58518         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
58519         simply fnmatch.
58520
58521         Module exclude.
58522         * m4/exclude.m4: New file.
58523
58524         Module human.
58525         * m4/human.m4: New file.
58526
58527         Module acl.
58528         * m4/acl.m4: Nop.
58529
58530         Module backupfile.
58531         * m4/backupfile.m4: New file.
58532         * m4/d-ino.m4: Indentation.
58533
58534         Module fsusage.
58535         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
58536         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
58537         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
58538
58539         Module dirfd.
58540         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
58541         requirements.
58542
58543         Module euidaccess.
58544         * m4/euidaccess.m4: New file.
58545
58546         Module file-type.
58547         * m4/file-type.m4: New file.
58548
58549         Module fileblocks.
58550         * m4/fileblocks.m4: New file.
58551
58552         Module filemode.
58553         * m4/filemode.m4: New file.
58554
58555         Module isdir.
58556         * m4/isdir.m4: New file.
58557
58558         Module lchown.
58559         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
58560         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
58561
58562         Module makepath.
58563         * m4/makepath.m4: New file.
58564
58565         Module modechange.
58566         * m4/modechange.m4: New file.
58567
58568         Module mountlist.
58569         * m4/mountlist.m4: New file.
58570         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
58571         Indentation.
58572
58573         Module path-concat.
58574         * m4/path-concat.m4: New file.
58575
58576         Module pathmax.
58577         * m4/pathmax.m4: New file.
58578
58579         Module same.
58580         * m4/same.m4: New file.
58581
58582         Module save-cwd.
58583         * m4/save-cwd.m4: New file.
58584
58585         Module savedir.
58586         * m4/savedir.m4: New file.
58587
58588         Module xgetcwd.
58589         * m4/xgetcwd.m4: New file.
58590         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
58591
58592         Module xreadlink.
58593         * m4/xreadlink.m4: New file.
58594
58595         Module safe-read.
58596         * m4/safe-read.m4: New file.
58597
58598         Module safe-write.
58599         * m4/safe-write.m4: New file.
58600
58601         Module closeout.
58602         * m4/closeout.m4: New file.
58603
58604         Module stdio-safer.
58605         * m4/stdio-safer.m4: New file.
58606
58607         Module getpass.
58608         * m4/getpass.m4: New file.
58609
58610         Module getugroups.
58611         * m4/getugroups.m4: New file.
58612
58613         Module group-member.
58614         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
58615         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
58616
58617         Module idcache.
58618         * m4/idcache.m4: New file.
58619
58620         Module userspec.
58621         * m4/userspec.m4: New file.
58622
58623         Module gettime.
58624         * m4/clock_time.m4: New file.
58625         * m4/gettime.m4: New file.
58626
58627         Module settime.
58628         * m4/settime.m4: New file.
58629
58630         Module posixtm.
58631         * m4/posixtm.m4: New file.
58632
58633         Module gethostname.
58634         * m4/gethostname.m4: New file.
58635
58636         Module canon-host.
58637         * m4/canon-host.m4: New file.
58638
58639         Module gettext.
58640         * m4/codeset.m4: New file, from gettext-0.11.5.
58641         * m4/gettext.m4: New file, from gettext-0.11.5.
58642         * m4/glibc21.m4: New file, from gettext-0.11.5.
58643         * m4/iconv.m4: New file, from gettext-0.11.5.
58644         * m4/intdiv0.m4: New file, from gettext-0.11.5.
58645         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
58646         * m4/inttypes.m4: New file, from gettext-0.11.5.
58647         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
58648         * m4/isc-posix.m4: New file, from gettext-0.11.5.
58649         * m4/lcmessage.m4: New file, from gettext-0.11.5.
58650         * m4/lib-ld.m4: New file, from gettext-0.11.5.
58651         * m4/lib-link.m4: New file, from gettext-0.11.5.
58652         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
58653         * m4/progtest.m4: New file, from gettext-0.11.5.
58654         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
58655         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
58656         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
58657
58658         Module localcharset.
58659         * m4/localcharset.m4: New file.
58660
58661         Module hard-locale.
58662         * m4/hard-locale.m4: New file.
58663
58664         Module mbswidth.
58665         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
58666         onceonly macros.
58667         * m4/mbrtowc.m4: Add comment.
58668
58669         Module memcasecmp.
58670         * m4/memcasecmp.m4: New file.
58671
58672         Module memcoll.
58673         * m4/memcoll.m4: New file.
58674
58675         Module unicodeio.
58676         * m4/unicodeio.m4: New file.
58677
58678         Module rpmatch.
58679         * m4/rpmatch.m4: New file.
58680
58681         Module yesno.
58682         * m4/yesno.m4: New file.
58683
58684         Module exitfail.
58685         * m4/exitfail.m4: New file.
58686
58687         Module c-stack.
58688         * m4/c-stack.m4 (gl_C_STACK): New macro.
58689         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
58690
58691         Module error.
58692         * m4/error.m4 (gl_ERROR): New macro.
58693         (jm_PREREQ_ERROR): Use onceonly macros.
58694
58695         Module fatal.
58696         * m4/fatal.m4: New file.
58697
58698         Module getloadavg.
58699         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
58700         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
58701
58702         Module getpagesize.
58703         * m4/getpagesize.m4: New file.
58704
58705         Module getusershell.
58706         * m4/getusershell.m4: New file.
58707
58708         Module physmem.
58709         * m4/physmem.m4: New file.
58710
58711         Module posixver.
58712         * m4/posixver.m4: New file.
58713
58714         Module quotearg.
58715         * m4/quotearg.m4: New file.
58716
58717         Module quote.
58718         * m4/quote.m4: New file.
58719
58720         Module readutmp.
58721         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
58722
58723         Module sig2str.
58724         * m4/sig2str.m4: New file.
58725
58726         Other.
58727         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
58728         ulonglong.m4.
58729         * m4/intmax_t.m4: New file.
58730         * m4/d-type.m4: Indentation.
58731         * m4/jm-macros.m4: Update.
58732         * m4/prereq.m4 (jm_PREREQ): Update.
58733         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
58734         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
58735         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
58736         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
58737         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
58738         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
58739         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
58740         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
58741         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
58742         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
58743         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
58744         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
58745         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
58746         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
58747         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
58748         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
58749         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
58750         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
58751         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
58752
58753 2002-12-24  Bruno Haible  <bruno@clisp.org>
58754
58755         * MODULES.txt: Update according to m4/ changes.
58756
58757         Module gettext.
58758         * config.rpath: New file, from gettext-0.11.5.
58759
58760         * modules/*: New module descriptions.
58761         * gnulib-tool: New file.
58762         * MODULES.html.sh: New file.
58763
58764 2002-12-21  Karl Berry  <karl@gnu.org>
58765
58766         * doc/fdl.texi: update to version 1.2.
58767
58768 2002-12-19  Karl Berry  <karl@gnu.org>
58769
58770         * config/config.guess: update from prep.
58771
58772 2002-12-18  Bruno Haible  <bruno@clisp.org>
58773
58774         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
58775         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
58776
58777 2002-12-17  Bruno Haible  <bruno@clisp.org>
58778
58779         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
58780         stdlib.h, string.h.
58781
58782 2002-12-17  Bruno Haible  <bruno@clisp.org>
58783
58784         * lib/canon-host.c (strdup): Remove unused declaration.
58785
58786         * lib/fsusage.c: Include full_read.h.
58787         (get_fs_usage): Use full_read instead of safe_read.
58788
58789         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
58790
58791 2002-12-12  Karl Berry  <karl@gnu.org>
58792
58793         * config/config.guess: update from prep.
58794
58795 2002-12-11  Bruno Haible  <bruno@clisp.org>
58796
58797         * m4/setenv.m4: New file, from gettext-0.11.5.
58798
58799 2002-12-11  Bruno Haible  <bruno@clisp.org>
58800
58801         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
58802         not unsetenv().
58803         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
58804         modifications:
58805
58806         2002-12-11  Bruno Haible  <bruno@clisp.org>
58807
58808                 * setenv.c (alloca): Fall back to malloc.
58809                 (freea): New macro.
58810                 (setenv): Use freea() to free memory allocated with alloca().
58811
58812         2002-11-13  Bruno Haible  <bruno@clisp.org>
58813
58814                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
58815                 function declarations.
58816                 * unsetenv.c (unsetenv): Likewise.
58817
58818         2002-03-04  Bruno Haible  <bruno@clisp.org>
58819
58820                 Portability to AIX 4.3.3.
58821                 * unsetenv.c: New file, extracted from setenv.c.
58822                 * setenv.c: Move the unsetenv() function to unsetenv.c.
58823
58824         2001-12-20  Bruno Haible  <bruno@clisp.org>
58825
58826                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
58827                 use malloc instead. For SunOS 4.
58828
58829         2001-12-11  Bruno Haible  <bruno@clisp.org>
58830
58831                 * setenv.c: Declare alloca.
58832                 (compar_fn_t): New typedef.
58833                 (KNOWN_VALUE, STORE_VALUE): Use it.
58834
58835         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
58836         setenv.h.
58837
58838 2002-12-10  Paul Eggert  <eggert@twinsun.com>
58839
58840         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
58841         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
58842         Choose values that are less likely to collide with system fnmatch
58843         options.
58844         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
58845         defined (e.g., a pure POSIX system).
58846         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
58847         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
58848
58849 2002-12-06  Paul Eggert  <eggert@twinsun.com>
58850
58851         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
58852         a pain in practice to deal with generated m4 files.  This change
58853         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
58854
58855         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
58856         and jm-glibc-io.m4, as they are no longer a special case.
58857         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
58858         kludge and the auto-generation stuff.  Check only whether the
58859         functions are declared, not whether they exist, since older hosts
58860         that don't declare the functions can't use the optimization anyway.
58861
58862 2002-12-06  Jim Meyering  <jim@meyering.net>
58863
58864         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
58865
58866         Merge in changes from libc's misc/error.c, in preparation
58867         for the merge of gnulib's changes back into libc.
58868
58869         * lib/error.c (_): Define only if not already defined.
58870         Move definition to follow all #include directives.
58871         Include unlocked-io.h only if !_LIBC.
58872         [_LIBC]: Include <libio/libioP.h>.
58873         [USE_IN_LIBIO]: Include <libio/iolibio.h>
58874         (fflush): Tweak definition to use INTUSE.
58875         (putc): Define.
58876
58877 2002-12-05  Paul Eggert  <eggert@twinsun.com>
58878
58879         * lib/alloca.c [defined emacs]: Include "lisp.h".
58880         (xalloc_die) [defined emacs]: New macro.
58881         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
58882         [! defined emacs]: Include <xalloc.h>.
58883         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
58884         (pointer): Typedef to POINTER_TYPE *.
58885         (malloc): Remove decl; we now always use xmalloc.
58886         (alloca): Use old-style definition, since Emacs needs this.
58887         Check for arithmetic overflow when computing combined size.
58888
58889 2002-12-04  Paul Eggert  <eggert@twinsun.com>
58890
58891         Do not generate unlocked-io.h automatically, since it's easier to
58892         maintain it by hand.
58893
58894         * lib/unlocked-io.h: New file, from GNU diffutils,
58895         but with proper copyright notice and attribution.
58896         * lib/gen-uio: Remove.
58897         * lib/Makefile.am: Add copyright notice.
58898         (libfetish_a_SOURCES): Add unlocked-io.h.
58899         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
58900         (DISTCLEANFILES, io_functions): Remove macros.
58901         (EXTRA_DIST): Remove gen_uio.
58902         (unlocked-io.h): Remove rule.
58903
58904 2002-12-04  Jim Meyering  <jim@meyering.net>
58905
58906         Reflect the fact that stat.c and lstat.c are no longer generated.
58907         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
58908         (DISTCLEANFILES): Likewise.
58909         (EXTRA_DIST): Likewise.
58910         (all_local): Don't depend on stat.c or lstat.c.
58911         (stat.c, lstat.c): Remove rules.
58912         (EXTRA_DIST): Remove xstat.in.
58913
58914         * lib/xstat.in: Remove file.  Contents moved into stat.c.
58915         * lib/stat.c: New file.  Contents mostly from xstat.in.
58916         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
58917         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
58918
58919         * lib/safe-read.c: Rework so that it may serve to define safe_write,
58920         too.
58921         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
58922
58923 2002-12-03  Jim Meyering  <jim@meyering.net>
58924
58925         * lib/safe-read.c, safe-write.c: Change variable names and comments,
58926         but not semantics, to minimize the differences between these two files.
58927         (safe_read): Change comment to mention SAFE_READ_ERROR.
58928
58929         * lib/safe-read.c (IS_EINTR): Define.
58930         (safe_read): Use IS_EINTR in place of in-function cpp directives.
58931
58932 2002-12-02  Jim Meyering  <jim@meyering.net>
58933
58934         * lib/safe-read.c (EINTR): Define.
58935         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58936         (INT_MAX): Provide fallback.
58937         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
58938
58939         * lib/safe-read.h (SAFE_READ_ERROR): Define.
58940
58941 2002-12-02  Bruno Haible  <bruno@clisp.org>
58942
58943         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
58944         Define, taken from safe-read.c.
58945         (INT_MAX): Provide fallback.
58946         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
58947         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
58948
58949         * lib/safe-read.c (EINTR): Remove definition.
58950         (safe_read): Don't use EINTR if it is absent.
58951
58952 2002-12-01  Jim Meyering  <jim@meyering.net>
58953
58954         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
58955         zero.
58956         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
58957
58958 2002-11-27  Paul Eggert  <eggert@twinsun.com>
58959
58960         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
58961         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
58962         with `if (! (value < limit)) abort ();', for readability.
58963
58964 2002-11-26  Karl Berry  <karl@gnu.org>
58965
58966         * lib/strdup.c: copy from libc again, with jim's ok.
58967         * lib/.cppi-disable: re-add strdup.c
58968
58969 2002-11-25  Karl Berry  <karl@gnu.org>
58970
58971         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
58972         instead of "strtol.c".
58973
58974 2002-11-25  Karl Berry  <karl@gnu.org>
58975
58976         * config/install-sh: update from automake for variable quoting, $0 in
58977         error msgs, etc.
58978
58979         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
58980         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
58981         entry.
58982
58983 2002-11-25  Jim Meyering  <jim@meyering.net>
58984
58985         * lib/mktime.c: Sync from libc, now that it has the latest fix.
58986
58987 2002-11-24  Karl Berry  <karl@gnu.org>
58988
58989         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
58990         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
58991
58992 2002-11-24  Jim Meyering  <jim@meyering.net>
58993
58994         Update from coreutils:
58995
58996         * lib/mktime.c: Merge in changes from libc.
58997
58998         Avoid a link-time failure on some Linux systems.
58999         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
59000         (otherwise).
59001         (__mon_yday): Declare with the STATIC attribute.
59002         (__mktime_internal): Likewise.
59003         Based on a report from Greg Schafer.
59004
59005 2002-11-23  Jim Meyering  <jim@meyering.net>
59006
59007         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
59008         Use `unsigned', not `int', as type of index.
59009
59010         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
59011
59012         * lib/fsusage.c: Remove unneeded parentheses around operands of
59013         `defined'.
59014
59015 2002-11-22  Paul Eggert  <eggert@twinsun.com>
59016
59017         * lib/quotearg.h: Allow multiple inclusion by surrounding with
59018         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
59019         so that we can be included first.
59020         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
59021         * lib/quotearg.c: Include quotearg.h immediately after config.h.
59022         No need to include stddef.h or sys/types.h any more.
59023         Surround local include files with "", not "<>".
59024         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
59025         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
59026         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
59027         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
59028         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
59029         (ISPRINT): Remove; no longer needed now that we assume C89.
59030
59031         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
59032         Preserve errno.
59033
59034         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
59035         quotearg_char): Use SIZE_MAX rather than
59036         (size_t) -1 when we are talking about "infinity".
59037
59038         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
59039
59040 2002-11-22  Paul Eggert  <eggert@twinsun.com>
59041
59042         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
59043         hint that one should use `if (! x) abort ();' rather than `assert
59044         (x);', and anyway it's one less thing to worry about configuring.
59045         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
59046         hash_rehash, hash_insert): Use abort rather than assert.
59047
59048 2002-11-22  Bruno Haible  <bruno@clisp.org>
59049
59050         * lib/safe-read.h: Assume C89. Add comments.
59051         (safe_read): Change return type to size_t.
59052         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
59053         byte counts > SSIZE_MAX correctly.
59054         * lib/safe-write.h: New file.
59055         * lib/safe-write.c: New file.
59056         * lib/full-read.h: New file.
59057         * lib/full-read.c: New file.
59058         * lib/full-write.h: Assume C89. Add comments.
59059         * lib/full-write.c: Include safe-write.h.
59060         (full_write): Rewritten to use safe_write.
59061         Suggested by Jim Meyering and Paul Eggert.
59062
59063 2002-11-21  Jim Meyering  <jim@meyering.net>
59064
59065         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
59066
59067         Merge in changes from the coreutils.
59068
59069         2002-09-25  Paul Eggert  <eggert@twinsun.com>
59070         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
59071         <stdint.h>.
59072         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
59073         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
59074         int.  Work more efficiently if X is the same width as uintmax_t.
59075         Do not compare X to -1, to avoid bogus compiler warning.
59076         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
59077         Don't assume that f_frsize and f_bsize are the same type.
59078
59079         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
59080         warning on FreeBSD.
59081
59082         * lib/makepath.c (make_path): Restore umask *before* creating the final
59083         component.
59084         (make_path): Minor reformatting.
59085
59086         * lib/xmalloc.c: Adjust to work with new autoconf macros,
59087         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
59088         HAVE_MALLOC/HAVE_REALLOC.
59089
59090         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
59091         dummy ones.  At least on GNU/Linux systems, `auto' means something
59092         else.
59093         From Michael Stone.
59094
59095 2002-11-21  Bruno Haible  <bruno@clisp.org>
59096
59097         Remove case insensitive option matching.
59098         * lib/argmatch.h (argcasematch): Remove declaration.
59099         (ARGCASEMATCH): Remove macro.
59100         (__xargmatch_internal): Remove case_sensitive argument.
59101         (XARGMATCH): Update.
59102         (XARGCASEMATCH): Remove macro.
59103         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
59104         case_sensitive argument.
59105         (argcasematch): Remove function.
59106         (__xargmatch_internal): Remove case_sensitive argument.
59107         (main): Use XARGMATCH instead of XARGCASEMATCH.
59108
59109         * lib/xmalloc.c: Change compile-time error message. Add comment about
59110         required autoconf version.
59111
59112 2002-11-20  Paul Eggert  <eggert@twinsun.com>
59113
59114         Merge argmatch cleanups from Bison.  Assume C89.
59115
59116         * lib/argmatch.c: Include config.h here, not in argmatch.h.
59117         Include stdlib.h, for EXIT_FAILURE.
59118         Always include <string.h>, since we assume C89.
59119         (EXIT_FAILURE): Remove pre-C89 bug workaround.
59120         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
59121         Include <stddef.h> instead, since it's all we need for size_t.
59122         (PARAMS): Remove.  All uses removed.
59123         (ARRAY_CARDINALITY): Do not bother to #undef.
59124         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
59125         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
59126         Remove unnecessary parentheses.
59127         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
59128         Insert necessary parentheses.
59129         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
59130         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
59131
59132 2002-11-19  Bruno Haible  <bruno@clisp.org>
59133
59134         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
59135         * lib/mbswidth.h: Include <stddef.h>, for size_t.
59136
59137         * lib/mbswidth.h (PARAMS): Remove macro.
59138         (mbswidth, mbsnwidth): Use ANSI C function declarations.
59139         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
59140
59141         * lib/gcd.h (PARAMS): Remove macro.
59142         (gcd): Use ANSI C function declarations.
59143         * lib/gcd.c (gcd): Likewise.
59144
59145 2002-11-15  Bruno Haible  <bruno@clisp.org>
59146
59147         * lib/strcspn.c: Include <stddef.h>.
59148         (strcspn): Use ANSI C function declaration. Change return type to
59149         size_t. Use NULL.
59150         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
59151         (strpbrk): Use NULL.
59152         * lib/strpbrk.h (PARAMS): Remove macro.
59153         (strpbrk): Use ANSI C function declaration.
59154         * lib/strstr.c: Don't include <sys/types.h>.
59155         * lib/strstr.h (PARAMS): Remove macro.
59156         (strstr): Use ANSI C function declarations.
59157
59158 2002-11-14  Karl Berry  <karl@gnu.org>
59159
59160         * config/mkinstalldirs: `do' on separate line, instead of
59161         `for var; do'.
59162
59163 2002-11-06  Bruno Haible  <bruno@clisp.org>
59164
59165         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
59166         * lib/gcd.c (gcd): Likewise.
59167
59168 2002-11-05  Bruno Haible  <bruno@clisp.org>
59169
59170         * lib/gcd.h: New file, from gettext-0.11.5.
59171         * lib/gcd.c: New file, from gettext-0.11.5.
59172
59173 2002-11-05  Bruno Haible  <bruno@clisp.org>
59174
59175         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59176         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59177         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59178         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59179
59180         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
59181         <libintl.h>.
59182         * lib/makepath.c: Include gettext.h instead of <locale.h> and
59183         <libintl.h>.
59184
59185         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
59186         * lib/human.c: Include gettext.h instead of <libintl.h>.
59187         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
59188         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
59189         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
59190         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
59191         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
59192         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
59193         (textdomain): Remove definition.
59194         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
59195
59196         * lib/long-options.c: Remove include of <libintl.h> and definition of
59197         _.
59198         * lib/same.c: Remove include of <libintl.h> and definition of _.
59199
59200 2002-11-04  Owen Taylor  <otaylor@redhat.com>
59201
59202         * lib/config.charset: A few additions for Solaris.
59203
59204 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
59205
59206         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
59207         * lib/localcharset.c (locale_charset): Declare as extern "C".
59208
59209 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
59210
59211         * lib/config.charset: msdos in uk_UA uses CP1125.
59212
59213 2002-11-04  Bruno Haible  <bruno@clisp.org>
59214
59215         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
59216         * lib/strcase.h: New file, from GNU gettext-0.11.5.
59217         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
59218         * lib/strstr.h: New file, from GNU gettext-0.11.5.
59219         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
59220
59221 2002-11-04  Bruno Haible  <bruno@clisp.org>
59222
59223         * lib/localcharset.c (locale_charset): Don't return an empty string.
59224
59225 2002-11-04  Bruno Haible  <bruno@clisp.org>
59226
59227         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
59228         aliases.
59229
59230 2002-11-04  Bruno Haible  <bruno@clisp.org>
59231
59232         * lib/config.charset: Update for newest glibc. Add canonical names
59233         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
59234
59235 2002-11-04  Bruno Haible  <bruno@clisp.org>
59236
59237         * lib/config.charset: Add support for NetBSD.
59238
59239 2002-11-04  Bruno Haible  <bruno@clisp.org>
59240
59241         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
59242
59243 2002-11-01  Bruno Haible  <bruno@clisp.org>
59244
59245         * configure.in: Add AC_CONFIG_AUX_DIR call.
59246         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
59247         test/Makefile.
59248         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
59249
59250 2002-09-28  Karl Berry  <karl@gnu.org>
59251
59252         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
59253         installed automake until the next release, since changes have been
59254         made.
59255
59256 2002-09-25  Karl Berry  <karl@gnu.org>
59257
59258         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
59259         * lib/getopt*: copy from libc/posix.
59260         * lib/gettext.h: copy from gettext.
59261         * lib/.cppi-disable: add strdup.c, gettext.h.
59262
59263 2002-09-25  Karl Berry  <karl@gnu.org>
59264
59265         * config/srclist.txt: enable gettext.h check.
59266         * config/config.{guess,sub}: update from prep.
59267         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
59268                 from automake 1.6.3.
59269         See srclist*.
59270
59271 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
59272
59273         * regex.c (PATFETCH): Remove the translating fetch.
59274         (PATFETCH_RAW): Rename to PATFETCH.
59275         (set_image_of_range): New fun.
59276         (SET_RANGE_TABLE_WORK_AREA): Use it.
59277         (regex_compile): Don't translate the pattern chars so eagerly.
59278         Only do it when inserting an `exactn' bytecode or when handling
59279         a char-range.
59280         (mutually_exclusive_p): Avoid empty statement.
59281
59282 2002-07-06  Jim Meyering  <meyering@lucent.com>
59283
59284         * m4/README: Don't mention Makefile.am.in.
59285         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
59286
59287 2002-07-01  Jim Meyering  <meyering@lucent.com>
59288
59289         * lib/c-stack.c: Include sys/time.h.
59290         From Volker Borchert.
59291
59292 2002-06-26  Paul Eggert  <eggert@twinsun.com>
59293
59294         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
59295
59296 2002-06-26  Paul Eggert  <eggert@twinsun.com>
59297
59298         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
59299         New macro.  Use it uniformly instead of
59300         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
59301         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
59302         reported by Vin Shelton.
59303
59304 2002-06-22  Paul Eggert  <eggert@twinsun.com>
59305
59306         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
59307         Do not assume SA_SIGINFO behavior.
59308         Bug reported by Jim Meyering on NetBSD 1.5.2.
59309
59310 2002-06-22  Jim Meyering  <meyering@lucent.com>
59311
59312         * m4/c-stack.m4: New file, from diffutils-2.8.2.
59313         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
59314
59315         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
59316         now that configure.ac uses AC_GNU_SOURCE.
59317         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
59318         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
59319
59320         Update to latest tools.  Suggestions from Paul Eggert.
59321         * m4/stdbool.m4: New file, from diffutils-2.8.2.
59322         * m4/gnu-source.m4: Update from diffutils-2.8.2.
59323         * m4/fnmatch.m4: Likewise.
59324         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
59325         to AC_HEADER_STDBOOL
59326
59327 2002-06-22  Jim Meyering  <meyering@lucent.com>
59328
59329         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
59330         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
59331
59332 2002-06-22  Jim Meyering  <meyering@lucent.com>
59333
59334         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
59335
59336         * lib/exitfail.c, exitfail.h: Likewise.
59337         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
59338
59339         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
59340         of fnmatch.h.
59341         (EXTRA_DIST): Add fnmatch_loop.c.
59342         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
59343
59344         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
59345         * lib/fnmatch.c: Update from diffutils-2.8.2.
59346         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
59347         * lib/fnmatch.h: Remove file.
59348
59349 2002-06-21  Jim Meyering  <meyering@lucent.com>
59350
59351         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
59352         * m4/mbrtowc.m4: Likewise.
59353
59354         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
59355         * m4/mbswidth.m4: Reflect name change:
59356         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
59357         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
59358
59359         * m4/lib-link.m4: Update from gettext-0.11.2.
59360         * m4/gettext.m4: Likewise.
59361
59362         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
59363         From Alfred M. Szmidt.
59364
59365 2002-06-18  Paul Eggert  <eggert@twinsun.com>
59366
59367         * lib/file-type.h: Report an error if neither S_ISREG nor
59368         S_IFREG is defined, instead of using a test specific to glibc
59369         2.2.  This should be safe, since POSIX requires S_ISREG and
59370         Unix Version 7 had S_IFREG.  We don't need to check for
59371         <sys/types.h> since we don't use any symbols that it defines.
59372
59373 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
59374
59375         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
59376         $@-t, so that each temporary file name is unique and valid in the first
59377         8 characters, for operation under DOS.
59378
59379 2002-06-15  Paul Eggert  <eggert@twinsun.com>
59380
59381         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
59382
59383 2002-06-15  Jim Meyering  <meyering@lucent.com>
59384
59385         Work even with DJGPP 2.03, which lacks support for symlinks.
59386         From Richard Dawe.
59387         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
59388         is defined.
59389         * lib/lchown.c (S_ISLNK): Likewise.
59390
59391 2002-06-15  Jim Meyering  <meyering@lucent.com>
59392
59393         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
59394         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
59395         have been included before this file.
59396
59397 2002-06-14  Jim Meyering  <meyering@lucent.com>
59398
59399         * lib/file-type.h: Use the version from diffutils-2.8.2.
59400         * lib/file-type.c: Likewise.
59401
59402 2002-06-07  Jim Meyering  <meyering@lucent.com>
59403
59404         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
59405         They're needed at least for NetBSD 1.5.2.
59406         ($statxfs_includes): Include those same headers.
59407         ($statxfs_includes): Include sys/vfs.h if available.
59408         ($statxfs_includes): Likewise for sys/statvfs.h.
59409         Check for the following members in both structs statfs and statvfs:
59410         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
59411
59412 2002-06-01  Jim Meyering  <meyering@lucent.com>
59413
59414         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
59415         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
59416
59417 2002-05-28  Jim Meyering  <meyering@lucent.com>
59418
59419         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
59420         Reported by Volker Borchert.
59421
59422 2002-05-27  Jim Meyering  <meyering@lucent.com>
59423
59424         Fix a problem seen only on nonconforming systems whereby ls.c's
59425         use of localtime, and then of gettimeofday would cause trouble:
59426         the localtime call used to initialize rpl_gettimeofday's save
59427         mechanism would clobber ls's current local time information so
59428         that in any long listing the first file would always be listed
59429         with date 1970-01-01.  Analysis by Volker Borchert.
59430
59431         * lib/gettimeofday.c (localtime): Undefine.
59432         (rpl_localtime): New function.
59433
59434 2002-05-27  Jim Meyering  <meyering@lucent.com>
59435
59436         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
59437         localtime.
59438
59439         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
59440         use the replacement function; it wouldn't resolve at link time.
59441         Reported by Volker Borchert.
59442
59443 2002-05-22  Jim Meyering  <meyering@lucent.com>
59444
59445         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
59446         file-type.h.
59447         * lib/file-type.h: New file.
59448         * lib/file-type.c (file_type): New file/function.  Extracted from
59449         diffutils.
59450
59451 2002-04-30  Jim Meyering  <meyering@lucent.com>
59452
59453         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
59454
59455 2002-04-29  Paul Eggert  <eggert@twinsun.com>
59456
59457         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
59458
59459 2002-04-29  Paul Eggert  <eggert@twinsun.com>
59460
59461         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
59462         Do not check for alloca.h (no longer used) or stdbool.h (was never
59463         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
59464
59465 2002-04-29  Paul Eggert  <eggert@twinsun.com>
59466
59467         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
59468
59469 2002-04-29  Jim Meyering  <meyering@lucent.com>
59470
59471         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
59472         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
59473         Use AC_FUNC_STRNLEN here instead.
59474
59475         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
59476         With autoconf-2.53a, it's part of AC_PROG_CC.
59477
59478 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59479
59480         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
59481         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
59482
59483 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59484
59485         * lib/sig2str.h, lib/sig2str.c: New files.
59486         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
59487
59488 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59489
59490         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
59491         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
59492         of 127, since 64 is the largest conceivable number for ancient
59493         nonstandard hosts.
59494         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
59495
59496 2002-04-28  Jim Meyering  <meyering@lucent.com>
59497
59498         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
59499
59500 2002-04-24  Jim Meyering  <meyering@lucent.com>
59501
59502         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
59503         (jm_PREREQ): Use it.
59504
59505         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
59506         mach/mach.h fcntl.h.
59507         Check for this function: setlocale.
59508
59509 2002-04-24  Jim Meyering  <meyering@lucent.com>
59510
59511         * lib/gettext.h: New file, from Gettext.
59512         * lib/Makefile.am (INCLUDES): Remove -I../intl.
59513         (libfetish_a_SOURCES): Add gettext.h.
59514
59515 2002-04-16  Jim Meyering  <meyering@lucent.com>
59516
59517         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
59518         ut_pid, ut_id, ut_exit.
59519
59520 2002-04-16  Jim Meyering  <meyering@lucent.com>
59521
59522         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
59523         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
59524         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
59525
59526 2002-04-12  Jim Meyering  <meyering@lucent.com>
59527
59528         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
59529         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
59530         existence of the getmntinfo function.  Needed for Darwin 5.3.
59531
59532         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
59533         This is necessary at least on Darwin 5.3.
59534
59535         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
59536         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
59537         strnlen.o in the library, and that makes some versions of ranlib
59538         object.
59539
59540 2002-04-12  Jim Meyering  <meyering@lucent.com>
59541
59542         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
59543
59544 2002-04-09  Jim Meyering  <meyering@lucent.com>
59545
59546         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
59547         to be more precise.  Rather than saying we're checking whether the
59548         function `works', say what we're testing.
59549         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
59550         Reported by Bruno Haible.
59551
59552 2002-03-10  Jim Meyering  <meyering@lucent.com>
59553
59554         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
59555         Suggestion from Santiago Vila.
59556
59557 2002-03-08  Jim Meyering  <meyering@lucent.com>
59558
59559         * lib/rename.c: Mention that this wrapper is needed also on
59560         mips-dec-ultrix4.4 systems.
59561
59562 2002-03-02  Jim Meyering  <meyering@lucent.com>
59563
59564         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
59565         not HAVE_CLOCK_SETTIME.
59566
59567 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59568
59569         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
59570         Check for clock_settime.
59571
59572 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59573
59574         * lib/nanosleep.h: Rename to....
59575         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
59576
59577         * lib/gettime.c: New file.
59578         * lib/settime.c: New file.
59579         * lib/stime.c: Remove.
59580
59581         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
59582         timespec.h.  Remove nanosleep.h.
59583
59584 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59585
59586         * m4/acl.m4: New file.
59587         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
59588         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
59589
59590 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59591
59592         * lib/acl.c, lib/acl.h: New files.
59593         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
59594
59595 2002-02-24  Jim Meyering  <meyering@lucent.com>
59596
59597         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
59598         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
59599         cause trouble.  Reported by Nelson Beebe.
59600
59601 2002-02-23  Paul Eggert  <eggert@twinsun.com>
59602
59603         * lib/path-concat.c (xpath_concat): Reorder code to pacify
59604         compilers that don't know that xalloc_die never returns.
59605
59606 2002-02-20  Jim Meyering  <meyering@lucent.com>
59607
59608         * lib/getdate.c: Regenerate using bison-1.33.
59609
59610 2002-02-17  Jim Meyering  <meyering@lucent.com>
59611
59612         * config/config.guess (main): Don't use `head -1'; it's no longer
59613         portable. Use `sed 1q' instead.
59614
59615 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
59616
59617         * m4/codeset.m4: Upgrade to gettext-0.11.
59618         * m4/gettext.m4: Upgrade to gettext-0.11.
59619         * m4/glibc21.m4: Upgrade to gettext-0.11.
59620         * m4/iconv.m4: Upgrade to gettext-0.11.
59621         * m4/isc-posix.m4: Upgrade to gettext-0.11.
59622         * m4/lcmessage.m4: Upgrade to gettext-0.11.
59623         * m4/lib-ld.m4: New file, from gettext-0.11.
59624         * m4/lib-link.m4: New file, from gettext-0.11.
59625         * m4/lib-prefix.m4: New file, from gettext-0.11.
59626         * m4/progtest.m4: Upgrade to gettext-0.11.
59627
59628 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59629
59630         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
59631         (jm_PREREQ): Use it.
59632
59633 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59634
59635         * lib/posixver.c, lib/posixver.h: New files.
59636         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59637
59638 2002-02-02  Paul Eggert  <eggert@twinsun.com>
59639             Bruno Haible  <bruno@clisp.org>
59640
59641         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
59642         (fwrite_success_callback): New declaration.
59643         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
59644         print_unicode_char. Call failure callback instead of error.
59645         (fwrite_success_callback): New function.
59646         (exit_failure_callback): New function.
59647         (fallback_failure_callback): New function.
59648         (print_unicode_char): Call unicode_to_mb.
59649
59650 2002-01-26  Jim Meyering  <meyering@lucent.com>
59651
59652         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
59653         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
59654
59655 2002-01-26  Jim Meyering  <meyering@lucent.com>
59656
59657         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
59658
59659 2002-01-22  Paul Eggert  <eggert@twinsun.com>
59660
59661         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
59662
59663 2002-01-22  Jim Meyering  <meyering@lucent.com>
59664
59665         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
59666         Otherwise, some versions of automake would omit the rule that makes
59667         Makefile from Makefile.in.
59668
59669 2002-01-21  Paul Eggert  <eggert@twinsun.com>
59670
59671         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
59672         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59673         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
59674         (memcoll): Set errno to zero if there is no error.
59675
59676         * lib/quotearg.c (quotearg_buffer_restyled):
59677         Fix bug with quoting buffers containing NUL when backslashing escapes.
59678         This bug was exposed by the other changes in this patch.
59679         (quotearg_n_options): New arg ARGSIZE.
59680         All callers changed.
59681         (quoting_options_from_style): New function.
59682         (quotearg_n_style): Use it.
59683         (quotearg_n_style_mem): New function.
59684
59685         * lib/quotearg.h (quotearg_n_style_mem): New function.
59686
59687 2002-01-19  Jim Meyering  <meyering@lucent.com>
59688
59689         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
59690         Remove useless quotes: DF_PROG="df".
59691         * m4/strnlen.m4: New file.
59692
59693 2002-01-16  Paul Eggert  <eggert@twinsun.com>
59694
59695         * lib/backupfile.c (ISDIGIT): Comment fix.
59696         * lib/getdate.y (ISDIGIT): Likewise.
59697         * lib/posixtm.c (ISDIGIT, year): Likewise.
59698         * lib/strverscmp.c (ISDIGIT): Likewise.
59699         * lib/userspec.c (ISDIGIT): Likewise.
59700
59701 2002-01-16  Jim Meyering  <meyering@lucent.com>
59702
59703         * lib/getdate.y: Add three semicolons, each just before a closing
59704         brace. Bison (as of version 1.31) no longer papers over that mistake.
59705
59706 2002-01-05  Jim Meyering  <meyering@lucent.com>
59707
59708         * lib/version-etc.c (version_etc_copyright): Update copyright year.
59709
59710 2001-12-19  Paul Eggert  <eggert@twinsun.com>
59711
59712         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
59713         not silently exit merely because the output buffer happens to
59714         have nothing pending.
59715
59716 2001-12-18  Paul Eggert  <eggert@twinsun.com>
59717
59718         See the big note in ../ChangeLog.
59719         * lib/human.c (suffixes): Prefer K to k for 1024.
59720         (generate_suffix_backwards): New function.
59721         (human_readable_inexact): Use it.
59722         * lib/xstrtol.c (__xstrtol): If there is no number but there
59723         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
59724         Accept 'K' as well as 'k'.
59725
59726 2001-12-15  Jim Meyering  <meyering@lucent.com>
59727
59728         * lib/regex.h (__restrict_arr): Update from libc.
59729
59730         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
59731         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
59732         (STREQ): Define.
59733
59734 2001-12-14  Jim Meyering  <meyering@lucent.com>
59735
59736         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
59737         Suggestion from Bruno Haible.
59738
59739 2001-12-10  Jim Meyering  <meyering@lucent.com>
59740
59741         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
59742         xrealloc, Instead, include "xalloc.h".
59743         (initbuffer): Don't cast xmalloc return value to char*.
59744         (readline): Reword comment.
59745         Don't cast xrealloc return value to char*
59746         Return NULL, not 0.
59747
59748 2001-12-09  Jim Meyering  <meyering@lucent.com>
59749
59750         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
59751         about `signed and unsigned type in conditional expression'.
59752         * lib/posixtm.c (posix_time_parse): Likewise.
59753
59754         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
59755
59756         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
59757         to avoid a pedantic warning.
59758
59759         * lib/getstr.c: Don't include assert.h.
59760         (getstr): Remove warning-evoking assertions.
59761         Return -1 if offset parameter is out of bounds.
59762         Change the type of a local from int to size_t.
59763
59764         * lib/strftime.c (my_strftime_localtime_r): Include this function
59765         definition in the `#if ! HAVE_TM_GMTOFF' block.
59766
59767         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
59768         Include xalloc.h instead.
59769
59770 2001-12-02  Jim Meyering  <meyering@lucent.com>
59771
59772         * lib/tempname.c: Don't declare getenv, thus reverting the change of
59773         2001-11-18.  It's no longer necessary, now that stdlib.h is always
59774         included.
59775
59776         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
59777         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
59778
59779 2001-11-30  Akim Demaille  <akim@epita.fr>
59780
59781         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
59782         before being defined.
59783
59784 2001-11-27  Paul Eggert  <eggert@twinsun.com>
59785
59786         * lib/quotearg.h (quotearg_n, quotearg_n_style):
59787         First arg is int, not unsigned.
59788         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
59789         (SIZE_MAX, UINT_MAX): New macros.
59790         (quotearg_n_options): Abort if N is negative.
59791         Avoid overflow check on hosts where size_t is 64 bits and int
59792         is 32 bits, as overflow is impossible there.
59793         Fix off-by-one typo that caused unnecessary reallocation.
59794
59795 2001-11-27  Jim Meyering  <meyering@lucent.com>
59796
59797         * lib/tempname.c: Merge with version from libc.
59798         * lib/regex.c: Likewise.
59799
59800         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
59801         systems for which STDC_HEADERS is 0, it was not included, resulting in
59802         a warning about an integer-to-pointer conversion problem with getenv.
59803         Reported by Volker Borchert.
59804
59805 2001-11-26  Jim Meyering  <meyering@lucent.com>
59806
59807         * lib/gtod.h: Remove file.
59808         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
59809         * lib/gettimeofday.c: Don't include gtod.h.
59810         (GTOD_init): Remove function.
59811         (rpl_gettimeofday): Do its job here instead, rather than aborting.
59812         Suggestion from Volker Borchert.
59813
59814 2001-11-23  Jim Meyering  <meyering@lucent.com>
59815
59816         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
59817         it.
59818         * lib/hash.c (struct hash_table): Define it here instead.
59819
59820 2001-11-22  Jim Meyering  <meyering@lucent.com>
59821
59822         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
59823
59824 2001-11-20  Jim Meyering  <meyering@lucent.com>
59825
59826         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
59827         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
59828
59829 2001-11-19  Jim Meyering  <meyering@lucent.com>
59830
59831         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
59832         directory.  Use "conftestXXXXXX" as the template.
59833         Suggestion from Paul Eggert.
59834
59835         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
59836         immediately, so the test doesn't mistakenly hit the max-open-files
59837         limit.
59838
59839 2001-11-18  Paul Eggert  <eggert@twinsun.com>
59840
59841         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
59842         (TEMPORARIES): New macro.
59843         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
59844         removes an artificial limitation (e.g. HP-UX 10.20, where
59845         TMP_MAX is 17576).
59846
59847 2001-11-18  Jim Meyering  <meyering@lucent.com>
59848
59849         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
59850
59851 2001-11-18  Jim Meyering  <meyering@lucent.com>
59852
59853         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
59854         on SunOS 4.
59855
59856         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
59857         files will be created before anything else.
59858
59859 2001-11-17  Paul Eggert  <eggert@twinsun.com>
59860
59861         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
59862         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
59863
59864 2001-11-17  Jim Meyering  <meyering@lucent.com>
59865
59866         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
59867         Prompted by a report from Bob Proulx.
59868
59869         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
59870         Instead, require UTILS_FUNC_MKSTEMP.
59871
59872 2001-11-17  Jim Meyering  <meyering@lucent.com>
59873
59874         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
59875         Now, that's done as part of AC_FUNC_STRTOD.
59876
59877 2001-11-17  Jim Meyering  <meyering@lucent.com>
59878
59879         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
59880         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
59881         rather than group writable.  Patch by Juan F. Codagnone.
59882
59883         * lib/readtokens.c: Remove explicit declarations of xmalloc and
59884         xrealloc, Instead, include "xalloc.h".
59885
59886         * lib/mountlist.c: Include unlocked-io.h after all system headers.
59887         Remove explicit declarations of xmalloc, xrealloc,
59888         and xstrdup.  Instead, include "xalloc.h".
59889
59890         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
59891         unlocked-io.h.
59892         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
59893         Likewise.
59894         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
59895
59896         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
59897         Reported by Padraig Brady.
59898
59899         * lib/mkstemp.c: #undef mkstemp.
59900         Include config.h.
59901         (rpl_mkstemp): Rename from mkstemp.
59902         Protoize.
59903
59904 2001-11-16  Jim Meyering  <meyering@lucent.com>
59905
59906         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
59907         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
59908         determine the amount of total physical memory, use pstat_getstatic.
59909         HPUX-11 doesn't define _SC_PHYS_PAGES.
59910         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
59911         If sysconf couldn't be used to determine the amount of available
59912         physical memory, use both pstat_getstatic and pstat_getdynamic.
59913         Based on a patch from Bob Proulx.
59914
59915 2001-11-10  Jim Meyering  <meyering@lucent.com>
59916
59917         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
59918         (jm_PREREQ): Use it.
59919
59920 2001-11-09  Jim Meyering  <meyering@lucent.com>
59921
59922         * m4/jm-macros.m4: Require autoconf-2.52f.
59923         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
59924         Use these AC_-prefixed names, not the AM_-prefixed ones.
59925
59926         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
59927
59928 2001-11-05  Jim Meyering  <meyering@lucent.com>
59929
59930         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
59931
59932 2001-11-04  Jim Meyering  <meyering@lucent.com>
59933
59934         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
59935         $DEFS.
59936
59937 2001-11-03  Jim Meyering  <meyering@lucent.com>
59938
59939         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
59940         of AC_DEFUN.
59941
59942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
59943         know the name of the variable in the macro definition.
59944
59945 2001-11-03  Jim Meyering  <meyering@lucent.com>
59946
59947         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
59948         in argmatch_to_argument call.
59949
59950         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
59951         argument.
59952
59953         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
59954         e.g., a fault due to an attempt to free a NULL pointer.
59955
59956 2001-11-01  Jim Meyering  <meyering@lucent.com>
59957
59958         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
59959         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
59960
59961 2001-11-01  Jim Meyering  <meyering@lucent.com>
59962
59963         * lib/dirfd.c, lib/dirfd.h: New files.
59964         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
59965
59966         * lib/hash.c (hash_print) [TESTING]: Clean up.
59967
59968 2001-10-22  Paul Eggert  <eggert@twinsun.com>
59969
59970         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
59971         to avoid a warning if -Wall.
59972
59973 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
59974
59975         * README: New file
59976         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
59977         (per RMS's instructions, this is now the canonical source)
59978         * lgpl/, gpl/: New directories.
59979
59980 2001-10-21  Paul Eggert  <eggert@twinsun.com>
59981
59982         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
59983
59984 2001-10-21  Jim Meyering  <meyering@lucent.com>
59985
59986         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
59987         this code would end up calling gettext even in packages built
59988         with --disable-nls.
59989         * lib/getopt.c (_): Likewise.
59990         * lib/regex.c (_): Likewise.
59991
59992 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59993
59994         * m4/error.m4 (jm_PREREQ_ERROR):
59995         Do not invoke AC_CHECK_FUNCS with strerror_r, as
59996         AC_FUNC_STRERROR_R does that.
59997         Check for strerror declaration.
59998
59999         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
60000         are supposed to have them these days.
60001         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
60002         Merge changes from latest Autoconf CVS.
60003         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
60004         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
60005         POSIX decided to standardize on the int flavor of strerror_r.
60006
60007 2001-10-20  Paul Eggert  <eggert@twinsun.com>
60008
60009         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
60010         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
60011         Use strerror_r that is only a macro, even if it is not a function.
60012         (strerror): Check for HAVE_DECL_STRERROR before declaring.
60013         (private_strerror): Use prototypes, not old-style function definition.
60014         (print_errno_message): New function.
60015         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
60016         char*-flavored one.
60017         (error_tail, error, error_at_line): Use it.
60018
60019 2001-10-11  Jim Meyering  <meyering@lucent.com>
60020
60021         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
60022         and quote_n (1, ... to avoid clobbering a buffer.
60023
60024 2001-10-05  Jim Meyering  <meyering@lucent.com>
60025
60026         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
60027         hash-pjw.h.
60028         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
60029         * lib/hash-pjw.h: New file.
60030
60031 2001-09-30  Jim Meyering  <meyering@lucent.com>
60032
60033         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
60034         `struct fsstat' has the `f_fstypename' member.
60035         Use that to define FS_TYPE, which is now used to make
60036         the getfsstat link test tighter.
60037
60038 2001-09-30  Jim Meyering  <meyering@lucent.com>
60039
60040         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
60041         Include <sys/ucred.h>, for Apple Darwin.
60042         Include sys/mount.h and sys/fs_types.h only if available.
60043         (FS_TYPE): Define.
60044         (read_filesystem_list): Use FS_TYPE.
60045
60046 2001-09-29  Paul Eggert  <eggert@twinsun.com>
60047
60048         * lib/exclude.c (excluded_filename): 0 -> false, since it's
60049         a boolean context.
60050
60051 2001-09-29  Jim Meyering  <meyering@lucent.com>
60052
60053         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
60054         [one-argument getmntent function]): Include stdio.h before mntent.h.
60055         SunOS 4.1.x needs it for the declaration of `FILE'.
60056         Patch by Volker Borchert.
60057
60058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
60059         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
60060         sys/fs_types.h, and make the link-test for getfsstat guard #include
60061         directives with appropriate #if HAVE_*_H tests so that we can
60062         detect getfsstat on Apple Darwin1.3.7 systems.
60063         Reported by Nelson Beebe.
60064         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
60065
60066 2001-09-28  Paul Eggert  <eggert@twinsun.com>
60067
60068         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
60069         #defines strtoimax.  Also treat the other strto* functions
60070         like strtoimax.
60071
60072         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
60073         Check for strtoul and strtoumax,
60074         as those declarations are made even in the signed case.
60075         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
60076         Likewise, for strtol and strtoimax.
60077
60078 2001-09-28  Paul Eggert  <eggert@twinsun.com>
60079
60080         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
60081         #defines strtoimax.  Also treat the other strto* functions
60082         like strtoimax.
60083
60084         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
60085         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
60086         (strtoimax, strtoumax): Do not declare if already defined as a macro.
60087
60088 2001-09-26  Jim Meyering  <meyering@lucent.com>
60089
60090         Most macros in unlocked-io.h had the wrong number of arguments.
60091         * lib/gen-uio: New script.
60092         (USE_UNLOCKED_IO): Define to 1 if not already defined.
60093         * lib/unlocked-io.hin: Remove file.
60094         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
60095         rather than trying to embed it here.
60096         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
60097         Reported by Padraig Brady.
60098
60099 2001-09-25  Volker Borchert  <bt@teknon.de>
60100
60101         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
60102         `result'.
60103
60104 2001-09-24  Jim Meyering  <meyering@lucent.com>
60105
60106         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
60107
60108 2001-09-23  Jim Meyering  <meyering@lucent.com>
60109
60110         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
60111         instead of the mere test for existence of mntent.h.  The latter
60112         would get a false-positive on AIX 3.4 systems.
60113         In the outer getmntent if-block, don't die if neither of the getmntent
60114         tests succeeds.  Instead, just fall through and continue with the
60115         remaining tests.
60116
60117 2001-09-23  Jim Meyering  <meyering@lucent.com>
60118
60119         * lib/mountlist.c: Remove useless parentheses in #if directives.
60120         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
60121         the deprecated MOUNTED symbol is no longer defined in mntent.h.
60122
60123 2001-09-22  Jim Meyering  <meyering@lucent.com>
60124
60125         * m4/gettext.m4: New file.  From gettext.
60126         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
60127         * m4/progtest.m4: Likewise
60128         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
60129         * m4/glibc21.m4: Likewise.
60130
60131         * m4/libintl.m4: Remove.  No longer used.
60132
60133 2001-09-22  Jim Meyering  <meyering@lucent.com>
60134
60135         * lib/localcharset.c: Update from latest gettext.
60136         * lib/config.charset: Likewise.
60137
60138 2001-09-20  Jim Meyering  <meyering@lucent.com>
60139
60140         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
60141         strtoimax.
60142         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
60143         strtoumax.
60144
60145 2001-09-20  Jim Meyering  <meyering@lucent.com>
60146
60147         * lib/xstrtol.c (strtoimax): Guard declaration with
60148         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
60149         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
60150         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
60151         (strtoumax): Likewise, for completeness (it wasn't necessary).
60152
60153 2001-09-17  Paul Eggert  <eggert@twinsun.com>
60154
60155         * lib/strtoimax.c (HAVE_LONG_LONG):
60156         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
60157         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
60158         to work around bug in IBM C compiler.
60159
60160 2001-09-17  Jim Meyering  <meyering@lucent.com>
60161
60162         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
60163         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
60164         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
60165         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
60166         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
60167         whenever the right hand side need not be expanded by the shell.
60168
60169 2001-09-16  Paul Eggert  <eggert@twinsun.com>
60170
60171         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
60172         library.  It's not correct, as some older glibcs are buggy.
60173         fnmatch wasn't fixed until glibc 2.2.
60174
60175         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
60176         special shell magic here.
60177
60178 2001-09-16  Jim Meyering  <meyering@lucent.com>
60179
60180         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
60181         * m4/jm-macros.m4: Require it.
60182
60183 2001-09-16  Jim Meyering  <meyering@lucent.com>
60184
60185         * lib/mkdir.c: New file.
60186
60187 2001-09-15  Jim Meyering  <meyering@lucent.com>
60188
60189         * m4/jm-macros.m4: Check for help2man.
60190
60191 2001-09-11  Jim Meyering  <meyering@lucent.com>
60192
60193         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
60194         The body, by Paul Eggert, was moved here from configure.in.
60195         * m4/jm-macros.m4: Require UTILS_HOST_OS.
60196
60197 2001-09-04  Paul Eggert  <eggert@twinsun.com>
60198
60199         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
60200         (jm_PREREQ): Use it.
60201
60202 2001-09-04  Paul Eggert  <eggert@twinsun.com>
60203
60204         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
60205         Use ssize_t, not int, to store result of readlink.
60206         Check for ssize_t overflow as well as size_t overflow,
60207         as POSIX says the result of readlink is implementation-defined
60208         when ssize_t overflows.
60209         Remove unnecessary cast to char*.
60210         Use free+malloc instead of realloc, as the storage doesn't need
60211         to be preserved and it's clearer and can be more efficient that way.
60212         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
60213         * lib/xreadlink.h (xreadlink): Update prototype.
60214
60215 2001-09-04  Paul Eggert  <eggert@twinsun.com>
60216
60217         * lib/xgetcwd.c: Revert some of the previous change; intead,
60218         fix the HAVE_GETCWD_NULL code to behave more like the
60219         !HAVE_GETCWD_NULL code used to.
60220
60221         Include "xalloc.h".
60222         (xgetcwd): Do not return NULL when memory is exhausted; instead,
60223         invoke xalloc_die.
60224
60225 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60226
60227         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
60228         sys/param.h, as pathmax.h includes them.
60229
60230 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60231
60232         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
60233         (jm_PREREQ_XGETCWD): New macro.
60234
60235         * m4/getcwd.m4: New file.
60236
60237 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60238
60239         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
60240         like the HAVE_GETCWD_NULL code.
60241         Include pathmax.h if not HAVE_GETCWD.
60242         Do not include xalloc.h.
60243         (INITIAL_BUFFER_SIZE): New symbol.
60244         Do not use xmalloc / xrealloc, since the caller is responsible for
60245         handling errors.  Preserve errno around `free' during failure.
60246         Do not overrun buffer when using getwd.
60247
60248 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60249
60250         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
60251         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
60252         getcwd (NULL, 0).
60253
60254 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60255
60256         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
60257         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
60258         spotted by Jim Meyering.
60259
60260 2001-09-03  Jim Meyering  <meyering@lucent.com>
60261
60262         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
60263         failure.
60264
60265 2001-09-02  Jim Meyering  <meyering@lucent.com>
60266
60267         * lib/error.c: Update from GNU libc.
60268
60269 2001-09-01  Jim Meyering  <meyering@lucent.com>
60270
60271         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
60272         Used by df.
60273
60274 2001-09-01  Jim Meyering  <meyering@lucent.com>
60275
60276         * lib/xreadlink.c: New file.
60277         * lib/xreadlink.h: New file.
60278         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
60279         xreadlink.h.
60280
60281         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
60282         doesn't conflict with sparc Solaris 7's definition in
60283         /usr/include/sys/int_types.h.
60284
60285         * lib/exclude.c: Use `""', not `<>' to #include non-system header
60286         files.
60287         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
60288         and strncasecmp as r-values.  Unixware didn't have declarations.
60289
60290 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60291
60292         * lib/xstrtol.h: Add copyright notice.
60293         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
60294         LONGINT_INVALID_SUFFIX_CHAR.
60295
60296 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60297
60298         * lib/xstrtol.c (strtoimax): New decl.
60299
60300 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60301
60302         * lib/xgetcwd.c: Don't include pathmax.h.
60303         Include stdlib.h and unistd.h if available.
60304         Include xalloc.h.
60305         (xmalloc, xstrdup, free): Remove decls.
60306         (xgetcwd): Don't assume sizes fit in unsigned.
60307         Check for overflow when computing sizes.
60308         Simplify reallocation code.
60309
60310 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60311
60312         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
60313         a directory's st_size can have an arbitrary value, so the old
60314         usage could waste an arbitrary amount of memory.  All uses
60315         changed.
60316         * lib/savedir.h: Update prototype.
60317
60318 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60319
60320         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
60321
60322         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
60323         old strtoimax.c.
60324
60325         Also, make the following further changes to make this file's
60326         configuration more similar to that of strtol.c:
60327         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
60328         (strtoumax, uintmax_t, strtoull, strtol): Remove.
60329         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
60330         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
60331         changed to signed values.
60332
60333         And make the following changes as well:
60334         Fix copyright notice, as 1999 was missing.
60335         (verify): New macro.
60336         (strtoimax): Check sizes at compile-time, not run-time.
60337         Prefer strtol to strtoll if both work.
60338         (main): Remove; it was not that useful and was a pain to maintain.
60339
60340         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
60341
60342 2001-08-31  Jim Meyering  <meyering@lucent.com>
60343
60344         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
60345         Use an initial, malloc'd, buffer of length 128 rather than
60346         a statically allocated one of length 1024.
60347
60348 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60349
60350         Simplify code, partly by assuming autoconf 2.52 semantics.
60351
60352         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
60353
60354         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
60355         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
60356         All uses removed.
60357         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
60358         Move AC_REQUIRE to next-to-top level, to avoid confusion.
60359         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
60360         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
60361         jm_AC_HEADER_INTTYPES_H.
60362         * m4/jm-macros.m4 (jm_MACROS): Likewise.
60363
60364         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
60365
60366         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
60367         Quote first arg of AC_DEFUN.
60368         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
60369         since they are needed to parse the include file even if we need
60370         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
60371         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
60372         but with opposite signedness.
60373
60374 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60375
60376         Merge 'exclude' changes from tar 1.13.22.
60377         This fixes one or two unlikely storage allocation overflow bugs,
60378         but doesn't change user-visible behavior otherwise.
60379
60380 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60381
60382         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
60383         (jm_PREREQ_EXCLUDE): New macro.
60384
60385 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60386
60387         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
60388         tm to be declared.
60389
60390 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60391
60392         * lib/hash.c: Remove '2001' from copyright notice.
60393
60394 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60395
60396         * lib/full-write.h: New file.
60397         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
60398         * lib/full-write.c: Correct credits, as cccp.c no longer
60399         exists and anyway it was so heavily changed from the old cccp
60400         code as to be unrecognizable.  Include full-write.h.
60401         (full_write) Return size_t, with short writes meaning failure.
60402         All callers changed.  This fixes a bug with large buffers
60403         on 64-bit hosts.
60404         * lib/utime.c: Include full-write.h.
60405
60406 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60407
60408         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
60409         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
60410         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
60411         Include if available.
60412         (<xalloc.h>): Include
60413         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
60414         (verify): New macro.  Use it to verify that EXCLUDE macros do not
60415         collide with FNM macros.
60416         (struct patopts): New struct.
60417         (struct exclude): Use it, as exclude patterns now come with options.
60418         (new_exclude): Support above changes.
60419         (new_exclude, add_exclude_file):
60420         Initial size must now be a power of two to simplify overflow checking.
60421         (free_exclude, fnmatch_no_wildcards): New function.
60422         (excluded_filename): No longer requires options arg, as the options
60423         are determined by add_exclude.  Now returns bool, not int.
60424         (excluded_filename, add_exclude):
60425         Add support for the fancy new exclusion options.
60426         (add_exclude, add_exclude_file): Now takes int options arg.
60427         Check for arithmetic overflow when computing sizes.
60428         (add_exclude_file): xrealloc might modify errno, so don't
60429         realloc until after errno might be used.
60430
60431         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
60432         New macros.
60433         (free_exclude): New decl.
60434         (add_exclude, add_exclude_file): Now takes int options arg.
60435         (excluded_filename): No longer requires options arg, as the options
60436         are determined by add_exclude.  Now returns bool, not int.
60437
60438 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60439
60440         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
60441
60442 2001-08-27  Jim Meyering  <meyering@lucent.com>
60443
60444         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
60445
60446         * lib/version-etc.c (N_): Remove definition.
60447         Revert most of last change.
60448         Instead, simply don't mark the `Copyright...' string for translation.
60449         Based on advice from Paul Eggert.
60450
60451         * lib/strtoxmax.c: Tweak comment.
60452
60453 2001-08-26  Jim Meyering  <meyering@lucent.com>
60454
60455         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
60456
60457         * m4/xstrtoimax.m4: New file.
60458         * m4/xstrtoumax.m4: Add comments explaining why we
60459         AC_REPLACE_FUNCS(strtol).
60460
60461 2001-08-26  Jim Meyering  <meyering@lucent.com>
60462
60463         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
60464         of copyright with `%s' so translators don't get an untranslated
60465         message in 2002.
60466         (COPYRIGHT_YEAR): Define.
60467         (version_etc): Use fprintf rather than fputs.
60468         Suggestion from Ulrich Drepper.
60469
60470         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
60471
60472         * lib/strtoll.c: New file, from GNU libc.
60473         * lib/xstrtoimax.c: New file.
60474
60475         * lib/xstrtol.h: Add xstrtoimax.
60476         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
60477         * lib/strtoimax.c: New file.  Likewise, but first define
60478         STRTOUXMAX_SIGNED.
60479
60480         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
60481         ...
60482         * lib/strtoxmax.c: ... then renamed to this.
60483
60484 2001-08-18  Paul Eggert  <eggert@twinsun.com>
60485
60486         * m4/inttypes.m4: Add AC_PREREQ(2.13).
60487         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
60488         (jm_AC_TYPE_INTMAX_T): New macro.
60489         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
60490
60491         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
60492
60493         * m4/longlong.m4: Renamed from ulonglong.m4.
60494         * m4/inttypes.m4: Renamed from inttypes_h.m4.
60495         * m4/uintmax_t.m4: Removed.
60496
60497 2001-08-13  Paul Eggert  <eggert@twinsun.com>
60498
60499         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
60500         Port to Solaris 8, where 'sed' requires a space after the 'r'
60501         command, and where sh dislikes "$/".  Clean up the spacing a bit.
60502         Redirect output to $tmp just once.
60503
60504 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
60505
60506         * lib/addext.c (<errno.h>): Include.
60507         (errno): Declare if not defined.
60508         (addext): Work correctly when pathconf returns -1 and leaves
60509         errno alone because there is no limit.  Also, work even if
60510         pathconf returns a value greater than SIZE_MAX.
60511
60512 2001-08-12  Jim Meyering  <meyering@lucent.com>
60513
60514         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
60515         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
60516         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
60517         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
60518         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
60519         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
60520         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
60521         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
60522         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
60523         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
60524         utime.m4, utimes.m4, xstrtoumax.m4:
60525         Quote the first argument in each use of AC_DEFUN.
60526
60527 2001-08-12  Jim Meyering  <meyering@lucent.com>
60528
60529         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
60530         Simply `return getcwd (NULL, 0);'.
60531         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
60532         Use 1300 as initial value for length, not PATH_MAX.
60533
60534         * lib/pathmax.h: Clean up cpp syntax.
60535
60536 2001-08-12  Jim Meyering  <meyering@lucent.com>
60537
60538         * lib/gettimeofday.c: New file.
60539         * lib/gtod.h: New file.
60540         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
60541
60542 2001-08-05  Jim Meyering  <meyering@lucent.com>
60543
60544         * m4/jm-macros.m4: Require autoconf-2.52.
60545
60546 2001-08-04  Jim Meyering  <meyering@lucent.com>
60547
60548         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
60549         stmt, to get in sync with glibc.
60550
60551 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60552
60553         The following changes are from gettext 0.10.39 as maintained by
60554         Bruno Haible.
60555
60556         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
60557         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
60558         with inverted sense.  All uses changed.
60559
60560         * lib/mbswidth.c: Don't include <limits.h>.
60561         Include <stdlib.h> and <string.h> unconditionally.
60562         (iswcntrl, mbsinit, ISCNTRL): New macros.
60563         (mbsnwidth): Use K&R style function declarations.
60564         Don't bother checking for MB_LEN_MAX == 1, since the compiler
60565         can optimize it when MB_CUR_MAX == 1.
60566         The width of control characters is zero, not 1.
60567
60568 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60569
60570         The following changes are from gettext 0.10.39 as maintained by
60571         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
60572
60573         * m4/codeset.m4: Upgrade to serial AM1.
60574         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
60575         all uses changed.  Quote first arg of AC_DEFUN.
60576         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
60577
60578         * m4/iconv.m4: Upgrade to serial AM2.
60579         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
60580         Add --with-libconv-prefix.
60581         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
60582         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
60583         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
60584         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
60585         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
60586
60587         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
60588         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
60589         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
60590         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
60591         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
60592         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
60593         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
60594         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
60595         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
60596
60597         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
60598         string.h any more.
60599
60600         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
60601         not the default value.
60602
60603         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
60604         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
60605         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
60606         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
60607         Also check for iswcntrl, used for wcwidth fallback.
60608         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
60609         to Autoconf 2.13.
60610
60611 2001-08-03  Jim Meyering  <meyering@lucent.com>
60612
60613         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
60614         as it was in the original.  Reported by Paul Eggert.
60615
60616 2001-07-16  Jim Meyering  <meyering@lucent.com>
60617
60618         * m4/gettimeofday.m4: New file.
60619         Prompted by a report from Bernhard Baehr.
60620
60621 2001-07-15  Jim Meyering  <meyering@lucent.com>
60622
60623         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
60624         stuff. Now it's in ../Makefile.cfg.
60625
60626 2001-07-15  Jim Meyering  <meyering@lucent.com>
60627
60628         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
60629         (BUILT_SOURCES): Add unlocked-io.h.
60630         (io_functions): Define.
60631         (unlocked-io.h): New rule.
60632         (DISTCLEANFILES): Add unlocked-io.h.
60633         (all-local): Depend on unlocked-io.h, to ensure it is created.
60634
60635         * lib/unlocked-io.hin: New file
60636
60637         * lib/regex.c: Update from glibc.
60638
60639 2001-07-05  Jim Meyering  <meyering@lucent.com>
60640
60641         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
60642         recommendation.
60643         (libfetish_a_SOURCES): Put all .h files here instead.
60644         Remove a thus-exposed (better checks in automake) duplicate and
60645         two unnecessary .h files.
60646
60647 2001-07-04  Jim Meyering  <meyering@lucent.com>
60648
60649         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
60650         that generates jm-glibc-io.m4 so that it doesn't trigger any make
60651         distcheck failure.
60652
60653 2001-07-02  Jim Meyering  <meyering@lucent.com>
60654
60655         The following changes were prompted by suggestions from Bruno Haible.
60656
60657         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
60658         is now generated.
60659         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
60660         definition of EXTRA_DIST.
60661         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
60662         ensure that the generated file is created/updated whenever the list
60663         of $(unlocked_functions) is changed.
60664         (jm-glibc-io.m4): New rule.
60665         (unlocked-io.h): New rule -- currently unused.
60666
60667 2001-06-24  Jim Meyering  <meyering@lucent.com>
60668
60669         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
60670         unmatched right bracket, rather than kludging it with an extra,
60671         falsely-matching quote in a comment.  Patch by Akim Demaille.
60672
60673 2001-06-11  Jim Meyering  <meyering@lucent.com>
60674
60675         * lib/regex.c: Update from GNU libc.
60676
60677 2001-05-27  Jim Meyering  <meyering@lucent.com>
60678
60679         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
60680         Check for ut_type in struct utmp.
60681
60682 2001-05-27  Jim Meyering  <meyering@lucent.com>
60683
60684         * lib/readutmp.h (UT_TYPE): Define.
60685
60686 2001-05-24  Jim Meyering  <meyering@lucent.com>
60687
60688         * lib/argmatch.c: Include "quote.h".
60689         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
60690         quote function.  Reported by Göran Uddeborg.
60691
60692 2001-05-22  Jim Meyering  <meyering@lucent.com>
60693
60694         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
60695         now that we use the package-supplied version unconditionally.
60696         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
60697
60698 2001-05-21  Jim Meyering  <meyering@lucent.com>
60699
60700         * m4/regex.m4: Change a couple backticks to single quotes to avoid
60701         shell syntax errors.
60702
60703 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60704
60705         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
60706
60707 2001-05-20  Paul Eggert  <eggert@twinsun.com>
60708
60709         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
60710         Don't bother to check library strftime, since
60711         we'll be using our own my_strftime function anyway.
60712         Define my_strftime instead of strftime.
60713
60714 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
60715
60716         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
60717         which is not yet declared.
60718
60719 2001-05-15  Jim Meyering  <meyering@lucent.com>
60720
60721         * m4/regex.m4: Use proper quoting so brackets appear in the test
60722         program.
60723         Reported by, and with help from, Bruno Haible.
60724
60725 2001-05-13  Jim Meyering  <meyering@lucent.com>
60726
60727         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
60728         undefined.
60729
60730 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60731
60732         dirname code cleanup.  base_name now behaves more compatibly
60733         with POSIX basename when given file names that have trailing
60734         slashes, and similarly for dir_name.  Add new primitives
60735         base_len and dir_len.  Put the directory-name-related decls
60736         into dirname.h.
60737
60738         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
60739         * lib/backupfile.c (base_name): Likewise.
60740         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
60741         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
60742         * lib/makepath.c (strip_trailing_slashes): Likewise.
60743         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
60744         ISSLASH): Likewise.
60745         * lib/rename.c (strip_trailing_slashes): Likewise.
60746         * lib/same.c (base_name): Likewise.
60747         * lib/stripslash.c (ISSLASH): Likewise.
60748
60749         * lib/addext.c: Include <dirname.h> after size_t is defined.
60750         * lib/backupfile.c: Likewise.
60751
60752         * lib/addext.c (addext): Use base_len to trim redundant
60753         trailing slashes instead of doing it ourselves.
60754         But do not trim the last slash if it is not redundant.
60755
60756         * lib/backupfile.c (find_backup_file_name,
60757         max_backup_version): Use base_len instead of rolling it ourselves.
60758         Handle the case of "" and (on DOS) "C:" correctly.
60759
60760         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
60761         needed. Include <string.h>, <dirname.h>.
60762         (base_name): Allow file names ending in slashes, other than names
60763         that are all slashes.  In this case, return the basename followed
60764         by the slashes.  This is more general, and can be used in places
60765         where the original base_name purposely had an assertion failure.
60766         (base_len): New function.
60767
60768         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
60769         Do not include <assert.h>; no longer needed.
60770         Include xalloc.h.
60771         (memrchr): Remove decl.
60772         (dir_name_r): Remove.
60773         (dir_len): Renamed from dirlen.  All callers changed.
60774         Rewrite in terms of base_name, for simplicity and consistency.
60775         (dir_name): Never return NULL.  All callers changed.
60776         Do not include <stdlib.h> in test program; no longer needed.
60777         return 0; is fine for test program.
60778
60779         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
60780         New macros.
60781         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
60782
60783         * lib/path-concat.c (path_concat): Use base_len to compute
60784         base length, not strlen; this means we cannot rely on memcpy
60785         to null-terminate.
60786
60787         * lib/same.c (STREQ): Remove.
60788         (same_name): Handle the case where the basename ends in trailing '/'.
60789
60790         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
60791         a slash was stripped.  Do not strip the last slash after a
60792         file system prefix.
60793
60794 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60795
60796         * lib/Makefile.am (libfetish_a_SOURCES):
60797         Add strftime.c, since we now compile it on all hosts.
60798
60799         * lib/strftime.c (my_strftime):
60800         Define to nstrftime if emacs, but only if my_strftime is not defined.
60801         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
60802         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
60803         Add one more extra argument: a nanoseconds value.
60804         All uses changed.
60805         (ns): New macro.
60806         (my_strftime function): Add %N format.
60807         (emacs_strftimeu): Renamed from emacs_strftime,
60808         with extra ut argument.
60809
60810 2001-05-09  Paul Eggert  <eggert@twinsun.com>
60811
60812         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
60813
60814 2001-04-21  Jim Meyering  <meyering@lucent.com>
60815
60816         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
60817         doesn't interfere.
60818
60819 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60820
60821         * m4/ftruncate.m4: Check for chsize.
60822         Link with ftruncate.o unconditionally if ftruncate is missing.
60823         This was required when cross-compiling to i586-mingw32msvc.
60824
60825 2001-04-08  Jim Meyering  <meyering@lucent.com>
60826
60827         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
60828         recomputed; that's necessary when the offset spans a DST transition.
60829         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
60830
60831 2001-04-02  Jim Meyering  <meyering@lucent.com>
60832
60833         * lib/regex.h, regex.c: Update from GNU libc.
60834
60835 2001-03-24  Jim Meyering  <meyering@lucent.com>
60836
60837         * m4/jm-macros.m4: Require autoconf-2.49d.
60838
60839 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
60840
60841         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
60842
60843 2001-03-19  Paul Eggert  <eggert@twinsun.com>
60844
60845         * lib/version-etc.c (version_etc_copyright): Update to 2001.
60846
60847 2001-03-17  Jim Meyering  <meyering@lucent.com>
60848
60849         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
60850         now that the version in autoconf is equivalent.
60851         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
60852
60853         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
60854         Suggestion from Akim Demaille.
60855
60856         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
60857         (jm_PREREQ_TEMPNAME): New function.
60858
60859 2001-03-16  Paul Eggert  <eggert@twinsun.com>
60860
60861         * lib/tempname.c (uint64_t): Define to uintmax_t if
60862         not defined, and if UINT64_MAX is not defined.
60863         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
60864         Reported by John David Anglin.
60865
60866 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
60867
60868         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
60869         resolve alias if codeset is empty.
60870         * lib/config.charset (BeOS): Use wildcard syntax.
60871
60872 2001-03-13  Jim Meyering  <meyering@lucent.com>
60873
60874         * lib/path-concat.c (path_concat)
60875         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
60876         concatenating e.g., `C:' and `foo'.
60877         From Bruno Haible.
60878
60879 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60880
60881         * lib/localcharset.c (locale_charset): Don't use
60882         setlocale(LC_CTYPE,NULL). Don't return NULL.
60883         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
60884
60885 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60886
60887         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
60888         support for DOS/DJGPP.
60889
60890 2001-03-01  Paul Eggert  <eggert@twinsun.com>
60891
60892         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
60893         lacks mkstemp.  Compile our own tempname.c if we compile our own
60894         mkstemp.c, as mkstemp relies on tempname.
60895
60896 2001-03-01  Jim Meyering  <meyering@lucent.com>
60897
60898         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
60899         AH_VERBATIM really does output its argument verbatim.
60900
60901 2001-02-28  Paul Eggert  <eggert@twinsun.com>
60902
60903         * lib/Makefile.am (libfetish_a_SOURCES):
60904         Add dup-safer.c, fopen-safer.c.
60905         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
60906
60907         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
60908         * lib/unistd-safer.h: New files.
60909
60910 2001-02-25  Paul Eggert  <eggert@twinsun.com>
60911
60912         The mkstemp replacement is taken from glibc 2.2.2, with some
60913         portability fixes for use outside glibc, as follows:
60914
60915         * lib/tempname.c (struct_stat64): New macro.
60916         (direxists, __gen_tempname): Use it.
60917         This avoids a portability problem with Solaris 8.
60918
60919         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
60920         (<stddef.h>, <stdint.h>, <string.h>):
60921         Include only if STDC_HEADERS || _LIBC.
60922         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
60923         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
60924         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
60925         (__set_errno): Define this macro if <errno.h> doesn't.
60926         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
60927         Define these macros if <stdio.h> doesn't.
60928         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
60929         Define these macros if <sys/stat.h>
60930         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
60931         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
60932         __xstat64): Define if not _LIBC.
60933         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
60934         (__gen_tempname): Invoke gettimeofday only if
60935         HAVE_GETTIMEOFDAY || _LIBC;
60936         otherwise, fall back on plain "time".
60937         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
60938
60939         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
60940
60941         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
60942
60943 2001-02-18  Paul Eggert  <eggert@twinsun.com>
60944
60945         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
60946
60947 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60948
60949         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
60950         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
60951         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
60952         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60953
60954 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60955
60956         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
60957         Remove workaround macros for hosts that have mbrtowc but not
60958         mbstate_t, as we now insist on proper declarations for both
60959         before using mbrtowc.
60960
60961 2001-02-17  Jim Meyering  <meyering@lucent.com>
60962
60963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
60964         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
60965         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
60966         UnixWare 7.1.1.
60967
60968         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
60969         rather than AC_CACHE_VAL.
60970
60971 2001-02-17  Jim Meyering  <meyering@lucent.com>
60972
60973         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
60974         around included file name.
60975
60976         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
60977
60978         * lib/strftime.c: Update from GNU libc (the only changes were to
60979         comments).
60980
60981 2001-02-17  Jim Meyering  <meyering@lucent.com>
60982
60983         * lib/regex.c: Update from libc.
60984
60985 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
60986
60987         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
60988         clash.
60989
60990 2001-02-16  Paul Eggert  <eggert@twinsun.com>
60991
60992         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
60993         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
60994         Reported by Mark Hounschell via Paul Eggert.
60995
60996 2001-02-07  Jim Meyering  <meyering@lucent.com>
60997
60998         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
60999
61000 2001-02-05  Jim Meyering  <meyering@lucent.com>
61001
61002         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
61003         it includes the patch required for `large file' support with at least
61004         HP-UX's 10.20 /bin/cc.
61005
61006 2001-02-03  Jim Meyering  <meyering@lucent.com>
61007
61008         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
61009         AS_IF, now that it works once again (mysteriously).
61010         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
61011
61012 2001-01-30  Jim Meyering  <meyering@lucent.com>
61013
61014         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
61015         * m4/chown.m4: Rename conftestchown to conftest.chown.
61016         * m4/rename.m4: s/conftestdir/conftest.d1/ and
61017         s/conftestdir2/conftest.d2/.
61018         * m4/utimes.m4: s/conftestdata/conftest.data/
61019         Inspired by Pavel Roskin's change in autoconf.
61020
61021 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
61022
61023         * lib/config.charset: Update for FreeBSD 4.2.
61024
61025 2001-01-27  Jim Meyering  <meyering@lucent.com>
61026
61027         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
61028         a use of AS_IF.
61029         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
61030
61031 2001-01-26  Jim Meyering  <meyering@lucent.com>
61032
61033         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
61034         quotearg.c includes it.
61035
61036 2001-01-26  Jim Meyering  <meyering@lucent.com>
61037
61038         * lib/quotearg.c: Include stddef.h.
61039         * lib/quote.c: Include stddef.h.
61040         Reported by Axel Kittenberger.
61041
61042         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
61043         line in double quotes so that it evokes a better diagnostic.
61044         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
61045         Reported by Axel Kittenberger.
61046
61047 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
61048
61049         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
61050         as if it was a `charset'.
61051
61052 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
61053
61054         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
61055         has const.
61056
61057 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
61058
61059         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
61060         to avoid a warning.  Add back 'const' to inptr.
61061
61062 2001-01-20  Jim Meyering  <meyering@lucent.com>
61063
61064         Be sure that headers are checked before used in code compiled
61065         for the type checks.
61066         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
61067         In place of that, invoke jm_CHECK_ALL_TYPES.
61068         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
61069         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
61070         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
61071         The check for ssize_t was mistakenly run before the test for unistd.h.
61072
61073         The configure-time check for stdbool.h was missing.
61074         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
61075         (jm_PREREQ_HASH): New function.
61076
61077 2001-01-17  Jim Meyering  <meyering@lucent.com>
61078
61079         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
61080         for autoconf-2.49c.
61081         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
61082
61083 2001-01-16  Jim Meyering  <meyering@lucent.com>
61084
61085         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
61086         From Bruno Haible.
61087
61088 2001-01-14  Jim Meyering  <meyering@lucent.com>
61089
61090         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
61091         foo and bar.  Create conftestdir/ in the script, not in the C code.
61092         Remove directories in the script, not in the C code.
61093         Remove conftestdir{,2} before trying to create the directory.
61094         Make the entire configure script fail if the mkdir fails.
61095
61096 2001-01-14  Jim Meyering  <meyering@lucent.com>
61097
61098         * lib/rename.c: New file.  From Volker Borchert.
61099         Include stdlib.h, string.h or strings.h, and xalloc.h.
61100         Use strip_trailing_slashes rather than open-coding it.
61101
61102 2001-01-03  Paul Eggert  <eggert@twinsun.com>
61103
61104         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
61105
61106 2001-01-03  Jim Meyering  <meyering@lucent.com>
61107
61108         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
61109         of local `inptr' to avoid warning with some system declarations of
61110         iconv.
61111
61112 2001-01-02  Volker Borchert  <bt@teknon.de>
61113
61114         * m4/rename.m4: New file.
61115         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
61116
61117 2001-01-01  Jim Meyering  <meyering@lucent.com>
61118
61119         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
61120         even on systems with utmpx.h.  It's necessary for the declaration of
61121         utmp's ut_user member.  Reported by Andreas Jaeger.
61122
61123         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
61124         available. They are required for the declarations of getgrgid and
61125         getpwuid resp.
61126         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
61127         Reported by Andreas Jaeger.
61128
61129 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
61130
61131         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
61132         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
61133         so `make install' also works in VPATH builds.
61134
61135 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
61136
61137         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
61138         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
61139         can be used in subdirectories.
61140
61141 2000-12-29  Paul Eggert  <eggert@twinsun.com>
61142
61143         * lib/modechange.c: Do not assume that mode_t uses the
61144         traditional octal encoding.  E.g. "chmod 1 FOO" should set
61145         the other-execute bit of FOO even if S_IXOTH != 1.
61146
61147         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
61148         WOTH, XOTH, ALLM): New macros.
61149         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
61150          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
61151         Use them.
61152         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
61153         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
61154         (mode_compile):
61155         No need to use uintmax_t; unsigned long is long enough.
61156         Don't bother to get suffix since we don't use it.
61157
61158 2000-12-26  Jim Meyering  <meyering@lucent.com>
61159
61160         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
61161         better with autoheader.
61162
61163 2000-12-24  Jim Meyering  <meyering@lucent.com>
61164
61165         * lib/hash.c (is_prime): Return explicit boolean values.
61166         (hash_get_first): Return NULL to appease Irix5.6's 89.
61167         Reported by Nelson Beebe.
61168
61169 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
61170
61171         * lib/localcharset.c (locale_charset): Add support for Win32.
61172
61173 2000-12-18  Paul Eggert  <eggert@twinsun.com>
61174
61175         * lib/physmem.h, lib/physmem.c: New files.
61176
61177         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
61178         (noinst_HEADERS): Add physmem.h.
61179
61180         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
61181         't' for compatibility with Solaris 8 sort.
61182
61183 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
61184
61185         * lib/config.charset: Add support for BeOS.
61186
61187 2000-12-17  Jim Meyering  <meyering@lucent.com>
61188
61189         * m4/dos.m4 (jm_AC_DOS): New file and macro.
61190         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
61191
61192 2000-12-16  Jim Meyering  <meyering@lucent.com>
61193
61194         This bug had a serious impact on chown: `chown N:M FILE' (for integer
61195         N and M) would have treated it like `chown N:N FILE'.
61196
61197         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
61198
61199 2000-12-16  Jim Meyering  <meyering@lucent.com>
61200
61201         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
61202         SHELLS_FILE to a file name that's useful on djgpp systems.
61203         Include stdlib.h.
61204         (ADDITIONAL_DEFAULT_SHELLS): Define.
61205         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
61206         Based mostly on a patch from Prashant TR.
61207
61208 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
61209
61210         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
61211         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
61212         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
61213
61214 2000-12-08  Andreas Schwab  <schwab@suse.de>
61215
61216         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
61217         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
61218
61219 2000-12-07  Jim Meyering  <meyering@lucent.com>
61220
61221         * lib/stripslash.c (ISSLASH): Define.
61222         (strip_trailing_slashes): Use ISSLASH rather than comparing against
61223         `/'.
61224         From Prashant TR.
61225
61226         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
61227         (dir_name_r): Declare this function as static.
61228         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
61229         manifest itself on a name containing a mix of slashes and
61230         backslashes.
61231         Make this function work with names starting with a DOS-style
61232         drive letter and colon prefix.
61233         (dir_name): Append `.' if necessary.
61234         Based mostly on patches from Prashant TR and Eli Zaretskii.
61235
61236         * lib/dirname.h (dir_name_r): Remove prototype.
61237
61238 2000-12-06  Paul Eggert  <eggert@twinsun.com>
61239
61240         * m4/off_t-format.m4: Remove this file.
61241         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
61242
61243 2000-12-06  Jim Meyering  <meyering@lucent.com>
61244
61245         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
61246         replacement strtoull, we may well need the replacement strtoul, too.
61247         Check for declarations of strtoul and strtoull.
61248         Check for strtol.  Mainly as a cue to cause automake to include
61249         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
61250         Check for limits.h -- strtol.c needs it.
61251
61252 2000-12-05  Jim Meyering  <meyering@lucent.com>
61253
61254         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
61255
61256 2000-12-04  Jim Meyering  <meyering@lucent.com>
61257
61258         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
61259         Also include memory.h, stdlib.h, unistd.h if appropriate.
61260         Reported by Andreas Jaeger (conflicting declaration of malloc).
61261
61262 2000-12-02  Jim Meyering  <meyering@lucent.com>
61263
61264         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
61265         * m4/jm-macros.m4 (jm_MACROS): require it.
61266
61267 2000-12-02  Jim Meyering  <meyering@lucent.com>
61268
61269         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
61270
61271 2000-12-01  Paul Eggert  <eggert@twinsun.com>
61272
61273         * lib/memrchr.c: Include <config.h> before any system include file.
61274
61275 2000-11-30  Jim Meyering  <meyering@lucent.com>
61276
61277         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
61278
61279 2000-11-30  Jim Meyering  <meyering@lucent.com>
61280
61281         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
61282
61283 2000-11-29  Paul Eggert  <eggert@twinsun.com>
61284
61285         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
61286
61287 2000-11-26  Jim Meyering  <meyering@lucent.com>
61288
61289         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
61290
61291 2000-11-22  Paul Eggert  <eggert@twinsun.com>
61292
61293         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
61294         size of (size_t) -1; it's not portable.
61295
61296 2000-11-17  Jim Meyering  <meyering@lucent.com>
61297
61298         * lib/strstr.c: Update from GNU libc.
61299
61300 2000-11-17  Akim Demaille  <akim@epita.fr>
61301
61302         * lib/obstack.h: Formatting changes.
61303         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
61304         prevent type checking.
61305         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
61306         cast the value to (void *): assigning a `foo *' to a `void *'
61307         variable is valid.
61308         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
61309
61310 2000-11-16  Jim Meyering  <meyering@lucent.com>
61311
61312         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
61313
61314 2000-11-11  Jim Meyering  <meyering@lucent.com>
61315
61316         * lib/error.c: Add a couple #includes, merging from GNU libc version.
61317
61318 2000-11-10  Jim Meyering  <meyering@lucent.com>
61319
61320         * lib/obstack.h: Update from GNU libc.
61321         * lib/obstack.c: Likewise.
61322
61323 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
61324
61325         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
61326
61327 2000-11-06  Paul Eggert  <eggert@twinsun.com>
61328
61329         * lib/getusershell.c (setusershell): Use rewind rather than
61330         fseek/fseeko, to avoid configuration hassles with fseeko.
61331         Don't bother opening SHELLS_FILE if shellstream is NULL;
61332         it's not necessary.
61333
61334 2000-11-05  Jim Meyering  <meyering@lucent.com>
61335
61336         * lib/makepath.h (make_dir): Declare.
61337         * lib/makepath.c (make_dir): Remove `static' attribute.
61338         Tweak a comment.
61339
61340 2000-11-04  Jim Meyering  <meyering@lucent.com>
61341
61342         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
61343
61344 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
61345
61346         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
61347         last one in a bucket, advance to the next bucket.
61348
61349 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
61350
61351         * lib/fnmatch.c: Do not comment out all the code if we are using
61352         the GNU C library, because in some cases we are replacing buggy
61353         code in the GNU C library itself.
61354
61355 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
61356
61357         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
61358         (regex_compile): Catch bogus \(\1\).
61359
61360 2000-10-30  Paul Eggert  <eggert@twinsun.com>
61361
61362         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
61363         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
61364         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
61365
61366 2000-10-30  Paul Eggert  <eggert@twinsun.com>
61367
61368         * lib/error.h, getline.h, modechange.h:
61369         Remove "2000" from Copyright line, as the file hasn't been
61370         changed this year other than in the copyright notice.
61371
61372         * lib/xalloc.h: Add "2000" to Copyright line, as this file
61373         was changed this year.
61374
61375 2000-10-29  Jim Meyering  <meyering@lucent.com>
61376
61377         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
61378         renaming.
61379         * m4/ls-mntd-fs.m4: Likewise
61380
61381 2000-10-29  Jim Meyering  <meyering@lucent.com>
61382
61383         * lib/xstat.in: Fix grammar in comment.
61384
61385 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
61386
61387         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
61388         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
61389         doesn't define __restrict_arr.
61390
61391 2000-10-28  Jim Meyering  <meyering@lucent.com>
61392
61393         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
61394         (jm_PREREQ_MEMCHR): New function.
61395
61396 2000-10-28  Jim Meyering  <meyering@lucent.com>
61397
61398         * lib/memchr.c: Update from libc.
61399         Adjust for portability:
61400         [HAVE_STDLIB_H]: Include stdlib.h.
61401         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
61402         Undef __memchr, too.
61403         [!weak_alias]: Define __memchr to memchr.
61404
61405         * lib/regex.c: Update from libc.
61406         * lib/regex.h: Likewise.
61407         * lib/getopt1.c: Likewise.
61408         * lib/memcmp.c: Likewise.
61409
61410         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
61411         Avoid using fseek, when possible -- it's broken by design.
61412         Patch by Ulrich Drepper.
61413
61414 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
61415
61416         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
61417         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
61418         Giving in to popular pressure to shut up the compiler with casts.
61419
61420 2000-10-26  Jim Meyering  <meyering@lucent.com>
61421
61422         * lib/strftime.c: Update from libc.
61423
61424 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
61425
61426         * regex.c: More `unsigned char' -> `re_char' changes.
61427         Also change several `int' into `re_wchar_t'.
61428         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
61429         (PUSH_FAILURE_POINTER): Don't cast any more.
61430         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
61431         We want GCC to complain, since this piece of code makes
61432         re_match non-reentrant, which *should* be fixed.
61433         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
61434         (EXTEND_BUFFER): Use RETALLOC.
61435         (SET_LIST_BIT): Don't cast.
61436         (re_wchar_t): New type.
61437         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
61438         that those two functions will always properly return.
61439         (IMMEDIATE_QUIT_CHECK): Cast to void.
61440         (analyse_first): Use recursion rather than an explicit stack.
61441         (re_compile_fastmap): Can't fail anymore.
61442         (re_search_2): Don't check re_compile_fastmap for failure.
61443         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
61444         Now also sets the new value (passed in a new argument).
61445         (re_match_2_internal): Use it.
61446         Also, use a new var `reg' of type size_t when looping through regs
61447         rather than reuse the inappropriate `mcnt'.
61448
61449 2000-10-25  Jim Meyering  <meyering@lucent.com>
61450
61451         * lib/obstack.c: Update from libc.
61452
61453 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
61454
61455         * regex.c (regex_compile): Change the way of handling a range from
61456         a char less than 256 to a char not less than 256.
61457
61458 2000-10-24  Andrew Innes  <andrewi@gnu.org>
61459
61460         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
61461         NT-Emacs only.
61462         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
61463         so that re_search functions only quit when callers expect them to.
61464
61465 2000-10-23  Jim Meyering  <meyering@lucent.com>
61466
61467         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
61468         wrong.  That set_locale call must not have any side effects.
61469         From Paul Eggert.
61470
61471 2000-10-22  Jim Meyering  <meyering@lucent.com>
61472
61473         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
61474         [CYCLIC]: Remove now-unused definition.
61475
61476         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
61477         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
61478         Suggestion from Ulrich Drepper.
61479
61480 2000-10-21  Jim Meyering  <meyering@lucent.com>
61481
61482         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
61483         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
61484         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
61485
61486 2000-10-21  Jim Meyering  <meyering@lucent.com>
61487
61488         * lib/dirname.c (memrchr): Declare if necessary.
61489         (dir_name): Remove the restriction that there be no
61490         trailing slashes.  Now, this code skips past them, effectively
61491         ignoring them.
61492         [TEST_DIRNAME] (main): New unit tests.
61493
61494         * lib/memrchr.c: New file from GNU libc.
61495         Undef __memrchr, too.
61496         [!weak_alias]: Define __memrchr to memrchr.
61497         Guard weak_alias use with `#ifdef weak_alias'.
61498
61499 2000-10-21  Jim Meyering  <meyering@lucent.com>
61500
61501         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
61502         (dir_name): Use dir_name_r.
61503         * lib/dirname.h (dir_name_r): Declare it.
61504
61505 2000-10-17  Jim Meyering  <meyering@lucent.com>
61506
61507         * lib/quote.h (PARAMS): Define and use.
61508         Reported by Akim Demaille.
61509
61510         * lib/getopt.c: Update from libc.
61511
61512 2000-10-16  Jim Meyering  <meyering@lucent.com>
61513
61514         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
61515         setlocale.
61516         From Jan Fedak.
61517
61518 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
61519
61520         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
61521
61522 2000-09-25  Jim Meyering  <meyering@lucent.com>
61523
61524         * lib/md5.h (rol): Define (from GnuPG).
61525
61526         * lib/sha.c: Give credit (GnuPG) where due.
61527         (M): Use rol rather than open-coding it.
61528         Add a FIXME comment.
61529
61530 2000-09-21  Jim Meyering  <meyering@lucent.com>
61531
61532         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
61533         Reported by Michael Stone.
61534
61535 2000-09-20  Jim Meyering  <meyering@lucent.com>
61536
61537         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
61538         (noinst_HEADERS): Add sha.h.
61539         Based on code from Scott G. Miller and from GnuPG.
61540
61541 2000-09-18  Jim Meyering  <meyering@lucent.com>
61542
61543         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
61544         LIBS. Otherwise, everyone ends up linking with -lelf for some
61545         configurations.
61546         Reported by Mike Stone.
61547
61548 2000-09-15  Jim Meyering  <meyering@lucent.com>
61549
61550         * lib/regex.c: Update from libc.
61551
61552 2000-09-10  Jim Meyering  <meyering@lucent.com>
61553
61554         * lib/getopt.c (_getopt_internal): Update from glibc.
61555
61556 2000-09-09  Jim Meyering  <meyering@lucent.com>
61557
61558         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
61559         think it should be used as a general replacement for isascii.
61560         * lib/fnmatch.c: Likewise.
61561         * lib/mbswidth.c: Likewise
61562         * lib/regex.c: Likewise.
61563
61564         Don't use atoi.
61565         * lib/userspec.c: Include sys/param.h and limits.h.
61566         Include xstrtol.h.
61567         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61568         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
61569         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
61570         UID, GID.  Check range.
61571
61572 2000-09-06  Jim Meyering  <meyering@lucent.com>
61573
61574         * lib/getopt.c (_getopt_internal): Update from glibc.
61575
61576 2000-08-30  Jim Meyering  <meyering@lucent.com>
61577
61578         * lib/strftime.c: Merge in changes from GNU libc.
61579
61580 2000-08-26  Jim Meyering  <meyering@lucent.com>
61581
61582         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
61583         * m4/fpending.m4: New file.
61584
61585 2000-08-26  Jim Meyering  <meyering@lucent.com>
61586
61587         * lib/closeout.c: Include "__fpending.h".
61588         (close_stdout_status): Return right away if there's nothing to flush.
61589
61590         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
61591         * lib/__fpending.c: New file.
61592         * lib/__fpending.h: New file.
61593
61594 2000-08-20  Jim Meyering  <meyering@lucent.com>
61595
61596         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
61597         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
61598         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
61599
61600 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
61601
61602         Improve fileutils installation on systems where running
61603         programs (like install) can't be unlinked.
61604         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
61605         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
61606
61607 2000-08-07  Paul Eggert  <eggert@twinsun.com>
61608
61609         Standardize on "memory exhausted" instead of "Memory exhausted"
61610         or "virtual memory exhausted".
61611         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
61612         "virtual memory exhausted".
61613         * lib/same.c (same_name): Invoke xalloc_die instead of printing
61614         our own message.
61615         * lib/userspec.c (parse_user_spec): Likewise.
61616         * lib/bumpalloc.h: comment fix
61617         * lib/same.c, userspec.c: Include xalloc.h.
61618
61619         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
61620         not char *const and pointing to a constant array.
61621         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
61622         (xrealloc): Comment fix.
61623
61624         * lib/userspec.c (parse_user_spec):
61625         Don't translate a message until just before returning,
61626         to avoid unnecessary translation.
61627
61628 2000-08-07  Jim Meyering  <meyering@lucent.com>
61629
61630         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
61631         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
61632         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
61633         getgroups.c, gethostname.c, getopt.h, group-member.c,
61634         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
61635         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
61636         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
61637         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
61638         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
61639         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
61640         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
61641         yesno.c: Back out Copyright date changes for each file with no change
61642         this year.  This eases coordination with other programs using the same
61643         source code modules.  From Paul Eggert.
61644
61645 2000-08-06  Paul Eggert  <eggert@twinsun.com>
61646
61647         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
61648         not char, for compatibility with glibc 2.1.3 strftime.c.
61649
61650 2000-08-03  Greg McGary  <greg@mcgary.org>
61651
61652         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
61653         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
61654         (EXTEND_BUFFER): Use them.
61655
61656 2000-08-01  Jim Meyering  <meyering@lucent.com>
61657
61658         * lib/dirname.c (ISSLASH): Define.
61659         (BACKSLASH_IS_PATH_SEPARATOR): Define.
61660         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
61661         both `\' and `/' may be use as path separators.
61662         Based on a patch from Prashant TR.
61663
61664 2000-07-31  Paul Eggert  <eggert@twinsun.com>
61665
61666         * lib/quotearg.c (quotearg_n_options): Don't make the initial
61667         slot vector a constant, since it might get modified.
61668
61669 2000-07-31  Jim Meyering  <meyering@lucent.com>
61670
61671         * lib/xmalloc.c: Use `virtual memory exhausted', not
61672         `Memory exhausted'.
61673         * lib/obstack.c (print_and_abort): Likewise.
61674
61675 2000-07-30  Paul Eggert  <eggert@twinsun.com>
61676
61677         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
61678         buffer, so that the caller can always quote one small
61679         component of a "memory exhausted" message in slot 0.
61680         From a suggestion by Jim Meyering.
61681
61682 2000-07-30  Jim Meyering  <meyering@lucent.com>
61683
61684         * lib/makepath.c (make_path): Quote the other instance, too.
61685
61686         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
61687         (STATIC_BUF_SIZE): Define.
61688         (quotearg_n_options): Use only statically allocated storage when
61689         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
61690         than STATIC_BUF_SIZE.
61691
61692 2000-07-29  Jim Meyering  <meyering@lucent.com>
61693
61694         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
61695         * lib/dirname.c (dir_name): Likewise.
61696
61697         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
61698         `/'.
61699
61700         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
61701         (dir_name): Assert that there are no trailing slashes.
61702
61703 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
61704
61705         * lib/mbswidth.h (mbswidth): Add a flags argument.
61706         (mbswidth): New declaration.
61707         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
61708         * lib/mbswidth.c (mbswidth): Add a flags argument.
61709         (mbsnwidth): New function.
61710
61711 2000-07-24  Jim Meyering  <meyering@lucent.com>
61712
61713         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
61714
61715 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61716
61717         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
61718
61719 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61720
61721         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
61722         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
61723         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
61724         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
61725         invoke multibyte primitives.
61726
61727 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61728
61729         * lib/quotearg.c:
61730         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
61731         so that mbstate_t is always defined.
61732
61733         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
61734         be 1 in at least one GCC installation, and this configuration
61735         error is likely to be common.  Ignoring MB_LEN_MAX hurts
61736         performance on hosts that have mbrtowc but have only unibyte
61737         locales, but I assume these hosts are rare.
61738
61739 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61740
61741         * lib/mbswidth.c (_XOPEN_SOURCE):
61742         Don't define; this causes problems on Solaris 7.
61743         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
61744
61745 2000-07-23  Jim Meyering  <meyering@lucent.com>
61746
61747         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
61748         too: getgrgid, getpwuid, getuid.
61749
61750 2000-07-23  Jim Meyering  <meyering@lucent.com>
61751
61752         * lib/basename.c (base_name): Add an assertion.
61753
61754 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
61755
61756         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
61757         shadow its mbsinit function.
61758
61759 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61760
61761         * lib/mbswidth.h: New file.
61762         * lib/mbswidth.c: New file.
61763         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
61764         (noinst_HEADERS): Add mbswidth.h.
61765
61766 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61767
61768         * lib/config.charset: Add support for FreeBSD. Improve support for
61769         HP-UX and IRIX 6.
61770
61771 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
61772
61773         * m4/mbswidth.m4: New file.
61774         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
61775
61776 2000-07-15  Jim Meyering  <meyering@lucent.com>
61777
61778         * lib/makepath.c: Include quote.h.
61779         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
61780         corresponding argument in a `quote (...)' call.
61781         Give better diagnostics.
61782
61783         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
61784         (noinst_HEADERS): Add quote.h.
61785
61786         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
61787         from tar's src/misc.c.
61788         * lib/quote.h: New file.  Prototypes for same.
61789
61790 2000-07-14  Paul Eggert  <eggert@twinsun.com>
61791
61792         From a suggestion by Bruno Haible.
61793         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
61794         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
61795         to decide whether to define the BeOS workaround macro;
61796         this adjusts to the change to AC_MBSTATE_T.
61797
61798 2000-07-14  Jim Meyering  <meyering@lucent.com>
61799
61800         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
61801         jm_AC_TYPE_UINTMAX_T.
61802
61803 2000-07-13  Paul Eggert  <eggert@twinsun.com>
61804
61805         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
61806
61807         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
61808         quotearg_buffer_restyled): Add support for
61809         clocale_quoting_style.  Undo previous change to
61810         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
61811         and "{RIGHT QUOTATION MARK}" msgids.
61812
61813 2000-07-10  Paul Eggert  <eggert@twinsun.com>
61814
61815         From a suggestion by Bruno Haible.
61816         * m4/mbstate_t.m4 (AC_MBSTATE_T):
61817         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
61818         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
61819         and mbstate_t, to a single-part test that simply defines mbstate_t.
61820         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
61821         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
61822
61823 2000-07-10  Jim Meyering  <meyering@lucent.com>
61824
61825         * m4/strerror_r.m4: Mirror the correction made in autoconf.
61826
61827         * m4/gnu-source.m4: Output to confdefs.h directly.
61828         Suggestion from Akim Demaille.
61829
61830 2000-07-09  Paul Eggert  <eggert@twinsun.com>
61831
61832         The old behavior of quoting `like this' doesn't look good with
61833         newer, ISO-style fonts.  See:
61834         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
61835
61836         Instead, quote "like this" by default.  Let the translator
61837         tailor the locale-specific quoting behavior by providing
61838         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
61839
61840         * lib/quotearg.c (N_): New macro.
61841         (gettext_default): New function.
61842         (quotearg_buffer_restyled): Use
61843         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
61844         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
61845
61846 2000-07-09  Jim Meyering  <meyering@lucent.com>
61847
61848         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
61849         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
61850
61851         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
61852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
61853
61854 2000-07-09  Jim Meyering  <meyering@lucent.com>
61855
61856         * lib/Most files: Update copyright dates to include 2000.
61857
61858 2000-07-08  Jim Meyering  <meyering@lucent.com>
61859
61860         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
61861         if not defined.
61862         (xgethostname): Remove now-unnecessary #ifdef.
61863         Move declaration of `err' into loop where it's used.
61864
61865 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61866         and Bruno Haible  <haible@clisp.cons.org>
61867
61868         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
61869         only if the test for an object-type mbstate_t fails.  This
61870         prevents us from mistakenly reporting that mbstate_t is a
61871         system object type after we "#define mbstate_t int" to work
61872         around its lack.
61873
61874 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61875         and Bruno Haible  <haible@clisp.cons.org>
61876
61877         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
61878
61879 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61880
61881         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
61882         to strerror_r.
61883         Include <ctype.h> for use of isalpha.
61884
61885 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61886
61887         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
61888         by allocating a larger buffer. Test the gethostname return value for
61889         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
61890         returns an error and ENAMETOOLONG isn't defined.
61891
61892 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61893
61894         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
61895         dimension.
61896
61897 2000-07-04  Jim Meyering  <meyering@lucent.com>
61898
61899         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
61900         of the deprecated AC_CHECKING.
61901
61902 2000-07-04  Jim Meyering  <meyering@lucent.com>
61903
61904         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
61905         Reported by Bruno Haible.
61906
61907 2000-07-04  Jim Meyering  <meyering@lucent.com>
61908
61909         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
61910         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
61911         lacks mbrtowc.
61912
61913 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61914
61915         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
61916         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
61917
61918 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61919         and Bruno Haible  <haible@clisp.cons.org>
61920
61921         * lib/quotearg.c (mbrtowc):
61922         Assign to *pwc, and return 1 only if result is nonzero.
61923         (iswprint): Use ISPRINT when substituting our own mbrtowc.
61924
61925 2000-07-03  Jim Meyering  <meyering@lucent.com>
61926
61927         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
61928
61929 2000-07-03  Jim Meyering  <meyering@lucent.com>
61930
61931         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
61932         This is necessary to get a definition of e.g., UTMP_FILE on
61933         HP-UX 10.20.
61934         From Bob Proulx.
61935
61936 2000-07-02  Jim Meyering  <meyering@lucent.com>
61937
61938         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
61939
61940         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
61941         AC_LIBOBJ(function_name).
61942         * m4/chown.m4: Likewise.
61943         * m4/fnmatch.m4: Likewise.
61944         * m4/ftruncate.m4: Likewise.
61945         * m4/getgroups.m4: Likewise.
61946         * m4/getline.m4: Likewise.
61947         * m4/group-member.m4: Likewise.
61948         * m4/jm-macros.m4: Likewise.
61949         * m4/lstat.m4: Likewise.
61950         * m4/malloc.m4: Likewise.
61951         * m4/memcmp.m4: Likewise.
61952         * m4/nanosleep.m4: Likewise.
61953         * m4/putenv.m4: Likewise.
61954         * m4/realloc.m4: Likewise.
61955         * m4/regex.m4: Likewise.
61956         * m4/stat.m4: Likewise.
61957         * m4/strftime.m4: Likewise.
61958
61959 2000-07-02  Jim Meyering  <meyering@lucent.com>
61960
61961         * lib/quotearg.c (mbstate_t): Don't define here.
61962
61963 2000-07-02  Jim Meyering  <meyering@lucent.com>
61964
61965         * lib/nanosleep.c (SIGCONT): Define if not already defined.
61966
61967 2000-07-01  Jim Meyering  <meyering@lucent.com>
61968
61969         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
61970
61971 2000-07-01  Jim Meyering  <meyering@lucent.com>
61972
61973         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
61974         problem.
61975
61976 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61977
61978         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
61979         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
61980
61981 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61982
61983         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
61984         per change in ../m4/ls-mntd-fs.m4.
61985         (read_filesystem_list): Ignore symbolic links.
61986
61987 2000-06-29  Jim Meyering  <meyering@lucent.com>
61988
61989         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
61990         for declaration of strcmp.
61991
61992         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
61993
61994         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
61995         Avoid warning by casting result to `char *' to remove `const'.
61996
61997 2000-06-28  Jim Meyering  <meyering@lucent.com>
61998
61999         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
62000         included by quotearg.c, for which we perform this test.  From
62001         Bruno Haible.
62002
62003 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
62004
62005         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
62006         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
62007         <utmpx.h> exists, put readutmp.o into LIBOBJS.
62008
62009 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
62010
62011         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
62012
62013 2000-06-26  Paul Eggert  <eggert@twinsun.com>
62014
62015         savedir now sets errno on failure and invokes xmalloc to get memory.
62016         Fix a couple of other minor bugs while we're at it.
62017
62018         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
62019         (NAMLEN): Remove macro.
62020         (malloc, realloc): Remove decls.
62021         (stpcpy): Likewise.
62022         ("xalloc.h"): Include.
62023         (NAME_SIZE_DEFAULT): New macro.
62024         (savedir): Use xmalloc / xrealloc to allocate memory.
62025         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
62026         Skip "" directory entries.
62027         Use strlen to calculate directory entry length, since the old method
62028         is rarely used these days and isn't worth supporting.
62029         Don't use a pointer after freeing it.
62030         Check for integer overflow when calculating allocation size.
62031         Use memcpy to copy entries, instead of stpcpy.
62032         Set errno properly when returning NULL.
62033         Check for readdir error.
62034
62035 2000-06-26  Jim Meyering  <meyering@lucent.com>
62036
62037         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
62038
62039 2000-06-25  Jim Meyering  <meyering@lucent.com>
62040
62041         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
62042         Linux header bug when _XOPEN_SOURCE is defined to 500.
62043
62044 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
62045
62046         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
62047         deficiency.
62048
62049 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
62050
62051         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
62052         Include xalloc.h.
62053         Don't include <stdlib.h>.  Don't declare malloc, realloc.
62054
62055 2000-06-24  Jim Meyering  <meyering@lucent.com>
62056
62057         * m4/strerror_r.m4: Revive this file -- to try out an experimental
62058         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
62059         for which strerror does return char*, but which lacks a conveniently
62060         accessible declaration of the function.  If the compile-test says
62061         strerror_r doesn't work, then resort to a `run'-test that works on
62062         BeOS and segfaults on DEC Unix.
62063
62064 2000-06-24  Jim Meyering  <meyering@lucent.com>
62065
62066         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
62067
62068 2000-06-23  Paul Eggert  <eggert@twinsun.com>
62069
62070         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
62071         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
62072
62073 2000-06-23  Paul Eggert  <eggert@twinsun.com>
62074
62075         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
62076         (mbrtowc, mbstate_t): Define substitutes if
62077         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
62078         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
62079         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
62080
62081 2000-06-23  Jim Meyering  <meyering@lucent.com>
62082
62083         * m4/afs.m4: Add missing AC_MSG_RESULT.
62084         Reported by Bruno Haible.
62085
62086         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
62087         Suggestion from Bruno Haible.
62088
62089 2000-06-23  Jim Meyering  <meyering@lucent.com>
62090
62091         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
62092
62093 2000-06-21  Jim Meyering  <meyering@lucent.com>
62094
62095         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
62096
62097 2000-06-21  Jim Meyering  <meyering@lucent.com>
62098
62099         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
62100         (noinst_HEADERS): Add getstr.h.
62101
62102         * lib/getline.c (getstr): Move into a separate file.
62103         * lib/getstr.c (getstr): New file, extracted from getline.c, with
62104         the following changes: new parameter, delim2; both delim[12]
62105         parameters have type `int', not `char'.  The latter would lose
62106         with 8-bit delimiters.
62107         * lib/getstr.h: New file.
62108
62109 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
62110
62111         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
62112         than 1024, return a memory chunk of least possible size, instead
62113         of size PATH_MAX + 2. In the loop, increment the size proportionally.
62114         Use free/xmalloc instead of xrealloc to avoid copying for very long
62115         paths.
62116
62117 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
62118
62119         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
62120         the empty string.
62121
62122 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
62123
62124         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
62125         address, not strdup.  Include <stdlib.h> and don't declare free().
62126
62127 2000-06-19  Jim Meyering  <meyering@lucent.com>
62128
62129         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
62130
62131 2000-06-18  Jim Meyering  <meyering@lucent.com>
62132
62133         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
62134
62135         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
62136         `checking whether...' message to be consistent with that of the
62137         lstat test.
62138
62139 2000-06-18  Jim Meyering  <meyering@lucent.com>
62140
62141         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
62142         Besides, these days every porting target provides a mkdir function.
62143
62144         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
62145         needed. (this snippet comes from src/system.h).
62146
62147 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
62148
62149         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
62150
62151 2000-06-15  Paul Eggert  <eggert@twinsun.com>
62152
62153         * lib/human.c (adjust_value): New function.
62154         (human_readable_inexact): Apply rounding style even when
62155         printing approximate values.
62156
62157 2000-06-14  Paul Eggert  <eggert@twinsun.com>
62158
62159         * lib/human.c (human_readable_inexact): Allow an input block
62160         size that is not a multiple of the output block size, and vice versa.
62161         Reported by Piergiorgio Sartor.
62162
62163 2000-06-14  Paul Eggert  <eggert@twinsun.com>
62164
62165         * lib/getdate.y (get_date): Apply relative times after time
62166         zone indicator, not before.  Reported by Todd A. Jacobs.
62167
62168 2000-06-13  Jim Meyering  <meyering@lucent.com>
62169
62170         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
62171
62172         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
62173
62174 2000-06-12  Paul Eggert  <eggert@twinsun.com>
62175
62176         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
62177
62178 2000-06-12  Jim Meyering  <meyering@lucent.com>
62179
62180         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
62181         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
62182         optional argument.
62183         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
62184         the optional argument, `lib'.
62185
62186 2000-06-08  Jim Meyering  <meyering@lucent.com>
62187
62188         * m4/largefile.m4: Remove file (now that it's part of autoconf).
62189
62190 2000-06-04  Paul Eggert  <eggert@twinsun.com>
62191
62192         Rewrite largefile configuration so that we don't need to run
62193         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
62194         AC_CANONICAL_HOST in configure.in -- jmm]
62195
62196         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
62197         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
62198         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
62199         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
62200         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
62201         All uses changed.
62202         Instead of inspecting the output of getconf, try to compile the
62203         test program without and with the macro definition.
62204         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
62205         for getconf.  Instead, check for the needed flags by compiling
62206         test programs.
62207
62208 2000-06-04  Paul Eggert  <eggert@twinsun.com>
62209
62210         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
62211
62212 2000-06-04  Jim Meyering  <meyering@lucent.com>
62213
62214         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
62215         SunOS 4.1.4 for which gid_t is an unsigned type.
62216
62217 2000-06-03  Jim Meyering  <meyering@lucent.com>
62218
62219         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
62220         now that autoconf requires that.
62221
62222         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
62223         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
62224         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
62225
62226 2000-06-03  Jim Meyering  <meyering@lucent.com>
62227
62228         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
62229
62230 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
62231
62232         * m4/glibc21.m4: New file.
62233         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
62234
62235 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
62236
62237         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
62238         newer, don't install charset.alias.
62239         * lib/config.charset: Change the Linux/glibc rules so they become empty
62240         on glibc-2.1 or newer.
62241
62242 2000-06-02  Jim Meyering  <meyering@lucent.com>
62243
62244         * lib/mountlist.c: Back out last change.  Instead, do this...
62245         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
62246         me_dummy member using the same `ignore'-testing code.
62247         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
62248         fs_type strings.
62249         From Mark D. Roth.
62250
62251 2000-05-29  Jim Meyering  <meyering@lucent.com>
62252
62253         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
62254         mounts with the `ignore' attribute.  Based on a patch from
62255         Mark D. Roth.
62256
62257 2000-05-28  Jim Meyering  <meyering@lucent.com>
62258
62259         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
62260         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62261         * m4/stat.m4: Likewise.
62262         * m4/lstat.m4: Likewise.
62263         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
62264
62265         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
62266         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
62267
62268 2000-05-26  Jim Meyering  <meyering@lucent.com>
62269
62270         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
62271
62272 2000-05-24  Jim Meyering  <meyering@lucent.com>
62273
62274         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
62275         autoconf requires that.
62276         * m4/lib-check.m4: Likewise.
62277         * m4/jm-macros.m4: Likewise.
62278         * m4/strftime.m4: Likewise.
62279
62280         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
62281         AC_CHECK_DECLS, now that autoconf requires that.
62282
62283 2000-05-22  Jim Meyering  <meyering@lucent.com>
62284
62285         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62286         * m4/lstat.m4: Likewise.
62287
62288 2000-05-22  Jim Meyering  <meyering@lucent.com>
62289
62290         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
62291
62292 2000-05-20  Jim Meyering  <meyering@lucent.com>
62293
62294         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
62295         (jm_PREREQ): Use it.
62296
62297 2000-05-18  Jim Meyering  <meyering@lucent.com>
62298
62299         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
62300         back, too, since it may have been modified by allocate_entry.
62301         (hash_delete): Rewrite to use neither the assignment operator
62302         nor the comma operator in an if-expression.
62303
62304 2000-05-15  Paul Eggert  <eggert@twinsun.com>
62305
62306         * lib/closeout.c:
62307         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
62308         Remove; no longer needed.
62309         "quotearg.h": Add include.
62310         (file_name): Do not bother to explicitly initialize to NULL; it's less
62311         efficient on some hosts.
62312         (close_stdout_status): Remove test as to whether stdout was already
62313         closed; it breaks for the case "echo x | sort >&-".
62314         Quote file name colons.
62315         Do not assume that _("write error") lacks format strings.
62316
62317 2000-05-15  Jim Meyering  <meyering@lucent.com>
62318
62319         * lib/version-etc.c (version_etc_copyright): Update the copyright
62320         string used in all --version output.
62321
62322 2000-05-14  Jim Meyering  <meyering@lucent.com>
62323
62324         * lib/closeout.c (close_stdout_set_file_name): New function.
62325         (close_stdout_status): Use new file-scoped global.
62326         Return right away if fstat says the stdout file descriptor is invalid.
62327         * lib/closeout.h (close_stdout_set_file_name): Declare.
62328
62329 2000-05-10  Jim Meyering  <meyering@lucent.com>
62330
62331         * lib/closeout.c [default_exit_status]: New file-scoped variable.
62332         (close_stdout_set_status): New function.
62333         * lib/closeout.h (close_stdout_set_status): Declare.
62334
62335 2000-05-09  Jim Meyering  <meyering@lucent.com>
62336
62337         * m4/gettext.m4: Rename this...
62338         * m4/libintl.m4: ...to this.
62339
62340 2000-05-08  Jim Meyering  <meyering@lucent.com>
62341
62342         * lib/long-options.c: Don't include closeout.h.
62343         (parse_long_options): Don't call close_stdout for --version.
62344
62345 2000-05-06  Paul Eggert  <eggert@twinsun.com>
62346
62347         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
62348         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
62349         2.1.3 bug.  This avoids a clash when files like regex.c define
62350         _GNU_SOURCE.
62351
62352 2000-05-06  Jim Meyering  <meyering@lucent.com>
62353
62354         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
62355         (AC_REPLACE_FUNCS): Add strnlen.
62356
62357         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
62358         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
62359
62360         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
62361         AC_SEARCH_LIBS call for nanosleep.
62362         (LIB_NANOSLEEP): Set and AC_SUBST.
62363
62364 2000-05-06  Jim Meyering  <meyering@lucent.com>
62365
62366         * lib/strnlen.c: Undefine __strnlen and strnlen.
62367         [!weak_alias]: Define __strnlen to strnlen.
62368
62369         * lib/atexit.c: New file, from libiberty.
62370
62371 2000-05-06  Jim Meyering  <meyering@lucent.com>
62372
62373         * lib/closeout.c (close_stdout_status): Also check for errors on the
62374         stderr stream.
62375
62376 2000-05-05  Jim Meyering  <meyering@lucent.com>
62377
62378         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
62379         AC_SEARCH_LIBS call for clock_gettime.
62380         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
62381
62382         * m4/search-libs.m4: Update from autoconf.
62383
62384         su doesn't work on Solaris 2.6.
62385         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
62386         <shadow.h>.  Reported by Dragos Harabor.
62387
62388 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
62389
62390         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
62391         memcpy instead of xmalloc, xrealloc, path_concat.
62392         (locale_charset): Treat empty environment variables as absent.
62393         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
62394
62395 2000-05-04  Jim Meyering  <meyering@lucent.com>
62396
62397         * lib/getopt.c: Update from glibc.
62398         * lib/obstack.c: Likewise.
62399         * lib/obstack.h: Likewise.
62400         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
62401         file
62402
62403         * lib/regex.h: Likewise.
62404         * lib/strndup.c: Likewise.
62405         * lib/strnlen.c: New file, from glibc.
62406
62407 2000-05-03  Jim Meyering  <meyering@lucent.com>
62408
62409         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
62410
62411 2000-05-02  Paul Eggert  <eggert@twinsun.com>
62412
62413         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
62414         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
62415         compile-time test, rather than inspecting host and OS, to
62416         decide whether to define _LARGEFILE_SOURCE.
62417
62418 2000-05-01  Jim Meyering  <meyering@lucent.com>
62419
62420         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
62421
62422         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
62423         Based on a patch from Bruno Haible.
62424
62425 2000-05-01  Jim Meyering  <meyering@lucent.com>
62426
62427         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
62428
62429 2000-04-29  Jim Meyering  <meyering@lucent.com>
62430
62431         * lib/path-concat.c: Declare strdup only if it's not defined.
62432         * lib/canon-host.c: Likewise.
62433
62434 2000-04-28  Jim Meyering  <meyering@lucent.com>
62435
62436         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
62437         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
62438         is included first, then limits.h is included by locale.h by libintl.h.
62439         From John David Anglin.
62440
62441 2000-04-25  Jim Meyering  <meyering@lucent.com>
62442
62443         * lib/makepath.c (S_IRWXUGO): Define.
62444         (make_path): Always perform explicit chmod if MODE specifies any
62445         of the `special' permission bits.  Prompted by a bug report against
62446         install from Mate Wierdl and Joost van Baal.
62447
62448 2000-04-18  Jim Meyering  <meyering@lucent.com>
62449
62450         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
62451         (jm_PREREQ): Use it.
62452
62453 2000-04-18  Jim Meyering  <meyering@lucent.com>
62454
62455         * lib/README: New file.
62456
62457         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
62458         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
62459
62460 2000-04-17  Jim Meyering  <meyering@lucent.com>
62461
62462         Get it right :-)
62463         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
62464         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
62465         Suggestion from Akim Demaille.
62466
62467 2000-04-17  Jim Meyering  <meyering@lucent.com>
62468
62469         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
62470         the definition of it to rpl_strftime also defined-away the system's
62471         declaration.
62472
62473 2000-04-15  Jim Meyering  <meyering@lucent.com>
62474
62475         Use `C' to denote so-called `contiguous' files, the same way
62476         that tar does.
62477         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
62478         (ftypelet): Use S_ISCTG.
62479         From Michael Deutschmann.
62480
62481 2000-04-14  Jim Meyering  <meyering@lucent.com>
62482
62483         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
62484         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
62485         clobbered.
62486
62487 2000-04-14  Jim Meyering  <meyering@lucent.com>
62488
62489         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
62490
62491 2000-04-13  Jim Meyering  <meyering@lucent.com>
62492
62493         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
62494         AH_VERBATIM to insert required #ifndef into config.h.in.
62495         Suggestion from Akim Demaille.
62496
62497 2000-04-12  Jim Meyering  <meyering@lucent.com>
62498
62499         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
62500         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
62501         Christian Krackowizer.
62502
62503         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
62504         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
62505         (AC_SYS_LARGEFILE): Require.
62506         (AM_C_PROTOTYPES): Require.
62507
62508 2000-04-08  Jim Meyering  <meyering@lucent.com>
62509
62510         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
62511         names don't conflict.  Reported by Eli Zaretskii.
62512
62513 2000-04-07  Jim Meyering  <meyering@lucent.com>
62514
62515         * lib/putenv.c: Move inclusion of errno.h so it follows that of
62516         sys/types.h, to work around system header problems on AIX 3.2.5.
62517         From Bruno Haible.
62518
62519 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
62520
62521         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
62522         bug.  Deal with the different error behavior of Irix iconv.
62523
62524 2000-04-05  Paul Eggert  <eggert@twinsun.com>
62525
62526         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
62527         IRIX if the installer said otherwise.
62528
62529 2000-04-05  Jim Meyering  <meyering@lucent.com>
62530
62531         Portability tweaks required for ultrix4.3.
62532         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
62533         (jm_CHECK_DECLS): Add getutent to the list of functions.
62534         (_jm_DECL_HEADERS): Add utmpx.h.
62535         From John David Anglin.
62536
62537         * m4/strftime.m4: Back out the 2000-04-02 change.
62538         Instead of that change, simply undefine putenv in the test program.
62539
62540 2000-04-05  Jim Meyering  <meyering@lucent.com>
62541
62542         Portability tweaks required for ultrix4.3.
62543         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
62544         getutent.
62545         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
62546         * lib/canon-host.c: Declare strdup.
62547         * lib/path-concat.c: Likewise.
62548         From John David Anglin.
62549
62550 2000-04-04  Jim Meyering  <meyering@lucent.com>
62551
62552         Be more DOS 8.3-friendly.
62553         * lib/ref-add.sin: Renamed from ref-add.sed.in.
62554         * lib/ref-del.sin: Renamed from ref-del.sed.in.
62555         * lib/Makefile.am: Reflect renaming.
62556         Reported by Eli Zaretskii.
62557
62558         Use a temporary file name that won't clash with `charset.alias'
62559         in the DOS 8.3 name space.
62560         * lib/Makefile.am (charset_tmp): Define.
62561         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
62562         (uninstall-local): Likewise.
62563         Reported by Eli Zaretskii.
62564
62565 2000-04-03  Jim Meyering  <meyering@lucent.com>
62566
62567         * m4/gettext.m4: Fix typo in comment.
62568
62569         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
62570         textutils/configure.in).  Suggestion from Paul Eggert.
62571         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
62572
62573 2000-04-02  Paul Eggert  <eggert@twinsun.com>
62574
62575         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
62576         variable in the shell rather than using putenv, which isn't
62577         portable.  This avoids the configure-time inter-test dependency
62578         on the potentially-renamed putenv function.
62579
62580 2000-03-30  Paul Eggert  <eggert@twinsun.com>
62581
62582         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
62583         before checking struct stat.st_blksize, so that
62584         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
62585
62586 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62587
62588         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
62589         since strftime.c uses HAVE_STRFTIME to decide whether to use
62590         the underlying strftime.
62591
62592 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62593
62594         * lib/time/strftime.c (my_strftime): Make sure we call the system
62595         strftime, not ourselves, when invoking the underlying strftime.
62596
62597 2000-03-24  Jim Meyering  <meyering@lucent.com>
62598
62599         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
62600         (charset_alias): Define.
62601         (install-exec-local): Factor out common code.
62602         (uninstall-local): Split lines longer than 80.
62603         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
62604         (SUFFIXES): Define.
62605         (.sed.in.sed): New rule.  Don't redirect directly to $@.
62606         (CLEANFILES): Add ref-add.sed and ref-del.sed.
62607
62608 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
62609
62610         * lib/config.charset: Output a line containing "Packages using this
62611         file".
62612         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
62613         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
62614         ref-del.sed): New rules.
62615
62616 2000-03-17  Jim Meyering  <meyering@lucent.com>
62617
62618         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
62619         Otherwise, include <strings.h>
62620
62621 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
62622
62623         * lib/unicodeio.c (utf8_wctomb): New function.
62624         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
62625         format instead of in UCS-4 with platform dependent endianness.
62626
62627 2000-03-10  Jim Meyering  <meyering@lucent.com>
62628
62629         * m4/lib-check.m4: Look for getspnam in -lgen, too.
62630         From Marco Franzen.
62631
62632 2000-03-07  Paul Eggert  <eggert@twinsun.com>
62633
62634         * lib/savedir.c (savedir): Work even if directory size is
62635         negative; this can happen with some screwy NFS configurations.
62636
62637 2000-03-06  Jim Meyering  <meyering@lucent.com>
62638
62639         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
62640         if it's NULL (because we ran out of memory).  From Bruno Haible.
62641
62642 2000-03-05  Jim Meyering  <meyering@lucent.com>
62643
62644         * lib/localcharset.c ("path-concat.h"): Include.
62645         (get_charset_aliases): Use path_concat instead of ANSI string
62646         concatenation.
62647
62648         * lib/unicodeio.h (PARAMS): Define.
62649         Use it to guard prototype.
62650
62651 2000-03-04  Jim Meyering  <meyering@lucent.com>
62652
62653         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
62654         for lib/localcharset.c.
62655
62656 2000-03-04  Jim Meyering  <meyering@lucent.com>
62657
62658         * lib/Makefile.am (install-exec-local): Create $(libdir) before
62659         installing into it.
62660         (uninstall-local): Uncomment this rule so `make distcheck' works
62661         once again.
62662
62663         * lib/unicodeio.c (<errno.h>): Include it.
62664         (errno): Declare if not defined.
62665
62666         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
62667
62668         * lib/config.charset: New version, incorporating remarks from a linux
62669         i18n mailing list.  From Bruno Haible.
62670
62671 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
62672
62673         * m4/codeset.m4: New file.
62674         * m4/iconv.m4: New file.
62675         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
62676
62677 2000-03-03  Jim Meyering  <meyering@lucent.com>
62678
62679         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
62680
62681 2000-03-02  Jim Meyering  <meyering@lucent.com>
62682
62683         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
62684         the messages come out on separate lines.
62685
62686         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
62687         rather than jm_CHECK_DECLARATIONS.
62688         * m4/decl.m4: Remove now-unused file.
62689
62690         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
62691         geteuid.
62692
62693 2000-03-02  Jim Meyering  <meyering@lucent.com>
62694
62695         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
62696
62697 2000-03-01  Jim Meyering  <meyering@lucent.com>
62698
62699         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
62700         * lib/unicodeio.c: Likewise.
62701
62702 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
62703
62704         * lib/config.charset: New file.
62705         * lib/localcharset.c: New file.
62706         * lib/unicodeio.h, lib/unicodeio.c: New files.
62707         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
62708         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
62709         (noinst_HEADERS): Add unicodeio.h.
62710         (all-local, install-exec-local, charset.alias): New targets.
62711
62712 2000-02-28  Paul Eggert  <eggert@twinsun.com>
62713
62714         * lib/quotearg.c (ALERT_CHAR): New macro.
62715         (quotearg_buffer_restyled): Use it.
62716
62717 2000-02-27  Jim Meyering  <meyering@lucent.com>
62718
62719         * m4/check-decl.m4: Add getenv to the list.
62720
62721 2000-02-27  Jim Meyering  <meyering@lucent.com>
62722
62723         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
62724         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
62725
62726         * lib/backupfile.c: Guard inclusion of stdlib.h with
62727         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
62728         Declare malloc if needed.
62729
62730         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
62731         `#ifndef HAVE_DECL..'
62732         now that autoconf always defines the HAVE_DECL_ symbols.
62733         * lib/human.c: Likewise.
62734         * lib/same.c: Likewise.
62735         * lib/strtoumax.c: Likewise.
62736
62737         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
62738         declaration check was not run.
62739         * lib/hash.c: Likewise.
62740         * lib/human.c: Likewise.
62741         * lib/same.c: Likewise.
62742         * lib/strtoumax.c: Likewise.
62743
62744         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
62745         `.', then first look up the entire `.'-containing string as a login
62746         name.
62747
62748 2000-02-23  Jim Meyering  <meyering@lucent.com>
62749
62750         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
62751         in place of my hack.
62752
62753 2000-02-18  Paul Eggert  <eggert@twinsun.com>
62754
62755         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
62756         (textint): New typedef.
62757         (parser_control): Member year changed from int to textint.
62758         All uses changed.
62759         (YYSTYPE): Removed; replaced by %union with int and textint members.
62760         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
62761         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
62762         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
62763         (tSNUMBER, tUNUMBER): Now of type <textintval>.
62764         (date, number, to_year): Use width of number in digits, not its value,
62765         to determine whether it's a 2-digit year, or a 2-digit time.
62766         (yylex): Store number of digits of numeric tokens.
62767         Reported by John Kendall.
62768
62769         (parser_control): Changed from struct parser_control to typedef (for
62770         consistency).  All uses changed.
62771
62772         (tID): Removed; not used.
62773         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
62774
62775 2000-02-14  Paul Eggert  <eggert@twinsun.com>
62776
62777         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
62778         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
62779
62780 2000-02-12  Jim Meyering  <meyering@lucent.com>
62781
62782         * lib/userspec.c (ISDIGIT): Define it.
62783         (isdigit): Remove definition.
62784         (is_number): Use ISDIGIT, not isdigit.
62785         <libintl.h>: Include.
62786         (_ and N_): Define.
62787         (parse_user_spec): Mark translatable strings.
62788
62789 2000-02-10  Jim Meyering  <meyering@lucent.com>
62790
62791         With these changes, nanosleep.[ch] are finally enough like the other
62792         lib/* replacement files to compile on a few more losing systems.
62793
62794         * lib/nanosleep.h: Don't include config.h.
62795         Remove prototype from declaration of nanosleep.
62796         (PARAMS): Remove now-unneeded definition.
62797         * lib/nanosleep.c: #undef nanosleep.
62798         (rpl_nanosleep): Rename from nanosleep.
62799
62800 2000-02-10  Jim Meyering  <meyering@lucent.com>
62801
62802         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
62803         gnu_nanosleep to rpl_nanosleep.
62804
62805 2000-02-09  Jim Meyering  <meyering@lucent.com>
62806
62807         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
62808         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
62809
62810 2000-02-08  Akim Demaille  <akim@epita.fr>
62811
62812         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
62813         `[' and `]' and remove uses of `changequote'.
62814         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
62815         (AC_SYS_LARGEFILE): Likewise.
62816         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
62817         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
62818         of changequote.
62819         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
62820         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
62821         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
62822         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
62823
62824 2000-02-05  Jim Meyering  <meyering@lucent.com>
62825
62826         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
62827         Remove explicit use of AC_HEADER_TIME.  It is required by
62828         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
62829         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
62830         in autoconf whereby the expansion of the latter ended up preceding
62831         the expansion of its prerequisite, AC_HEADER_TIME.
62832         Reported by Volker Borchert.
62833
62834 2000-02-03  Jim Meyering  <meyering@lucent.com>
62835
62836         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
62837
62838 2000-02-03  Jim Meyering  <meyering@lucent.com>
62839
62840         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
62841         rather than with `#if HAVE_UTMPNAME'.
62842
62843 2000-02-02  Jim Meyering  <meyering@lucent.com>
62844
62845         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
62846         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
62847         Reported by Eli Zaretskii.
62848
62849 2000-02-01  Jim Meyering  <meyering@lucent.com>
62850
62851         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
62852
62853 2000-01-31  Jim Meyering  <meyering@lucent.com>
62854
62855         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
62856         functions.  Add the time.h and sys/time.h headers along with the
62857         AC_REQUIRE'ment of AC_HEADER_TIME.
62858
62859 2000-01-31  Jim Meyering  <meyering@lucent.com>
62860
62861         * lib/nanosleep.h (nanosleep): Guard declaration with
62862         `#if ! HAVE_DECL_NANOSLEEP'.
62863         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
62864         the declaration in that vendor's sys/timers.h.
62865         Reported by Christian Krackowizer.
62866
62867         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
62868         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
62869         (ISPRINT): Likewise.
62870         Reported by Tom Tromey.
62871
62872 2000-01-30  Jim Meyering  <meyering@lucent.com>
62873
62874         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
62875
62876         * m4/prereq.m4 (utmp_includes): Define.
62877         Check for ut_user and ut_name members in both struct utmpx
62878         and struct utmp.
62879
62880 2000-01-30  Jim Meyering  <meyering@lucent.com>
62881
62882         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
62883         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
62884         header files where only utmpx.ut_user is declared.
62885
62886         * lib/readutmp.h (UT_USER): Define.
62887
62888 2000-01-29  Jim Meyering  <meyering@lucent.com>
62889
62890         * m4/lib-check.m4: New file containing library-related checks from
62891         fileutils and sh-utils (textutils had none).
62892
62893 2000-01-28  Jim Meyering  <meyering@lucent.com>
62894
62895         * m4/perl.m4: Change format of warning message to look more like that
62896         from the missing script.  Suggestion from François Pinard.
62897
62898 2000-01-25  Jim Meyering  <meyering@lucent.com>
62899
62900         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
62901         well as time.h in the compile check.
62902         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
62903         Fix typo in cross-compiling case: s/yes/no/.
62904
62905 2000-01-23  Jim Meyering  <meyering@lucent.com>
62906
62907         * m4/jm-macros.m4: Move df-related tests here from
62908         fileutils/configure.in
62909
62910         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
62911         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
62912
62913         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
62914         s/space/ac_fsusage_space/.
62915         (jm_FILE_SYSTEM_USAGE): Take two parameters.
62916
62917         * m4/ftruncate.m4: New file (derived from part of
62918         fileutils/configure.in).
62919         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
62920         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
62921
62922         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
62923         AC_SUBST these here, rather than just in sh-util/configure.in, so
62924         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
62925         all the same.
62926         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
62927         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
62928         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
62929         (AC_SUBST(POW_LIBM)): Likewise.
62930         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
62931
62932 2000-01-23  Jim Meyering  <meyering@lucent.com>
62933
62934         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
62935         obstack.c.
62936
62937 2000-01-22  Jim Meyering  <meyering@lucent.com>
62938
62939         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
62940
62941         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
62942
62943         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
62944         configure.in
62945         (AC_CHECK_HEADERS): Likewise for sh-utils.
62946         (AC_CHECK_HEADERS): Likewise for textutils.
62947         Merge the three lists of headers.
62948
62949         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
62950         from fileutils' configure.in.
62951
62952         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
62953         code. Moved tests into their own function (_jm_DECL_HEADERS) in
62954         check-decl.m4.
62955
62956         * m4/check-decl.m4: Use #if rather than #ifdef.
62957         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
62958         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
62959         (_jm_DECL_HEADERS): Define new function.
62960         (jm_CHECK_DECLARATIONS): Require it.
62961
62962 2000-01-22  Jim Meyering  <meyering@lucent.com>
62963
62964         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
62965         [! HAVE_DECL_STRTOULL]: Declare strtoull.
62966         Required for some AIX systems.  Reported by Christian Krackowizer.
62967         [TESTING] (main): New function.
62968
62969         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
62970         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
62971         letters.
62972
62973         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
62974         iswprint.
62975
62976         * lib/strverscmp.c (ISDIGIT): Define.
62977         (strverscmp): Use ISDIGIT, not isdigit.
62978
62979 2000-01-19  Jim Meyering  <meyering@lucent.com>
62980
62981         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
62982         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
62983         defines `struct timespec' in <sys/time.h>
62984
62985         * m4/c-bs-a.m4: Remove uses of changequote altogether.
62986         Thanks to Akim for explaining.
62987
62988 2000-01-17  Paul Eggert  <eggert@twinsun.com>
62989
62990         * lib/nanosleep.c (nanosleep):
62991         Don't use SA_INTERRUPT to decide whether to call sigaction, as
62992         POSIX.1 doesn't require SA_INTERRUPT and some systems
62993         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
62994         it's been part of POSIX.1 since day 1 (in 1988).
62995
62996 2000-01-17  Jim Meyering  <meyering@lucent.com>
62997
62998         * lib/interlock: Remove unused file.  Reported by François Pinard.
62999
63000 2000-01-16  Paul Eggert  <eggert@twinsun.com>
63001
63002         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
63003         alert, backslash, formfeed, and vertical tab unnecessarily in
63004         shell quoting style.
63005
63006 2000-01-16  Jim Meyering  <meyering@lucent.com>
63007
63008         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
63009         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
63010         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
63011         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
63012
63013 2000-01-16  Jim Meyering  <meyering@lucent.com>
63014
63015         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
63016         because the latter didn't work.
63017
63018 2000-01-15  Jim Meyering  <meyering@lucent.com>
63019
63020         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
63021         (AC_REPLACE_FUNCS): Add memcpy and memset.
63022         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
63023         Add strpbrk.
63024         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
63025
63026 2000-01-12  Jim Meyering  <meyering@lucent.com>
63027
63028         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
63029         (jm_PREREQ): Use it.
63030         (jm_PREREQ_READUTMP): New macro.
63031         (jm_PREREQ): Use it.
63032
63033 2000-01-11  Paul Eggert  <eggert@twinsun.com>
63034
63035         Quote multibyte characters correctly.
63036         * m4/c-bs-a.m4: New file.
63037         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
63038         (jm_PREREQ): Use it.
63039
63040 2000-01-11  Paul Eggert  <eggert@twinsun.com>
63041
63042         * m4/uintmax_t.m4: Port to autoconf 2.13.
63043
63044 2000-01-08  Jim Meyering  <meyering@ascend.com>
63045
63046         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
63047         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
63048
63049 2000-01-04  Jim Meyering  <meyering@ascend.com>
63050
63051         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
63052         jm_STRUCT_DIRENT_D_TYPE.
63053         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
63054         jm_STRUCT_DIRENT_D_INO.
63055         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
63056         jm_STRUCT_UTIMBUF.
63057         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
63058         renamings.
63059         * m4/utime.m4: Likewise.
63060
63061         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
63062         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
63063
63064 2000-01-03  Paul Eggert  <eggert@twinsun.com>
63065
63066         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
63067         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
63068
63069 2000-01-02  Jim Meyering  <meyering@ascend.com>
63070
63071         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
63072         remember if this is necessary.
63073
63074 1999-12-26  Jim Meyering  <meyering@ascend.com>
63075
63076         * m4/jm-macros.m4: Use it here.
63077         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
63078
63079 1999-12-23  Jim Meyering  <meyering@ascend.com>
63080
63081         * m4/jm-macros.m4: Check for clock_gettime (moved from
63082         fileutils/configure.in)
63083         Check for gettimeofday.
63084
63085 1999-12-20  Jim Meyering  <meyering@ascend.com>
63086
63087         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
63088         autoconf-2.14a-1999-12-20.
63089
63090 1999-12-19  Jim Meyering  <meyering@ascend.com>
63091
63092         * m4/lstat-slash.m4: New file.
63093         * m4/jm-macros.m4: Use the new macro:
63094         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63095
63096 1999-12-07  Jim Meyering  <meyering@ascend.com>
63097
63098         * m4/perl.m4: Require that File::Compare be available, too.
63099         Too many systems seem to lack it.
63100
63101         * m4/strftime.m4: Add checks for most of the cpp macros tested in
63102         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
63103
63104 1999-11-18  Paul Eggert  <eggert@twinsun.com>
63105
63106         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
63107         problem with the QNX 4.25 shell, which doesn't propagate exit
63108         status of failed commands inside shell assignments.
63109
63110 1999-11-17  Jim Meyering  <meyering@ascend.com>
63111
63112         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
63113
63114 1999-11-07  Jim Meyering  <meyering@ascend.com>
63115
63116         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
63117
63118 1999-11-06  Jim Meyering  <meyering@ascend.com>
63119
63120         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
63121         * m4/jm-macros.m4 (jm_MACROS): Use it here.
63122
63123 1999-11-05  Jim Meyering  <meyering@ascend.com>
63124
63125         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
63126         configure.in of textutils, fileutils, and sh-utils into this one
63127         (shared between those packages) file.
63128         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
63129         AC_STRUCT_ST_BLKSIZE.
63130
63131 1999-11-03  Jim Meyering  <meyering@ascend.com>
63132
63133         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
63134         of AC_CHECK_TYPE checks includes unistd.h.
63135         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
63136         Suggestion from Akim Demaille.
63137
63138 1999-10-30  Jim Meyering  <meyering@ascend.com>
63139
63140         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
63141         m4-quoted string.
63142         * m4/ls-mntd-fs.m4: Likewise.
63143         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
63144         * m4/jm-winsz1.m4: Likewise.
63145
63146         * m4/const.m4: Remove file, since the fix made it into the experimental
63147         version of autoconf.
63148         * m4/mktime.m4: Likewise.
63149
63150         * m4/check-type.m4: Remove file, now that the latest version of
63151         AC_CHECK_TYPE takes a third arg to specify additional #includes.
63152
63153         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
63154         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
63155         AC_CHECK_TYPE.
63156
63157 1999-10-04  Jim Meyering  <meyering@ascend.com>
63158
63159         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
63160
63161 1999-09-22  Paul Eggert  <eggert@twinsun.com>
63162
63163         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
63164         2.95.1 bug with HP-UX 10.20.
63165
63166 1999-09-17  Jim Meyering  <meyering@ascend.com>
63167
63168         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
63169         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
63170         due to missing strdup (against sh-utils-2.0).
63171
63172 1999-08-29  Jim Meyering  <meyering@ascend.com>
63173
63174         * m4/jm-macros.m4: Require jm_BISON.
63175         * m4/bison.m4: New file.
63176
63177 1999-08-17  Paul Eggert  <eggert@twinsun.com>
63178
63179         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
63180         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
63181
63182 1999-08-05  Jim Meyering  <meyering@ascend.com>
63183
63184         * m4/getline.m4: Rename test file from conftestdata to conftest.data
63185         to avoid conflicts with `conftest' on 8+3 filesystems.
63186         Suggestion from Eli Zaretskii.
63187
63188 1999-08-04  Jim Meyering  <meyering@ascend.com>
63189
63190         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
63191         fileutils and sh-utils (textutils's getline test was inadequate).
63192         (AM_FUNC_GETLINE): Run this test.
63193         (AC_CHECK_FUNCS): Check for getdelim.
63194         Reported by Bob Proulx.
63195
63196 1999-08-02  Jim Meyering  <meyering@ascend.com>
63197
63198         * m4/jm-macros.m4: Add a comment.
63199
63200 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63201
63202         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
63203         <inttypes.h> defines strtoumax as a macro (and not as a
63204         function).
63205
63206 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63207
63208         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
63209         that we can shift, multiply and divide unsigned long long
63210         values; Ultrix cc can't do it.
63211
63212 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63213
63214         * m4/mktime.m4: New file, which is a preview of what should appear
63215         in the next public autoconf release.
63216
63217 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63218
63219         * m4/lfs.m4: Remove this file.
63220         * m4/largefile.m4: New file.  It contains the old contents of
63221         lfs.m4, except that all names with prefix AC_LFS have been
63222         changed to use the prefix AC_SYS_LARGEFILE instead, to be
63223         compatible with future autoconf versions.  Also, some minor m4
63224         quoting problems have been fixed.
63225
63226 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63227
63228         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
63229         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
63230         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
63231         and simplify the shell code.
63232
63233 1999-08-01  Jim Meyering  <meyering@ascend.com>
63234
63235         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
63236         m4.
63237
63238 1999-07-20  Jim Meyering  <meyering@ascend.com>
63239
63240         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
63241
63242 1999-07-15  Jim Meyering  <meyering@ascend.com>
63243
63244         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
63245
63246 1999-05-22  Jim Meyering  <meyering@ascend.com>
63247
63248         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
63249
63250 1999-05-20  Jim Meyering  <meyering@ascend.com>
63251
63252         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
63253         Add a colon after each `then' in case $4 is empty.
63254
63255 1999-05-16  Jim Meyering  <meyering@ascend.com>
63256
63257         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
63258
63259 1999-05-10  Jim Meyering  <meyering@ascend.com>
63260
63261         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
63262
63263         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
63264         AC_FUNC_MKTIME.
63265
63266 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
63267
63268         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
63269
63270 1999-05-04  Paul Eggert  <eggert@twinsun.com>
63271
63272         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
63273         not CPPFLAGS, so that linking works correctly in IRIX.
63274
63275 1999-04-30  Paul Eggert  <eggert@twinsun.com>
63276
63277         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
63278
63279 1999-04-20  Paul Eggert  <eggert@twinsun.com>
63280
63281         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
63282         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
63283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
63284         jm_AC_TYPE_UNSIGNED_LONG_LONG.
63285         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
63286
63287         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
63288
63289 1999-04-20  Jim Meyering  <meyering@ascend.com>
63290
63291         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
63292         AC_REPLACE xstroull if necessary.  From Paul Eggert.
63293         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
63294
63295 1999-04-18  Jim Meyering  <meyering@ascend.com>
63296
63297         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
63298         * m4/jm-macros.m4: Use it.
63299
63300 1999-04-06  Jim Meyering  <meyering@ascend.com>
63301
63302         * m4/strftime.m4: Remove test for %f.
63303
63304 1999-03-29  Jim Meyering  <meyering@ascend.com>
63305
63306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
63307         superset of the AC_TYPE_* checks in the textutils, fileutils,
63308         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
63309         AC_TYPE_PID_T.
63310
63311 1999-03-28  Jim Meyering  <meyering@ascend.com>
63312
63313         * m4/jm-macros.m4: Define GNU_PACKAGE here.
63314         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
63315         replaced e.g., in the *.sh files of the sh-utils.
63316
63317 1999-03-20  Jim Meyering  <meyering@ascend.com>
63318
63319         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
63320         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
63321         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
63322
63323 1999-03-19  Jim Meyering  <meyering@ascend.com>
63324
63325         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
63326
63327 1999-03-12  Jim Meyering  <meyering@ascend.com>
63328
63329         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
63330
63331 1999-03-07  Jim Meyering  <meyering@ascend.com>
63332
63333         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
63334         declared.
63335
63336 1999-02-17  Jim Meyering  <meyering@ascend.com>
63337
63338         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
63339         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
63340
63341 1999-02-07  Jim Meyering  <meyering@ascend.com>
63342
63343         * m4/group-member.m4: New file -- extracted from sh-utils'
63344         configure.in.
63345
63346         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
63347         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
63348
63349 1999-02-06  Jim Meyering  <meyering@ascend.com>
63350
63351         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
63352         * m4/fnmatch.m4: Likewise.
63353         * m4/getgroups.m4: Likewise.
63354         * m4/lstat.m4: Likewise.
63355         * m4/malloc.m4: Likewise.
63356         * m4/putenv.m4: Likewise.
63357         * m4/realloc.m4: Likewise.
63358         * m4/regex.m4: Likewise.
63359         * m4/stat.m4: Likewise.
63360         * m4/strftime.m4: Likewise.
63361         Suggestion from Alain Magloire.
63362
63363         * m4/chown.m4: Use `.$ac_objext', not `.o'.
63364         * m4/fnmatch.m4: Likewise.
63365         * m4/getgroups.m4: Likewise.
63366         * m4/getline.m4: Likewise.
63367         * m4/lstat.m4: Likewise.
63368         * m4/malloc.m4: Likewise.
63369         * m4/memcmp.m4: Likewise.
63370         * m4/putenv.m4: Likewise.
63371         * m4/realloc.m4: Likewise.
63372         * m4/regex.m4: Likewise.
63373         * m4/stat.m4: Likewise.
63374         * m4/strftime.m4: Likewise.
63375         Suggestion from Alain Magloire.
63376
63377         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
63378         an argument.
63379
63380         * m4/regex.m4: Add a run-time Test for proper operation of
63381         re_compile_pattern.
63382
63383 1999-01-31  Jim Meyering  <meyering@ascend.com>
63384
63385         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
63386
63387 1999-01-30  Jim Meyering  <meyering@ascend.com>
63388
63389         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
63390
63391         * m4/jm-mktime.m4: Make this a wrapper around the official
63392         AM_FUNC_MKTIME rather than my private copy, now that the official one
63393         is up to date.
63394         * m4/mktime.m4: Remove file.
63395
63396         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
63397         * m4/uptime.m4: Likewise.
63398         * m4/uintmax_t.m4: Likewise.
63399
63400 1999-01-28  Jim Meyering  <meyering@ascend.com>
63401
63402         * m4/jm-macros.m4: Use jm_AFS.
63403         * m4/afs.m4: New file (from fileutils' configure.in).
63404
63405         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
63406         * m4/chown.m4: Likewise.
63407         * m4/d-ino.m4: Likewise.
63408         * m4/d-type.m4: Likewise.
63409         * m4/fnmatch.m4: Likewise.
63410         * m4/getgroups.m4: Likewise.
63411         * m4/gettext.m4: Likewise.
63412         * m4/jm-mktime.m4: Likewise.
63413         * m4/jm-winsz2.m4: Likewise.
63414         * m4/lcmessage.m4: Likewise.
63415         * m4/ls-mntd-fs.m4: Likewise.
63416         * m4/malloc.m4: Likewise.
63417         * m4/memcmp.m4: Likewise.
63418         * m4/putenv.m4: Likewise.
63419         * m4/realloc.m4: Likewise.
63420         * m4/st_mtim.m4: Likewise.
63421         * m4/strftime.m4: Likewise.
63422
63423 1999-01-16  Jim Meyering  <meyering@ascend.com>
63424
63425         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
63426         (ARGMATCH_DIE_DECL): Define.
63427
63428 1999-01-12  Jim Meyering  <meyering@ascend.com>
63429
63430         * m4/Makefile.am.in: Rewrite to avoid using fmt.
63431         Reported by Lars Hecking.
63432
63433 1999-01-10  Jim Meyering  <meyering@ascend.com>
63434
63435         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
63436         gross kludge.
63437         * m4/inttypes_h.m4: Likewise.
63438         * m4/lstat.m4: Likewise.
63439         * m4/malloc.m4: Likewise.
63440         * m4/readdir.m4: Likewise.
63441         * m4/realloc.m4: Likewise.
63442         * m4/st_dm_mode.m4: Likewise.
63443         * m4/stat.m4: Likewise.
63444         * m4/utimbuf.m4: Likewise.
63445         * m4/utimes.m4: Likewise.
63446
63447         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
63448         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
63449         comments in config.h.in are meaningful.
63450
63451         * m4/jm-macros.m4: Require autoconf-2.13 here.
63452
63453         * m4/regex.m4: By default, don't use the included regex.c on systems
63454         with glibc 2.  Suggestion from Uli Drepper.
63455
63456 1999-01-02  Jim Meyering  <meyering@ascend.com>
63457
63458         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
63459
63460 1998-12-18  Jim Meyering  <meyering@ascend.com>
63461
63462         * m4/Makefile.am.in (Makefile.am): Simplify rule.
63463         Based on a suggestion from Lars Hecking.
63464
63465 1998-11-16  Paul Eggert  <eggert@twinsun.com>
63466
63467         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
63468
63469 1998-11-16  Jim Meyering  <meyering@ascend.com>
63470
63471         * m4/lfs.m4: Double-quote the `uname...` expression.
63472
63473 1998-11-14  Jim Meyering  <meyering@ascend.com>
63474
63475         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
63476         * m4/stat.m4: Likewise.
63477
63478 1998-11-03  Jim Meyering  <meyering@ascend.com>
63479
63480         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
63481         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
63482
63483 1998-10-18  Jim Meyering  <meyering@ascend.com>
63484
63485         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
63486
63487 1998-10-17  Jim Meyering  <meyering@ascend.com>
63488
63489         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
63490         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
63491         calls for those previously hard-coded headers.  Instead, take a new
63492         parameter.
63493         (jm_CHECK_DECLARATIONS): Reflect interface change.
63494         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
63495         (jm_CHECK_DECL_LOCALTIME_R): New macro.
63496
63497         * m4/mktime.m4: Test for spring-forward gap before long-running test.
63498
63499 1998-10-14  Jim Meyering  <meyering@ascend.com>
63500
63501         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
63502         instead of "TZ=America/Vancouver".  From Paul Eggert.
63503
63504 1998-10-11  Jim Meyering  <meyering@ascend.com>
63505
63506         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
63507         This adds a test for a recently added compatibility fix for mktime.c.
63508         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
63509
63510 1998-09-27  Jim Meyering  <meyering@ascend.com>
63511
63512         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
63513
63514         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
63515         ../configure.in, including a change from Gordon Matzigkeit to allow
63516         cross-compiling for the Hurd.
63517
63518         * m4/glibc.m4: New file/macro to test for the GNU C Library
63519         versions 1 and 2.  From Gordon Matzigkeit.
63520         Indent.
63521
63522 1998-09-21  Jim Meyering  <meyering@ascend.com>
63523
63524         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
63525
63526 1998-08-18  Paul Eggert  <eggert@twinsun.com>
63527
63528         Port nanosecond-resolution times to UnixWare 2.1.2 and
63529         pedantic Solaris 2.6.
63530
63531         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
63532         AC_STRUCT_ST_MTIM.
63533         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
63534         Generate name of ns member, instead of just 1 or undef.
63535         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
63536
63537 1998-08-15  Jim Meyering  <meyering@ascend.com>
63538
63539         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
63540         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
63541         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
63542         instead of jm_TYPE_SSIZE_T.
63543
63544 1998-08-12  Jim Meyering  <meyering@ascend.com>
63545
63546         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
63547
63548 1998-08-02  Jim Meyering  <meyering@ascend.com>
63549
63550         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
63551         in acconfig.h manually.
63552
63553 1998-07-31  Paul Eggert  <eggert@twinsun.com>
63554
63555         * m4/st_mtim.m4: New file.
63556
63557 1998-07-28  Jim Meyering  <meyering@ascend.com>
63558
63559         * m4/utimes.m4: Undef stat.
63560
63561 1998-07-25  Jim Meyering  <meyering@ascend.com>
63562
63563         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
63564         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
63565
63566 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
63567
63568         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
63569         uid and gid actually remain unchanged.
63570
63571 1998-07-07  Jim Meyering  <meyering@ascend.com>
63572
63573         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
63574
63575 1998-07-04  Jim Meyering  <meyering@ascend.com>
63576
63577         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
63578         to prove that this macro can be used in packages without regex.c.
63579
63580 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
63581
63582         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
63583         is to be used.
63584
63585 1998-07-03  Jim Meyering  <meyering@ascend.com>
63586
63587         * m4/gettext.m4: Add -lintl if it's found to be necessary.
63588
63589         * m4/gettext.m4: New file -- from gettext-0.10.35.
63590         * m4/lcmessage.m4: Likewise.
63591         * m4/progtest.m4: Likewise.
63592
63593         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
63594         * m4/jm-macros.m4: Require the new macro.
63595
63596 1998-06-29  Jim Meyering  <meyering@ascend.com>
63597
63598         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
63599         for the definition of NGROUPS (used in a system header included
63600         by sys/mount.h).
63601
63602 1998-06-28  Jim Meyering  <meyering@ascend.com>
63603
63604         * m4/ls-mntd-fs.m4: New file.
63605         * m4/fstypename.m4: New file.
63606
63607         * m4/jm-macros.m4: Require the new macro.
63608         * m4/jm-glibc-io.m4: New file.
63609
63610 1998-05-19  Jim Meyering  <meyering@ascend.com>
63611
63612         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
63613         * m4/lchown.m4: New file.
63614
63615         * m4/Makefile.am.in: New file.
63616         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
63617
63618 1998-05-14  Jim Meyering  <meyering@ascend.com>
63619
63620         * m4/Makefile.am (EXTRA_DIST): Add them.
63621         * m4/jm-macros.m4: New file.
63622         * m4/utimbuf.m4: New file.
63623
63624 1998-05-12  Jim Meyering  <meyering@ascend.com>
63625
63626         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
63627
63628 1998-05-11  Jim Meyering  <meyering@ascend.com>
63629
63630         * m4/isc-posix.m4: New file.
63631
63632 1998-05-10  Jim Meyering  <meyering@ascend.com>
63633
63634         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
63635
63636 1998-05-09  Jim Meyering  <meyering@ascend.com>
63637
63638         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
63639         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
63640         with automake.
63641
63642         * m4/ssize_t.m4: New file.
63643         * m4/mktime.m4: Remove file -- the new automake has this now.
63644
63645 1998-04-26  Jim Meyering  <meyering@ascend.com>
63646
63647         * m4/assert.m4: New file.
63648         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
63649
63650 1998-04-05  Jim Meyering  <meyering@ascend.com>
63651
63652         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
63653         (jm_PREREQ): Use it here.
63654
63655 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
63656
63657         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
63658         in acconfig.h.
63659
63660 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
63661
63662         * m4/prereq.m4: New file.
63663         * m4/error.m4: New file.
63664         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
63665
63666 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
63667
63668         * m4/getline.m4: Don't set am_cv_func_working_getline before the
63669         cache-check for the same variable -- that defeated the purpose of
63670         the test; the test program was never run.  This was a problem only
63671         on systems with losing getline functions -- HP-UX 10.20 is one.
63672         Reported by Bjorn Helgaas.
63673
63674 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
63675
63676         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
63677
63678 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
63679
63680         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
63681
63682         * m4/const.m4: New file.  Use an initializer in this declaration
63683         typedef int charset[2]; const charset x;
63684         Reported by Bob Glickstein.
63685
63686 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
63687
63688         * m4/chown.m4: Fix reversed types on -1 args to chown.
63689         From Kaveh Ghazi.
63690
63691 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
63692
63693         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
63694         Add lseek and memchr.
63695
63696         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
63697         T.E.Dickey <dickey@clark.net> said that some older preprocessors
63698         have a 20-character limit on names.
63699
63700 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
63701
63702         * m4/inttypes_h.m4: New file.
63703         * m4/uintmax_t.m4: New file.
63704         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
63705
63706
63707         -----
63708
63709         Local Variables:
63710         coding: utf-8
63711         End:
63712
63713         Copyright (C) 1997-2010 Free Software Foundation, Inc.
63714
63715         Copying and distribution of this file, with or without
63716         modification, are permitted provided the copyright notice
63717         and this notice are preserved.