selinux-h: search for LIB_SELINUX and mark it as a link requirement
[gnulib.git] / ChangeLog
1 2008-10-23  David Lutterkort  <lutter@redhat.com>
2
3         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
4         link requirement
5
6 2008-10-23  Jim Meyering  <meyering@redhat.com>
7
8         selinux-h: mark parameters of stub functions as intentionally unused
9         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
10         * lib/se-context.in.h: Likewise.
11
12 2008-10-22  Simon Josefsson  <simon@josefsson.org>
13
14         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
15
16 2008-10-22  Simon Josefsson  <simon@josefsson.org>
17
18         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
19
20 2008-10-22  Eric Blake  <ebb9@byu.net>
21
22         glthread/thread: avoid compiler warning
23         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
24         Add unreachable abort to silence compiler.
25
26 2008-10-22  Eric Blake  <ebb9@byu.net>
27
28         netdb: also supply struct addrinfo for cygwin 1.5.x
29         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
30         older cygwin.
31         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
32         cygwin.
33         * doc/posix-headers/netdb.texi (netdb.h): Document this.
34
35 2008-10-22  Bruno Haible  <bruno@clisp.org>
36
37         * users.txt: Update entry about pspp.
38
39 2008-10-21  Bruno Haible  <bruno@clisp.org>
40
41         Simplification.
42         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
43         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
44
45         Simplification.
46         * lib/ioctl.c (ioctl): Don't undefine.
47         * lib/socket.c (socket): Don't undefine.
48
49         Remove unused module indicator macros.
50         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
51         GNULIB_$1 as a C macro.
52
53         * doc/posix-functions/close.texi: Undo last change.
54         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
55         Windows platforms.
56
57 2008-10-21  Bruno Haible  <bruno@clisp.org>
58
59         Add gethostname() declaration to <unistd.h>.
60         * lib/unistd.in.h (gethostname): New declaration.
61         * lib/gethostname.c: Include <unistd.h>.
62         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
63         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
64         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
65         and HAVE_GETHOSTNAME.
66         * modules/gethostname (Depends-on): Add unistd.
67         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
68         (Include): Specify <unistd.h>.
69         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
70         HAVE_GETHOSTNAME.
71         * tests/test-gethostname.c: Include <unistd.h> first.
72
73 2008-10-21  Bruno Haible  <bruno@clisp.org>
74
75         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
76         * modules/select-tests (Depends-on): Likewise.
77         Reported by Simon Josefsson.
78
79 2008-10-21  Simon Josefsson  <simon@josefsson.org>
80
81         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
82         * lib/accept.c: New file, based on winsock.c.
83         * lib/bind.c: New file, based on winsock.c.
84         * lib/connect.c: New file, based on winsock.c.
85         * lib/getpeername.c: New file, based on winsock.c.
86         * lib/getsockname.c: New file, based on winsock.c.
87         * lib/getsockopt.c: New file, based on winsock.c.
88         * lib/ioctl.c: New file, based on winsock.c.
89         * lib/listen.c: New file, based on winsock.c.
90         * lib/recv.c: New file, based on winsock.c.
91         * lib/recvfrom.c: New file, based on winsock.c.
92         * lib/send.c: New file, based on winsock.c.
93         * lib/sendto.c: New file, based on winsock.c.
94         * lib/setsockopt.c: New file, based on winsock.c.
95         * lib/shutdown.c: New file, based on winsock.c.
96         * lib/socket.c: New file, based on winsock.c.
97         * lib/w32sock.h: New file, based on winsock.c.
98         * lib/winsock.c: Remove file.
99         * modules/accept: Likewise.
100         * modules/bind: Likewise.
101         * modules/connect: Likewise.
102         * modules/getpeername: Likewise.
103         * modules/getsockname: Likewise.
104         * modules/getsockopt: Likewise.
105         * modules/ioctl: Likewise.
106         * modules/listen: Likewise.
107         * modules/recv: Likewise.
108         * modules/recvfrom: Likewise.
109         * modules/send: Likewise.
110         * modules/sendto: Likewise.
111         * modules/setsockopt: Likewise.
112         * modules/shutdown: Likewise.
113         * modules/socket: Use socket.c instead of winsock.c.
114         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
115         * doc/posix-functions/accept.texi: Doc fix.
116         * doc/posix-functions/bind.texi: Doc fix.
117         * doc/posix-functions/close.texi: Doc fix.
118         * doc/posix-functions/connect.texi: Doc fix.
119         * doc/posix-functions/getpeername.texi: Doc fix.
120         * doc/posix-functions/getsockname.texi: Doc fix.
121         * doc/posix-functions/getsockopt.texi: Doc fix.
122         * doc/posix-functions/ioctl.texi: Doc fix.
123         * doc/posix-functions/listen.texi: Doc fix.
124         * doc/posix-functions/recv.texi: Doc fix.
125         * doc/posix-functions/recvfrom.texi: Doc fix.
126         * doc/posix-functions/send.texi: Doc fix.
127         * doc/posix-functions/sendto.texi: Doc fix.
128         * doc/posix-functions/setsockopt.texi: Doc fix.
129         * doc/posix-functions/shutdown.texi: Doc fix.
130         * doc/posix-functions/socket.texi: Doc fix.
131
132 2008-10-20  Bruno Haible  <bruno@clisp.org>
133
134         Take into account the role of SIGABRT_COMPAT on Windows 2008.
135         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
136         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
137         as an alias for SIGABRT.
138         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
139         (sigaction): Map it to SIGABRT.
140         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
141
142 2008-10-20  Bruno Haible  <bruno@clisp.org>
143
144         * lib/fts.c: Don't include lstat.h.
145         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
146
147         Move the lstat() declaration to <sys/stat.h>.
148         * lib/lstat.h: Remove file.
149         * lib/sys_stat.in.h: Add special invocation convention.
150         (lstat): New declaration.
151         * lib/lstat.c (orig_lstat): New function.
152         (rpl_lstat): Use orig_lstat instead of lstat.
153         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
154         AC_C_INLINE. Set REPLACE_LSTAT.
155         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
156         and REPLACE_LSTAT.
157         * modules/lstat (Files): Remove lib/lstat.h.
158         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
159         (Include): Specify <sys/stat.h> instead of lstat.h.
160         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
161         REPLACE_LSTAT.
162         * NEWS: Mention the change.
163
164 2008-10-20  Bruno Haible  <bruno@clisp.org>
165
166         * modules/posix_spawn-tests: New file.
167         * tests/test-posix_spawn3.c: New file.
168
169 2008-10-20  Bruno Haible  <bruno@clisp.org>
170
171         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
172         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
173         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
174         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
175         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
176
177 2008-10-20  Bruno Haible  <bruno@clisp.org>
178
179         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
180         of posix_spawn on AIX 5.3.
181
182 2008-10-20  Bruno Haible  <bruno@clisp.org>
183
184         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
185
186 2008-10-20  Bruno Haible  <bruno@clisp.org>
187
188         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
189         of AC_LANG_PROGRAM.
190
191 2008-10-20  Simon Josefsson  <simon@josefsson.org>
192
193         * lib/netdb.in.h: Don't define GNU specific constants until they
194         are supported or needed.  Reported by Bruno Haible
195         <bruno@clisp.org>.
196
197 2008-10-20  Simon Josefsson  <simon@josefsson.org>
198
199         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
200
201 2008-10-20  Simon Josefsson  <simon@josefsson.org>
202
203         * lib/getaddrinfo.h: Remove file.
204         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
205         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
206         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
207         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
208         * modules/netdb: Substitute GNULIB_GETADDRINFO.
209         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
210         * tests/test-getaddrinfo.c: Likewise.
211         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
212         * NEWS: Mention change.
213
214 2008-10-19  Bruno Haible  <bruno@clisp.org>
215
216         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
217
218 2008-10-19  Bruno Haible  <bruno@clisp.org>
219
220         * lib/wait-process.c: Include simply <sys/wait.h>.
221         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
222         WIFSTOPPED): Remove fallback definitions.
223         * modules/wait-process (Depends-on): Add sys_wait.
224
225         New module 'sys_wait'.
226         * modules/sys_wait: New file.
227         * lib/sys_wait.in.h: New file, partially copied from
228         lib/wait-process.c.
229         * m4/sys_wait_h.m4: New file.
230         * doc/posix-headers/sys_wait.texi: Mention the new module.
231
232 2008-10-19  Bruno Haible  <bruno@clisp.org>
233
234         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
235
236 2008-10-19  Bruno Haible  <bruno@clisp.org>
237
238         Assume that waitpid() fills an 'int' status, not a 'union wait'.
239         * lib/wait-process.c (WAIT_T): Remove type.
240         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
241         (wait_subprocess): Update.
242
243 2008-10-19  Bruno Haible  <bruno@clisp.org>
244
245         New module 'atoll'.
246         * modules/atoll: New file.
247         * lib/stdlib.in.h (atoll): New declaration.
248         * lib/atoll.c: New file, from glibc with modifications.
249         * m4/atoll.m4: New file.
250         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
251         HAVE_ATOLL.
252         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
253         * doc/posix-functions/atoll.texi: Mention the new module.
254
255 2008-10-19  Bruno Haible  <bruno@clisp.org>
256
257         Add strtoull() declaration to <stdlib.h>.
258         * lib/stdlib.in.h (strtoull): New declaration.
259         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
260         Set HAVE_STRTOULL.
261         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
262         HAVE_STRTOULL.
263         * modules/strtoull (Depends-on): Add stdlib.
264         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
265         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
266         HAVE_STRTOULL.
267
268 2008-10-19  Bruno Haible  <bruno@clisp.org>
269
270         Add strtoll() declaration to <stdlib.h>.
271         * lib/stdlib.in.h (strtoll): New declaration.
272         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
273         Set HAVE_STRTOLL.
274         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
275         HAVE_STRTOLL.
276         * modules/strtoll (Depends-on): Add stdlib.
277         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
278         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
279
280 2008-10-19  Bruno Haible  <bruno@clisp.org>
281
282         * modules/bcopy (Depends-on): Add strings.
283         (Include): Specify <strings.h>.
284
285 2008-10-19  Bruno Haible  <bruno@clisp.org>
286
287         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
288
289 2008-10-19  Bruno Haible  <bruno@clisp.org>
290
291         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
292         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
293         mingw.
294
295 2008-10-19  Bruno Haible  <bruno@clisp.org>
296
297         * lib/atanl.c: Don't include isnanl.h.
298         * lib/cosl.c: Likewise.
299         * lib/ldexpl.c: Likewise.
300         * lib/logl.c: Likewise.
301         * lib/sinl.c: Likewise.
302         * lib/sqrtl.c: Likewise.
303         * lib/tanl.c: Likewise.
304
305         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
306         * lib/isnanf.h: Remove file.
307         * lib/isnand.h: Remove file.
308         * lib/isnanl.h: Remove file.
309         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
310         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
311         macros.
312         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
313         HAVE_ISNANF, don't define it as a C macro.
314         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
315         HAVE_ISNAND, don't define it as a C macro.
316         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
317         HAVE_ISNANL, don't define it as a C macro.
318         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
319         HAVE_ISNAN[FDL].
320         * modules/isnanf (Files): Remove lib/isnanf.h.
321         (Depends-on): Add math.
322         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
323         (Include): Specify <math.h> instead of isnanf.h.
324         * modules/isnand (Files): Remove lib/isnand.h.
325         (Depends-on): Add math.
326         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
327         (Include): Specify <math.h> instead of isnand.h.
328         * modules/isnanl (Files): Remove lib/isnanl.h.
329         (Depends-on): Add math.
330         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
331         (Include): Specify <math.h> instead of isnanl.h.
332         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
333         HAVE_ISNAN[FDL].
334         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
335         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
336         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
337         * NEWS: Mention the change.
338
339 2008-10-18  Bruno Haible  <bruno@clisp.org>
340
341         Add getusershell(), setusershell(), endusershell() declarations to
342         <unistd.h>.
343         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
344         declarations.
345         * lib/getusershell.c: Include unistd.h.
346         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
347         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
348         HAVE_GETUSERSHELL.
349         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
350         and HAVE_GETUSERSHELL.
351         * modules/getusershell (Depends-on): Add unistd, extensions.
352         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
353         (Include): Specify <unistd.h>.
354         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
355         HAVE_GETUSERSHELL.
356
357 2008-10-18  Bruno Haible  <bruno@clisp.org>
358
359         Add a getloadavg() declaration to <stdlib.h>.
360         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
361         getloadavg declaration.
362         (getloadavg): New declaration.
363         * lib/getloadavg.c: Include <stdlib.h> first.
364         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
365         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
366         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
368         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
369         * modules/getloadavg (Depends-on): Add stdlib, extensions.
370         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
371         (Include): Specify <stdlib.h>.
372         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
373         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
374
375 2008-10-18  Bruno Haible  <bruno@clisp.org>
376
377         * lib/dirchownmod.c: Don't include lchmod.h.
378
379         Move the lchmod() declaration to <sys/stat.h>.
380         * lib/lchmod.h: Remove file.
381         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
382         (lchmod): New declaration, moved here from lib/lchown.h.
383         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
384         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
385         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
386         and HAVE_LCHMOD.
387         * modules/lchmod (Files): Remove lib/lchmod.h.
388         (Depends-on): Add sys_stat, extensions.
389         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
390         (Include): Specify <sys/stat.h> instead of lchmod.h.
391         * modules/sys_stat (Depends-on): Add link-warning.
392         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
393         definition of GL_LINK_WARNING.
394         * NEWS: Mention the change.
395
396 2008-10-18  Bruno Haible  <bruno@clisp.org>
397
398         * lib/fchdir.c: Don't include dirfd.h.
399         * lib/fts.c: Likewise.
400         * lib/getcwd.c: Likewise.
401         * lib/glob.c: Likewise.
402
403         Move the dirfd() declaration to <dirent.h>.
404         * lib/dirfd.h: Remove file.
405         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
406         (dirfd): New declaration.
407         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
408         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
409         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
410         HAVE_DECL_DIRFD.
411         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
412         HAVE_DECL_DIRFD.
413         * modules/dirfd (Files): Remove lib/dirfd.h.
414         (Depends-on): Add dirent, extensions.
415         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
416         (Include): Specify <dirent.h> instead of dirfd.h.
417         * modules/dirent (Depends-on): Add link-warning.
418         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
419         definition of GL_LINK_WARNING.
420         * NEWS: Mention the change.
421
422 2008-10-18  Bruno Haible  <bruno@clisp.org>
423
424         Move the euidaccess() declaration to <unistd.h>.
425         * lib/euidaccess.h: Remove file.
426         * lib/unistd.in.h (euidaccess): New declaration.
427         * lib/euidaccess.c: Don't include euidaccess.h.
428         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
429         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
430         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
431         and HAVE_EUIDACCESS.
432         * modules/euidaccess (Files): Remove lib/euidaccess.h.
433         (Depends-on): Add unistd.
434         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
435         (Include): Specify <unistd.h> instead of euidaccess.h.
436         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
437         HAVE_EUIDACCESS.
438         * NEWS: Mention the change.
439
440 2008-10-18  Bruno Haible  <bruno@clisp.org>
441
442         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
443
444         Move the getdomainname() declaration to <unistd.h>.
445         * lib/getdomainname.h: Remove file.
446         * lib/unistd.in.h (getdomainname): New declaration.
447         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
448         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
449         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
450         HAVE_GETDOMAINNAME.
451         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
452         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
453         * modules/getdomainname (Files): Remove lib/getdomainname.h.
454         (Depends-on): Add unistd, extensions.
455         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
456         (Includes): Specify <unistd.h> instead of getdomainname.h.
457         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
458         HAVE_GETDOMAINNAME.
459         * NEWS: Mention the change.
460
461 2008-10-18  Bruno Haible  <bruno@clisp.org>
462
463         * modules/dirent: New file.
464         * m4/dirent_h.m4: New file.
465         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
466         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
467         * modules/fchdir (Files): Remove lib/dirent.in.h.
468         (Depends-on): Add dirent.
469         (Makefile.am): Move rules to modules/dirent.
470         * doc/posix-headers/dirent.texi: Mention the new module.
471
472 2008-10-18  Bruno Haible  <bruno@clisp.org>
473
474         Avoid -Wunused-parameter warnings in public gnulib header files.
475         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
476         macro.
477         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
478
479 2008-10-18  Bruno Haible  <bruno@clisp.org>
480
481         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
482         * doc/glibc-functions/error.texi: Mention the module 'error'.
483         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
484         * doc/glibc-functions/getdomainname.texi: Mention the module
485         'getdomainname'.
486         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
487         * doc/glibc-functions/getpagesize.texi: Mention the module
488         'getpagesize'.
489         * doc/glibc-functions/getusershell.texi: Mention the module
490         'getusershell'.
491         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
492         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
493         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
494         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
495         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
496         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
497         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
498         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
499         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
500         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
501         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
502         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
503         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
504         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
505
506 2008-10-17  Bruno Haible  <bruno@clisp.org>
507
508         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
509         HP-UX and IRIX, use -0.0L.
510         * tests/test-ceill.c (minus_zero): Likewise.
511         * tests/test-floorl.c (minus_zero): Likewise.
512         * tests/test-frexpl.c (minus_zero): Likewise.
513         * tests/test-isnan.c (minus_zerol): Likewise.
514         * tests/test-isnanl.h (minus_zero): Likewise.
515         * tests/test-ldexpl.c (minus_zero): Likewise.
516         * tests/test-roundl.c (minus_zero): Likewise.
517         * tests/test-signbit.c (minus_zerol): Likewise.
518         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
519         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
520         * tests/test-truncl.c (minus_zero): Likewise.
521         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
522         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
523         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
524         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
525
526 2008-10-17  Bruno Haible  <bruno@clisp.org>
527
528         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
529         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
530         that it gets activated only for gcc >= 3.0.
531         * lib/dirent.in.h: Likewise.
532         * lib/errno.in.h: Likewise.
533         * lib/fcntl.in.h: Likewise.
534         * lib/float.in.h: Likewise.
535         * lib/iconv.in.h: Likewise.
536         * lib/inttypes.in.h: Likewise.
537         * lib/locale.in.h: Likewise.
538         * lib/math.in.h: Likewise.
539         * lib/netdb.in.h: Likewise.
540         * lib/netinet_in.in.h: Likewise.
541         * lib/search.in.h: Likewise.
542         * lib/signal.in.h: Likewise.
543         * lib/spawn.in.h: Likewise.
544         * lib/stdarg.in.h: Likewise.
545         * lib/stdint.in.h: Likewise.
546         * lib/stdio.in.h: Likewise.
547         * lib/stdlib.in.h: Likewise.
548         * lib/string.in.h: Likewise.
549         * lib/strings.in.h: Likewise.
550         * lib/sys_file.in.h: Likewise.
551         * lib/sys_ioctl.in.h: Likewise.
552         * lib/sys_select.in.h: Likewise.
553         * lib/sys_socket.in.h: Likewise.
554         * lib/sys_stat.in.h: Likewise.
555         * lib/sys_time.in.h: Likewise.
556         * lib/sysexits.in.h: Likewise.
557         * lib/time.in.h: Likewise.
558         * lib/unistd.in.h: Likewise.
559         * lib/wchar.in.h: Likewise.
560         * lib/wctype.in.h: Likewise.
561         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
562
563 2008-10-17  Jim Meyering  <meyering@redhat.com>
564
565         ignore-value: don't depend on inline module
566         * modules/ignore-value (Depends-on): Remove 'inline'.
567         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
568         Suggestion from Bruno Haible.
569
570 2008-10-17  Bruno Haible  <bruno@clisp.org>
571
572         New implementation of condition variables for Win32.
573         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
574         (gl_linked_waitqueue_t): New type.
575         (gl_cond_t): Use it.
576         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
577         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
578         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
579         (glthread_cond_init_func, glthread_cond_wait_func,
580         glthread_cond_timedwait_func, glthread_cond_signal_func,
581         glthread_cond_broadcast_func, glthread_cond_destroy_func):
582         Reimplemented on the basis of gl_linked_waitqueue_t.
583         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
584         gl_waitqueue_t.
585         (gl_rwlock_t): Update.
586         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
587
588 2008-10-17  Simon Josefsson  <simon@josefsson.org>
589
590         * modules/recvfrom (Depends-on): Add dependency on getpeername.
591         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
592
593 2008-10-17  Jim Meyering  <meyering@redhat.com>
594
595         ignore-value: new module
596         * modules/ignore-value: New file.
597         * lib/ignore-value.h: New file.
598         * MODULES.html.sh (Compiler warning management): New section,
599         just for this module.  More to come.
600
601 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
602
603         open-safer.c: avoid 'signed and unsigned in conditional...' warning
604         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
605         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
606
607 2008-10-16  Jim Meyering  <meyering@redhat.com>
608
609         openat-die.c: avoid 'no previous prototype' warning
610         * lib/openat-die.c: Include "openat.h".
611         Reported by Reuben Thomas <rrt@sc3d.org>.
612
613 2008-10-16  Simon Josefsson  <simon@josefsson.org>
614
615         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
616         * lib/netdb.in.h: Fix typo.
617         Reported by Bruno Haible  <bruno@clisp.org>
618
619         * lib/netdb.in.h: Include sys/socket.h for platforms without
620         netdb.h, to get structures like hostent on MinGW.
621         * modules/netdb (Depends-on): Add sys_socket.
622
623 2008-10-15  Simon Josefsson  <simon@josefsson.org>
624
625         * modules/netdb, modules/netdb-tests: New file.
626         * m4/netdb_h.m4: New file.
627         * lib/netdb.in.h: Add, currently just an empty file pending
628         definitions.
629         * tests/test-netdb.c: New file.
630         * doc/posix-headers/netdb.texi: Mention that we replace it if
631         needed.
632         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
633         netdb.
634
635 2008-10-15  Simon Josefsson  <simon@josefsson.org>
636
637         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
638         with code.
639
640 2008-10-13  Bruno Haible  <bruno@clisp.org>
641
642         * lib/glthread/cond.c (glthread_cond_wait_func,
643         glthread_cond_timedwait_func): Add a comment.
644
645 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
646
647         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
648         * tests/test-select.c: Likewise,
649
650 2008-10-13  Bruno Haible  <bruno@clisp.org>
651
652         * lib/glthread/cond.c (glthread_cond_wait_func,
653         glthread_cond_timedwait_func): Fix variable name.
654         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
655
656 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
657
658         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
659         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
660         struct sockaddr.sa_len.
661         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
662
663 2008-10-13  Simon Josefsson  <simon@josefsson.org>
664
665         * build-aux/pmccabe2html: Add css and css_url parameters.
666
667 2008-10-12  Bruno Haible  <bruno@clisp.org>
668
669         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
670         calling aclx_get.
671         Reported by Rainer Tammer <tammer@tammer.net>.
672
673 2008-10-12  Bruno Haible  <bruno@clisp.org>
674
675         Use msvcrt aware primitives for creation/termination of Win32 threads.
676         * lib/glthread/thread.c: Include <process.h>.
677         (glthread_create_func): Use _beginthreadex instead of CreateThread.
678         (wrapper_func): Update signature.
679         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
680
681 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
682             Bruno Haible  <bruno@clisp.org>
683
684         Provide a Win32 implementation of the 'cond' module.
685         * lib/glthread/cond.h [USE_WIN32]: New implementation.
686         * lib/glthread/cond.c (glthread_cond_init_func,
687         glthread_cond_wait_func, glthread_cond_timedwait_func,
688         glthread_cond_signal_func, glthread_cond_broadcast_func,
689         glthread_cond_destroy_func) [USE_WIN32]: New functions.
690         * modules/cond (Dependencies): Add gettimeofday.
691
692 2008-10-11  Bruno Haible  <bruno@clisp.org>
693
694         Make sleep work on older versions of mingw.
695         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
696         only whether it exists.
697         * doc/posix-functions/sleep.texi: Mention the problem with older
698         versions of mingw.
699
700 2008-10-11  Bruno Haible  <bruno@clisp.org>
701
702         New module 'shutdown'.
703         * modules/shutdown: New file.
704         * lib/sys_socket.in.h (shutdown): New declaration.
705         * lib/winsock.c (shutdown): New function.
706         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
707         GNULIB_SHUTDOWN.
708         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
709         * doc/posix-functions/shutdown.texi: Document the new module.
710
711 2008-10-11  Jim Meyering  <meyering@redhat.com>
712
713         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
714
715 2008-10-11  Bruno Haible  <bruno@clisp.org>
716
717         New module 'fclose'.
718         * modules/fclose: New file.
719         * lib/stdio.in.h (fclose): New declaration.
720         * lib/fclose.c: New file.
721         * m4/fclose.m4: New file.
722         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
723         REPLACE_FCLOSE.
724         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
725         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
726         REPLACE_FCLOSE.
727         * modules/close (Depends-on): fclose.
728         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
729
730 2008-10-11  Bruno Haible  <bruno@clisp.org>
731
732         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
733         set errno and don't call _close.
734
735 2008-10-10  Bruno Haible  <bruno@clisp.org>
736
737         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
738         ACL, not afterwards. Fixes test failure on Cygwin.
739
740 2008-10-09  Ben Pfaff  <blp@gnu.org>
741
742         * build-aux/announce-gen: Fix gnulib version related part of usage
743         message.  Die with a useful error message if no tarballs are
744         found.
745
746 2008-10-10  Jim Meyering  <meyering@redhat.com>
747
748         bootstrap: use git's --depth=N option only if it's supported
749         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
750         recognize the --depth option.  Reported by Pádraig Brady.
751
752 2008-10-09  Bruno Haible  <bruno@clisp.org>
753
754         New module 'ioctl'.
755         * modules/ioctl: New file.
756         * lib/sys_socket.in.h (ioctl): Remove declaration.
757         * lib/winsock.c: Include <sys/ioctl.h>.
758         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
759         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
760         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
761         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
762         * doc/posix-functions/ioctl.texi: Mention the new module.
763
764 2008-10-09  Bruno Haible  <bruno@clisp.org>
765
766         New module 'sys_ioctl'.
767         * lib/sys_ioctl.in.h: New file.
768         * m4/sys_ioctl_h.m4: New file.
769         * modules/sys_ioctl: New file.
770         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
771
772 2008-10-09  Bruno Haible  <bruno@clisp.org>
773
774         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
775         * lib/winsock.c: Include <stdarg.h>.
776         (rpl_ioctl): Change to second argument 'int' and then varargs.
777
778 2008-10-09  Bruno Haible  <bruno@clisp.org>
779
780         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
781         when the sys_socket module is present and the system has <winsock2.h>.
782
783 2008-10-09  Bruno Haible  <bruno@clisp.org>
784
785         * doc/posix-functions/close.texi: Mention module 'close' instead of
786         module 'sys_socket'.
787
788 2008-10-09  Bruno Haible  <bruno@clisp.org>
789
790         * doc/glibc-headers/sys_ioctl.texi: New file.
791         * doc/gnulib.texi: Include it.
792
793 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
794             Bruno Haible  <bruno@clisp.org>
795
796         Combine the two replacements of 'close'.
797         * lib/sys_socket.in.h (close): Define to a reminder to include
798         <unistd.h>.
799         (_gl_close_fd_maybe_socket): New declaration.
800         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
801         * lib/winsock.c (close): Remove undefinition.
802         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
803         needed for the gnulib module 'close'.
804         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
805         define to an error symbol or to a warning, if suitable.
806         * lib/close.c: Include <sys/socket.h>.
807         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
808         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
809         UNISTD_H_HAVE_WINSOCK2_H.
810         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
811         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
812         UNISTD_H_HAVE_WINSOCK2_H.
813         * modules/sys_socket (Files): Add m4/unistd_h.m4.
814         (configure.ac): Set a module indicator.
815         (Makefile.am): Substitute GNULIB_CLOSE.
816         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
817         * modules/poll-tests (Depends-on): Add close.
818         * modules/select-tests (Depends-on): Likewise.
819
820 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
821             Bruno Haible  <bruno@clisp.org>
822
823         New module 'close'.
824         * modules/close: New file.
825         * lib/unistd.in.h (close): Move declaration out of the
826         FCHDIR_REPLACEMENT scope.
827         (_gl_unregister_fd): New declaration.
828         * lib/close.c: New file.
829         * lib/fchdir.c (rpl_close): Remove function.
830         * m4/close.m4: New file.
831         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
832         close.
833         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
834         REPLACE_CLOSE.
835         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
836         REPLACE_CLOSE.
837         * modules/fchdir (Depends-on): Add close.
838
839 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
840             Bruno Haible  <bruno@clisp.org>
841
842         * lib/fcntl.in.h (open): Simplify conditionals.
843         (_gl_register_fd): New declaration.
844         * lib/fchdir.c (rpl_open): Remove function.
845         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
846         also.
847         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
848         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
849         open.
850
851 2008-10-09  Jim Meyering  <meyering@redhat.com>
852
853         GNUmakefile: use the more name-space-friendly "_version"
854         * top/GNUmakefile (_dummy): Update.
855         (_version): Rename from "version".
856
857 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
858             Bruno Haible  <bruno@clisp.org>
859
860         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
861         rpl_close.
862         (_gl_register_fd): New function, extracted from rpl_open.
863         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
864         (rpl_open, rpl_opendir): Use _gl_register_fd.
865
866 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
867
868         Fix organization of 'open' replacement.
869         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
870         (gl_FUNC_OPEN): Use it.
871         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
872
873 2008-10-08  Bruno Haible  <bruno@clisp.org>
874
875         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
876
877 2008-10-08  Simon Josefsson  <simon@josefsson.org>
878
879         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
880         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
881         listen).
882
883 2008-10-08  Eric Blake  <ebb9@byu.net>
884
885         GNUmakefile: add 'make version' target
886         * top/GNUmakefile (_curr-ver): Split version update rules...
887         (version): ...into a target.
888
889 2008-10-07  Bruno Haible  <bruno@clisp.org>
890
891         Use a more portable replacement expression for -0.0L.
892         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
893         instead of -0.0L. Fix m4 quotation.
894
895         * tests/test-signbit.c: Include <float.h>.
896         (minus_zero): New variable.
897         (test_signbitl): Use minus_zero instead of -zero.
898         * modules/signbit-tests (Depends-on): Add float.
899
900         * tests/test-ceill.c: Include <float.h>.
901         (zero): Remove variable.
902         (minus_zero): New variable.
903         (main): Use minus_zero instead of -zero.
904         * modules/ceill-tests (Depends-on): Add float.
905
906         * tests/test-floorl.c: Include <float.h>.
907         (zero): Remove variable.
908         (minus_zero): New variable.
909         (main): Use minus_zero instead of -zero.
910         * modules/floorl-tests (Depends-on): Add float.
911
912         * tests/test-roundl.c: Include <float.h>.
913         (zero): Remove variable.
914         (minus_zero): New variable.
915         (main): Use minus_zero instead of -zero.
916         * modules/roundl-tests (Depends-on): Add float.
917
918         * tests/test-truncl.c: Include <float.h>.
919         (zero): Remove variable.
920         (minus_zero): New variable.
921         (main): Use minus_zero instead of -zero.
922         * modules/truncl-tests (Depends-on): Add float.
923
924         * tests/test-frexpl.c (zero): Remove variable.
925         (minus_zero): New variable.
926         (main): Use minus_zero instead of -zero.
927         * modules/frexpl-tests (Depends-on): Add float.
928
929         * tests/test-isnan.c (zerol): Remove variable.
930         (minus_zerol): New variable.
931         (test_long_double): Use minus_zerol instead of -zerol.
932         * modules/isnan-tests (Depends-on): Add float.
933
934         * tests/test-isnanl.h (zero): Remove variable.
935         (minus_zero): New variable.
936         (main): Use minus_zero instead of -zero.
937         * modules/isnanl-nolibm-tests (Depends-on): Add float.
938         * modules/isnanl-tests (Depends-on): Add float.
939
940         * tests/test-ldexpl.c (zero): Remove variable.
941         (minus_zero): New variable.
942         (main): Use minus_zero instead of -zero.
943         * modules/ldexpl-tests (Depends-on): Add float.
944
945         * tests/test-snprintf-posix.h (zerol): Remove variable.
946         (minus_zerol): New variable.
947         (test_function): Use minus_zerol instead of -zerol.
948         * modules/snprintf-posix-tests (Depends-on): Add float.
949         * modules/vsnprintf-posix-tests (Depends-on): Add float.
950
951         * tests/test-sprintf-posix.h (zerol): Remove variable.
952         (minus_zerol): New variable.
953         (test_function): Use minus_zerol instead of -zerol.
954         * modules/sprintf-posix-tests (Depends-on): Add float.
955         * modules/vsprintf-posix-tests (Depends-on): Add float.
956
957         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
958         (minus_zerol): New variable.
959         (test_function): Use minus_zerol instead of -zerol.
960         * modules/vasnprintf-posix-tests (Depends-on): Add float.
961
962         * tests/test-vasprintf-posix.c (zerol): Remove variable.
963         (minus_zerol): New variable.
964         (test_function): Use minus_zerol instead of -zerol.
965         * modules/vasprintf-posix-tests (Depends-on): Add float.
966
967 2008-10-07  Simon Josefsson  <simon@josefsson.org>
968
969         * MODULES.html.sh (Support for building documentation): Mention
970         pmccabe2html.  Sort entries.
971
972         Add pmccabe2html module, from gnupdf.
973         * build-aux/pmccabe.css: New file.
974         * build-aux/pmccabe2html: New file.
975         * m4/pmccabe2html.m4: New file.
976         * modules/pmccabe2html: New file.
977
978 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
979
980         flock: new module
981         * MODULES.html.sh: Add to list of modules.
982         * lib/flock.c: flock implementation for Windows and Unix systems
983         which have fcntl.
984         * doc/glibc-functions/flock.texi: Update documentation.
985         * lib/sys_file.in.h: <sys/file.h> header file.
986         * m4/flock.m4: M4 macros.
987         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
988         * modules/flock: flock module.
989         * modules/flock-tests: flock tests module.
990         * modules/sys_file: sys/file.h module.
991         * tests/test-flock.c: test suite for flock.
992
993 2008-10-06  Jim Meyering  <meyering@redhat.com>
994
995         bootstrap: check for LT_INIT more portably still ;-)
996         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
997         Spotted by Bruno Haible.
998
999 2008-10-06  Eric Blake  <ebb9@byu.net>
1000
1001         test-signbit: avoid tripping Irix cc bug on -0.0L
1002         * tests/test-signbit.c (minus_zerol): Delete, and replace with
1003         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
1004         entire testsuite consistent and avoids an Irix 6.2 bug.
1005
1006 2008-10-05  Bruno Haible  <bruno@clisp.org>
1007             Jim Meyering  <jim@meyering.net>
1008
1009         Add an option for ignoring EPIPE during close_stdout.
1010         * lib/closeout.h: Include <stdbool.h>.
1011         (close_stdout_set_ignore_EPIPE): New declaration.
1012         * lib/closeout.c: Include <stdbool.h>.
1013         (ignore_EPIPE): New variable.
1014         (close_stdout_set_ignore_EPIPE): New function.
1015         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
1016         * lib/close-stream.c (close_stream): Mention the possible EPIPE
1017         failure.
1018         * modules/closeout (Depends-on): Add stdbool.
1019
1020 2008-10-05  Bruno Haible  <bruno@clisp.org>
1021
1022         * modules/accept: New file.
1023         * modules/bind: New file.
1024         * modules/connect: New file.
1025         * modules/getpeername: New file.
1026         * modules/getsockname: New file.
1027         * modules/getsockopt: New file.
1028         * modules/listen: New file.
1029         * modules/recv: New file.
1030         * modules/recvfrom: New file.
1031         * modules/send: New file.
1032         * modules/sendto: New file.
1033         * modules/setsockopt: New file.
1034         * modules/socket: New file.
1035         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1036         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1037         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1038         the particular module is requested. Add a link warning when the
1039         particular module is not requested.
1040         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1041         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1042         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1043         the particular module is requested.
1044         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1045         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1046         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1047         * modules/sys_socket (Depends-on): Add link-warning.
1048         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1049         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1050         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1051         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1052         GL_LINK_WARNING.
1053         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1054         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1055         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1056         * doc/posix-functions/getpeername.texi: Mention the new module
1057         'getpeername'.
1058         * doc/posix-functions/getsockname.texi: Mention the new module
1059         'getsockname'.
1060         * doc/posix-functions/getsockopt.texi: Mention the new module
1061         'getsockopt'.
1062         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1063         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1064         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1065         * doc/posix-functions/send.texi: Mention the new module 'send'.
1066         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1067         * doc/posix-functions/setsockopt.texi: Mention the new module
1068         'setsockopt'.
1069         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1070         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1071         listen, connect, accept.
1072         * modules/select-tests (Depends-on): Likewise.
1073
1074 2008-10-05  Bruno Haible  <bruno@clisp.org>
1075
1076         * lib/winsock.c (strerror): Remove unused #undef.
1077         (rpl_close): Remove unused local variable.
1078
1079         * modules/sys_socket (Depends-on); Add errno.
1080
1081 2008-10-05  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1084         (select): Add a link warning when the 'select' module is not used.
1085         * modules/sys_select (Depends-on): Add link-warning.
1086         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1087         Suggested by Paolo Bonzini.
1088
1089 2008-10-05  Jim Meyering  <meyering@redhat.com>
1090
1091         bootstrap: check for LT_INIT more portably
1092         * build-aux/bootstrap: Avoid using grep -E, since it's not
1093         portable enough.  Suggestion from Bruno Haible.
1094
1095 2008-10-05  Bruno Haible  <bruno@clisp.org>
1096
1097         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1098         as being fixed by gnulib.
1099
1100 2008-10-05  Bruno Haible  <bruno@clisp.org>
1101
1102         * modules/select-tests: New file, mostly copied from
1103         modules/sys_select-tests.
1104         * tests/test-select.c: New file, mostly copied from
1105         tests/test-sys_select.c.
1106         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1107         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1108         (Makefile.am): Remove test_sys_select_LDADD.
1109
1110         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1111         to an undefined symbol, for an error message.
1112         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1113         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1114         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1115         winsock-select.c here.
1116         * modules/sys_select (Files): Remove lib/winsock-select.c.
1117         (Depends-on): Remove alloca.
1118         (Makefile.am): Substitute GNULIB_SELECT.
1119         * modules/select: New file.
1120         * doc/posix-functions/select.texi: Update.
1121
1122 2008-10-05  Bruno Haible  <bruno@clisp.org>
1123
1124         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1125         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1126         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1127         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1128         getdtablesize.
1129         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1130         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1131
1132 2008-10-05  Bruno Haible  <bruno@clisp.org>
1133
1134         * modules/getdtablesize-tests: New file.
1135         * tests/test-getdtablesize.c: New file.
1136
1137         New module 'getdtablesize'.
1138         * lib/unistd.in.h (getdtablesize): New declaration.
1139         * lib/getdtablesize.c: New file.
1140         * m4/getdtablesize.m4: New file.
1141         * modules/getdtablesize: New file.
1142         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1143         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1144         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1145         HAVE_GETDTABLESIZE.
1146         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1147
1148 2008-10-05  Bruno Haible  <bruno@clisp.org>
1149
1150         * modules/sched (Makefile.am): Fix typo.
1151         Reported by Simon Josefsson.
1152
1153 2008-10-05  Jim Meyering  <meyering@redhat.com>
1154
1155         bootstrap: check for LT_INIT, too
1156         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1157         are deprecated.  Suggestion from Ralf Wildenhues.
1158
1159 2008-10-05  Bruno Haible  <bruno@clisp.org>
1160
1161         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1162         overriding them by ours.
1163         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1164
1165 2008-10-05  Jim Meyering  <meyering@redhat.com>
1166
1167         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1168         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1169         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1170
1171 2008-10-04  Bruno Haible  <bruno@clisp.org>
1172
1173         * modules/dup2 (License): Change to LGPLv2+.
1174         * modules/sleep (License): Likewise.
1175         * modules/perror (License): Likewise.
1176         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1177         Blake.
1178         * modules/signal (License): Likewise.
1179         * modules/sigprocmask (License): Likewise.
1180         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1181         Meyering.
1182
1183 2008-10-04  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1186         Reported by Rainer Tammer <tammer@tammer.net>.
1187
1188 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1189             Bruno Haible  <bruno@clisp.org>
1190
1191         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1192         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1193         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1194
1195 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1196
1197         filevercmp: new module
1198         * lib/filevercmp.h: New function filevercmp comparing version strings.
1199         * lib/filevercmp.c: Implementation of filevercmp function.
1200         * modules/filevercmp: Module metadata.
1201         * tests/test-filevercmp.c: Unit test for new module.
1202         * modules/filevercmp-tests: Unit test metadata.
1203         * MODULES.html.sh: Add filevercmp module.
1204
1205 2008-10-03  Bruno Haible  <bruno@clisp.org>
1206
1207         * lib/c-ctype.h: Add comment.
1208         Reported by Jim Meyering.
1209
1210 2008-10-02  Bruno Haible  <bruno@clisp.org>
1211
1212         * modules/posix_spawn-internal (Depends-on): Add 'open'.
1213
1214 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1215
1216         * build-aux/bootstrap: Allow renaming bootstrap, and change the
1217         name of bootstrap.conf accordingly.
1218
1219 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1220
1221         * build-aux/bootstrap: Install git-merge-changelog configuration
1222         items into .gitconfig if needed.
1223
1224 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1225
1226         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
1227         git repository, and initialize/update it accordingly.
1228
1229 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
1230
1231         * modules/fsync-tests: New file.
1232         * tests/test-fsync.c: New file.
1233
1234         New module 'fsync'.
1235         * lib/fsync.c: New file.
1236         * m4/fsync.m4: New file.
1237         * modules/fsync: New file.
1238         * lib/unistd.in.h (fsync): New declaration.
1239         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
1240         GNULIB_FSYNC and HAVE_FSYNC.
1241         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
1242         * MODULES.html.sh (posix_functions): Add fsync.
1243         * doc/posix-functions/fsync.texi: Mention the new module.
1244
1245 2008-10-02  Jim Meyering  <meyering@redhat.com>
1246
1247         fts.c: sync with similar code from coreutils' remove.c
1248         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
1249         Guard also with "#if defined __linux__", since for now at least,
1250         this code is Linux-kernel-specific.
1251
1252 2008-10-02  Jim Meyering  <meyering@redhat.com>
1253
1254         fts: bug fixes
1255         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
1256         Include <sys/vfs.h>, not <sys/statfs.h>.
1257
1258         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
1259         Include <sys/vfs.h>, not <sys/statfs.h>.
1260
1261 2008-10-01  Bruno Haible  <bruno@clisp.org>
1262
1263         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
1264         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
1265         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
1266         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
1267         * doc/posix-functions/posix_spawnp.texi: Likewise.
1268         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
1269         whether posix_spawn actually works.
1270         * m4/pipe.m4 (gl_PIPE): Likewise.
1271         * modules/execute (Files): Add m4/posix_spawn.m4.
1272         * modules/pipe (Files): Add m4/posix_spawn.m4.
1273         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
1274
1275 2008-10-01  Jim Meyering  <meyering@redhat.com>
1276
1277         remove trailing spaces
1278         * NEWS: Likewise.
1279         * lib/poll.c (poll): Likewise.
1280         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
1281         * lib/winsock.c (rpl_close): Likewise.
1282         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
1283         * modules/yield: Likewise.
1284         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
1285         * tests/test-sys_select.c (connect_to_socket): Likewise.
1286
1287         fts.c: adjust a new interface to be more generally useful
1288         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
1289         (fts_build): Adjust caller.
1290
1291 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1292
1293         * modules/cond-tests: New file.
1294         * tests/test-cond.c: New file.
1295
1296 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1297             Bruno Haible  <bruno@clisp.org>
1298
1299         * modules/cond (Dependencies): Add errno, time.
1300         * lib/glthread/cond.h: Include <time.h>.
1301         (gl_cond_define, gl_cond_define_initialized): Use the same definition
1302         across platforms.
1303
1304 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1305             Bruno Haible  <bruno@clisp.org>
1306
1307         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
1308
1309 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1310             Bruno Haible  <bruno@clisp.org>
1311
1312         * modules/tls-tests (Depends-on): Add thread, yield.
1313         (configure.ac): Remove all checks.
1314         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
1315         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1316         gl_thread_self): Remove definitions. Include glthread/thread.h and
1317         glthread/yield.h instead.
1318         (test_tls): Pass an additional NULL argument to gl_thread_join.
1319
1320 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1321             Bruno Haible  <bruno@clisp.org>
1322
1323         * modules/lock-tests (Depends-on): Add thread, yield.
1324         (configure.ac): Remove all checks.
1325         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
1326         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1327         gl_thread_self): Remove definitions. Include glthread/thread.h and
1328         glthread/yield.h instead.
1329         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
1330         additional NULL argument to gl_thread_join.
1331
1332 2008-09-30  Bruno Haible  <bruno@clisp.org>
1333
1334         Fix the Win32 implementation of the 'thread' module.
1335         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
1336         pointer type.
1337         (gl_thread_self): Invoke gl_thread_self_func.
1338         (gl_thread_self_func): New declaration.
1339         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
1340         (do_init_self_key, init_self_key): New functions.
1341         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
1342         Remove some fields.
1343         (running_threads, running_lock): Remove variables.
1344         (get_current_thread_handle): New function.
1345         (gl_thread_self_func, wrapper_func, glthread_create_func,
1346         glthread_join_func, gl_thread_exit_func): Largely rewritten and
1347         simplified.
1348
1349 2008-09-30  Bruno Haible  <bruno@clisp.org>
1350
1351         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
1352         files.
1353
1354 2008-09-30  Jim Meyering  <meyering@redhat.com>
1355
1356         fts.m4: correct the test for statfs.f_type
1357         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
1358         when checking for statfs.f_type.
1359
1360 2008-09-15  Simon Josefsson  <simon@josefsson.org>
1361
1362         tests: avoid some compiler warnings
1363         * tests/test-memchr.c (main): Pass NULL indirectly.
1364         * tests/test-getdate.c (main): Remove unused variable 'ret'.
1365
1366 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
1367
1368         getdate.y: disallow countable dayshifts like "4 yesterday ago"
1369         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
1370         exactly specified dayshifts.
1371         (dayshift): New rule.
1372         (rel): Add dayshift.
1373         (relative_time_table) [tomorrow, yesterday, today, now]:
1374         Use tDAY_SHIFT in place of tDAY_UNIT.
1375         * tests/test-getdate.c: Add tests for now-disallowed countable
1376         dayshifts, e.g., "4 yesterday ago".
1377
1378 2008-09-29  Bruno Haible  <bruno@clisp.org>
1379
1380         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
1381         * tests/test-posix_spawn1.in.sh: Renamed from
1382         tests/test-posix_spawn.in.sh.
1383         * tests/test-posix_spawn2.c: New file.
1384         * tests/test-posix_spawn2.in.sh: New file.
1385         * modules/posix_spawnp-tests (Files): Update.
1386         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
1387
1388 2008-09-29  Bruno Haible  <bruno@clisp.org>
1389
1390         Propagate effects of putenv/setenv/unsetenv to child processes.
1391         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
1392         * lib/pipe.c (create_pipe): Likewise.
1393
1394 2008-09-29  Bruno Haible  <bruno@clisp.org>
1395
1396         Enable use of shell scripts as executables in mingw.
1397         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
1398         run the program as a shell script.
1399         * lib/pipe.c (create_pipe): Likewise.
1400         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
1401         resulting array.
1402
1403 2008-09-29  Eric Blake  <ebb9@byu.net>
1404
1405         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
1406
1407 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
1408
1409         * doc/posix-functions/accept.texi: Update mingw problems.
1410         * doc/posix-functions/bind.texi: Update mingw problems.
1411         * doc/posix-functions/close.texi: Update mingw problems.
1412         * doc/posix-functions/connect.texi: Update mingw problems.
1413         * doc/posix-functions/getpeername.texi: Update mingw problems.
1414         * doc/posix-functions/getsockname.texi: Update mingw problems.
1415         * doc/posix-functions/getsockopt.texi: Update mingw problems.
1416         * doc/posix-functions/ioctl.texi: Update mingw problems.
1417         * doc/posix-functions/listen.texi: Update mingw problems.
1418         * doc/posix-functions/recv.texi: Update mingw problems.
1419         * doc/posix-functions/recvfrom.texi: Update mingw problems.
1420         * doc/posix-functions/select.texi: Update mingw problems.
1421         * doc/posix-functions/send.texi: Update mingw problems.
1422         * doc/posix-functions/sendto.texi: Update mingw problems.
1423         * doc/posix-functions/setsockopt.texi: Update mingw problems.
1424         * doc/posix-functions/socket.texi: Update mingw problems.
1425
1426 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
1427             Bruno Haible  <bruno@clisp.org>
1428
1429         * lib/sys_select.in.h: Include sys/time.h.
1430         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
1431         * modules/sys_select: Depend on sys_time.
1432         * tests/test-sys_select.c: Test that sys/select.h defines struct
1433         timeval fully.
1434
1435 2008-09-29  Bruno Haible  <bruno@clisp.org>
1436
1437         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
1438         * lib/sys_select.in.h: Likewise.
1439
1440 2008-09-29  Bruno Haible  <bruno@clisp.org>
1441
1442         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
1443
1444 2008-09-29  Bruno Haible  <bruno@clisp.org>
1445
1446         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
1447         Set LIBSOCKET instead of augmenting LIBS.
1448         * modules/sockets (Link): New section.
1449         * modules/sockets-tests (test_sockets_LDADD): New variable.
1450         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
1451         * modules/poll-tests (test_poll_LDADD): New variable.
1452         * NEWS: Document the change.
1453
1454 2008-09-29  Bruno Haible  <bruno@clisp.org>
1455
1456         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
1457         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
1458         ARPA_INET_H directly.
1459         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1460
1461 2008-09-28  Bruno Haible  <bruno@clisp.org>
1462
1463         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
1464         from gl_HEADER_SYS_SOCKET.
1465         (gl_HEADER_SYS_SOCKET): Invoke it.
1466         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1467
1468 2008-09-28  Bruno Haible  <bruno@clisp.org>
1469
1470         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
1471         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
1472         Needed on OSF/1 4.0.
1473
1474 2008-09-28  Bruno Haible  <bruno@clisp.org>
1475
1476         Override open more carefully.
1477         * lib/open.c (orig_open): New function.
1478         (rpl_open): Use orig_open instead of open.
1479         * lib/fcntl.in.h: Add special invocation convention.
1480         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
1481         (gl_FUNC_OPEN): Invoke it.
1482
1483         Override freopen more carefully.
1484         * lib/freopen.c (orig_freopen): New function.
1485         (rpl_freopen): Use orig_freopen instead of freopen.
1486         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
1487         (gl_FUNC_FREOPEN): Invoke it.
1488
1489         Override fopen more carefully.
1490         * lib/fopen.c (orig_fopen): New function.
1491         (rpl_fopen): Use orig_fopen instead of fopen.
1492         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
1493         (gl_FUNC_FOPEN): Invoke it.
1494         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
1495
1496 2008-09-28  Bruno Haible  <bruno@clisp.org>
1497
1498         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
1499         SIGPIPE.
1500
1501 2008-09-28  Bruno Haible  <bruno@clisp.org>
1502
1503         * tests/test-sigaction.c (handler, main): Disable the check whether
1504         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
1505         glibc systems with LinuxThreads.
1506
1507 2008-09-28  Bruno Haible  <bruno@clisp.org>
1508
1509         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
1510
1511         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
1512         with AIX xlc.
1513         * lib/fcntl.in.h (open): Likewise.
1514         Reported by Rainer Tammer <tammer@tammer.net>.
1515
1516 2008-09-28  Bruno Haible  <bruno@clisp.org>
1517
1518         * modules/posix_spawnp-tests: New file.
1519         * tests/test-posix_spawn.c: New file.
1520         * tests/test-posix_spawn.in.sh: New file.
1521
1522         New module 'posix_spawnp'.
1523         * modules/posix_spawnp: New file.
1524         * lib/spawnp.c: New file, from GNU libc with modifications.
1525         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
1526
1527         New module 'posix_spawn'.
1528         * modules/posix_spawn: New file.
1529         * lib/spawn.c: New file, from GNU libc with modifications.
1530         * doc/posix-functions/posix_spawn.texi: Mention the new module.
1531
1532         New module 'posix_spawnattr_destroy'.
1533         * modules/posix_spawnattr_destroy: New file.
1534         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
1535         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
1536         module.
1537
1538         New module 'posix_spawnattr_setsigmask'.
1539         * modules/posix_spawnattr_setsigmask: New file.
1540         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
1541         modifications.
1542         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
1543         new module.
1544
1545         New module 'posix_spawnattr_getsigmask'.
1546         * modules/posix_spawnattr_getsigmask: New file.
1547         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
1548         modifications.
1549         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
1550         new module.
1551
1552         New module 'posix_spawnattr_setsigdefault'.
1553         * modules/posix_spawnattr_setsigdefault: New file.
1554         * lib/spawnattr_setdefault.c: New file, from GNU libc with
1555         modifications.
1556         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
1557         new module.
1558
1559         New module 'posix_spawnattr_getsigdefault'.
1560         * modules/posix_spawnattr_getsigdefault: New file.
1561         * lib/spawnattr_getdefault.c: New file, from GNU libc with
1562         modifications.
1563         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
1564         new module.
1565
1566         New module 'posix_spawnattr_setschedpolicy'.
1567         * modules/posix_spawnattr_setschedpolicy: New file.
1568         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
1569         modifications.
1570         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
1571         new module.
1572
1573         New module 'posix_spawnattr_getschedpolicy'.
1574         * modules/posix_spawnattr_getschedpolicy: New file.
1575         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
1576         modifications.
1577         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
1578         new module.
1579
1580         New module 'posix_spawnattr_setschedparam'.
1581         * modules/posix_spawnattr_setschedparam: New file.
1582         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
1583         modifications.
1584         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
1585         new module.
1586
1587         New module 'posix_spawnattr_getschedparam'.
1588         * modules/posix_spawnattr_getschedparam: New file.
1589         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
1590         modifications.
1591         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
1592         new module.
1593
1594         New module 'posix_spawnattr_setpgroup'.
1595         * modules/posix_spawnattr_setpgroup: New file.
1596         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
1597         modifications.
1598         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
1599         module.
1600
1601         New module 'posix_spawnattr_getpgroup'.
1602         * modules/posix_spawnattr_getpgroup: New file.
1603         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
1604         modifications.
1605         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
1606         module.
1607
1608         New module 'posix_spawnattr_setflags'.
1609         * modules/posix_spawnattr_setflags: New file.
1610         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
1611         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
1612         module.
1613
1614         New module 'posix_spawnattr_getflags'.
1615         * modules/posix_spawnattr_getflags: New file.
1616         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
1617         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
1618         module.
1619
1620         New module 'posix_spawnattr_init'.
1621         * modules/posix_spawnattr_init: New file.
1622         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
1623         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
1624         module.
1625
1626         New module 'posix_spawn_file_actions_destroy'.
1627         * modules/posix_spawn_file_actions_destroy: New file.
1628         * lib/spawn_faction_destroy.c: New file, from GNU libc with
1629         modifications.
1630         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
1631         the new module.
1632
1633         New module 'posix_spawn_file_actions_addopen'.
1634         * modules/posix_spawn_file_actions_addopen: New file.
1635         * lib/spawn_faction_addopen.c: New file, from GNU libc with
1636         modifications.
1637         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
1638         the new module.
1639
1640         New module 'posix_spawn_file_actions_adddup2'.
1641         * modules/posix_spawn_file_actions_adddup2: New file.
1642         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
1643         modifications.
1644         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
1645         the new module.
1646
1647         New module 'posix_spawn_file_actions_addclose'.
1648         * modules/posix_spawn_file_actions_addclose: New file.
1649         * lib/spawn_faction_addclose.c: New file, from GNU libc with
1650         modifications.
1651         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
1652         the new module.
1653
1654         New module 'posix_spawn_file_actions_init'.
1655         * modules/posix_spawn_file_actions_init: New file.
1656         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
1657         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
1658         new module.
1659
1660         New module 'posix_spawn-internal'.
1661         * modules/posix_spawn-internal: New file.
1662         * lib/spawn_int.h: New file, from GNU libc with modifications.
1663         * lib/spawni.c: New file, from GNU libc with modifications.
1664         * m4/posix_spawn.m4: New file.
1665
1666         New module 'spawn'.
1667         * modules/spawn: New file.
1668         * lib/spawn.in.h: New file, from GNU libc with modifications.
1669         * m4/spawn_h.m4: New file.
1670         * doc/posix-headers/spawn.texi: Mention the new module.
1671
1672 2008-09-28  Bruno Haible  <bruno@clisp.org>
1673
1674         * modules/sched-tests: New file.
1675         * tests/test-sched.c: New file.
1676
1677         New module 'sched'.
1678         * modules/sched: New file.
1679         * lib/sched.in.h: New file.
1680         * m4/sched_h.m4: New file.
1681         * doc/posix-headers/sched.texi: Mention the new module.
1682
1683 2008-09-27  Eric Blake  <ebb9@byu.net>
1684
1685         Fix previous patch, and tweak references to $0.
1686         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
1687         (func_version, func_gnulib_dir): Don't call this program
1688         gnulib-tool.
1689         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
1690         with using $0 in function.
1691         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
1692         (func_fatal_error): Reuse the name the user invoked us with.
1693
1694 2008-09-27  Bruno Haible  <bruno@clisp.org>
1695
1696         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
1697         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
1698         (gl_ICONV_H): Not here.
1699         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1700         instead of assigning ICONV_H directly.
1701
1702         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
1703         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
1704         WCHAR_H directly.
1705
1706 2008-09-27  Bruno Haible  <bruno@clisp.org>
1707
1708         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
1709         * modules/arpa_inet (Depends-on): Add link-warning.
1710         (Makefile.am): Insert the definition of GL_LINK-WARNING.
1711         * modules/unistd (Makefile.am): Likewise.
1712
1713 2008-09-26  Bruno Haible  <bruno@clisp.org>
1714
1715         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
1716         variables.
1717         (func_version): Essentially copied from gnulib-tool.
1718         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
1719         func_readlink): Copied from gnulib-tool.
1720
1721 2008-09-26  Bruno Haible  <bruno@clisp.org>
1722
1723         * gnulib-tool (func_version): Change directory to $gnulib_dir before
1724         invoking git-version-gen.
1725
1726 2008-09-26  Bruno Haible  <bruno@clisp.org>
1727
1728         * posix-modules: Update to directory names changed on 2008-01-19.
1729         Remove commas in output before splitting into words. No more need to
1730         avoid 'ftruncate' since 2007-02-19.
1731
1732 2008-09-26  Bruno Haible  <bruno@clisp.org>
1733
1734         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
1735
1736 2008-09-26  Bruno Haible  <bruno@clisp.org>
1737
1738         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
1739         * modules/fwriteerror (Depends-on): Add errno.
1740
1741 2008-09-26  Bruno Haible  <bruno@clisp.org>
1742
1743         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
1744         * tests/test-vc-list-files-cvs.sh: Likewise.
1745
1746 2008-09-26  Bruno Haible  <bruno@clisp.org>
1747
1748         * doc/posix-headers/sys_resource.texi: Reorder items.
1749
1750 2008-09-26  Jim Meyering  <meyering@redhat.com>
1751
1752         fts: tweak inode comparison function
1753         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
1754         inode numbers, as documented.
1755
1756         fts: sort dirent entries on inode number before traversing
1757         This avoids a quadratic, seek-related performance penalty when
1758         operating on a directory containing many entries (measurable at 10k;
1759         3.5 hours at 2 million entries with a cold cache) on certain types
1760         of file systems, including ext3 and ext4, but not tmpfs.
1761         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
1762         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
1763         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
1764         (fs_handles_readdir_ordered_dirents_efficiently): New function.
1765         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
1766         (fts_build): Set the stat.st_ino member from D_INO.
1767         If it is likely to be useful, sort dirent entries on inode number.
1768
1769         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
1770         and the struct statfs.f_type member.
1771         * modules/fts (Depends-on): Add d-ino.
1772
1773 2008-09-26  Bruno Haible  <bruno@clisp.org>
1774
1775         * modules/sigpipe-die (Depends-on): Add sigpipe.
1776
1777         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
1778         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
1779         and GNULIB_STDIO_H_SIGPIPE are set.
1780         * lib/stdio-write.c: New file.
1781         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
1782         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
1783         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
1784         REPLACE_STDIO_WRITE_FUNCS.
1785         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
1786         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
1787         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
1788         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
1789         * modules/stdio (Files): Add lib/stdio-write.c.
1790         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
1791         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
1792         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
1793         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
1794         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
1795         REPLACE_FPRINTF_POSIX.
1796         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
1797         REPLACE_PRINTF_POSIX.
1798         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
1799         REPLACE_VFPRINTF_POSIX.
1800         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
1801         REPLACE_VPRINTF_POSIX.
1802         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
1803         SIGPIPE issue.
1804         * doc/posix-functions/fputc.texi: Likewise.
1805         * doc/posix-functions/fputs.texi: Likewise.
1806         * doc/posix-functions/fwrite.texi: Likewise.
1807         * doc/posix-functions/printf.texi: Likewise.
1808         * doc/posix-functions/putc.texi: Likewise.
1809         * doc/posix-functions/putchar.texi: Likewise.
1810         * doc/posix-functions/puts.texi: Likewise.
1811         * doc/posix-functions/vfprintf.texi: Likewise.
1812         * doc/posix-functions/vprintf.texi: Likewise.
1813
1814         * modules/safe-write (Depends-on): Add write.
1815
1816         * modules/sigpipe-tests: New file.
1817         * tests/test-sigpipe.c: New file.
1818         * tests/test-sigpipe.sh: New file.
1819
1820         * modules/write: New file.
1821         * lib/unistd.in.h: Include <sys/types.h>.
1822         (write): New declaration.
1823         * lib/write.c: New file.
1824         * m4/write.m4: New file.
1825         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1826         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
1827         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
1828         GNULIB_WRITE, REPLACE_WRITE.
1829         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
1830         and the SIGPIPE issue.
1831
1832         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
1833         (raise): New declaration.
1834         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
1835         (ext_signal): New function.
1836         (rpl_raise): New function.
1837         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
1838         GNULIB_SIGNAL_H_SIGPIPE.
1839         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
1840         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
1841
1842         * modules/sigpipe: New file.
1843         * m4/sigpipe.m4: New file.
1844
1845 2008-09-25  Derek Price  <derek@ximbiot.com>
1846             Bruno Haible  <bruno@clisp.org>
1847
1848         * gnulib-tool (func_import): Report all license incompatibilities, not
1849         just the first one.
1850
1851 2008-09-25  Bruno Haible  <bruno@clisp.org>
1852
1853         * gnulib-tool (func_import): When computing the edits, consider not
1854         only the Makefile.ams that exist but also those that will be generated.
1855
1856 2008-09-25  Simon Josefsson  <simon@josefsson.org>
1857
1858         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
1859         fixes gnulib-tool --test warning about duplicate dependency.
1860
1861 2008-09-25  Bruno Haible  <bruno@clisp.org>
1862
1863         * gnulib-tool: Don't ask the user to perform edits in the generated
1864         Makefile.ams.
1865         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
1866         apply to the Makefile.am being generated.
1867         (func_emit_tests_Makefile_am): Execute edits that apply to the
1868         Makefile.am being generated.
1869         (func_import): Setup list of Makefile.am edits before emitting the
1870         Makefile.ams, not at the end.
1871         (func_create_testdir): Update.
1872         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1873
1874 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1875
1876         * gnulib-tool (func_import): Store the --tests-base option in the
1877         comment in gnulib-cache.m4.
1878
1879 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
1880
1881         * NEWS: Document increased portability that sys_select now provides.
1882
1883         * lib/sys_select.in.h: Install select wrapper.
1884         * lib/sys_socket.in.h: Use more descriptive name when there is no
1885         select wrapper.
1886         * lib/winsock-select.c: New.
1887         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
1888         Require gl_HEADER_SYS_SOCKET.
1889         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
1890         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
1891         * tests/test-sys_select.c: Add functional tests.
1892
1893 2008-09-24  Eric Blake  <ebb9@byu.net>
1894
1895         open, fopen: close fd leak in last patch
1896         * lib/open.c (rpl_open): Close fd before returning error.
1897         * lib/fopen.c (rpl_fopen): Close fd before returning error.
1898         * doc/posix-functions/open.texi (open): Document that Irix also
1899         has the bug.
1900         * doc/posix-functions/fopen.texi (fopen): Likewise.
1901         Reported by Paolo Bonzini.
1902
1903 2008-09-24  Bruno Haible  <bruno@clisp.org>
1904
1905         Ensure that a filename ending in a slash cannot be used to access a
1906         non-directory.
1907         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
1908         to check whether it's really a directory.
1909         * lib/fopen.c: Include fcntl.h, unistd.h.
1910         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
1911         and fdopen().
1912         * modules/fopen (Depends-on): Add unistd.
1913         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
1914         * tests/test-fopen.c (main): Likewise.
1915         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
1916         * doc/posix-functions/fopen.texi: Likewise.
1917         Reported by Eric Blake.
1918
1919 2008-09-23  Eric Blake  <ebb9@byu.net>
1920
1921         c-stack: avoid compiler optimizations when provoking overflow
1922         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
1923         recursion harder to optimize, to ensure a stack overflow occurs.
1924         * tests/test-c-stack.c (recurse): Likewise.
1925         Borrowed from libsigsegv.
1926
1927         c-stack: work around Irix sigaltstack bug
1928         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
1929         whether sigaltstack uses wrong end of stack_t (copied in part from
1930         libsigsegv).
1931         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
1932         Irix bug, without requiring an over-allocation.
1933         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
1934         bug.
1935
1936         fopen: document mingw bug on directories
1937         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
1938         not allowing a stream visiting a directory, even though reading
1939         from such a stream is not portable.
1940
1941 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1942
1943         * lib/poll.c: Rewrite.
1944         * modules/poll: Depend on alloca.
1945
1946 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1947
1948         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
1949         instead define prototypes for a full set of wrappers.  Ensure
1950         that Cygwin does not use the compatibility code, which is only
1951         for MinGW.
1952         * lib/winsock.c: New.
1953         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
1954         * modules/sys_socket: Add lib/winsock.c.
1955
1956         * modules/poll-tests: Add errno and perror.
1957         * tests/test-poll.c: Use ioctl, not ioctlsocket.
1958
1959 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1960
1961         * tests/test-poll.c: Downgrade minimum needed Winsock version.
1962
1963 2008-09-23  Bruno Haible  <bruno@clisp.org>
1964
1965         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
1966         * doc/glibc-functions/*: Likewise.
1967
1968 2008-09-23  Simon Josefsson  <simon@josefsson.org>
1969
1970         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
1971         success.
1972
1973 2008-09-22  Eric Blake  <ebb9@byu.net>
1974             Bruno Haible  <bruno@clisp.org>
1975
1976         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
1977         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
1978         supply %A but mishandle pseudo-NaN.
1979         Reported by Simon Josefsson.
1980
1981 2008-09-21  Bruno Haible  <bruno@clisp.org>
1982
1983         * tests/test-lock.c (main): Tweak skip message.
1984         * tests/test-tls.c (main): Likewise.
1985
1986 2008-09-21  Bruno Haible  <bruno@clisp.org>
1987
1988         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
1989         whether 'struct sigaction' has sa_sigaction here...
1990         (gl_PREREQ_SIG_HANDLER_H): ... not here.
1991         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
1992
1993 2008-09-21  Bruno Haible  <bruno@clisp.org>
1994
1995         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
1996         section.
1997         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
1998         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
1999         the new section.
2000         (Support for obsolete systems lacking POSIX:2001): New section.
2001         (String handling <string.h>): Move strdup to the new section.
2002         Suggested by Simon Josefsson and Paolo Bonzini.
2003
2004 2008-09-21  Bruno Haible  <bruno@clisp.org>
2005
2006         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
2007         exponents in %e and %g results on 'long double'. Needed for mingw's
2008         improved *printf functions.
2009         * tests/test-vasprintf-posix.c (test_function): Likewise.
2010         * tests/test-snprintf-posix.h (test_function): Likewise.
2011         * tests/test-sprintf-posix.h (test_function): Likewise.
2012         Reported by Eric Blake.
2013
2014 2008-09-21  Bruno Haible  <bruno@clisp.org>
2015
2016         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
2017         * tests/test-sprintf-posix.h (test_function): Likewise.
2018
2019 2008-09-21  Bruno Haible  <bruno@clisp.org>
2020
2021         * modules/getpass (Depends-on): Add strdup-posix.
2022
2023         New module 'strdup-posix'.
2024         * modules/strdup-posix: New file.
2025         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2026         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2027         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2028         REPLACE_STRDUP.
2029         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2030         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2032         strdup-posix.
2033
2034         * modules/strdup (Depends-on): Remove malloc-posix.
2035
2036 2008-09-20  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2039         Wildenhues.
2040
2041 2008-09-20  Bruno Haible  <bruno@clisp.org>
2042
2043         Ensure that wint_t gets defined on IRIX 5.3.
2044         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2045         * lib/wctype.in.h (wint_t): Likewise.
2046         (__wctype_wint_t): Remove type.
2047         (isw*): Use wint_t instead of __wctype_wint_t.
2048         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2049         * modules/wchar (Files): Add m4/wint_t.m4.
2050         (Makefile.am): Substitute HAVE_WINT_T.
2051         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2052         * tests/test-wctype.c: Check that wint_t is defined.
2053         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2054         * doc/posix-headers/wctype.texi: Likewise.
2055         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2056
2057 2008-09-18  Bruno Haible  <bruno@clisp.org>
2058
2059         * gnulib-tool (func_exit): Update comment.
2060
2061 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2062
2063         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2064         assumes strdup exists and does not depend on strdup to return
2065         ENOMEM on out of memory conditions.
2066
2067 2008-09-18  Bruno Haible  <bruno@clisp.org>
2068
2069         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
2070         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2071         digits for the exponent.
2072
2073 2008-09-18  Jim Meyering  <meyering@redhat.com>
2074             Bruno Haible  <bruno@clisp.org>
2075
2076         * lib/vasnprintf.c (decimal_point_char): Define also if
2077         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2078
2079 2008-09-16  Bruno Haible  <bruno@clisp.org>
2080         and Eric Blake  <ebb9@byu.net>
2081
2082         vasnprintf: support Irix 5.3
2083         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2084         that mishandle long double infinity.
2085         Reported by Tom G. Christensen.
2086
2087 2008-09-16  Bruno Haible  <bruno@clisp.org>
2088
2089         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2090         Solaris 9.
2091         * doc/glibc-functions/alphasort.texi: Likewise.
2092         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2093
2094 2008-09-16  Jim Meyering  <meyering@redhat.com>
2095
2096         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2097         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2098         a umask modification leak out of a subshell.  Otherwise, the
2099         opensolaris /bin/sh would be accepted and thus cause unwarranted
2100         failures in the coreutils test suite.
2101
2102 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2103
2104         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2105         to succeed.
2106
2107 2008-09-16  Jim Meyering  <meyering@redhat.com>
2108
2109         avoid spurious test failure when library is built without ACL support
2110         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2111         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2112         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2113         * tests/test-copy-acl.sh: Likewise.
2114
2115 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2116
2117         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2118         based on character occurrence counts.
2119
2120 2008-09-15  Eric Blake  <ebb9@byu.net>
2121
2122         tests: avoid some compiler warnings
2123         * tests/test-memchr.c (main): Pass NULL indirectly.
2124         * tests/test-closein.c (main): Avoid unused variable.
2125
2126 2008-09-15  Bruno Haible  <bruno@clisp.org>
2127
2128         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2129         are missing on OpenBSD 4.0 individually.
2130         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2131
2132 2008-09-15  Bruno Haible  <bruno@clisp.org>
2133
2134         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2135         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2136         * doc/posix-functions/perror.texi: Likewise.
2137         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2138         is missing.
2139         Reported by Eric Blake.
2140
2141         * lib/errno.in.h: Use replacement values >= 2000.
2142         Reported by Eric Blake.
2143
2144 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2145
2146         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2147         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2148         limit.
2149         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2150         compareseq was aborted.
2151
2152 2008-09-14  Bruno Haible  <bruno@clisp.org>
2153
2154         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2155         yvec_edit_count.
2156         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2157         (fstrcmp_bounded): Simplify result computation accordingly.
2158
2159 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2160
2161         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2162         (fstrcmp): Define in terms of fstrcmp_bounded.
2163         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2164         lower_bound argument.
2165         Return quickly if the result is certainly < lower_bound.
2166         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2167
2168 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2169
2170         * lib/diffseq.h (EARLY_ABORT): New macro.
2171         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2172         evaluates to true.
2173
2174 2008-09-14  Bruno Haible  <bruno@clisp.org>
2175
2176         * modules/perror-tests: New file.
2177         * tests/test-perror.sh: New file.
2178         * tests/test-perror.c: New file.
2179
2180         New module 'perror'.
2181         * lib/stdio.in.h (perror): New declaration.
2182         * lib/perror.c: New file.
2183         * m4/perror.m4: New file.
2184         * modules/perror: New file.
2185         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2186         * doc/posix-functions/perror.texi: Mention the perror module.
2187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2188         REPLACE_PERROR.
2189         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2190         REPLACE_PERROR.
2191
2192 2008-09-14  Bruno Haible  <bruno@clisp.org>
2193
2194         * modules/stdio (Makefile.am): Reorder to match the order in
2195         lib/stdio.in.h.
2196         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2197
2198 2008-09-13  Bruno Haible  <bruno@clisp.org>
2199
2200         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2201
2202 2008-09-13  Bruno Haible  <bruno@clisp.org>
2203
2204         Extend strerror to cover the added errno values.
2205         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
2206         (rpl_strerror): Provide error messages for the added errno values and
2207         for the WSA* values.
2208         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
2209         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
2210         strerror.
2211         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
2212         * modules/strerror (Depends-on): Add errno.
2213         * doc/posix-functions/strerror.texi: Document the change.
2214         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
2215         and EOVERFLOW.
2216
2217 2008-09-13  Bruno Haible  <bruno@clisp.org>
2218
2219         * modules/EOVERFLOW: Remove file.
2220         * m4/eoverflow.m4: Remove file.
2221         * modules/EOVERFLOW-tests: Remove file.
2222         * tests/test-EOVERFLOW.c: Remove file.
2223         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
2224         * modules/ftell (Depends-on): Likewise.
2225         * modules/getdelim (Depends-on): Likewise.
2226         * modules/getugroups (Depends-on): Likewise.
2227         * modules/poll (Depends-on): Likewise.
2228         * modules/snprintf (Depends-on): Likewise.
2229         * modules/sprintf-posix (Depends-on): Likewise.
2230         * modules/vasnprintf (Depends-on): Likewise.
2231         * modules/vasprintf (Depends-on): Likewise.
2232         * modules/vfprintf-posix (Depends-on): Likewise.
2233         * modules/vsnprintf (Depends-on): Likewise.
2234         * modules/vsprintf-posix (Depends-on): Likewise.
2235         * modules/xvasprintf (Depends-on): Likewise.
2236         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2237         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
2238         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
2239         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
2240         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2241         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
2242         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
2243         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
2244         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2245         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
2246         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
2247         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
2248         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2249         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
2250         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
2251         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
2252         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2253         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
2254         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
2255         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
2256         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2257         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
2258         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
2259         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
2260         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
2261         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2262         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
2263         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
2264         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
2265         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
2266         * MODULES.html.sh: Remove EOVERFLOW.
2267         * NEWS: Mention the change.
2268
2269 2008-09-13  Bruno Haible  <bruno@clisp.org>
2270
2271         * modules/errno-tests: New file.
2272         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
2273
2274         * lib/errno.in.h: New file.
2275         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
2276         * modules/errno: New file.
2277         * doc/posix-headers/errno.texi: Update documentation.
2278         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
2279
2280 2008-09-13  Bruno Haible  <bruno@clisp.org>
2281
2282         * tests/test-poll.c: Use #if for native Windows, rather than testing
2283         __MSVCRT__.
2284
2285 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2286             Bruno Haible  <bruno@clisp.org>
2287
2288         * lib/glob.c: Don't include <pwd.h> on native Windows.
2289         (WINDOWS32): New macro.
2290         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
2291
2292 2008-09-13  Bruno Haible  <bruno@clisp.org>
2293
2294         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
2295         (ETIMEDOUT): Remove macro.
2296         (glthread_cond_timedwait_multithreaded): New declaration.
2297         (glthread_cond_timedwait): Use it.
2298         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
2299         (glthread_cond_timedwait_multithreaded): New function.
2300
2301 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2302
2303         * modules/poll-tests: Do not check for io.h.
2304         * tests/test-poll.c: Check for __MSVCRT__ instead.
2305
2306 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2307
2308         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
2309         * modules/poll-tests: Add inet_pton, stdbool, sockets.
2310         * tests/test-poll.c: Use them.  Use _pipe on Windows.
2311
2312 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2313
2314         * modules/poll-tests: New.
2315         * tests/test-poll.c: New.
2316
2317 2008-09-12  Eric Blake  <ebb9@byu.net>
2318
2319         frexp: test for NetBSD failure on -0.0
2320         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
2321         not all, bugs from NetBSD 3.0 have been fixed.
2322         * doc/posix-functions/frexp.texi (frexp): Document bug.
2323         Reported by Thomas Klausner.
2324
2325         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
2326         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
2327         literal -0.0.
2328         Reported by Jonathan C. Patschke <jp@centtech.com>.
2329
2330 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2331
2332         * lib/glthread/cond.h: Use dummy implementation also if
2333         USE_WIN32_THREADS.
2334
2335 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2336
2337         * modules/fnmatch-posix (License): Change to LGPLv2+.
2338         * modules/fnmatch-gnu (License): Likewise.
2339
2340 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2341
2342         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
2343
2344 2008-09-11  Jim Meyering  <meyering@redhat.com>
2345
2346         * users.txt: Add gtk-vnc.
2347
2348 2008-09-08  Simon Josefsson  <simon@josefsson.org>
2349
2350         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
2351         rotate amounts.
2352
2353         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
2354         required for 16-bit and 8-bit rotates.
2355         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
2356         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
2357         UINT8_MAX instead of hard-coded constants.
2358         Suggested by Paul Eggert.
2359
2360 2008-09-07  Bruno Haible  <bruno@clisp.org>
2361
2362         * tests/test-striconveh.c (main): Check behaviour when converting from
2363         UTF-7.
2364
2365         Make striconveh work better with stateful encodings.
2366         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
2367         that iconv does not increment the inptr when returning -1/EINVAL.
2368
2369 2008-09-07  Bruno Haible  <bruno@clisp.org>
2370
2371         * build-aux/config.rpath: Update according to libtool-2.2.6.
2372         * build-aux/config.libpath: Likewise.
2373
2374 2008-09-06  Bruno Haible  <bruno@clisp.org>
2375
2376         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
2377         * lib/freadptr.c (freadptr): Likewise.
2378         * lib/freadseek.c (freadptrinc): Likewise.
2379         Reported by Simon Josefsson.
2380
2381 2008-09-06  Bruno Haible  <bruno@clisp.org>
2382
2383         * modules/freadptr (License): Change to LGPLv2+.
2384         * modules/freadseek (License): Likewise.
2385         Suggested by Eric Blake.
2386
2387         * modules/memchr2 (License): Change to LGPLv2+.
2388         Approved by Eric Blake.
2389
2390 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2391             Bruno Haible  <bruno@clisp.org>
2392
2393         Make gnulib-tool work with native 'sed' on AIX.
2394         * gnulib-tool (sed_noop): New variable.
2395         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
2396         func_add_or_update, func_create_testdir): Use it to initialize sed
2397         script variables.
2398         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2399
2400 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
2401             Bruno Haible  <bruno@clisp.org>
2402
2403         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
2404         also works after #include directives.
2405
2406 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
2407
2408         getdate.y: reject an out-of-range timezone value
2409         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
2410         the range [-24...+24].  When specified with only one or two digits,
2411         * tests/test-getdate.c: Tests for the fix.
2412         * doc/getdate.texi: Document this change.
2413
2414 2008-09-03  Bruno Haible  <bruno@clisp.org>
2415
2416         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
2417
2418 2008-09-02  Simon Josefsson  <simon@josefsson.org>
2419
2420         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
2421         <bruce.korb@gmail.com> with ideas from Ben Pfaff
2422         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
2423         Blake <ebb9@byu.net>.
2424
2425         * tests/test-bitrotate.c: Add more test vectors.
2426
2427 2008-09-02  Eric Blake  <ebb9@byu.net>
2428
2429         vasnprintf-posix: handle large precision via %.*d
2430         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
2431         when handling it ourselves.
2432         * tests/test-vasnprintf-posix.c (test_function): Add test.
2433         * tests/test-snprintf-posix.h (test_function): Likewise.
2434         * tests/test-sprintf-posix.h (test_function): Likewise.
2435         * tests/test-vasprintf-posix.c (test_function): Likewise.
2436         Reported by Alain Guibert.
2437
2438 2008-09-01  Eric Blake  <ebb9@byu.net>
2439
2440         c-stack: make configure-time check more robust
2441         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
2442         successful sigaction call.
2443         Reported by Tom G. Christensen.
2444
2445 2008-09-01  Bruno Haible  <bruno@clisp.org>
2446
2447         New module 'findprog-lgpl'.
2448         * modules/findprog-lgpl: New file.
2449         * lib/findprog-lgpl.c: New file.
2450         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
2451         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
2452         to decide whether to use strdup or xstrdup, concatenated_filename or
2453         xconcatenated_filename.
2454
2455 2008-09-01  Bruno Haible  <bruno@clisp.org>
2456
2457         Split module 'concat-filename' into 'concat-filename' (LGPL) and
2458         'xconcat-filename' (GPL).
2459         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
2460         (License): Change to LGPLv2+.
2461         * modules/xconcat-filename: New file.
2462         * lib/concat-filename.h (concatenated_filename): Change specification.
2463         (xconcatenated_filename): New declaration.
2464         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
2465         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
2466         memory situations.
2467         * lib/xconcat-filename.c: New file.
2468         * NEWS: Mention the change.
2469         * lib/findprog.c: Include concat-filename.h, not filename.h.
2470         (find_in_path): Use xconcatenated_filename instead of
2471         concatenated_filename.
2472         * lib/javacomp.c: Include concat-filename.h, not filename.h.
2473         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2474         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2475         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2476         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
2477         instead of concatenated_filename.
2478         * lib/javaexec.c: Include concat-filename.h, not filename.h.
2479         (execute_java_class): Use xconcatenated_filename instead of
2480         concatenated_filename.
2481         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
2482         * modules/javacomp (Depends-on): Likewise.
2483         * modules/javaexec (Depends-on): Likewise.
2484
2485 2008-09-01  Bruno Haible  <bruno@clisp.org>
2486
2487         Split module 'filename' into 'filename' and 'concat-filename'.
2488         * modules/filename: Keep only lib/filename.h.
2489         (License): Change to LGPLv2+.
2490         * modules/concat-filename: New file, extracted from modules/filename.
2491         * lib/filename.h (concatenated_filename): Remove declaration.
2492         * lib/concat-filename.h: New file, extracted from lib/filename.h.
2493         * lib/concat-filename.c: Include concat-filename.h.
2494         * NEWS: Mention the change.
2495
2496 2008-09-01  Simon Josefsson  <simon@josefsson.org>
2497
2498         * lib/bitrotate.h (rotl8, rotr8): Add.
2499
2500         * modules/bitrotate (configure.ac): Need
2501         AC_REQUIRE([AC_C_INLINE]).
2502         (Description): Mention stdint.h.  Reported by Bruno Haible
2503         <bruno@clisp.org>.
2504
2505         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
2506         Paolo Bonzini <bonzini@gnu.org>.
2507
2508 2008-08-31  Bruno Haible  <bruno@clisp.org>
2509
2510         Assume Solaris specific bi-arch conventions on Solaris systems.
2511         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
2512         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
2513         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
2514         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
2515         like acl_libdirstem.
2516         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
2517         acl_libdirstem.
2518         * NEWS: Mention the change.
2519         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
2520
2521 2008-08-31  Jim Meyering  <meyering@redhat.com>
2522
2523         * lib/strftime.h: Add comments describing the two added arguments.
2524
2525         remove duplicate #include directives
2526         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
2527         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
2528
2529 2008-08-31  Bruno Haible  <bruno@clisp.org>
2530
2531         New module 'sigpipe-die'.
2532         * modules/sigpipe-die: New file.
2533         * lib/sigpipe-die.h: New file.
2534         * lib/sigpipe-die.c: New file.
2535         * MODULES.html.sh (Signal handling): Add sigpipe-die.
2536
2537 2008-08-31  Bruno Haible  <bruno@clisp.org>
2538
2539         Don't override previously installed signal handlers.
2540         * lib/fatal-signal.c (saved_sigactions): New variable.
2541         (uninstall_handlers): Reset the signal to the saved handler, not
2542         to SIG_DFL (except when ignored).
2543         (install_handlers): Save the previous handlers.
2544
2545 2008-08-30  Bruno Haible  <bruno@clisp.org>
2546
2547         * gnulib-tool (func_reset_sigpipe): New function.
2548         (func_get_automake_snippet, func_modules_transitive_closure,
2549         func_import): Invoke it before a join command that reads from stdin,
2550         to avoid "echo: write error: Broken pipe" error messages on stderr.
2551         Reported by Sam Steingold <sds@gnu.org>.
2552
2553 2008-08-30  Bruno Haible  <bruno@clisp.org>
2554
2555         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
2556         Code copied from m4/open.m4.
2557         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
2558         access and the filename ends in a slash. Code copied from lib/open.c.
2559         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
2560         * tests/test-fopen.c (main): Check against bug with trailing slash.
2561
2562 2008-08-29  Bruno Haible  <bruno@clisp.org>
2563
2564         Avoid some "gcc -pedantic" warnings.
2565         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
2566         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
2567         * lib/dirent.in.h: Likewise.
2568         * lib/fcntl.in.h: Likewise.
2569         * lib/float.in.h: Likewise.
2570         * lib/iconv.in.h: Likewise.
2571         * lib/inttypes.in.h: Likewise.
2572         * lib/locale.in.h: Likewise.
2573         * lib/math.in.h: Likewise.
2574         * lib/netinet_in.in.h: Likewise.
2575         * lib/search.in.h: Likewise.
2576         * lib/signal.in.h: Likewise.
2577         * lib/stdarg.in.h: Likewise.
2578         * lib/stdint.in.h: Likewise.
2579         * lib/stdio.in.h: Likewise.
2580         * lib/stdlib.in.h: Likewise.
2581         * lib/string.in.h: Likewise.
2582         * lib/strings.in.h: Likewise.
2583         * lib/sys_select.in.h: Likewise.
2584         * lib/sys_socket.in.h: Likewise.
2585         * lib/sys_stat.in.h: Likewise.
2586         * lib/sys_time.in.h: Likewise.
2587         * lib/sysexits.in.h: Likewise.
2588         * lib/time.in.h: Likewise.
2589         * lib/unistd.in.h: Likewise.
2590         * lib/wchar.in.h: Likewise.
2591         * lib/wctype.in.h: Likewise.
2592         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
2593         * modules/fchdir (Makefile.am): Likewise.
2594         * modules/fcntl (Makefile.am): Likewise.
2595         * modules/float (Makefile.am): Likewise.
2596         * modules/iconv_open (Makefile.am): Likewise.
2597         * modules/inttypes (Makefile.am): Likewise.
2598         * modules/locale (Makefile.am): Likewise.
2599         * modules/math (Makefile.am): Likewise.
2600         * modules/netinet_in (Makefile.am): Likewise.
2601         * modules/search (Makefile.am): Likewise.
2602         * modules/signal (Makefile.am): Likewise.
2603         * modules/stdarg (Makefile.am): Likewise.
2604         * modules/stdint (Makefile.am): Likewise.
2605         * modules/stdio (Makefile.am): Likewise.
2606         * modules/stdlib (Makefile.am): Likewise.
2607         * modules/string (Makefile.am): Likewise.
2608         * modules/strings (Makefile.am): Likewise.
2609         * modules/sys_select (Makefile.am): Likewise.
2610         * modules/sys_socket (Makefile.am): Likewise.
2611         * modules/sys_stat (Makefile.am): Likewise.
2612         * modules/sys_time (Makefile.am): Likewise.
2613         * modules/sysexits (Makefile.am): Likewise.
2614         * modules/time (Makefile.am): Likewise.
2615         * modules/unistd (Makefile.am): Likewise.
2616         * modules/wchar (Makefile.am): Likewise.
2617         * modules/wctype (Makefile.am): Likewise.
2618         Reported by Reuben Thomas <rrt@sc3d.org>.
2619
2620 2008-08-29  Bruno Haible  <bruno@clisp.org>
2621
2622         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
2623         any more.
2624
2625 2008-08-29  Simon Josefsson  <simon@josefsson.org>
2626
2627         * MODULES.html.sh (Misc): Add bitrotate.
2628
2629         * modules/bitrotate: New file.
2630
2631         * lib/bitrotate.h: New file.
2632
2633         * modules/bitrotate-tests: New file.
2634
2635         * tests/test-bitrotate.c: New file.
2636
2637         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
2638         on the bitrotate module.
2639
2640         * lib/arctwo.c: Use new bitrotate module.
2641
2642 2008-08-29  Jim Meyering  <meyering@redhat.com>
2643
2644         bootstrap: merge changes from coreutils
2645         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
2646         of copied files.  Remove a kludge, now that this is fixed.
2647         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
2648         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
2649         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
2650
2651 2008-08-29  Bruno Haible  <bruno@clisp.org>
2652
2653         * MODULES.html.sh: Remove --cvs-urls option.
2654
2655 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
2656
2657         maint.mk: adjust to file name change
2658         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
2659
2660 2008-08-28  Jim Meyering  <meyering@redhat.com>
2661
2662         * modules/getndelim2 (License): Relicense to LGPLv2+.
2663         Approved by Richard Stallman for the version of 1995, and by
2664         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
2665
2666 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
2667
2668         * lib/getdelim.c (flockfile, funlockfile): Make all of them
2669         dummy if one is not available.  Do not touch them if
2670         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
2671         (getc_maybe_unlocked): New.
2672         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
2673
2674 2008-08-26  Eric Blake  <ebb9@byu.net>
2675
2676         doc/INSTALL: resync from autoconf
2677         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
2678         (INSTALL_PRELUDE): Delete; this is done more efficiently by
2679         moving...
2680         * install.texi [!autoconf]: ...here.  Resync from autoconf.
2681         * INSTALL: Regenerate.
2682         * INSTALL.ISO: New file.
2683         * INSTALL.UTF-8: Likewise.
2684
2685 2008-08-26  Jim Meyering  <meyering@redhat.com>
2686
2687         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
2688         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
2689         these definitions conditional, so that they may be overridden, too.
2690
2691 2008-08-26  Bruno Haible  <bruno@clisp.org>
2692
2693         Generate INSTALL file variants with prettier quotes.
2694         * doc/Makefile (INSTALL_PRELUDE): New macro.
2695         (INSTALL): Use it.
2696         (INSTALL.ISO, INSTALL.UTF-8): New rules.
2697
2698 2008-08-26  Bruno Haible  <bruno@clisp.org>
2699
2700         Run makeinfo in an English locale.
2701         * doc/Makefile (MAKEINFO): New variable.
2702
2703 2008-08-26  Bruno Haible  <bruno@clisp.org>
2704
2705         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
2706         Suggested by Eric Blake.
2707
2708 2008-08-25  Bruno Haible  <bruno@clisp.org>
2709
2710         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
2711
2712 2008-08-25  Eric Blake  <ebb9@byu.net>
2713
2714         c-stack: test that stack overflow can be caught
2715         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
2716         that platform allows handling stack overflow; at least OS/2 EMX
2717         has sigaltstack, but crashes before transferring control to
2718         handler on stack overflow.
2719         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
2720         check for HAVE_STACK_OVERFLOW_HANDLING.
2721         Reported by Elbert Pol.
2722
2723 2008-08-25  Bruno Haible  <bruno@clisp.org>
2724
2725         * doc/posix-functions/strftime.texi: Fix description of strftime
2726         module.
2727
2728 2008-08-24  Bruno Haible  <bruno@clisp.org>
2729
2730         * tests/uniwidth/test-uc_width2.c: New file.
2731         * tests/uniwidth/test-uc_width2.sh: New file.
2732         * modules/uniwidth/width-tests (Files): Add the new files.
2733         (TESTS): Add uniwidth/test-uc_width2.sh.
2734         (TESTS_ENVIRONMENT): New variable.
2735         (check_PROGRAMS): Add test-uc_width2.
2736         (test_uc_width2_SOURCES): New variable.
2737
2738         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
2739         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
2740         not 0x00AB.
2741         Reported by Alexander V. Lukyanov <lav@netis.ru>.
2742
2743 2008-08-22  Eric Blake  <ebb9@byu.net>
2744
2745         test-lock, test-tls: mention why a test is skipped
2746         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
2747         skipped.
2748         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
2749
2750         count-one-bits: relax license
2751         * modules/count-one-bits (License): Relicense to LGPLv2+.
2752         Suggested by Ludovic Courtès, approved by Ben Pfaff.
2753
2754 2008-08-22  Andreas Schwab  <schwab@suse.de>
2755
2756         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2757         Remove spurious space in assignment.
2758
2759 2008-08-21  Simon Josefsson  <simon@josefsson.org>
2760
2761         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
2762         Paul Eggert <eggert@CS.UCLA.EDU>.
2763
2764 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
2765
2766         * modules/gettext: Add m4/threadlib.m4.
2767
2768 2008-08-19  Eric Blake  <ebb9@byu.net>
2769
2770         test-c-stack: fix compilation failure on FreeBSD 5.0
2771         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
2772         headers before <sys/resource.h>.
2773         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
2774         the bug.
2775         Reported by Nelson H. F. Beebe.
2776
2777         strverscmp: migrate from "strverscmp.h" to <string.h>
2778         * modules/string (Makefile.am): Add new hooks.
2779         * modules/strverscmp (Files): Remove strverscmp.h.
2780         (Depends-on): Add string.
2781         (configure.ac): Add indicator.
2782         (Include): Mention new header.
2783         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
2784         defaults.
2785         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
2786         results.
2787         * lib/strverscmp.h: Delete.
2788         * lib/string.in.h (strverscmp): Provide declaration, when needed.
2789         * tests/test-strverscmp.c (includes): Adjust client.
2790         * lib/check-version.c (includes): Likewise.
2791         * NEWS: Document the change.
2792
2793         strverscmp: add unit test
2794         * modules/strverscmp-tests: New file.
2795         * tests/test-strverscmp.c: Likewise.
2796
2797 2008-08-19  Simon Josefsson  <simon@josefsson.org>
2798
2799         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
2800         regarding Windows crypto stuff, from Mono.
2801
2802 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
2803
2804         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
2805         if present, for intel RND.  Return error on failures.
2806
2807 2008-08-18  Ben Pfaff  <blp@gnu.org>
2808
2809         gitlog-to-changelog: give better diagnostic for failed pipe-open
2810         * build-aux/gitlog-to-changelog: Improve error message: suggest
2811         that the version of Git may be too old.
2812
2813 2008-08-18  Simon Josefsson  <simon@josefsson.org>
2814
2815         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
2816         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
2817
2818 2008-08-18  Bruno Haible  <bruno@clisp.org>
2819
2820         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
2821         pthread_in_use().
2822
2823 2008-08-18  Bruno Haible  <bruno@clisp.org>
2824
2825         * lib/glthread/threadlib.c: Include <pthread.h>.
2826
2827 2008-08-18  Bruno Haible  <bruno@clisp.org>
2828
2829         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
2830         glthread_recursive_lock_* macros.
2831         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
2832         Fix syntax error.
2833
2834 2008-08-18  Bruno Haible  <bruno@clisp.org>
2835
2836         * lib/glthread/thread.c: Avoid forcing a context switch right after
2837         thread creation.
2838
2839 2008-08-17  Bruno Haible  <bruno@clisp.org>
2840
2841         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
2842         * lib/glthread/thread.h: Provide Win32 specific implementation.
2843         * modules/thread (Files): Add lib/glthread/thread.c.
2844         (Depends-on): Add lock.
2845         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
2846
2847 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2848
2849         New module 'yield'.
2850         * modules/yield: New file.
2851         * lib/glthread/yield.h: New file.
2852         * m4/yield.m4: New file.
2853         * MODULES.html.sh (Multithreading): Add yield.
2854
2855 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2856
2857         New module 'thread'.
2858         * modules/thread: New file.
2859         * lib/glthread/thread.h: New file.
2860         * m4/thread.m4: New file.
2861         * MODULES.html.sh (Multithreading): Add thread.
2862
2863 2008-08-17  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/glthread/lock.h: Include <stdlib.h> always.
2866         * lib/glthread/tls.h: Likewise.
2867         * lib/glthread/cond.h: Likewise.
2868
2869 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2870
2871         New module 'cond'.
2872         * modules/cond: New file.
2873         * lib/glthread/cond.h: New file.
2874         * lib/glthread/cond.c: New file.
2875         * m4/cond.m4: New file.
2876         * MODULES.html.sh (Multithreading): Add cond.
2877
2878 2008-08-16  Eric Blake  <ebb9@byu.net>
2879
2880         c-stack: fix regression on Irix 5.3 from 2008-06-21
2881         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
2882         sa_sigaction...
2883         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
2884         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
2885         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
2886         * modules/signal (Makefile.am): Use the value.
2887         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
2888         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
2889         * doc/posix-headers/signal.texi (signal.h): Document this
2890         portability issue.
2891         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
2892         Reported by Tom G. Christensen.
2893
2894 2008-08-17  Bruno Haible  <bruno@clisp.org>
2895
2896         New module 'threadlib'.
2897         * modules/threadlib: New file.
2898         * lib/glthread/threadlib.c: New file, extracted from
2899         lib/glthread/lock.c.
2900         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
2901         functions.
2902         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
2903         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
2904         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
2905         macros.
2906         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
2907         (gl_DISABLE_THREADS): Remove macro.
2908         * modules/lock (Files): Remove build-aux/config.rpath.
2909         (Depends-on): Remove havelib. Add threadlib.
2910         (configure.ac-early): Remove section.
2911         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
2912         * modules/tls (Depends-on): Remove lock. Add threadlib.
2913         (Link): New section, copied from threadlib.
2914         * MODULES.html.sh (Multithreading): Add threadlib.
2915
2916 2008-08-14  Bruno Haible  <bruno@clisp.org>
2917
2918         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
2919         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
2920         glthread_rwlock_unlock, glthread_rwlock_destroy,
2921         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
2922         glthread_recursive_lock_destroy): Define as macros always.
2923         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
2924         glthread_lock_lock.
2925         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
2926         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
2927         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
2928         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
2929         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
2930         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
2931         (glthread_recursive_lock_lock_func): Renamed from
2932         glthread_recursive_lock_lock.
2933         (glthread_recursive_lock_unlock_func): Renamed from
2934         glthread_recursive_lock_unlock.
2935         (glthread_recursive_lock_destroy_func): Renamed from
2936         glthread_recursive_lock_destroy.
2937
2938 2008-08-14  Bruno Haible  <bruno@clisp.org>
2939
2940         * lib/glthread/lock.h: Renamed from lib/lock.h.
2941         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
2942         * lib/glthread/tls.h: Renamed from lib/tls.h.
2943         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
2944         * lib/fstrcmp.c: Update includes.
2945         * lib/strsignal.c: Update includes.
2946         * modules/lock (Files, Makefile.am): Update.
2947         (Include): Change to "glthread/lock.h".
2948         * modules/tls (Files, Makefile.am): Update.
2949         (Include): Change to "glthread/tls.h".
2950         * tests/test-lock.c: Update includes.
2951         * tests/test-tls.c: Update includes.
2952         * NEWS: Mention the renamed header files.
2953
2954 2008-08-11  Jim Meyering  <meyering@redhat.com>
2955
2956         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
2957
2958 2008-08-11  Eric Blake  <ebb9@byu.net>
2959
2960         test-c-stack: avoid C99-ism
2961         * tests/test-c-stack.c (main): Fix whitespace, move declaration
2962         before statement.
2963         Reported by Alain Guibert.
2964
2965 2008-08-10  Jim Meyering  <meyering@redhat.com>
2966
2967         ensure that return value of uinttostr et al are not ignored
2968         * lib/inttostr.h (__GNUC_PREREQ): Define.
2969         (__attribute_warn_unused_result__): Define.
2970         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
2971
2972 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
2973
2974         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
2975         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
2976
2977 2008-08-07  Jim Meyering  <meyering@redhat.com>
2978
2979         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
2980
2981         * modules/mkstemp (License): Relicense under LGPLv2+.
2982         * modules/tempname (License): Likewise.
2983
2984 2008-08-06  Bruno Haible  <bruno@clisp.org>
2985
2986         * lib/poll.c (poll): Further micro-optimization.
2987
2988 2008-08-06  Jim Meyering  <meyering@redhat.com>
2989
2990         inet_pton.c: use locale-independent tolower
2991         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
2992         (inet_pton6): Use c_tolower rather than tolower.
2993         * modules/inet_pton (Depends-on): Add c-ctype.
2994
2995 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
2996
2997         * lib/poll.c (poll): Avoid division when timeout is 0, cache
2998         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
2999
3000 2008-08-06  Jim Meyering  <meyering@redhat.com>
3001
3002         * modules/inet_pton (License): Relicense under LGPLv2+.
3003
3004 2008-08-03  Bruno Haible  <bruno@clisp.org>
3005
3006         Additional non-aborting API for lock and tls.
3007         * lib/lock.h: Include <errno.h>.
3008         (glthread_lock_init): New macro/function.
3009         (gl_lock_init): Define as wrapper around glthread_lock_init.
3010         (glthread_lock_lock): New macro/function.
3011         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
3012         (glthread_lock_unlock): New macro/function.
3013         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
3014         (glthread_lock_destroy): New macro/function.
3015         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
3016         (glthread_rwlock_init): New macro/function.
3017         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
3018         (glthread_rwlock_rdlock): New macro/function.
3019         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
3020         (glthread_rwlock_wrlock): New macro/function.
3021         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
3022         (glthread_rwlock_unlock): New macro/function.
3023         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
3024         (glthread_rwlock_destroy): New macro/function.
3025         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3026         (glthread_recursive_lock_init): New macro/function.
3027         (gl_recursive_lock_init): Define as wrapper around
3028         glthread_recursive_lock_init.
3029         (glthread_recursive_lock_lock): New macro/function.
3030         (gl_recursive_lock_lock): Define as wrapper around
3031         glthread_recursive_lock_lock.
3032         (glthread_recursive_lock_unlock): New macro/function.
3033         (gl_recursive_lock_unlock): Define as wrapper around
3034         glthread_recursive_lock_unlock.
3035         (glthread_recursive_lock_destroy): New macro/function.
3036         (gl_recursive_lock_destroy): Define as wrapper around
3037         glthread_recursive_lock_destroy.
3038         (glthread_once): New macro/function.
3039         (gl_once): Define as wrapper around glthread_once.
3040         Update function declarations.
3041         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3042         glthread_rwlock_init. Return error code.
3043         (glthread_rwlock_rdlock_multithreaded): Renamed from
3044         glthread_rwlock_rdlock. Return error code.
3045         (glthread_rwlock_wrlock_multithreaded): Renamed from
3046         glthread_rwlock_wrlock. Return error code.
3047         (glthread_rwlock_unlock_multithreaded): Renamed from
3048         glthread_rwlock_unlock. Return error code.
3049         (glthread_rwlock_destroy_multithreaded): Renamed from
3050         glthread_rwlock_destroy. Return error code.
3051         (glthread_recursive_lock_init_multithreaded): Renamed from
3052         glthread_recursive_lock_init. Return error code.
3053         (glthread_recursive_lock_lock_multithreaded): Renamed from
3054         glthread_recursive_lock_lock. Return error code.
3055         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3056         glthread_recursive_lock_unlock. Return error code.
3057         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3058         glthread_recursive_lock_destroy. Return error code.
3059         (glthread_once_call): Make static.
3060         (glthread_once_multithreaded): Renamed from glthread_once.
3061         * lib/tls.h: Include <errno.h>.
3062         (glthread_tls_key_init): New macro/function.
3063         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3064         (glthread_tls_set): New macro/function.
3065         (gl_tls_set): Define as wrapper around glthread_tls_set.
3066         (glthread_tls_key_destroy): New macro/function.
3067         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3068         Update function declarations.
3069         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3070         glthread_tls_get.
3071         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3072
3073 2008-08-04  Eric Blake  <ebb9@byu.net>
3074
3075         gnumakefile: use space, not TAB, outside of targets
3076         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3077
3078 2008-08-02  Jim Meyering  <meyering@redhat.com>
3079
3080         getdate.y: avoid locale-dependent date parsing failure
3081         In Turkish locales, getdate would fail to recognize keywords
3082         containing a lowercase "i".  The solution is not to rely on
3083         locale-sensitive case-conversion.
3084         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3085         (lookup_word): Use c_toupper in place of toupper.
3086         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3087         Reported by Vefa Bicakci <bicave@superonline.com> in
3088         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3089         * modules/getdate (Depends-on): Add c-ctype.
3090
3091 2008-08-02  Bruno Haible  <bruno@clisp.org>
3092
3093         * gnulib-tool (func_import): When updating or creating a .gitignore
3094         file, prepend each added line with a slash, and ignore leading slashes
3095         from the existing lines.
3096         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3097
3098 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3099
3100         Portability fix for GNU make 3.79.1.
3101         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3102         versions do not understand.
3103
3104 2008-08-01  Bruno Haible  <bruno@clisp.org>
3105
3106         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3107         * tests/test-isnanf.h (zero): New variable.
3108         (main): Avoid literal -0.0f.
3109         * tests/test-isnand.h (zero): New variable.
3110         (main): Avoid literal -0.0.
3111         * tests/test-isnanl.h (zero): New variable.
3112         (main): Avoid literal -0.0L.
3113         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3114         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3115         -0.0, -0.0L.
3116         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3117         (test_signbitd): Avoid literal -0.0.
3118         (test_signbitl): Avoid literal -0.0L.
3119         * tests/test-ceilf1.c (zero): New variable.
3120         (main): Avoid literal -0.0f.
3121         * tests/test-ceill.c (zero): New variable.
3122         (main): Avoid literal -0.0L.
3123         * tests/test-floorf1.c (zero): New variable.
3124         (main): Avoid literal -0.0f.
3125         * tests/test-floorl.c (zero): New variable.
3126         (main): Avoid literal -0.0L.
3127         * tests/test-roundf1.c (zero): New variable.
3128         (main): Avoid literal -0.0f.
3129         * tests/test-round1.c (zero): New variable.
3130         (main): Avoid literal -0.0.
3131         * tests/test-roundl.c (zero): New variable.
3132         (main): Avoid literal -0.0L.
3133         * tests/test-truncf1.c (zero): New variable.
3134         (main): Avoid literal -0.0f.
3135         * tests/test-trunc1.c (zero): New variable.
3136         (main): Avoid literal -0.0.
3137         * tests/test-truncl.c (zero): New variable.
3138         (main): Avoid literal -0.0L.
3139         * tests/test-frexp.c (zero): New variable.
3140         (main): Avoid literal -0.0.
3141         * tests/test-frexpl.c (zero): New variable.
3142         (main): Avoid literal -0.0L.
3143         * tests/test-ldexpl.c (zero): New variable.
3144         (main): Avoid literal -0.0L.
3145         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3146         (zerod, zerol): New variables.
3147         (test_function): Avoid literals -0.0, -0.0L.
3148         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3149         (zerod, zerol): New variables.
3150         (test_function): Avoid literals -0.0, -0.0L.
3151         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3152         (zerod, zerol): New variables.
3153         (test_function): Avoid literals -0.0, -0.0L.
3154         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3155         (zerod, zerol): New variables.
3156         (test_function): Avoid literals -0.0, -0.0L.
3157         * tests/test-strtod.c (zero): New variable.
3158         (main): Avoid literal -0.0.
3159         Reported by Jonathan C. Patschke <jp@centtech.com>.
3160
3161 2008-07-31  Jim Meyering  <meyering@redhat.com>
3162
3163         sha256.h: correct definition of SHA224_DIGEST_SIZE
3164         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3165         Reported by Paulie Pena IV <paulie4@gmail.com>.
3166         Define as 224 / 8, rather than as a literal.
3167         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3168         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3169         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3170
3171 2008-07-31  Bruno Haible  <bruno@clisp.org>
3172
3173         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3174         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3175         Reported by Jonathan Patschke <jp@centtech.com>.
3176
3177 2008-07-31  Bruno Haible  <bruno@clisp.org>
3178
3179         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3180         Reported by Paolo Bonzini <bonzini@gnu.org>.
3181
3182 2008-07-30  Eric Blake  <ebb9@byu.net>
3183
3184         test-strtod: allow compilation without -lm
3185         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3186         Reported by Dennis Clarke <blastwave@gmail.com>.
3187
3188 2008-07-28  Jim Meyering  <meyering@redhat.com>
3189
3190         bootstrap: work also when there are no .po files in po/
3191         * build-aux/bootstrap (update_po_files): Complete the change
3192         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3193
3194 2008-07-27  Jim Meyering  <meyering@redhat.com>
3195
3196         * users.txt: Add zile.
3197
3198 2008-07-26  Ben Pfaff  <blp@gnu.org>
3199
3200         Add missing dependencies on new m4/exponent[fdl].m4 files.
3201         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3202         * modules/isnand-nolibm: Add m4/exponentd.m4.
3203         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3204         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
3205         m4/isnan[fdl].m4, because the macros actually used moved.
3206         Reported by Jim Meyering.
3207
3208 2008-07-14  Ben Pfaff  <blp@gnu.org>
3209
3210         Add isinf module.
3211         * lib/isinf.c: New file.
3212         * lib/math.in.h: Define isinf macro if we have decided to replace
3213         it.
3214         * m4/isinf.m4: New file.
3215         * m4/math_h.m4: Initialize and substitute variables for isinf
3216         module.
3217         * modules/isinf: New file.
3218         * modules/isinf-tests: New file.
3219         * modules/math: Add substitutions for new module.
3220         * tests/test-isinf.c: New file.
3221         * doc/posix-functions/isinf.texi: Mention new module.
3222         * MODULES.html.sh: Mention new module.
3223
3224 2008-07-14  Ben Pfaff  <blp@gnu.org>
3225
3226         Factor out some macros for use by additional modules.
3227         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
3228         exponentf.m4.
3229         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
3230         exponentd.m4.
3231         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
3232         file exponentl.m4.
3233         * m4/exponentf.m4: New file.
3234         * m4/exponentd.m4: New file.
3235         * m4/exponentl.m4: New file.
3236         * modules/isnanf: Use new file m4/exponentf.m4.
3237         * modules/isnand: Use new file m4/exponentd.m4.
3238         * modules/isnanl: Use new file m4/exponentl.m4.
3239
3240 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
3241
3242         mktime.c: normalize tp->tm_isdst value to -1/0/1.
3243         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3244         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
3245         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
3246
3247         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
3248         readlink on platforms without PATH_MAX.
3249
3250 2008-07-21  Eric Blake  <ebb9@byu.net>
3251
3252         Warn, not fail, on stale version.
3253         * top/GNUmakefile (_curr-ver): Tone down previous patch.
3254
3255         Don't allow installation with stale devel version number.
3256         * top/GNUmakefile (_is-install-target): New macro.
3257         (_curr-ver): Forbid installation with stale version number.
3258
3259 2008-07-20  Bruno Haible  <bruno@clisp.org>
3260
3261         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
3262         TESTS_ENVIRONMENT.
3263         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
3264
3265 2008-07-20  Bruno Haible  <bruno@clisp.org>
3266
3267         * lib/c-stack.h (c_stack_action): Add documentation.
3268         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
3269
3270 2008-07-20  Bruno Haible  <bruno@clisp.org>
3271
3272         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
3273         * modules/readlink (License): Likewise.
3274
3275 2008-07-17  Eric Blake  <ebb9@byu.net>
3276
3277         * modules/c-stack (Link): Fix typo.
3278
3279         Make c-stack use libsigsegv, when available.
3280         * modules/c-stack (Depends-on): Add libsigsegv.
3281         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
3282         needed.
3283         * lib/c-stack.c (SIGSTKSZ): Define fallback.
3284         (segv_handler, overflow_handler, c_stack_action)
3285         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
3286         implementation when libsigsegv is available, but only when using
3287         the library is necessary.
3288         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
3289         comment, explaining why XSI check fails on Linux.
3290         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
3291         * tests/test-c-stack2.sh: Tweak skip message.
3292         * NEWS: Document new link-time requirements.
3293
3294 2008-07-16  Eric Blake  <ebb9@byu.net>
3295
3296         c-stack: Expose false positives when not using libsigsegv.
3297         * modules/c-stack-tests (Files): Expand test.
3298         * tests/test-c-stack.c (main): Add means to conditionally trigger
3299         non-overflow SIGSEGV.
3300         * tests/test-c-stack2.sh: New file.
3301
3302 2008-07-14  Bruno Haible  <bruno@clisp.org>
3303
3304         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
3305         Reported by Eric Blake.
3306
3307 2008-07-14  Sam Steingold  <sds@gnu.org>
3308             Bruno Haible  <bruno@clisp.org>
3309
3310         New module libsigsegv.
3311         * modules/libsigsegv: New file.
3312         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
3313         modifications.
3314         * MODULES.html.sh (Signal handling): New section.
3315
3316 2008-07-14  Bruno Haible  <bruno@clisp.org>
3317
3318         * modules/unictype/ctype-* (Description): Add the word "function".
3319         Improves the resulting doc in MODULES.html.
3320
3321 2008-07-12  Ben Pfaff  <blp@gnu.org>
3322
3323         Add longlong module.
3324         * modules/longlong: New file.
3325
3326 2008-07-12  Bruno Haible  <bruno@clisp.org>
3327
3328         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
3329         to empty.
3330
3331 2008-07-10  Ben Pfaff  <blp@gnu.org>
3332
3333         Add isnan module.
3334         * doc/posix-functions/isnan.texi: Mention new module.
3335         * lib/math.in.h: Define isnan macro if we have decided to replace
3336         it.
3337         * m4/isnan.m4: New file.
3338         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
3339         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
3340         also.
3341         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
3342         redundancy.
3343         * m4/math_h.m4: Initialize and substitute variables for isnan
3344         module.
3345         * modules/isnan: New file.
3346         * modules/isnan-tests: New file.
3347         * modules/math: Add substitutions for new module.
3348         * tests/test-isnan.c: New file.
3349         * MODULES.html.sh: Mention new module.
3350
3351 2008-07-10  Ben Pfaff  <blp@gnu.org>
3352
3353         Add isnanf module.
3354         * lib/isnanf.m4: New file.
3355         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
3356         (gl_HAVE_ISNANF_IN_LIBM): New macro.
3357         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
3358         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
3359         * modules/isnanf: New file.
3360         * modules/isnanf-tests: New file.
3361         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
3362         files.
3363         * tests/test-isnanf-nolibm.c: factored most of its contents into
3364         new file tests/test-isnanf.h.
3365         * tests/test-isnanf.h: New file.
3366         * tests/test-isnanf.c: New file.
3367         * MODULES.html.sh: Mention new module.
3368         * doc/glibc-functions/isnanf.texi: Mention new module.
3369
3370 2008-07-10  Ben Pfaff  <blp@gnu.org>
3371
3372         Add isnand module.
3373         * lib/isnand.h: New file.
3374         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
3375         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
3376         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
3377         functionality also.
3378         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
3379         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
3380         (gl_HAVE_ISNAND_IN_LIBM): New macro.
3381         * modules/isnand: New file.
3382         * modules/isnand-tests: New file.
3383         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
3384         files.
3385         * tests/test-isnand-nolibm.c: factored most of its contents into
3386         new file tests/test-isnand.h.
3387         * tests/test-isnand.h: New file.
3388         * tests/test-isnand.c: New file.
3389         * MODULES.html.sh: Mention new module.
3390
3391 2008-07-10  Ben Pfaff  <blp@gnu.org>
3392
3393         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
3394         * lib/isnand.h: Rename lib/isnand-nolibm.h.
3395         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
3396         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
3397         * modules/isnanf-nolibm: Update references to renamed files.
3398         * modules/isnand-nolibm: Likewise.
3399         * modules/isnanf-nolibm-tests: Likewise.
3400         * modules/isnand-nolibm-tests: Likewise.
3401         * lib/frexp.c: Likewise.
3402         * lib/isfinite.c: Likewise.
3403         * lib/signbitd.c: Likewise.
3404         * lib/signbitf.c: Likewise.
3405         * lib/vasnprintf.c: Likewise.
3406         * tests/test-ceilf1.c: Likewise.
3407         * tests/test-ceilf2.c: Likewise.
3408         * tests/test-floorf1.c: Likewise.
3409         * tests/test-floorf2.c: Likewise.
3410         * tests/test-frexp.c: Likewise.
3411         * tests/test-round1.c: Likewise.
3412         * tests/test-round2.c: Likewise.
3413         * tests/test-roundf1.c: Likewise.
3414         * tests/test-strtod.c: Likewise.
3415         * tests/test-trunc1.c: Likewise.
3416         * tests/test-trunc2.c: Likewise.
3417         * tests/test-truncf1.c: Likewise.
3418         * tests/test-truncf2.c: Likewise.
3419         * NEWS: Mention the renamed header files.
3420
3421 2008-07-11  Jim Meyering  <meyering@redhat.com>
3422
3423         vc-list-files: make the last-resort awk code more portable
3424         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
3425         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
3426         does not support it.
3427
3428 2008-07-10  Eric Blake  <ebb9@byu.net>
3429
3430         Work with tar's bootstrap.
3431         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
3432         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
3433         an m4 comment.
3434
3435 2008-07-09  Jim Meyering  <meyering@redhat.com>
3436
3437         posix-shell.m4: fix typo that made this test malfunction
3438         * m4/posix-shell.m4: Remove capitalization in variable name.
3439
3440 2008-07-08  Bruno Haible  <bruno@clisp.org>
3441
3442         * m4/onceonly.m4: Update comments.
3443         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3444
3445 2008-07-04  Jim Meyering  <meyering@redhat.com>
3446
3447         * users.txt: Add vc-dwim.
3448         (bison, coreutils): Use the gitweb URL.
3449
3450 2008-07-03  Jim Meyering  <meyering@redhat.com>
3451
3452         * users.txt: Add libffcall.  From Sam Steingold.
3453
3454 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
3455
3456         getdate.y: do not ignore TZ with relative day, month or year offset
3457         * lib/getdate.y (get_date): Move the tz-handling block to follow the
3458         relative-date-handling, since otherwise, the latter would clobber the
3459         sole output (an updated Start value) of the tz-handling block.
3460         * tests/test-getdate.c: Tests for the fix
3461
3462 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3463
3464         Recognize 'foo_LIBRARIES += libgnu.a'.
3465         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
3466         makefile snippet has already specified an installation location,
3467         also using '+='.
3468
3469 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
3470
3471         getdate.y: factor out common actions
3472         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
3473         Use them in place of open-coded actions.
3474
3475 2008-07-01  Simon Josefsson  <simon@josefsson.org>
3476
3477         Add self-test for getdate module.
3478         * modules/getdate-tests: New file.
3479         * tests/test-getdate.c: New file.
3480
3481 2008-06-29  Bruno Haible  <bruno@clisp.org>
3482
3483         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
3484         .gitignore.
3485         Reported by Sylvain Beucler <beuc@beuc.net>.
3486
3487 2008-06-29  Bruno Haible  <bruno@clisp.org>
3488
3489         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
3490         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
3491
3492 2008-06-29  Bruno Haible  <bruno@clisp.org>
3493
3494         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
3495         EXTRA_DIST.
3496         Reported by Sylvain Beucler <beuc@beuc.net>.
3497
3498 2008-06-26  Jim Meyering  <meyering@redhat.com>
3499
3500         make several modules depend on the "open" module
3501         This provides slightly increased consistency when opening-for-write
3502         the name of a non-directory spelled with a trailing slash.
3503         * modules/chdir-safer: Likewise.
3504         * modules/chown: Likewise.
3505         * modules/clean-temp: Likewise.
3506         * modules/copy-file: Likewise.
3507         * modules/fchdir: Likewise.
3508         * modules/fcntl-safer: Likewise.
3509         * modules/pipe: Likewise.
3510         * modules/utime: Likewise.
3511         Prompted by Eric Blake and Bruno Haible.
3512
3513 2008-06-24  Andreas Schwab  <schwab@suse.de>
3514
3515         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
3516         literals can be used as initializers for global variables.
3517
3518 2008-06-23  Eric Blake  <ebb9@byu.net>
3519
3520         Make gnulib-cache.m4 easier to diff.
3521         * gnulib-tool (func_import): Allow newlines when reading cached
3522         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
3523
3524 2008-06-23  Bruno Haible  <bruno@clisp.org>
3525
3526         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
3527         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
3528         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
3529         m4/signalblocking.m4.
3530         (gl_PREREQ_SIGACTION): Don't invoke it.
3531         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
3532         gl_PREREQ_SIG_HANDLER_H.
3533         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3534         Don't check for sigaction here.
3535
3536 2008-06-23  Bruno Haible  <bruno@clisp.org>
3537
3538         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
3539         (install_handlers): Don't set the SA_RESETHAND flag.
3540
3541 2008-06-23  Bruno Haible  <bruno@clisp.org>
3542
3543         * m4/sigaction.m4: Comment fixes.
3544         * lib/signal.in.h: Likewise.
3545
3546 2008-06-23  Eric Blake  <ebb9@byu.net>
3547
3548         Fix typo.
3549         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
3550
3551         Avoid SA_ namespace.
3552         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
3553         Reported by Ralf Wildenhues.
3554
3555         Avoid test failure due to SA_RESTORER.
3556         * tests/test-sigaction.c (SA_MASK): New macro.
3557         (main): Avoid failing due to extension flags being set.
3558         Reported by Jim Meyering.
3559
3560         Revert use of sig-handler.h in sigprocmask.c.
3561         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
3562         it requires the existence of struct sigaction.
3563         * lib/sigprocmask.c (handler_t): Restore typedef.
3564         (rpl_signal, old_handlers): Use local type.
3565
3566 2008-06-22  Bruno Haible  <bruno@clisp.org>
3567
3568         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
3569         conditionally.
3570         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3571
3572 2008-06-22  Bruno Haible  <bruno@clisp.org>
3573
3574         * doc/posix-functions/siginterrupt.texi: Move note.
3575
3576         * lib/signal.in.h (SA_RESTART): New macro.
3577         * lib/sigaction.c: Update comment.
3578
3579         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
3580
3581         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
3582         (gl_PREREQ_SIGPROCMASK): Invoke it.
3583         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
3584
3585         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
3586
3587         * lib/sigprocmask.c: Update a comment.
3588
3589 2008-06-21  Eric Blake  <ebb9@byu.net>
3590
3591         Use sigaction module rather than signal().
3592         * modules/c-stack (Depends-on): Add sigaction.
3593         * modules/fatal-signal (Depends-on): Likewise.
3594         * modules/nanosleep (Depends-on): Likewise.
3595         * modules/sigprocmask (Files): Add sig-handler.h.
3596         * modules/sigaction (Files): Likewise.
3597         * lib/sig-handler.h (get_handler): New file, suggested by Paul
3598         Eggert.
3599         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
3600         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
3601         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
3602         (init_fatal_signals): Likewise.
3603         * lib/nanosleep.c (rpl_nanosleep): Likewise.
3604         (siginterrupt): Delete fallback.
3605         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
3606         instead.
3607         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
3608         siginterrupt.
3609
3610         New module sigaction, for mingw.
3611         * modules/sigaction: New module...
3612         * modules/sigaction-tests: ...and its test.
3613         * m4/sigaction.m4: New file.
3614         * lib/sigaction.c: Likewise.
3615         * tests/test-sigaction.c: Likewise.
3616         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
3617         * modules/signal (Makefile.am): Likewise.
3618         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
3619         needed.
3620         * doc/posix-headers/signal.texi (signal.h): Mention provided
3621         types.
3622         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
3623         that sigaction is preferable.
3624         * doc/posix-functions/sigaction.texi (sigaction): Mention new
3625         module.
3626         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3627         sigaction.
3628
3629         Improve robustness of sigprocmask by overriding signal.
3630         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
3631         is in use.
3632         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
3633         (SIGKILL, SIGSTOP): Provide fallbacks.
3634         (rpl_signal): Implement.
3635         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
3636         signal can be called inside handlers.
3637
3638         Fix nanosleep module on mingw.
3639         * modules/nanosleep (Depends-on): Add sys_select.
3640         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
3641
3642         Fix licensing of sigprocmask.
3643         * modules/raise (License): Relicense as LGPL.
3644
3645 2008-06-21  Bruno Haible  <bruno@clisp.org>
3646
3647         * lib/propername.c (proper_name_utf8): Don't use the transliterated
3648         result if it contains question marks.
3649         Reported by Michael Geng <linux@michaelgeng.de>.
3650
3651 2008-06-19  Bruno Haible  <bruno@clisp.org>
3652
3653         Fix CVS-ism.
3654         * doc/gnulib.texi: Include updated-stamp.texi.
3655         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
3656         (updated-stamp.texi): New rule.
3657         (gnulib.info): Depend on it.
3658         * doc/.gitignore: Add updated-stamp.texi.
3659         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
3660
3661 2008-06-19  Bruno Haible  <bruno@clisp.org>
3662
3663         * doc/Makefile (gnulib.info): Update and simplify dependencies.
3664         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3665
3666 2008-06-19  Eric Blake  <ebb9@byu.net>
3667
3668         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
3669         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
3670         Reported by Stepan Kasal.
3671
3672 2008-06-18  Bruno Haible  <bruno@clisp.org>
3673
3674         * lib/fatal-signal.c (init_fatal_signals): Add comment.
3675         Reported by Eric Blake.
3676
3677 2008-06-18  Eric Blake  <ebb9@byu.net>
3678
3679         Work around cygwin 1.5.25 strsignal bug.
3680         * tests/test-strsignal.c: Allow for const char *.
3681         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
3682
3683 2008-06-18  Simon Josefsson  <simon@josefsson.org>
3684
3685         * users.txt: Update URL to article and add author/date
3686         information.
3687
3688 2008-06-17  Bruno Haible  <bruno@clisp.org>
3689
3690         New macro gl_DISABLE_THREADS.
3691         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
3692         if the user did not pass --enable-threads or --disable-threads option.
3693         (gl_DISABLE_THREADS): New macro.
3694         Reported by Eric Blake <ebb9@byu.net>.
3695
3696 2008-06-17  Bruno Haible  <bruno@clisp.org>
3697
3698         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
3699         when the macro ignores it.
3700         Based on a patch by Eric Blake <ebb9@byu.net>.
3701
3702 2008-06-17  Bruno Haible  <bruno@clisp.org>
3703
3704         * modules/tls (License): Change to LGPLv2+.
3705         Reported by Eric Blake.
3706
3707 2008-06-17  Eric Blake  <ebb9@byu.net>
3708
3709         Simplify c-stack prerequisites.
3710         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
3711         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
3712         no longer requires <ucontext.h> to exist.  Optimize setrlimit
3713         check.
3714         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
3715         <sys/resource.h>.
3716
3717         Move c-stack test into testsuite.
3718         * modules/c-stack-tests: New file.
3719         * lib/c-stack.c [DEBUG]: Move test program...
3720         * tests/test-c-stack.c: ...into this new file.  Skip rather than
3721         fail test if sigaltstack is lacking.
3722         * tests/test-c-stack.sh: New driver file.
3723
3724 2008-06-16  Eric Blake  <ebb9@byu.net>
3725
3726         Use raise module consistently.
3727         * modules/fatal-signal (Depends-on): Add raise.
3728         * modules/sigprocmask (Depends-on): Likewise.
3729         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
3730         * lib/sigprocmask.c (sigprocmask): Likewise.
3731         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3732         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
3733
3734         Fix compliance bug in sigpending.
3735         * lib/sigprocmask.c (sigpending): Return pending array via
3736         parameter, not return value.
3737
3738 2008-06-14  Eric Blake  <ebb9@byu.net>
3739
3740         Improve obstack-printf test code.
3741         * tests/test-obstack-printf.c (test_function): Fix comment, and
3742         simplify usage of obstack_* in macros.  Add a test for coverage.
3743         Reported by Bruno Haible.
3744
3745 2008-06-14  Bruno Haible  <bruno@clisp.org>
3746
3747         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
3748         array size as a constant, not as a const variable.
3749         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
3750         AC_USE_SYSTEM_EXTENSIONS.
3751         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
3752         Test whether the obstack_printf function actually exists.
3753         * modules/obstack-printf (Depends-on): Add extensions.
3754         (Include): Remove obstack.h.
3755         * modules/obstack-printf-posix (Depends-on): Add extensions.
3756         (Include): Remove obstack.h.
3757
3758 2008-06-13  Eric Blake  <ebb9@byu.net>
3759
3760         Add obstack-printf and obstack-printf-posix modules.
3761         * modules/obstack-printf: New file.
3762         * modules/obstack-printf-posix: Likewise.
3763         * MODULES.html.sh (Misc): Mention them.
3764         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
3765         Likewise.
3766         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
3767         Likewise.
3768         * modules/stdio (Makefile.am): Accomodate new modules.
3769         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3770         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
3771         Declare.
3772         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
3773         functions.
3774         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
3775         (gl_REPLACE_OBSTACK_PRINTF): New macros
3776         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
3777         * tests/test-obstack-printf.c: New file.
3778         * modules/obstack-printf-tests: Likewise.
3779         * modules/obstack-printf-posix-tests: Likewise.
3780
3781 2008-06-11  Bruno Haible  <bruno@clisp.org>
3782
3783         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
3784         * lib/open.c: Include errno.h.
3785         (open): Fail when attempting to write to a file that has a trailing
3786         slash.
3787         * tests/test-open.c (main): Test against trailing slash bug.
3788         * doc/posix-functions/open.texi: Mention the trailing slash bug.
3789
3790 2008-06-10  Bruno Haible  <bruno@clisp.org>
3791
3792         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
3793         for $? to work inside the trap command, with various /bin/sh-s.
3794         * tests/test-vc-list-files-cvs.sh: Likewise.
3795
3796 2008-06-10  Bruno Haible  <bruno@clisp.org>
3797
3798         * lib/acl-internal.h: Don't include gettext.h here.
3799         * lib/set-mode-acl.c: Include gettext.h here.
3800         * lib/copy-acl.c: Likewise.
3801
3802 2008-06-10  Bruno Haible  <bruno@clisp.org>
3803
3804         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
3805         * lib/wait-process.c (wait_subprocess): Likewise.
3806         * lib/execute.h (execute): Add termsigp argument.
3807         * lib/execute.c (execute): Likewise.
3808         * lib/csharpcomp.c (compile_csharp_using_pnet,
3809         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
3810         * lib/csharpexec.c (execute_csharp_using_pnet,
3811         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
3812         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
3813         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
3814         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
3815         is_jikes_present): Update.
3816         * lib/javaexec.c (execute_java_class): Update.
3817         * lib/javaversion.c (execute_and_read_line): Update.
3818         * NEWS: Document the changes.
3819         Reported by Eric Blake.
3820
3821 2008-06-10  Eric Blake  <ebb9@byu.net>
3822
3823         Add missing include.
3824         * tests/test-strstr.c (includes): Add <signal.h>.
3825         * tests/test-strcasestr.c (includes): Likewise.
3826         * tests/test-memmem.c (includes): Likewise.
3827
3828 2008-06-10  Bruno Haible  <bruno@clisp.org>
3829
3830         * lib/wait-process.c (wait_subprocess): Add an assertion.
3831
3832 2008-06-10  Bruno Haible  <bruno@clisp.org>
3833
3834         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
3835
3836 2008-06-10  Bruno Haible  <bruno@clisp.org>
3837
3838         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
3839         using alarm().
3840         * tests/test-strcasestr.c (main): Likewise.
3841         * tests/test-strstr.c (main): Likewise.
3842
3843 2008-06-09  Bruno Haible  <bruno@clisp.org>
3844
3845         Work around the Solaris 10 ACE ACLs ABI change.
3846         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
3847         declare if ACL_NO_TRIVIAL is present.
3848         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
3849         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
3850         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
3851         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
3852         define if ACL_NO_TRIVIAL is present.
3853         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
3854         and use the current ABI.
3855         (file_has_acl): Use same #if condition as elsewhere.
3856         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
3857         in use, and use the current ABI.
3858         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
3859         Reported by Jim Meyering.
3860
3861 2008-06-09  Eric Blake  <ebb9@byu.net>
3862
3863         Work around environments that (stupidly) ignore SIGALRM.
3864         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
3865         before using alarm().
3866         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3867         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3868         Reported by Ian Beckwith <ianb@erislabs.net>.
3869
3870         Produce autobuild blurb earlier in log.
3871         * modules/autobuild (configure.ac-early): Move AB_INIT here.
3872
3873 2008-06-09  Jim Meyering  <meyering@redhat.com>
3874         and OndÅ™ej Vašík  <ovasik@redhat.com>
3875
3876         utimens.c: correct kernel bug work-around
3877         OndÅ™ej Vašík found that the invalid return value of 280 indicates
3878         failure, not success, and the kernel bug we're trying to work
3879         around affects not just the utimensat call, but also the fallback
3880         futimens call.
3881         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
3882         not success.
3883         [HAVE_FUTIMENS]: Use the same work-around, here.
3884
3885 2008-06-09  Jim Meyering  <meyering@redhat.com>
3886
3887         add more guards around definition of ACE_-related code
3888         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
3889         ALLOW and ACE_OWNER are also defined.
3890
3891 2008-06-08  Bruno Haible  <bruno@clisp.org>
3892
3893         * lib/acl-internal.h: Add me as co-author.
3894         * lib/file-has-acl.c: Likewise.
3895         * lib/set-mode-acl.c: Likewise.
3896         * lib/copy-acl.c: Likewise.
3897
3898 2008-06-08  Bruno Haible  <bruno@clisp.org>
3899
3900         Add support for AIX ACLs.
3901         * lib/acl-internal.h (acl_nontrivial): New declaration.
3902         * lib/file-has-acl.c (acl_nontrivial): New function.
3903         (file_has_acl): Add implementation using AIX 4 ACL API.
3904         * lib/set-mode-acl.c (qset_acl): Likewise.
3905         * lib/copy-acl.c (qcopy_acl): Likewise.
3906
3907 2008-06-08  Bruno Haible  <bruno@clisp.org>
3908
3909         Add support for HP-UX ACLs.
3910         * lib/acl-internal.h (acl_nontrivial): New declaration.
3911         * lib/file-has-acl.c (acl_nontrivial): New function.
3912         (file_has_acl): Add implementation using HP-UX 11 ACL API.
3913         * lib/set-mode-acl.c (qset_acl): Likewise.
3914         * lib/copy-acl.c (qcopy_acl): Likewise.
3915
3916 2008-06-08  Bruno Haible  <bruno@clisp.org>
3917
3918         Add support for Cygwin ACLs.
3919         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
3920         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
3921         the chmod_or_fchmod call.
3922         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
3923
3924 2008-06-08  Bruno Haible  <bruno@clisp.org>
3925
3926         Fix bug with setuid modes in Solaris 10+ code.
3927         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
3928         succeeded, when the mode contains some special bits.
3929
3930 2008-06-08  Bruno Haible  <bruno@clisp.org>
3931
3932         Add support for Solaris 7..10 ACLs.
3933         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
3934         declarations.
3935         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
3936         functions.
3937         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
3938         * lib/set-mode-acl.c (qset_acl): Likewise.
3939         * lib/copy-acl.c (qcopy_acl): Likewise.
3940
3941 2008-06-08  Bruno Haible  <bruno@clisp.org>
3942
3943         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
3944         declaration.
3945         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
3946         (acl_access_nontrivial): Remove MacOS X case.
3947         (file_has_acl): Use acl_extended_nontrivial.
3948         * lib/copy-acl.c (qcopy_acl): Likewise.
3949
3950 2008-06-08  Bruno Haible  <bruno@clisp.org>
3951
3952         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
3953
3954 2008-06-08  Jim Meyering  <meyering@redhat.com>
3955
3956         * modules/acl (Maintainer): Add Bruno Haible.
3957
3958 2008-06-07  Bruno Haible  <bruno@clisp.org>
3959
3960         Improve support for Tru64 ACLs.
3961         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
3962         ACL on OSF/1.
3963
3964 2008-06-07  Bruno Haible  <bruno@clisp.org>
3965
3966         Add support for MacOS X ACLs.
3967         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
3968         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
3969         * lib/set-mode-acl.c (qset_acl): Likewise.
3970         * lib/copy-acl.c (qcopy_acl): Likewise.
3971
3972 2008-06-07  Bruno Haible  <bruno@clisp.org>
3973
3974         Fix memory leak introduced on 2008-05-22.
3975         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
3976         use.
3977
3978 2008-06-07  Bruno Haible  <bruno@clisp.org>
3979
3980         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
3981         to construct an empty ACL.
3982
3983 2008-06-07  Bruno Haible  <bruno@clisp.org>
3984
3985         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
3986         precisely.
3987         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
3988
3989 2008-06-07  Bruno Haible  <bruno@clisp.org>
3990
3991         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
3992         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
3993
3994 2008-06-07  Bruno Haible  <bruno@clisp.org>
3995
3996         * doc/posix-functions/_setjmp.texi: Explain the use of this function
3997         regardless of POSIX.
3998         * doc/posix-functions/_longjmp.texi: Likewise.
3999         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
4000         SystemV platform in this case.
4001
4002 2008-06-06  Eric Blake  <ebb9@byu.net>
4003
4004         Document abort() bugs.
4005         * doc/posix-functions/abort.texi (abort): Mention anomalies.
4006
4007         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
4008         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
4009         sigsetjmp.
4010         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
4011         siglongjmp, but only as a macro.
4012         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
4013         is obsolete.
4014         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
4015
4016         Tweak documentation to cover cygwin argz bugs.
4017         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
4018         argz bug fix; no code change needed since no cygwin releases
4019         occurred between the last fix and the bug being tested.
4020         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
4021         module and recently fixed cygwin bugs.
4022         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
4023         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
4024         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4025         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4026         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4027         Likewise.
4028         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4029         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4030         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4031         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4032         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4033         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4034         Likewise.
4035
4036         Avoid gcc warning on cygwin.
4037         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4038         !ACL_NO_TRIVIAL]: Avoid unused variable.
4039
4040 2008-06-05  Eric Blake  <ebb9@byu.net>
4041
4042         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4043         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4044         git-version-gen fails to come up with a version.
4045         Reported by Simon Josefsson.
4046
4047 2008-06-05  Jim Meyering  <meyering@redhat.com>
4048             Paul Eggert  <eggert@cs.ucla.edu>
4049
4050         utimens.c: work around a probable Linux kernel bug
4051         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4052         appears to be a kernel bug that causes utimensat to return 280
4053         instead of 0, indicating success.
4054
4055 2008-06-04  Bruno Haible  <bruno@clisp.org>
4056
4057         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4058         2008-06-01 commit.
4059
4060 2008-06-04  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4063         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4064         (file_has_acl): Use it. Save errno afterwards.
4065         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4066
4067 2008-06-03  Bruno Haible  <bruno@clisp.org>
4068
4069         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4070         draft code. Simplify #ifs.
4071         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4072         Put Solaris code after POSIX-draft code. Fix comments regarding
4073         Solaris 10, HP-UX. Mention Cygwin.
4074         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4075
4076 2008-06-03  Eric Blake  <ebb9@byu.net>
4077
4078         Provide fallback for older kernels.
4079         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4080         Provide runtime fallback if kernel lacks support.
4081         Reported by Mike Frysinger.
4082
4083 2008-06-02  Bruno Haible  <bruno@clisp.org>
4084
4085         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4086         it exists.
4087
4088 2008-06-02  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4091         * lib/copy-acl.c (qcopy_acl): Update comment.
4092
4093 2008-06-02  Bruno Haible  <bruno@clisp.org>
4094
4095         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4096         like ACL APIs.
4097
4098 2008-06-02  Bruno Haible  <bruno@clisp.org>
4099
4100         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4101         * tests/test-set-mode-acl.sh: Likewise.
4102         * tests/test-copy-acl.sh: Likewise.
4103         * tests/test-copy-file.sh: Likewise.
4104
4105 2008-06-02  Bruno Haible  <bruno@clisp.org>
4106
4107         * tests/test-file-has-acl.sh: Remove unused code.
4108
4109 2008-06-01  Bruno Haible  <bruno@clisp.org>
4110
4111         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4112         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4113         messages.
4114         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4115
4116 2008-06-01  Bruno Haible  <bruno@clisp.org>
4117
4118         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4119         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4120         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4121         APIs.
4122         * modules/acl-tests (configure.ac): Remove tests now contained in
4123         m4/acl.m4.
4124
4125 2008-06-02  Jim Meyering  <meyering@redhat.com>
4126
4127         announce-gen: use a better key-server host name
4128         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4129         it may be more consistently reliable.  Suggested by Werner Koch
4130         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4131
4132 2008-06-01  Bruno Haible  <bruno@clisp.org>
4133
4134         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4135         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4136
4137 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4138
4139         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4140
4141 2008-06-01  Bruno Haible  <bruno@clisp.org>
4142
4143         New ACL tests.
4144         * tests/test-file-has-acl.sh: New file.
4145         * tests/test-file-has-acl.c: New file.
4146         * tests/test-set-mode-acl.sh: New file.
4147         * tests/test-set-mode-acl.c: New file.
4148         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4149         * tests/test-copy-acl.c: New file.
4150         * modules/acl-tests: New file, based on modules/copy-file-tests.
4151         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4152         (Depends-on): Add acl-tests.
4153         (configure.ac): Remove checks.
4154         (Makefile.am): Don't create test-sameacls program here any more.
4155
4156 2008-06-01  Bruno Haible  <bruno@clisp.org>
4157
4158         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4159         * tests/test-sameacls.c: Include progname.h.
4160         (main): Invoke set_program_name. Portability fixes for MacOS X,
4161         Solaris, HP-UX.
4162
4163 2008-06-01  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4166         function.
4167         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4168
4169 2008-06-01  Bruno Haible  <bruno@clisp.org>
4170
4171         * modules/rpmatch (Depends-on): Add strdup.
4172
4173 2008-06-01  Bruno Haible  <bruno@clisp.org>
4174
4175         * lib/pipe.c: Include unistd-safer.h.
4176         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4177         * modules/pipe (Depends-on): Add unistd-safer.
4178
4179 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4180
4181         * modules/autobuild (configure.ac): Call AB_INIT.
4182
4183 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4184
4185         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4186         Suggested by Bruno Haible <bruno@clisp.org>.
4187
4188 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4189
4190         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4191         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4192         <bruno@clisp.org>.
4193
4194 2008-05-29  Eric Blake  <ebb9@byu.net>
4195
4196         Prefer new POSIX 200x interfaces over futimesat.
4197         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4198         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4199         when available.
4200         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4201
4202 2008-05-28  Bruno Haible  <bruno@clisp.org>
4203
4204         * modules/stpcpy (License): Change to LGPLv2+.
4205         Requested by David Lutterkort <dlutter@redhat.com>.
4206
4207 2008-05-27  Bruno Haible  <bruno@clisp.org>
4208
4209         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
4210         current mingw.
4211         Reported by Jose E. Marchesi <jemarch@gnu.org>.
4212
4213 2008-05-27  Bruno Haible  <bruno@clisp.org>
4214
4215         * modules/iconv_open (Link): New section, from module 'iconv'.
4216         * modules/striconv (Link): Likewise.
4217         * modules/striconveh (Link): Likewise.
4218         * modules/xstriconv (Link): Likewise.
4219         * modules/unicodeio (Link): Likewise.
4220         * modules/propername (Link): Likewise.
4221         Reported by Jim Meyering.
4222
4223 2008-05-26  Jim Meyering  <meyering@redhat.com>
4224
4225         sha256: do not artificially restrict buffer length to be < 2^32
4226         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
4227         uint32_t to size_t.
4228         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
4229         to match.
4230
4231         avoid unaligned access errors, e.g., on sparc
4232         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
4233         direct access through a possibly-unaligned uint64* pointer.
4234         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
4235         direct access through a possibly-unaligned uint32* pointer.
4236         Prompted by this patch from Tom "spot" Callaway:
4237         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
4238
4239         sha512.c: fix typo in comment
4240         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
4241
4242 2008-05-25  Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/set-mode-acl.c: Renamed from lib/acl.c.
4245         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
4246         (Makefile.am): Update lib_SOURCES.
4247
4248 2008-05-25  Bruno Haible  <bruno@clisp.org>
4249
4250         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
4251
4252 2008-05-25  Jim Meyering  <meyering@redhat.com>
4253
4254         useless-if-before-free: freed expr may have white-space differences
4255         * build-aux/useless-if-before-free: Recognize cases in which the
4256         freed expression differs from the tested one in embedded white
4257         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
4258         $1 was used, so we can't make any regexp shy.  Improved tests now
4259         detect this.
4260
4261         useless-if-before-free: accept white space in the expression.
4262         * build-aux/useless-if-before-free: For now, any white space
4263         in the expression must be identical in the free argument.
4264
4265         useless-if-before-free: efficiency tweak
4266         * build-aux/useless-if-before-free: Make the expression-matching
4267         regexp "shy".
4268         Make the *outer* regexp shy, not the expr-matching one.
4269
4270         update code-in-comment to accept cast of free arg
4271         * build-aux/useless-if-before-free: Update regexp.
4272
4273 2008-05-25  Bruno Haible  <bruno@clisp.org>
4274
4275         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
4276         * modules/copy-file-tests (Files, Makefile.am): Update.
4277         * tests/test-copy-file.c (func_test_copy): Update.
4278
4279 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
4280
4281         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
4282
4283 2008-05-23  Bruno Haible  <bruno@clisp.org>
4284
4285         Improve support for ACLs on OSF/1.
4286         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
4287         Remove fallback for unknown flavors of ACLs.
4288
4289 2008-05-22  Bruno Haible  <bruno@clisp.org>
4290
4291         Add support for ACLs on OSF/1.
4292         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
4293         replacements.
4294         (acl_free_text): New macro fallback.
4295         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
4296         acl_free.
4297         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
4298         acl_free_text function. Require AC_C_INLINE.
4299
4300 2008-05-22  Bruno Haible  <bruno@clisp.org>
4301
4302         Make copy_acl work on MacOS X 10.5.
4303         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
4304         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
4305         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
4306         If MODE_INSIDE_ACL, don't assume that every system has the same text
4307         representation for ACLs as FreeBSD.
4308         * lib/copy-acl.c (copy_acl): Add support for platforms with
4309         !MODE_INSIDE_ACL.
4310         * lib/file-has-acl.c (file_has_acl): Likewise.
4311         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
4312         FreeBSD, MacOS X, or IRIX, respectively.
4313
4314 2008-05-22  Bruno Haible  <bruno@clisp.org>
4315
4316         * lib/acl.h: Don't include <sys/acl.h>.
4317         (GETACLCNT): Move fallback to lib/acl-internal.h.
4318         * lib/acl-internal.h: Include <sys/acl.h> here.
4319         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
4320
4321 2008-05-22  Bruno Haible  <bruno@clisp.org>
4322
4323         Split off copy_acl function to separate file.
4324         * lib/copy-acl.c: New file, extracted from lib/acl.c.
4325         * lib/acl.c (copy_acl): Moved function to separate file.
4326         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
4327         * modules/acl (Files): Add lib/copy-acl.c.
4328         (Makefiles.am): Augment lib_SOURCES.
4329
4330 2008-05-22  Bruno Haible  <bruno@clisp.org>
4331
4332         * modules/copy-file-tests: New file.
4333         * tests/test-copy-file.sh: New file.
4334         * tests/test-copy-file.c: New file.
4335         * tests/test-copy-file-sameacls.c: New file.
4336
4337 2008-05-22  Eric Blake  <ebb9@byu.net>
4338
4339         Avoid gcc warning.
4340         * tests/test-memcmp.c (main): Pass NULL indirectly.
4341
4342 2008-05-21  Bruno Haible  <bruno@clisp.org>
4343
4344         Add reference doc about ACLs.
4345         * doc/acl-resources.txt: New file.
4346         * doc/acl-cygwin.txt: New file.
4347
4348 2008-05-21  Bruno Haible  <bruno@clisp.org>
4349
4350         Avoid one more warning from gcc.
4351         * lib/vasnprintf.c (IF_LINT): Update comments.
4352         (VASNPRINTF): Use it also for the 'prefix' array initializer.
4353
4354 2008-05-21  Jim Meyering  <meyering@redhat.com>
4355
4356         avoid a warning from gcc
4357         * lib/vasnprintf.c (IF_LINT): Define.
4358         (scale10_round_decimal_long_double):
4359         Use it to avoid a "may be used uninitialized" warning.
4360         (scale10_round_decimal_double): Likewise.
4361
4362 2008-05-21  Simon Josefsson  <simon@josefsson.org>
4363
4364         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
4365         declared.
4366
4367 2008-05-20  Bruno Haible  <bruno@clisp.org>
4368
4369         * tests/test-memcmp.c (main): Test also the sign of the result. Test
4370         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
4371
4372 2008-05-20  Simon Josefsson  <simon@josefsson.org>
4373
4374         * modules/memcmp-tests: New file.
4375         * tests/test-memcmp.c: New file.
4376
4377 2008-05-19  Bruno Haible  <bruno@clisp.org>
4378
4379         * modules/propername (Notice, configure.ac): Put quoted "..." into
4380         --keyword option.
4381         * lib/propername.h: Update comments accordingly.
4382         Reported by Eric Blake.
4383
4384 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
4385
4386         * modules/getpass-gnu (Depends-on): Add fseeko.
4387
4388 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4389
4390         * modules/base64-tests: New file.
4391
4392 2008-05-19  Bo Borgerson <gigabo@gmail.com>
4393
4394         * lib/base64.c (base64_decode_ctx): If a decode context structure
4395         was passed in use it to ignore newlines.  If a context structure
4396         was _not_ passed in, continue to treat newlines as garbage (this
4397         is the historical behavior).  Formerly base64_decode.
4398         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4399         takes a decode context structure.
4400         * lib/base64.h (base64_decode): Macro for four-argument calls.
4401         (base64_decode_alloc): Likewise.
4402         * lib/base64.c (base64_decode_ctx): If a decode context structure
4403         was passed in use it to ignore newlines.  If a context structure
4404         was _not_ passed in, continue to treat newlines as garbage (this
4405         is the historical behavior).  Formerly base64_decode.
4406         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4407         takes a decode context structure.
4408         * lib/base64.h (base64_decode): Macro for four-argument calls.
4409         (base64_decode_alloc): Likewise.
4410
4411 2008-05-19  Jim Meyering  <meyering@redhat.com>
4412
4413         avoid a warning from gcc
4414         * lib/trim.c (IF_LINT): Define.
4415         (trim2): Use it to avoid a "may be used uninitialized" warning.
4416
4417         Fix doc typo.
4418         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
4419
4420 2008-05-19  Bruno Haible  <bruno@clisp.org>
4421
4422         * doc/glibc-functions/getpass.texi: Document limits of other
4423         implementations.
4424
4425 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4426             Bruno Haible <bruno@clisp.org>
4427
4428         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
4429
4430 2008-05-18  Bruno Haible  <bruno@clisp.org>
4431
4432         * modules/propername: New file, from GNU gettext.
4433         * lib/propername.h: New file, from GNU gettext.
4434         * lib/propername.c: New file, from GNU gettext.
4435         * MODULES.html.sh (Internationalization functions): Add propername.
4436
4437 2008-05-16  Jim Meyering  <meyering@redhat.com>
4438             Bruno Haible  <bruno@clisp.org>
4439
4440         Avoid some warnings from "gcc -Wshadow".
4441         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
4442
4443 2008-05-15  Eric Blake  <ebb9@byu.net>
4444
4445         Extend previous patch to cygwin 1.7.0.
4446         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
4447         fast implementation in cygwin >= 1.7.0.
4448         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4449         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4450
4451 2008-05-15  Bruno Haible  <bruno@clisp.org>
4452
4453         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
4454         implementation in glibc >= 2.9.
4455         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4456         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4457
4458 2008-05-15  Bruno Haible  <bruno@clisp.org>
4459
4460         * MODULES.html.sh (Internationalization functions): Remove linebreak.
4461         (Unicode string functions): Add unilbrk/*.
4462         Reported by Karl Berry.
4463
4464 2008-05-15  Eric Blake  <ebb9@byu.net>
4465
4466         Fix violation of <stdbool.h> replacement in regex.
4467         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
4468         * lib/regexec.c (re_search_internal): Likewise.
4469         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
4470
4471 2008-05-15  Jim Meyering  <meyering@redhat.com>
4472
4473         avoid distracting test output when git or cvs is not found
4474         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
4475         * tests/test-vc-list-files-git.sh: Likewise.
4476
4477 2008-05-15  Eric Blake  <ebb9@byu.net>
4478
4479         Glibc finally accepted the memmem speedup code, bugzilla #5514.
4480         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
4481         glibc version.
4482         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
4483         * doc/posix-functions/strstr.texi (strstr): Likewise.
4484         * lib/str-two-way.h (MAX): Sychronize with glibc.
4485
4486 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
4487
4488         * lib/regcomp.c (optimize_utf8): Add a note on why we test
4489         opr.ctx_type.
4490         (calc_first): Initialize constraint field.
4491         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4492         Fix grammar.
4493         (duplicate_node): Merge constraint field for all node types.
4494         (calc_eclosure_iter): Look at constraint field for all node types.
4495         * lib/regex_internal.c (create_cd_newstate): Don't look at
4496         opr.ctx_type.
4497
4498 2008-05-14  Bruno Haible  <bruno@clisp.org>
4499
4500         Help GCC to do better code generation.
4501         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
4502         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
4503         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
4504         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
4505         Declare with attribute 'malloc' if supported.
4506
4507 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
4508
4509         use "echo STR|wc -c" rather than unportable "expr length STR"
4510         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
4511         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
4512
4513 2008-05-14  Jim Meyering  <meyering@redhat.com>
4514
4515         use dd ibs=$n count=1 ... rather than less-portable head -c$n
4516         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
4517         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
4518         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
4519         via Collin Lasse.
4520
4521 2008-05-14  Eric Blake  <ebb9@byu.net>
4522
4523         Avoid quadratic growth in gl_LIBSOURCES.
4524         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
4525         Suggested by Bruno Haible.
4526
4527         Test xmemdup0.
4528         * modules/xmemdup0-tests: New file.
4529         * tests/test-xmemdup0.c: Likewise.
4530
4531 2008-05-13  Eric Blake  <ebb9@byu.net>
4532
4533         Split xmemdup0 into its own module.
4534         * modules/xmemdup0: New file.
4535         * lib/xmemdup0.h: Likewise.
4536         * lib/xmemdup0.c: Likewise.
4537         * MODULES.html.sh (Memory management functions): Add xmemdup0.
4538         * lib/xalloc.h (xmemdup0): Remove.
4539         * lib/xmalloc.c (xmemdup0): Likewise.
4540
4541 2008-05-13  Eric Blake  <ebb9@byu.net>
4542             Bruno Haible  <bruno@clisp.org>
4543
4544         Reduce number of forks required during autoconf.
4545         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
4546         and gl_LIBSOURCES_DIR.
4547         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
4548         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
4549         m4_syscmd per file.
4550         <m4_foreach_w>: Move...
4551         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
4552
4553 2008-05-13  Eric Blake  <ebb9@byu.net>
4554
4555         * gnulib-tool: Fix various comment typos.
4556
4557 2008-05-12  Bruno Haible  <bruno@clisp.org>
4558
4559         Tailor the linebreaking algorithm.
4560         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
4561
4562 2008-05-12  Bruno Haible  <bruno@clisp.org>
4563
4564         Update to Unicode 5.0.0.
4565         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
4566         LBP_JV, LBP_JT. Redistribute values.
4567         (unilbrk_table): Change size.
4568         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
4569         Unicode TR#14 rev. 22.
4570         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
4571         LBP_JV, LBP_JT. Redistribute values.
4572         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
4573         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
4574         Update.
4575         * lib/unilbrk/lbrkprop1.h: Regenerated.
4576         * lib/unilbrk/lbrkprop2.h: Regenerated.
4577         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
4578         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
4579         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
4580         Likewise.
4581         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
4582         Likewise.
4583         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
4584         result.
4585         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
4586         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
4587         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
4588         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
4589         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
4590         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
4591
4592 2008-05-11  Bruno Haible  <bruno@clisp.org>
4593
4594         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
4595
4596 2008-05-11  Bruno Haible  <bruno@clisp.org>
4597
4598         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
4599         * modules/unilbrk/gen-lbrk: New file.
4600
4601 2008-05-11  Bruno Haible  <bruno@clisp.org>
4602
4603         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
4604         * m4/sha512.m4 (gl_SHA512): Likewise.
4605
4606 2008-05-11  Jim Meyering  <meyering@redhat.com>
4607
4608         New modules: crypto/sha256, crypto/sha512 (from coreutils)
4609         * modules/crypto/sha256: New file.
4610         * modules/crypto/sha512: Likewise.
4611         * lib/sha256.c: Likewise.
4612         * lib/sha256.h: Likewise.
4613         * lib/sha512.c: Likewise.
4614         * lib/sha512.h: Likewise.
4615         * lib/u64.h: Likewise.
4616         * m4/sha256.m4: Likewise.
4617         * m4/sha512.m4: Likewise.
4618         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
4619
4620 2008-05-10  Bruno Haible  <bruno@clisp.org>
4621
4622         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
4623         (Input/Output <stdio.h>): Add xprintf.
4624         (Signal handling <signal.h>): Add strsignal.
4625         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
4626         (Core language properties): Add func.
4627         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
4628         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
4629         strings.
4630         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
4631         (Input/output): New section.
4632         (File system functions): Add openat-die, stat-macros.
4633         (Networking functions): Add sockets.
4634         (Unicode string functions): Add unictype/*.
4635         (Support for building libraries and executables): Add gperf.
4636         (Support for building documentation): Add agpl-3.0.
4637         (Misc): Add nocrash.
4638
4639 2008-05-10  Bruno Haible  <bruno@clisp.org>
4640
4641         * modules/unictype/gen-ctype: New file.
4642
4643 2008-05-10  Jim Meyering  <meyering@redhat.com>
4644
4645         Make chdir-safer.c more efficient on a system with no symlinks.
4646         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
4647         also if ELOOP is zero.  Suggested by Bruno Haible.
4648
4649         Make chdir-safer.c slightly safer.
4650         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
4651         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
4652
4653         Avoid compile failure on systems without ELOOP (like mingw).
4654         * lib/chdir-safer.c (ELOOP): Define if not already defined.
4655         Reported by Bruno Haible.
4656
4657 2008-05-10  Bruno Haible  <bruno@clisp.org>
4658
4659         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
4660         (is_utf8_encoding): Use a case-insensitive comparison.
4661         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
4662         streq.
4663
4664 2008-05-10  Bruno Haible  <bruno@clisp.org>
4665
4666         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
4667         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
4668         * lib/unilbrk/ulc-common.h (iconv_string_length,
4669         iconv_string_keeping_offsets): Remove declarations.
4670         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
4671         Don't include <iconv.h>, streq.h, xsize.h.
4672         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
4673         conversion.
4674         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
4675         <iconv.h>, streq.h, xsize.h.
4676         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
4677         conversion.
4678         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
4679         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
4680         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
4681         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
4682
4683 2008-05-10  Bruno Haible  <bruno@clisp.org>
4684
4685         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
4686         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
4687
4688         * modules/unilbrk/u32-width-linebreaks-tests: New file.
4689         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
4690
4691         * modules/unilbrk/u16-width-linebreaks-tests: New file.
4692         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
4693
4694         * modules/unilbrk/u8-width-linebreaks-tests: New file.
4695         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
4696
4697         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
4698         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
4699
4700         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
4701         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
4702
4703         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
4704         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
4705
4706         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
4707         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
4708
4709 2008-05-10  Bruno Haible  <bruno@clisp.org>
4710
4711         Split up 'linebreak' module.
4712         * lib/unilbrk.h: New file, based on lib/linebreak.h.
4713         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
4714         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
4715         modifications.
4716         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
4717         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
4718         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
4719         lib/linebreak.c.
4720         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
4721         lib/linebreak.c.
4722         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
4723         lib/linebreak.c.
4724         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
4725         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
4726         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
4727         lib/linebreak.c.
4728         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
4729         lib/linebreak.c.
4730         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
4731         lib/linebreak.c.
4732         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
4733         lib/linebreak.c.
4734         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
4735         lib/linebreak.c.
4736         * modules/unilbrk/base: New file.
4737         * modules/unilbrk/tables: New file.
4738         * modules/unilbrk/u8-possible-linebreaks: New file.
4739         * modules/unilbrk/u16-possible-linebreaks: New file.
4740         * modules/unilbrk/u32-possible-linebreaks: New file.
4741         * modules/unilbrk/ulc-common: New file.
4742         * modules/unilbrk/ulc-possible-linebreaks: New file.
4743         * modules/unilbrk/u8-width-linebreaks: New file.
4744         * modules/unilbrk/u16-width-linebreaks: New file.
4745         * modules/unilbrk/u32-width-linebreaks: New file.
4746         * modules/unilbrk/ulc-width-linebreaks: New file.
4747         * lib/linebreak.h: Remove file.
4748         * lib/linebreak.c: Remove file.
4749         * m4/linebreak.m4: Remove file.
4750         * modules/linebreak: Remove file.
4751         * NEWS: Mention the changes.
4752
4753 2008-05-09  Eric Blake  <ebb9@byu.net>
4754
4755         Add xmemdup0.
4756         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
4757         implementation.
4758         * lib/xmalloc.c (xmemdup0): New C implementation.
4759
4760 2008-05-08  Bruno Haible  <bruno@clisp.org>
4761
4762         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
4763
4764 2008-05-07  Eric Blake  <ebb9@byu.net>
4765
4766         Support cross-compilation of <wctype.h>.
4767         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
4768         AC_CACHE_CHECK.
4769
4770 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
4771
4772         * build-aux/vc-list-files: Add support for bzr.
4773
4774 2008-05-03  Jim Meyering  <meyering@redhat.com>
4775
4776         avoid failed assertion with tight malloc
4777         * tests/test-getndelim2.c: Correct an off-by-one assertion.
4778
4779 2008-05-03  Simon Josefsson  <simon@josefsson.org>
4780
4781         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
4782         are needed from arpa/inet.h.
4783         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
4784         Reported by Bruno Haible.
4785
4786 2008-05-02  Jim Meyering  <meyering@redhat.com>
4787
4788         avoid compilation error on FreeBSD 6
4789         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
4790
4791 2008-05-01  Jim Meyering  <meyering@redhat.com>
4792
4793         useless-if-before-free: correct --help's exit status description
4794         * build-aux/useless-if-before-free (usage): Like grep, exit 0
4795         for one or more matches, etc.  Reported by Bruno Haible.
4796
4797         vc-list-files: make the stand-alone gnulib test work
4798         * modules/vc-list-files-tests (configure.ac):
4799         Define and AC_SUBST abs_aux_dir.
4800         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
4801         $(abs_top_srcdir) to each script and having each of them
4802         duplicate the work of setting PATH, set PATH here, using
4803         the new variable, abs_aux_dir instead.
4804         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
4805         * tests/test-vc-list-files-git.sh: Likewise.
4806         Reported by Bruno Haible.
4807
4808 2008-05-01  Bruno Haible  <bruno@clisp.org>
4809
4810         * lib/getndelim2.c (getndelim2): Fix newsize computation during
4811         reallocation. Rename 'done' to 'found_delimiter'.
4812
4813 2008-05-01  Jim Meyering  <meyering@redhat.com>
4814
4815         vc-list-files: accommodate /bin/sh like the one from Solaris 10
4816         * build-aux/vc-list-files: Use `...`, not $(...).
4817
4818 2008-04-30  Jim Meyering  <meyering@redhat.com>
4819
4820         add tests for vc-list-files
4821         * modules/vc-list-files-tests: New module.
4822         * tests/test-vc-list-files-cvs.sh: New file.
4823         * tests/test-vc-list-files-git.sh: New file.
4824
4825         avoid a warning from gcc
4826         * lib/getndelim2.c (IF_LINT): Define.
4827         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
4828
4829         vc-list-files: work properly with build-aux/cvsu, too
4830         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
4831         to all cvs-based clauses.
4832
4833         vc-list-files: work properly in the CVS+awk case, too
4834         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
4835
4836         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
4837         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
4838         take more than one file argument, so .  Add quotes, just in case $dir
4839         ever contains a shell meta-character.  Prompted by Soren Hansen in
4840         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
4841
4842 2008-04-29  Eric Blake  <ebb9@byu.net>
4843
4844         Optimize getndelim2 to use block operations when possible.
4845         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
4846         freadseek, and memchr2.
4847         * lib/getndelim2.c (getndelim2): Use them for block reads.
4848
4849 2008-04-29  Bruno Haible  <bruno@clisp.org>
4850
4851         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
4852         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4853         * modules/inet_ntop (Depends-on): Add extensions.
4854         * modules/inet_pton (Depends-on): Likewise.
4855         Reported by Simon Josefsson.
4856
4857 2008-04-29  Jim Meyering  <meyering@redhat.com>
4858
4859         When the is more than one match in a block, match all of them.
4860         * build-aux/useless-if-before-free: Iterate through each block
4861         until there are no more matches.
4862
4863         Fix broken useless-if-before-free script.
4864         * build-aux/useless-if-before-free: Fix typo: missing "?" after
4865         the expression to match cast of argument to free-like function.
4866
4867 2008-04-29  Eric Blake  <ebb9@byu.net>
4868
4869         Use new header.
4870         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
4871
4872 2008-04-29  Jim Meyering  <meyering@redhat.com>
4873
4874         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
4875         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
4876         by gnulib to exist and to declare e.g., inet_ntop.
4877         Don't include "inet_ntop.h", now removed.
4878
4879         * m4/arpa_inet_h.m4: Remove trailing blanks.
4880
4881 2008-04-29  Eric Blake  <ebb9@byu.net>
4882
4883         Silence valgrind on safe reads beyond potential array bounds.
4884         * lib/rawmemchr.valgrind: New file.
4885         * lib/strchrnul.valgrind: Likewise.
4886         * modules/rawmemchr (Files): Distribute new file.
4887         * modules/strchrnul (Files): Likewise.
4888         Suggested by Bruno Haible.
4889
4890 2008-04-29  Bruno Haible  <bruno@clisp.org>
4891
4892         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
4893         (inet_ntop, inet_pton): Change portability warning's wording.
4894         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
4895         Invoke gl_CHECK_NEXT_HEADERS.
4896         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
4897         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
4898         set ARPA_INET_H.
4899         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4900         * modules/arpa_inet (Description): No longer only for systems that
4901         lack it.
4902         (Depends-on): Add include_next.
4903         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
4904         HAVE_ARPA_INET_H.
4905
4906 2008-04-29  Jim Meyering  <meyering@redhat.com>
4907
4908         * modules/mkdir (License): Re-license as LGPLv2+.
4909
4910 2008-04-29  Bruno Haible  <bruno@clisp.org>
4911
4912         * modules/rawmemchr (Maintainer): Set to Eric.
4913         * modules/strchrnul (Maintainer): Likewise.
4914
4915 2008-04-29  Simon Josefsson  <simon@josefsson.org>
4916
4917         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
4918         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
4919
4920         * modules/arpa_inet (arpa/inet.h): Use them.
4921
4922 2008-04-28  Eric Blake  <ebb9@byu.net>
4923
4924         Test getndelim2.
4925         * modules/getndelim2-tests: New file.
4926         * tests/test-getndelim2.c: Likewise.
4927         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
4928         stream.
4929         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
4930
4931         * MODULES.html.sh: Document new module.
4932
4933 2008-04-20  Bruno Haible  <bruno@clisp.org>
4934
4935         * lib/c-stack.c (die): Use raise.
4936         * modules/c-stack (Depends-on): Add raise.
4937
4938 2008-04-28  Bruno Haible  <bruno@clisp.org>
4939
4940         Expect rpmatch to be declared.
4941         * lib/yesno.c (rpmatch): Remove declaration.
4942
4943         Declare rpmatch.
4944         * lib/stdlib.in.h (rpmatch): New declaration.
4945         * lib/rpmatch.c: Include <stdlib.h> first.
4946         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
4947         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
4948         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
4949         HAVE_RPMATCH.
4950         * modules/rpmatch (Depends-on): Add stdlib, extensions.
4951         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4952         (Include): Set to <stdlib.h>.
4953         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
4954         HAVE_RPMATCH.
4955         * NEWS: Document the change.
4956
4957 2008-04-28  Bruno Haible  <bruno@clisp.org>
4958
4959         Change rpmatch to use nl_langinfo when appropriate.
4960         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
4961         (N_): New macro.
4962         (localized_pattern): New function/macro.
4963         (try): Remove match, nomatch arguments. Copy the pattern into safe
4964         memory before caching it.
4965         (rpmatch): Use localized_pattern. Add translator comments.
4966         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
4967         Suggested by Eric Blake.
4968         * modules/rpmatch (Depends-on): Add stdbool.
4969
4970 2008-04-28  Eric Blake  <ebb9@byu.net>
4971
4972         Add rawmemchr module, matching glibc.
4973         * modules/string (Makefile.am): New indicator.
4974         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
4975         * lib/string.in.h (rawmemchr): Declare when appropriate.
4976         * modules/rawmemchr: New file.
4977         * m4/rawmemchr.m4: Likewise.
4978         * lib/rawmemchr.c: Likewise.
4979         * modules/rawmemchr-tests: Likewise.
4980         * tests/test-rawmemchr.c: Likewise.
4981         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
4982         module.
4983         * modules/strchrnul (Depends-on): Add rawmemchr.
4984         * lib/strchrnul.c (strchrnul): Optimize a corner case.
4985
4986         Whitespace cleanup.
4987         * tests/test-strchrnul.c: Reindent.
4988         * lib/strchrnul.c: Likewise.
4989
4990         Optimize and test strchrnul.
4991         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
4992         * modules/strchrnul-tests: New file.
4993         * tests/test-strchrnul.c: Likewise.
4994
4995         Remove intprops dependency.
4996         * modules/memchr (Depends-on): Remove intprops.
4997         * modules/memrchr (Depends-on): Likewise.
4998         * modules/memchr2 (Depends-on): Likewise.
4999         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
5000         * lib/memrchr.c (__memrchr): Likewise.
5001         * lib/memrchr2.c (memchr2): Likewise.
5002         Reported by Simon Josefsson.
5003
5004 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5005
5006         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
5007         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5008
5009 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5010
5011         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
5012
5013         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
5014
5015         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
5016
5017         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
5018         declarations.
5019         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
5020
5021         * m4/inet_pton.m4: Don't check for header files.
5022
5023         * m4/inet_ntop.m4: Don't check for header files.
5024
5025 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5026
5027         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5028         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5029         trigger for cygwin).
5030         Reported by Bruno Haible  <bruno@clisp.org>.
5031
5032 2008-04-28  Bruno Haible  <bruno@clisp.org>
5033
5034         * doc/posix-functions/strdup.texi: Mention mingw problem.
5035
5036 2008-04-27  Bruno Haible  <bruno@clisp.org>
5037
5038         * modules/stat-time-tests (Depends-on): Add sleep.
5039         * tests/test-stat-time.c (force_unlink): New function.
5040         (cleanup): Use it.
5041         (test_mtime): Remove the ctime related tests.
5042         (test_ctime): New function, containing the ctime related tests.
5043         (main): Call test_ctime, except on native Windows platforms.
5044
5045 2008-04-27  Bruno Haible  <bruno@clisp.org>
5046
5047         * lib/rpmatch.c (rpmatch): Add some comments.
5048         Reported by James Youngman <jay@gnu.org>.
5049
5050 2008-04-27  Bruno Haible  <bruno@clisp.org>
5051
5052         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5053         quiet NaNs.
5054
5055 2008-04-27  Bruno Haible  <bruno@clisp.org>
5056
5057         Make test-yesno.sh work on mingw.
5058         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5059         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5060         (main): Set stdin to binary mode.
5061         * modules/yesno-tests (Depends-on): Add binary-io.
5062
5063 2008-04-27  Bruno Haible  <bruno@clisp.org>
5064
5065         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5066         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5067         argument that lie outside the IEEE 854 domain.
5068         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5069         (gl_ISFINITE): Use it.
5070         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5071
5072 2008-04-27  Bruno Haible  <bruno@clisp.org>
5073
5074         Allow local renaming in config.h.
5075         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5076
5077 2008-04-27  Bruno Haible  <bruno@clisp.org>
5078
5079         * lib/memchr.c (__memchr): Change type of 'i'.
5080         * lib/memchr2.c (memchr2): Likewise.
5081
5082 2008-04-26  Eric Blake  <ebb9@byu.net>
5083         and Bruno Haible  <bruno@clisp.org>
5084
5085         Optimize and test memrchr.
5086         * modules/memrchr (Depends-on): Add intprops.
5087         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5088         * modules/memrchr-tests: New file.
5089         * tests/test-memrchr.c: New file.
5090
5091 2008-04-26  Bruno Haible  <bruno@clisp.org>
5092
5093         Add tentative support for DragonFly BSD.
5094         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5095         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5096         fp.
5097         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5098         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5099         * lib/fpurge.c (fpurge): Likewise.
5100         * lib/freadable.c (freaadable): Likewise.
5101         * lib/freadahead.c (freadahead): Likewise.
5102         * lib/freading.c (freading): Likewise.
5103         * lib/freadptr.c (freadptr): Likewise.
5104         * lib/freadseek.c (freadptrinc): Likewise.
5105         * lib/fseeko.c (fseeko): Likewise.
5106         * lib/fseterr.c (fseterr): Likewise.
5107         * lib/fwritable.c (fwritable): Likewise.
5108         * lib/fwriting.c (fwriting): Likewise.
5109
5110 2008-04-26  Bruno Haible  <bruno@clisp.org>
5111
5112         * lib/stdio-impl.h: New file.
5113         * lib/fbufmode.c: Include stdio-impl.h.
5114         (fbufmode): Use fp_, remove redundant #defines.
5115         * lib/fflush.c: Include stdio-impl.h.
5116         (clear_ungetc_buffer): Remove redundant #defines.
5117         * lib/fpurge.c: Include stdio-impl.h.
5118         (fpurge): Remove redundant #defines.
5119         * lib/freadable.c: Include stdio-impl.h.
5120         (freadable): Remove redundant #defines.
5121         * lib/freadahead.c: Include stdio-impl.h.
5122         (freadahead): Remove redundant #defines.
5123         * lib/freading.c: Include stdio-impl.h.
5124         (freading): Remove redundant #defines.
5125         * lib/freadptr.c: Include stdio-impl.h.
5126         (freadptr): Remove redundant #defines.
5127         * lib/freadseek.c: Include stdio-impl.h.
5128         (freadptrinc): Remove redundant #defines.
5129         * lib/fseeko.c: Include stdio-impl.h.
5130         (rpl_fseeko): Remove redundant #defines.
5131         * lib/fseterr.c: Include stdio-impl.h.
5132         (fseterr): Remove redundant #defines.
5133         * lib/fwritable.c: Include stdio-impl.h.
5134         (fwritable: Remove redundant #defines.
5135         * lib/fwriting.c: Include stdio-impl.h.
5136         (fwriting): Remove redundant #defines.
5137         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5138         * modules/fflush (Files): Likewise.
5139         * modules/fpurge (Files): Likewise.
5140         * modules/freadable (Files): Likewise.
5141         * modules/freadahead (Files): Likewise.
5142         * modules/freading (Files): Likewise.
5143         * modules/freadptr (Files): Likewise.
5144         * modules/freadseek (Files): Likewise.
5145         * modules/fseeko (Files): Likewise.
5146         * modules/fseterr (Files): Likewise.
5147         * modules/fwritable (Files): Likewise.
5148         * modules/fwriting (Files): Likewise.
5149
5150 2008-04-26  Bruno Haible  <bruno@clisp.org>
5151
5152         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5153         restore_seek_optimization, update_fpos_cache): New functions, extracted
5154         from rpl_fflush.
5155         (rpl_fflush): Use them.
5156         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5157         (gl_REPLACE_FFLUSH): Use it.
5158
5159 2008-04-26  Bruno Haible  <bruno@clisp.org>
5160
5161         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5162         on Solaris.
5163         * tests/test-xstrtoimax.sh: Likewise.
5164         * tests/test-xstrtoumax.sh: Likewise.
5165         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5166
5167 2008-04-26  Bruno Haible  <bruno@clisp.org>
5168
5169         * modules/memchr-tests: New file.
5170         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5171
5172 2008-04-26  Eric Blake  <ebb9@byu.net>
5173             Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/memchr.c: Include intprops.h.
5176         (__memchr): Optimize parallel detection of matching bytes. Rename local
5177         variables. Add explanatory comments.
5178
5179 2008-04-26  Bruno Haible  <bruno@clisp.org>
5180
5181         Fix module 'memchr', broken since 2000-10-28.
5182         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5183
5184 2008-04-26  Bruno Haible  <bruno@clisp.org>
5185
5186         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5187         comments.
5188
5189 2008-04-25  Eric Blake  <ebb9@byu.net>
5190
5191         Use native fstatat on cygwin 1.7.0.
5192         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5193         first.
5194
5195 2008-04-23  Eric Blake  <ebb9@byu.net>
5196
5197         Improve memchr2 performance.
5198         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5199         NUL bytes.
5200         * modules/memchr2 (Depends-on): Use intprops.h.
5201
5202 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5203
5204         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
5205         an inline function instead of a CPP macro.  Patch by Ben Pfaff
5206         <blp@cs.stanford.edu>.
5207
5208 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5209
5210         * lib/arpa_inet.in.h: New file.
5211
5212         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
5213         (Makefile.am): Sed in substitute header file.
5214
5215         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
5216         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
5217
5218         * modules/inet_ntop (configure.ac): Use
5219         gl_ARPA_INET_MODULE_INDICATOR.
5220
5221         * modules/inet_pton (configure.ac): Use
5222         gl_ARPA_INET_MODULE_INDICATOR.
5223
5224 2008-04-22  Jim Meyering  <meyering@redhat.com>
5225
5226         * modules/verify (License): Re-license as LGPLv2+.
5227
5228 2008-04-22  Simon Josefsson  <simon@josefsson.org>
5229
5230         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
5231         parameter to void* as per POSIX standard (MinGW uses char*).
5232
5233 2008-04-21  Bruno Haible  <bruno@clisp.org>
5234
5235         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5236         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5237         Define to replacements if REPLACE_ISWCNTRL is 1.
5238         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
5239         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
5240         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
5241         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
5242         what it fixes.
5243         * doc/posix-functions/iswalpha.texi: Likewise.
5244         * doc/posix-functions/iswblank.texi: Likewise.
5245         * doc/posix-functions/iswcntrl.texi: Likewise.
5246         * doc/posix-functions/iswdigit.texi: Likewise.
5247         * doc/posix-functions/iswgraph.texi: Likewise.
5248         * doc/posix-functions/iswlower.texi: Likewise.
5249         * doc/posix-functions/iswprint.texi: Likewise.
5250         * doc/posix-functions/iswpunct.texi: Likewise.
5251         * doc/posix-functions/iswspace.texi: Likewise.
5252         * doc/posix-functions/iswupper.texi: Likewise.
5253         * doc/posix-functions/iswxdigit.texi: Likewise.
5254         Reported by Alain Guibert.
5255
5256 2008-04-21  Bruno Haible  <bruno@clisp.org>
5257
5258         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
5259         Patch by Alain Guibert.
5260
5261 2008-04-21  Bruno Haible  <bruno@clisp.org>
5262
5263         Fix test failures on mingw.
5264         * tests/test-xstrtol.c (print_no_progname): New function.
5265         (main): Install it in error_print_progname hook.
5266         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
5267         * tests/test-xstrtoimax.sh: Likewise.
5268         * tests/test-xstrtoumax.sh: Likewise.
5269
5270 2008-04-21  Bruno Haible  <bruno@clisp.org>
5271
5272         Fix test failure on mingw.
5273         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
5274
5275 2008-04-21  Bruno Haible  <bruno@clisp.org>
5276
5277         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
5278         Actually assign a value.
5279
5280 2008-04-20  Bruno Haible  <bruno@clisp.org>
5281
5282         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
5283         take 2.
5284         * lib/canonicalize.c (canonicalize_file_name): Elide if the
5285         'canonicalize-lgpl' module is also used.
5286         * lib/canonicalize-lgpl.c: Undo last change.
5287         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
5288
5289 2008-04-20  Bruno Haible  <bruno@clisp.org>
5290
5291         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
5292         config.h. Provide _mkdir based fallback for mingw.
5293         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
5294         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
5295         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
5296         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
5297         rather than defining mkdir in config.h.
5298         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
5299         (gl_SYS_STAT_H_DEFAULTS): New macro.
5300         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
5301         HAVE_IO_H any more.
5302         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
5303         HAVE_DECL_MKDIR and HAVE_IO_H.
5304
5305 2008-04-20  Bruno Haible  <bruno@clisp.org>
5306
5307         * lib/isapipe.c: Port to native Windows platforms.
5308
5309 2008-04-20  Bruno Haible  <bruno@clisp.org>
5310
5311         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
5312
5313 2008-04-21  Eric Blake  <ebb9@byu.net>
5314
5315         Work around preprocessors that don't handle UINTMAX_MAX.
5316         * lib/memchr2.c (memchr2): Avoid embedded #if.
5317         Reported by Alain Guibert, fix suggested by Bruno Haible.
5318
5319 2008-04-21  Simon Josefsson  <simon@josefsson.org>
5320
5321         * doc/posix-functions/strftime.texi (strftime): Explain better
5322         Windows incompatibility.  Suggested by Micah Cowan
5323         <micah@cowan.name>.
5324
5325 2008-04-20  Bruno Haible  <bruno@clisp.org>
5326
5327         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
5328         unistr/u8-mblen.
5329
5330 2008-04-20  Bruno Haible  <bruno@clisp.org>
5331
5332         Fix test failure on platforms with non-GNU iconv.
5333         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
5334         (U_TO_U8): Use it, rather than u16_to_u8.
5335         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
5336         units at the end of the input string.
5337         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
5338
5339 2008-04-20  Bruno Haible  <bruno@clisp.org>
5340
5341         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
5342         when the resulting length is 0.
5343         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
5344
5345 2008-04-20  Bruno Haible  <bruno@clisp.org>
5346
5347         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
5348         works.
5349         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
5350
5351 2008-04-20  Bruno Haible  <bruno@clisp.org>
5352
5353         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
5354         * modules/tsearch-tests (configure.ac): Test for initstate function.
5355
5356 2008-04-20  Bruno Haible  <bruno@clisp.org>
5357
5358         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
5359         for nlink_t if missing.
5360         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
5361
5362 2008-04-19  Bruno Haible  <bruno@clisp.org>
5363
5364         Work around snprintf bug on Linux libc5.
5365         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
5366         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5367         gl_SNPRINTF_SIZE1.
5368         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5369         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
5370         that test failed.
5371         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
5372         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
5373         * modules/snprintf (Files): Add m4/printf.m4.
5374         * modules/vsnprintf (Files): Likewise.
5375         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
5376         * doc/posix-functions/vsnprintf.texi: Likewise.
5377
5378 2008-04-19  Bruno Haible  <bruno@clisp.org>
5379
5380         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
5381         from 0.0058 to less than 10^-7.
5382
5383 2008-04-19  Bruno Haible  <bruno@clisp.org>
5384
5385         Fix rounding when a precision is given.
5386         * lib/vasnprintf.c (is_borderline): New function.
5387         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
5388         9...9x.
5389         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
5390         %e, %g.
5391         * tests/test-vasprintf-posix.c (test_function): Likewise.
5392         * tests/test-snprintf-posix.h (test_function): Likewise.
5393         * tests/test-sprintf-posix.h (test_function): Likewise.
5394         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
5395         * tests/test-printf-posix.h (test_function): Likewise.
5396         * tests/test-printf-posix.output: Update.
5397         Reported by John Darrington <john@darrington.wattle.id.au> via
5398         Ben Pfaff <blp@cs.stanford.edu>.
5399
5400 2008-04-18  Simon Josefsson  <simon@josefsson.org>
5401
5402         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
5403         Suggested by Bruno Haible <bruno@clisp.org>.
5404
5405 2008-04-17  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
5408         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
5409         implementation.
5410         Patch by Bruce Merry <bmerry@gmail.com>.
5411
5412 2008-04-17  Simon Josefsson  <simon@josefsson.org>
5413
5414         * doc/posix-functions/strftime.texi (strftime): Mention that %e
5415         doesn't work under Windows.
5416
5417 2008-04-16  Bruno Haible  <bruno@clisp.org>
5418
5419         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
5420         New macros.
5421         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
5422         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
5423         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
5424         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
5425         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
5426         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
5427         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
5428         macros.
5429         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
5430         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
5431         Northern Sotho, Uighur.
5432
5433 2008-04-16  Bruno Haible  <bruno@clisp.org>
5434
5435         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
5436         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
5437         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
5438         Reported by Daniel Bergström <daniel@octocode.com>.
5439
5440 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
5441             Bruno Haible  <bruno@clisp.org>
5442
5443         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
5444         function.
5445         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
5446         New functions, mostly extracted from gl_locale_name_default.
5447         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
5448
5449 2008-04-16  Eric Blake  <ebb9@byu.net>
5450
5451         Adjust strtod detection to catch glibc 2.7 bug.
5452         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
5453         Reported by John Gatewood Ham.
5454
5455 2008-04-16  Bruno Haible  <bruno@clisp.org>
5456
5457         Add tentative support for Linux libc5.
5458         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
5459         * lib/fpurge.c (fpurge): Likewise.
5460         * lib/freadable.c (freadable): Likewise.
5461         * lib/freadahead.c (freadahead): Likewise.
5462         * lib/freading.c (freading): Likewise.
5463         * lib/freadptr.c (freadptr): Likewise.
5464         * lib/freadseek.c (freadptrinc): Likewise.
5465         * lib/fseeko.c (rpl_fseeko): Likewise.
5466         * lib/fseterr.c (fseterr): Likewise.
5467         * lib/fwritable.c (fwritable): Likewise.
5468         * lib/fwriting.c (fwriting): Likewise.
5469         Reported by Alain Guibert <alguibert+bts@free.fr>.
5470
5471 2008-04-15  Bruno Haible  <bruno@clisp.org>
5472
5473         * modules/mathl (configure.ac): Define module indicator.
5474
5475 2008-04-15  Bruno Haible  <bruno@clisp.org>
5476
5477         * lib/logl.c (logl): Remove unused variables.
5478
5479 2008-04-15  Bruno Haible  <bruno@clisp.org>
5480
5481         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
5482         fails.
5483
5484 2008-04-15  Bruno Haible  <bruno@clisp.org>
5485
5486         * lib/trim.c (trim2): Fix argument of isspace() macro.
5487
5488 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
5489
5490         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
5491         to 0.
5492         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
5493
5494 2008-04-14  Bruno Haible  <bruno@clisp.org>
5495
5496         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
5497         AC_LANG_PROGRAM argument.
5498         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
5499         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
5500         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
5501         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5502         * m4/math_h.m4 (gl_MATH_H): Likewise.
5503         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
5504         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5505         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5506         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
5507         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5508         * m4/regex.m4 (gl_REGEX): Likewise.
5509         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
5510         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
5511         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5512         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
5513         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5514         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5515         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5516         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5517
5518 2008-04-14  Jim Meyering  <meyering@redhat.com>
5519
5520         test-strtod: fix typos: s/abs/fabs/
5521         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
5522
5523 2008-04-13  Bruno Haible  <bruno@clisp.org>
5524
5525         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
5526         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
5527         module is also used and while not building the reloc-wrapper.
5528
5529 2008-04-13  Bruno Haible  <bruno@clisp.org>
5530
5531         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
5532
5533 2008-04-13  Bruno Haible  <bruno@clisp.org>
5534
5535         Fix AIX compilation failure introduced on 2008-04-02.
5536         * tests/test-frexp.c (exp): Undefine before redefining.
5537         * tests/test-frexpl.c (exp): Likewise.
5538
5539 2008-04-13  Bruno Haible  <bruno@clisp.org>
5540
5541         Work around a HP-UX stdio bug.
5542         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
5543         * tests/test-ftello.c (main): Likewise.
5544         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
5545         * doc/posix-functions/ftello.texi: Likewise.
5546
5547 2008-04-13  Bruno Haible  <bruno@clisp.org>
5548
5549         Make test-signbit pass on HP-UX/hppa.
5550         * tests/test-signbit.c (minus_zerol): New variable.
5551         (test_signbitl): Use it.
5552
5553 2008-04-13  Bruno Haible  <bruno@clisp.org>
5554
5555         Make truncl work on OSF/1 4.0.
5556         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
5557         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
5558         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
5559         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
5560         HAVE_DECL_TRUNCL.
5561         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
5562         HAVE_DECL_TRUNCL.
5563         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
5564
5565 2008-04-13  Bruno Haible  <bruno@clisp.org>
5566
5567         * lib/unictype.h: Remove trailing comma from enumeration definitions.
5568
5569 2008-04-13  Bruno Haible  <bruno@clisp.org>
5570
5571         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
5572         expression, so as to avoid HP-UX 11 cc compiler bug.
5573
5574 2008-04-13  Bruno Haible  <bruno@clisp.org>
5575
5576         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
5577
5578 2008-04-13  Bruno Haible  <bruno@clisp.org>
5579
5580         * lib/git-merge-changelog.c: Remove empty declaration outside of
5581         functions.
5582
5583 2008-04-13  Bruno Haible  <bruno@clisp.org>
5584
5585         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
5586
5587 2008-04-13  Bruno Haible  <bruno@clisp.org>
5588
5589         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
5590         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
5591         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
5592         also if it exists but lacks definitions of the SHUT_* macros.
5593         * modules/sys_socket (Description): Update.
5594         Reported by Elbert Pol <e.pol@chello.nl>.
5595
5596 2008-04-13  Bruno Haible  <bruno@clisp.org>
5597
5598         * lib/localcharset.c (OS2): Don't redefine if already defined.
5599         Reported by Elbert Pol <e.pol@chello.nl>.
5600
5601 2008-04-13  Bruno Haible  <bruno@clisp.org>
5602
5603         * lib/binary-io.h [__EMX__]: Include <io.h>.
5604         Reported by Elbert Pol <e.pol@chello.nl>.
5605
5606 2008-04-12  Bruno Haible  <bruno@clisp.org>
5607
5608         * lib/fpucw.h: Enable the definitions also for x86_64.
5609         Needed for NetBSD/x86_64.
5610         Reported by Thomas Klausner <tk@giga.or.at>.
5611
5612 2008-04-12  Bruno Haible  <bruno@clisp.org>
5613
5614         * tests/test-strtod.c: Include isnand.h.
5615         (main): Use isnand instead of isnan.
5616         Reported by Jim Meyering.
5617
5618 2008-04-12  Bruno Haible  <bruno@clisp.org>
5619
5620         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
5621         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5622
5623 2008-04-12  Jim Meyering  <meyering@redhat.com>
5624
5625         * m4/math_h.m4 (gl_MATH_H): Fix typos.
5626
5627 2008-04-12  Bruno Haible  <bruno@clisp.org>
5628
5629         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
5630         Reported by Elbert Pol <e.pol@chello.nl>.
5631
5632 2008-04-12  Eric Blake  <ebb9@byu.net>
5633
5634         Work around Solaris 10 math.h bug.
5635         * m4/math_h.m4 (gl_MATH_H): Check for bug.
5636         (gl_MATH_H_DEFAULTS): Set up default.
5637         * modules/math (Makefile.am): Replace new indicators.
5638         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
5639         * tests/test-math.c (main): Test this.
5640         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
5641         * doc/posix-headers/math.texi (math.h): Mention bug.
5642         Reported by Nelson H. F. Beebe and Jim Meyering.
5643
5644 2008-04-11  Bruno Haible  <bruno@clisp.org>
5645
5646         Adapt to future versions of Apple GCC.
5647         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
5648         Reported by Peter O'Gorman <peter@pogma.com>.
5649
5650 2008-04-11  Bruno Haible  <bruno@clisp.org>
5651
5652         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
5653
5654 2008-04-11  Bruno Haible  <bruno@clisp.org>
5655
5656         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
5657
5658         * modules/getaddrinfo-tests (Makefile.am): Define
5659         test_getaddrinfo_LDADD.
5660
5661 2008-04-11  Bruno Haible  <bruno@clisp.org>
5662
5663         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
5664         (init): Fix syntax error.
5665         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
5666         is declared.
5667
5668 2008-04-11  Bruno Haible  <bruno@clisp.org>
5669
5670         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
5671         * modules/glob (Depends-on): Add stdbool.
5672
5673 2008-04-11  Bruno Haible  <bruno@clisp.org>
5674
5675         * lib/trim.c: Include <string.h>.
5676
5677 2008-04-11  Eric Blake  <ebb9@byu.net>
5678
5679         Avoid compile failure on OS/2.
5680         * lib/regex_internal.h (internal_function): Disable optimization
5681         on OS/2 (__EMX__), where it caused compiler error.
5682         Reported by Elbert Pol.
5683
5684 2008-04-11  Bruno Haible  <bruno@clisp.org>
5685
5686         Flush the standard error stream before aborting. Needed on mingw.
5687         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
5688         * tests/test-array_list.c (ASSERT): Likewise.
5689         * tests/test-array_oset.c (ASSERT): Likewise.
5690         * tests/test-avltree_list.c (ASSERT): Likewise.
5691         * tests/test-avltree_oset.c (ASSERT): Likewise.
5692         * tests/test-avltreehash_list.c (ASSERT): Likewise.
5693         * tests/test-binary-io.c (ASSERT): Likewise.
5694         * tests/test-byteswap.c (ASSERT): Likewise.
5695         * tests/test-c-ctype.c (ASSERT): Likewise.
5696         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
5697         * tests/test-c-strcasestr.c (ASSERT): Likewise.
5698         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
5699         * tests/test-c-strstr.c (ASSERT): Likewise.
5700         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
5701         * tests/test-canonicalize.c (ASSERT): Likewise.
5702         * tests/test-carray_list.c (ASSERT): Likewise.
5703         * tests/test-ceilf1.c (ASSERT): Likewise.
5704         * tests/test-ceilf2.c (ASSERT): Likewise.
5705         * tests/test-ceill.c (ASSERT): Likewise.
5706         * tests/test-count-one-bits.c (ASSERT): Likewise.
5707         * tests/test-fbufmode.c (ASSERT): Likewise.
5708         * tests/test-fflush2.c (ASSERT): Likewise.
5709         * tests/test-floorf1.c (ASSERT): Likewise.
5710         * tests/test-floorf2.c (ASSERT): Likewise.
5711         * tests/test-floorl.c (ASSERT): Likewise.
5712         * tests/test-fopen.c (ASSERT): Likewise.
5713         * tests/test-fpending.c (ASSERT): Likewise.
5714         * tests/test-fprintf-posix.c (ASSERT): Likewise.
5715         * tests/test-fpurge.c (ASSERT): Likewise.
5716         * tests/test-freadable.c (ASSERT): Likewise.
5717         * tests/test-freadahead.c (ASSERT): Likewise.
5718         * tests/test-freading.c (ASSERT): Likewise.
5719         * tests/test-freadptr.c (ASSERT): Likewise.
5720         * tests/test-freadptr2.c (ASSERT): Likewise.
5721         * tests/test-freadseek.c (ASSERT): Likewise.
5722         * tests/test-freopen.c (ASSERT): Likewise.
5723         * tests/test-frexp.c (ASSERT): Likewise.
5724         * tests/test-frexpl.c (ASSERT): Likewise.
5725         * tests/test-fseek.c (ASSERT): Likewise.
5726         * tests/test-fseeko.c (ASSERT): Likewise.
5727         * tests/test-fstrcmp.c (ASSERT): Likewise.
5728         * tests/test-ftell.c (ASSERT): Likewise.
5729         * tests/test-ftello.c (ASSERT): Likewise.
5730         * tests/test-func.c (ASSERT): Likewise.
5731         * tests/test-fwritable.c (ASSERT): Likewise.
5732         * tests/test-fwriting.c (ASSERT): Likewise.
5733         * tests/test-getdelim.c (ASSERT): Likewise.
5734         * tests/test-getline.c (ASSERT): Likewise.
5735         * tests/test-i-ring.c (ASSERT): Likewise.
5736         * tests/test-iconv-utf.c (ASSERT): Likewise.
5737         * tests/test-iconv.c (ASSERT): Likewise.
5738         * tests/test-isfinite.c (ASSERT): Likewise.
5739         * tests/test-isnand.c (ASSERT): Likewise.
5740         * tests/test-isnanf.c (ASSERT): Likewise.
5741         * tests/test-isnanl.h (ASSERT): Likewise.
5742         * tests/test-ldexpl.c (ASSERT): Likewise.
5743         * tests/test-linked_list.c (ASSERT): Likewise.
5744         * tests/test-linkedhash_list.c (ASSERT): Likewise.
5745         * tests/test-localename.c (ASSERT): Likewise.
5746         * tests/test-lseek.c (ASSERT): Likewise.
5747         * tests/test-mbscasecmp.c (ASSERT): Likewise.
5748         * tests/test-mbscasestr1.c (ASSERT): Likewise.
5749         * tests/test-mbscasestr2.c (ASSERT): Likewise.
5750         * tests/test-mbscasestr3.c (ASSERT): Likewise.
5751         * tests/test-mbscasestr4.c (ASSERT): Likewise.
5752         * tests/test-mbschr.c (ASSERT): Likewise.
5753         * tests/test-mbscspn.c (ASSERT): Likewise.
5754         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
5755         * tests/test-mbspbrk.c (ASSERT): Likewise.
5756         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
5757         * tests/test-mbsrchr.c (ASSERT): Likewise.
5758         * tests/test-mbsspn.c (ASSERT): Likewise.
5759         * tests/test-mbsstr1.c (ASSERT): Likewise.
5760         * tests/test-mbsstr2.c (ASSERT): Likewise.
5761         * tests/test-mbsstr3.c (ASSERT): Likewise.
5762         * tests/test-memchr2.c (ASSERT): Likewise.
5763         * tests/test-memmem.c (ASSERT): Likewise.
5764         * tests/test-open.c (ASSERT): Likewise.
5765         * tests/test-printf-frexp.c (ASSERT): Likewise.
5766         * tests/test-printf-frexpl.c (ASSERT): Likewise.
5767         * tests/test-printf-posix.c (ASSERT): Likewise.
5768         * tests/test-quotearg.c (ASSERT): Likewise.
5769         * tests/test-rbtree_list.c (ASSERT): Likewise.
5770         * tests/test-rbtree_oset.c (ASSERT): Likewise.
5771         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
5772         * tests/test-round1.c (ASSERT): Likewise.
5773         * tests/test-roundf1.c (ASSERT): Likewise.
5774         * tests/test-roundl.c (ASSERT): Likewise.
5775         * tests/test-signbit.c (ASSERT): Likewise.
5776         * tests/test-sleep.c (ASSERT): Likewise.
5777         * tests/test-snprintf-posix.c (ASSERT): Likewise.
5778         * tests/test-snprintf.c (ASSERT): Likewise.
5779         * tests/test-sprintf-posix.c (ASSERT): Likewise.
5780         * tests/test-stat-time.c (ASSERT): Likewise.
5781         * tests/test-strcasestr.c (ASSERT): Likewise.
5782         * tests/test-strerror.c (ASSERT): Likewise.
5783         * tests/test-striconv.c (ASSERT): Likewise.
5784         * tests/test-striconveh.c (ASSERT): Likewise.
5785         * tests/test-striconveha.c (ASSERT): Likewise.
5786         * tests/test-strsignal.c (ASSERT): Likewise.
5787         * tests/test-strstr.c (ASSERT): Likewise.
5788         * tests/test-strtod.c (ASSERT): Likewise.
5789         * tests/test-trunc1.c (ASSERT): Likewise.
5790         * tests/test-trunc2.c (ASSERT): Likewise.
5791         * tests/test-truncf1.c (ASSERT): Likewise.
5792         * tests/test-truncf2.c (ASSERT): Likewise.
5793         * tests/test-truncl.c (ASSERT): Likewise.
5794         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
5795         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
5796         * tests/test-vasnprintf.c (ASSERT): Likewise.
5797         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
5798         * tests/test-vasprintf.c (ASSERT): Likewise.
5799         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
5800         * tests/test-vprintf-posix.c (ASSERT): Likewise.
5801         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
5802         * tests/test-vsnprintf.c (ASSERT): Likewise.
5803         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
5804         * tests/test-wcwidth.c (ASSERT): Likewise.
5805         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
5806         * tests/test-xprintf-posix.c (ASSERT): Likewise.
5807         * tests/test-xvasprintf.c (ASSERT): Likewise.
5808         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
5809         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
5810         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
5811         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
5812         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
5813         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
5814         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
5815         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
5816         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
5817         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
5818         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
5819         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
5820         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
5821         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
5822         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
5823         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
5824         * tests/unictype/test-block_list.c (ASSERT): Likewise.
5825         * tests/unictype/test-block_of.c (ASSERT): Likewise.
5826         * tests/unictype/test-block_test.c (ASSERT): Likewise.
5827         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
5828         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
5829         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
5830         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
5831         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
5832         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
5833         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
5834         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
5835         * tests/unictype/test-combining.c (ASSERT): Likewise.
5836         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
5837         * tests/unictype/test-digit.c (ASSERT): Likewise.
5838         * tests/unictype/test-mirror.c (ASSERT): Likewise.
5839         * tests/unictype/test-numeric.c (ASSERT): Likewise.
5840         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
5841         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
5842         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
5843         * tests/unictype/test-scripts.c (ASSERT): Likewise.
5844         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
5845         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
5846         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
5847         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
5848         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
5849         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
5850         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
5851         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
5852         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
5853         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
5854         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
5855         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
5856         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
5857         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
5858         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
5859         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
5860         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
5861         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
5862         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
5863         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
5864         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
5865         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
5866         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
5867         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
5868         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
5869         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
5870         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
5871         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
5872         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
5873         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
5874         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
5875         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
5876         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
5877         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
5878         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
5879         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
5880         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
5881         Reported by Eric Blake.
5882
5883 2008-04-11  Bruno Haible  <bruno@clisp.org>
5884
5885         * lib/wchar.in.h: Tweak comment.
5886
5887 2008-04-11  Bruno Haible  <bruno@clisp.org>
5888
5889         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
5890         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
5891         gl_COMMON.
5892         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
5893
5894 2008-04-11  Bruno Haible  <bruno@clisp.org>
5895
5896         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
5897
5898 2008-04-11  Simon Josefsson  <simon@josefsson.org>
5899
5900         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
5901         of attempting to use non-existing /dev/*random.  Based on patch
5902         from Adam Strzelecki <ono@java.pl> in
5903         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
5904
5905 2008-04-08  Bruno Haible  <bruno@clisp.org>
5906
5907         Add tentative support for emx+gcc.
5908         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
5909         * lib/fpurge.c (fpurge): Likewise.
5910         * lib/freadable.c (freadable): Likewise.
5911         * lib/freadahead.c (freadahead): Likewise.
5912         * lib/freading.c (freading): Likewise.
5913         * lib/freadptr.c (freadptr): Likewise.
5914         * lib/freadseek.c (freadptrinc): Likewise.
5915         * lib/fseeko.c (rpl_fseeko): Likewise.
5916         * lib/fseterr.c (fseterr): Likewise.
5917         * lib/fwritable.c (fwritable): Likewise.
5918         * lib/fwriting.c (fwriting): Likewise.
5919         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
5920
5921 2008-04-09  Eric Blake  <ebb9@byu.net>
5922
5923         Avoid some autoconf warnings.
5924         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
5925         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
5926         * m4/afs.m4 (gl_AFS): Likewise.
5927         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
5928         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
5929         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5930         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
5931         (gl_INTEGER_TYPE_SUFFIX): Likewise.
5932         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
5933         (AC_CHECK_DECLS_ONCE): Likewise.
5934         Rename file...
5935         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
5936         gnulib-tool requires autoconf 2.59 or better.
5937         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
5938
5939 2008-04-08  Eric Blake  <ebb9@byu.net>
5940
5941         Use 'git describe --match' if present (added in git 1.5.5).
5942         * build-aux/git-version-gen: Limit result to tags that match 'v*'
5943         if possible.
5944
5945 2008-04-08  Bruno Haible  <bruno@clisp.org>
5946
5947         Add tentative support for OpenServer.
5948         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
5949         _ptr, _cnt.
5950         * lib/fpurge.c (fpurge): Likewise.
5951         * lib/freadable.c (freadable): Likewise.
5952         * lib/freadahead.c (freadahead): Likewise.
5953         * lib/freading.c (freading): Likewise.
5954         * lib/freadptr.c (freadptr): Likewise.
5955         * lib/freadseek.c (freadptrinc): Likewise.
5956         * lib/fseeko.c (rpl_fseeko): Likewise.
5957         * lib/fseterr.c (fseterr): Likewise.
5958         * lib/fwritable.c (fwritable): Likewise.
5959         * lib/fwriting.c (fwriting): Likewise.
5960         Reported by Roger Cornelius <rac@tenzing.org> and
5961         Brian K. White <brian@aljex.com>.
5962
5963 2008-04-06  Jim Meyering  <meyering@redhat.com>
5964
5965         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
5966
5967 2008-04-06  Bruno Haible  <bruno@clisp.org>
5968
5969         Avoid possible error with non-ASCII bytes in UTF-8 locales.
5970         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
5971         * tests/test-printf-posix.sh: Likewise.
5972         * tests/test-vfprintf-posix.sh: Likewise.
5973         * tests/test-vprintf-posix.sh: Likewise.
5974         * tests/test-xprintf-posix.sh: Likewise.
5975
5976 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5977
5978         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
5979         hide error from 'ls', needed on OS/2.
5980         Report by Elbert Pol <elbert.pol@gmail.com>.
5981
5982 2008-04-04  Eric Blake  <ebb9@byu.net>
5983
5984         Make test-fseeko.c failures meaningful.
5985         * tests/test-fseeko.c: Print line number on failure.
5986         * tests/test-fseek.c: Likewise.
5987         Reported by Nelson H. F. Beebe.
5988
5989         Improve strtod bug detection check.
5990         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
5991         required for Solaris 10.
5992         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
5993
5994 2008-04-04  Bruno Haible  <bruno@clisp.org>
5995
5996         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
5997         by m4/setenv.m4.
5998
5999 2008-04-03  Eric Blake  <ebb9@byu.net>
6000
6001         Ensure sane .version contents.
6002         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
6003         version string.
6004         * build-aux/git-version-gen: Improve documentation.
6005
6006         Make GNU make output nicer.
6007         * top/GNUmakefile [!_have-Makefile]: Add dependency on
6008         MAKECMDGOALS to enforce message for all command line targets.  Set
6009         srcdir for use in maint.mk.
6010
6011         Another maintainer tweak.
6012         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
6013         a target that regenerates version.
6014
6015 2008-04-03  Jim Meyering  <meyering@redhat.com>
6016
6017         vc-list-files: don't cause coreutils "make po-check" failure
6018         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
6019
6020 2008-04-03  Eric Blake  <ebb9@byu.net>
6021
6022         Allow VPATH usage of vc-list-files.
6023         * build-aux/vc-list-files (scriptversion): Add timestamp.
6024         (options): Add --help, --version, -C.
6025         (CVS): Support installed cvsu.
6026
6027 2008-04-02  Bruno Haible  <bruno@clisp.org>
6028
6029         Avoid some "statement with no effect" warnings from gcc.
6030         * tests/test-wctype.c (main): Explicitly ignore unused values.
6031         Reported by Jim Meyering.
6032
6033 2008-04-02  Jim Meyering  <meyering@redhat.com>
6034
6035         Avoid some warnings from "gcc -Wshadow".
6036         * tests/test-frexp.c (exp): Define to a different identifier.
6037         * tests/test-frexpl.c (exp): Likewise.
6038
6039 2008-04-03  Jim Meyering  <meyering@redhat.com>
6040
6041         bootstrap: remove dangling *.[ch] symlinks from lib
6042         * build-aux/bootstrap [dangling symlink removal]: Move find's
6043         -depth option to precede all others, to avoid a warning.
6044         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6045
6046 2008-04-02  Bruno Haible  <bruno@clisp.org>
6047
6048         Avoid some warnings from "gcc -Wshadow".
6049         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6050         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6051         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6052         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6053         Reported by Jim Meyering.
6054
6055 2008-04-01  Bruno Haible  <bruno@clisp.org>
6056
6057         Fix test to work on IRIX 6.5 with cc.
6058         * tests/test-math.c (numeric_equal): New function.
6059         (main): Use it.
6060
6061 2008-04-01  Bruno Haible  <bruno@clisp.org>
6062
6063         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6064
6065 2008-04-01  Bruno Haible  <bruno@clisp.org>
6066
6067         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6068         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6069         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6070         (Depends-on): Remove math.
6071
6072         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6073         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6074         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6075         (Depends-on): Remove math.
6076
6077         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6078         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6079         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6080         (Depends-on): Remove math.
6081         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6082         (Depends-on): Remove math.
6083
6084         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6085         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6086         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6087         (Depends-on): Remove math.
6088         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6089         (Depends-on): Remove math.
6090
6091         * tests/test-round1.c: Include nan.h.
6092         (main): Use NaNd instead of NAN.
6093         * modules/round-tests (Files): Add tests/nan.h.
6094
6095         * tests/test-trunc1.c: Include nan.h.
6096         (main): Use NaNd instead of NAN.
6097         * modules/trunc-tests (Files): Add tests/nan.h.
6098
6099         * tests/test-roundf1.c: Include nan.h.
6100         (main): Use NaNf instead of NAN.
6101         * modules/roundf-tests (Files): Add tests/nan.h.
6102
6103         * tests/test-truncf1.c: Include nan.h.
6104         (main): Use NaNf instead of NAN.
6105         * modules/truncf-tests (Files): Add tests/nan.h.
6106
6107         * tests/test-ceilf1.c: Include nan.h.
6108         (main): Use NaNf instead of NAN.
6109         * modules/ceilf-tests (Files): Add tests/nan.h.
6110
6111         * tests/test-floorf1.c: Include nan.h.
6112         (main): Use NaNf instead of NAN.
6113         * modules/floorf-tests (Files): Add tests/nan.h.
6114
6115         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6116         (main): Use NaNf instead of NAN.
6117         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6118
6119         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6120         (main): Use NaNd instead of NAN.
6121         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6122
6123         * tests/test-frexp.c: Include nan.h.
6124         (main): Use NaNd instead of NAN.
6125         * modules/frexp-tests (Files): Add tests/nan.h.
6126
6127         * lib/isnan.c: Don't include <math.h>.
6128         (FUNC): Don't use NAN macro.
6129         * modules/isnand-nolibm (Depends-on): Remove math.
6130         * modules/isnanf-nolibm (Depends-on): Remove math.
6131         * modules/isnanl (Depends-on): Remove math.
6132         * modules/isnanl-nolibm (Depends-on): Remove math.
6133
6134         * tests/nan.h: New file.
6135
6136 2008-04-01  Eric Blake  <ebb9@byu.net>
6137
6138         Fix typos.
6139         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6140         values to be the right type.
6141
6142         For now, cater to gnulib strtod inaccuracies.
6143         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6144         fractional results.  While not as nice from a QoI perspective, it
6145         is a quicker patch than correctly implementing decimal to binary
6146         rounding.
6147
6148 2008-03-31  Eric Blake  <ebb9@byu.net>
6149
6150         Guarantee a definition of NAN.
6151         * lib/math.in.h (NAN): Define if missing.
6152         * tests/test-math.c (main): Test it.
6153         * doc/posix-headers/math.texi (math.h): Document this.
6154         * lib/isnan.c (rpl_isnand): Use it.
6155         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6156         * tests/test-floorf1.c (NaN): Likewise.
6157         * tests/test-frexp.c (NaN): Likewise.
6158         * tests/test-isnand.c (NaN): Likewise.
6159         * tests/test-isnanf.c (NaN): Likewise.
6160         * tests/test-round1.c (NaN): Likewise.
6161         * tests/test-roundf1.c (NaN): Likewise.
6162         * tests/test-snprintf-posix.h (NaN): Likewise.
6163         * tests/test-sprintf-posix.h (NaN): Likewise.
6164         * tests/test-trunc1.c (NaN): Likewise.
6165         * tests/test-truncf1.c (NaN): Likewise.
6166         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6167         * tests/test-vasprintf-posix.c (NaN): Likewise.
6168         * modules/isnand-nolibm (Depends-on): Add math.
6169         * modules/isnanf-nolibm (Depends-on): Likewise.
6170         * modules/isnanl (Depends-on): Likewise.
6171         * modules/isnanl-nolibm (Depends-on): Likewise.
6172         * modules/snprintf-posix-tests (Depends-on): Likewise.
6173         * modules/sprintf-posix-tests (Depends-on): Likewise.
6174         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6175         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6176         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6177         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6178
6179 2008-03-31  Bruno Haible  <bruno@clisp.org>
6180
6181         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6182         * doc/posix-functions/strtod.texi: Likewise.
6183
6184 2008-03-31  Bruno Haible  <bruno@clisp.org>
6185
6186         * tests/test-strtod.c (main): Don't use C99 syntax.
6187
6188 2008-03-31  Bruno Haible  <bruno@clisp.org>
6189
6190         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6191         Reported by Eric Blake.
6192
6193 2008-03-31  Jim Meyering  <meyering@redhat.com>
6194
6195         Don't compare actual signbit return values.
6196         * tests/test-strtod.c (main): Rather, compare only their
6197         zero/non-zero nature.
6198
6199 2008-03-31  Eric Blake  <ebb9@byu.net>
6200
6201         More strtod documentation.
6202         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6203         failures as distinct bugs.
6204
6205 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6206
6207         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
6208         Problem reported by Erik Benada in
6209         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
6210
6211 2008-03-30  Bruno Haible  <bruno@clisp.org>
6212
6213         * tests/test-strtod.c: Add comments about which assertion fails on which
6214         platform.
6215         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6216
6217 2008-03-30  Eric Blake  <ebb9@byu.net>
6218
6219         Test signbit behavior on zeros.
6220         * tests/test-signbit.c (test_signbitf): Add tests for zero.
6221         (test_signbitd, test_signbitl): Likewise.
6222
6223         More strtod touchups.
6224         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
6225         sign of negative underflow, for now.  Use .5, not .1.
6226         * doc/posix-functions/strtod.texi (strtod): Mention these
6227         limitations.
6228         Reported by Jim Meyering.
6229
6230 2008-03-30  Bruno Haible  <bruno@clisp.org>
6231
6232         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
6233         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
6234
6235 2008-03-30  Bruno Haible  <bruno@clisp.org>
6236
6237         Avoid failure when attempting to return empty iconv results on some
6238         platforms.
6239         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
6240         allocation, don't report ENOMEM when the resulting string is empty.
6241
6242 2008-03-30  Bruno Haible  <bruno@clisp.org>
6243
6244         Fix buffer overrun.
6245         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
6246         Don't consider the width for tmp_length. Check count against tmp_length
6247         before doing the padding. Ensure enough allocation during padding.
6248
6249 2008-03-30  Eric Blake  <ebb9@byu.net>
6250
6251         strtod touchups.
6252         * lib/strtod.c (strtod): Avoid compiler warnings.
6253         Reported by Jim Meyering.
6254
6255 2008-03-30  Bruno Haible  <bruno@clisp.org>
6256
6257         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
6258         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
6259         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
6260         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
6261         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
6262         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
6263         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
6264         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
6265
6266         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
6267         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
6268         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
6269         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
6270         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
6271         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
6272         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
6273         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
6274
6275         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
6276         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
6277         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
6278         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
6279         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
6280         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
6281         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
6282         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
6283
6284         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
6285         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
6286
6287         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
6288         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
6289
6290         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
6291         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
6292
6293         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
6294         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
6295         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
6296
6297         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
6298         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
6299         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
6300
6301         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
6302         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
6303         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
6304
6305         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
6306         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
6307         * modules/vasprintf (Depends-on): Add EOVERFLOW.
6308
6309         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
6310         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
6311         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
6312         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
6313         (Depends-on): Add EOVERFLOW.
6314         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
6315         (Depends-on): Add EOVERFLOW.
6316         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6317         (Depends-on): Add EOVERFLOW.
6318         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6319         (Depends-on): Add EOVERFLOW.
6320         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6321         (Depends-on): Add EOVERFLOW.
6322         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6323         (Depends-on): Add EOVERFLOW.
6324         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6325         (Depends-on): Add EOVERFLOW.
6326         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6327         (Depends-on): Add EOVERFLOW.
6328
6329         * lib/sprintf.c (EOVERFLOW): Remove fallback.
6330         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
6331         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
6332
6333         * lib/snprintf.c (EOVERFLOW): Remove fallback.
6334         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
6335         * modules/snprintf (Depends-on): Add EOVERFLOW.
6336
6337         * lib/poll.c (EOVERFLOW): Remove fallback.
6338         * modules/poll (Depends-on): Add EOVERFLOW.
6339
6340         * lib/getugroups.c (EOVERFLOW): Remove fallback.
6341         * modules/getugroups (Depends-on): Add EOVERFLOW.
6342
6343         * lib/getdelim.c (EOVERFLOW): Remove fallback.
6344         * modules/getdelim (Depends-on): Add EOVERFLOW.
6345
6346         * lib/ftell.c (EOVERFLOW): Remove fallback.
6347         * modules/ftell (Depends-on): Add EOVERFLOW.
6348
6349         * lib/fprintf.c (EOVERFLOW): Remove fallback.
6350         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
6351         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
6352
6353         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
6354
6355         * modules/EOVERFLOW-tests: New file.
6356         * tests/test-EOVERFLOW.c: New file.
6357
6358         * modules/EOVERFLOW: New file.
6359         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
6360
6361 2008-03-30  Bruno Haible  <bruno@clisp.org>
6362
6363         Fix bug introduced on 2007-06-10.
6364         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
6365         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
6366
6367 2008-03-30  Bruno Haible  <bruno@clisp.org>
6368
6369         Improve freadseek's efficiency after ungetc.
6370         * lib/freadseek.c: Include freadahead.h.
6371         (freadptrinc): New function, extracted from freadseek.
6372         (freadseek): Use it in a loop. Use freadahead to determine the number
6373         of loop iterations.
6374         * modules/freadseek (Depends-on): Add freadahead.
6375         (configure.ac): Require AC_C_INLINE.
6376
6377 2008-03-30  Bruno Haible  <bruno@clisp.org>
6378
6379         * lib/freadseek.c (freadseek): Don't ignore the return value of
6380         freadptr.
6381
6382 2008-03-29  Eric Blake  <ebb9@byu.net>
6383
6384         Add hex float support.
6385         * modules/strtod (Depends-on): Add c-ctype.
6386         (Link): Mention POW_LIB.
6387         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
6388         whitespace between 'e' and exponent.
6389         * tests/test-strtod.c (main): Enable hex float tests.
6390         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
6391         now provides.
6392
6393         Document various strtod bugs, with some fixes.
6394         * doc/posix-functions/strtod.texi (strtod): Document bugs with
6395         "-0x", "inf", "nan", and hex constants.
6396         * doc/posix-functions/atof.texi (atof): Likewise.
6397         * modules/stdlib (Makefile.am): Support strtod.
6398         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6399         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
6400         detect additional strtod bugs.
6401         * lib/stdlib.in.h (rpl_strtod): Add declarations.
6402         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
6403         bool where appropriate.  Parse 'inf' and 'nan'.
6404         * tests/test-strtod.c: New file.
6405         * modules/strtod (Depends-on): Add stdbool, stdlib.
6406         (configure.ac): Turn on module indicator.
6407         * modules/strtod-tests: New module.
6408
6409 2008-03-29  Eric Blake  <ebb9@byu.net>
6410
6411         Fix ftell on mingw.
6412         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
6413         * modules/ftell-tests (Depends-on): Add binary-io.
6414         * modules/ftello-tests (Depends-on): Likewise.
6415         * tests/test-ftell.c (main): Enhance test to cover behavior after
6416         ungetc.  Enforce binary mode.
6417         * tests/test-ftello.c (main): Likewise.
6418
6419         Pass test-freadseek on cygwin.
6420         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
6421         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
6422         ungetc buffer.
6423
6424         * tests/test-fflush2.c (main): Fix typo.
6425
6426 2008-03-29  Bruno Haible  <bruno@clisp.org>
6427
6428         * tests/test-fflush2.c (main): Temporarily disable the contents of
6429         this test.
6430         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
6431         Reported by Eric Blake.
6432
6433 2008-03-28  Simon Josefsson  <simon@josefsson.org>
6434
6435         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
6436         (GC_SHA224_DIGEST_SIZE): Add.
6437
6438         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
6439         (gc_hash_digest_length): Likewise.
6440         (gc_hash_buffer): Likewise.
6441
6442 2008-03-25  Bruno Haible  <bruno@clisp.org>
6443
6444         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
6445         detail which gettext release to use.
6446         Reported by Simon Josefsson.
6447
6448 2008-03-26  Jim Meyering  <meyering@redhat.com>
6449
6450         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
6451         * modules/gnumakefile (clean-GNUmakefile): Also, use
6452         test ... && ... || : syntax rather than if-then ... fi.
6453
6454         gnumakefile: Don't double-quote-expand $(VPATH) value.
6455         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
6456
6457 2008-03-24  Eric Blake  <ebb9@byu.net>
6458
6459         Alter GNUmakefile to install into top directory.
6460         * modules/maintainer-makefile: Split, and add dependency...
6461         * modules/gnumakefile: to this new module.
6462         * build-aux/GNUmakefile: Move...
6463         * top/GNUmakefile: ...here.
6464         * build-aux/maint.mk: Move...
6465         * top/maint.mk: ...here.
6466         * MODULES.html.sh (Support for maintaining...): Document new
6467         module.
6468
6469 2008-03-23  Bruno Haible  <bruno@clisp.org>
6470
6471         * gnulib-tool: New options --vc-files, --no-vc-files.
6472         (func_usage): Document them.
6473         (vc_files): New variable.
6474         (func_import): Consider vc_files.
6475         (func_create_testdir): Set vc_files to empty.
6476         Suggested by Jim Meyering and Karl Berry.
6477
6478 2008-03-23  Bruno Haible  <bruno@clisp.org>
6479
6480         Fix regex compilation error on HP-UX 11.
6481         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
6482         * modules/regex (Files): Add m4/mbstate_t.m4.
6483         Reported by Ton Voon <ton.voon@altinity.com>.
6484
6485 2008-03-23  Bruno Haible  <bruno@clisp.org>
6486
6487         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
6488
6489 2008-03-23  Eric Blake  <ebb9@byu.net>
6490             Bruno Haible  <bruno@clisp.org>
6491
6492         Install files from top/ in the destination directory.
6493         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6494         augmentation also for the files from top/.
6495         (func_import, func_create_testdir): Rewrite file names:
6496         top/filename -> filename.
6497
6498 2008-03-23  Bruno Haible  <bruno@clisp.org>
6499
6500         Tweak "gnulib --version" output.
6501         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
6502
6503 2008-03-23  Bruno Haible  <bruno@clisp.org>
6504
6505         Tweak "gnulib --version" output.
6506         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
6507         rather than contents of ChangeLog, when possible.
6508
6509 2008-03-21  Eric Blake  <ebb9@byu.net>
6510
6511         More --version tweaks.
6512         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
6513         date of last ChangeLog entry.
6514
6515 2008-03-21  Jim Meyering  <meyering@redhat.com>
6516
6517         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
6518
6519 2008-03-20  Eric Blake  <ebb9@byu.net>
6520
6521         VPATH fix.
6522         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
6523
6524 2008-03-20  Simon Josefsson  <simon@josefsson.org>
6525
6526         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
6527         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
6528
6529 2008-03-20  Eric Blake  <ebb9@byu.net>
6530
6531         Sync GNUmakefile with coreutils.
6532         * build-aux/GNUmakefile (have-Makefile): Rename...
6533         (_have-Makefile): ...to this, for namespace consideration.
6534         (GNUmakefile.cfg): Include, if present.
6535         (_autoreconf): Define a default.
6536         (_is-dist-target): New rule for rebuilds to pick up intra-release
6537         version.
6538         (maint-cfg.mk): Rename...
6539         (cfg.mk): ...to this.
6540
6541 2008-03-18  Jim Meyering  <meyering@redhat.com>
6542
6543         New script and module: mktempd
6544         * MODULES.html.sh (maint+release support): Add mktempd.
6545         * build-aux/mktempd: New file.
6546         * modules/mktempd: New file.
6547
6548 2008-03-15  Jim Meyering  <meyering@redhat.com>
6549
6550         Undo last change.
6551         * lib/sha1.c, lib/md5.c: 63 != ~63.
6552         Reported by Andreas Schwab.
6553
6554         sha1.c, md5.c: Hoist a redundant expression.
6555         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
6556         "ctx->buflen" only once, before calling *_process_block.
6557         * lib/md5.c (md5_process_bytes): Likewise.
6558
6559 2008-03-14  Eric Blake  <ebb9@byu.net>
6560
6561         Bump copyright year in files generated by gnulib-tool.
6562         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
6563         gnulib-tool, rather than hard-coding it.
6564
6565         Fix 'gnulib-tool --version' output to work with git.
6566         * gnulib-tool (func_gnulib_dir): New function, extracted from...
6567         (startup): ...here.
6568         (func_version): Use it to invoke git-version-gen, rather than
6569         relying on CVS keyword expansion.  Modernize wording.
6570         (cvsdatestamp, last_checkin_date, version): Kill unused
6571         variables.
6572
6573 2008-03-12  Jim Meyering  <meyering@redhat.com>
6574
6575         Recognize optional cast of the argument to free.
6576         * build-aux/useless-if-before-free: Update regexps.
6577
6578         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
6579
6580 2008-03-11  Bruno Haible  <bruno@clisp.org>
6581
6582         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
6583         by a single package.
6584         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
6585         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
6586         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
6587         Reported by Sam Steingold <sds@gnu.org>.
6588
6589 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6590
6591         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
6592         repositories.
6593
6594 2008-03-11  Bruno Haible  <bruno@clisp.org>
6595
6596         Avoid conflicts between local macro definitions.
6597         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6598         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
6599
6600 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
6601             Bruno Haible  <bruno@clisp.org>
6602
6603         Make va_copy work with some version of xlc on AIX 5.1.
6604         * lib/stdarg.in.h: New file.
6605         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
6606         On AIX, use a <stdarg.h> file substitute.
6607         * modules/stdarg (Files): Add lib/stdarg.in.h.
6608         (Depends-on): Add include_next.
6609         (Makefile.am): Build a stdarg.h substitute if requested.
6610         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
6611
6612 2008-03-10  Bruno Haible  <bruno@clisp.org>
6613
6614         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
6615         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6616         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
6617
6618 2008-03-10  Bruno Haible  <bruno@clisp.org>
6619
6620         * modules/stdlib (Depends-on): Add include_next, remove
6621         absolute-header.
6622
6623 2008-03-09  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/freadahead.h (freadahead): Document more precisely.
6626         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
6627         the sum of both buffer sizes.
6628         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
6629         * NEWS: Document the change.
6630
6631 2008-03-09  Bruno Haible  <bruno@clisp.org>
6632
6633         Extend freadptr to return also the buffer size.
6634         * lib/freadptr.h (freadptr): Add sizep argument.
6635         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
6636         (freadptr): Add sizep argument. Determine buffer size like freadahead
6637         does.
6638         * tests/test-freadptr.c: Don't include freadahead.h.
6639         (main): Adapt for new calling convention of freadptr.
6640         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
6641         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
6642         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
6643         tests/test-freadptr2.sh.
6644         (Depends): Remove freadahead.
6645         (TESTS): Add test-freadptr2.sh.
6646         (check_PROGRAMS): Add test-freadptr2.
6647
6648 2008-03-09  Bruno Haible  <bruno@clisp.org>
6649
6650         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
6651         Report and solution by Simon Josefsson.
6652
6653 2008-03-06  Bruno Haible  <bruno@clisp.org>
6654
6655         Make fflush after ungetc work on BSD platforms.
6656         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
6657         * tests/test-fflush2.c: New file.
6658         * tests/test-fflush2.sh: New file.
6659         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
6660         tests/test-fflush2.c.
6661         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
6662         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
6663
6664 2008-03-06  Eric Blake  <ebb9@byu.net>
6665
6666         Likewise for ftello.
6667         * modules/ftello (Dependencies): Add extensions.
6668         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
6669
6670 2008-03-06  Bruno Haible  <bruno@clisp.org>
6671
6672         * modules/fseeko (Dependencies): Add extensions.
6673         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
6674         Needed on glibc systems.
6675
6676 2008-03-06  Bruno Haible  <bruno@clisp.org>
6677
6678         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
6679         email address.
6680         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
6681
6682 2008-03-06  Bruno Haible  <bruno@clisp.org>
6683
6684         * users.txt: Add libgnupdf.
6685
6686 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
6687
6688         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
6689         (Header File Substitutes, Function Substitutes,
6690         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
6691         (Build robot for gnulib): Fix typo.
6692
6693 2008-03-06  Bruno Haible  <bruno@clisp.org>
6694
6695         * doc/gnulib-tool.texi (VCS Issues): Small updates.
6696         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
6697
6698 2008-03-06  Bruno Haible  <bruno@clisp.org>
6699
6700         * doc/func.texi: New file, extracted from doc/gnulib.texi.
6701         * doc/gnulib.texi: Include it.
6702
6703 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6704
6705         * modules/func (License): Change license to unlimited; there was
6706         no LGPL parts in the module anyway.
6707
6708 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6709
6710         * modules/__func__: Renamed to modules/func.
6711         * modules/__func__-tests: Renamed to modules/func-tests.
6712         * tests/test-__func__.c: Renamed to tests/test-func.c.
6713         * m4/__func__.m4: Renamed to m4/func.m4.
6714         * doc/gnulib.texi (__func__): Section renamed to func.
6715         Suggested by Eric Blake <ebb9@byu.net>.
6716
6717 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6718
6719         * doc/gnulib.texi (__func__): Use C99 terminology when talking
6720         about __func__.  Make example self-contained.  Suggested by Eric
6721         Blake <ebb9@byu.net>.
6722
6723         * tests/test-__func__.c (main): Avoid extraneous () around __func.
6724         Suggested by Eric Blake <ebb9@byu.net>.
6725
6726 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6727
6728         * modules/__func__: New file.
6729         * modules/__func__-tests: New file.
6730         * tests/test-__func__.c: New file.
6731         * m4/__func__.m4: New file.
6732         * doc/gnulib.texi (__func__): Document __func__ module.
6733
6734 2008-03-05  Simon Josefsson  <simon@josefsson.org>
6735
6736         * modules/byteswap (License): Re-license as LGPLv2+.
6737
6738 2008-03-05  Simon Josefsson  <simon@josefsson.org>
6739
6740         * doc/Makefile: Add pdf target.
6741
6742 2008-03-05  Simon Josefsson  <simon@josefsson.org>
6743
6744         * modules/inline (License): Use 'unlimited', since there are only
6745         *.m4 files in this module.
6746
6747 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
6748             Bruno Haible  <bruno@clisp.org>
6749
6750         Add support for HP C 7.1 on OpenVMS 8.3.
6751         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
6752
6753 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
6754
6755         Update VMS specifics.
6756         * lib/getopt.c [VMS]: Remove include of unixlib.h.
6757
6758 2008-03-02  Jim Meyering  <meyering@redhat.com>
6759
6760         Remove the last dependency on the "free" module.
6761         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
6762         Reported by Bob Proulx.
6763
6764         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
6765
6766         Remove useless "if" tests before free.  Deprecate "free" module.
6767         * doc/posix-functions/free.texi: Mention that this
6768         module is no longer useful.
6769         * modules/free (Notice): Say this module is obsolete.
6770         * modules/readutmp (Depends-on): Remove free.
6771         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
6772         * lib/putenv.c (putenv): Likewise.
6773         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
6774         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
6775         * tests/test-c-strcasestr.c (main): Likewise.
6776         * tests/test-c-strstr.c (main): Likewise.
6777         * tests/test-mbscasestr1.c (main): Likewise.
6778         * tests/test-mbscasestr2.c (main): Likewise.
6779         * tests/test-mbsstr1.c (main): Likewise.
6780         * tests/test-mbsstr2.c (main): Likewise.
6781         * tests/test-memmem.c (main): Likewise.
6782         * tests/test-strcasestr.c (main): Likewise.
6783         * tests/test-striconv.c (main): Likewise.
6784         * tests/test-striconveh.c (main): Likewise.
6785         * tests/test-striconveha.c (main): Likewise.
6786         * tests/test-strstr.c (main): Likewise.
6787
6788         * build-aux/git-version-gen: Adjust a comment and the Usage string.
6789
6790         bootstrap: sync from coreutils again
6791         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
6792
6793 2008-03-01  Jim Meyering  <meyering@redhat.com>
6794
6795         bootstrap: sync from coreutils
6796         * build-aux/bootstrap (update_po_files): Copy a .po file into place
6797         also when the target doesn't exist.
6798
6799 2008-03-01  Eric Blake  <ebb9@byu.net>
6800
6801         Fix bugs in last patch.
6802         * lib/memchr2.c (memchr2): Fix typo.
6803         * tests/test-memchr2.c: Test previous bug, and don't use GNU
6804         extension.
6805         Reported by Bruce Korb.
6806
6807         New module 'memchr2'.
6808         * modules/memchr2: New file.
6809         * modules/memchr2-tests: Likewise.
6810         * lib/memchr2.h: Likewise.
6811         * lib/memchr2.c: Likewise, based on memchr.c.
6812         * tests/test-memchr2.c: New test.
6813         * MODULES.html.sh (String handling): Add memchr2.
6814
6815 2008-02-29  Bruno Haible  <bruno@clisp.org>
6816
6817         * modules/freadseek-tests: New file.
6818         * tests/test-freadseek.sh: New file.
6819         * tests/test-freadseek.c: New file.
6820
6821         New module 'freadseek'.
6822         * modules/freadseek: New file.
6823         * lib/freadseek.h: New file.
6824         * lib/freadseek.c: New file.
6825         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
6826
6827 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
6828
6829         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
6830         wydawca.
6831
6832         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
6833         program_invocation_name and program_invocation_short_name are
6834         present.
6835
6836 2008-02-28  Bruno Haible  <bruno@clisp.org>
6837
6838         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
6839         * tests/test-freadptr.sh: Also test non-seekable stdin.
6840
6841 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
6842
6843         * build-aux/bootstrap (source_base, m4_base)
6844         (doc_base, tests_base): New variables.
6845         (gnulib_tool_options): Do not hardcode base directories, use
6846         the above variables instead.
6847
6848 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
6849
6850         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
6851
6852 2008-02-28  Bruno Haible  <bruno@clisp.org>
6853
6854         * modules/freadptr-tests: New file.
6855         * tests/test-freadptr.sh: New file.
6856         * tests/test-freadptr.c: New file.
6857
6858         New module 'freadptr'.
6859         * modules/freadptr: New file.
6860         * lib/freadptr.h: New file.
6861         * lib/freadptr.c: New file.
6862         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
6863
6864 2008-02-26  Karl Berry  <karl@freefriends.org>
6865
6866         Sync from Libtool:
6867         * libltdl/argz.c (argz_add, argz_count): New functions.
6868         * libltdl/argz.in.h: Declare them.
6869         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
6870
6871 2008-02-22  Bruno Haible  <bruno@clisp.org>
6872
6873         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
6874         is a pointer type.  Needed for HP-UX 10.
6875         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
6876         * doc/posix-functions/gmtime_r.texi: Likewise.
6877         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
6878
6879 2008-02-24  Bruno Haible  <bruno@clisp.org>
6880
6881         * modules/environ-tests: New file.
6882         * tests/test-environ.c: New file.
6883
6884         New module 'environ'.
6885         * modules/environ: New file.
6886         * lib/unistd.in.h (environ): New declaration.
6887         * m4/environ.m4: New file.
6888         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
6889         after use.
6890         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
6891         HAVE_DECL_ENVIRON.
6892         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
6893         HAVE_DECL_ENVIRON.
6894         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
6895         wrong claim that 'environ' is missing on some systems.
6896         * modules/execute (Depends-on): Add environ.
6897         * lib/execute.c (environ): Remove fallback declaration.
6898         * modules/pipe (Depends-on): Add environ.
6899         * lib/pipe.c (environ): Remove fallback declaration.
6900         * modules/setenv (Depends-on): Add environ.
6901         * lib/setenv.c (environ): Remove fallback declaration.
6902         * modules/unsetenv (Depends-on): Add environ.
6903         * lib/unsetenv.c (environ): Remove fallback declaration.
6904         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
6905         m4/environ.m4.
6906         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
6907         (gl_PREREQ_UNSETENV): Likewise.
6908
6909 2008-02-24  Bruno Haible  <bruno@clisp.org>
6910
6911         * doc/posix-functions/environ.texi: Document the MacOS X problem.
6912
6913 2008-02-20  Bob Proulx  <bob@proulx.com>
6914
6915         Enable use of older two part flavor 'git describe'.
6916         * build-aux/git-version-gen: If using the older two part flavor of
6917         git version then recreate the third part now present in the
6918         newer three part flavor of git describe.
6919
6920 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
6921
6922         * lib/fts.c (fts_build): Typo correction to comment.
6923
6924 2008-02-17  Bruno Haible  <bruno@clisp.org>
6925
6926         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
6927         generating no-op conflicts.
6928
6929 2008-02-17  Bruno Haible  <bruno@clisp.org>
6930
6931         Speed up by 10%.
6932         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
6933         result_entries, rather than an index-based loop.
6934
6935 2008-02-17  Bruno Haible  <bruno@clisp.org>
6936
6937         Speed up by 25%.
6938         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
6939         'hashcode_cached'.
6940         (entry_create): New function.
6941         (entry_hashcode): Use the cached hashcode if possible.
6942         (read_changelog_file, try_split_merged_entry): Use entry_create.
6943
6944 2008-02-17  Bruno Haible  <bruno@clisp.org>
6945
6946         Speed up from O(n^2) to O(n) for long ChangeLog files.
6947         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
6948         (read_changelog_file): Change implementation of entries_reversed list
6949         to rbtreehash.
6950         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
6951
6952 2008-02-17  Bruno Haible  <bruno@clisp.org>
6953
6954         New option --split-merged-entry.
6955         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
6956         (find_paragraph_end, try_split_merged_entry): New functions.
6957         (long_options): Add option --split-merged-entry.
6958         (usage): Document option --split-merged-entry.
6959         (main): Implement option --split-merged-entry.
6960         Reported by Eric Blake.
6961
6962 2008-02-17  Bruno Haible  <bruno@clisp.org>
6963
6964         * lib/git-merge-changelog.c: Include c-strstr.h.
6965         (main): Support the "git pull --rebase" situation.
6966         * modules/git-merge-changelog (Depends-on): Add c-strstr.
6967         Reported by Eric Blake.
6968
6969 2008-02-16  Eric Blake  <ebb9@byu.net>
6970
6971         Avoid doubling \ in common case of "c-maybe" quoting style.
6972         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
6973         eliding outer quotes.
6974         * lib/quotearg.h: Document this.
6975         * tests/test-quotearg.c (result_strings, inputs, results_g)
6976         (flag_results, locale_results): Test it by adding a new string to
6977         each test group.
6978         (compare_strings): Test new string.
6979
6980 2008-02-13  Eric Blake  <ebb9@byu.net>
6981
6982         Avoid trigraph quoting in default output.
6983         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
6984         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
6985         unless explicitly requested.
6986         * tests/test-quotearg.c (flag_results, main): Add additional tests.
6987
6988 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
6989
6990         Don't rely on signed integer overflowing to negative value.
6991         * lib/getugroups.c (getugroups): Include <limits.h>.
6992         Instead, compare against INT_MAX, and increment only if the test passes.
6993
6994 2008-02-13  Jim Meyering  <meyering@redhat.com>
6995         and Eric Blake  <ebb9@byu.net>
6996
6997         Avoid shadowing warning and compile errors on Linux.
6998         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
6999         forwarding macros on Linux.
7000         (dcgettext): Define a stub, for Linux.
7001         (results_g, main): Avoid warnings.
7002
7003 2008-02-12  Eric Blake  <ebb9@byu.net>
7004
7005         Silence warning in last patch.
7006         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
7007
7008         Quotearg part 4: add tests, fix c-maybe colon quoting.
7009         * lib/quotearg.h: Improve documentation.
7010         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
7011         escapes when adding outer quotes.  When quoting trigraphs, use
7012         valid C notation.  When quoting NUL, omit extra characters if next
7013         character is not digit.  Alter prototype.
7014         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
7015         callers.
7016         * modules/quotearg-tests: New module.
7017         * tests/test-quotearg.c: New test.
7018
7019 2008-02-07  Eric Blake  <ebb9@byu.net>
7020
7021         Quotearg part 3: add flag to control outer quote elision.
7022         * lib/quotearg.h (c_maybe_quoting_style): New style.
7023         (enum quoting_flags): Better documentation of flags.
7024         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7025         c-maybe style.
7026         (quotearg_buffer_restyled): Handle new flag to elide outer
7027         quotes.
7028
7029         Quotearg part 2: add flag that can control NUL elision.
7030         * lib/quotearg.h (set_quoting_flags): New prototype.
7031         * lib/quotearg.c (struct quoting_options): Add flag field.
7032         (set_quoting_flags): New function.
7033         (quotearg_buffer_restyled): Add flags parameter.
7034         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7035         (quotearg_n_options): Set the flag, since length cannot be
7036         returned.
7037         (quoting_options_from_style): Default flags correctly.
7038
7039         Quotearg part 1: more wrappers, restore quotearg_char state.
7040         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7041         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7042         (quotearg_colon_mem): New wrappers.
7043         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7044         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7045         functions.
7046         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7047         (quotearg_colon_mem): New functions.
7048
7049 2008-02-11  Bruno Haible  <bruno@clisp.org>
7050
7051         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7052         library in the current directory: it does not work with parallel make.
7053         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7054
7055 2008-02-11  Bruno Haible  <bruno@clisp.org>
7056
7057         * .gitattributes: New file.
7058
7059 2008-02-11  Jim Meyering  <meyering@redhat.com>
7060
7061         useless-if-before-free: Fix reversed exit values.
7062         * build-aux/useless-if-before-free: Use correct values
7063         for EXIT_MATCH and EXIT_NO_MATCH.
7064
7065         * build-aux/useless-if-before-free: Close stdout carefully.
7066
7067 2008-02-10  Bruno Haible  <bruno@clisp.org>
7068
7069         New module 'git-merge-changelog'.
7070         * modules/git-merge-changelog: New file.
7071         * lib/git-merge-changelog.c: New file.
7072
7073 2008-02-10  Jim Meyering  <meyering@redhat.com>
7074
7075         useless-if-before-free: New option: --list (-l).
7076
7077         useless-if-before-free: Don't exit immediately upon open failure.
7078         * build-aux/useless-if-before-free: Exit 2 for errors.
7079         Upon failure to open a file, don't exit immediately.
7080         Rather, just warn and continue with any remaining files.
7081
7082 2008-02-10  Bruno Haible  <bruno@clisp.org>
7083
7084         New abstract list operation 'node_set_value'.
7085         * lib/gl_list.h (gl_list_node_set_value): New function.
7086         (struct gl_list_implementation): New field node_set_value.
7087         * lib/gl_list.c (gl_list_node_set_value): New function.
7088         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7089         (gl_array_list_implementation): Update.
7090         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7091         (gl_carray_list_implementation): Update.
7092         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7093         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7094         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7095         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7096         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7097         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7098         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7099         Update.
7100         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7101         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7102         (gl_sublist_list_implementation): Update.
7103
7104 2008-02-10  Bruno Haible  <bruno@clisp.org>
7105
7106         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7107         Needed when ELEMENT is #defined to 'some_type *'.
7108
7109 2008-02-10  Jim Meyering  <meyering@redhat.com>
7110
7111         New script and module: useless-if-before-free
7112         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7113         * build-aux/useless-if-before-free: New file.
7114         * modules/useless-if-before-free: New file.
7115
7116         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7117
7118         xstrtol_error: Fix typo.
7119         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7120         s/exit_failure/exit_status/.
7121
7122 2008-02-09  Jim Meyering  <meyering@redhat.com>
7123
7124         New script and module: gitlog-to-changelog
7125         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7126         * modules/gitlog-to-changelog: New file.
7127         * build-aux/gitlog-to-changelog: New file.
7128
7129 2008-02-08  Jim Meyering  <meyering@redhat.com>
7130
7131         Avoid two "parameter unused" warnings.
7132         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7133         Mark "st" as used.
7134
7135         Use "git COMMAND", not "git-COMMAND".
7136         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7137         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7138         * build-aux/git-version-gen: Use "git status", not "git-status".
7139
7140 2008-02-07  Bruno Haible  <bruno@clisp.org>
7141
7142         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7143         Avoids a crash on Windows Vista.
7144         Reported by Adam Strzelecki <ono@java.pl> via
7145         Simon Josefsson <simon@josefsson.org>.
7146
7147 2008-02-06  Bruno Haible  <bruno@clisp.org>
7148
7149         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7150         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7151         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7152         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7153         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7154         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7155         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7156         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7157         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7158         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7159         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7160         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7161         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7162         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7163         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7164         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7165         left-adjust flag.
7166         * tests/test-snprintf-posix.h (test_function): Likewise.
7167         * tests/test-sprintf-posix.h (test_function): Likewise.
7168         * tests/test-vasprintf-posix.c (test_function): Likewise.
7169         * doc/posix-functions/fprintf.texi: Update.
7170         * doc/posix-functions/printf.texi: Update.
7171         * doc/posix-functions/snprintf.texi: Update.
7172         * doc/posix-functions/sprintf.texi: Update.
7173         * doc/posix-functions/vfprintf.texi: Update.
7174         * doc/posix-functions/vprintf.texi: Update.
7175         * doc/posix-functions/vsnprintf.texi: Update.
7176         * doc/posix-functions/vsprintf.texi: Update.
7177         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7178
7179 2008-02-06  Bruno Haible  <bruno@clisp.org>
7180
7181         Fix bug introduced on 2008-01-26.
7182         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7183
7184 2008-02-06  Bruno Haible  <bruno@clisp.org>
7185
7186         Fix bug introduced on 2007-06-10.
7187         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7188         !NEED_PRINTF_FLAG_ZERO.
7189
7190 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7191
7192         getloadavg: use libperfstat on AIX5
7193         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7194
7195 2008-02-03  Bruno Haible  <bruno@clisp.org>
7196
7197         * lib/diffseq.h: Add comments about required #includes.
7198         Reported by Michael Biggs <gnulib@doubleplum.net>.
7199
7200 2008-02-01  Bruno Haible  <bruno@clisp.org>
7201
7202         * users.txt: Add gnuit.
7203
7204 2008-01-31  Bruno Haible  <bruno@clisp.org>
7205
7206         * lib/md4.c (set_uint32): Mark as inline.
7207         * lib/md5.c (set_uint32): Likewise.
7208         * lib/sha1.c (set_uint32): Likewise.
7209         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
7210         * m4/md5.m4 (gl_MD5): Likewise.
7211         * m4/sha1.m4 (gl_SHA1): Likewise.
7212
7213 2008-01-31  Jim Meyering  <meyering@redhat.com>
7214
7215         Use "sizeof VAR", rather than a literal "4".
7216         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
7217         * lib/md4.c (md4_read_ctx): Likewise.
7218         * lib/sha1.c (sha1_read_ctx): Likewise.
7219
7220 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7221
7222         * tests/test-sha1.c: New file, based on test-md5.c.
7223
7224         * modules/crypto/sha1-tests: New file.
7225
7226 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7227
7228         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
7229
7230 2008-01-31  Jim Meyering  <meyering@redhat.com>
7231
7232         Prefer "sizeof v" over the equivalent "4".
7233         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
7234         * lib/md5.c (set_uint32): Likewise.
7235         * lib/sha1.c (set_uint32): Likewise.
7236
7237 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7238
7239         * lib/sha1.c (set_uint32): Mark function as static.
7240
7241 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7242
7243         md2: clarify comments to say that alignment is not required.
7244         * lib/md2.h: Remove warning about alignment in comment.
7245         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
7246         never been required.
7247
7248 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7249
7250         md4: adapt alignment constraint fix from sha1.
7251         * lib/md4.c (set_uint32): New function, from sha1.c
7252         (md4_read_ctx): Use it.
7253         (md4_finish_ctx): Doc fix.
7254         * lib/md4.h: Doc fix.
7255
7256 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7257
7258         md5: adapt alignment constraint fix from sha1.
7259         * lib/md5.c (set_uint32): New function, from sha1.c
7260         (md5_read_ctx): Use it.
7261         (md5_finish_ctx): Doc fix.
7262         * lib/md5.h: Doc fix.
7263
7264 2008-01-30  Peter Palfrader  <weasel@debian.org>
7265
7266         sha1: remove the result buffer alignment constraint
7267         * lib/sha1.c (set_uint32): New function.
7268         (sha1_read_ctx): Rewrite to remove the result buffer alignment
7269         constraint.
7270         (sha1_finish_ctx): Remove comment warning about alignment constraint.
7271         * lib/sha1.h: Likewise.
7272
7273 2008-01-30  Andreas Schwab  <schwab@suse.de>
7274             Bruno Haible  <bruno@clisp.org>
7275
7276         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
7277         correct definition of LDBL_MIN_EXP.
7278
7279 2008-01-30  Karl Berry  <karl@gnu.org>
7280
7281         * config/srclist-update: try to preserve x bit on updates.
7282         * config/srclistvars.sh: update for karl.
7283
7284 2008-01-29  Jim Meyering  <meyering@redhat.com>
7285
7286         vasnprintf.c: Avoid warning about unused label
7287         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
7288         "overflow" label definition and associated code with the
7289         same cpp condition that guards the sole use of that label.
7290
7291 2008-01-26  Bruno Haible  <bruno@clisp.org>
7292
7293         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
7294         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
7295         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
7296         * lib/isnanl-nolibm.h (isnanl): Likewise.
7297         Reported by Paul Eggert <eggert@cs.ucla.edu>.
7298
7299 2008-01-26  Bruno Haible  <bruno@clisp.org>
7300
7301         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
7302         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
7303
7304 2008-01-26  Bruno Haible  <bruno@clisp.org>
7305
7306         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
7307         GCC >= 4.0 built-in.
7308         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
7309
7310 2008-01-26  Bruno Haible  <bruno@clisp.org>
7311
7312         Rename isnan, applicable to 'double' only, to isnand.
7313         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
7314         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
7315         (configure.ac): Update.
7316         (Include): Replace "isnan.h" with "isnand.h".
7317         * m4/isnand.m4: Renamed from m4/isnan.m4.
7318         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
7319         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
7320         instead of isnan.c.
7321         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
7322         instead of HAVE_ISNAN_IN_LIBC.
7323         (isnand): Renamed from isnan.
7324         * lib/isnand.c: New file.
7325         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
7326         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
7327         (Makefile.am): Update.
7328         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
7329         Include isnand.h instead of isnan.h.
7330         (main): Test isnand instead of isnan.
7331         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
7332         isnan-nolibm.
7333         * modules/frexp (Depends-on): Likewise.
7334         * modules/frexp-tests (Depends-on): Likewise.
7335         * modules/frexp-nolibm (Depends-on): Likewise.
7336         * modules/frexp-nolibm-tests (Depends-on): Likewise.
7337         * modules/isfinite (Depends-on): Likewise.
7338         * modules/round-tests (Depends-on): Likewise.
7339         * modules/signbit (Depends-on): Likewise.
7340         * modules/signbit-tests (Depends-on): Likewise.
7341         * modules/snprintf-posix (Depends-on): Likewise.
7342         * modules/sprintf-posix (Depends-on): Likewise.
7343         * modules/trunc-tests (Depends-on): Likewise.
7344         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7345         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7346         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7347         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7348         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7349         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7350         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7351         * modules/vasnprintf-posix (Depends-on): Likewise.
7352         * modules/vasprintf-posix (Depends-on): Likewise.
7353         * modules/vfprintf-posix (Depends-on): Likewise.
7354         * modules/vsnprintf-posix (Depends-on): Likewise.
7355         * modules/vsprintf-posix (Depends-on): Likewise.
7356         * lib/frexp.c: Include isnand.h instead of isnan.h.
7357         (ISNAN): Set to isnand instead of isnan.
7358         * lib/isfinite.c: Include isnand.h instead of isnan.h.
7359         (gl_isfinited): Use isnand instead of isnan.
7360         * lib/signbitd.c: Include isnand.h instead of isnan.h.
7361         (gl_signbitd): Use isnand instead of isnan.
7362         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
7363         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
7364         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
7365         (main): Use isnand instead of isnan.
7366         * tests/test-round1.c: Include isnand.h.
7367         (main): Use isnand instead of isnan.
7368         * tests/test-round2.c: Include isnand.h instead of isnan.h.
7369         (ISNAN): Set to isnand instead of isnan.
7370         * tests/test-trunc1.c: Include isnand.h.
7371         (main): Use isnand instead of isnan.
7372         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
7373         (equal): Use isnand instead of isnan.
7374         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
7375         isnand-nolibm.
7376         * NEWS: Mention the change.
7377
7378 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7379             Bruno Haible  <bruno@clisp.org>
7380
7381         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
7382         the GCC builtins for signbits are present and set
7383         REPLACE_SIGNBIT_USING_GCC if so.
7384         * lib/math.in.h (signbit): Define using GCC builtins if
7385         REPLACE_SIGNBIT_USING_GCC is set.
7386         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
7387         REPLACE_SIGNBIT_USING_GCC.
7388         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
7389
7390 2008-01-25  Jim Meyering  <meyering@redhat.com>
7391
7392         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
7393         * lib/poll.c: Include <config.h>, not "config.h".
7394         * tests/test-getaddrinfo.c: Likewise.
7395
7396 2008-01-25  Simon Josefsson  <simon@josefsson.org>
7397
7398         * modules/sockets-tests: New file.
7399
7400 2008-01-24  Simon Josefsson  <simon@josefsson.org>
7401
7402         * modules/sockets: New module, can be used to call WSA_Startup and
7403         WSA_Cleanup when needed.
7404
7405         * lib/sockets.h, lib/sockets.c: New files.
7406
7407         * m4/sockets.m4: New file.
7408
7409         * tests/test-sockets.c: New file.
7410
7411 2008-01-19  Bruno Haible  <bruno@clisp.org>
7412
7413         * doc/posix-headers: Renamed from doc/headers.
7414         * doc/posix-functions: Renamed from doc/functions.
7415         * doc/gnulib.texi: Update.
7416
7417 2008-01-19  Bruno Haible  <bruno@clisp.org>
7418
7419         * doc/glibc-functions/strcasestr.texi: Include contents of
7420         doc/functions/strcasestr.texi, fixing the list of platforms.
7421         * doc/functions/strcasestr.texi: Remove file.
7422
7423 2008-01-19  Bruno Haible  <bruno@clisp.org>
7424
7425         * doc/glibc-functions/memmem.texi: Include contents of
7426         doc/functions/memmem.texi.
7427         * doc/functions/memmem.texi: Remove file.
7428
7429 2008-01-18  Bruno Haible  <bruno@clisp.org>
7430
7431         * doc/glibc-functions/*.texi: New files.
7432         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
7433         to use the new files.
7434
7435 2008-01-17  Bruno Haible  <bruno@clisp.org>
7436
7437         * tests/test-gethostname.c (main): Fix printf statement.
7438
7439 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7440
7441         * modules/gethostname-tests: New file.
7442
7443         * tests/test-gethostname.c: New file.
7444
7445 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7446
7447         * lib/gethostname.c: Include string.h unconditionally, strncpy is
7448         used by the UNAME case.  Reported by Bruno Haible
7449         <bruno@clisp.org>.
7450
7451 2008-01-17  Eric Blake  <ebb9@byu.net>
7452
7453         Convert c-strcasestr to be more efficient.
7454         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
7455         (Depends-on): Add c-strcase, remove malloca, strnlen.
7456         * tests/test-c-strcasestr.c (main): Enhance test.
7457         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
7458
7459 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7460
7461         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
7462         Use it in creating po/Makevars.
7463
7464 2008-01-15  Simon Josefsson  <simon@josefsson.org>
7465
7466         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
7467         Applications that requires it should initialize libgcrypt
7468         manually.
7469
7470 2008-01-16  Simon Josefsson  <simon@josefsson.org>
7471
7472         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
7473
7474 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
7475
7476         Fix problem with getdate on mingw32 reported by Simon Josefsson
7477         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
7478         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
7479         tzname", when deciding whether to declare tzname.
7480         * lib/strftime.c (tzname): Likewise.
7481
7482 2008-01-15  Bruno Haible  <bruno@clisp.org>
7483
7484         Work around a MacOS X 10.5 bug in frexpl().
7485         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
7486         * doc/functions/frexpl.texi: Document the bug.
7487         Reported by Elias Pipping <pipping@gentoo.org>.
7488
7489 2008-01-14  Eric Blake  <ebb9@byu.net>
7490
7491         Touch up previous patch.
7492         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
7493         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
7494
7495         Convert strcasestr module to use Two-Way algorithm.
7496         * modules/strcasestr-simple: New module, based on the old
7497         strcasestr, but with Two-Way rather than KMP.
7498         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
7499         * lib/string.in.h (rpl_strcasestr): Declare.
7500         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
7501         performance.
7502         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
7503         * modules/string (Makefile.am): Support strcasestr.
7504         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
7505         * modules/strcasestr-tests (Depends-on): Check for alarm.
7506         * tests/test-strcasestr.c: Augment test.
7507         * lib/str-two-way.h: Clean up stray macro.
7508         * NEWS: Document new module.
7509         * MODULES.html.sh (string handling): Likewise.
7510         * doc/functions/strcasestr.texi: New file.
7511         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
7512         here, since it is not a POSIX function.
7513
7514 2008-01-14  Colin Watson  <cjwatson@debian.org>
7515             Bruno Haible  <bruno@clisp.org>
7516
7517         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
7518         works fine; if not, set REPLACE_STRSIGNAL.
7519         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
7520         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7521         REPLACE_STRSIGNAL.
7522         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
7523         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
7524         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
7525
7526 2008-01-14  Bruno Haible  <bruno@clisp.org>
7527
7528         * modules/strsignal (Include): Change to <string.h>.
7529
7530 2008-01-14  Colin Watson  <cjwatson@debian.org>
7531
7532         * modules/argp (Notice): Add a notice recommending to change
7533         XGETTEXT_OPTIONS.
7534         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
7535
7536 2008-01-13  Colin Watson  <cjwatson@debian.org>
7537
7538         * modules/strsignal-tests: New file.
7539         * tests/test-strsignal.c: New file.
7540
7541         * lib/strsignal.c: New file, from glibc with modifications.
7542         * lib/siglist.h: New file, from glibc with modifications.
7543         * lib/string.in.h (strsignal): New declaration.
7544         * m4/strsignal.m4: New file.
7545         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7546         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
7547         * modules/strsignal: New file.
7548         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
7549         HAVE_DECL_STRSIGNAL.
7550
7551 2008-01-13  Bruno Haible  <bruno@clisp.org>
7552
7553         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
7554         locale encoding is not ASCII. Needed for OpenBSD 4.0.
7555         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
7556         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7557
7558 2008-01-13  Bruno Haible  <bruno@clisp.org>
7559
7560         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
7561         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
7562         * lib/argp.h (__attribute__): Likewise.
7563         * lib/c-stack.c (__attribute__): Likewise.
7564         * lib/error.h (__attribute__): Likewise.
7565         * lib/fts.c (__attribute__): Likewise.
7566         * lib/openat.h (__attribute__): Likewise.
7567         * lib/stdio.in.h (__attribute__): Likewise.
7568         * lib/string.in.h (__attribute__): Likewise.
7569         * lib/utimens.c (__attribute__): Likewise.
7570         * lib/vasnprintf.h (__attribute__): Likewise.
7571         * lib/xalloc.h (__attribute__): Likewise.
7572         * lib/xprintf.h (__attribute__): Likewise.
7573         * lib/xstrtol.h (__attribute__): Likewise.
7574         * lib/xvasprintf.h (__attribute__): Likewise.
7575
7576 2008-01-12  Bruno Haible  <bruno@clisp.org>
7577
7578         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
7579         * doc/glibc-headers/a.out.texi: New file.
7580         * doc/glibc-headers/aliases.texi: New file.
7581         * doc/glibc-headers/alloca.texi: New file.
7582         * doc/glibc-headers/ar.texi: New file.
7583         * doc/glibc-headers/argp.texi: New file.
7584         * doc/glibc-headers/argz.texi: New file.
7585         * doc/glibc-headers/byteswap.texi: New file.
7586         * doc/glibc-headers/crypt.texi: New file.
7587         * doc/glibc-headers/endian.texi: New file.
7588         * doc/glibc-headers/envz.texi: New file.
7589         * doc/glibc-headers/err.texi: New file.
7590         * doc/glibc-headers/error.texi: New file.
7591         * doc/glibc-headers/execinfo.texi: New file.
7592         * doc/glibc-headers/fpu_control.texi: New file.
7593         * doc/glibc-headers/fstab.texi: New file.
7594         * doc/glibc-headers/fts.texi: New file.
7595         * doc/glibc-headers/getopt.texi: New file.
7596         * doc/glibc-headers/ieee754.texi: New file.
7597         * doc/glibc-headers/ifaddrs.texi: New file.
7598         * doc/glibc-headers/libintl.texi: New file.
7599         * doc/glibc-headers/mcheck.texi: New file.
7600         * doc/glibc-headers/mntent.texi: New file.
7601         * doc/glibc-headers/obstack.texi: New file.
7602         * doc/glibc-headers/paths.texi: New file.
7603         * doc/glibc-headers/printf.texi: New file.
7604         * doc/glibc-headers/pty.texi: New file.
7605         * doc/glibc-headers/resolv.texi: New file.
7606         * doc/glibc-headers/shadow.texi: New file.
7607         * doc/glibc-headers/sysexits.texi: New file.
7608         * doc/glibc-headers/ttyent.texi: New file.
7609
7610 2008-01-12  Jim Meyering  <meyering@redhat.com>
7611
7612         announce-gen: emit Gnulib's git-based version string.
7613         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
7614         New option --gnulib-version=V, where V is expected to be
7615         the output of running git describe in the gnulib directory.
7616         (get_tool_versions): Request feedback on xdelta.  I suspect it's
7617         not useful, and plan to stop publishing an xdelta file with each
7618         coreutils release.
7619
7620         * build-aux/announce-gen: Also check for lzma-compressed files.
7621
7622 2008-01-11  Bruno Haible  <bruno@clisp.org>
7623
7624         * tests/test-memmem.c (main): Increase maximum allowed time.
7625         * tests/test-strstr.c (main): Likewise.
7626
7627 2008-01-11  Bruno Haible  <bruno@clisp.org>
7628
7629         * doc/functions/memmem.texi: Add more precisions about platforms.
7630         * doc/functions/strstr.texi: Likewise.
7631
7632 2008-01-10  Eric Blake  <ebb9@byu.net>
7633
7634         * m4/strstr.m4: Delete cruft from copy-n-paste.
7635         Reported by Bruno Haible.
7636
7637 2008-01-10  Bruno Haible  <bruno@clisp.org>
7638
7639         Make c-strstr rely on strstr.
7640         * lib/c-strstr.c: Don't include str-kmp.h.
7641         (c_strstr): Define in terms of strstr.
7642         * modules/c-strstr (Files): Remove lib/str-kmp.h.
7643         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
7644
7645 2008-01-10  Bruno Haible  <bruno@clisp.org>
7646
7647         * doc/gnulib.texi (String Functions in C Locale): New section.
7648         * doc/c-ctype.texi: New file.
7649         * doc/c-strcase.texi: New file.
7650         * doc/c-strcaseeq.texi: New file.
7651         * doc/c-strcasestr.texi: New file.
7652         * doc/c-strstr.texi: New file.
7653         * doc/c-strtod.texi: New file.
7654         * doc/c-strtold.texi: New file.
7655
7656 2008-01-10  Eric Blake  <ebb9@byu.net>
7657
7658         * lib/relocatable.h: Fix a comment.
7659
7660 2008-01-10  Eric Blake  <ebb9@byu.net>
7661
7662         Share two-way algorithm.
7663         * lib/str-two-way.h: New file, merged from...
7664         * lib/memmem.c: ...here...
7665         * lib/strstr.c: ...and here.
7666         * modules/memmem (Files): Use it.
7667         * modules/strstr (Files): Likewise.
7668
7669         Avoid quadratic strstr implementations.
7670         * lib/strstr.c: New file.
7671         * m4/strstr.m4: Likewise.
7672         * modules/strstr: Likewise.
7673         * modules/strstr-tests: Likewise.
7674         * tests/test-strstr.c: Likewise.
7675         * lib/string.in.h (rpl_strstr): Declare.
7676         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
7677         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
7678         * modules/string (Makefile.am): Likewise.
7679         * MODULES.html.sh (string handling): Mention new module.
7680         * doc/functions/strstr.texi (strstr): Document the bug.
7681
7682 2008-01-10  Bruno Haible  <bruno@clisp.org>
7683
7684         * lib/relocatable.h (relocate): State whether result is freshly
7685         allocated or not.
7686         * lib/relocatable.c (relocate): Return a freshly allocated string
7687         instead of a pointer to a privately held string.
7688         Reported by Sylvain Beucler <beuc@gnu.org>.
7689
7690 2008-01-10  Colin Watson  <cjwatson@debian.org>
7691
7692         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
7693         s/S_ISNLK/S_ISLNK/.
7694
7695 2008-01-09  Bruno Haible  <bruno@clisp.org>
7696
7697         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
7698         and other files.
7699         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
7700         if it's only a guess.
7701         * modules/memmem: Simplify by depending on memmem-simple.
7702
7703 2008-01-09  Bruno Haible  <bruno@clisp.org>
7704
7705         Work around OpenBSD 4.0 tdelete() bug.
7706         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
7707         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
7708         macros and don't redefine the enum values.
7709         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
7710         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
7711         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
7712
7713 2008-01-09  Bruno Haible  <bruno@clisp.org>
7714
7715         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
7716         (main): Don't perform the tests if setlocale did not install a UTF-8
7717         locale. Needed on OpenBSD 4.0.
7718         * modules/wcwidth-tests (Depends-on): Add localcharset.
7719
7720 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7721
7722         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
7723         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
7724         * NEWS: announce this.
7725         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
7726
7727 2008-01-09  Simon Josefsson  <simon@josefsson.org>
7728         and Eric Blake  <ebb9@byu.net>
7729
7730         Add memmem-simple module.
7731         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
7732         (gl_FUNC_MEMMEM): Separate performance from presence checks.
7733         * modules/memmem-simple: New file.
7734         * modules/memmem (Description): Tweak.
7735         * MODULES.html.sh (string handling): Mention new module.
7736         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
7737         addressed by memmem-simple.
7738         * NEWS: Document the difference.
7739
7740 2008-01-09  Eric Blake  <ebb9@byu.net>
7741
7742         Give gcc some memmem optimization hints.
7743         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
7744         (strcasestr): Declare as pure.
7745         * modules/memmem (Maintainer): Claim my implementation.
7746
7747 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7748
7749         Support AIX 6.1 and higher.
7750         * build-aux/config.libpath: Likewise.
7751         * build-aux/config.rpath: Likewise.
7752
7753 2008-01-08  Jim Meyering  <meyering@redhat.com>
7754             Bruno Haible  <bruno@clisp.org>
7755
7756         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
7757         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
7758         Reported by Peter Fales in
7759         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
7760
7761 2008-01-08  Bruno Haible  <bruno@clisp.org>
7762
7763         * modules/unictype/category-of (Depends-on): Add
7764         unictype/category-none.
7765         * modules/unictype/category-and-tests (Depends-on): Add
7766         unictype/category-{L,N,Lu,Nd}.
7767         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
7768         * modules/unictype/category-or-tests (Depends-on): Add
7769         unictype/category-{L,N}.
7770         * modules/unictype/category-name-tests (Depends-on): Add
7771         unictype/category-{Z,Nl}.
7772         Reported by Simon Josefsson.
7773
7774 2008-01-08  Bruno Haible  <bruno@clisp.org>
7775
7776         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
7777         convention better.
7778         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
7779         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
7780         Reported by Peter Miller <millerp@canb.auug.org.au>.
7781
7782 2008-01-08  Eric Blake  <ebb9@byu.net>
7783
7784         Rewrite memmem to guarantee linear complexity without malloc.
7785         * lib/memmem.c (memmem): Use Two-Way rather than
7786         Knuth-Morris-Pratt, to allow O(1) space usage.
7787         (critical_factorization, two_way_short_needle)
7788         (two_way_long_needle): New functions.
7789         (knuth_morris_pratt): Delete.
7790         * modules/memmem (Depends-on): No longer need malloca or stdbool.
7791         Add stdint.
7792         * tests/test-memmem.c (main): Add tests for periodic needle and
7793         sublinear performance.
7794         * doc/functions/memmem.texi (memmem): Document other deficiencies
7795         in cygwin and older glibc.
7796
7797 2008-01-08  Bruno Haible  <bruno@clisp.org>
7798
7799         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
7800         augmentation.
7801
7802 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
7803
7804         Add a configure time option: --disable-acl.
7805         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
7806         AC_ARG_ENABLE(acl).
7807
7808 2008-01-06  Simon Josefsson  <simon@josefsson.org>
7809
7810         * tests/test-localename.c: Don't include obsolete "setenv.h".
7811
7812         * modules/localename-tests (Depends-on): Need unsetenv.
7813
7814 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7815
7816         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
7817
7818 2008-01-06  Colin Watson  <cjwatson@debian.org>
7819
7820         * users.txt: Add man-db.
7821
7822 2008-01-07  Bruno Haible  <bruno@clisp.org>
7823
7824         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
7825         previous section name.
7826
7827 2008-01-07  Bruno Haible  <bruno@clisp.org>
7828
7829         * lib/progname.c (set_program_name): Don't strip off a leading
7830         "lt-" prefix outside a .libs directory.
7831         Suggested by Paul Eggert.
7832
7833 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
7834             Bruno Haible  <bruno@clisp.org>
7835
7836         Improve memory cleanup in 'relocatable' module.
7837         * lib/relocatable.h (compute_curr_prefix): Change return type to
7838         'char *'.
7839         * lib/relocatable.c (compute_curr_prefix): Change return type to
7840         'char *'. Free curr_installdir after use.
7841         (relocate): Free curr_prefix_better after use.
7842         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
7843
7844 2008-01-01  Bruno Haible  <bruno@clisp.org>
7845
7846         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
7847         failure on older glibc systems.
7848         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7849
7850 2008-01-05  Eric Blake  <ebb9@byu.net>
7851
7852         Avoid quadratic system memmem.
7853         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
7854         Reported by Ralf Wildenhues.
7855
7856         Fix memmem test for mingw.
7857         * modules/memmem-tests (configure.ac): Check for alarm.
7858         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
7859         it.
7860         * doc/functions/memmem.texi: New file.
7861         * doc/gnulib.texi (Function Substitutes): Add memmem.
7862         Reported by Bruno Haible.
7863
7864 2008-01-04  Bruno Haible  <bruno@clisp.org>
7865
7866         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
7867         Require gl_HEADER_STRINGS_H_DEFAULTS, not
7868         gl_HEADER_STRING_H_DEFAULTS.
7869
7870 2008-01-04  Eric Blake  <ebb9@byu.net>
7871
7872         Shorten duration of memmem test.
7873         * tests/test-memmem.c (main): Use alarm to declare failure if test
7874         is taking too long.
7875         Reported by Ralf Wildenhues.
7876
7877 2007-12-21  Simon Josefsson  <simon@josefsson.org>
7878
7879         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
7880         string, needed by strerror.
7881
7882 2008-01-03  Colin Watson  <cjwatson@debian.org>
7883             Bruno Haible  <bruno@clisp.org>
7884
7885         * doc/gnulib-tool.texi (Localization): New section.
7886
7887 2008-01-02  Bruno Haible  <bruno@clisp.org>
7888
7889         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
7890         variables to 'unsigned char *' type.
7891         Reported by Paul Eggert.
7892
7893 2008-01-02  Jim Meyering  <jim@meyering.net>
7894
7895         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
7896
7897 2007-12-31  Jim Meyering  <jim@meyering.net>
7898
7899         Avoid use of private FTS type name.
7900         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
7901
7902 2007-12-30  Karl Berry  <karl@gnu.org>
7903
7904         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
7905         work around defect in Texinfo and/or the standalone Info browser.
7906
7907 2007-12-30  Bruno Haible  <bruno@clisp.org>
7908
7909         Unify 5 copies of the KMP code.
7910         * lib/str-kmp.h: New file.
7911         * lib/c-strcasestr.c: Include str-kmp.h.
7912         (knuth_morris_pratt): Remove function.
7913         (c_strcasestr): Update.
7914         * lib/c-strstr.c: Include str-kmp.h.
7915         (knuth_morris_pratt): Remove function.
7916         (c_strcasestr): Update.
7917         * lib/mbscasestr.c: Include str-kmp.h.
7918         (knuth_morris_pratt_unibyte): Remove function.
7919         * lib/mbsstr.c: Include str-kmp.h.
7920         (knuth_morris_pratt_unibyte): Remove function.
7921         * lib/strcasestr.c: Include str-kmp.h.
7922         (knuth_morris_pratt): Remove function.
7923         (strcasestr): Update.
7924         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
7925         * modules/c-strstr (Files): Likewise.
7926         * modules/mbscasestr (Files): Likewise.
7927         * modules/mbsstr (Files): Likewise.
7928         * modules/strcasestr (Files): Likewise.
7929         Suggested by Paul Eggert.
7930
7931 2007-12-30  Bruno Haible  <bruno@clisp.org>
7932
7933         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
7934         defined.
7935
7936 2007-12-30  Bruno Haible  <bruno@clisp.org>
7937
7938         * lib/xmalloca.h: Include xalloc.h.
7939         (xnmalloca): New macro.
7940
7941 2007-12-30  Bruno Haible  <bruno@clisp.org>
7942
7943         * lib/malloca.h (nmalloca): New macro.
7944         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
7945         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
7946         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
7947         knuth_morris_pratt_multibyte): Likewise.
7948         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
7949         knuth_morris_pratt_multibyte): Likewise.
7950         * lib/memmem.c (knuth_morris_pratt): Likewise.
7951         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
7952
7953 2007-12-25  Bruno Haible  <bruno@clisp.org>
7954
7955         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
7956         * lib/glob.c: Don't include openat.h.
7957         (link_exists2_p): Add back the code that deals with the
7958         !GLOB_ALTDIRFUNC case.
7959         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
7960         let it do the filename concatenation.
7961         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
7962         * modules/glob (Depends-on): Remove openat.
7963
7964 2007-12-31  Bruno Haible  <bruno@clisp.org>
7965
7966         * modules/dirfd (License): Change to LGPLv2+.
7967         Approved by Jim Meyering.
7968
7969 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
7972         when multiplying M by sizeof (size_t).
7973
7974 2007-12-10  Martin Lambers  <marlam@marlam.de>
7975
7976         Override getpagesize on mingw.
7977         * lib/getpagesize.c: New file.
7978         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
7979         * modules/getpagesize (Files): Add lib/getpagesize.c.
7980         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
7981         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7982         REPLACE_GETPAGESIZE.
7983         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
7984
7985 2007-12-25  Bruno Haible  <bruno@clisp.org>
7986
7987         * modules/localcharset (Notice): New field.
7988         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
7989         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
7990
7991 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7992             Bruno Haible  <bruno@clisp.org>
7993
7994         Avoid using the syntax symbol() in formatted documentation.
7995         * MODULES.html.sh (func_module): When replacing symbol() with a
7996         hyperlink, remove the parentheses. Show an error if some remain.
7997         Recognize and render the '...' syntax.
7998         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
7999         Rework. Add paragraph about GCC's inlining.
8000         * doc/alloca.texi: Likewise.
8001         * doc/error.texi: Remove parentheses from symbol reference.
8002         * doc/gnulib-intro.texi: Likewise.
8003         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
8004         * modules/fnmatch (Description): Reword to say "the ... function".
8005         * modules/full-read (Description): Likewise.
8006         * modules/full-write (Description): Likewise.
8007         * modules/safe-read (Description): Likewise.
8008         * modules/safe-write (Description): Likewise.
8009         * modules/strchrnul (Description): Likewise.
8010         * modules/trim (Description): Likewise.
8011         * modules/error (Description): Remove parentheses from symbol
8012         references.
8013         * modules/verror (Description): Likewise.
8014         Reported by Karl Berry.
8015
8016 2007-12-25  Bruno Haible  <bruno@clisp.org>
8017
8018         Fixup after 2007-10-16 commit.
8019         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
8020
8021 2007-12-24  Bruno Haible  <bruno@clisp.org>
8022
8023         Make --enable-relocatable work with DESTDIR.
8024         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8025         to compute installdir from destprog.
8026         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8027         also set the RELOC_DESTDIR variable.
8028         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8029
8030 2007-12-24  Bruno Haible  <bruno@clisp.org>
8031
8032         Fix link error due to xalloc_die().
8033         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8034         of xreadlink.
8035         * lib/relocwrapper.c: Update comments.
8036         * build-aux/install-reloc: Remove xreadlink.c from file list.
8037         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8038         xreadlink.c.
8039         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8040
8041 2007-12-24  Bruno Haible  <bruno@clisp.org>
8042
8043         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8044         * lib/setenv.h: Remove file.
8045         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8046         lib/setenv.h.
8047         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8048         (Depends-on): Add stdlib.
8049         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8050         gl_FUNC_UNSETENV.
8051         (Include): Replace setenv.h with <stdlib.h>.
8052         * modules/unsetenv: New file.
8053         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8054         * lib/unsetenv.c: Include <stdlib.h> first.
8055         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8056         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8057         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8058         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8059         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8060         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8061         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8062         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8063         * doc/functions/unsetenv.texi: Update.
8064         * modules/xsetenv (Depends-on): Add unsetenv.
8065         * modules/getdate (Depends-on): Likewise.
8066         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8067         * lib/xsetenv.c: Don't include setenv.h.
8068         * lib/getdate.y: Likewise.
8069         * lib/relocwrapper.c: Likewise.
8070         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8071         (Depends-on): Add stdlib.
8072         * NEWS: Mention the changes.
8073         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8074
8075 2007-12-23  Bruno Haible  <bruno@clisp.org>
8076
8077         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8078         indentation.
8079
8080 2007-12-23  Bruno Haible  <bruno@clisp.org>
8081
8082         * lib/c-strcasestr.c: Add more comments.
8083         * lib/c-strstr.c: Likewise.
8084         * lib/mbscasestr.c: Likewise.
8085         * lib/mbsstr.c: Likewise.
8086         * lib/strcasestr.c: Likewise.
8087         * lib/memmem.c: Likewise.
8088
8089 2007-12-23  Bruno Haible  <bruno@clisp.org>
8090
8091         * tests/test-memmem.c: Include <string.h> first.
8092
8093 2007-12-22  Bruno Haible  <bruno@clisp.org>
8094
8095         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8096         the contents of $testsbase.
8097         Reported by Ralf Wildenhues.
8098
8099 2007-12-22  Bruno Haible  <bruno@clisp.org>
8100
8101         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8102         two variables local_ldadd_before, local_ldadd_last.
8103
8104 2007-12-20  Eric Blake  <ebb9@byu.net>
8105
8106         Work around circular library issue when cross-compiling.
8107         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8108         that progname.o does not need to pull in rpl_memcmp.
8109
8110 2007-12-19  Eric Blake  <ebb9@byu.net>
8111
8112         Fix memmem to avoid O(n^2) worst-case complexity.
8113         * lib/memmem.c (knuth_morris_pratt): New function.
8114         (memmem): Use it if first few naive iterations fail.
8115         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8116         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8117         * modules/memchr (License): Likewise.
8118         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8119         malloca.
8120         * tests/test-memmem.c: Rewrite, borrowing ideas from
8121         test-mbsstr1.c; the old version wouldn't even compile!
8122         * modules/memmem-tests: New file.
8123         * lib/string.in.h (rpl_memmem): Add declaration.
8124         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8125         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8126         REPLACE_MEMMEM.
8127
8128 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8129
8130         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8131         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8132         before any system include files, and undef after them all.  This
8133         should fix a problem on VMS reported by John E. Malmberg in
8134         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8135
8136 2007-12-17  Eric Blake  <ebb9@byu.net>
8137
8138         Revert addition of verify, for BSD/OS.
8139         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8140         can't handle large files, for the sake of obsolete platforms.
8141         * modules/fseeko (Depends-on): Remove verify.
8142         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8143         * doc/functions/ftello.texi (ftello): Likewise.
8144         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8145         Reported by Larry Jones.
8146
8147 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8148
8149         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8150         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8151
8152 2007-12-17  Jim Meyering  <meyering@redhat.com>
8153
8154         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8155         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8156         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8157         * modules/getcwd (Depends-on): Add openat.
8158         Reported by Petr Salinger.
8159
8160 2007-12-17  Bruno Haible  <bruno@clisp.org>
8161
8162         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8163         avoid a segmentation fault of the configure test on x86_64 systems.
8164
8165 2007-12-15  Jim Meyering  <meyering@redhat.com>
8166
8167         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8168
8169 2007-12-13  Eric Blake  <ebb9@byu.net>
8170
8171         Another fseek test.
8172         * tests/test-fseek.c (main): Also test ungetc handling.
8173         * tests/test-fseeko.c (main): Likewise.
8174         * modules/fseeko (Depends-on): Add verify.
8175         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8176         large.
8177         Reported by Larry Jones.
8178
8179         Fix fseeko on mingw.
8180         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8181         seek.
8182
8183         Beef up fseek tests.
8184         * tests/test-fseek.c (main): Also test eof handling.
8185         * tests/test-fseeko.c (main): Likewise.
8186         Reported by Larry Jones.
8187
8188 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8189
8190         Fix fseeko on BSD-based platforms.
8191         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8192         successful seek.
8193
8194 2007-12-12  Eric Blake  <ebb9@byu.net>
8195
8196         Allow circular dependency of separate libtests.a
8197         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8198         when use_libtests.
8199
8200 2007-12-11  Eric Blake  <ebb9@byu.net>
8201
8202         Fix bug with -0.0L in previous patch.
8203         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8204         * tests/test-isnan.c (main): Also test on zeroes.
8205         * tests/test-isnanf.c (main): Likewise.
8206         * tests/test-isnanl.h (main): Likewise.
8207
8208         Detect pseudo-denormals on x86 even when cross-compiling.
8209         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
8210         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
8211         invalid bit patterns that happen to satisfy ==.
8212
8213         Avoid link failures with separate libtests.a.
8214         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
8215         last, to satisfy circular dependencies.
8216
8217 2007-12-11  Eric Blake  <ebb9@byu.net>
8218         and Bruno Haible  <bruno@clisp.org>
8219
8220         Fix OpenBSD 4.0 <float.h> handling of long double.
8221         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
8222         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
8223         * doc/headers/float.texi (float.h): Document OpenBSD bug.
8224
8225 2007-12-11  Jim Meyering  <meyering@redhat.com>
8226
8227         * users.txt: Add libvirt.
8228
8229         Support versions of autoconf prior to 2.59c.
8230         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
8231         if it is not already defined.
8232
8233 2007-12-09  Bruno Haible  <bruno@clisp.org>
8234
8235         Let 'gnulib-tool --import' collect sources needed for the tests in
8236         tests/ rather than in lib/.
8237         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
8238         argument. If true, add rules to generate libtests.a, and put libtests.a
8239         into $(LDADD). Consider source files in subdirectories and set
8240         uses_subdirs.
8241         (func_emit_initmacro_start, func_emit_initmacro_end,
8242         func_emit_initmacro_done): Pass all arguments explicitly.
8243         (func_import): Determine two module lists main_modules,
8244         testsrelated_modules. Determine use_libtests. Determine two variables
8245         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
8246         instead of just sed_transform_lib_file. Determine two variables
8247         main_files and testsrelated_files. Compute 'files' as the union of
8248         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
8249         func_add_or_update. In the generated gnulib-comp.m4, collect the
8250         object files for tests/ in different variables than those for lib/.
8251         Substitute LIBTESTS_LIBDEPS.
8252         (func_create_testdir): Combine the uses_subdirs results from
8253         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
8254
8255 2007-12-09  Bruno Haible  <bruno@clisp.org>
8256
8257         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
8258         the build-aux directory.
8259
8260 2007-12-09  Bruno Haible  <bruno@clisp.org>
8261
8262         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
8263         introduced on 2006-09-09.
8264
8265 2007-12-07  Jim Meyering  <meyering@redhat.com>
8266
8267         Let these macros work also with autoconf-2.59.
8268         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
8269         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
8270         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8271
8272 2007-12-06  Jim Meyering  <meyering@redhat.com>
8273
8274         Avoid a configure-time syntax error in gl_FUNC_ACL.
8275         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
8276         function in each branch, before testing the cache variable.
8277
8278 2007-12-04  Eric Blake  <ebb9@byu.net>
8279
8280         Make scripts executable.
8281         * build-aux/config.guess: Add execute permissions.
8282         * build-aux/config.sub: Likewise.
8283         * build-aux/gendocs.sh: Likewise.
8284
8285         Fix frexp on mingw.
8286         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
8287         cross-compiling.
8288         * doc/functions/frexp.texi (frexp): Document the bug.
8289
8290         Make cygwin fseeko check more reliable.
8291         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
8292         version numbers, rather than unrelated feature check.
8293         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
8294         * doc/functions/ftello.texi (ftello): Likewise.
8295         Reported by Bruno Haible.
8296
8297         * m4/strerror.m4: Bump version number.
8298
8299 2007-12-03  Bruno Haible  <bruno@clisp.org>
8300
8301         * doc/functions/mprotect.texi: Mention the mingw problem.
8302
8303 2007-12-03  Eric Blake  <ebb9@byu.net>
8304
8305         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
8306         REPLACE_STRERROR is initialized before this macro.
8307
8308 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8309
8310         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
8311         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
8312         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
8313         put -lsec in even for programs other than 'ls'.  This fixes a problem
8314         for gettext reported by Bruno Haible in
8315         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
8316         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
8317         Add support for Solaris 10.  This isn't efficient, but should get the
8318         job done for now.
8319
8320 2007-12-03  James Youngman  <jay@gnu.org>
8321
8322         * doc/regexprops-generic.texi: change "an close-group" to "a
8323         close-group" and "illegal" to "not allowed".
8324
8325 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8326
8327         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
8328         pr_byname.h. Needed for the rare case when the maintainer has done
8329         "make maintainer-clean" in the source directory and then attempts a
8330         build outside the source directory.
8331         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
8332         scripts_byname.h.
8333
8334 2007-12-02  Martin Lambers <marlam@marlam.de>
8335             Bruno Haible  <bruno@clisp.org>
8336
8337         * lib/getpagesize.h: Remove file.
8338         * lib/unistd.in.h: Include declaration of getpagesize here.
8339         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
8340         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
8341         HAVE_SYS_PARAM_H.
8342         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
8343         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8344         * modules/getpagesize (Files): Remove lib/getpagesize.h.
8345         (Depends-on): Add unistd.
8346         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8347         (Include): Use <unistd.h> instead of getpagesize.h.
8348         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
8349         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8350         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
8351         gl_GETPAGESIZE invocation, already handled by module dependency.
8352         * lib/pagealign_alloc.c: Don't include getpagesize.h.
8353
8354 2007-12-02  Bruno Haible  <bruno@clisp.org>
8355
8356         * modules/strings-tests: New file.
8357         * tests/test-strings.c: New file.
8358
8359         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
8360         * lib/strings.in.h: New file.
8361         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
8362         * m4/strings_h.m4: New file.
8363         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
8364         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
8365         * modules/strings: New file.
8366         * modules/string (Makefile.am): Update.
8367         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
8368         Reported by Karl Berry.
8369
8370 2007-12-01  Eric Blake  <ebb9@byu.net>
8371
8372         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
8373         accomodate fix in cygwin 1.5.25.
8374
8375 2007-12-01  Jim Meyering  <meyering@redhat.com>
8376
8377         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
8378         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8379         that would inhibit utf8-optimization of a regexp containing line-
8380         or buffer-anchors, e.g., `^', `$'.
8381
8382 2007-11-30  Bruno Haible  <bruno@clisp.org>
8383
8384         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
8385         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
8386         glthread_recursive_lock_init.
8387         * lib/lock.c (glthread_recursive_lock_init)
8388         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
8389         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8390
8391 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8392
8393         New function qset_acl, like set_acl but with syscall semantics.
8394         * lib/acl.h (qset_acl): New decl.
8395         * lib/acl.c (qset_acl): New function.
8396         (set_acl): Use new function.  Use more-consistent diagnostics.
8397
8398 2007-11-28  Jim Meyering  <meyering@redhat.com>
8399
8400         * modules/physmem (License): Change from GPL to LGPLv2+.
8401
8402 2007-11-26  Bruno Haible  <bruno@clisp.org>
8403
8404         * lib/vasnprintf.c (decode_long_double): Don't abort if the
8405         'long double' type has excess precision.
8406         Reported by Jim Meyering in
8407         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
8408
8409 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8410
8411         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
8412         Sync from <http://gnu.org/licenses>.
8413         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
8414         with license text from same location.
8415         * doc/maintain.texi, doc/standards.texi:  Sync from
8416         <http://savannah.gnu.org/projects/gnustandards>.
8417
8418 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
8419         and Jim Meyering  <meyering@redhat.com>
8420
8421         Adjust getdate' grammar to accept a slightly more regular language.
8422         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
8423         Before, the former was rejected.
8424         * lib/getdate.y (digits_to_date_time): New function, factored
8425         out of ...
8426         (number): ...here.  Just call digits_to_date_time.
8427         (hybrid): New non-terminal to handle an <unsigned number,
8428         signed relative offset> sequence consistently.
8429
8430 2007-11-18  Jim Meyering  <meyering@redhat.com>
8431
8432         Pull my changes from coreutils:
8433         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
8434         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
8435         use of $gnulib_tool_option_extras, so that it's separated from the
8436         preceding argument.
8437
8438         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
8439         * build-aux/bootstrap (cp_mark_as_generated): Create any required
8440         parent destination directories before copying a file into place.
8441
8442 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8443
8444         bootstrap: work also with 4-argument variant of AC_INIT
8445         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
8446
8447 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8448
8449         Port test-getaddrinfo to Solaris.
8450         Problem reported by Bruno Haible in
8451         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
8452         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
8453         explanation of setting 'hints'.
8454         Don't reject an implementation merely because it returns EAI_SERVICE.
8455         (EAI_SERVICE): Define to 0 if not defined.
8456
8457 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8458
8459         The license of gnu-make and posix-shell is now "GPLed build tool".
8460         * modules/gnu-make (License): Likewise.
8461         * modules/posix-shell (License): Likewise.
8462
8463         New module posix-shell, for determining a POSIX shell
8464         or perhaps something that is close enough to a POSIX shell.
8465         * m4/posix-shell.m4: New file.
8466         * modules/posix-shell: New file.
8467
8468         * MODULES.html.sh: Mention new module.
8469
8470         New module gnu-make, for determining whether we're using GNU Make.
8471         * m4/gnu-make.m4: New file.
8472         * modules/gnu-make: New file.
8473         * MODULES.html.sh: Mention new module.
8474
8475 2007-11-14  Jim Meyering  <meyering@redhat.com>
8476
8477         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
8478         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
8479         use this macro to create a function _definition_.
8480         Remove useless "#undef ARGMATCH_DIE".
8481
8482 2007-11-14  Bruno Haible  <bruno@clisp.org>
8483
8484         * lib/config.charset: Update for OpenBSD 4.1.
8485         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
8486
8487 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
8488
8489         Document 64-bit #if problems in stdint.texi.
8490         * doc/headers/stdint.texi (stdint.h): Mention problems with
8491         64-bit-#if, and how to work around them.
8492
8493         Don't insist on 'long long int' support in the preprocessor.  It
8494         breaks too many things.  For example, PRIdMAX still uses a 'long
8495         long int' format with the latest Sun compiler, even though
8496         HAVE_LONG_LONG_INT isn't defined due to that compiler's
8497         preprocessor problem.  This causes the latest coreutils to dump
8498         core on Solaris 10 sparc with the Sun C compiler.
8499         Instead, fix the 2007-10-16 problem in a different way, by evaluating
8500         the troublesome expressions at configure-time, not at #if-time.
8501         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
8502         preprocessor.
8503         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
8504         compile-time C checks, done at 'configure'-time.
8505         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
8506         * modules/inttypes (Makefile): Substitute the new symbols that
8507         gl_INTTYPES_H now generates.
8508         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
8509
8510 2007-11-12  Bruno Haible  <bruno@clisp.org>
8511
8512         Tests for Unicode character classification functions.
8513
8514         * modules/unictype/bidicategory-byname-tests: New file.
8515         * modules/unictype/bidicategory-name-tests: New file.
8516         * modules/unictype/bidicategory-of-tests: New file.
8517         * modules/unictype/bidicategory-test-tests: New file.
8518         * modules/unictype/block-list-tests: New file.
8519         * modules/unictype/block-of-tests: New file.
8520         * modules/unictype/block-test-tests: New file.
8521         * modules/unictype/category-C-tests: New file.
8522         * modules/unictype/category-Cc-tests: New file.
8523         * modules/unictype/category-Cf-tests: New file.
8524         * modules/unictype/category-Cn-tests: New file.
8525         * modules/unictype/category-Co-tests: New file.
8526         * modules/unictype/category-Cs-tests: New file.
8527         * modules/unictype/category-L-tests: New file.
8528         * modules/unictype/category-Ll-tests: New file.
8529         * modules/unictype/category-Lm-tests: New file.
8530         * modules/unictype/category-Lo-tests: New file.
8531         * modules/unictype/category-Lt-tests: New file.
8532         * modules/unictype/category-Lu-tests: New file.
8533         * modules/unictype/category-M-tests: New file.
8534         * modules/unictype/category-Mc-tests: New file.
8535         * modules/unictype/category-Me-tests: New file.
8536         * modules/unictype/category-Mn-tests: New file.
8537         * modules/unictype/category-N-tests: New file.
8538         * modules/unictype/category-Nd-tests: New file.
8539         * modules/unictype/category-Nl-tests: New file.
8540         * modules/unictype/category-No-tests: New file.
8541         * modules/unictype/category-P-tests: New file.
8542         * modules/unictype/category-Pc-tests: New file.
8543         * modules/unictype/category-Pd-tests: New file.
8544         * modules/unictype/category-Pe-tests: New file.
8545         * modules/unictype/category-Pf-tests: New file.
8546         * modules/unictype/category-Pi-tests: New file.
8547         * modules/unictype/category-Po-tests: New file.
8548         * modules/unictype/category-Ps-tests: New file.
8549         * modules/unictype/category-S-tests: New file.
8550         * modules/unictype/category-Sc-tests: New file.
8551         * modules/unictype/category-Sk-tests: New file.
8552         * modules/unictype/category-Sm-tests: New file.
8553         * modules/unictype/category-So-tests: New file.
8554         * modules/unictype/category-Z-tests: New file.
8555         * modules/unictype/category-Zl-tests: New file.
8556         * modules/unictype/category-Zp-tests: New file.
8557         * modules/unictype/category-Zs-tests: New file.
8558         * modules/unictype/category-and-not-tests: New file.
8559         * modules/unictype/category-and-tests: New file.
8560         * modules/unictype/category-byname-tests: New file.
8561         * modules/unictype/category-name-tests: New file.
8562         * modules/unictype/category-none-tests: New file.
8563         * modules/unictype/category-of-tests: New file.
8564         * modules/unictype/category-or-tests: New file.
8565         * modules/unictype/category-test-withtable-tests: New file.
8566         * modules/unictype/combining-class-tests: New file.
8567         * modules/unictype/ctype-alnum-tests: New file.
8568         * modules/unictype/ctype-alpha-tests: New file.
8569         * modules/unictype/ctype-blank-tests: New file.
8570         * modules/unictype/ctype-cntrl-tests: New file.
8571         * modules/unictype/ctype-digit-tests: New file.
8572         * modules/unictype/ctype-graph-tests: New file.
8573         * modules/unictype/ctype-lower-tests: New file.
8574         * modules/unictype/ctype-print-tests: New file.
8575         * modules/unictype/ctype-punct-tests: New file.
8576         * modules/unictype/ctype-space-tests: New file.
8577         * modules/unictype/ctype-upper-tests: New file.
8578         * modules/unictype/ctype-xdigit-tests: New file.
8579         * modules/unictype/decimal-digit-tests: New file.
8580         * modules/unictype/digit-tests: New file.
8581         * modules/unictype/mirror-tests: New file.
8582         * modules/unictype/numeric-tests: New file.
8583         * modules/unictype/property-alphabetic-tests: New file.
8584         * modules/unictype/property-ascii-hex-digit-tests: New file.
8585         * modules/unictype/property-bidi-arabic-digit-tests: New file.
8586         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
8587         * modules/unictype/property-bidi-block-separator-tests: New file.
8588         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
8589         * modules/unictype/property-bidi-common-separator-tests: New file.
8590         * modules/unictype/property-bidi-control-tests: New file.
8591         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
8592         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
8593         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
8594         * modules/unictype/property-bidi-european-digit-tests: New file.
8595         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
8596         * modules/unictype/property-bidi-left-to-right-tests: New file.
8597         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
8598         * modules/unictype/property-bidi-other-neutral-tests: New file.
8599         * modules/unictype/property-bidi-pdf-tests: New file.
8600         * modules/unictype/property-bidi-segment-separator-tests: New file.
8601         * modules/unictype/property-bidi-whitespace-tests: New file.
8602         * modules/unictype/property-byname-tests: New file.
8603         * modules/unictype/property-combining-tests: New file.
8604         * modules/unictype/property-composite-tests: New file.
8605         * modules/unictype/property-currency-symbol-tests: New file.
8606         * modules/unictype/property-dash-tests: New file.
8607         * modules/unictype/property-decimal-digit-tests: New file.
8608         * modules/unictype/property-default-ignorable-code-point-tests: New file.
8609         * modules/unictype/property-deprecated-tests: New file.
8610         * modules/unictype/property-diacritic-tests: New file.
8611         * modules/unictype/property-extender-tests: New file.
8612         * modules/unictype/property-format-control-tests: New file.
8613         * modules/unictype/property-grapheme-base-tests: New file.
8614         * modules/unictype/property-grapheme-extend-tests: New file.
8615         * modules/unictype/property-grapheme-link-tests: New file.
8616         * modules/unictype/property-hex-digit-tests: New file.
8617         * modules/unictype/property-hyphen-tests: New file.
8618         * modules/unictype/property-id-continue-tests: New file.
8619         * modules/unictype/property-id-start-tests: New file.
8620         * modules/unictype/property-ideographic-tests: New file.
8621         * modules/unictype/property-ids-binary-operator-tests: New file.
8622         * modules/unictype/property-ids-trinary-operator-tests: New file.
8623         * modules/unictype/property-ignorable-control-tests: New file.
8624         * modules/unictype/property-iso-control-tests: New file.
8625         * modules/unictype/property-join-control-tests: New file.
8626         * modules/unictype/property-left-of-pair-tests: New file.
8627         * modules/unictype/property-line-separator-tests: New file.
8628         * modules/unictype/property-logical-order-exception-tests: New file.
8629         * modules/unictype/property-lowercase-tests: New file.
8630         * modules/unictype/property-math-tests: New file.
8631         * modules/unictype/property-non-break-tests: New file.
8632         * modules/unictype/property-not-a-character-tests: New file.
8633         * modules/unictype/property-numeric-tests: New file.
8634         * modules/unictype/property-other-alphabetic-tests: New file.
8635         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
8636         * modules/unictype/property-other-grapheme-extend-tests: New file.
8637         * modules/unictype/property-other-id-continue-tests: New file.
8638         * modules/unictype/property-other-id-start-tests: New file.
8639         * modules/unictype/property-other-lowercase-tests: New file.
8640         * modules/unictype/property-other-math-tests: New file.
8641         * modules/unictype/property-other-uppercase-tests: New file.
8642         * modules/unictype/property-paired-punctuation-tests: New file.
8643         * modules/unictype/property-paragraph-separator-tests: New file.
8644         * modules/unictype/property-pattern-syntax-tests: New file.
8645         * modules/unictype/property-pattern-white-space-tests: New file.
8646         * modules/unictype/property-private-use-tests: New file.
8647         * modules/unictype/property-punctuation-tests: New file.
8648         * modules/unictype/property-quotation-mark-tests: New file.
8649         * modules/unictype/property-radical-tests: New file.
8650         * modules/unictype/property-sentence-terminal-tests: New file.
8651         * modules/unictype/property-soft-dotted-tests: New file.
8652         * modules/unictype/property-space-tests: New file.
8653         * modules/unictype/property-terminal-punctuation-tests: New file.
8654         * modules/unictype/property-test-tests: New file.
8655         * modules/unictype/property-titlecase-tests: New file.
8656         * modules/unictype/property-unassigned-code-value-tests: New file.
8657         * modules/unictype/property-unified-ideograph-tests: New file.
8658         * modules/unictype/property-uppercase-tests: New file.
8659         * modules/unictype/property-variation-selector-tests: New file.
8660         * modules/unictype/property-white-space-tests: New file.
8661         * modules/unictype/property-xid-continue-tests: New file.
8662         * modules/unictype/property-xid-start-tests: New file.
8663         * modules/unictype/property-zero-width-tests: New file.
8664         * modules/unictype/scripts-tests: New file.
8665         * modules/unictype/syntax-c-ident-tests: New file.
8666         * modules/unictype/syntax-c-whitespace-tests: New file.
8667         * modules/unictype/syntax-java-ident-tests: New file.
8668         * modules/unictype/syntax-java-whitespace-tests: New file.
8669         * tests/unictype/test-bidi_byname.c: New file.
8670         * tests/unictype/test-bidi_name.c: New file.
8671         * tests/unictype/test-bidi_of.c: New file.
8672         * tests/unictype/test-bidi_test.c: New file.
8673         * tests/unictype/test-block_list.c: New file.
8674         * tests/unictype/test-block_of.c: New file.
8675         * tests/unictype/test-block_test.c: New file.
8676         * tests/unictype/test-categ_and.c: New file.
8677         * tests/unictype/test-categ_and_not.c: New file.
8678         * tests/unictype/test-categ_byname.c: New file.
8679         * tests/unictype/test-categ_name.c: New file.
8680         * tests/unictype/test-categ_none.c: New file.
8681         * tests/unictype/test-categ_of.c: New file.
8682         * tests/unictype/test-categ_or.c: New file.
8683         * tests/unictype/test-categ_test_withtable.c: New file.
8684         * tests/unictype/test-combining.c: New file.
8685         * tests/unictype/test-decdigit.c: New file.
8686         * tests/unictype/test-digit.c: New file.
8687         * tests/unictype/test-mirror.c: New file.
8688         * tests/unictype/test-numeric.c: New file.
8689         * tests/unictype/test-pr_byname.c: New file.
8690         * tests/unictype/test-pr_test.c: New file.
8691         * tests/unictype/test-predicate-part1.h: New file.
8692         * tests/unictype/test-predicate-part2.h: New file.
8693         * tests/unictype/test-scripts.c: New file.
8694         * tests/unictype/test-sy_c_ident.c: New file.
8695         * tests/unictype/test-sy_java_ident.c: New file.
8696
8697         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
8698         for Unicode 5.0.0.
8699         * tests/unictype/test-categ_Cc.c: Likewise.
8700         * tests/unictype/test-categ_Cf.c: Likewise.
8701         * tests/unictype/test-categ_Cn.c: Likewise.
8702         * tests/unictype/test-categ_Co.c: Likewise.
8703         * tests/unictype/test-categ_Cs.c: Likewise.
8704         * tests/unictype/test-categ_L.c: Likewise.
8705         * tests/unictype/test-categ_Ll.c: Likewise.
8706         * tests/unictype/test-categ_Lm.c: Likewise.
8707         * tests/unictype/test-categ_Lo.c: Likewise.
8708         * tests/unictype/test-categ_Lt.c: Likewise.
8709         * tests/unictype/test-categ_Lu.c: Likewise.
8710         * tests/unictype/test-categ_M.c: Likewise.
8711         * tests/unictype/test-categ_Mc.c: Likewise.
8712         * tests/unictype/test-categ_Me.c: Likewise.
8713         * tests/unictype/test-categ_Mn.c: Likewise.
8714         * tests/unictype/test-categ_N.c: Likewise.
8715         * tests/unictype/test-categ_Nd.c: Likewise.
8716         * tests/unictype/test-categ_Nl.c: Likewise.
8717         * tests/unictype/test-categ_No.c: Likewise.
8718         * tests/unictype/test-categ_P.c: Likewise.
8719         * tests/unictype/test-categ_Pc.c: Likewise.
8720         * tests/unictype/test-categ_Pd.c: Likewise.
8721         * tests/unictype/test-categ_Pe.c: Likewise.
8722         * tests/unictype/test-categ_Pf.c: Likewise.
8723         * tests/unictype/test-categ_Pi.c: Likewise.
8724         * tests/unictype/test-categ_Po.c: Likewise.
8725         * tests/unictype/test-categ_Ps.c: Likewise.
8726         * tests/unictype/test-categ_S.c: Likewise.
8727         * tests/unictype/test-categ_Sc.c: Likewise.
8728         * tests/unictype/test-categ_Sk.c: Likewise.
8729         * tests/unictype/test-categ_Sm.c: Likewise.
8730         * tests/unictype/test-categ_So.c: Likewise.
8731         * tests/unictype/test-categ_Z.c: Likewise.
8732         * tests/unictype/test-categ_Zl.c: Likewise.
8733         * tests/unictype/test-categ_Zp.c: Likewise.
8734         * tests/unictype/test-categ_Zs.c: Likewise.
8735         * tests/unictype/test-ctype_alnum.c: Likewise.
8736         * tests/unictype/test-ctype_alpha.c: Likewise.
8737         * tests/unictype/test-ctype_blank.c: Likewise.
8738         * tests/unictype/test-ctype_cntrl.c: Likewise.
8739         * tests/unictype/test-ctype_digit.c: Likewise.
8740         * tests/unictype/test-ctype_graph.c: Likewise.
8741         * tests/unictype/test-ctype_lower.c: Likewise.
8742         * tests/unictype/test-ctype_print.c: Likewise.
8743         * tests/unictype/test-ctype_punct.c: Likewise.
8744         * tests/unictype/test-ctype_space.c: Likewise.
8745         * tests/unictype/test-ctype_upper.c: Likewise.
8746         * tests/unictype/test-ctype_xdigit.c: Likewise.
8747         * tests/unictype/test-decdigit.h: Likewise.
8748         * tests/unictype/test-digit.h: Likewise.
8749         * tests/unictype/test-numeric.h: Likewise.
8750         * tests/unictype/test-pr_alphabetic.c: Likewise.
8751         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
8752         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
8753         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
8754         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
8755         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
8756         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
8757         * tests/unictype/test-pr_bidi_control.c: Likewise.
8758         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
8759         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
8760         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
8761         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
8762         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
8763         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
8764         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
8765         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
8766         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
8767         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
8768         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
8769         * tests/unictype/test-pr_combining.c: Likewise.
8770         * tests/unictype/test-pr_composite.c: Likewise.
8771         * tests/unictype/test-pr_currency_symbol.c: Likewise.
8772         * tests/unictype/test-pr_dash.c: Likewise.
8773         * tests/unictype/test-pr_decimal_digit.c: Likewise.
8774         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
8775         * tests/unictype/test-pr_deprecated.c: Likewise.
8776         * tests/unictype/test-pr_diacritic.c: Likewise.
8777         * tests/unictype/test-pr_extender.c: Likewise.
8778         * tests/unictype/test-pr_format_control.c: Likewise.
8779         * tests/unictype/test-pr_grapheme_base.c: Likewise.
8780         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
8781         * tests/unictype/test-pr_grapheme_link.c: Likewise.
8782         * tests/unictype/test-pr_hex_digit.c: Likewise.
8783         * tests/unictype/test-pr_hyphen.c: Likewise.
8784         * tests/unictype/test-pr_id_continue.c: Likewise.
8785         * tests/unictype/test-pr_id_start.c: Likewise.
8786         * tests/unictype/test-pr_ideographic.c: Likewise.
8787         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
8788         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
8789         * tests/unictype/test-pr_ignorable_control.c: Likewise.
8790         * tests/unictype/test-pr_iso_control.c: Likewise.
8791         * tests/unictype/test-pr_join_control.c: Likewise.
8792         * tests/unictype/test-pr_left_of_pair.c: Likewise.
8793         * tests/unictype/test-pr_line_separator.c: Likewise.
8794         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
8795         * tests/unictype/test-pr_lowercase.c: Likewise.
8796         * tests/unictype/test-pr_math.c: Likewise.
8797         * tests/unictype/test-pr_non_break.c: Likewise.
8798         * tests/unictype/test-pr_not_a_character.c: Likewise.
8799         * tests/unictype/test-pr_numeric.c: Likewise.
8800         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
8801         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
8802         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
8803         * tests/unictype/test-pr_other_id_continue.c: Likewise.
8804         * tests/unictype/test-pr_other_id_start.c: Likewise.
8805         * tests/unictype/test-pr_other_lowercase.c: Likewise.
8806         * tests/unictype/test-pr_other_math.c: Likewise.
8807         * tests/unictype/test-pr_other_uppercase.c: Likewise.
8808         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
8809         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
8810         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
8811         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
8812         * tests/unictype/test-pr_private_use.c: Likewise.
8813         * tests/unictype/test-pr_punctuation.c: Likewise.
8814         * tests/unictype/test-pr_quotation_mark.c: Likewise.
8815         * tests/unictype/test-pr_radical.c: Likewise.
8816         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
8817         * tests/unictype/test-pr_soft_dotted.c: Likewise.
8818         * tests/unictype/test-pr_space.c: Likewise.
8819         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
8820         * tests/unictype/test-pr_titlecase.c: Likewise.
8821         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
8822         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
8823         * tests/unictype/test-pr_uppercase.c: Likewise.
8824         * tests/unictype/test-pr_variation_selector.c: Likewise.
8825         * tests/unictype/test-pr_white_space.c: Likewise.
8826         * tests/unictype/test-pr_xid_continue.c: Likewise.
8827         * tests/unictype/test-pr_xid_start.c: Likewise.
8828         * tests/unictype/test-pr_zero_width.c: Likewise.
8829         * tests/unictype/test-sy_c_whitespace.c: Likewise.
8830         * tests/unictype/test-sy_java_whitespace.c: Likewise.
8831
8832 2007-11-12  Bruno Haible  <bruno@clisp.org>
8833
8834         Unicode character classification functions.
8835         * lib/unictype.h: New file.
8836         * modules/unictype/base: New file.
8837         * modules/unictype/category-L: New file.
8838         * modules/unictype/category-Lu: New file.
8839         * modules/unictype/category-Ll: New file.
8840         * modules/unictype/category-Lt: New file.
8841         * modules/unictype/category-Lm: New file.
8842         * modules/unictype/category-Lo: New file.
8843         * modules/unictype/category-M: New file.
8844         * modules/unictype/category-Mn: New file.
8845         * modules/unictype/category-Mc: New file.
8846         * modules/unictype/category-Me: New file.
8847         * modules/unictype/category-N: New file.
8848         * modules/unictype/category-Nd: New file.
8849         * modules/unictype/category-Nl: New file.
8850         * modules/unictype/category-No: New file.
8851         * modules/unictype/category-P: New file.
8852         * modules/unictype/category-Pc: New file.
8853         * modules/unictype/category-Pd: New file.
8854         * modules/unictype/category-Ps: New file.
8855         * modules/unictype/category-Pe: New file.
8856         * modules/unictype/category-Pi: New file.
8857         * modules/unictype/category-Pf: New file.
8858         * modules/unictype/category-Po: New file.
8859         * modules/unictype/category-S: New file.
8860         * modules/unictype/category-Sm: New file.
8861         * modules/unictype/category-Sc: New file.
8862         * modules/unictype/category-Sk: New file.
8863         * modules/unictype/category-So: New file.
8864         * modules/unictype/category-Z: New file.
8865         * modules/unictype/category-Zs: New file.
8866         * modules/unictype/category-Zl: New file.
8867         * modules/unictype/category-Zp: New file.
8868         * modules/unictype/category-C: New file.
8869         * modules/unictype/category-Cc: New file.
8870         * modules/unictype/category-Cf: New file.
8871         * modules/unictype/category-Cs: New file.
8872         * modules/unictype/category-Co: New file.
8873         * modules/unictype/category-Cn: New file.
8874         * modules/unictype/category-or: New file.
8875         * modules/unictype/category-of: New file.
8876         * modules/unictype/category-test: New file.
8877         * modules/unictype/category-test-withtable: New file.
8878         * modules/unictype/category-byname: New file.
8879         * modules/unictype/category-none: New file.
8880         * modules/unictype/category-and: New file.
8881         * modules/unictype/category-and-not: New file.
8882         * modules/unictype/category-name: New file.
8883         * modules/unictype/combining-class: New file.
8884         * modules/unictype/category-all: New file.
8885         * modules/unictype/bidicategory-all: New file.
8886         * modules/unictype/bidicategory-byname: New file.
8887         * modules/unictype/bidicategory-name: New file.
8888         * modules/unictype/bidicategory-of: New file.
8889         * modules/unictype/bidicategory-test: New file.
8890         * modules/unictype/decimal-digit: New file.
8891         * modules/unictype/digit: New file.
8892         * modules/unictype/numeric: New file.
8893         * modules/unictype/mirror: New file.
8894         * modules/unictype/property-white-space: New file.
8895         * modules/unictype/property-alphabetic: New file.
8896         * modules/unictype/property-other-alphabetic: New file.
8897         * modules/unictype/property-not-a-character: New file.
8898         * modules/unictype/property-default-ignorable-code-point: New file.
8899         * modules/unictype/property-other-default-ignorable-code-point: New
8900         file.
8901         * modules/unictype/property-deprecated: New file.
8902         * modules/unictype/property-logical-order-exception: New file.
8903         * modules/unictype/property-variation-selector: New file.
8904         * modules/unictype/property-private-use: New file.
8905         * modules/unictype/property-unassigned-code-value: New file.
8906         * modules/unictype/property-uppercase: New file.
8907         * modules/unictype/property-other-uppercase: New file.
8908         * modules/unictype/property-lowercase: New file.
8909         * modules/unictype/property-other-lowercase: New file.
8910         * modules/unictype/property-titlecase: New file.
8911         * modules/unictype/property-soft-dotted: New file.
8912         * modules/unictype/property-id-start: New file.
8913         * modules/unictype/property-other-id-start: New file.
8914         * modules/unictype/property-id-continue: New file.
8915         * modules/unictype/property-other-id-continue: New file.
8916         * modules/unictype/property-xid-start: New file.
8917         * modules/unictype/property-xid-continue: New file.
8918         * modules/unictype/property-pattern-white-space: New file.
8919         * modules/unictype/property-pattern-syntax: New file.
8920         * modules/unictype/property-join-control: New file.
8921         * modules/unictype/property-grapheme-base: New file.
8922         * modules/unictype/property-grapheme-extend: New file.
8923         * modules/unictype/property-other-grapheme-extend: New file.
8924         * modules/unictype/property-grapheme-link: New file.
8925         * modules/unictype/property-bidi-control: New file.
8926         * modules/unictype/property-bidi-left-to-right: New file.
8927         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
8928         * modules/unictype/property-bidi-arabic-right-to-left: New file.
8929         * modules/unictype/property-bidi-european-digit: New file.
8930         * modules/unictype/property-bidi-eur-num-separator: New file.
8931         * modules/unictype/property-bidi-eur-num-terminator: New file.
8932         * modules/unictype/property-bidi-arabic-digit: New file.
8933         * modules/unictype/property-bidi-common-separator: New file.
8934         * modules/unictype/property-bidi-block-separator: New file.
8935         * modules/unictype/property-bidi-segment-separator: New file.
8936         * modules/unictype/property-bidi-whitespace: New file.
8937         * modules/unictype/property-bidi-non-spacing-mark: New file.
8938         * modules/unictype/property-bidi-boundary-neutral: New file.
8939         * modules/unictype/property-bidi-pdf: New file.
8940         * modules/unictype/property-bidi-embedding-or-override: New file.
8941         * modules/unictype/property-bidi-other-neutral: New file.
8942         * modules/unictype/property-hex-digit: New file.
8943         * modules/unictype/property-ascii-hex-digit: New file.
8944         * modules/unictype/property-ideographic: New file.
8945         * modules/unictype/property-unified-ideograph: New file.
8946         * modules/unictype/property-radical: New file.
8947         * modules/unictype/property-ids-binary-operator: New file.
8948         * modules/unictype/property-ids-trinary-operator: New file.
8949         * modules/unictype/property-zero-width: New file.
8950         * modules/unictype/property-space: New file.
8951         * modules/unictype/property-non-break: New file.
8952         * modules/unictype/property-iso-control: New file.
8953         * modules/unictype/property-format-control: New file.
8954         * modules/unictype/property-dash: New file.
8955         * modules/unictype/property-hyphen: New file.
8956         * modules/unictype/property-punctuation: New file.
8957         * modules/unictype/property-line-separator: New file.
8958         * modules/unictype/property-paragraph-separator: New file.
8959         * modules/unictype/property-quotation-mark: New file.
8960         * modules/unictype/property-sentence-terminal: New file.
8961         * modules/unictype/property-terminal-punctuation: New file.
8962         * modules/unictype/property-currency-symbol: New file.
8963         * modules/unictype/property-math: New file.
8964         * modules/unictype/property-other-math: New file.
8965         * modules/unictype/property-paired-punctuation: New file.
8966         * modules/unictype/property-left-of-pair: New file.
8967         * modules/unictype/property-combining: New file.
8968         * modules/unictype/property-composite: New file.
8969         * modules/unictype/property-decimal-digit: New file.
8970         * modules/unictype/property-numeric: New file.
8971         * modules/unictype/property-diacritic: New file.
8972         * modules/unictype/property-extender: New file.
8973         * modules/unictype/property-ignorable-control: New file.
8974         * modules/unictype/property-test: New file.
8975         * modules/unictype/property-byname: New file.
8976         * modules/unictype/property-all: New file.
8977         * modules/unictype/scripts: New file.
8978         * modules/unictype/scripts-all: New file.
8979         * modules/unictype/block-of: New file.
8980         * modules/unictype/block-test: New file.
8981         * modules/unictype/block-list: New file.
8982         * modules/unictype/block-all: New file.
8983         * modules/unictype/syntax-c-whitespace: New file.
8984         * modules/unictype/syntax-java-whitespace: New file.
8985         * modules/unictype/syntax-c-ident: New file.
8986         * modules/unictype/syntax-java-ident: New file.
8987         * modules/unictype/ctype-alnum: New file.
8988         * modules/unictype/ctype-alpha: New file.
8989         * modules/unictype/ctype-cntrl: New file.
8990         * modules/unictype/ctype-digit: New file.
8991         * modules/unictype/ctype-graph: New file.
8992         * modules/unictype/ctype-lower: New file.
8993         * modules/unictype/ctype-print: New file.
8994         * modules/unictype/ctype-punct: New file.
8995         * modules/unictype/ctype-space: New file.
8996         * modules/unictype/ctype-upper: New file.
8997         * modules/unictype/ctype-xdigit: New file.
8998         * modules/unictype/ctype-blank: New file.
8999         * lib/unictype/bidi_byname.c: New file.
9000         * lib/unictype/bidi_name.c: New file.
9001         * lib/unictype/bidi_of.c: New file.
9002         * lib/unictype/bidi_test.c: New file.
9003         * lib/unictype/bitmap.h: New file.
9004         * lib/unictype/block_test.c: New file.
9005         * lib/unictype/blocks.c: New file.
9006         * lib/unictype/categ_C.c: New file.
9007         * lib/unictype/categ_Cc.c: New file.
9008         * lib/unictype/categ_Cf.c: New file.
9009         * lib/unictype/categ_Cn.c: New file.
9010         * lib/unictype/categ_Co.c: New file.
9011         * lib/unictype/categ_Cs.c: New file.
9012         * lib/unictype/categ_L.c: New file.
9013         * lib/unictype/categ_Ll.c: New file.
9014         * lib/unictype/categ_Lm.c: New file.
9015         * lib/unictype/categ_Lo.c: New file.
9016         * lib/unictype/categ_Lt.c: New file.
9017         * lib/unictype/categ_Lu.c: New file.
9018         * lib/unictype/categ_M.c: New file.
9019         * lib/unictype/categ_Mc.c: New file.
9020         * lib/unictype/categ_Me.c: New file.
9021         * lib/unictype/categ_Mn.c: New file.
9022         * lib/unictype/categ_N.c: New file.
9023         * lib/unictype/categ_Nd.c: New file.
9024         * lib/unictype/categ_Nl.c: New file.
9025         * lib/unictype/categ_No.c: New file.
9026         * lib/unictype/categ_P.c: New file.
9027         * lib/unictype/categ_Pc.c: New file.
9028         * lib/unictype/categ_Pd.c: New file.
9029         * lib/unictype/categ_Pe.c: New file.
9030         * lib/unictype/categ_Pf.c: New file.
9031         * lib/unictype/categ_Pi.c: New file.
9032         * lib/unictype/categ_Po.c: New file.
9033         * lib/unictype/categ_Ps.c: New file.
9034         * lib/unictype/categ_S.c: New file.
9035         * lib/unictype/categ_Sc.c: New file.
9036         * lib/unictype/categ_Sk.c: New file.
9037         * lib/unictype/categ_Sm.c: New file.
9038         * lib/unictype/categ_So.c: New file.
9039         * lib/unictype/categ_Z.c: New file.
9040         * lib/unictype/categ_Zl.c: New file.
9041         * lib/unictype/categ_Zp.c: New file.
9042         * lib/unictype/categ_Zs.c: New file.
9043         * lib/unictype/categ_and.c: New file.
9044         * lib/unictype/categ_and_not.c: New file.
9045         * lib/unictype/categ_byname.c: New file.
9046         * lib/unictype/categ_name.c: New file.
9047         * lib/unictype/categ_none.c: New file.
9048         * lib/unictype/categ_of.c: New file.
9049         * lib/unictype/categ_or.c: New file.
9050         * lib/unictype/categ_test.c: New file.
9051         * lib/unictype/combining.c: New file.
9052         * lib/unictype/ctype_alnum.c: New file.
9053         * lib/unictype/ctype_alpha.c: New file.
9054         * lib/unictype/ctype_blank.c: New file.
9055         * lib/unictype/ctype_cntrl.c: New file.
9056         * lib/unictype/ctype_digit.c: New file.
9057         * lib/unictype/ctype_graph.c: New file.
9058         * lib/unictype/ctype_lower.c: New file.
9059         * lib/unictype/ctype_print.c: New file.
9060         * lib/unictype/ctype_punct.c: New file.
9061         * lib/unictype/ctype_space.c: New file.
9062         * lib/unictype/ctype_upper.c: New file.
9063         * lib/unictype/ctype_xdigit.c: New file.
9064         * lib/unictype/decdigit.c: New file.
9065         * lib/unictype/digit.c: New file.
9066         * lib/unictype/identsyntaxmap.h: New file.
9067         * lib/unictype/mirror.c: New file.
9068         * lib/unictype/numeric.c: New file.
9069         * lib/unictype/pr_alphabetic.c: New file.
9070         * lib/unictype/pr_ascii_hex_digit.c: New file.
9071         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9072         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9073         * lib/unictype/pr_bidi_block_separator.c: New file.
9074         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9075         * lib/unictype/pr_bidi_common_separator.c: New file.
9076         * lib/unictype/pr_bidi_control.c: New file.
9077         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9078         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9079         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9080         * lib/unictype/pr_bidi_european_digit.c: New file.
9081         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9082         * lib/unictype/pr_bidi_left_to_right.c: New file.
9083         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9084         * lib/unictype/pr_bidi_other_neutral.c: New file.
9085         * lib/unictype/pr_bidi_pdf.c: New file.
9086         * lib/unictype/pr_bidi_segment_separator.c: New file.
9087         * lib/unictype/pr_bidi_whitespace.c: New file.
9088         * lib/unictype/pr_byname.c: New file.
9089         * lib/unictype/pr_byname.gperf: New file.
9090         * lib/unictype/pr_combining.c: New file.
9091         * lib/unictype/pr_composite.c: New file.
9092         * lib/unictype/pr_currency_symbol.c: New file.
9093         * lib/unictype/pr_dash.c: New file.
9094         * lib/unictype/pr_decimal_digit.c: New file.
9095         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9096         * lib/unictype/pr_deprecated.c: New file.
9097         * lib/unictype/pr_diacritic.c: New file.
9098         * lib/unictype/pr_extender.c: New file.
9099         * lib/unictype/pr_format_control.c: New file.
9100         * lib/unictype/pr_grapheme_base.c: New file.
9101         * lib/unictype/pr_grapheme_extend.c: New file.
9102         * lib/unictype/pr_grapheme_link.c: New file.
9103         * lib/unictype/pr_hex_digit.c: New file.
9104         * lib/unictype/pr_hyphen.c: New file.
9105         * lib/unictype/pr_id_continue.c: New file.
9106         * lib/unictype/pr_id_start.c: New file.
9107         * lib/unictype/pr_ideographic.c: New file.
9108         * lib/unictype/pr_ids_binary_operator.c: New file.
9109         * lib/unictype/pr_ids_trinary_operator.c: New file.
9110         * lib/unictype/pr_ignorable_control.c: New file.
9111         * lib/unictype/pr_iso_control.c: New file.
9112         * lib/unictype/pr_join_control.c: New file.
9113         * lib/unictype/pr_left_of_pair.c: New file.
9114         * lib/unictype/pr_line_separator.c: New file.
9115         * lib/unictype/pr_logical_order_exception.c: New file.
9116         * lib/unictype/pr_lowercase.c: New file.
9117         * lib/unictype/pr_math.c: New file.
9118         * lib/unictype/pr_non_break.c: New file.
9119         * lib/unictype/pr_not_a_character.c: New file.
9120         * lib/unictype/pr_numeric.c: New file.
9121         * lib/unictype/pr_other_alphabetic.c: New file.
9122         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9123         * lib/unictype/pr_other_grapheme_extend.c: New file.
9124         * lib/unictype/pr_other_id_continue.c: New file.
9125         * lib/unictype/pr_other_id_start.c: New file.
9126         * lib/unictype/pr_other_lowercase.c: New file.
9127         * lib/unictype/pr_other_math.c: New file.
9128         * lib/unictype/pr_other_uppercase.c: New file.
9129         * lib/unictype/pr_paired_punctuation.c: New file.
9130         * lib/unictype/pr_paragraph_separator.c: New file.
9131         * lib/unictype/pr_pattern_syntax.c: New file.
9132         * lib/unictype/pr_pattern_white_space.c: New file.
9133         * lib/unictype/pr_private_use.c: New file.
9134         * lib/unictype/pr_punctuation.c: New file.
9135         * lib/unictype/pr_quotation_mark.c: New file.
9136         * lib/unictype/pr_radical.c: New file.
9137         * lib/unictype/pr_sentence_terminal.c: New file.
9138         * lib/unictype/pr_soft_dotted.c: New file.
9139         * lib/unictype/pr_space.c: New file.
9140         * lib/unictype/pr_terminal_punctuation.c: New file.
9141         * lib/unictype/pr_test.c: New file.
9142         * lib/unictype/pr_titlecase.c: New file.
9143         * lib/unictype/pr_unassigned_code_value.c: New file.
9144         * lib/unictype/pr_unified_ideograph.c: New file.
9145         * lib/unictype/pr_uppercase.c: New file.
9146         * lib/unictype/pr_variation_selector.c: New file.
9147         * lib/unictype/pr_white_space.c: New file.
9148         * lib/unictype/pr_xid_continue.c: New file.
9149         * lib/unictype/pr_xid_start.c: New file.
9150         * lib/unictype/pr_zero_width.c: New file.
9151         * lib/unictype/scripts.c: New file.
9152         * lib/unictype/sy_c_ident.c: New file.
9153         * lib/unictype/sy_c_whitespace.c: New file.
9154         * lib/unictype/sy_java_ident.c: New file.
9155         * lib/unictype/sy_java_whitespace.c: New file.
9156
9157         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9158         Unicode 5.0.0.
9159         * lib/unictype/blocks.h: Likewise.
9160         * lib/unictype/categ_C.h: Likewise.
9161         * lib/unictype/categ_Cc.h: Likewise.
9162         * lib/unictype/categ_Cf.h: Likewise.
9163         * lib/unictype/categ_Cn.h: Likewise.
9164         * lib/unictype/categ_Co.h: Likewise.
9165         * lib/unictype/categ_Cs.h: Likewise.
9166         * lib/unictype/categ_L.h: Likewise.
9167         * lib/unictype/categ_Ll.h: Likewise.
9168         * lib/unictype/categ_Lm.h: Likewise.
9169         * lib/unictype/categ_Lo.h: Likewise.
9170         * lib/unictype/categ_Lt.h: Likewise.
9171         * lib/unictype/categ_Lu.h: Likewise.
9172         * lib/unictype/categ_M.h: Likewise.
9173         * lib/unictype/categ_Mc.h: Likewise.
9174         * lib/unictype/categ_Me.h: Likewise.
9175         * lib/unictype/categ_Mn.h: Likewise.
9176         * lib/unictype/categ_N.h: Likewise.
9177         * lib/unictype/categ_Nd.h: Likewise.
9178         * lib/unictype/categ_Nl.h: Likewise.
9179         * lib/unictype/categ_No.h: Likewise.
9180         * lib/unictype/categ_P.h: Likewise.
9181         * lib/unictype/categ_Pc.h: Likewise.
9182         * lib/unictype/categ_Pd.h: Likewise.
9183         * lib/unictype/categ_Pe.h: Likewise.
9184         * lib/unictype/categ_Pf.h: Likewise.
9185         * lib/unictype/categ_Pi.h: Likewise.
9186         * lib/unictype/categ_Po.h: Likewise.
9187         * lib/unictype/categ_Ps.h: Likewise.
9188         * lib/unictype/categ_S.h: Likewise.
9189         * lib/unictype/categ_Sc.h: Likewise.
9190         * lib/unictype/categ_Sk.h: Likewise.
9191         * lib/unictype/categ_Sm.h: Likewise.
9192         * lib/unictype/categ_So.h: Likewise.
9193         * lib/unictype/categ_Z.h: Likewise.
9194         * lib/unictype/categ_Zl.h: Likewise.
9195         * lib/unictype/categ_Zp.h: Likewise.
9196         * lib/unictype/categ_Zs.h: Likewise.
9197         * lib/unictype/categ_of.h: Likewise.
9198         * lib/unictype/combining.h: Likewise.
9199         * lib/unictype/ctype_alnum.h: Likewise.
9200         * lib/unictype/ctype_alpha.h: Likewise.
9201         * lib/unictype/ctype_blank.h: Likewise.
9202         * lib/unictype/ctype_cntrl.h: Likewise.
9203         * lib/unictype/ctype_digit.h: Likewise.
9204         * lib/unictype/ctype_graph.h: Likewise.
9205         * lib/unictype/ctype_lower.h: Likewise.
9206         * lib/unictype/ctype_print.h: Likewise.
9207         * lib/unictype/ctype_punct.h: Likewise.
9208         * lib/unictype/ctype_space.h: Likewise.
9209         * lib/unictype/ctype_upper.h: Likewise.
9210         * lib/unictype/ctype_xdigit.h: Likewise.
9211         * lib/unictype/decdigit.h: Likewise.
9212         * lib/unictype/digit.h: Likewise.
9213         * lib/unictype/mirror.h: Likewise.
9214         * lib/unictype/numeric.h: Likewise.
9215         * lib/unictype/pr_alphabetic.h: Likewise.
9216         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
9217         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
9218         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
9219         * lib/unictype/pr_bidi_block_separator.h: Likewise.
9220         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
9221         * lib/unictype/pr_bidi_common_separator.h: Likewise.
9222         * lib/unictype/pr_bidi_control.h: Likewise.
9223         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
9224         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
9225         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
9226         * lib/unictype/pr_bidi_european_digit.h: Likewise.
9227         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
9228         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
9229         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
9230         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
9231         * lib/unictype/pr_bidi_pdf.h: Likewise.
9232         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
9233         * lib/unictype/pr_bidi_whitespace.h: Likewise.
9234         * lib/unictype/pr_combining.h: Likewise.
9235         * lib/unictype/pr_composite.h: Likewise.
9236         * lib/unictype/pr_currency_symbol.h: Likewise.
9237         * lib/unictype/pr_dash.h: Likewise.
9238         * lib/unictype/pr_decimal_digit.h: Likewise.
9239         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
9240         * lib/unictype/pr_deprecated.h: Likewise.
9241         * lib/unictype/pr_diacritic.h: Likewise.
9242         * lib/unictype/pr_extender.h: Likewise.
9243         * lib/unictype/pr_format_control.h: Likewise.
9244         * lib/unictype/pr_grapheme_base.h: Likewise.
9245         * lib/unictype/pr_grapheme_extend.h: Likewise.
9246         * lib/unictype/pr_grapheme_link.h: Likewise.
9247         * lib/unictype/pr_hex_digit.h: Likewise.
9248         * lib/unictype/pr_hyphen.h: Likewise.
9249         * lib/unictype/pr_id_continue.h: Likewise.
9250         * lib/unictype/pr_id_start.h: Likewise.
9251         * lib/unictype/pr_ideographic.h: Likewise.
9252         * lib/unictype/pr_ids_binary_operator.h: Likewise.
9253         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
9254         * lib/unictype/pr_ignorable_control.h: Likewise.
9255         * lib/unictype/pr_iso_control.h: Likewise.
9256         * lib/unictype/pr_join_control.h: Likewise.
9257         * lib/unictype/pr_left_of_pair.h: Likewise.
9258         * lib/unictype/pr_line_separator.h: Likewise.
9259         * lib/unictype/pr_logical_order_exception.h: Likewise.
9260         * lib/unictype/pr_lowercase.h: Likewise.
9261         * lib/unictype/pr_math.h: Likewise.
9262         * lib/unictype/pr_non_break.h: Likewise.
9263         * lib/unictype/pr_not_a_character.h: Likewise.
9264         * lib/unictype/pr_numeric.h: Likewise.
9265         * lib/unictype/pr_other_alphabetic.h: Likewise.
9266         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
9267         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
9268         * lib/unictype/pr_other_id_continue.h: Likewise.
9269         * lib/unictype/pr_other_id_start.h: Likewise.
9270         * lib/unictype/pr_other_lowercase.h: Likewise.
9271         * lib/unictype/pr_other_math.h: Likewise.
9272         * lib/unictype/pr_other_uppercase.h: Likewise.
9273         * lib/unictype/pr_paired_punctuation.h: Likewise.
9274         * lib/unictype/pr_paragraph_separator.h: Likewise.
9275         * lib/unictype/pr_pattern_syntax.h: Likewise.
9276         * lib/unictype/pr_pattern_white_space.h: Likewise.
9277         * lib/unictype/pr_private_use.h: Likewise.
9278         * lib/unictype/pr_punctuation.h: Likewise.
9279         * lib/unictype/pr_quotation_mark.h: Likewise.
9280         * lib/unictype/pr_radical.h: Likewise.
9281         * lib/unictype/pr_sentence_terminal.h: Likewise.
9282         * lib/unictype/pr_soft_dotted.h: Likewise.
9283         * lib/unictype/pr_space.h: Likewise.
9284         * lib/unictype/pr_terminal_punctuation.h: Likewise.
9285         * lib/unictype/pr_titlecase.h: Likewise.
9286         * lib/unictype/pr_unassigned_code_value.h: Likewise.
9287         * lib/unictype/pr_unified_ideograph.h: Likewise.
9288         * lib/unictype/pr_uppercase.h: Likewise.
9289         * lib/unictype/pr_variation_selector.h: Likewise.
9290         * lib/unictype/pr_white_space.h: Likewise.
9291         * lib/unictype/pr_xid_continue.h: Likewise.
9292         * lib/unictype/pr_xid_start.h: Likewise.
9293         * lib/unictype/pr_zero_width.h: Likewise.
9294         * lib/unictype/scripts.h: Likewise.
9295         * lib/unictype/scripts_byname.gperf: Likewise.
9296         * lib/unictype/sy_c_ident.h: Likewise.
9297         * lib/unictype/sy_c_whitespace.h: Likewise.
9298         * lib/unictype/sy_java_ident.h: Likewise.
9299         * lib/unictype/sy_java_whitespace.h: Likewise.
9300
9301         * lib/unictype/Makefile: New file.
9302         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
9303         glibc.
9304         * lib/unictype/3level.h: New file, copied from glibc.
9305         * lib/unictype/3levelbit.h: New file.
9306
9307 2007-11-11  Bruno Haible  <bruno@clisp.org>
9308
9309         * modules/gperf: New file.
9310         * modules/iconv_open (Depends-on): Add it.
9311         (Makefile.am): Remove the GPERF definition.
9312
9313 2007-11-11  Bruno Haible  <bruno@clisp.org>
9314
9315         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
9316         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
9317
9318 2007-11-11  Bruno Haible  <bruno@clisp.org>
9319
9320         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
9321         (usage): Remove function.
9322
9323 2007-11-11  Bruno Haible  <bruno@clisp.org>
9324
9325         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
9326         gl_FUNC_CEILF_LIBS.
9327         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
9328         gl_FUNC_CEIL_LIBS.
9329         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
9330         gl_FUNC_CEILL_LIBS.
9331         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
9332         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
9333         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
9334
9335 2007-11-11  Bruno Haible  <bruno@clisp.org>
9336
9337         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
9338         roundf were declared but do not exist on functions.
9339         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
9340         roundl were declared but do not exist on functions.
9341         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
9342         HAVE_FLOORL_AND_CEILL, respectively.
9343         Needed for Sun C on Solaris 10.
9344
9345 2007-11-11  Bruno Haible  <bruno@clisp.org>
9346
9347         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
9348         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
9349         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
9350         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
9351         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
9352         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9353         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
9354         HAVE_DECL_ROUNDF.
9355         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
9356         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
9357         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
9358         of HAVE_DECL_ROUND*.
9359         * modules/math (Makefile.am): Update.
9360
9361 2007-11-10  Bruno Haible  <bruno@clisp.org>
9362
9363         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
9364         ptrdiff_t as m4/intl.m4.
9365
9366 2007-11-10  Jim Meyering  <meyering@redhat.com>
9367
9368         Avoid link failure for the argmatch test.
9369         * tests/test-argmatch.c (usage): Define function to avoid a link
9370         failure: argmatch_die requires a usage function.
9371
9372 2007-11-09  Bruno Haible  <bruno@clisp.org>
9373
9374         * doc/functions/snprintf.texi: Mention BeOS deficiency.
9375         * doc/functions/vsnprintf.texi: Likewise.
9376         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
9377         with a size argument < 2.
9378
9379 2007-11-09  Bruno Haible  <bruno@clisp.org>
9380
9381         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
9382         buffer. Fixes an inefficiency introduced on 2007-11-03.
9383
9384 2007-11-09  Bruno Haible  <bruno@clisp.org>
9385
9386         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
9387         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
9388
9389 2007-11-08  Jim Meyering  <meyering@redhat.com>
9390
9391         Change cache variable name prefix "jm_" to "gl_" everywhere.
9392         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
9393         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
9394         * m4/uptime.m4: s/gl_/jm_/
9395
9396 2007-11-07  Bruno Haible  <bruno@clisp.org>
9397
9398         Update to GNU gettext 0.17.
9399         * m4/intl.m4: Update to GNU gettext 0.17.
9400         * m4/po.m4: Likewise.
9401         * modules/gettext (Files): Remove m4/ulonglong.m4.
9402         (configure.ac): Require gettext infrastructure from version 0.17.
9403
9404 2007-11-06  Bruno Haible  <bruno@clisp.org>
9405
9406         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
9407         symbolic values are not defined in a public header.
9408         * lib/freadable.c (freadable) [QNX]: Likewise.
9409         * lib/freadahead.c (freadahead) [QNX]: Likewise.
9410         * lib/freading.c (freading) [QNX]: Likewise.
9411         * lib/fseterr.c (fseterr) [QNX]: Likewise.
9412         * lib/fwritable.c (fwritable) [QNX]: Likewise.
9413         * lib/fwriting.c (fwriting) [QNX]: Likewise.
9414         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
9415         Reported by Alain Magloire.
9416
9417         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
9418
9419 2007-11-05  Bruno Haible  <bruno@clisp.org>
9420
9421         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
9422         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
9423         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
9424         Reported by Eric Blake.
9425
9426 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9427             Bruno Haible  <bruno@clisp.org>
9428
9429         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
9430         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
9431         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
9432         (malloc): Undefine also before including <stdlib.h>.
9433         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
9434         Needed on OSF/1 4.0.
9435
9436 2007-11-05  Jim Meyering  <meyering@redhat.com>
9437
9438         git-version-gen: sync from coreutils.
9439         * build-aux/git-version-gen: Add comments.
9440         Change the first '-' to '.' in the snapshot version string,
9441         e.g., 6.9-377-08144 -> 6.9.377-08144
9442         Remove first parameter.
9443         Don't declare a version "-dirty" merely because a time
9444         stamp has changed.
9445
9446 2007-11-04  Bruno Haible  <bruno@clisp.org>
9447
9448         * lib/lock.h: Protect all macro definitions containing an 'if'
9449         statement through a "do { ... } while (0)".
9450         * lib/tls.h: Likewise.
9451
9452 2007-11-04  Bruno Haible  <bruno@clisp.org>
9453
9454         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
9455
9456 2007-11-04  Bruno Haible  <bruno@clisp.org>
9457
9458         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
9459         * modules/fprintf-posix (Depends-on): Add nocrash.
9460         * modules/snprintf-posix (Depends-on): Likewise.
9461         * modules/sprintf-posix (Depends-on): Likewise.
9462         * modules/vasnprintf-posix (Depends-on): Likewise.
9463         * modules/vasprintf-posix (Depends-on): Likewise.
9464         * modules/vfprintf-posix (Depends-on): Likewise.
9465         * modules/vsnprintf-posix (Depends-on): Likewise.
9466         * modules/vsprintf-posix (Depends-on): Likewise.
9467         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9468         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9469         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9470         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9471         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9472         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9473         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9474
9475 2007-11-04  Bruno Haible  <bruno@clisp.org>
9476
9477         * modules/nocrash: New file.
9478         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
9479         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
9480
9481 2007-11-04  Bruno Haible  <bruno@clisp.org>
9482
9483         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
9484         precision handling.
9485         * tests/test-vasprintf-posix.c (test_function): Likewise.
9486         * tests/test-snprintf-posix.h (test_function): Likewise.
9487         * tests/test-sprintf-posix.h (test_function): Likewise.
9488
9489         Fix *printf behaviour for large precisions on mingw and BeOS.
9490         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
9491         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
9492         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
9493         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9494         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9495         gl_PRINTF_PRECISION and test its result. Invoke
9496         gl_PREREQ_VASNPRINTF_PRECISION.
9497         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9498         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9499         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9500         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9501         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9502         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9503         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9504         * doc/functions/fprintf.texi: Update.
9505         * doc/functions/printf.texi: Update.
9506         * doc/functions/snprintf.texi: Update.
9507         * doc/functions/sprintf.texi: Update.
9508         * doc/functions/vfprintf.texi: Update.
9509         * doc/functions/vprintf.texi: Update.
9510         * doc/functions/vsnprintf.texi: Update.
9511         * doc/functions/vsprintf.texi: Update.
9512
9513 2007-11-04  Bruno Haible  <bruno@clisp.org>
9514
9515         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
9516
9517 2007-11-04  Bruno Haible  <bruno@clisp.org>
9518
9519         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
9520         Reported by Sylvain Beucler <beuc@gnu.org>.
9521
9522 2007-11-03  Bruno Haible  <bruno@clisp.org>
9523
9524         * tests/test-fprintf-posix2.sh: New file.
9525         * tests/test-fprintf-posix2.c: New file.
9526         * modules/fprintf-posix-tests (Files): Add them.
9527         (TESTS): Add test-fprintf-posix2.sh.
9528         (configure.ac): Check for getrlimit and setrlimit.
9529         (check_PROGRAMS): Add test-fprintf-posix2.
9530
9531         * tests/test-printf-posix2.sh: New file.
9532         * tests/test-printf-posix2.c: New file.
9533         * modules/printf-posix-tests (Files): Add them.
9534         (TESTS): Add test-printf-posix2.sh.
9535         (configure.ac): Check for getrlimit and setrlimit.
9536         (check_PROGRAMS): Add test-printf-posix2.
9537
9538         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
9539         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
9540         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
9541         (decode_double): New function, copied from decode_long_double.
9542         (scale10_round_decimal_decoded): New function, extracted from
9543         scale10_round_decimal_long_double.
9544         (scale10_round_decimal_long_double): Use it.
9545         (scale10_round_decimal_double): New function.
9546         (floorlog10): New function.
9547         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
9548         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
9549         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9550         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9551         gl_PRINTF_ENOMEM and test its result. Invoke
9552         gl_PREREQ_VASNPRINTF_ENOMEM.
9553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9554         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9555         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9556         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9557         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9559         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9560         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
9561         * modules/snprintf-posix (Depends-on): Likewise.
9562         * modules/sprintf-posix (Depends-on): Likewise.
9563         * modules/vasnprintf-posix (Depends-on): Likewise.
9564         * modules/vasprintf-posix (Depends-on): Likewise.
9565         * modules/vfprintf-posix (Depends-on): Likewise.
9566         * modules/vsnprintf-posix (Depends-on): Likewise.
9567         * modules/vsprintf-posix (Depends-on): Likewise.
9568         * doc/functions/fprintf.texi: Update.
9569         * doc/functions/printf.texi: Update.
9570         * doc/functions/snprintf.texi: Update.
9571         * doc/functions/sprintf.texi: Update.
9572         * doc/functions/vfprintf.texi: Update.
9573         * doc/functions/vprintf.texi: Update.
9574         * doc/functions/vsnprintf.texi: Update.
9575         * doc/functions/vsprintf.texi: Update.
9576
9577 2007-11-03  Bruno Haible  <bruno@clisp.org>
9578
9579         * modules/frexp-nolibm-tests: New file.
9580
9581         * modules/frexp-nolibm: New file.
9582         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
9583
9584 2007-11-03  Bruno Haible  <bruno@clisp.org>
9585
9586         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
9587         value is C99 compliant.
9588         Needed for OSF/1 5.1.
9589
9590 2007-11-03  Bruno Haible  <bruno@clisp.org>
9591
9592         Fix out-of-memory handling of vasnprintf.
9593         * lib/printf-parse.c: Include <errno.h>.
9594         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
9595         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
9596         is already set.
9597
9598 2007-11-02  Eric Blake  <ebb9@byu.net>
9599
9600         Fix tests on cygwin.
9601         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
9602
9603 2007-11-01  Bruno Haible  <bruno@clisp.org>
9604
9605         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
9606         warning.
9607         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
9608         needed for POSIX compatibility.
9609
9610 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
9611
9612         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
9613         for compatibility with GNU.
9614
9615 2007-11-01  Bruno Haible  <bruno@clisp.org>
9616
9617         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
9618         (putenv): Renamed from rpl_putenv. Change argument type from
9619         'const char *' to 'char *'.
9620         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
9621         of defining putenv in config.h, just set REPLACE_PUTENV.
9622         * modules/putenv (Depends-on): Add stdlib.
9623         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9624         (Include): Use <stdlib.h>.
9625         * lib/stdlib.in.h (putenv): New declaration.
9626         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
9627         REPLACE_PUTENV.
9628         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
9629         REPLACE_PUTENV.
9630         Needed for MacOS X 10.5.0.
9631         Reported by Peter O'Gorman <peter@pogma.com>.
9632
9633 2007-11-01  Jim Meyering  <meyering@redhat.com>
9634
9635         Treat an empty date string exactly like "0".
9636         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
9637         if the remaining date string (to be parsed) is empty, use "0".
9638         Reported by Mischa Molhoek and discussed in this thread:
9639         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
9640
9641 2007-10-31  Bruno Haible  <bruno@clisp.org>
9642
9643         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
9644         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
9645         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
9646         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
9647         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
9648         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
9649
9650 2007-10-31  Bruno Haible  <bruno@clisp.org>
9651
9652         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
9653         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
9654         (AC_TYPE_LONG_LONG_INT): Use it.
9655         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
9656         it as well.
9657         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
9658         to m4/longlong.m4.
9659         * modules/stdint (Files): Remove m4/ulonglong.m4.
9660         * modules/strtoull (Files): Use m4/longlong.m4 instead of
9661         m4/ulonglong.m4.
9662         * modules/strtoumax (Files): Likewise.
9663
9664 2007-10-30  Bruno Haible  <bruno@clisp.org>
9665
9666         * modules/xvasprintf-posix: New file.
9667         Suggested by Eric Blake.
9668
9669 2007-10-30  Bruno Haible  <bruno@clisp.org>
9670
9671         * modules/xprintf-posix-tests: New file.
9672         * tests/test-xprintf-posix.sh: New file.
9673         * tests/test-xprintf-posix.c: New file.
9674         * tests/test-xfprintf-posix.c: New file.
9675
9676         * modules/xprintf-posix: New file.
9677
9678 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9679
9680         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
9681         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
9682         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
9683
9684 2007-10-29  Bruno Haible  <bruno@clisp.org>
9685
9686         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
9687         contain the special marker '_cv_'.
9688         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
9689         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
9690         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
9691         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
9692         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
9693         Reported by Ralf Wildenhues.
9694
9695 2007-10-29  Bruno Haible  <bruno@clisp.org>
9696
9697         * gnulib-tool (func_import): When --lgpl is not specified, set
9698         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
9699         GPLv3.
9700         Reported by Simon Josefsson.
9701
9702 2007-10-28  Bruno Haible  <bruno@clisp.org>
9703
9704         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
9705         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
9706         HAVE_DECL_ISFINITE.
9707         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
9708         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
9709         HAVE_DECL_ISFINITE.
9710
9711 2007-10-28  Bruno Haible  <bruno@clisp.org>
9712
9713         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
9714         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
9715
9716 2007-10-28  Bruno Haible  <bruno@clisp.org>
9717
9718         Fix link errors with Sun C 5.0 on Solaris 10.
9719         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
9720         function is declared but not present in the compiler's libm.
9721         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
9722         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
9723         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
9724         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
9725         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
9726         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
9727         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
9728         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
9729         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
9730         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
9731         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
9732         HAVE_DECL_FLOORL.
9733
9734 2007-10-28  Bruno Haible  <bruno@clisp.org>
9735
9736         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
9737         gl_FUNC_FLOORL. Cache the result.
9738         (gl_FUNC_FLOORL): Use it.
9739         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
9740         gl_FUNC_CEILL. Cache the result.
9741         (gl_FUNC_CEILL): Use it.
9742
9743         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
9744         gl_FUNC_FLOOR. Cache the result.
9745         (gl_FUNC_FLOOR): Use it.
9746         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
9747         gl_FUNC_CEIL. Cache the result.
9748         (gl_FUNC_CEIL): Use it.
9749
9750         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
9751         gl_FUNC_FLOORF. Cache the result.
9752         (gl_FUNC_FLOORF): Use it.
9753         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
9754         gl_FUNC_CEILF. Cache the result.
9755         (gl_FUNC_CEILF): Use it.
9756
9757 2007-10-28  Bruno Haible  <bruno@clisp.org>
9758
9759         * gnulib-tool: Allow specifying the LGPL version number through
9760         --lgpl=2 or --lgpl=3.
9761         (func_usage): Document --lgpl with argument.
9762         Handle --lgpl=... arguments.
9763         (func_import): Recognize also gl_LGPL calls with an argument. When
9764         --lgpl=2 is used and the module's license is just LGPL, report an
9765         error. Set sed_transform_lib_file according to the lgpl variable. In
9766         the generated files, use --lgpl or gl_LGPL invocations with argument,
9767         if necessary.
9768         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
9769         an LGPv2+ license.
9770         * doc/gnulib-tool.texi (Modified imports): Update explanation of
9771         gl_LGPL macro.
9772
9773 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9774             Bruno Haible  <bruno@clisp.org>
9775
9776         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
9777         (u16_uctomb_aux): Likewise.
9778         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
9779         !HAVE_INLINE.
9780         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
9781
9782 2007-10-28  Bruno Haible  <bruno@clisp.org>
9783
9784         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
9785         Invoke AM_GETTEXT_OPTION if it exists.
9786         * modules/vasprintf: Likewise.
9787         * modules/verror: Likewise.
9788         * modules/xprintf: Likewise.
9789         * modules/xvasprintf: Likewise.
9790
9791 2007-10-27  Ben Pfaff  <blp@gnu.org>
9792
9793         * lib/math.in.h: Define isfinite macro and prototypes for
9794         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
9795         implementations.
9796         * m4/math_h.m4: New substitutions for isfinite module.
9797         * lib/isfinite.c: New file.
9798         * m4/isfinite.m4: New file.
9799         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
9800         * modules/isfinite: New file.
9801         * modules/isfinite-tests: New file.
9802         * tests/tests-isfinite.c: New file.
9803         * doc/functions/isfinite.texi: Mention isfinite module.
9804         * MODULES.html.sh: Mention new module.
9805
9806 2007-10-27  Ben Pfaff  <blp@gnu.org>
9807
9808         Ralf Wildenhues reported that Tru64 4.0D declares the round
9809         functions but does not have definitions.
9810         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
9811         cannot be found in any library, set the output variable to
9812         "missing" instead of "".
9813         * m4/round.m4: Also use our substitute if we cannot find round in
9814         any library, even if it is declared.
9815         * m4/roundf.m4: Likewise for roundf.
9816         * m4/roundl.m4: Likewise for roundl.
9817         * lib/math.in.h: Undefine roundf, round, roundl before defining
9818         their replacements, to allow for hypothetical systems where these
9819         may be defined as macros but not available in libraries.
9820
9821 2007-10-27  Bruno Haible  <bruno@clisp.org>
9822
9823         * doc/gnulib.texi: Invoke @firstparagraphindent.
9824         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
9825         changes in gnulib.
9826         (Source changes): New section.
9827
9828 2007-10-26  Bruno Haible  <bruno@clisp.org>
9829
9830         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
9831         borrowed from autoconf.
9832
9833 2007-10-26  Bruno Haible  <bruno@clisp.org>
9834
9835         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
9836         strerror returned the empty string. Needed on HP-UX 11.00.
9837
9838 2007-10-24  Micah Cowan  <micah@cowan.name>
9839
9840         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
9841         * build-aux/bootstrap: Remove support for now-unnecessary option,
9842         --cvs-user, and envvars CVS_USER, CVS_RSH.
9843
9844 2007-10-24  Jim Meyering  <meyering@redhat.com>
9845
9846         Avoid diagnostics from sha1sum when there is no cached checksum.
9847         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
9848         if the po.s1 file hasn't been created yet.
9849
9850         * build-aux/bootstrap: Sync from coreutils:
9851         2007-10-24  Jim Meyering  <meyering@redhat.com>
9852         Get gnulib from the git repository, not from an obsolete cvs one.
9853         * build-aux/bootstrap: Suggestion from Micah Cowan.
9854         2007-10-04  Jim Meyering  <jim@meyering.net>
9855         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
9856         (update_po_files): Work also when there are no .po files in po/.
9857
9858 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9859
9860         * README: Append ".git" to git and cg examples.
9861         Problem reported by Benoit Sigoure.
9862
9863 2007-10-23  Micah Cowan  <micah@cowan.name>
9864
9865         * users.txt: Add wget.
9866
9867 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9868
9869         Fix linking of some unistdio tests on FreeBSD.
9870         * modules/unistdio/u16-vsnprintf-tests
9871         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
9872         * modules/unistdio/u16-vsprintf-tests
9873         (test_u16_vsnprintf1_LDADD): Likewise.
9874         * modules/unistdio/u32-vsnprintf-tests
9875         (test_u32_vsnprintf1_LDADD): Likewise.
9876         * modules/unistdio/u32-vsprintf-tests
9877         (test_u32_vsprintf1_LDADD): Likewise.
9878         * modules/unistdio/u8-vsnprintf-tests
9879         (test_u8_vsnprintf1_LDADD): Likewise.
9880         * modules/unistdio/u8-vsprintf-tests
9881         (test_u8_vsprintf1_LDADD): Likewise.
9882         * modules/unistdio/ulc-vsnprintf-tests
9883         (test_ulc_vsnprintf1_LDADD): Likewise.
9884         * modules/unistdio/ulc-vsprintf-tests
9885         (test_ulc_vsprintf1_LDADD): Likewise.
9886
9887         Fix linking of some uniconv tests on FreeBSD.
9888         * modules/uniconv/u16-conv-from-enc-tests
9889         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
9890         * modules/uniconv/u16-conv-to-enc-tests
9891         (test_u16_conv_to_enc_LDADD): Likewise.
9892         * modules/uniconv/u16-strconv-from-enc-tests
9893         (test_u16_strconv_from_enc_LDADD): Likewise.
9894         * modules/uniconv/u16-strconv-to-enc-tests
9895         (test_u16_strconv_to_enc_LDADD): Likewise.
9896         * modules/uniconv/u32-conv-from-enc-tests
9897         (test_u32_conv_from_enc_LDADD): Likewise.
9898         * modules/uniconv/u32-conv-to-enc-tests
9899         (test_u32_conv_to_enc_LDADD): Likewise.
9900         * modules/uniconv/u32-strconv-from-enc-tests
9901         (test_u32_strconv_from_enc_LDADD): Likewise.
9902         * modules/uniconv/u32-strconv-to-enc-tests
9903         (test_u32_strconv_to_enc_LDADD): Likewise.
9904         * modules/uniconv/u8-conv-from-enc-tests
9905         (test_u8_conv_from_enc_LDADD): Likewise.
9906         * modules/uniconv/u8-conv-to-enc-tests
9907         (test_u8_conv_to_enc_LDADD): Likewise.
9908         * modules/uniconv/u8-strconv-from-enc-tests
9909         (test_u8_strconv_from_enc_LDADD): Likewise.
9910         * modules/uniconv/u8-strconv-to-enc-tests
9911         (test_u8_strconv_to_enc_LDADD): Likewise.
9912
9913 2007-10-22  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
9916         size.
9917
9918 2007-10-22  Eric Blake  <ebb9@byu.net>
9919
9920         Tweak x*printf documentation.
9921         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
9922         variable name and comments.
9923         Suggested by Bruno Haible.
9924
9925 2007-10-22  Bruno Haible  <bruno@clisp.org>
9926
9927         * lib/acl.c (copy_acl): Fix file name in comment.
9928
9929 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         Fix Tru64 problem with stdbool.h.
9932         * lib/stdbool.in.h (false, true):
9933         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
9934         Don't declare as an enum in this situation; it runs afoul of Tru64.
9935         Problem reported by Steven M. Schweda in
9936         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
9937
9938 2007-10-22  Eric Blake  <ebb9@byu.net>
9939
9940         Also wrap vf?printf.
9941         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
9942         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
9943         (xvprintf, xvfprintf): New functions.
9944
9945 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9946
9947         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
9948         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
9949
9950         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
9951         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
9952
9953 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9954
9955         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
9956         by Bruno Haible.
9957
9958 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9959
9960         * lib/getloadavg.c
9961         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
9962         Undef `sys' after including sys/table.h, for Tru64 4.0D.
9963
9964         * tests/test-i-ring.c: Work for C89.
9965
9966 2007-10-22  Bruno Haible  <bruno@clisp.org>
9967
9968         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
9969         -1u, in preprocessor expression, so that we don't test for the bug
9970         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
9971         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
9972
9973 2007-10-22  Eric Blake  <ebb9@byu.net>
9974
9975         * tests/test-yesno.sh: Silence stderr during test.
9976
9977 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9978
9979         * modules/crypto/gc-camellia: New file.
9980
9981         * m4/gc-camellia.m4: New file.
9982
9983         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
9984
9985         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
9986
9987 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9988
9989         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
9990         --help to stdout.  Reported by sms@antinode.org (Steven
9991         M. Schweda).
9992
9993 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9994
9995         * users.txt: Fix link to libksba.
9996
9997 2007-10-21  Ben Pfaff  <blp@gnu.org>
9998
9999         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
10000         round.c roundf implementation that depends on floorf and ceilf to
10001         be tested unconditionally.
10002
10003 2007-10-21  Ben Pfaff  <blp@gnu.org>
10004
10005         * m4/check-libm-func.m4: Removed.
10006         * m4/check-math-lib.m4: New file.
10007         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
10008         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
10009         definition and lack of AC_LIBOBJ([roundf]).
10010         * m4/roundl.m4: Ditto, and similarly for roundl.
10011         * modules/round: Reference new m4 file.
10012         * modules/roundf: Ditto.
10013         * modules/roundl: Ditto.
10014         * tests/test-round2.c (main): Use ROUND instead of round.
10015         Bug report from Bruno Haible.
10016
10017 2007-10-21  Bruno Haible  <bruno@clisp.org>
10018
10019         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
10020         context.
10021
10022 2007-10-21  Bruno Haible  <bruno@clisp.org>
10023
10024         * tests/test-wcwidth.c (main): Allow negative result for some control
10025         characters.
10026
10027         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10028         Needed on OSF/1 5.1.
10029
10030 2007-10-21  Bruno Haible  <bruno@clisp.org>
10031
10032         * tests/test-floorf1.c: Include isnanf.h.
10033         (main): Use isnanf() instead of isnan().
10034         * tests/test-ceilf1.c: Include isnanf.h.
10035         (main): Use isnanf() instead of isnan().
10036         * tests/test-truncf1.c: Include isnanf.h.
10037         (main): Use isnanf() instead of isnan().
10038         * tests/test-roundf1.c: Include isnanf.h.
10039         (main): Use isnanf() instead of isnan().
10040
10041 2007-10-21  Eric Blake  <ebb9@byu.net>
10042
10043         * users.txt: Update URL for m4.
10044
10045 2007-10-21  Bruno Haible  <bruno@clisp.org>
10046
10047         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10048
10049 2007-10-21  Bruno Haible  <bruno@clisp.org>
10050
10051         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10052         Git's management files if the CVS files are not present.
10053
10054 2007-10-20  Bruno Haible  <bruno@clisp.org>
10055
10056         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10057         gcc-3.4.x.
10058
10059 2007-10-20  Ben Pfaff  <blp@gnu.org>
10060
10061         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10062         implementations.
10063         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10064         * lib/round.c: New file.
10065         * lib/roundf.c: New file.
10066         * lib/roundl.c: New file.
10067         * m4/round.m4: New file.
10068         * m4/roundf.m4: New file.
10069         * m4/roundl.m4: New file.
10070         * m4/check-libm-func-m4: New file.
10071         * modules/math: Replace round, roundf, roundl related @VARS@ in
10072         math.in.h.
10073         * modules/round: New file.
10074         * modules/round-tests: New file.
10075         * modules/roundf: New file.
10076         * modules/roundf-tests: New file.
10077         * modules/roundl: New file.
10078         * modules/roundl-tests: New file.
10079         * tests/test-round1.c: New file.
10080         * tests/test-round2.c: New file.
10081         * tests/test-roundf1.c: New file.
10082         * tests/test-roundf2.c: New file.
10083         * tests/test-roundl.c: New file.
10084         * doc/functions/round.texi: Mention round module.
10085         * doc/functions/roundf.texi: Mention roundf module.
10086         * doc/functions/roundl.texi: Mention roundl module.
10087         * MODULES.html.sh: Mention new modules.
10088         Thanks to Bruno Haible for suggestions.
10089
10090 2007-10-20  Jim Meyering  <meyering@redhat.com>
10091
10092         * lib/xprintf.c: Include <config.h> unconditionally.
10093
10094         Change xprintf's license to GPL.
10095         * modules/xprintf (License): s/LGPL/GPL/, since this module
10096         depends on modules (exit and exitfail) which are GPL.
10097         Suggestion from Bruno Haible.
10098
10099         xprintf fixes.
10100         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10101         Use a clearer diagnostic.
10102         Patch from Bruno Haible.
10103
10104 2007-10-20  Bruno Haible  <bruno@clisp.org>
10105
10106         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10107         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10108         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10109
10110 2007-10-20  Bruno Haible  <bruno@clisp.org>
10111
10112         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10113         precision in the comparison result > x - 1 or similar.
10114         * tests/test-ceilf2.c (correct_result_p): Likewise.
10115         * tests/test-truncf2.c (correct_result_p): Likewise.
10116         * tests/test-trunc2.c (correct_result_p): Likewise.
10117         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10118
10119 2007-10-20  Bruno Haible  <bruno@clisp.org>
10120
10121         * modules/ceil: New file.
10122         * m4/ceil.m4: New file.
10123         * doc/functions/ceil.texi: Mention the 'ceil' module.
10124
10125 2007-10-20  Bruno Haible  <bruno@clisp.org>
10126
10127         * modules/floor: New file.
10128         * m4/floor.m4: New file.
10129         * doc/functions/floor.texi: Mention the 'floor' module.
10130
10131 2007-10-20  Bruno Haible  <bruno@clisp.org>
10132
10133         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10134         of %a.
10135         * modules/floorf-tests (Depends-on): Likewise.
10136         * modules/truncf-tests (Depends-on): Likewise.
10137         * modules/trunc-tests (Depends-on): Likewise.
10138         Reported by Ben Pfaff.
10139
10140 2007-10-19  Jim Meyering  <meyering@redhat.com>
10141
10142         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10143         Don't bother testing specific errno values.  Just test ferror.
10144
10145         New module: xprintf
10146         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10147
10148 2007-10-19  Bruno Haible  <bruno@clisp.org>
10149
10150         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10151         syntax.
10152         * modules/javaexec (Makefile.am): Likewise.
10153         * modules/relocatable-prog (Makefile.am): Likewise.
10154         Suggested by Jim Meyering.
10155
10156 2007-10-18  Bruno Haible  <bruno@clisp.org>
10157
10158         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10159         Reported by Jim Meyering.
10160
10161 2007-10-18  Eric Blake  <ebb9@byu.net>
10162
10163         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10164
10165 2007-10-18  Bruno Haible  <bruno@clisp.org>
10166
10167         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10168         the format string into writable memory. Needed in Fortify conditions.
10169
10170 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10171             Bruno Haible  <bruno@clisp.org>
10172
10173         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10174         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10175         * modules/trim (Depends-on): Add mbchar.
10176         (configure.ac): Add gl_FUNC_MBRTOWC.
10177         (Makefile.am): Augment lib_SOURCES.
10178
10179 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         Modify glob.c to use fstatat and dirfd, to simplify it.
10182         Suggested by Eric Blake.
10183         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10184         Don't include <stdbool.h>; not used.
10185         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10186         (link_exists_p): Simplify implementation, since we can now assume
10187         dirfd and fstatat.
10188         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10189
10190 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10191
10192         * gnulib-tool (func_get_dependencies): Fix sed script to
10193         match only tests.
10194
10195 2007-10-17  Bruno Haible  <bruno@clisp.org>
10196
10197         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10198         allow locale names without encoding suffix.
10199         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10200         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10201
10202 2007-10-16  Bruno Haible  <bruno@clisp.org>
10203
10204         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
10205         * lib/getgroups.c (getgroups): Likewise.
10206         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
10207
10208 2007-10-16  Bruno Haible  <bruno@clisp.org>
10209
10210         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
10211         * modules/malloc-posix (License): Likewise.
10212         * modules/realloc-posix (License): Likewise.
10213         * modules/calloc-posix (License): Likewise.
10214         * modules/intprops (License): Change from GPL to LGPL, with
10215         Paul Eggert's approval.
10216
10217 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10218
10219         Merge glibc changes into lib/glob.c.
10220
10221         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
10222         2007-10-15 04:59:03 UTC.  Here are the changes:
10223
10224         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
10225
10226         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
10227
10228         * lib/glob.c: Add some branch prediction throughout.
10229
10230         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
10231
10232         [BZ #5103]
10233         * lib/glob.c (glob): Recognize patterns starting \/.
10234
10235         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10236
10237         [BZ #3996]
10238         * lib/glob.c (attribute_hidden): Define if not defined.
10239         (glob): Unescape dirname, filename or username when needed and not
10240         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10241         is NULL.  Handle unescaped [ in pattern without closing ].
10242         Don't pass GLOB_CHECK down to recursive glob for directories.
10243         (__glob_pattern_type): New function.
10244         (__glob_pattern_p): Implement using __glob_pattern_type.
10245         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10246         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10247         Remove unreachable code.
10248
10249         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10250
10251         * lib/glob.c (glob_in_dir): Add some comments and asserts to
10252         explain why there are no leaks.
10253
10254         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10255
10256         [BZ #3253]
10257         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10258         time, rather allocate increasingly bigger arrays of pointers, if
10259         possible with alloca, if too large with malloc.
10260
10261 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10262
10263         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
10264         Problem reported by H.Merijn Brand in
10265         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
10266         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
10267         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10268
10269 2007-10-15  Bruno Haible  <bruno@clisp.org>
10270
10271         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
10272         with explicit rpl_ prefix.
10273         * lib/fopen.c (fopen): Likewise.
10274         * lib/freopen.c (freopen): Likewise.
10275         * lib/iconv.c (iconv): Likewise.
10276         * lib/iconv_close.c (iconv_close): Likewise.
10277
10278 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10279
10280         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
10281
10282 2007-10-15  Bruno Haible  <bruno@clisp.org>
10283
10284         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
10285         <stddef.h> instead of <stdlib.h> since we only need NULL.
10286         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10287
10288 2007-10-15  Bruno Haible  <bruno@clisp.org>
10289
10290         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
10291         Replace paragraph talking about LIBOBJS.
10292         Reported by Colin Watson <cjwatson@debian.org>.
10293
10294 2007-10-15  Bruno Haible  <bruno@clisp.org>
10295
10296         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10297         <stdlib.h> before using NULL.
10298
10299 2007-10-15  Simon Josefsson  <simon@josefsson.org>
10300
10301         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
10302         Reported by Albert Chin <china@thewrittenword.com>.
10303
10304 2007-10-14  Bruno Haible  <bruno@clisp.org>
10305
10306         * modules/iconv_open-utf-tests: New file.
10307         * tests/test-iconv-utf.c: New file.
10308
10309         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
10310         * modules/iconv_open-utf: New file.
10311         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
10312         (iconv, iconv_close): New declarations.
10313         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
10314         be defined.
10315         (iconv_open): Add special handling of conversion between UTF-8 and
10316         UTF-{16,32}{BE,LE}.
10317         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
10318         * lib/iconv_close.c: New file.
10319         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
10320         gl_FUNC_ICONV_OPEN.
10321         (gl_FUNC_ICONV_OPEN): Use it.
10322         (gl_FUNC_ICONV_OPEN_UTF): New macro.
10323         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
10324         and REPLACE_ICONV_UTF.
10325         * modules/iconv_open (Depends-on): Add c-strcase.
10326         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
10327         ICONV_CONST.
10328         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
10329
10330 2007-10-13  Albert Chin  <china@thewrittenword.com>
10331             Bruno Haible  <bruno@clisp.org>
10332
10333         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
10334         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
10335
10336 2007-10-13  Bruno Haible  <bruno@clisp.org>
10337
10338         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
10339         defined, use the ISO C99 inline semantics.
10340         * lib/argp.h (ARGP_EI): Likewise.
10341
10342 2007-10-13  Bruno Haible  <bruno@clisp.org>
10343
10344         Handle 'inline' change in gcc 4.3.0.
10345         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
10346         argp_fmtstream_write, argp_fmtstream_set_lmargin,
10347         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
10348         argp_fmtstream_point): Disable 'extern' declaration if the function
10349         definition is going to be provided inline.
10350         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
10351         semantics, not the ISO C99 inline semantics.
10352         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
10353         'extern' declaration if the function definition is going to be provided
10354         inline.
10355         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
10356         the GNU C inline semantics, not the ISO C99 inline semantics. With
10357         GCC 4.2, avoid a warning.
10358
10359 2007-10-13  Bruno Haible  <bruno@clisp.org>
10360
10361         * lib/freading.h (freading): Enable the use of __freading for
10362         glibc >= 2.7.
10363         * lib/freading.c (freading): Likewise.
10364
10365 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10366
10367         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10368         "warning: C99 inline functions are not supported; using GNU89".
10369
10370 2007-10-12  Bruno Haible  <bruno@clisp.org>
10371
10372         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
10373         of 2.
10374         * tests/test-ceilf2.c: New file.
10375         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
10376
10377         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
10378         * modules/ceilf-tests: Update.
10379
10380 2007-10-12  Bruno Haible  <bruno@clisp.org>
10381
10382         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
10383         of 2.
10384         * tests/test-floorf2.c: New file.
10385         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
10386
10387         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
10388         * modules/floorf-tests: Update.
10389
10390 2007-10-12  Bruno Haible  <bruno@clisp.org>
10391
10392         * tests/test-trunc2.c: New file.
10393         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
10394
10395         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
10396         * modules/trunc-tests: Update.
10397
10398 2007-10-12  Bruno Haible  <bruno@clisp.org>
10399
10400         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
10401         of 2.
10402         * tests/test-truncf2.c: New file.
10403         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
10404
10405         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
10406         * modules/truncf-tests: Update.
10407
10408 2007-10-11  Eric Blake  <ebb9@byu.net>
10409
10410         Don't claim strerror is broken on Interix.
10411         * doc/functions/strerror.texi (strerror): Known broken systems are
10412         now Solaris 8, and not Interix.
10413         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
10414         Interix on cross-compile.
10415         Reported by Martin Koeppe in
10416         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
10417
10418 2007-10-11  Bruno Haible  <bruno@clisp.org>
10419
10420         * modules/i-ring-tests: New file.
10421         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
10422         instead of assert.
10423
10424 2007-10-11  Bruno Haible  <bruno@clisp.org>
10425
10426         * modules/filenamecat-tests: New file.
10427         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
10428         * lib/filenamecat.c: Remove test code.
10429
10430 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10431
10432         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
10433
10434         * lib/strerror.c: Include <string.h> always, to test interface,
10435         and to remove the need for the dummy.
10436         Include intprops.h to compute width instead of doing it ourselves
10437         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
10438         (strerror): Define it to return NULL if there's no system strerror.
10439         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
10440         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
10441         ancient pre-strerror Unix systems well any more.  Saying "unknown
10442         system error" is enough.
10443         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
10444         simpler strerror.c implementation.
10445         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
10446         Simplify the tests to reflect the simpler strerror implementation.
10447         * modules/strerror (Depends-on): Add intprops.
10448
10449 2007-10-09  Eric Blake  <ebb9@byu.net>
10450
10451         Silence test-fpending.
10452         * modules/fpending-tests (Files): Add wrapper script.
10453         * tests/test-fpending.sh: New file.
10454
10455 2007-10-09  Bruno Haible  <bruno@clisp.org>
10456
10457         * MODULES.html.sh (func_module): Don't create a hyperlink for
10458         function names like 'printf_frexp'.
10459         (Misc): Add crc, memxor.
10460         (Characteristics of floating types): New section.
10461         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
10462         isnanf-nolibm, signbit, trunc, truncf, truncl.
10463         (Enhancements for ISO C 99 functions): New subsection Input/output.
10464         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
10465         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
10466         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
10467         (Compatibility checks for POSIX:2001 functions): Add clock-time.
10468         (Enhancements for POSIX:2001 functions): Add chdir-long.
10469         (File system functions): Add areadlink, chdir-safer, read-file.
10470         Remove cycle-check.
10471         (File system as inode set): New section.
10472         (Date and time): Add gethrxtime.
10473         (Multithreading): Add openmp.
10474         (Internationalization functions): Add localename.
10475         (Unicode string functions): Add unistr/u*-mbsnlen.
10476         (Support for maintaining and releasing projects): Add git-version-gen.
10477         (Lone files): Remove directories.
10478
10479 2007-10-08  Ben Pfaff  <blp@gnu.org>
10480
10481         * lib/xmalloca.h: Fix typo in comment.
10482
10483 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10484
10485         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
10486         when avoiding problems with integer overflow.  Use a portable test
10487         instead.
10488
10489 2007-10-08  Simon Josefsson  <simon@josefsson.org>
10490
10491         * modules/dummy (License): Change to LGPLv2+.
10492         * modules/float (License): Likewise
10493         * modules/realloc (License): Likewise
10494         * modules/stdlib (License): Likewise
10495
10496 2007-10-07  Bruno Haible  <bruno@clisp.org>
10497
10498         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
10499         * floor.c (TWO_MANT_DIG): Likewise.
10500         * ceil.c (TWO_MANT_DIG): Likewise.
10501         Reported by Ben Pfaff.
10502
10503 2007-10-07  Bruno Haible  <bruno@clisp.org>
10504
10505         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
10506         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
10507         * lib/frexp.c (FUNC): Likewise.
10508         * lib/printf-frexp.h (printf_frexp): Likewise.
10509         * lib/printf-frexpl.h (printf_frexpl): Likewise.
10510         * lib/printf-frexp.c (FUNC): Likewise.
10511         Suggested by Jim Meyering.
10512
10513 2007-10-07  Jim Meyering  <meyering@redhat.com>
10514
10515         Make xnanosleep's integer overflow test more robust.
10516         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
10517         so that gcc-4.3.0 doesn't optimize away this test for overflow.
10518
10519 2007-10-07  Bruno Haible  <bruno@clisp.org>
10520
10521         * NEWS: Mention the license change.
10522
10523         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
10524         abbreviations in the modules files.
10525
10526         Change copyright notice from GPLv2+ to GPLv3+.
10527         * README: Change copyright notice.
10528         * MODULES.html.sh: Likewise.
10529         * build-aux/bootstrap.conf: Likewise.
10530         * build-aux/config.libpath: Likewise.
10531         * build-aux/csharpcomp.sh.in: Likewise.
10532         * build-aux/csharpexec.sh.in: Likewise.
10533         * build-aux/install-reloc: Likewise.
10534         * build-aux/javacomp.sh.in: Likewise.
10535         * build-aux/javaexec.sh.in: Likewise.
10536         * build-aux/ldd.sh.in: Likewise.
10537         * build-aux/reloc-ldflags: Likewise.
10538         * build-aux/relocatable.sh.in: Likewise.
10539         * build-aux/x-to-1.in: Likewise.
10540         * check-module: Likewise.
10541         * config/srclistvars.sh: Likewise.
10542         * gnulib-tool: Likewise.
10543         * lib/acl-internal.h: Likewise.
10544         * lib/acl.c: Likewise.
10545         * lib/acl.h: Likewise.
10546         * lib/acl_entries.c: Likewise.
10547         * lib/areadlink-with-size.c: Likewise.
10548         * lib/areadlink.c: Likewise.
10549         * lib/areadlink.h: Likewise.
10550         * lib/argmatch.c: Likewise.
10551         * lib/argmatch.h: Likewise.
10552         * lib/argp-ba.c: Likewise.
10553         * lib/argp-eexst.c: Likewise.
10554         * lib/argp-fmtstream.c: Likewise.
10555         * lib/argp-fmtstream.h: Likewise.
10556         * lib/argp-fs-xinl.c: Likewise.
10557         * lib/argp-help.c: Likewise.
10558         * lib/argp-namefrob.h: Likewise.
10559         * lib/argp-parse.c: Likewise.
10560         * lib/argp-pin.c: Likewise.
10561         * lib/argp-pv.c: Likewise.
10562         * lib/argp-pvh.c: Likewise.
10563         * lib/argp-xinl.c: Likewise.
10564         * lib/argp.h: Likewise.
10565         * lib/at-func.c: Likewise.
10566         * lib/atanl.c: Likewise.
10567         * lib/backupfile.c: Likewise.
10568         * lib/backupfile.h: Likewise.
10569         * lib/basename.c: Likewise.
10570         * lib/binary-io.h: Likewise.
10571         * lib/byteswap.in.h: Likewise.
10572         * lib/c-stack.c: Likewise.
10573         * lib/c-stack.h: Likewise.
10574         * lib/c-strcasestr.c: Likewise.
10575         * lib/c-strcasestr.h: Likewise.
10576         * lib/c-strstr.c: Likewise.
10577         * lib/c-strstr.h: Likewise.
10578         * lib/c-strtod.c: Likewise.
10579         * lib/calloc.c: Likewise.
10580         * lib/canon-host.c: Likewise.
10581         * lib/canon-host.h: Likewise.
10582         * lib/canonicalize-lgpl.c: Likewise.
10583         * lib/canonicalize.c: Likewise.
10584         * lib/canonicalize.h: Likewise.
10585         * lib/ceil.c: Likewise.
10586         * lib/ceilf.c: Likewise.
10587         * lib/ceill.c: Likewise.
10588         * lib/chdir-long.c: Likewise.
10589         * lib/chdir-long.h: Likewise.
10590         * lib/chdir-safer.c: Likewise.
10591         * lib/chdir-safer.h: Likewise.
10592         * lib/chown.c: Likewise.
10593         * lib/classpath.c: Likewise.
10594         * lib/classpath.h: Likewise.
10595         * lib/clean-temp.c: Likewise.
10596         * lib/clean-temp.h: Likewise.
10597         * lib/cloexec.c: Likewise.
10598         * lib/close-stream.c: Likewise.
10599         * lib/closein.c: Likewise.
10600         * lib/closein.h: Likewise.
10601         * lib/closeout.c: Likewise.
10602         * lib/closeout.h: Likewise.
10603         * lib/concat-filename.c: Likewise.
10604         * lib/copy-file.c: Likewise.
10605         * lib/copy-file.h: Likewise.
10606         * lib/count-one-bits.h: Likewise.
10607         * lib/crc.c: Likewise.
10608         * lib/crc.h: Likewise.
10609         * lib/creat-safer.c: Likewise.
10610         * lib/csharpcomp.c: Likewise.
10611         * lib/csharpcomp.h: Likewise.
10612         * lib/csharpexec.c: Likewise.
10613         * lib/csharpexec.h: Likewise.
10614         * lib/cycle-check.c: Likewise.
10615         * lib/cycle-check.h: Likewise.
10616         * lib/diacrit.c: Likewise.
10617         * lib/diacrit.h: Likewise.
10618         * lib/diffseq.h: Likewise.
10619         * lib/dirchownmod.c: Likewise.
10620         * lib/dirent.in.h: Likewise.
10621         * lib/dirfd.c: Likewise.
10622         * lib/dirfd.h: Likewise.
10623         * lib/dirname.c: Likewise.
10624         * lib/dirname.h: Likewise.
10625         * lib/dummy.c: Likewise.
10626         * lib/dup-safer.c: Likewise.
10627         * lib/dup2.c: Likewise.
10628         * lib/eealloc.h: Likewise.
10629         * lib/error.c: Likewise.
10630         * lib/error.h: Likewise.
10631         * lib/euidaccess.c: Likewise.
10632         * lib/exclude.c: Likewise.
10633         * lib/exclude.h: Likewise.
10634         * lib/execute.c: Likewise.
10635         * lib/execute.h: Likewise.
10636         * lib/exitfail.c: Likewise.
10637         * lib/exitfail.h: Likewise.
10638         * lib/expl.c: Likewise.
10639         * lib/fatal-signal.c: Likewise.
10640         * lib/fatal-signal.h: Likewise.
10641         * lib/fbufmode.c: Likewise.
10642         * lib/fbufmode.h: Likewise.
10643         * lib/fchdir.c: Likewise.
10644         * lib/fchmodat.c: Likewise.
10645         * lib/fchownat.c: Likewise.
10646         * lib/fcntl--.h: Likewise.
10647         * lib/fcntl-safer.h: Likewise.
10648         * lib/fcntl.in.h: Likewise.
10649         * lib/fd-safer.c: Likewise.
10650         * lib/fflush.c: Likewise.
10651         * lib/file-has-acl.c: Likewise.
10652         * lib/file-set.c: Likewise.
10653         * lib/file-type.c: Likewise.
10654         * lib/file-type.h: Likewise.
10655         * lib/fileblocks.c: Likewise.
10656         * lib/filemode.c: Likewise.
10657         * lib/filemode.h: Likewise.
10658         * lib/filename.h: Likewise.
10659         * lib/filenamecat.c: Likewise.
10660         * lib/filenamecat.h: Likewise.
10661         * lib/findprog.c: Likewise.
10662         * lib/findprog.h: Likewise.
10663         * lib/float.in.h: Likewise.
10664         * lib/floor.c: Likewise.
10665         * lib/floorf.c: Likewise.
10666         * lib/floorl.c: Likewise.
10667         * lib/fopen-safer.c: Likewise.
10668         * lib/fopen.c: Likewise.
10669         * lib/fpending.c: Likewise.
10670         * lib/fpending.h: Likewise.
10671         * lib/fprintf.c: Likewise.
10672         * lib/fprintftime.h: Likewise.
10673         * lib/fpucw.h: Likewise.
10674         * lib/fpurge.c: Likewise.
10675         * lib/fpurge.h: Likewise.
10676         * lib/freadable.c: Likewise.
10677         * lib/freadable.h: Likewise.
10678         * lib/freadahead.c: Likewise.
10679         * lib/freadahead.h: Likewise.
10680         * lib/freading.c: Likewise.
10681         * lib/freading.h: Likewise.
10682         * lib/free.c: Likewise.
10683         * lib/freopen.c: Likewise.
10684         * lib/frexp.c: Likewise.
10685         * lib/frexpl.c: Likewise.
10686         * lib/fseek.c: Likewise.
10687         * lib/fseterr.c: Likewise.
10688         * lib/fseterr.h: Likewise.
10689         * lib/fstatat.c: Likewise.
10690         * lib/fstrcmp.c: Likewise.
10691         * lib/fstrcmp.h: Likewise.
10692         * lib/fsusage.c: Likewise.
10693         * lib/fsusage.h: Likewise.
10694         * lib/ftell.c: Likewise.
10695         * lib/ftello.c: Likewise.
10696         * lib/fts-cycle.c: Likewise.
10697         * lib/fts.c: Likewise.
10698         * lib/fts_.h: Likewise.
10699         * lib/full-read.c: Likewise.
10700         * lib/full-read.h: Likewise.
10701         * lib/full-write.c: Likewise.
10702         * lib/full-write.h: Likewise.
10703         * lib/fwritable.c: Likewise.
10704         * lib/fwritable.h: Likewise.
10705         * lib/fwriteerror.c: Likewise.
10706         * lib/fwriteerror.h: Likewise.
10707         * lib/fwriting.c: Likewise.
10708         * lib/fwriting.h: Likewise.
10709         * lib/gcd.c: Likewise.
10710         * lib/gcd.h: Likewise.
10711         * lib/getcwd.c: Likewise.
10712         * lib/getdate.h: Likewise.
10713         * lib/getdate.y: Likewise.
10714         * lib/getdomainname.c: Likewise.
10715         * lib/getdomainname.h: Likewise.
10716         * lib/getgroups.c: Likewise.
10717         * lib/gethostname.c: Likewise.
10718         * lib/gethrxtime.c: Likewise.
10719         * lib/gethrxtime.h: Likewise.
10720         * lib/getloadavg.c: Likewise.
10721         * lib/getndelim2.c: Likewise.
10722         * lib/getndelim2.h: Likewise.
10723         * lib/getnline.c: Likewise.
10724         * lib/getnline.h: Likewise.
10725         * lib/getopt.c: Likewise.
10726         * lib/getopt.in.h: Likewise.
10727         * lib/getopt1.c: Likewise.
10728         * lib/getopt_int.h: Likewise.
10729         * lib/getpagesize.h: Likewise.
10730         * lib/getsubopt.c: Likewise.
10731         * lib/gettime.c: Likewise.
10732         * lib/getugroups.c: Likewise.
10733         * lib/getugroups.h: Likewise.
10734         * lib/getusershell.c: Likewise.
10735         * lib/gl_anyavltree_list1.h: Likewise.
10736         * lib/gl_anyavltree_list2.h: Likewise.
10737         * lib/gl_anyhash_list1.h: Likewise.
10738         * lib/gl_anyhash_list2.h: Likewise.
10739         * lib/gl_anylinked_list1.h: Likewise.
10740         * lib/gl_anylinked_list2.h: Likewise.
10741         * lib/gl_anyrbtree_list1.h: Likewise.
10742         * lib/gl_anyrbtree_list2.h: Likewise.
10743         * lib/gl_anytree_list1.h: Likewise.
10744         * lib/gl_anytree_list2.h: Likewise.
10745         * lib/gl_anytree_oset.h: Likewise.
10746         * lib/gl_anytreehash_list1.h: Likewise.
10747         * lib/gl_anytreehash_list2.h: Likewise.
10748         * lib/gl_array_list.c: Likewise.
10749         * lib/gl_array_list.h: Likewise.
10750         * lib/gl_array_oset.c: Likewise.
10751         * lib/gl_array_oset.h: Likewise.
10752         * lib/gl_avltree_list.c: Likewise.
10753         * lib/gl_avltree_list.h: Likewise.
10754         * lib/gl_avltree_oset.c: Likewise.
10755         * lib/gl_avltree_oset.h: Likewise.
10756         * lib/gl_avltreehash_list.c: Likewise.
10757         * lib/gl_avltreehash_list.h: Likewise.
10758         * lib/gl_carray_list.c: Likewise.
10759         * lib/gl_carray_list.h: Likewise.
10760         * lib/gl_linked_list.c: Likewise.
10761         * lib/gl_linked_list.h: Likewise.
10762         * lib/gl_linkedhash_list.c: Likewise.
10763         * lib/gl_linkedhash_list.h: Likewise.
10764         * lib/gl_list.c: Likewise.
10765         * lib/gl_list.h: Likewise.
10766         * lib/gl_oset.c: Likewise.
10767         * lib/gl_oset.h: Likewise.
10768         * lib/gl_rbtree_list.c: Likewise.
10769         * lib/gl_rbtree_list.h: Likewise.
10770         * lib/gl_rbtree_oset.c: Likewise.
10771         * lib/gl_rbtree_oset.h: Likewise.
10772         * lib/gl_rbtreehash_list.c: Likewise.
10773         * lib/gl_rbtreehash_list.h: Likewise.
10774         * lib/gl_sublist.c: Likewise.
10775         * lib/gl_sublist.h: Likewise.
10776         * lib/group-member.c: Likewise.
10777         * lib/group-member.h: Likewise.
10778         * lib/hard-locale.c: Likewise.
10779         * lib/hard-locale.h: Likewise.
10780         * lib/hash-pjw.c: Likewise.
10781         * lib/hash-pjw.h: Likewise.
10782         * lib/hash-triple.c: Likewise.
10783         * lib/hash.c: Likewise.
10784         * lib/hash.h: Likewise.
10785         * lib/human.c: Likewise.
10786         * lib/human.h: Likewise.
10787         * lib/i-ring.c: Likewise.
10788         * lib/i-ring.h: Likewise.
10789         * lib/idcache.c: Likewise.
10790         * lib/imaxabs.c: Likewise.
10791         * lib/imaxdiv.c: Likewise.
10792         * lib/inet_pton.c: Likewise.
10793         * lib/inet_pton.h: Likewise.
10794         * lib/intprops.h: Likewise.
10795         * lib/inttostr.c: Likewise.
10796         * lib/inttostr.h: Likewise.
10797         * lib/inttypes.in.h: Likewise.
10798         * lib/isapipe.c: Likewise.
10799         * lib/isdir.c: Likewise.
10800         * lib/isnan.c: Likewise.
10801         * lib/isnan.h: Likewise.
10802         * lib/isnanf.c: Likewise.
10803         * lib/isnanf.h: Likewise.
10804         * lib/isnanl-nolibm.h: Likewise.
10805         * lib/isnanl.c: Likewise.
10806         * lib/isnanl.h: Likewise.
10807         * lib/javacomp.c: Likewise.
10808         * lib/javacomp.h: Likewise.
10809         * lib/javaexec.c: Likewise.
10810         * lib/javaexec.h: Likewise.
10811         * lib/javaversion.c: Likewise.
10812         * lib/javaversion.h: Likewise.
10813         * lib/javaversion.java: Likewise.
10814         * lib/lbrkprop.h: Likewise.
10815         * lib/lchmod.h: Likewise.
10816         * lib/lchown.c: Likewise.
10817         * lib/ldexpl.c: Likewise.
10818         * lib/linebreak.c: Likewise.
10819         * lib/linebreak.h: Likewise.
10820         * lib/linebuffer.c: Likewise.
10821         * lib/linebuffer.h: Likewise.
10822         * lib/locale.in.h: Likewise.
10823         * lib/logl.c: Likewise.
10824         * lib/long-options.c: Likewise.
10825         * lib/long-options.h: Likewise.
10826         * lib/lstat.c: Likewise.
10827         * lib/lstat.h: Likewise.
10828         * lib/math.in.h: Likewise.
10829         * lib/mbchar.c: Likewise.
10830         * lib/mbchar.h: Likewise.
10831         * lib/mbfile.h: Likewise.
10832         * lib/mbiter.h: Likewise.
10833         * lib/mbscasecmp.c: Likewise.
10834         * lib/mbscasestr.c: Likewise.
10835         * lib/mbschr.c: Likewise.
10836         * lib/mbscspn.c: Likewise.
10837         * lib/mbslen.c: Likewise.
10838         * lib/mbsncasecmp.c: Likewise.
10839         * lib/mbsnlen.c: Likewise.
10840         * lib/mbspbrk.c: Likewise.
10841         * lib/mbspcasecmp.c: Likewise.
10842         * lib/mbsrchr.c: Likewise.
10843         * lib/mbssep.c: Likewise.
10844         * lib/mbsspn.c: Likewise.
10845         * lib/mbsstr.c: Likewise.
10846         * lib/mbstok_r.c: Likewise.
10847         * lib/mbswidth.c: Likewise.
10848         * lib/mbswidth.h: Likewise.
10849         * lib/mbuiter.h: Likewise.
10850         * lib/memcasecmp.c: Likewise.
10851         * lib/memcasecmp.h: Likewise.
10852         * lib/memchr.c: Likewise.
10853         * lib/memcmp.c: Likewise.
10854         * lib/memcoll.c: Likewise.
10855         * lib/memcoll.h: Likewise.
10856         * lib/memcpy.c: Likewise.
10857         * lib/memrchr.c: Likewise.
10858         * lib/mkancesdirs.c: Likewise.
10859         * lib/mkdir-p.c: Likewise.
10860         * lib/mkdir-p.h: Likewise.
10861         * lib/mkdir.c: Likewise.
10862         * lib/mkdirat.c: Likewise.
10863         * lib/mkdtemp.c: Likewise.
10864         * lib/mkstemp-safer.c: Likewise.
10865         * lib/mkstemp.c: Likewise.
10866         * lib/modechange.c: Likewise.
10867         * lib/modechange.h: Likewise.
10868         * lib/mountlist.c: Likewise.
10869         * lib/mountlist.h: Likewise.
10870         * lib/mpsort.c: Likewise.
10871         * lib/nanosleep.c: Likewise.
10872         * lib/obstack.c: Likewise.
10873         * lib/obstack.h: Likewise.
10874         * lib/open-safer.c: Likewise.
10875         * lib/open.c: Likewise.
10876         * lib/openat-die.c: Likewise.
10877         * lib/openat-priv.h: Likewise.
10878         * lib/openat-proc.c: Likewise.
10879         * lib/openat.c: Likewise.
10880         * lib/openat.h: Likewise.
10881         * lib/pagealign_alloc.c: Likewise.
10882         * lib/pagealign_alloc.h: Likewise.
10883         * lib/physmem.c: Likewise.
10884         * lib/physmem.h: Likewise.
10885         * lib/pipe-safer.c: Likewise.
10886         * lib/pipe.c: Likewise.
10887         * lib/pipe.h: Likewise.
10888         * lib/posixtm.c: Likewise.
10889         * lib/posixtm.h: Likewise.
10890         * lib/posixver.c: Likewise.
10891         * lib/printf-frexp.c: Likewise.
10892         * lib/printf-frexp.h: Likewise.
10893         * lib/printf-frexpl.c: Likewise.
10894         * lib/printf-frexpl.h: Likewise.
10895         * lib/printf.c: Likewise.
10896         * lib/progname.c: Likewise.
10897         * lib/progname.h: Likewise.
10898         * lib/progreloc.c: Likewise.
10899         * lib/putenv.c: Likewise.
10900         * lib/quote.c: Likewise.
10901         * lib/quote.h: Likewise.
10902         * lib/quotearg.c: Likewise.
10903         * lib/quotearg.h: Likewise.
10904         * lib/raise.c: Likewise.
10905         * lib/readline.c: Likewise.
10906         * lib/readline.h: Likewise.
10907         * lib/readlink.c: Likewise.
10908         * lib/readtokens.c: Likewise.
10909         * lib/readtokens.h: Likewise.
10910         * lib/readtokens0.c: Likewise.
10911         * lib/readtokens0.h: Likewise.
10912         * lib/readutmp.c: Likewise.
10913         * lib/readutmp.h: Likewise.
10914         * lib/realloc.c: Likewise.
10915         * lib/relocwrapper.c: Likewise.
10916         * lib/rename-dest-slash.c: Likewise.
10917         * lib/rename.c: Likewise.
10918         * lib/rmdir.c: Likewise.
10919         * lib/rpmatch.c: Likewise.
10920         * lib/safe-read.c: Likewise.
10921         * lib/safe-read.h: Likewise.
10922         * lib/safe-write.c: Likewise.
10923         * lib/safe-write.h: Likewise.
10924         * lib/same-inode.h: Likewise.
10925         * lib/same.c: Likewise.
10926         * lib/same.h: Likewise.
10927         * lib/save-cwd.c: Likewise.
10928         * lib/save-cwd.h: Likewise.
10929         * lib/savedir.c: Likewise.
10930         * lib/savedir.h: Likewise.
10931         * lib/savewd.c: Likewise.
10932         * lib/savewd.h: Likewise.
10933         * lib/search.in.h: Likewise.
10934         * lib/setenv.c: Likewise.
10935         * lib/setenv.h: Likewise.
10936         * lib/settime.c: Likewise.
10937         * lib/sh-quote.c: Likewise.
10938         * lib/sh-quote.h: Likewise.
10939         * lib/sig2str.c: Likewise.
10940         * lib/sig2str.h: Likewise.
10941         * lib/signal.in.h: Likewise.
10942         * lib/signbitd.c: Likewise.
10943         * lib/signbitf.c: Likewise.
10944         * lib/signbitl.c: Likewise.
10945         * lib/sigprocmask.c: Likewise.
10946         * lib/sincosl.c: Likewise.
10947         * lib/sleep.c: Likewise.
10948         * lib/sprintf.c: Likewise.
10949         * lib/sqrtl.c: Likewise.
10950         * lib/stat-time.h: Likewise.
10951         * lib/stdio--.h: Likewise.
10952         * lib/stdio-safer.h: Likewise.
10953         * lib/stdlib--.h: Likewise.
10954         * lib/stdlib-safer.h: Likewise.
10955         * lib/stdlib.in.h: Likewise.
10956         * lib/stpcpy.c: Likewise.
10957         * lib/stpncpy.c: Likewise.
10958         * lib/strchrnul.c: Likewise.
10959         * lib/strcspn.c: Likewise.
10960         * lib/strerror.c: Likewise.
10961         * lib/strftime.c: Likewise.
10962         * lib/strftime.h: Likewise.
10963         * lib/striconveh.c: Likewise.
10964         * lib/striconveh.h: Likewise.
10965         * lib/striconveha.c: Likewise.
10966         * lib/striconveha.h: Likewise.
10967         * lib/stripslash.c: Likewise.
10968         * lib/strnlen1.c: Likewise.
10969         * lib/strnlen1.h: Likewise.
10970         * lib/strtod.c: Likewise.
10971         * lib/strtoimax.c: Likewise.
10972         * lib/strtok_r.c: Likewise.
10973         * lib/strtol.c: Likewise.
10974         * lib/strtoll.c: Likewise.
10975         * lib/strtoul.c: Likewise.
10976         * lib/strtoull.c: Likewise.
10977         * lib/sysexits.in.h: Likewise.
10978         * lib/tempname.c: Likewise.
10979         * lib/tempname.h: Likewise.
10980         * lib/timespec.h: Likewise.
10981         * lib/tls.c: Likewise.
10982         * lib/tls.h: Likewise.
10983         * lib/tmpdir.c: Likewise.
10984         * lib/tmpdir.h: Likewise.
10985         * lib/tmpfile-safer.c: Likewise.
10986         * lib/tmpfile.c: Likewise.
10987         * lib/trigl.c: Likewise.
10988         * lib/trigl.h: Likewise.
10989         * lib/trim.c: Likewise.
10990         * lib/trim.h: Likewise.
10991         * lib/trunc.c: Likewise.
10992         * lib/truncf.c: Likewise.
10993         * lib/truncl.c: Likewise.
10994         * lib/tsearch.c: Likewise.
10995         * lib/unicodeio.c: Likewise.
10996         * lib/unicodeio.h: Likewise.
10997         * lib/unistd--.h: Likewise.
10998         * lib/unistd-safer.h: Likewise.
10999         * lib/unistdio/ulc-fprintf.c: Likewise.
11000         * lib/unistdio/ulc-vfprintf.c: Likewise.
11001         * lib/unlinkdir.c: Likewise.
11002         * lib/unlinkdir.h: Likewise.
11003         * lib/unlocked-io.h: Likewise.
11004         * lib/unsetenv.c: Likewise.
11005         * lib/userspec.c: Likewise.
11006         * lib/utime.c: Likewise.
11007         * lib/utimecmp.c: Likewise.
11008         * lib/utimecmp.h: Likewise.
11009         * lib/utimens.c: Likewise.
11010         * lib/verify.h: Likewise.
11011         * lib/verror.c: Likewise.
11012         * lib/verror.h: Likewise.
11013         * lib/version-etc-fsf.c: Likewise.
11014         * lib/version-etc.c: Likewise.
11015         * lib/version-etc.h: Likewise.
11016         * lib/vfprintf.c: Likewise.
11017         * lib/vprintf.c: Likewise.
11018         * lib/vsprintf.c: Likewise.
11019         * lib/w32spawn.h: Likewise.
11020         * lib/wait-process.c: Likewise.
11021         * lib/wait-process.h: Likewise.
11022         * lib/wcwidth.c: Likewise.
11023         * lib/write-any-file.c: Likewise.
11024         * lib/xalloc-die.c: Likewise.
11025         * lib/xalloc.h: Likewise.
11026         * lib/xasprintf.c: Likewise.
11027         * lib/xgetcwd.c: Likewise.
11028         * lib/xgetcwd.h: Likewise.
11029         * lib/xgetdomainname.c: Likewise.
11030         * lib/xgetdomainname.h: Likewise.
11031         * lib/xgethostname.c: Likewise.
11032         * lib/xmalloc.c: Likewise.
11033         * lib/xmalloca.c: Likewise.
11034         * lib/xmalloca.h: Likewise.
11035         * lib/xmemcoll.c: Likewise.
11036         * lib/xnanosleep.c: Likewise.
11037         * lib/xreadlink.c: Likewise.
11038         * lib/xreadlink.h: Likewise.
11039         * lib/xsetenv.c: Likewise.
11040         * lib/xsetenv.h: Likewise.
11041         * lib/xstriconv.c: Likewise.
11042         * lib/xstriconv.h: Likewise.
11043         * lib/xstrndup.c: Likewise.
11044         * lib/xstrndup.h: Likewise.
11045         * lib/xstrtod.c: Likewise.
11046         * lib/xstrtod.h: Likewise.
11047         * lib/xstrtol-error.c: Likewise.
11048         * lib/xstrtol.c: Likewise.
11049         * lib/xstrtol.h: Likewise.
11050         * lib/xtime.h: Likewise.
11051         * lib/xvasprintf.c: Likewise.
11052         * lib/xvasprintf.h: Likewise.
11053         * lib/yesno.c: Likewise.
11054         * lib/yesno.h: Likewise.
11055         * posix-modules: Likewise.
11056         * tests/test-alloca-opt.c: Likewise.
11057         * tests/test-arcfour.c: Likewise.
11058         * tests/test-arctwo.c: Likewise.
11059         * tests/test-argmatch.c: Likewise.
11060         * tests/test-argp-2.sh: Likewise.
11061         * tests/test-argp.c: Likewise.
11062         * tests/test-arpa_inet.c: Likewise.
11063         * tests/test-array_list.c: Likewise.
11064         * tests/test-array_oset.c: Likewise.
11065         * tests/test-atexit.c: Likewise.
11066         * tests/test-avltree_list.c: Likewise.
11067         * tests/test-avltree_oset.c: Likewise.
11068         * tests/test-avltreehash_list.c: Likewise.
11069         * tests/test-base64.c: Likewise.
11070         * tests/test-binary-io.c: Likewise.
11071         * tests/test-byteswap.c: Likewise.
11072         * tests/test-c-ctype.c: Likewise.
11073         * tests/test-c-strcasecmp.c: Likewise.
11074         * tests/test-c-strcasestr.c: Likewise.
11075         * tests/test-c-strncasecmp.c: Likewise.
11076         * tests/test-c-strstr.c: Likewise.
11077         * tests/test-canonicalize-lgpl.c: Likewise.
11078         * tests/test-canonicalize.c: Likewise.
11079         * tests/test-carray_list.c: Likewise.
11080         * tests/test-ceilf.c: Likewise.
11081         * tests/test-ceill.c: Likewise.
11082         * tests/test-count-one-bits.c: Likewise.
11083         * tests/test-crc.c: Likewise.
11084         * tests/test-dirname.c: Likewise.
11085         * tests/test-fbufmode.c: Likewise.
11086         * tests/test-fcntl.c: Likewise.
11087         * tests/test-fflush.c: Likewise.
11088         * tests/test-floorf.c: Likewise.
11089         * tests/test-floorl.c: Likewise.
11090         * tests/test-fopen.c: Likewise.
11091         * tests/test-fprintf-posix.c: Likewise.
11092         * tests/test-fprintf-posix.h: Likewise.
11093         * tests/test-fpurge.c: Likewise.
11094         * tests/test-freadable.c: Likewise.
11095         * tests/test-freadahead.c: Likewise.
11096         * tests/test-freading.c: Likewise.
11097         * tests/test-freopen.c: Likewise.
11098         * tests/test-frexp.c: Likewise.
11099         * tests/test-frexpl.c: Likewise.
11100         * tests/test-fseek.c: Likewise.
11101         * tests/test-fseeko.c: Likewise.
11102         * tests/test-fseterr.c: Likewise.
11103         * tests/test-fstrcmp.c: Likewise.
11104         * tests/test-ftell.c: Likewise.
11105         * tests/test-ftello.c: Likewise.
11106         * tests/test-fwritable.c: Likewise.
11107         * tests/test-fwriting.c: Likewise.
11108         * tests/test-getaddrinfo.c: Likewise.
11109         * tests/test-getpass.c: Likewise.
11110         * tests/test-gettimeofday.c: Likewise.
11111         * tests/test-hmac-md5.c: Likewise.
11112         * tests/test-hmac-sha1.c: Likewise.
11113         * tests/test-iconv.c: Likewise.
11114         * tests/test-iconvme.c: Likewise.
11115         * tests/test-inttypes.c: Likewise.
11116         * tests/test-isnan.c: Likewise.
11117         * tests/test-isnanf.c: Likewise.
11118         * tests/test-isnanl-nolibm.c: Likewise.
11119         * tests/test-isnanl.c: Likewise.
11120         * tests/test-isnanl.h: Likewise.
11121         * tests/test-ldexpl.c: Likewise.
11122         * tests/test-linked_list.c: Likewise.
11123         * tests/test-linkedhash_list.c: Likewise.
11124         * tests/test-locale.c: Likewise.
11125         * tests/test-localename.c: Likewise.
11126         * tests/test-lock.c: Likewise.
11127         * tests/test-lseek.c: Likewise.
11128         * tests/test-malloca.c: Likewise.
11129         * tests/test-math.c: Likewise.
11130         * tests/test-mbscasecmp.c: Likewise.
11131         * tests/test-mbscasestr1.c: Likewise.
11132         * tests/test-mbscasestr2.c: Likewise.
11133         * tests/test-mbscasestr3.c: Likewise.
11134         * tests/test-mbscasestr4.c: Likewise.
11135         * tests/test-mbschr.c: Likewise.
11136         * tests/test-mbscspn.c: Likewise.
11137         * tests/test-mbsncasecmp.c: Likewise.
11138         * tests/test-mbspbrk.c: Likewise.
11139         * tests/test-mbspcasecmp.c: Likewise.
11140         * tests/test-mbsrchr.c: Likewise.
11141         * tests/test-mbsspn.c: Likewise.
11142         * tests/test-mbsstr1.c: Likewise.
11143         * tests/test-mbsstr2.c: Likewise.
11144         * tests/test-mbsstr3.c: Likewise.
11145         * tests/test-md5.c: Likewise.
11146         * tests/test-memmem.c: Likewise.
11147         * tests/test-netinet_in.c: Likewise.
11148         * tests/test-open.c: Likewise.
11149         * tests/test-printf-frexp.c: Likewise.
11150         * tests/test-printf-frexpl.c: Likewise.
11151         * tests/test-printf-posix.c: Likewise.
11152         * tests/test-printf-posix.h: Likewise.
11153         * tests/test-rbtree_list.c: Likewise.
11154         * tests/test-rbtree_oset.c: Likewise.
11155         * tests/test-rbtreehash_list.c: Likewise.
11156         * tests/test-read-file.c: Likewise.
11157         * tests/test-rijndael.c: Likewise.
11158         * tests/test-search.c: Likewise.
11159         * tests/test-signbit.c: Likewise.
11160         * tests/test-sleep.c: Likewise.
11161         * tests/test-snprintf-posix.c: Likewise.
11162         * tests/test-snprintf-posix.h: Likewise.
11163         * tests/test-snprintf.c: Likewise.
11164         * tests/test-sprintf-posix.c: Likewise.
11165         * tests/test-sprintf-posix.h: Likewise.
11166         * tests/test-stat-time.c: Likewise.
11167         * tests/test-stdbool.c: Likewise.
11168         * tests/test-stdint.c: Likewise.
11169         * tests/test-stdio.c: Likewise.
11170         * tests/test-stdlib.c: Likewise.
11171         * tests/test-stpncpy.c: Likewise.
11172         * tests/test-strcasestr.c: Likewise.
11173         * tests/test-striconv.c: Likewise.
11174         * tests/test-striconveh.c: Likewise.
11175         * tests/test-striconveha.c: Likewise.
11176         * tests/test-string.c: Likewise.
11177         * tests/test-sys_select.c: Likewise.
11178         * tests/test-sys_socket.c: Likewise.
11179         * tests/test-sys_stat.c: Likewise.
11180         * tests/test-sys_time.c: Likewise.
11181         * tests/test-sysexits.c: Likewise.
11182         * tests/test-time.c: Likewise.
11183         * tests/test-tls.c: Likewise.
11184         * tests/test-trunc.c: Likewise.
11185         * tests/test-truncf.c: Likewise.
11186         * tests/test-truncl.c: Likewise.
11187         * tests/test-unistd.c: Likewise.
11188         * tests/test-vasnprintf-posix.c: Likewise.
11189         * tests/test-vasnprintf-posix2.c: Likewise.
11190         * tests/test-vasnprintf.c: Likewise.
11191         * tests/test-vasprintf-posix.c: Likewise.
11192         * tests/test-vasprintf.c: Likewise.
11193         * tests/test-verify.c: Likewise.
11194         * tests/test-vfprintf-posix.c: Likewise.
11195         * tests/test-vprintf-posix.c: Likewise.
11196         * tests/test-vsnprintf-posix.c: Likewise.
11197         * tests/test-vsnprintf.c: Likewise.
11198         * tests/test-vsprintf-posix.c: Likewise.
11199         * tests/test-wchar.c: Likewise.
11200         * tests/test-wctype.c: Likewise.
11201         * tests/test-wcwidth.c: Likewise.
11202         * tests/test-xstrtol.c: Likewise.
11203         * tests/test-xvasprintf.c: Likewise.
11204         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
11205         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
11206         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11207         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11208         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11209         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
11210         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11211         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11212         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11213         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
11214         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11215         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11216         * tests/uniname/test-uninames.c: Likewise.
11217         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
11218         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
11219         * tests/unistdio/test-u16-printf1.h: Likewise.
11220         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
11221         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
11222         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
11223         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
11224         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
11225         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
11226         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
11227         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
11228         * tests/unistdio/test-u32-printf1.h: Likewise.
11229         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
11230         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
11231         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
11232         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
11233         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
11234         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
11235         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
11236         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
11237         * tests/unistdio/test-u8-printf1.h: Likewise.
11238         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
11239         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
11240         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
11241         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
11242         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
11243         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
11244         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
11245         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
11246         * tests/unistdio/test-ulc-printf1.h: Likewise.
11247         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
11248         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
11249         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
11250         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
11251         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
11252         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
11253         * tests/uniwidth/test-u16-strwidth.c: Likewise.
11254         * tests/uniwidth/test-u16-width.c: Likewise.
11255         * tests/uniwidth/test-u32-strwidth.c: Likewise.
11256         * tests/uniwidth/test-u32-width.c: Likewise.
11257         * tests/uniwidth/test-u8-strwidth.c: Likewise.
11258         * tests/uniwidth/test-u8-width.c: Likewise.
11259         * tests/uniwidth/test-uc_width.c: Likewise.
11260         * config/srclist-update: Likewise.
11261         (fixlicense): Update to GPLv3+.
11262
11263         Change copyright notice from LGPLv2.1+ to LGPLv3+.
11264         * tests/test-tsearch.c: Change copyright notice.
11265
11266         Change copyright notice from LGPLv2.0+ to LGPLv3+.
11267         * lib/c-strcaseeq.h: Change copyright notice.
11268         * lib/streq.h: Likewise.
11269         * lib/uniconv.h: Likewise.
11270         * lib/uniconv/u-conv-from-enc.h: Likewise.
11271         * lib/uniconv/u-conv-to-enc.h: Likewise.
11272         * lib/uniconv/u-strconv-from-enc.h: Likewise.
11273         * lib/uniconv/u-strconv-to-enc.h: Likewise.
11274         * lib/uniconv/u16-conv-from-enc.c: Likewise.
11275         * lib/uniconv/u16-conv-to-enc.c: Likewise.
11276         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
11277         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
11278         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
11279         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
11280         * lib/uniconv/u32-conv-from-enc.c: Likewise.
11281         * lib/uniconv/u32-conv-to-enc.c: Likewise.
11282         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
11283         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
11284         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
11285         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
11286         * lib/uniconv/u8-conv-from-enc.c: Likewise.
11287         * lib/uniconv/u8-conv-to-enc.c: Likewise.
11288         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
11289         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
11290         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
11291         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
11292         * lib/uniname.h: Likewise.
11293         * lib/uniname/uniname.c: Likewise.
11294         * lib/unistdio.h: Likewise.
11295         * lib/unistdio/u-asnprintf.h: Likewise.
11296         * lib/unistdio/u-asprintf.h: Likewise.
11297         * lib/unistdio/u-printf-args.c: Likewise.
11298         * lib/unistdio/u-printf-args.h: Likewise.
11299         * lib/unistdio/u-printf-parse.h: Likewise.
11300         * lib/unistdio/u-snprintf.h: Likewise.
11301         * lib/unistdio/u-sprintf.h: Likewise.
11302         * lib/unistdio/u-vasprintf.h: Likewise.
11303         * lib/unistdio/u-vsnprintf.h: Likewise.
11304         * lib/unistdio/u-vsprintf.h: Likewise.
11305         * lib/unistdio/u16-asnprintf.c: Likewise.
11306         * lib/unistdio/u16-asprintf.c: Likewise.
11307         * lib/unistdio/u16-printf-parse.c: Likewise.
11308         * lib/unistdio/u16-snprintf.c: Likewise.
11309         * lib/unistdio/u16-sprintf.c: Likewise.
11310         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
11311         * lib/unistdio/u16-u16-asprintf.c: Likewise.
11312         * lib/unistdio/u16-u16-snprintf.c: Likewise.
11313         * lib/unistdio/u16-u16-sprintf.c: Likewise.
11314         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
11315         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
11316         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
11317         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
11318         * lib/unistdio/u16-vasnprintf.c: Likewise.
11319         * lib/unistdio/u16-vasprintf.c: Likewise.
11320         * lib/unistdio/u16-vsnprintf.c: Likewise.
11321         * lib/unistdio/u16-vsprintf.c: Likewise.
11322         * lib/unistdio/u32-asnprintf.c: Likewise.
11323         * lib/unistdio/u32-asprintf.c: Likewise.
11324         * lib/unistdio/u32-printf-parse.c: Likewise.
11325         * lib/unistdio/u32-snprintf.c: Likewise.
11326         * lib/unistdio/u32-sprintf.c: Likewise.
11327         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
11328         * lib/unistdio/u32-u32-asprintf.c: Likewise.
11329         * lib/unistdio/u32-u32-snprintf.c: Likewise.
11330         * lib/unistdio/u32-u32-sprintf.c: Likewise.
11331         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
11332         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
11333         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
11334         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
11335         * lib/unistdio/u32-vasnprintf.c: Likewise.
11336         * lib/unistdio/u32-vasprintf.c: Likewise.
11337         * lib/unistdio/u32-vsnprintf.c: Likewise.
11338         * lib/unistdio/u32-vsprintf.c: Likewise.
11339         * lib/unistdio/u8-asnprintf.c: Likewise.
11340         * lib/unistdio/u8-asprintf.c: Likewise.
11341         * lib/unistdio/u8-printf-parse.c: Likewise.
11342         * lib/unistdio/u8-snprintf.c: Likewise.
11343         * lib/unistdio/u8-sprintf.c: Likewise.
11344         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
11345         * lib/unistdio/u8-u8-asprintf.c: Likewise.
11346         * lib/unistdio/u8-u8-snprintf.c: Likewise.
11347         * lib/unistdio/u8-u8-sprintf.c: Likewise.
11348         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
11349         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
11350         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
11351         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
11352         * lib/unistdio/u8-vasnprintf.c: Likewise.
11353         * lib/unistdio/u8-vasprintf.c: Likewise.
11354         * lib/unistdio/u8-vsnprintf.c: Likewise.
11355         * lib/unistdio/u8-vsprintf.c: Likewise.
11356         * lib/unistdio/ulc-asnprintf.c: Likewise.
11357         * lib/unistdio/ulc-asprintf.c: Likewise.
11358         * lib/unistdio/ulc-printf-parse.c: Likewise.
11359         * lib/unistdio/ulc-snprintf.c: Likewise.
11360         * lib/unistdio/ulc-sprintf.c: Likewise.
11361         * lib/unistdio/ulc-vasnprintf.c: Likewise.
11362         * lib/unistdio/ulc-vasprintf.c: Likewise.
11363         * lib/unistdio/ulc-vsnprintf.c: Likewise.
11364         * lib/unistdio/ulc-vsprintf.c: Likewise.
11365         * lib/unistr.h: Likewise.
11366         * lib/unistr/u-cpy-alloc.h: Likewise.
11367         * lib/unistr/u-cpy.h: Likewise.
11368         * lib/unistr/u-endswith.h: Likewise.
11369         * lib/unistr/u-move.h: Likewise.
11370         * lib/unistr/u-set.h: Likewise.
11371         * lib/unistr/u-startswith.h: Likewise.
11372         * lib/unistr/u-stpcpy.h: Likewise.
11373         * lib/unistr/u-stpncpy.h: Likewise.
11374         * lib/unistr/u-strcat.h: Likewise.
11375         * lib/unistr/u-strcpy.h: Likewise.
11376         * lib/unistr/u-strcspn.h: Likewise.
11377         * lib/unistr/u-strdup.h: Likewise.
11378         * lib/unistr/u-strlen.h: Likewise.
11379         * lib/unistr/u-strncat.h: Likewise.
11380         * lib/unistr/u-strncpy.h: Likewise.
11381         * lib/unistr/u-strnlen.h: Likewise.
11382         * lib/unistr/u-strpbrk.h: Likewise.
11383         * lib/unistr/u-strspn.h: Likewise.
11384         * lib/unistr/u-strstr.h: Likewise.
11385         * lib/unistr/u-strtok.h: Likewise.
11386         * lib/unistr/u16-check.c: Likewise.
11387         * lib/unistr/u16-chr.c: Likewise.
11388         * lib/unistr/u16-cmp.c: Likewise.
11389         * lib/unistr/u16-cpy-alloc.c: Likewise.
11390         * lib/unistr/u16-cpy.c: Likewise.
11391         * lib/unistr/u16-endswith.c: Likewise.
11392         * lib/unistr/u16-mblen.c: Likewise.
11393         * lib/unistr/u16-mbsnlen.c: Likewise.
11394         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11395         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11396         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11397         * lib/unistr/u16-mbtouc.c: Likewise.
11398         * lib/unistr/u16-mbtoucr.c: Likewise.
11399         * lib/unistr/u16-move.c: Likewise.
11400         * lib/unistr/u16-next.c: Likewise.
11401         * lib/unistr/u16-prev.c: Likewise.
11402         * lib/unistr/u16-set.c: Likewise.
11403         * lib/unistr/u16-startswith.c: Likewise.
11404         * lib/unistr/u16-stpcpy.c: Likewise.
11405         * lib/unistr/u16-stpncpy.c: Likewise.
11406         * lib/unistr/u16-strcat.c: Likewise.
11407         * lib/unistr/u16-strchr.c: Likewise.
11408         * lib/unistr/u16-strcmp.c: Likewise.
11409         * lib/unistr/u16-strcpy.c: Likewise.
11410         * lib/unistr/u16-strcspn.c: Likewise.
11411         * lib/unistr/u16-strdup.c: Likewise.
11412         * lib/unistr/u16-strlen.c: Likewise.
11413         * lib/unistr/u16-strmblen.c: Likewise.
11414         * lib/unistr/u16-strmbtouc.c: Likewise.
11415         * lib/unistr/u16-strncat.c: Likewise.
11416         * lib/unistr/u16-strncmp.c: Likewise.
11417         * lib/unistr/u16-strncpy.c: Likewise.
11418         * lib/unistr/u16-strnlen.c: Likewise.
11419         * lib/unistr/u16-strpbrk.c: Likewise.
11420         * lib/unistr/u16-strrchr.c: Likewise.
11421         * lib/unistr/u16-strspn.c: Likewise.
11422         * lib/unistr/u16-strstr.c: Likewise.
11423         * lib/unistr/u16-strtok.c: Likewise.
11424         * lib/unistr/u16-to-u32.c: Likewise.
11425         * lib/unistr/u16-to-u8.c: Likewise.
11426         * lib/unistr/u16-uctomb-aux.c: Likewise.
11427         * lib/unistr/u16-uctomb.c: Likewise.
11428         * lib/unistr/u32-check.c: Likewise.
11429         * lib/unistr/u32-chr.c: Likewise.
11430         * lib/unistr/u32-cmp.c: Likewise.
11431         * lib/unistr/u32-cpy-alloc.c: Likewise.
11432         * lib/unistr/u32-cpy.c: Likewise.
11433         * lib/unistr/u32-endswith.c: Likewise.
11434         * lib/unistr/u32-mblen.c: Likewise.
11435         * lib/unistr/u32-mbsnlen.c: Likewise.
11436         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11437         * lib/unistr/u32-mbtouc.c: Likewise.
11438         * lib/unistr/u32-mbtoucr.c: Likewise.
11439         * lib/unistr/u32-move.c: Likewise.
11440         * lib/unistr/u32-next.c: Likewise.
11441         * lib/unistr/u32-prev.c: Likewise.
11442         * lib/unistr/u32-set.c: Likewise.
11443         * lib/unistr/u32-startswith.c: Likewise.
11444         * lib/unistr/u32-stpcpy.c: Likewise.
11445         * lib/unistr/u32-stpncpy.c: Likewise.
11446         * lib/unistr/u32-strcat.c: Likewise.
11447         * lib/unistr/u32-strchr.c: Likewise.
11448         * lib/unistr/u32-strcmp.c: Likewise.
11449         * lib/unistr/u32-strcpy.c: Likewise.
11450         * lib/unistr/u32-strcspn.c: Likewise.
11451         * lib/unistr/u32-strdup.c: Likewise.
11452         * lib/unistr/u32-strlen.c: Likewise.
11453         * lib/unistr/u32-strmblen.c: Likewise.
11454         * lib/unistr/u32-strmbtouc.c: Likewise.
11455         * lib/unistr/u32-strncat.c: Likewise.
11456         * lib/unistr/u32-strncmp.c: Likewise.
11457         * lib/unistr/u32-strncpy.c: Likewise.
11458         * lib/unistr/u32-strnlen.c: Likewise.
11459         * lib/unistr/u32-strpbrk.c: Likewise.
11460         * lib/unistr/u32-strrchr.c: Likewise.
11461         * lib/unistr/u32-strspn.c: Likewise.
11462         * lib/unistr/u32-strstr.c: Likewise.
11463         * lib/unistr/u32-strtok.c: Likewise.
11464         * lib/unistr/u32-to-u16.c: Likewise.
11465         * lib/unistr/u32-to-u8.c: Likewise.
11466         * lib/unistr/u32-uctomb.c: Likewise.
11467         * lib/unistr/u8-check.c: Likewise.
11468         * lib/unistr/u8-chr.c: Likewise.
11469         * lib/unistr/u8-cmp.c: Likewise.
11470         * lib/unistr/u8-cpy-alloc.c: Likewise.
11471         * lib/unistr/u8-cpy.c: Likewise.
11472         * lib/unistr/u8-endswith.c: Likewise.
11473         * lib/unistr/u8-mblen.c: Likewise.
11474         * lib/unistr/u8-mbsnlen.c: Likewise.
11475         * lib/unistr/u8-mbtouc-aux.c: Likewise.
11476         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
11477         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
11478         * lib/unistr/u8-mbtouc.c: Likewise.
11479         * lib/unistr/u8-mbtoucr.c: Likewise.
11480         * lib/unistr/u8-move.c: Likewise.
11481         * lib/unistr/u8-next.c: Likewise.
11482         * lib/unistr/u8-prev.c: Likewise.
11483         * lib/unistr/u8-set.c: Likewise.
11484         * lib/unistr/u8-startswith.c: Likewise.
11485         * lib/unistr/u8-stpcpy.c: Likewise.
11486         * lib/unistr/u8-stpncpy.c: Likewise.
11487         * lib/unistr/u8-strcat.c: Likewise.
11488         * lib/unistr/u8-strchr.c: Likewise.
11489         * lib/unistr/u8-strcmp.c: Likewise.
11490         * lib/unistr/u8-strcpy.c: Likewise.
11491         * lib/unistr/u8-strcspn.c: Likewise.
11492         * lib/unistr/u8-strdup.c: Likewise.
11493         * lib/unistr/u8-strlen.c: Likewise.
11494         * lib/unistr/u8-strmblen.c: Likewise.
11495         * lib/unistr/u8-strmbtouc.c: Likewise.
11496         * lib/unistr/u8-strncat.c: Likewise.
11497         * lib/unistr/u8-strncmp.c: Likewise.
11498         * lib/unistr/u8-strncpy.c: Likewise.
11499         * lib/unistr/u8-strnlen.c: Likewise.
11500         * lib/unistr/u8-strpbrk.c: Likewise.
11501         * lib/unistr/u8-strrchr.c: Likewise.
11502         * lib/unistr/u8-strspn.c: Likewise.
11503         * lib/unistr/u8-strstr.c: Likewise.
11504         * lib/unistr/u8-strtok.c: Likewise.
11505         * lib/unistr/u8-to-u16.c: Likewise.
11506         * lib/unistr/u8-to-u32.c: Likewise.
11507         * lib/unistr/u8-uctomb-aux.c: Likewise.
11508         * lib/unistr/u8-uctomb.c: Likewise.
11509         * lib/unitypes.h: Likewise.
11510         * lib/uniwidth.h: Likewise.
11511         * lib/uniwidth/cjk.h: Likewise.
11512         * lib/uniwidth/u16-strwidth.c: Likewise.
11513         * lib/uniwidth/u16-width.c: Likewise.
11514         * lib/uniwidth/u32-strwidth.c: Likewise.
11515         * lib/uniwidth/u32-width.c: Likewise.
11516         * lib/uniwidth/u8-strwidth.c: Likewise.
11517         * lib/uniwidth/u8-width.c: Likewise.
11518         * lib/uniwidth/width.c: Likewise.
11519
11520 2007-10-07  Bruno Haible  <bruno@clisp.org>
11521
11522         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
11523         The file is still under LGPL (see modules/inttypes).
11524
11525 2007-10-06  Bruno Haible  <bruno@clisp.org>
11526
11527         * modules/trunc (Dependencies): Add 'extensions'.
11528         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
11529         Reported by Ben Pfaff <blp@gnu.org>.
11530
11531 2007-10-06  Bruno Haible  <bruno@clisp.org>
11532
11533         * modules/freopen-tests: New file.
11534         * tests/test-freopen.c: New file.
11535
11536         * modules/fopen-tests: New file.
11537         * tests/test-fopen.c: New file.
11538
11539         * modules/fopen: New file.
11540         * lib/fopen.c: New file.
11541         * m4/fopen.m4: New file.
11542         * modules/freopen: New file.
11543         * lib/freopen.c: New file.
11544         * m4/freopen.m4: New file.
11545         * lib/stdio.in.h (fopen, freopen): New declarations.
11546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
11547         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11548         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
11549         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11550         * doc/functions/fopen.texi: Mention the 'fopen' module.
11551         * doc/functions/freopen.texi: Mention the 'freopen' module.
11552
11553 2007-10-06  Bruno Haible  <bruno@clisp.org>
11554
11555         * modules/open-tests: New file.
11556         * tests/test-open.c: New file.
11557
11558         * modules/open: New file.
11559         * lib/open.c: New file.
11560         * m4/open.m4: New file.
11561         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
11562         lib/open.c does.
11563         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
11564         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
11565         macros.
11566         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
11567         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
11568         REPLACE_OPEN.
11569         * doc/functions/open.texi: Mention the 'open' module.
11570
11571 2007-10-04  Bruno Haible  <bruno@clisp.org>
11572
11573         * modules/ceill-tests: New file.
11574         * tests/test-ceill.c: New file.
11575
11576         * modules/ceill: New file.
11577         * lib/ceill.c: Replace entire file.
11578         * m4/ceill.m4: New file.
11579         * lib/math.in.h (ceill): Replace declaration.
11580         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
11581         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
11582         * doc/functions/ceill.texi: Mention the 'ceill' module.
11583         * modules/mathl (Files): Remove lib/ceill.c.
11584         (Depends-on): Add ceill.
11585
11586 2007-10-04  Bruno Haible  <bruno@clisp.org>
11587
11588         * modules/ceilf-tests: New file.
11589         * tests/test-ceilf.c: New file.
11590
11591         * modules/ceilf: New file.
11592         * lib/ceil.c: New file.
11593         * lib/ceilf.c: New file.
11594         * m4/ceilf.m4: New file.
11595         * lib/math.in.h (ceilf): New declaration.
11596         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
11597         HAVE_DECL_CEILF.
11598         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
11599         HAVE_DECL_CEILF.
11600         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
11601
11602 2007-10-04  Bruno Haible  <bruno@clisp.org>
11603
11604         * modules/floorl-tests: New file.
11605         * tests/test-floorl.c: New file.
11606
11607         * modules/floorl: New file.
11608         * lib/floorl.c: Replace entire file.
11609         * m4/floorl.m4: New file.
11610         * lib/math.in.h (floorl): Replace declaration.
11611         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
11612         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
11613         * doc/functions/floorl.texi: Mention the 'floorl' module.
11614         * modules/mathl (Files): Remove lib/floorl.c.
11615         (Depends-on): Add floorl.
11616
11617 2007-10-04  Bruno Haible  <bruno@clisp.org>
11618
11619         * modules/floorf-tests: New file.
11620         * tests/test-floorf.c: New file.
11621
11622         * modules/floorf: New file.
11623         * lib/floor.c: New file.
11624         * lib/floorf.c: New file.
11625         * m4/floorf.m4: New file.
11626         * lib/math.in.h (floorf): New declaration.
11627         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
11628         HAVE_DECL_FLOORF.
11629         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
11630         HAVE_DECL_FLOORF.
11631         * doc/functions/floorf.texi: Mention the 'floorf' module.
11632
11633 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
11634             Bruno Haible  <bruno@clisp.org>
11635
11636         Advertise for the Git server instead of the CVS server.
11637         * doc/gnulib-intro.texi (Steady Development): Mention the Git
11638         repository instead of the CVS one.
11639         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
11640         about all VCS systems generically.
11641         * doc/gnulib.texi (Introduction): Capitalize `Git'.
11642
11643 2007-10-04  Bruno Haible  <bruno@clisp.org>
11644
11645         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
11646         means.
11647         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
11648
11649 2007-10-04  Bruno Haible  <bruno@clisp.org>
11650
11651         * modules/truncl-tests: New file.
11652         * tests/test-truncl.c: New file.
11653
11654         * modules/truncl: New file.
11655         * lib/truncl.c: New file.
11656         * m4/truncl.m4: New file.
11657         * lib/math.in.h (truncl): New declaration.
11658         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
11659         HAVE_DECL_TRUNCL.
11660         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
11661         HAVE_DECL_TRUNCL.
11662         * doc/functions/truncl.texi: Mention the 'truncl' module.
11663
11664 2007-10-04  Bruno Haible  <bruno@clisp.org>
11665
11666         * modules/truncf-tests: New file.
11667         * tests/test-truncf.c: New file.
11668
11669         * modules/truncf: New file.
11670         * lib/trunc.c: Make paramerizable through USE_* macros.
11671         * lib/truncf.c: New file.
11672         * m4/truncf.m4: New file.
11673         * lib/math.in.h (truncf): New declaration.
11674         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
11675         HAVE_DECL_TRUNCF.
11676         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
11677         HAVE_DECL_TRUNCF.
11678         * doc/functions/truncf.texi: Mention the 'truncf' module.
11679
11680 2007-10-03  Bruno Haible  <bruno@clisp.org>
11681
11682         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11683         augmentation also for tests modules.
11684         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
11685         * modules/atexit-tests (Makefile.am): Likewise.
11686         * modules/binary-io-tests (Makefile.am): Likewise.
11687         * modules/c-strcase-tests (Makefile.am): Likewise.
11688         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
11689         * modules/canonicalize-tests (Makefile.am): Likewise.
11690         * modules/closein-tests (Makefile.am): Likewise.
11691         * modules/fprintf-posix-tests (Makefile.am): Likewise.
11692         * modules/freadahead-tests (Makefile.am): Likewise.
11693         * modules/fseek-tests (Makefile.am): Likewise.
11694         * modules/fseeko-tests (Makefile.am): Likewise.
11695         * modules/ftell-tests (Makefile.am): Likewise.
11696         * modules/ftello-tests (Makefile.am): Likewise.
11697         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
11698         * modules/isnanl-tests (Makefile.am): Likewise.
11699         * modules/lseek-tests (Makefile.am): Likewise.
11700         * modules/mbscasecmp-tests (Makefile.am): Likewise.
11701         * modules/mbscasestr-tests (Makefile.am): Likewise.
11702         * modules/mbschr-tests (Makefile.am): Likewise.
11703         * modules/mbscspn-tests (Makefile.am): Likewise.
11704         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
11705         * modules/mbspbrk-tests (Makefile.am): Likewise.
11706         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
11707         * modules/mbsrchr-tests (Makefile.am): Likewise.
11708         * modules/mbsspn-tests (Makefile.am): Likewise.
11709         * modules/mbsstr-tests (Makefile.am): Likewise.
11710         * modules/printf-posix-tests (Makefile.am): Likewise.
11711         * modules/snprintf-posix-tests (Makefile.am): Likewise.
11712         * modules/sprintf-posix-tests (Makefile.am): Likewise.
11713         * modules/tsearch-tests (Makefile.am): Likewise.
11714         * modules/uniname/uniname-tests (Makefile.am): Likewise.
11715         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
11716         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
11717         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
11718         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
11719         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
11720         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
11721         * modules/vprintf-posix-tests (Makefile.am): Likewise.
11722         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
11723         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
11724         * modules/xstrtoimax-tests (Makefile.am): Likewise.
11725         * modules/xstrtol-tests (Makefile.am): Likewise.
11726         * modules/xstrtoumax-tests (Makefile.am): Likewise.
11727         * modules/yesno-tests (Makefile.am): Likewise.
11728
11729 2007-10-03  Bruno Haible  <bruno@clisp.org>
11730
11731         * modules/trunc-tests: New file.
11732         * tests/test-trunc.c: New file.
11733
11734         * modules/trunc: New file.
11735         * lib/trunc.c: New file.
11736         * m4/trunc.m4: New file.
11737         * lib/math.in.h (trunc): New declaration.
11738         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
11739         HAVE_DECL_TRUNC.
11740         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
11741         HAVE_DECL_TRUNC.
11742         * doc/functions/trunc.texi: Mention the 'trunc' module.
11743
11744 2007-10-03  Bruno Haible  <bruno@clisp.org>
11745
11746         * tests/test-fpending.c: New file, mostly copied
11747         from coreutils/lib/t-fpending.c.
11748         * modules/fpending-tests: New file.
11749
11750 2007-10-03  Bruno Haible  <bruno@clisp.org>
11751
11752         Port the stdio extensions to QNX (untested).
11753         * lib/fseterr.c (fseterr): Add support for QNX.
11754         * lib/fbufmode.c (fbufmode): Likewise.
11755         * lib/freadable.c (freadable): Likewise.
11756         * lib/fwritable.c (fwritable): Likewise.
11757         * lib/freading.c (freading): Likewise.
11758         * lib/fwriting.c (fwriting): Likewise.
11759         * lib/freadahead.c (freadahed): Likewise.
11760         * lib/fpurge.c (fpurge): Likewise.
11761         * lib/fseeko.c (rpl_fseeko): Likewise.
11762
11763 2007-10-03  Bruno Haible  <bruno@clisp.org>
11764             Jim Meyering  <jim@meyering.net>
11765             Eric Blake  <ebb9@byu.net>
11766
11767         * doc/relocatable.texi: Use @command instead of @program.
11768
11769 2007-10-02  Jim Meyering  <jim@meyering.net>
11770
11771         Perform one more "_.h" -> ".in.h" substitution.
11772         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
11773         instead of unistd_.h here, too.
11774
11775 2007-10-01  Bruno Haible  <bruno@clisp.org>
11776
11777         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
11778         Needed for the alloca-opt module.
11779
11780 2007-09-30  Bruno Haible  <bruno@clisp.org>
11781
11782         * lib/alloca.in.h: Renamed from lib/alloca_.h.
11783         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
11784         alloca_.h.
11785         * lib/argz.in.h: Renamed from lib/argz_.h.
11786         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
11787         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
11788         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
11789         byteswap_.h.
11790         * lib/dirent.in.h: Renamed from lib/dirent_.h.
11791         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
11792         dirent_.h.
11793         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
11794         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
11795         fcntl_.h.
11796         * lib/float.in.h: Renamed from lib/float_.h.
11797         * modules/float (Files, Makefile.am): Use float.in.h instead of
11798         float_.h.
11799         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
11800         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
11801         fnmatch_.h.
11802         * lib/getopt.in.h: Renamed from lib/getopt_.h.
11803         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
11804         getopt_.h.
11805         * lib/glob.in.h: Renamed from lib/glob_.h.
11806         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
11807         * lib/iconv.in.h: Renamed from lib/iconv_.h.
11808         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
11809         iconv_.h.
11810         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
11811         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
11812         inttypes_.h.
11813         * lib/locale.in.h: Renamed from lib/locale_.h.
11814         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
11815         locale_.h.
11816         * lib/math.in.h: Renamed from lib/math_.h.
11817         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
11818         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
11819         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
11820         of netinet_in_.h. Add dependency.
11821         * lib/poll.in.h: Renamed from lib/poll_.h.
11822         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
11823         * lib/search.in.h: Renamed from lib/search_.h.
11824         * modules/search (Files, Makefile.am): Use search.in.h instead of
11825         search_.h.
11826         * lib/signal.in.h: Renamed from lib/signal_.h.
11827         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
11828         _signal.h.
11829         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
11830         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
11831         stdbool_.h.
11832         * lib/stdint.in.h: Renamed from lib/stdint_.h.
11833         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
11834         stdint_.h.
11835         * lib/stdio.in.h: Renamed from lib/stdio_.h.
11836         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
11837         stdio_.h.
11838         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
11839         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
11840         stdlib_.h.
11841         * lib/string.in.h: Renamed from lib/string_.h.
11842         * modules/string (Files, Makefile.am): Use string.in.h instead of
11843         string_.h.
11844         * doc/gnulib-tool.texi (Initial import): Update.
11845         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
11846         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
11847         of sys_select_.h. Add dependency.
11848         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
11849         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
11850         of sys_socket_.h.
11851         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
11852         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
11853         sys_stat_.h.
11854         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
11855         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
11856         sys_time_.h.
11857         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
11858         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
11859         sysexits_.h.
11860         * lib/time.in.h: Renamed from lib/time_.h.
11861         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
11862         * lib/unistd.in.h: Renamed from lib/unistd_.h.
11863         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
11864         unistd_.h.
11865         * lib/wchar.in.h: Renamed from lib/wchar_.h.
11866         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
11867         wchar_.h.
11868         * lib/wctype.in.h: Renamed from lib/wctype_.h.
11869         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
11870         wctype_.h.
11871         * build-aux/bootstrap (slurp): Update.
11872         * lib/.cppi-disable: Update.
11873
11874 2007-09-30  Bruno Haible  <bruno@clisp.org>
11875
11876         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
11877         Needed on BeOS.
11878
11879 2007-09-30  Bruno Haible  <bruno@clisp.org>
11880
11881         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
11882
11883 2007-09-29  Bruno Haible  <bruno@clisp.org>
11884
11885         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
11886
11887 2007-09-29  Bruno Haible  <bruno@clisp.org>
11888
11889         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
11890         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
11891         * build-aux/install-reloc: Compile also areadlink.c.
11892         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
11893
11894 2007-09-29  Bruno Haible  <bruno@clisp.org>
11895
11896         * gnulib-tool (func_emit_initmacro_done): Indentation.
11897
11898 2007-09-29  Bruno Haible  <bruno@clisp.org>
11899
11900         * README: Add CVS checkout update instructions.
11901         Info from Bob Proulx <bob@proulx.com>.
11902
11903 2007-09-28  Eric Blake  <ebb9@byu.net>
11904
11905         Provide move-if-change.
11906         * build-aux/move-if-change: New file, based on best practice
11907         rather than any canonical upstream location.
11908
11909 2007-09-28  Jim Meyering  <jim@meyering.net>
11910
11911         Fix canonicalize loop-detection corner case.
11912         Do not attempt to stat the symlink values stored via seen_triple.
11913         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
11914         on linux-2.6.18, (but not 2.6.22).
11915         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
11916         triple_compare.  The former compares dev,ino,filename, while the latter
11917         would actually stat dirname(filename) when dev and ino were equal.
11918         * lib/hash-triple.c: Install <string.h>.
11919         (STREQ): Define.
11920         (triple_compare_ino_str): New function.
11921         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
11922
11923 2007-09-28  Eric Blake  <ebb9@byu.net>
11924
11925         Enforce that AC_REPLACE_FUNCS files exist.
11926         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
11927         override check for typos.
11928
11929         Fix test-closein on Solaris 10.
11930         * tests/test-closein.c (main): Don't assume stdin can be inherited
11931         closed on all systems.
11932         * tests/test-closein.sh: Likewise.
11933         Reported by Piotr Tarnowski.
11934
11935 2007-09-28  Jim Meyering  <jim@meyering.net>
11936
11937         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
11938
11939 2007-09-27  Jim Meyering  <jim@meyering.net>
11940
11941         canonicalize: Avoid a false-positive cycle failure.
11942         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
11943         Sort.  Remove cycle-check.
11944         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
11945         not cycle-check.h.
11946         (seen_triple): New function.
11947         (canonicalize_filename_mode): Use it instead of cycle-check.
11948         * tests/test-canonicalize.c: Add a test for this bug.
11949         * tests/test-canonicalize.sh: Set up and run the test.
11950
11951         New module, file-set, from coreutils.
11952         * modules/file-set: Define it.
11953         * lib/file-set.c, lib/file-set.h: Implement.
11954
11955         New module, hash-triple, from coreutils.
11956         * modules/hash-triple: Define it.
11957         * lib/hash-triple.c, lib/hash-triple.h: Implement.
11958
11959 2007-09-25  Eric Blake  <ebb9@byu.net>
11960
11961         Fix strerror on Interix.
11962         * lib/string_.h (strerror): Declare replacement.
11963         * doc/functions/strerror.texi (strerror): Document the Interix
11964         shortcoming.
11965         * modules/string (Makefile.am): Support new hooks.
11966         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
11967         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
11968         gl_FUNC_STRERROR_SEPARATE.
11969         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
11970         * lib/strerror.c (rpl_strerror): Provide replacement.
11971         * modules/strerror (Depends-on): Add string.
11972         (configure.ac): Detect use of module.
11973         * tests/test-strerror.c: New file.
11974         * modules/strerror-tests: New test module.
11975         * modules/argp (Depends-on): Add strerror.
11976         * modules/error (Depends-on): Likewise.
11977         Reported by Martin Koeppe.
11978
11979 2007-09-24  Bruno Haible  <bruno@clisp.org>
11980
11981         * README: Update git instructions.
11982
11983 2007-09-24  Eric Blake  <ebb9@byu.net>
11984
11985         Revert fpending breakage from 2007-09-08.
11986         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
11987         __fpending.c.
11988
11989 2007-09-24  Jim Meyering  <jim@meyering.net>
11990
11991         filenamecat.c: Add a test.
11992         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
11993         showing how the function works when DIR is the empty string.
11994
11995 2007-09-21  Simon Josefsson  <simon@josefsson.org>
11996
11997         * tests/test-canonicalize.sh: Turn on executable bit.
11998
11999 2007-09-19  Eric Blake  <ebb9@byu.net>
12000
12001         * README: Update CVS instructions.
12002
12003 2007-09-18  Bruno Haible  <bruno@clisp.org>
12004
12005         * modules/areadlink: New file.
12006         * lib/areadlink.h (areadlink): New declaration.
12007         * lib/areadlink.c: New file, based on lib/xreadlink.c.
12008
12009 2007-09-17  Jim Meyering  <jim@meyering.net>
12010
12011         * lib/savewd.c (ESTALE) [!defined]: Define.
12012         Reported to be required on Interix by Martin Koeppe.
12013
12014 2007-09-17  Bruno Haible  <bruno@clisp.org>
12015
12016         * gnulib-tool (func_version): Use $version.
12017
12018 2007-09-16  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
12021         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
12022         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
12023         Reported by Greg Schafer <gschafer@zip.com.au>.
12024
12025 2007-09-15  Bruno Haible  <bruno@clisp.org>
12026
12027         * gnulib-tool (sed): Try a little harder to make bash understand the
12028         alias.
12029         Reported by Bruce Korb <bruce.korb@gmail.com>.
12030
12031 2007-09-13  Eric Blake  <ebb9@byu.net>
12032
12033         * ChangeLog: Remove conflict markers.
12034
12035 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12036
12037         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12038         Reported by Bruno Haible <bruno@clisp.org>.
12039
12040 2007-09-12  Bruno Haible  <bruno@clisp.org>
12041
12042         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12043         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12044         is not defined.
12045
12046 2007-09-12  Eric Blake  <ebb9@byu.net>
12047
12048         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12049         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12050         Autoconf definition.
12051         * modules/euidaccess (Depends-on): Add extensions, for
12052         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12053         * modules/fnmatch (Depends-on): Likewise.
12054         * modules/getaddrinfo (Depends-on): Likewise.
12055         * modules/getdelim (Depends-on): Likewise.
12056         * modules/getline (Depends-on): Likewise.
12057         * modules/getsubopt (Depends-on): Likewise.
12058         * modules/gettext (Depends-on): Likewise.
12059         * modules/group-member (Depends-on): Likewise.
12060         * modules/mbchar (Depends-on): Likewise.
12061         * modules/memmem (Depends-on): Likewise.
12062         * modules/mempcpy (Depends-on): Likewise.
12063         * modules/memrchr (Depends-on): Likewise.
12064         * modules/pagealign_alloc (Depends-on): Likewise.
12065         * modules/readutmp (Depends-on): Likewise.
12066         * modules/stpcpy (Depends-on): Likewise.
12067         * modules/stpncpy (Depends-on): Likewise.
12068         * modules/strchrnul (Depends-on): Likewise.
12069         * modules/strndup (Depends-on): Likewise.
12070         * modules/strsep (Depends-on): Likewise.
12071         * modules/strverscmp (Depends-on): Likewise.
12072         * modules/vasprintf (Depends-on): Likewise.
12073         * modules/wcwidth (Depends-on): Likewise.
12074         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12075         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12076         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12077         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12078         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12079         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12080         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12081         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12082         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12083         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12084         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12085         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12086         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12087         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12088         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12089         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12090         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12091         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12092         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12093         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12094         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12095         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12096         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12097         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12098         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12099         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12100         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12101         so that lock.m4 can be used in gettext without extensions module.
12102
12103 2007-09-11  Bruno Haible  <bruno@clisp.org>
12104
12105         * m4/isc-posix.m4: Remove file.
12106         Suggested by Eric Blake.
12107
12108 2007-09-11  Eric Blake  <ebb9@byu.net>
12109
12110         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12111
12112 2007-09-10  Bruno Haible  <bruno@clisp.org>
12113
12114         * posix-modules: Fix typo in error message.
12115         Reported by Matt <mkraai@beckman.com>.
12116
12117 2007-09-09  Bruno Haible  <bruno@clisp.org>
12118
12119         * doc/functions/getdelim.texi: Update list of platforms lacking the
12120         function.
12121         * doc/functions/getline.texi: Likewise.
12122
12123 2007-09-09  Jim Meyering  <jim@meyering.net>
12124
12125         * lib/hash.c (hash_initialize): Detect calloc failure.
12126         Reported by Bruno Haible.
12127
12128 2007-09-09  Bruno Haible  <bruno@clisp.org>
12129
12130         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12131         malloc or realloc fails.
12132
12133 2007-09-09  Bruno Haible  <bruno@clisp.org>
12134
12135         * modules/getcwd (Depends-on): Add malloc-posix.
12136         * modules/glob (Depends-on): Likewise.
12137         * modules/putenv (Depends-on): Likewise.
12138         * modules/strdup (Depends-on): Likewise.
12139         * modules/getdelim (Depends-on): Add realloc-posix.
12140         * modules/read-file (Depends-on): Likewise.
12141
12142 2007-09-09  Bruno Haible  <bruno@clisp.org>
12143
12144         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12145         (gl_FUNC_MALLOC_POSIX): Require it.
12146         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12147         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12148         * modules/realloc (Files): Add m4/malloc.m4.
12149         * modules/calloc (Files): Likewise.
12150
12151 2007-09-09  Bruno Haible  <bruno@clisp.org>
12152
12153         * modules/malloc-posix: New file.
12154         * modules/malloc (Depends-on): Add malloc-posix.
12155         * lib/malloc.c: Include errno.h.
12156         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12157         and a POSIX-compatible malloc into a single function. Set ENOMEM
12158         when returning NULL.
12159         * m4/malloc.m4: New file.
12160         * doc/functions/malloc.texi: Mention the malloc-posix module.
12161         * lib/stdlib_.h (malloc): New declaration.
12162         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12163         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12164         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12165         and HAVE_MALLOC_POSIX.
12166
12167 2007-09-09  Bruno Haible  <bruno@clisp.org>
12168
12169         * modules/realloc-posix: New file.
12170         * modules/realloc (Depends-on): Add realloc-posix.
12171         * lib/realloc.c: Include errno.h.
12172         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12173         and a POSIX-compatible realloc into a single function. Set ENOMEM
12174         when returning NULL.
12175         * m4/realloc.m4: New file.
12176         * doc/functions/realloc.texi: Mention the realloc-posix module.
12177         * lib/stdlib_.h (realloc): New declaration.
12178         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12179         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12180         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12181         and HAVE_REALLOC_POSIX.
12182
12183 2007-09-09  Bruno Haible  <bruno@clisp.org>
12184
12185         * modules/calloc-posix: New file.
12186         * modules/calloc (Depends-on): Add calloc-posix.
12187         * lib/calloc.c: Include errno.h.
12188         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12189         and a POSIX-compatible calloc into a single function. Set ENOMEM
12190         when returning NULL.
12191         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12192         * doc/functions/calloc.texi: Mention the calloc-posix module.
12193         * lib/stdlib_.h (calloc): New declaration.
12194         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12195         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12196         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12197         and HAVE_CALLOC_POSIX.
12198
12199 2007-09-09  Bruno Haible  <bruno@clisp.org>
12200
12201         Allow for modules to show an arbitrary notice.
12202         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12203         * gnulib-tool: New option --extract-notice.
12204         (func_usage): Document it.
12205         (sed_extract_prog): Update.
12206         (func_get_notice): New function.
12207         (func_modules_notice): New function.
12208         (func_import, func_create_testdir): Invoke it.
12209         Suggested by Jim Meyering.
12210
12211 2007-09-09  Bruno Haible  <bruno@clisp.org>
12212
12213         * gnulib-tool: New options --verbose, --quiet.
12214         (func_usage): Document them.
12215         (verbose): New variable.
12216         (func_execute_command): New function.
12217         (func_import): Don't show the module list and the file list if
12218         $verbose < 0.
12219         (func_create_testdir): Likewise. Use func_execute_command.
12220         (func_create_megatestdir): Use func_execute_command.
12221
12222 2007-09-08  Bruno Haible  <bruno@clisp.org>
12223
12224         * gnulib-tool (func_import): Prefer rsync over wget when available,
12225         for fetching the PO files.
12226
12227 2007-09-08  Bruno Haible  <bruno@clisp.org>
12228
12229         * posix-modules: New file. Portions copied from gnulib-tool.
12230         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
12231
12232 2007-09-08  Jim Meyering  <jim@meyering.net>
12233
12234         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
12235         * lib/fpending.h: Rename from __fpending.h.
12236         * lib/fpending.c: Rename from __fpending.c.
12237         Include "fpending.h", not "__fpending.h".
12238         * lib/__fpending.h, lib/__fpending.c: Remove files.
12239         * modules/fpending (Files): Reflect new file names.
12240         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
12241
12242 2007-09-08  Bruno Haible  <bruno@clisp.org>
12243
12244         * m4/inttypes-h.m4: Remove stub file.
12245
12246 2007-09-07  Simon Josefsson  <simon@josefsson.org>
12247
12248         * doc/headers/stdint.texi: Discuss #include_next issue.
12249
12250 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * build-aux/bootstrap: Remove obsolete comment about wget --help.
12253
12254 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12255
12256         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
12257         in variable name.
12258
12259 2007-09-03  Jim Meyering  <jim@meyering.net>
12260
12261         New module: git-version-gen.
12262         * modules/git-version-gen: New file.
12263
12264         Import changes from coreutils for bootstrap script.
12265
12266         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
12267
12268         bootstrap: uses rsync to download the .po files
12269         * build-aux/bootstrap (po_download_command_format): New global.
12270         (download_po_files): Use rsync.
12271         (update_po_files): Don't remove .po files after download,
12272         so future rsync runs can take advantage of the copies.
12273
12274         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
12275
12276         Solve the unnecessary-.po-file-regeneration problem once and for all.
12277         * build-aux/bootstrap (download_po_files): New function, renamed from
12278         get_translations.  Now, downloads, but doesn't update LINGUAS.
12279         (update_po_files): New function.
12280
12281         bootstrap: Ignore more.
12282         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
12283         uniwidth to e.g., lib/.gitignore.
12284         (slurp): Handle the sys_stat_.h -> sys mapping, too.
12285
12286         * build-aux/bootstrap: New setting: vc_ignore.
12287         (insert_sorted_if_absent): Create $file if absent.
12288         Adapt to new, possibly empty, list: $vc_ignore.
12289
12290         bootstrap: generate more ignorable names
12291         * build-aux/bootstrap (slurp): When generating ignorable names,
12292         also map .sin to .sed, .gperf to .c, and .y to .c.
12293
12294 2007-09-03  Jim Meyering  <jim@meyering.net>
12295
12296         * build-aux/git-version-gen: New file, from coreutils.  For details, see
12297         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
12298
12299 2007-09-02  Bruno Haible  <bruno@clisp.org>
12300
12301         Fix mis-recognition of 'mcs' on QNX 6.
12302         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
12303         output contains the string "Mono".
12304         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
12305         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
12306
12307 2007-09-01  Bruno Haible  <bruno@clisp.org>
12308
12309         Fix collision between uniwidth/* and linebreak modules.
12310         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
12311         u32_width): Remove declarations.
12312         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
12313         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
12314         streq3, streq2, streq1, streq0): Remove functions.
12315         (STREQ): Remove macro.
12316         (is_cjk_encoding): Remove function.
12317         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
12318         (uc_width, u8_width, u16_width, u32_width): Remove functions.
12319         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
12320         * NEWS: Document the change.
12321
12322 2007-09-01  Bruno Haible  <bruno@clisp.org>
12323
12324         * lib/streq.h: Add double-inclusion guard.
12325
12326 2007-09-01  Karl Berry  <karl@gnu.org>
12327
12328         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
12329
12330 2007-08-28  Jim Meyering  <jim@meyering.net>
12331
12332         Rename mreadlink_with_size to areadlink_with_size.
12333         * NEWS: Document the change.
12334         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
12335         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
12336         * lib/mreadlink.h: Rename this to...
12337         * lib/areadlink.h: ...this.
12338         * modules/mreadlink-with-size: Rename this to...
12339         * modules/areadlink-with-size: ...this.
12340         * lib/canonicalize.c: Reflect the renaming.
12341         * modules/canonicalize: Likewise.
12342
12343 2007-08-26  Bruno Haible  <bruno@clisp.org>
12344
12345         * gnulib-tool (func_import): When deciding which files to remove,
12346         consider also dangling symbolic links.
12347         Reported by Eric Blake.
12348
12349 2007-08-26  Bruno Haible  <bruno@clisp.org>
12350
12351         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
12352
12353 2007-08-23  Simon Josefsson  <simon@josefsson.org>
12354
12355         * lib/readline.c: Don't include getline.h, the prototype is now
12356         found in stdio.h.
12357
12358 2007-08-23  Jim Meyering  <jim@meyering.net>
12359
12360         Getdelim touchup.
12361         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
12362         around the funlockfile call, since funlockfile never sets errno.
12363         Don't set errno upon failed realloc.
12364
12365 2007-08-22  Eric Blake  <ebb9@byu.net>
12366
12367         Getline touchups.
12368         * lib/getdelim.c (getdelim): Revert regression that required *n to
12369         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
12370         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
12371         getdelim, rather than whether implementation is missing.
12372         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
12373         * lib/stdio_.h (getline): Also declare if replacement is
12374         required.
12375         * doc/functions/getdelim.texi: New file.
12376         * doc/functions/getline.texi: Likewise.
12377         * doc/gnulib.texi (Function Substitutes): Add new files.
12378         Reported by Bruno Haible.
12379
12380 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
12381
12382         * users.txt: Add Guile.
12383
12384 2007-08-22  Eric Blake  <ebb9@byu.net>
12385
12386         * tests/test-getdelim.c (main): Use remove, not unlink.
12387         * tests/test-getline.c (main): Likewise.
12388
12389         Move getline and getdelim into stdio.h, per POSIX 200x.
12390         * modules/getline (Files): Remove getline.h.
12391         (Depends-on): Add stdio.
12392         (configure.ac): Add module indicator.
12393         * modules/getdelim (Files): Remove getdelim.h.
12394         (Depends-on): Add stdio.
12395         (configure.ac): Add module indicator.
12396         * modules/stdio (Makefile.am): Work with new indicators.
12397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12398         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
12399         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12400         * lib/getdelim.h: Delete.
12401         * lib/getline.h: Delete.
12402         * lib/stdio_.h (getdelim, getline): Declare.
12403         * modules/getdelim-tests: New module.
12404         * modules/getline-tests: Likewise.
12405         * tests/test-getdelim.c: New file.
12406         * tests/test-getline.c: Likewise.
12407         * NEWS: Document the change.
12408         * lib/getline.c: Update choice of header.
12409         * lib/csharpcomp.c: Likewise.
12410         * lib/getpass.c: Likewise.
12411         * lib/javacomp.c: Likewise.
12412         * lib/javaversion.c: Likewise.
12413         * lib/yesno.c: Likewise.
12414         * lib/getdelim.c: Likewise.
12415         (getdelim): Set errno on failure, and avoid memory leak.
12416
12417 2007-08-19  Bruno Haible  <bruno@clisp.org>
12418
12419         * modules/closein (Depends-on): Add freadahead.
12420         * lib/closein.c: Include freadahead.h.
12421         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
12422         is zero.
12423
12424 2007-08-19  Bruno Haible  <bruno@clisp.org>
12425
12426         * modules/freadahead-tests: New file.
12427         * tests/test-freadahead.sh: New file.
12428         * tests/test-freadahead.c: New file.
12429
12430         * modules/freadahead: New file.
12431         * lib/freadahead.h: New file.
12432         * lib/freadahead.c: New file.
12433         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
12434         fbufmode, fpurge, freadable, fwritable.
12435
12436 2007-08-19  Eric Blake  <ebb9@byu.net>
12437
12438         Test yesno in combination with closein.
12439         * lib/yesno.c (yesno): Document use of stdin.
12440         * modules/yesno-tests (Files): New module.
12441         * tests/test-yesno.c (main): New file.
12442         * tests/test-yesno.sh: Likewise.
12443
12444 2007-08-19  Bruno Haible  <bruno@clisp.org>
12445
12446         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
12447         * lib/fseeko.c (rpl_fseeko): Likewise.
12448         * lib/fseterr.c (fseterr): Likewise.
12449
12450 2007-08-19  Bruno Haible  <bruno@clisp.org>
12451
12452         * tests/test-lseek.c (main): Disable a test for BeOS.
12453         * doc/functions/lseek.texi: Document the BeOS bug.
12454
12455 2007-08-19  Bruno Haible  <bruno@clisp.org>
12456             Eric Blake  <ebb9@byu.net>
12457
12458         * lib/lseek.c: Include <sys/stat.h>.
12459         (rpl_lseek): Add workaround code also for Unix platforms.
12460         Needed for BeOS.
12461         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
12462         * doc/functions/lseek.texi: Document BeOS definiency.
12463
12464 2007-08-18  Bruno Haible  <bruno@clisp.org>
12465
12466         * modules/fstrcmp-tests: New file.
12467         * tests/test-fstrcmp.c: New file.
12468
12469 2007-08-18  Bruno Haible  <bruno@clisp.org>
12470
12471         * modules/fstrcmp: New file, from GNU gettext with modifications.
12472         * lib/fstrcmp.h: New file, from GNU gettext.
12473         * lib/fstrcmp.c: New file, from GNU gettext.
12474         * MODULES.html.sh (String handling): Add fstrcmp.
12475
12476 2007-08-18  Bruno Haible  <bruno@clisp.org>
12477
12478         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
12479         'bool'.
12480         (diag, compareseq): Remove const from the ctxt argument.
12481         (USE_HEURISTIC): Undefine at the end.
12482
12483 2007-08-18  Jim Meyering  <jim@meyering.net>
12484
12485         New file: lib/idcache.h
12486         * NEWS: Mention the addition.
12487         * modules/idcache (Files): Add lib/idcache.h
12488         * lib/idcache.c: Include "idcache.h".
12489         Don't include <sys/types.h>.
12490         Add a FIXME comment.
12491         Move file-scoped "static" declarations to the top.
12492         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
12493
12494 2007-08-17  Bruno Haible  <bruno@clisp.org>
12495         and Paul Eggert  <eggert@cs.ucla.edu>
12496
12497         * MODULES.html.sh: Add diffseq.
12498         * modules/diffseq: New file.
12499         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
12500         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
12501
12502 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12503
12504         Import changes from coreutils for bootstrap script.
12505
12506         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
12507
12508         * build-aux/bootstrap (slurp): Work even in environments where
12509         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
12510         current code does not slurp files whose names start with ".", and
12511         this looks like it might be a troublesome area.
12512
12513         2007-07-11  Jim Meyering  <jim@meyering.net>
12514
12515         If there's a GPL vN copyright comment, require that N == 3.
12516
12517         2007-07-08  Jim Meyering  <jim@meyering.net>
12518
12519         Run the coreutils-specific code only if tests/Makefile.am.in exists.
12520         * build-aux/bootstrap (mam_template): Move definition out of loop.
12521
12522         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
12523
12524         * build-aux/bootstrap (symlink_to_dir): Rename function from
12525         symlink_to_gnulib.  Add a directory parameter.  Update all
12526         callers.
12527         (cp_mark_as_generated): Also check for -- and link to -- files in
12528         gl/.
12529
12530         2007-07-08  Jim Meyering  <jim@meyering.net>
12531
12532         Adapt to deeper hierarchy in gnulib.
12533         * build-aux/bootstrap (symlink_to_dir): If the destination
12534         directory doesn't exist, create it. This is required at least for
12535         "lib/uniwidth/cjk.h".
12536
12537         2007-05-15  Jim Meyering  <jim@meyering.net>
12538
12539         * build-aux/bootstrap: Now that generated Makefile.am files
12540         are no longer under version control, they must be created at
12541         bootstrap time.
12542
12543 2007-08-14  Ben Pfaff  <blp@gnu.org>
12544
12545         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
12546
12547 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12548
12549         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
12550         given the changes below.
12551         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
12552         even on hosts that have padding bits beyond the supported 64.
12553
12554 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12555
12556         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
12557         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
12558         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
12559         depends on it.
12560         (xstrtol_error): Remove.
12561         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
12562         but with a different signature.
12563         (ATTRIBUTE_NORETURN, __attribute__): New macros.
12564         * lib/xstrtol-error.c: Include exitfail.h.
12565         (xstrtol_fatal): New function, with a different signature from the
12566         old xstrtol_error, so that the caller need not worry about passing
12567         in an exit status, or about storage management of the option argument.
12568         (xstrtol_error): Now a static function.  Redo signature to
12569         implement xstrtol_fatal.  Output the correct number of hyphens in
12570         front of the option so that the caller need not worry about
12571         storage management.
12572         (N_): New macro.
12573         (_): Remove; not used now.
12574         * modules/xstrtol: Depend on getopt.
12575         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
12576         of old STRTOL_FATAL_ERROR macro.
12577         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
12578         of test program.
12579         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
12580         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
12581
12582 2007-08-08  Eric Blake  <ebb9@byu.net>
12583
12584         * lib/xstrtol-error.c: Add missing include.
12585
12586         Move xstrtol messages into gnulib domain, when --pobase is used.
12587         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
12588         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
12589         * modules/xstrtol (Files): Distribute new file.
12590         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
12591         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
12592         * tests/test-xstrtol.c: ...into new file.
12593         * tests/test-xstrtoul.c: Also test xstrtoul.
12594         * tests/test-xstrtoimax.c: Also test xstrtoimax.
12595         * tests/test-xstrtoumax.c: Also test xstrtoumax.
12596         * tests/test-xstrtol.sh: Drive the tests.
12597         * tests/test-xstrtoimax.sh: Likewise.
12598         * tests/test-xstrtoumax.sh: Likewise.
12599         * modules/xstrtol-tests: New module.
12600         * modules/xstrtoimax-tests: Likewise.
12601         * modules/xstrtoumax-tests: Likewise.
12602
12603 2007-08-08  Jim Meyering  <jim@meyering.net>
12604
12605         New function: mfile_name_concat.
12606         * lib/filenamecat.c (mfile_name_concat): New function, just like
12607         file_name_concat, but return NULL upon failure rather than exiting
12608         with a diagnostic.
12609         * lib/filenamecat.h: Declare it.
12610
12611 2007-08-07  Bruno Haible  <bruno@clisp.org>
12612
12613         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
12614         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
12615         warning from gcc.
12616         Reported by Eric Blake.
12617
12618 2007-08-07  Simon Josefsson  <simon@josefsson.org>
12619
12620         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
12621         * modules/crypto/arcfour (License): Likewise.
12622         * modules/crypto/des-tests (License): Likewise.
12623         * modules/crypto/gc-arctwo-tests (License): Likewise.
12624         * modules/crypto/gc-des-tests (License): Likewise.
12625         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
12626         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
12627         * modules/crypto/gc-md2-tests (License): Likewise.
12628         * modules/crypto/gc-md4-tests (License): Likewise.
12629         * modules/crypto/gc-md5-tests (License): Likewise.
12630         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
12631         * modules/crypto/gc-rijndael-tests (License): Likewise.
12632         * modules/crypto/gc-sha1-tests (License): Likewise.
12633         * modules/crypto/gc-tests (License): Likewise.
12634         * modules/crypto/hmac-md5 (License): Likewise.
12635         * modules/crypto/hmac-sha1 (License): Likewise.
12636         * modules/crypto/md2-tests (License): Likewise.
12637         * modules/crypto/md4-tests (License): Likewise.
12638         * modules/crypto/md5 (License): Likewise.
12639         * modules/crypto/rijndael (License): Likewise.
12640         * modules/crypto/sha1 (License): Likewise.
12641         * modules/memxor (License): Likewise.
12642
12643 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
12644         and Bruno Haible  <bruno@clisp.org>
12645
12646         * NEWS: Describe interface changes to human, xstrtol.
12647         * lib/human.h: Include <xstrtol.h>.
12648         (human_options): Return enum strtol_error, not int.  Remove
12649         bool arg; take int * instead.
12650         * lib/human.c: Don't include "gettext.h".
12651         (_): Remove; no longer used.
12652         Don't include <xstrtol.h>, since human.h does it.
12653         (human_options): Adjust to abovementioned interface changes.
12654         Do not report error to stderr; that's now the caller's
12655         responsibility.
12656         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
12657         interface change.
12658         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
12659         Str, Argument_type_string.  All uses changed.  Put " argument"
12660         in diagnostics to make them clearer.  Change wording of suffix
12661         message for clarity.
12662         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
12663         Argument_type_string.
12664         (STRTOL_FATAL_WARN): Remove; no longer used.
12665         * modules/human (Depends-on): Remove gettext-h.
12666
12667 2007-08-06  Simon Josefsson  <simon@josefsson.org>
12668
12669         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
12670
12671 2007-07-31  Bruno Haible  <bruno@clisp.org>
12672
12673         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
12674         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
12675         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
12676
12677 2007-07-31  Bruno Haible  <bruno@clisp.org>
12678
12679         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
12680         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
12681
12682 2007-07-30  Bruno Haible  <bruno@clisp.org>
12683
12684         * modules/base64 (License): Use the synonymous term "LGPLv2+".
12685         * modules/c-ctype (License): Likewise.
12686         * modules/c-strcase (License): Likewise.
12687         * modules/check-version (License): Likewise.
12688         * modules/iconv (License): Likewise.
12689         * modules/iconv_open (License): Likewise.
12690         * modules/read-file (License): Likewise.
12691         * modules/striconv (License): Likewise.
12692         * modules/strverscmp (License): Likewise.
12693         * modules/vasprintf (License): Likewise.
12694         * modules/crypto/des (License): Likewise.
12695         * modules/crypto/gc (License): Likewise.
12696         * modules/crypto/gc-arcfour (License): Likewise.
12697         * modules/crypto/gc-arctwo (License): Likewise.
12698         * modules/crypto/gc-des (License): Likewise.
12699         * modules/crypto/gc-hmac-md5 (License): Likewise.
12700         * modules/crypto/gc-hmac-sha1 (License): Likewise.
12701         * modules/crypto/gc-md2 (License): Likewise.
12702         * modules/crypto/gc-md4 (License): Likewise.
12703         * modules/crypto/gc-md5 (License): Likewise.
12704         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
12705         * modules/crypto/gc-random (License): Likewise.
12706         * modules/crypto/gc-rijndael (License): Likewise.
12707         * modules/crypto/gc-sha1 (License): Likewise.
12708         * modules/crypto/md2 (License): Likewise.
12709         * modules/crypto/md4 (License): Likewise.
12710
12711 2007-07-30  Jim Meyering  <jim@meyering.net>
12712
12713         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
12714         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
12715         it has valid stat data.  This bug would cause du not to count the
12716         sizes of inaccessible directories.
12717         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
12718         in <http://bugzilla.redhat.com/250077>.
12719
12720 2007-07-25  Peter O'Gorman  <peter@pogma.com>
12721             Bruno Haible  <bruno@clisp.org>
12722
12723         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
12724         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
12725         #include_next, gives a diagnostic about it, but reports no error in
12726         the exit code.
12727         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
12728
12729 2007-07-24  Ben Pfaff  <blp@gnu.org>
12730
12731         Improve name: "count-one-bits" is better than "popcount".
12732         * MODULES.html.sh: Update name.
12733         * lib/popcount.h: Renamed lib/count-one-bits.h.
12734         (popcount): Renamed count_one_bits.
12735         (popcountl): Renamed count_one_bits_l.
12736         (popcountll): Renamed count_one_bits_ll.
12737         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
12738         * modules/popcount: Renamed module/count-one-bits.
12739         * modules/popcount-tests: Renamed module/count-one-bits-tests.
12740         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
12741
12742 2007-07-23  Ben Pfaff  <blp@gnu.org>
12743
12744         * lib/popcount.h (popcount32): Reduce size of constants, to allow
12745         better code generation, and add U to large constants to avoid
12746         warnings, in non-GCC case.
12747         Suggested by Bruno Haible.
12748
12749 2007-07-23  Ben Pfaff  <blp@gnu.org>
12750
12751         * lib/popcount.h: Use verify_true instead of if...abort.
12752         * modules/popcount: Depend on verify module.
12753         Suggested by Jim Meyering.
12754
12755 2007-07-23  Bruno Haible  <bruno@clisp.org>
12756
12757         * gnulib-tool (func_import): Create a .cvsignore file also when the
12758         directory is not yet in CVS but the toplevel directory is. When
12759         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
12760         Reported by Karl Berry.
12761
12762 2007-07-22  Ben Pfaff  <blp@gnu.org>
12763
12764         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
12765         case.
12766         Suggested by Eric Blake.
12767
12768 2007-07-22  Ben Pfaff  <blp@gnu.org>
12769
12770         New module: popcount.
12771         * MODULES.html.sh: Add popcount.
12772         * modules/popcount: New file.
12773         * modules/popcount-tests: New file.
12774         * tests/test-popcount.c: New file.
12775         * lib/popcount.h: New file.
12776         * m4/popcount.m4: New file.
12777
12778 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12779
12780         * build-aux/announce-gen: Update to GPLv3.
12781
12782         * build-aux/config.guess: Update from config.
12783
12784 2007-07-21  Bruno Haible  <bruno@clisp.org>
12785
12786         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
12787         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
12788
12789 2007-07-20  Jim Meyering  <jim@meyering.net>
12790
12791         * check-module: Diagnose a self-dependency.
12792
12793 2007-07-19  Bruno Haible  <bruno@clisp.org>
12794
12795         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
12796         empty.
12797         Reported by Eric Blake.
12798
12799 2007-07-18  Bruno Haible  <bruno@clisp.org>
12800
12801         * gnulib-tool: New options --po-base, --po-domain.
12802         (func_usage): Document them.
12803         (pobase, po_domain): New variables.
12804         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
12805         DEFAULT_TEXT_DOMAIN.
12806         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
12807         (func_import): Consider pobase and po_domain. Create a po/ directory.
12808         (func_create_testdir): Set pobase and po_domain to empty.
12809         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
12810         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
12811
12812 2007-07-18  Bruno Haible  <bruno@clisp.org>
12813
12814         * gnulib-tool (func_get_automake_snippet): Synthesize also an
12815         EXTRA_DIST augmentation for files in build-aux/.
12816
12817 2007-07-16  Bruno Haible  <bruno@clisp.org>
12818
12819         * modules/lseek (License): Use the synonymous term "LGPLv2+".
12820         * modules/getdelim (License): Likewise.
12821
12822 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12823
12824         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
12825         * modules/d-type (License): Likewise.
12826         * modules/extensions (License): Likewise.
12827         * modules/fnmatch (License): Likewise.
12828         * modules/fseeko (License): Likewise.
12829         * modules/getaddrinfo (License): Likewise.
12830         * modules/getline (License): Likewise.
12831         * modules/getlogin_r (License): Likewise.
12832         * modules/getpass (License): Likewise.
12833         * modules/gettimeofday (License): Likewise.
12834         * modules/glob (License): Likewise.
12835         * modules/inet_ntop (License): Likewise.
12836         * modules/malloc (License): Likewise.
12837         * modules/malloca (License): Likewise.
12838         * modules/memmem (License): Likewise.
12839         * modules/mempcpy (License): Likewise.
12840         * modules/memset (License): Likewise.
12841         * modules/minmax (License): Likewise.
12842         * modules/mktime (License): Likewise.
12843         * modules/netinet_in (License): Likewise.
12844         * modules/pathmax (License): Likewise.
12845         * modules/poll (License): Likewise.
12846         * modules/regex (License): Likewise.
12847         * modules/snprintf (License): Likewise.
12848         * modules/stdbool (License): Likewise.
12849         * modules/stdint (License): Likewise.
12850         * modules/stdio (License): Likewise.
12851         * modules/strcase (License): Likewise.
12852         * modules/strcasestr (License): Likewise.
12853         * modules/strdup (License): Likewise.
12854         * modules/string (License): Likewise.
12855         * modules/strndup (License): Likewise.
12856         * modules/strnlen (License): Likewise.
12857         * modules/strpbrk (License): Likewise.
12858         * modules/strptime (License): Likewise.
12859         * modules/strsep (License): Likewise.
12860         * modules/sys_select (License): Likewise.
12861         * modules/sys_socket (License): Likewise.
12862         * modules/sys_stat (License): Likewise.
12863         * modules/sys_time (License): Likewise.
12864         * modules/time (License): Likewise.
12865         * modules/time_r (License): Likewise.
12866         * modules/timegm (License): Likewise.
12867         * modules/unistd (License): Likewise.
12868         * modules/vsnprintf (License): Likewise.
12869         * modules/wctype (License): Likewise.
12870
12871 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12872
12873         * modules/argz (License): LGPLv2+.
12874
12875 2007-07-15  Karl Berry  <karl@gnu.org>
12876
12877         * doc/gnulib.texi: revise node structure per new fdl.texi.
12878
12879 2007-07-14  Bruno Haible  <bruno@clisp.org>
12880
12881         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
12882         the output file.
12883         * lib/uniname/uninames.h: Regenerated.
12884
12885 2007-07-14  Karl Berry  <karl@gnu.org>
12886
12887         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
12888         omitting sectioning and index commands.
12889
12890 2007-07-13  Bruno Haible  <bruno@clisp.org>
12891
12892         New gnulib-tool option --more-symlinks.
12893         * gnulib-tool (func_usage): Document --more-symlinks.
12894         (do_copyrights): New variable.
12895         Recognize option --more-symlinks.
12896         (func_import): Don't add a copyright notice transform to
12897         sed_transform_lib_file if do_copyrights is empty.
12898
12899 2007-07-13  Bruno Haible  <bruno@clisp.org>
12900
12901         * lib/vasnprintf.c (decimal_point_char): Define also if
12902         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
12903         && !NEED_PRINTF_DIRECTIVE_A.
12904         Reported by Clemens Koller <clemens.koller@anagramm.de> via
12905         Gary V. Vaughan <gary@gnu.org>.
12906
12907 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * lib/inttypes_.h: Undo previous change, since it was fixed
12910         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
12911
12912 2007-07-13  Bruno Haible  <bruno@clisp.org>
12913
12914         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
12915         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
12916
12917 2007-07-13  Jim Meyering  <jim@meyering.net>
12918
12919         df: Don't fail for Tru64's "file-on-file mount".
12920         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
12921         so we fall through and use statfs instead.  Details here:
12922         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
12923         Reported by Albert Chin.
12924
12925 2007-07-13  Bruno Haible  <bruno@clisp.org>
12926
12927         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
12928         * modules/configmake (License): Likewise.
12929         * modules/gettext (License): Likewise.
12930         * modules/gettext-h (License): Likewise.
12931         * modules/include_next (License): Likewise.
12932         * modules/link-warning (License): Likewise.
12933         * modules/localcharset (License): Likewise.
12934         * modules/localename (License): Likewise.
12935         * modules/lock (License): Likewise.
12936         * modules/relocatable-lib-lgpl (License): Likewise.
12937         * modules/size_max (License): Likewise.
12938         * modules/vasnprintf (License): Likewise.
12939         * modules/wchar (License): Likewise.
12940         * modules/xsize (License): Likewise.
12941
12942 2007-07-13  Bruno Haible  <bruno@clisp.org>
12943
12944         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
12945         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
12946
12947 2007-07-12  Bruno Haible  <bruno@clisp.org>
12948
12949         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
12950         in the modules files.
12951
12952 2007-07-11  Karl Berry  <karl@gnu.org>
12953
12954         * MODULES.html.sh (func_module): use
12955          sed -e '\|^'"${includefile}"'$|d'
12956          instead of /.../d, to avoid errors on $includefile's containing /.
12957
12958 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12959
12960         * gnulib-tool (func_import): Avoid duplication of --avoid
12961         statements
12962         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
12963         names to `_' in variable names.
12964
12965 2007-07-10  Eric Blake  <ebb9@byu.net>
12966
12967         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
12968         * NEWS: Document this change.
12969
12970 2007-07-08  Bruno Haible  <bruno@clisp.org>
12971
12972         Update to Unicode 5.0.
12973         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
12974         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
12975         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
12976         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
12977         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
12978         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
12979         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
12980         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
12981         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
12982         U+10A3F, U+1D242..U+1D244.
12983         (nonspacing_table_ind): Update.
12984         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
12985         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
12986
12987 2007-07-08  Bruno Haible  <bruno@clisp.org>
12988
12989         Update to Unicode 5.0.
12990         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
12991         code transform. Extend the name index field of unicode_name_to_code and
12992         unicode_code_to_name from 16 to 24 bits.
12993         * lib/uniname/uniname.c (unicode_character_name,
12994         unicode_name_character): Add the range 0x12xxx to the code transform.
12995         * lib/uniname/uninames.h: Regenerated.
12996         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
12997
12998 2007-07-07  Bruno Haible  <bruno@clisp.org>
12999
13000         * modules/wcwidth-tests: New file.
13001         * tests/test-wcwidth.c: New file.
13002
13003         Work around MacOS X wcwidth() bug.
13004         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
13005         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
13006         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
13007         original wcwidth in non-UTF-8 locales.
13008         * modules/wcwidth (Depends-on): Add localcharset, streq,
13009         uniwidth/width.
13010         * doc/functions/wcwidth.texi: Update.
13011
13012 2007-07-07  Bruno Haible  <bruno@clisp.org>
13013
13014         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
13015         (wcwidth): New declaration.
13016         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
13017         macros.
13018         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
13019         here. Prepare for creating <wchar.h> unconditionally.
13020         * modules/wchar (Depends-on): Add link-warning.
13021         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
13022         REPLACE_WCWIDTH, and GL_LINK_WARNING.
13023         * lib/wcwidth.h: Remove file.
13024         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13025         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13026         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13027         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13028         (Include): Replace wcwidth.h with <wchar.h>.
13029         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13030         * lib/mbchar.h: Don't include wcwidth.h.
13031         * lib/mbswidth.c: Likewise.
13032         * NEWS: Mention the change.
13033
13034 2007-07-07  Bruno Haible  <bruno@clisp.org>
13035
13036         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13037         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13038         definition with an external declaration.
13039         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13040         defined as a function. Remove AC_C_INLINE requirement.
13041         * modules/wcwidth (Files): Add lib/wcwidth.c.
13042         (Makefile.am): Remove redundant statement.
13043
13044 2007-07-07  Bruno Haible  <bruno@clisp.org>
13045
13046         * MODULES.html.sh (Unicode string functions): Add the new modules.
13047
13048         * tests/uniwidth/test-u32-strwidth.c: New file.
13049         * modules/uniwidth/u32-strwidth-tests: New file.
13050
13051         * lib/uniwidth/u32-strwidth.c: New file.
13052         * modules/uniwidth/u32-strwidth: New file.
13053
13054         * tests/uniwidth/test-u16-strwidth.c: New file.
13055         * modules/uniwidth/u16-strwidth-tests: New file.
13056
13057         * lib/uniwidth/u16-strwidth.c: New file.
13058         * modules/uniwidth/u16-strwidth: New file.
13059
13060         * tests/uniwidth/test-u8-strwidth.c: New file.
13061         * modules/uniwidth/u8-strwidth-tests: New file.
13062
13063         * lib/uniwidth/u8-strwidth.c: New file.
13064         * modules/uniwidth/u8-strwidth: New file.
13065
13066         * tests/uniwidth/test-u32-width.c: New file.
13067         * modules/uniwidth/u32-width-tests: New file.
13068
13069         * lib/uniwidth/u32-width.c: New file.
13070         * modules/uniwidth/u32-width: New file.
13071
13072         * tests/uniwidth/test-u16-width.c: New file.
13073         * modules/uniwidth/u16-width-tests: New file.
13074
13075         * lib/uniwidth/u16-width.c: New file.
13076         * modules/uniwidth/u16-width: New file.
13077
13078         * tests/uniwidth/test-u8-width.c: New file.
13079         * modules/uniwidth/u8-width-tests: New file.
13080
13081         * lib/uniwidth/u8-width.c: New file.
13082         * modules/uniwidth/u8-width: New file.
13083
13084         * tests/uniwidth/test-uc_width.c: New file.
13085         * modules/uniwidth/width-tests: New file.
13086
13087         * lib/uniwidth/width.c: New file, from GNU libiconv.
13088         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13089         * modules/uniwidth/width: New file.
13090
13091         * lib/uniwidth.h: New file, from GNU libiconv.
13092         * modules/uniwidth/base: New file.
13093
13094 2007-07-07  Bruno Haible  <bruno@clisp.org>
13095
13096         * lib/uniname.h: New file, from GNU gettext.
13097         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13098         * lib/uniname/uninames.h: New file, from GNU gettext.
13099         * lib/uniname/uniname.c: New file, from GNU gettext.
13100         * tests/uniname/test-uninames.sh: New file.
13101         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13102         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13103         * modules/uniname/base: New file.
13104         * modules/uniname/uniname: New file.
13105         * modules/uniname/uniname-tests: New file.
13106         * MODULES.html.sh (Unicode string functions): Add the new modules.
13107
13108 2007-07-06  Bruno Haible  <bruno@clisp.org>
13109
13110         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13111
13112 2007-07-06  Bruno Haible  <bruno@clisp.org>
13113
13114         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13115         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13116         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13117         include <sys/time.h>.
13118         Reported by Eric Blake.
13119
13120 2007-07-06  Eric Blake  <ebb9@byu.net>
13121
13122         Fix testing canonicalize on cygwin.
13123         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13124         Revert patch from 2007-06-19.
13125         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13126         canonicalize module is also in use.
13127         * tests/test-canonicalize.c: New file.
13128         * tests/test-canonicalize.sh: Likewise.
13129         * modules/canonicalize-tests: Likewise.
13130
13131 2007-07-06  Jim Meyering  <jim@meyering.net>
13132
13133         * lib/getugroups.c (getugroups): Detect getgrent failure.
13134         Adjust comment to reflect reality: this function may return -1.
13135
13136 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13137
13138         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13139         the new TP address.
13140         (usage): Fix typo
13141         (gnulib_mk): New variable.
13142
13143 2007-07-05  Jim Meyering  <jim@meyering.net>
13144
13145         Don't let endgrent clobber errno, no matter how improbable.
13146         * lib/getugroups.c (getugroups): Save and restore errno around
13147         endgrent call.
13148
13149         Close the group DB even when failing with 2^31 or more members.
13150         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13151
13152 2007-07-04  Jim Meyering  <jim@meyering.net>
13153
13154         * lib/getugroups.h: New file.
13155         * lib/getugroups.c: Include "getugroups.h".
13156         Remove uses of "register" keyword.
13157         Move local variable, "cp", down into scope where used.
13158         Give "username" parameter the "const" attribute.
13159         * modules/getugroups (Files): Add lib/getugroups.h
13160
13161 2007-07-04  Karl Berry  <karl@gnu.org>
13162
13163         * MODULES.html.sh (func_all_modules): Complete rename of
13164         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13165
13166 2007-07-02  Bruno Haible  <bruno@clisp.org>
13167
13168         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13169         mode, when inttypes.h comes from gnulib.
13170         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13171
13172 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13173
13174         * NEWS: Mention lgpl module name change.
13175
13176         * modules/lgpl-2.1: Renamed from lgpl.
13177
13178         * NEWS: Mention gpl module name change.
13179
13180         * modules/gpl-3.0: New file, based on gpl-2.0.
13181
13182         * modules/gpl-2.0: Renamed from gpl.
13183
13184         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13185         doc/gpl-2.0.texi.
13186
13187 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13188
13189         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13190         #define __STDC_LIMIT_MACROS temporarily while including
13191         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13192         Problem reported by Joel E. Denny in
13193         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13194
13195 2007-07-01  Bruno Haible  <bruno@clisp.org>
13196
13197         * lib/unistdio.h: New file.
13198         * lib/unistdio/u-asnprintf.h: New file.
13199         * lib/unistdio/u-asprintf.h: New file.
13200         * lib/unistdio/u-printf-args.c: New file.
13201         * lib/unistdio/u-printf-args.h: New file.
13202         * lib/unistdio/u-printf-parse.h: New file.
13203         * lib/unistdio/u-snprintf.h: New file.
13204         * lib/unistdio/u-sprintf.h: New file.
13205         * lib/unistdio/u-vasprintf.h: New file.
13206         * lib/unistdio/u-vsnprintf.h: New file.
13207         * lib/unistdio/u-vsprintf.h: New file.
13208         * lib/unistdio/ulc-asnprintf.c: New file.
13209         * lib/unistdio/ulc-asprintf.c: New file.
13210         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
13211         * lib/unistdio/ulc-printf-parse.c: New file.
13212         * lib/unistdio/ulc-snprintf.c: New file.
13213         * lib/unistdio/ulc-sprintf.c: New file.
13214         * lib/unistdio/ulc-vasnprintf.c: New file.
13215         * lib/unistdio/ulc-vasprintf.c: New file.
13216         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
13217         * lib/unistdio/ulc-vsnprintf.c: New file.
13218         * lib/unistdio/ulc-vsprintf.c: New file.
13219         * lib/unistdio/u8-asnprintf.c: New file.
13220         * lib/unistdio/u8-asprintf.c: New file.
13221         * lib/unistdio/u8-printf-parse.c: New file.
13222         * lib/unistdio/u8-snprintf.c: New file.
13223         * lib/unistdio/u8-sprintf.c: New file.
13224         * lib/unistdio/u8-vasnprintf.c: New file.
13225         * lib/unistdio/u8-vasprintf.c: New file.
13226         * lib/unistdio/u8-vsnprintf.c: New file.
13227         * lib/unistdio/u8-vsprintf.c: New file.
13228         * lib/unistdio/u8-u8-asnprintf.c: New file.
13229         * lib/unistdio/u8-u8-asprintf.c: New file.
13230         * lib/unistdio/u8-u8-snprintf.c: New file.
13231         * lib/unistdio/u8-u8-sprintf.c: New file.
13232         * lib/unistdio/u8-u8-vasnprintf.c: New file.
13233         * lib/unistdio/u8-u8-vasprintf.c: New file.
13234         * lib/unistdio/u8-u8-vsnprintf.c: New file.
13235         * lib/unistdio/u8-u8-vsprintf.c: New file.
13236         * lib/unistdio/u16-asnprintf.c: New file.
13237         * lib/unistdio/u16-asprintf.c: New file.
13238         * lib/unistdio/u16-printf-parse.c: New file.
13239         * lib/unistdio/u16-snprintf.c: New file.
13240         * lib/unistdio/u16-sprintf.c: New file.
13241         * lib/unistdio/u16-vasnprintf.c: New file.
13242         * lib/unistdio/u16-vasprintf.c: New file.
13243         * lib/unistdio/u16-vsnprintf.c: New file.
13244         * lib/unistdio/u16-vsprintf.c: New file.
13245         * lib/unistdio/u16-u16-asnprintf.c: New file.
13246         * lib/unistdio/u16-u16-asprintf.c: New file.
13247         * lib/unistdio/u16-u16-snprintf.c: New file.
13248         * lib/unistdio/u16-u16-sprintf.c: New file.
13249         * lib/unistdio/u16-u16-vasnprintf.c: New file.
13250         * lib/unistdio/u16-u16-vasprintf.c: New file.
13251         * lib/unistdio/u16-u16-vsnprintf.c: New file.
13252         * lib/unistdio/u16-u16-vsprintf.c: New file.
13253         * lib/unistdio/u32-asnprintf.c: New file.
13254         * lib/unistdio/u32-asprintf.c: New file.
13255         * lib/unistdio/u32-printf-parse.c: New file.
13256         * lib/unistdio/u32-snprintf.c: New file.
13257         * lib/unistdio/u32-sprintf.c: New file.
13258         * lib/unistdio/u32-vasnprintf.c: New file.
13259         * lib/unistdio/u32-vasprintf.c: New file.
13260         * lib/unistdio/u32-vsnprintf.c: New file.
13261         * lib/unistdio/u32-vsprintf.c: New file.
13262         * lib/unistdio/u32-u32-asnprintf.c: New file.
13263         * lib/unistdio/u32-u32-asprintf.c: New file.
13264         * lib/unistdio/u32-u32-snprintf.c: New file.
13265         * lib/unistdio/u32-u32-sprintf.c: New file.
13266         * lib/unistdio/u32-u32-vasnprintf.c: New file.
13267         * lib/unistdio/u32-u32-vasprintf.c: New file.
13268         * lib/unistdio/u32-u32-vsnprintf.c: New file.
13269         * lib/unistdio/u32-u32-vsprintf.c: New file.
13270         * tests/unistdio/test-ulc-asnprintf1.c: New file.
13271         * tests/unistdio/test-ulc-asnprintf1.h: New file.
13272         * tests/unistdio/test-ulc-printf1.h: New file.
13273         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
13274         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
13275         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
13276         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
13277         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
13278         * tests/unistdio/test-ulc-vasprintf1.c: New file.
13279         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
13280         * tests/unistdio/test-ulc-vsprintf1.c: New file.
13281         * tests/unistdio/test-u8-asnprintf1.c: New file.
13282         * tests/unistdio/test-u8-asnprintf1.h: New file.
13283         * tests/unistdio/test-u8-printf1.h: New file.
13284         * tests/unistdio/test-u8-vasnprintf1.c: New file.
13285         * tests/unistdio/test-u8-vasnprintf2.c: New file.
13286         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
13287         * tests/unistdio/test-u8-vasnprintf3.c: New file.
13288         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
13289         * tests/unistdio/test-u8-vasprintf1.c: New file.
13290         * tests/unistdio/test-u8-vsnprintf1.c: New file.
13291         * tests/unistdio/test-u8-vsprintf1.c: New file.
13292         * tests/unistdio/test-u16-asnprintf1.c: New file.
13293         * tests/unistdio/test-u16-asnprintf1.h: New file.
13294         * tests/unistdio/test-u16-printf1.h: New file.
13295         * tests/unistdio/test-u16-vasnprintf1.c: New file.
13296         * tests/unistdio/test-u16-vasnprintf2.c: New file.
13297         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
13298         * tests/unistdio/test-u16-vasnprintf3.c: New file.
13299         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
13300         * tests/unistdio/test-u16-vasprintf1.c: New file.
13301         * tests/unistdio/test-u16-vsnprintf1.c: New file.
13302         * tests/unistdio/test-u16-vsprintf1.c: New file.
13303         * tests/unistdio/test-u32-asnprintf1.c: New file.
13304         * tests/unistdio/test-u32-asnprintf1.h: New file.
13305         * tests/unistdio/test-u32-printf1.h: New file.
13306         * tests/unistdio/test-u32-vasnprintf1.c: New file.
13307         * tests/unistdio/test-u32-vasnprintf2.c: New file.
13308         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
13309         * tests/unistdio/test-u32-vasnprintf3.c: New file.
13310         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
13311         * tests/unistdio/test-u32-vasprintf1.c: New file.
13312         * tests/unistdio/test-u32-vsnprintf1.c: New file.
13313         * tests/unistdio/test-u32-vsprintf1.c: New file.
13314         * modules/unistdio/base: New file.
13315         * modules/unistdio/u-printf-args: New file.
13316         * modules/unistdio/ulc-asnprintf: New file.
13317         * modules/unistdio/ulc-asprintf: New file.
13318         * modules/unistdio/ulc-fprintf: New file.
13319         * modules/unistdio/ulc-printf-parse: New file.
13320         * modules/unistdio/ulc-snprintf: New file.
13321         * modules/unistdio/ulc-sprintf: New file.
13322         * modules/unistdio/ulc-vasnprintf: New file.
13323         * modules/unistdio/ulc-vasprintf: New file.
13324         * modules/unistdio/ulc-vfprintf: New file.
13325         * modules/unistdio/ulc-vsnprintf: New file.
13326         * modules/unistdio/ulc-vsprintf: New file.
13327         * modules/unistdio/u8-asnprintf: New file.
13328         * modules/unistdio/u8-asprintf: New file.
13329         * modules/unistdio/u8-printf-parse: New file.
13330         * modules/unistdio/u8-snprintf: New file.
13331         * modules/unistdio/u8-sprintf: New file.
13332         * modules/unistdio/u8-vasnprintf: New file.
13333         * modules/unistdio/u8-vasprintf: New file.
13334         * modules/unistdio/u8-vsnprintf: New file.
13335         * modules/unistdio/u8-vsprintf: New file.
13336         * modules/unistdio/u8-u8-asnprintf: New file.
13337         * modules/unistdio/u8-u8-asprintf: New file.
13338         * modules/unistdio/u8-u8-snprintf: New file.
13339         * modules/unistdio/u8-u8-sprintf: New file.
13340         * modules/unistdio/u8-u8-vasnprintf: New file.
13341         * modules/unistdio/u8-u8-vasprintf: New file.
13342         * modules/unistdio/u8-u8-vsnprintf: New file.
13343         * modules/unistdio/u8-u8-vsprintf: New file.
13344         * modules/unistdio/u16-asnprintf: New file.
13345         * modules/unistdio/u16-asprintf: New file.
13346         * modules/unistdio/u16-printf-parse: New file.
13347         * modules/unistdio/u16-snprintf: New file.
13348         * modules/unistdio/u16-sprintf: New file.
13349         * modules/unistdio/u16-vasnprintf: New file.
13350         * modules/unistdio/u16-vasprintf: New file.
13351         * modules/unistdio/u16-vsnprintf: New file.
13352         * modules/unistdio/u16-vsprintf: New file.
13353         * modules/unistdio/u16-u16-asnprintf: New file.
13354         * modules/unistdio/u16-u16-asprintf: New file.
13355         * modules/unistdio/u16-u16-snprintf: New file.
13356         * modules/unistdio/u16-u16-sprintf: New file.
13357         * modules/unistdio/u16-u16-vasnprintf: New file.
13358         * modules/unistdio/u16-u16-vasprintf: New file.
13359         * modules/unistdio/u16-u16-vsnprintf: New file.
13360         * modules/unistdio/u16-u16-vsprintf: New file.
13361         * modules/unistdio/u32-asnprintf: New file.
13362         * modules/unistdio/u32-asprintf: New file.
13363         * modules/unistdio/u32-printf-parse: New file.
13364         * modules/unistdio/u32-snprintf: New file.
13365         * modules/unistdio/u32-sprintf: New file.
13366         * modules/unistdio/u32-vasnprintf: New file.
13367         * modules/unistdio/u32-vasprintf: New file.
13368         * modules/unistdio/u32-vsnprintf: New file.
13369         * modules/unistdio/u32-vsprintf: New file.
13370         * modules/unistdio/u32-u32-asnprintf: New file.
13371         * modules/unistdio/u32-u32-asprintf: New file.
13372         * modules/unistdio/u32-u32-snprintf: New file.
13373         * modules/unistdio/u32-u32-sprintf: New file.
13374         * modules/unistdio/u32-u32-vasnprintf: New file.
13375         * modules/unistdio/u32-u32-vasprintf: New file.
13376         * modules/unistdio/u32-u32-vsnprintf: New file.
13377         * modules/unistdio/u32-u32-vsprintf: New file.
13378         * modules/unistdio/ulc-asnprintf-tests: New file.
13379         * modules/unistdio/ulc-vasnprintf-tests: New file.
13380         * modules/unistdio/ulc-vasprintf-tests: New file.
13381         * modules/unistdio/ulc-vsnprintf-tests: New file.
13382         * modules/unistdio/ulc-vsprintf-tests: New file.
13383         * modules/unistdio/u8-asnprintf-tests: New file.
13384         * modules/unistdio/u8-vasnprintf-tests: New file.
13385         * modules/unistdio/u8-vasprintf-tests: New file.
13386         * modules/unistdio/u8-vsnprintf-tests: New file.
13387         * modules/unistdio/u8-vsprintf-tests: New file.
13388         * modules/unistdio/u16-asnprintf-tests: New file.
13389         * modules/unistdio/u16-vasnprintf-tests: New file.
13390         * modules/unistdio/u16-vasprintf-tests: New file.
13391         * modules/unistdio/u16-vsnprintf-tests: New file.
13392         * modules/unistdio/u16-vsprintf-tests: New file.
13393         * modules/unistdio/u32-asnprintf-tests: New file.
13394         * modules/unistdio/u32-vasnprintf-tests: New file.
13395         * modules/unistdio/u32-vasprintf-tests: New file.
13396         * modules/unistdio/u32-vsnprintf-tests: New file.
13397         * modules/unistdio/u32-vsprintf-tests: New file.
13398         * MODULES.html.sh (Unicode string functions): Add the new modules.
13399
13400 2007-07-01  Bruno Haible  <bruno@clisp.org>
13401
13402         * lib/sprintf.c (sprintf): Limit the available length estimation,
13403         to avoid address wraparound.
13404         * lib/vsprintf.c (vsprintf): Likewise.
13405         * modules/sprintf-posix (Dependencies): Add stdint.
13406         * modules/vsprintf-posix (Dependencies): Likewise.
13407
13408 2007-07-01  Bruno Haible  <bruno@clisp.org>
13409
13410         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
13411         Windows PATH as well. Conservative double-quoting. Comments.
13412
13413 2007-07-01  Bruno Haible  <bruno@clisp.org>
13414             Eric Blake  <ebb9@byu.net>
13415             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13416
13417         * gnulib-tool (self_abspathname): Fix algorithm to cope with
13418         empty components in $PATH, denoting '.'.
13419
13420 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13421
13422         * gnulib-tool: Fix indentation.
13423         (func_create_megatestdir): Likewise.
13424         Report by Bruno Haible.
13425
13426 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13427
13428         Sync from Automake.
13429         * build-aux/gnupload: Fix shell portability issues with for loops.
13430         Report by Karl Berry.
13431
13432 2007-06-29  Simon Josefsson  <simon@josefsson.org>
13433
13434         * build-aux/maint.mk (POURL): Use translationproject.org.
13435
13436 2007-06-27  Simon Josefsson  <simon@josefsson.org>
13437             Bruno Haible  <bruno@clisp.org>
13438
13439         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
13440         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
13441         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
13442         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
13443         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
13444
13445 2007-06-27  Bruno Haible  <bruno@clisp.org>
13446
13447         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
13448         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
13449
13450 2007-06-26  Karl Berry  <karl@gnu.org>
13451
13452         * MODULES.html.sh: remove xreadlink-with-size.
13453
13454 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13455
13456         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
13457         method that I hope also handles the double-include problem noted
13458         by Bruno Haible in
13459         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
13460
13461 2007-06-23  Bruno Haible  <bruno@clisp.org>
13462
13463         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13464         Don't let the 'mostlyclean' target fail if the last subdirectory could
13465         not be removed.
13466         Reported by Karl Berry.
13467
13468 2007-06-23  Bruno Haible  <bruno@clisp.org>
13469
13470         * gnulib-tool (echo): Add a speedier workaround for ksh.
13471         * tests/test-echo.sh: Likewise.
13472
13473 2007-06-23  Bruno Haible  <bruno@clisp.org>
13474
13475         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
13476         * tests/test-echo.sh: Likewise.
13477
13478 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13479
13480         * gnulib-tool (IFS): Initialize early, so we don't set it to
13481         empty later.
13482         (self_abspathname): Rewrite algorithm to set it, reindent.
13483         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
13484         (func_create_megatestdir): Merge some sed scripts.
13485
13486 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13487
13488         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
13489         exposed by Sun Studio 11 cc on Solaris 8.
13490
13491 2007-06-22  Bruno Haible  <bruno@clisp.org>
13492
13493         * gnulib-tool (echo): Ensure the echo primitive does not interpret
13494         backslashes.
13495         * tests/test-echo.sh: New file.
13496
13497 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13498
13499         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
13500         simplify `sed_replace_build_aux' scripts, they are portable but
13501         echoing them with `echo' is not.
13502         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
13503
13504 2007-06-21  Karl Berry  <karl@gnu.org>
13505
13506         * config/srclist.txt: guess we can't handle the licenses via
13507         srclist at the moment.
13508
13509 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13510
13511         * MODULES.html.sh: Add include_next.
13512         * modules/include_next: New file.
13513
13514 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
13517         INCLUDE_NEXT.
13518         (gl_CHECK_NEXT_HEADERS): New macro.
13519         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
13520         the obsolescent gl_ABSOLUTE_HEADER.
13521         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
13522         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
13523         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
13524         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
13525         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
13526         * m4/math_h.m4 (gl_MATH_H): Likewise.
13527         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
13528         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
13529         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
13530         * m4/stdint.m4 (gl_STDINT_H): Likewise.
13531         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
13532         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
13533         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
13534         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13535         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
13536         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
13537         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
13538         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
13539         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
13540         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
13541         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13542         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
13543         * m4/inttypes.m4 (gl_INTTYPES_H): Define
13544         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
13545         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
13546         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
13547         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
13548         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
13549         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
13550         * lib/float_.h: Likewise.
13551         * lib/inttypes_.h: Likewise.
13552         * lib/math_.h: Likewise.
13553         * lib/search_.h: Likewise.
13554         * lib/signal_.h: Likewise.
13555         * lib/stdint_.h: Likewise.
13556         * lib/stdio_.h: Likewise.
13557         * lib/stdlib_.h: Likewise.
13558         * lib/string_.h: Likewise.
13559         * lib/sys_stat_.h: Likewise.
13560         * lib/sys_time_.h: Likewise.
13561         * lib/time_.h: Likewise.
13562         * lib/unistd_.h: Likewise.
13563         * lib/wchar_.h: Likewise.
13564         * lib/wctype_.h: Likewise.
13565         * lib/dirent_.h: Likewise.
13566         * lib/iconv_.h: Likewise.
13567         * lib/locale_.h: Likewise.
13568         * lib/netinet_in_.h: Likewise.
13569         * lib/sys_select_.h: Likewise.
13570         * lib/sys_socket_.h: Likewise.
13571         * lib/sysexits_.h: Likewise.
13572         * modules/fcntl (Depends-on): Depend on include_next, not
13573         absolute_header.
13574         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
13575         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
13576         * modules/fchdir: Likewise.
13577         * modules/float: Likewise.
13578         * modules/iconv_open: Likewise.
13579         * modules/inttypes: Likewise.
13580         * modules/locale: Likewise.
13581         * modules/math: Likewise.
13582         * modules/netinet_in: Likewise.
13583         * modules/search: Likewise.
13584         * modules/signal: Likewise.
13585         * modules/stdint: Likewise.
13586         * modules/stdio: Likewise.
13587         * modules/stdlib: Likewise.
13588         * modules/string: Likewise.
13589         * modules/sys_select: Likewise.
13590         * modules/sys_socket: Likewise.
13591         * modules/sys_stat: Likewise.
13592         * modules/sys_time: Likewise.
13593         * modules/sysexits: Likewise.
13594         * modules/time: Likewise.
13595         * modules/unistd: Likewise.
13596         * modules/wchar: Likewise.
13597         * modules/wctype: Likewise.
13598         * modules/sys_stat: Change maintainer to "all".
13599         * modules/unistd: Likewise.
13600
13601 2007-06-20  Karl Berry  <karl@gnu.org>
13602
13603         * config/srclist.txt: track www changes in license files.
13604
13605 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
13606
13607         * build-aux/bootstrap: Remove stray dot.
13608         Make sure build_aux settings are honored when linking
13609         gnulib_extra_files.
13610
13611 2007-06-19  Eric Blake  <ebb9@byu.net>
13612
13613         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13614         Allow compilation on cygwin.
13615
13616 2007-06-19  Jim Meyering  <jim@meyering.net>
13617
13618         xreadlink-with-size: Remove module.  No longer used.
13619         Ex-callers now use xreadlink or mreadlink-with-size.
13620         * modules/xreadlink-with-size: Remove module.
13621         * lib/xreadlink-with-size.c: Remove file.
13622         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
13623         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
13624         just before the function definition *is* accurate.
13625
13626         Eliminate one way canonicalize_filename_mode could exit.
13627         * lib/canonicalize.c (canonicalize_filename_mode):
13628         Use mreadlink_with_size, not xreadlink_with_size.
13629
13630 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
13631
13632         Detect porting problems to FreeBSD/arm, which has time_t wider than
13633         long int.  Original problem reported for GNU diff by Xin Li in
13634         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
13635         * modules/getdate (Depends-on): Add intprops, verify.
13636         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
13637         is an integer type no wider than long int.
13638
13639 2007-06-18  Jim Meyering  <jim@meyering.net>
13640
13641         New module: mreadlink-with-size.
13642         * MODULES.html.sh: Add mreadlink-with-size.
13643         * modules/mreadlink-with-size: New module
13644         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
13645         not xreadlink-with-size.
13646         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
13647
13648 2007-06-16  Bruno Haible  <bruno@clisp.org>
13649
13650         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
13651         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
13652         Reported by Gary V. Vaughan <gary@gnu.org>.
13653
13654 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
13655
13656         Revamp lchown so that it lives in unistd.h where it belongs.
13657         * lib/lchown.h: Remove.
13658         * lib/dirchownmod.c: Don't include lib/lchown.h.
13659         * lib/fchownat.c: Likewise.
13660         * lib/openat.c: Likewise.
13661         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
13662         does not follow symlinks.
13663         (EOPNOTSUPP): Define if not defined.
13664         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
13665         is defined to 0.
13666         (lchown): New decl.
13667         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
13668         Do not check for lchown decl.
13669         Set REPLACE_LCHOWN.
13670         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
13671         REPLACE_LCHOWN.
13672         * modules/chown: Make it clear it follows symlinks.
13673         * modules/lchown: Make it clear it doesn't follow symlinks.
13674         (Files): Remove lib/lchown.h
13675         (Depends-on): Add unistd.
13676         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
13677         (Include): Include <unistd.h>, not "lchown.h".
13678         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
13679         REPLACE_LCHOWN.
13680
13681 2007-06-15  Jim Meyering  <jim@meyering.net>
13682
13683         Change license (GPL to LGPL) of fsusage and dependents.
13684         * modules/fsusage (License): Change to LGPL.
13685         * modules/full-read (License): Likewise.
13686         * modules/full-write (License): Likewise.
13687         * modules/safe-read (License): Likewise.
13688         * modules/safe-write (License): Likewise.
13689
13690 2007-06-14  Ben Pfaff  <blp@gnu.org>
13691
13692         Missing part of allocsa -> malloca transition.
13693         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
13694         gl_MALLOCA.
13695
13696 2007-06-12  Bruno Haible  <bruno@clisp.org>
13697
13698         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
13699         to ia64, x86_64, i386.
13700         Reported by Eric Blake.
13701
13702 2007-06-12  Bruno Haible  <bruno@clisp.org>
13703
13704         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
13705         cross-compiling to x86_64.
13706
13707 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
13710         glitch reported by Ralf Wildenhues in
13711         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
13712
13713         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
13714         Vin Shelton.
13715
13716 2007-06-11  Bruno Haible  <bruno@clisp.org>
13717
13718         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
13719         replacement string.
13720         Reported by Eric Blake.
13721
13722 2007-06-10  Bruno Haible  <bruno@clisp.org>
13723
13724         Prepare vasnprintf code for use with Unicode strings.
13725         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
13726         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
13727         TYPE_U32_STRING.
13728         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
13729         a_u32_string variants.
13730         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
13731         * lib/printf-args.c: Don't include config.h and the specification
13732         header if PRINTF_FETCHARGS is already defined.
13733         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
13734         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
13735         TYPE_U16_STRING, TYPE_U32_STRING.
13736         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
13737         u16_directive, u16_directives, u32_directive, u32_directives): New
13738         types.
13739         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
13740         New declarations.
13741         * lib/printf-parse.c: Don't include config.h and the specification
13742         header if PRINTF_PARSE is already defined. Eliminate the set of
13743         parameters for WIDE_CHAR_VERSION; the user of this file must provide
13744         them now. Include c-ctype.h.
13745         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
13746         directive and CHAR_T_ONLY_ASCII.
13747         * lib/vasnprintf.c: Don't include config.h and the specification header
13748         if VASNPRINTF is already defined.
13749         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
13750         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
13751         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
13752         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
13753         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
13754         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
13755         code accordingly.
13756         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
13757         pad_ourselves also in this case, with the 'c' and 's' directives, and
13758         with a different notion of "width".
13759         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
13760
13761 2007-06-10  Bruno Haible  <bruno@clisp.org>
13762
13763         * modules/unistr/u32-mbsnlen: New file.
13764         * lib/unistr/u32-mbsnlen.c: New file.
13765
13766         * modules/unistr/u16-mbsnlen: New file.
13767         * lib/unistr/u16-mbsnlen.c: New file.
13768
13769         * modules/unistr/u8-mbsnlen: New file.
13770         * lib/unistr/u8-mbsnlen.c: New file.
13771
13772         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
13773         declarations.
13774
13775 2007-06-10  Bruno Haible  <bruno@clisp.org>
13776
13777         * lib/string_.h (mbsnlen): New declaration.
13778         * lib/mbsnlen.c: New file.
13779         * m4/mbsnlen.m4: New file.
13780         * modules/mbsnlen: New file.
13781         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
13782         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
13783         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
13784
13785 2007-06-10  Bruno Haible  <bruno@clisp.org>
13786
13787         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
13788
13789 2007-06-10  Bruno Haible  <bruno@clisp.org>
13790
13791         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
13792         * lib/mbuiter.h: Likewise.
13793
13794 2007-06-10  Bruno Haible  <bruno@clisp.org>
13795
13796         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
13797         declaration.
13798
13799 2007-06-10  Karl Berry  <karl@gnu.org>
13800
13801         * config/srclist.txt: remove gettext entries, Bruno prefers
13802         to update individually.
13803
13804 2007-06-10  Bruno Haible  <bruno@clisp.org>
13805
13806         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
13807         'maxlen'. Ensure only length + width bytes are allocated, not
13808         length + 1 + width.
13809
13810 2007-06-09  Bruno Haible  <bruno@clisp.org>
13811
13812         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
13813         (CHAR_T): Remove macro.
13814         (VASNPRINTF): Update.
13815
13816 2007-06-09  Bruno Haible  <bruno@clisp.org>
13817
13818         * MODULES.html.sh (Unicode string functions): Add the new modules.
13819
13820         * modules/uniconv/u32-conv-to-enc: New file.
13821         * lib/uniconv/u32-conv-to-enc.c: New file.
13822         * modules/uniconv/u32-conv-to-enc-tests: New file.
13823         * tests/uniconv/test-u32-conv-to-enc.c: New file.
13824
13825         * modules/uniconv/u16-conv-to-enc: New file.
13826         * lib/uniconv/u16-conv-to-enc.c: New file.
13827         * lib/uniconv/u-conv-to-enc.h: New file.
13828         * modules/uniconv/u16-conv-to-enc-tests: New file.
13829         * tests/uniconv/test-u16-conv-to-enc.c: New file.
13830
13831         * modules/uniconv/u8-conv-to-enc: New file.
13832         * lib/uniconv/u8-conv-to-enc.c: New file.
13833         * modules/uniconv/u8-conv-to-enc-tests: New file.
13834         * tests/uniconv/test-u8-conv-to-enc.c: New file.
13835
13836         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13837         u32_conv_to_encoding): New declarations.
13838
13839 2007-06-09  Bruno Haible  <bruno@clisp.org>
13840
13841         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
13842
13843 2007-06-09  Bruno Haible  <bruno@clisp.org>
13844
13845         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
13846         * modules/malloca: Renamed from modules/allocsa, updated.
13847         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
13848         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
13849         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
13850         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
13851         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
13852         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
13853         * modules/xmalloca: Renamed from modules/xallocsa, updated.
13854         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
13855         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
13856         * modules/c-strcasestr (Depends-on): Update.
13857         * lib/c-strcasestr.c: Update.
13858         * modules/c-strstr (Depends-on): Update.
13859         * lib/c-strstr.c: Update.
13860         * modules/canonicalize-lgpl (Depends-on): Update.
13861         * lib/canonicalize-lgpl.c: Update.
13862         * modules/clean-temp (Depends-on): Update.
13863         * lib/clean-temp.c: Update.
13864         * modules/csharpcomp (Depends-on): Update.
13865         * lib/csharpcomp.c: Update.
13866         * modules/csharpexec (Depends-on): Update.
13867         * lib/csharpexec.c: Update.
13868         * modules/javacomp (Depends-on): Update.
13869         * lib/javacomp.c: Update.
13870         * modules/javaexec (Depends-on): Update.
13871         * lib/javaexec.c: Update.
13872         * modules/mbscasestr (Depends-on): Update.
13873         * lib/mbscasestr.c: Update.
13874         * modules/mbsstr (Depends-on): Update.
13875         * lib/mbsstr.c: Update.
13876         * modules/setenv (Depends-on): Update.
13877         * lib/setenv.c: Update.
13878         * modules/strcasestr (Depends-on): Update.
13879         * lib/strcasestr.c: Update.
13880         * modules/striconveha (Depends-on): Update.
13881         * lib/striconveha.c: Update.
13882         * modules/relocatable-prog-wrapper (Files): Update.
13883         * lib/relocwrapper.c: Update.
13884         * build-aux/install-reloc: Update.
13885         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
13886
13887 2007-06-08  Bruno Haible  <bruno@clisp.org>
13888
13889         Port to uClibc.
13890         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
13891         * lib/fpurge.c (fpurge): Likewise.
13892         * lib/freading.c (freading): Likewise.
13893         * lib/fseeko.c (rpl_fseeko): Likewise.
13894         * lib/fseterr.c (fseterr): Likewise.
13895         * lib/fwriting.c (fwriting): Likewise.
13896         * tests/test-fflush.c (main): Avoid a failure on uClibc.
13897
13898 2007-06-08  Bruno Haible  <bruno@clisp.org>
13899
13900         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
13901         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
13902         * modules/gettext (Files): Add m4/intlmacosx.m4.
13903
13904 2007-06-07  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/localename-tests: New file.
13907         * tests/test-localename.c: New file.
13908
13909         New module 'localename'.
13910         * lib/localename.h: New file.
13911         * lib/localename.c: New file, from GNU gettext.
13912         * m4/localename.m4: New file.
13913         * modules/localename: New file.
13914
13915 2007-06-07  Bruno Haible  <bruno@clisp.org>
13916
13917         Work around the lack of <wchar.h> on some builds of uClibc.
13918         * doc/headers/wchar.texi: Update.
13919         * lib/wchar_.h: Include <wchar.h> only if it exists.
13920         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
13921         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
13922         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
13923         doesn't exist.
13924         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
13925         * modules/mbfile (Depends-on): Add wchar.
13926         * modules/mbiter (Depends-on): Likewise.
13927         * modules/mbuiter (Depends-on): Likewise.
13928         Reported by Simon Josefsson.
13929
13930 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         Work around problem reported by Steven M. Schweda in
13933         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
13934         Tru64 5.1B with the Compaq compiler environment installed declares
13935         an 'isblank' function but does not define it in the C library.
13936         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
13937         * lib/regex_internal.h (isblank): Likewise.
13938         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
13939         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13940
13941 2007-06-05  Bruno Haible  <bruno@clisp.org>
13942
13943         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
13944         ia64.
13945         * modules/printf-safe: New file.
13946         * modules/fprintf-posix (Depends-on): Add printf-safe.
13947         * modules/printf-posix (Depends-on): Likewise.
13948         * modules/snprintf-posix (Depends-on): Likewise.
13949         * modules/sprintf-posix (Depends-on): Likewise.
13950         * modules/vasnprintf-posix (Depends-on): Likewise.
13951         * modules/vasprintf-posix (Depends-on): Likewise.
13952         * modules/vfprintf-posix (Depends-on): Likewise.
13953         * modules/vprintf-posix (Depends-on): Likewise.
13954         * modules/vsnprintf-posix (Depends-on): Likewise.
13955         * modules/vsprintf-posix (Depends-on): Likewise.
13956         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
13957         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
13958         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
13959         "no" on i386, x86_64, ia64.
13960         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
13961         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13962         on i386, x86_64, ia64.
13963         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
13964         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13965         on i386, x86_64, ia64.
13966         * tests/test-vasnprintf-posix.c: Include float.h.
13967         (LDBL80_WORDS): New macro.
13968         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13969         on i386, x86_64, ia64.
13970         * tests/test-vasprintf-posix.c: Include float.h.
13971         (LDBL80_WORDS): New macro.
13972         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13973         on i386, x86_64, ia64.
13974         * tests/test-snprintf-posix.c: Include float.h.
13975         * tests/test-sprintf-posix.c: Likewise.
13976         * tests/test-vsnprintf-posix.c: Likewise.
13977         * tests/test-vsprintf-posix.c: Likewise.
13978
13979 2007-06-05  Bruno Haible  <bruno@clisp.org>
13980
13981         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
13982         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
13983         non-IEEE numbers on i386, x86_64, ia64.
13984         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
13985         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
13986         * tests/test-isnanl.h: Include float.h.
13987         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
13988
13989 2007-06-05  Bruno Haible  <bruno@clisp.org>
13990
13991         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
13992         also the %a / %A. Handle the %a / %A code before this extra handling.
13993
13994 2007-06-05  Bruno Haible  <bruno@clisp.org>
13995
13996         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
13997         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
13998
13999 2007-06-05  Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
14002         typo in variable name.
14003
14004 2007-06-05  Eric Blake  <ebb9@byu.net>
14005
14006         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
14007         Reported by Simon Josefsson.
14008
14009 2007-06-04  Bruno Haible  <bruno@clisp.org>
14010
14011         Avoid test failures on some PowerPC platforms.
14012         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
14013         Define differently for PowerPC.
14014         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
14015         Reported by Gary V. Vaughan <gary@gnu.org>.
14016
14017 2007-06-02  Bruno Haible  <bruno@clisp.org>
14018
14019         Fix test-stdint failure on FreeBSD/ia64.
14020         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
14021         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
14022         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
14023         * doc/headers/stdint.texi: Update.
14024
14025 2007-06-01  Bruno Haible  <bruno@clisp.org>
14026
14027         * tests/test-binary-io.c (main): Pass a third argument to open().
14028         Reported by Gary V. Vaughan <gary@gnu.org>.
14029
14030 2007-06-01  Bruno Haible  <bruno@clisp.org>
14031
14032         * doc/functions/frexpl.texi: Update for mingw.
14033
14034 2007-06-01  Bruno Haible  <bruno@clisp.org>
14035
14036         * tests/test-lseek.c (main): Disable test of errno for invalid third
14037         argument.
14038         * doc/functions/lseek.texi: Update.
14039         Reported by Gary V. Vaughan <gary@gnu.org>.
14040
14041 2007-05-28  Bruno Haible  <bruno@clisp.org>
14042
14043         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14044
14045 2007-05-31  Eric Blake  <ebb9@byu.net>
14046
14047         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14048         cross compiling.
14049
14050 2007-05-30  Eric Blake  <ebb9@byu.net>
14051         and Bruno Haible  <bruno@clisp.org>
14052
14053         Work around mingw test failures exposed by m4-1.4.9b.
14054         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14055         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14056         moment.
14057
14058 2007-05-30  Bruno Haible  <bruno@clisp.org>
14059
14060         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14061         assuming that they are closed. Needed on HP-UX 11.
14062
14063 2007-05-29  Bruno Haible  <bruno@clisp.org>
14064
14065         Fix a problem with #include_next.
14066         * lib/dirent_.h: Split the double-inclusion guard.
14067         * lib/fcntl_.h: Likewise.
14068         * lib/float_.h: Likewise.
14069         * lib/iconv_.h: Likewise.
14070         * lib/inttypes_.h: Likewise.
14071         * lib/locale_.h: Likewise.
14072         * lib/math_.h: Likewise.
14073         * lib/netinet_in_.h: Likewise.
14074         * lib/search_.h: Likewise.
14075         * lib/signal_.h: Likewise.
14076         * lib/stdint_.h: Likewise.
14077         * lib/stdio_.h: Likewise.
14078         * lib/stdlib_.h: Likewise.
14079         * lib/string_.h: Likewise.
14080         * lib/sys_select_.h: Likewise.
14081         * lib/sys_socket_.h: Likewise.
14082         * lib/sys_stat_.h: Likewise.
14083         * lib/sys_time_.h: Likewise.
14084         * lib/sysexits_.h: Likewise.
14085         * lib/time_.h: Likewise.
14086         * lib/unistd_.h: Likewise.
14087         * lib/wchar_.h: Likewise.
14088         * lib/wctype_.h: Likewise.
14089
14090 2007-05-29  Bruno Haible  <bruno@clisp.org>
14091
14092         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14093         for the moment.
14094
14095 2007-05-29  Bruno Haible  <bruno@clisp.org>
14096
14097         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14098         invocation.
14099         Reported by Eric Blake.
14100
14101 2007-05-29  Bruno Haible  <bruno@clisp.org>
14102
14103         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14104         compiling case.
14105
14106 2007-05-29  Eric Blake  <ebb9@byu.net>
14107             Bruno Haible  <bruno@clisp.org>
14108
14109         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14110         cross compiles.
14111
14112 2007-05-28  Eric Blake  <ebb9@byu.net>
14113
14114         * modules/closein-tests (test_closein_LDADD): Support test on
14115         cygwin with libtool.
14116
14117 2007-05-28  Bruno Haible  <bruno@clisp.org>
14118
14119         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14120         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14121         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14122         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14123         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14124         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14125         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14126         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14127         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14128
14129 2007-05-28  Eric Blake  <ebb9@byu.net>
14130
14131         Unconditionally include <config.h> in unit tests.
14132         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14133         * tests/test-allocsa.c, tests/test-arcfour.c,
14134         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14135         tests/test-array_list.c, tests/test-array_oset.c,
14136         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14137         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14138         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14139         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14140         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14141         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14142         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14143         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14144         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14145         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14146         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14147         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14148         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14149         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14150         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14151         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14152         test-md5.c, test-memmem.c, test-printf-posix.c,
14153         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14154         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14155         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14156         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14157         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14158         test-vasnprintf-posix2.c, test-vasnprintf.c,
14159         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14160         test-vfprintf-posix.c, test-vprintf-posix.c,
14161         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14162         test-xvasprintf.c: Likewise.
14163
14164 2007-05-28  Bruno Haible  <bruno@clisp.org>
14165
14166         * gnulib-tool (func_import): Remember the --with-tests command-line
14167         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14168         Reported by Eric Blake.
14169
14170 2007-05-28  Bruno Haible  <bruno@clisp.org>
14171
14172         * modules/ftell-tests: New file.
14173         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14174         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14175
14176         * lib/ftell.c: New file.
14177         * modules/ftell: New file.
14178         * m4/ftell.m4: New file.
14179         * doc/functions/ftell.texi: Update.
14180         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14181         REPLACE_FTELL.
14182         * lib/stdio_.h (rpl_ftell): New declaration.
14183         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14184         REPLACE_FTELL.
14185
14186 2007-05-28  Eric Blake  <ebb9@byu.net>
14187
14188         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14189
14190 2007-05-28  Bruno Haible  <bruno@clisp.org>
14191
14192         * modules/fseek-tests: New file.
14193         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14194         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14195
14196         * lib/fseek.c: New file.
14197         * modules/fseek: New file.
14198         * m4/fseek.m4: New file.
14199         * doc/functions/fseek.texi: Update.
14200         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14201         REPLACE_FSEEK.
14202         * lib/stdio_.h (rpl_fseek): New declaration.
14203         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14204         REPLACE_FSEEK.
14205
14206 2007-05-28  Bruno Haible  <bruno@clisp.org>
14207
14208         * lib/stdio_.h (fflush): More comments.
14209
14210 2007-05-28  Bruno Haible  <bruno@clisp.org>
14211
14212         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
14213         runtime test.
14214
14215 2007-05-28  Eric Blake  <ebb9@byu.net>
14216
14217         Improve lseek module.
14218         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
14219         * lib/unistd_.h (lseek): Scale back link warning message.
14220         * tests/test-lseek.c: Beef up test.
14221         * tests/test-lseek.sh: Exercise more facets of lseek.
14222         Reported by Bruno Haible.
14223
14224 2007-05-28  Bruno Haible  <bruno@clisp.org>
14225
14226         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
14227         to define.
14228
14229 2007-05-27  Bruno Haible  <bruno@clisp.org>
14230
14231         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
14232
14233 2007-05-27  Bruno Haible  <bruno@clisp.org>
14234
14235         * modules/openmp: New file.
14236         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
14237         Noah Misch.
14238
14239 2007-05-26  Bruno Haible  <bruno@clisp.org>
14240
14241         * modules/chdir-long (Depends-on): Add fchdir.
14242         * modules/chdir-safer (Depends-on): Likewise.
14243         * modules/fts (Depends-on): Likewise.
14244         * modules/fts-lgpl (Depends-on): Likewise.
14245         * modules/openat (Depends-on): Likewise.
14246         * modules/savewd (Depends-on): Likewise.
14247
14248 2007-05-24  Eric Blake  <ebb9@byu.net>
14249
14250         Fix lseek on mingw.
14251         * modules/lseek: New module.
14252         * m4/lseek.m4: New file.
14253         * lib/lseek.c: New file.
14254         * modules/lseek-tests: New file.
14255         * tests/test-lseek.c: New file.
14256         * tests/test-lseek.sh: New file.
14257         * MODULES.html.sh: Document lseek module.
14258         * modules/fflush (Depends-on): Add lseek, fseeko.
14259         * modules/fseeko (Depends-on): Likewise.
14260         * modules/ftello (Depends-on): Likewise.
14261         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
14262         broken.
14263         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
14264         broken.
14265         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
14266         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
14267         * lib/ftello.c (rpl_ftello): Likewise.
14268         * tests/test-fseeko.c (main): Test this.
14269         * tests/test-fseeko.sh: Likewise.
14270         * tests/test-ftello.c (main): Likewise.
14271         * tests/test-ftello.sh: Likewise.
14272         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
14273         implies replacing fseek.
14274         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
14275         HAVE_FTELLO.
14276         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
14277         * modules/unistd (Makefile.am): Likewise.
14278         * lib/unistd_.h (lseek): Declare a replacement.
14279         * doc/functions/lseek.texi (lseek): Document this fix.
14280         * doc/functions/fseek.texi (fseek): Likewise.
14281         * doc/functions/ftell.texi (ftell): Likewise.
14282
14283 2007-05-24  Bruno Haible  <bruno@clisp.org>
14284
14285         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
14286         in the printed representation of a NaN.
14287         * tests/test-vasprintf-posix.c (test_function): Likewise.
14288         * tests/test-snprintf-posix.h (test_function): Likewise.
14289         * tests/test-sprintf-posix.h (test_function): Likewise.
14290         Reported by Eric Blake.
14291
14292 2007-05-23  Eric Blake  <ebb9@byu.net>
14293
14294         Fix fseeko/ftello on cygwin 1.5.24.
14295         * doc/functions/fseeko.texi (fseeko): Document the fix.
14296         * doc/functions/ftello.texi (ftello): Document the fix.
14297         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
14298         * doc/functions/stdout.text (stdout): New file.
14299         * doc/functions/stderr.text (stderr): New file.
14300         * doc/gnulib.texi (Function Substitutes): Use new files.
14301         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
14302         prior to 1.7.0.
14303         * tests/test-ftello.c (main): Likewise for ftello.
14304         * tests/test-fseeko.sh: New file.
14305         * tests/test-ftello.sh: New file.
14306         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
14307         with seekable stdin.
14308         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
14309         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
14310         (gl_REPLACE_FSEEKO): New macro.
14311         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
14312         * modules/fseeko (Files): Distribute fseeko.c.
14313         * modules/ftello (Files): Distribute ftello.c.
14314         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
14315         mode.
14316         * lib/ftello.c (rpl_ftello): New file.
14317         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
14318         fseeko, ftello.
14319         (gl_STDIN_LARGE_OFFSET): New macro.
14320         * modules/stdio (Makefile.am): Perform the replacement.
14321         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
14322
14323 2007-05-23  Bruno Haible  <bruno@clisp.org>
14324
14325         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
14326         GNULIB_POSIXCHECK is defined.
14327
14328 2007-05-21  Bruno Haible  <bruno@clisp.org>
14329
14330         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
14331         Check also the output for NaN arguments. When cross-compiling, guess
14332         no on IRIX.
14333         * lib/vasnprintf.c: Update comments.
14334         * tests/test-vasnprintf-posix.c (strisnan): New function.
14335         (test_function): Use it.
14336         * tests/test-vasprintf-posix.c (strisnan): New function.
14337         (test_function): Use it.
14338         * tests/test-snprintf-posix.h (strisnan): New function.
14339         (test_function): Use it.
14340         * tests/test-sprintf-posix.h (strisnan): New function.
14341         (test_function): Use it.
14342         Reported by Eric Blake.
14343
14344 2007-05-20  Bruno Haible  <bruno@clisp.org>
14345
14346         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
14347         numbers that fails on BeOS.
14348         * doc/functions/frexpl.texi: Update.
14349
14350 2007-05-20  Jim Meyering  <jim@meyering.net>
14351
14352         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
14353         forced upon us by glibc-2.6.
14354
14355 2007-05-20  Bruno Haible  <bruno@clisp.org>
14356
14357         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
14358         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
14359         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
14360         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
14361         NEED_PRINTF_INFINITE.
14362         (is_infinitel): New function.
14363         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
14364         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
14365         gl_PREREQ_VASNPRINTF_INFINITE.
14366         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
14367         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14368         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
14369         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
14370         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
14371         gl_PREREQ_VASNPRINTF_INFINITE.
14372         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14373         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14374         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14375         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14376         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14377         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14378         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14379         * doc/functions/fprintf.texi: Update.
14380         * doc/functions/printf.texi: Update.
14381         * doc/functions/snprintf.texi: Update.
14382         * doc/functions/sprintf.texi: Update.
14383         * doc/functions/vfprintf.texi: Update.
14384         * doc/functions/vprintf.texi: Update.
14385         * doc/functions/vsnprintf.texi: Update.
14386         * doc/functions/vsprintf.texi: Update.
14387
14388 2007-05-20  Bruno Haible  <bruno@clisp.org>
14389
14390         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
14391         was not found in libc.
14392         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
14393
14394 2007-05-20  Bruno Haible  <bruno@clisp.org>
14395
14396         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14397         printed as "-nan" instead of "nan".
14398         * tests/test-vasprintf-posix.c (test_function): Likewise.
14399         * tests/test-snprintf-posix.h (test_function): Likewise.
14400         * tests/test-sprintf-posix.h (test_function): Likewise.
14401         Needed for HP-UX 11.
14402
14403 2007-05-20  Jim Meyering  <jim@meyering.net>
14404
14405         Fix buggy test for the fchownat-deref bug.
14406         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
14407         symlink required for the run-test.  Without it, this test would
14408         always declare that fchownat doesn't work, and client code would
14409         unnecessarily use the replacement function with fixed libc.
14410         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
14411         Reported by Greg Schafer.
14412
14413 2007-05-19  Bruno Haible  <bruno@clisp.org>
14414
14415         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
14416         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
14417         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
14418         Needed for IRIX 6.5 and Solaris 2.5.1.
14419
14420 2007-05-19  Bruno Haible  <bruno@clisp.org>
14421
14422         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
14423         (test_function): Skip tests involving -0.0 on platforms where
14424         -0.0 = 0.0.
14425         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
14426         (test_function): Skip tests involving -0.0 on platforms where
14427         -0.0 = 0.0.
14428         * tests/test-snprintf-posix.h (have_minus_zero): New function.
14429         (test_function): Skip tests involving -0.0 on platforms where
14430         -0.0 = 0.0.
14431         * tests/test-sprintf-posix.h (have_minus_zero): New function.
14432         (test_function): Skip tests involving -0.0 on platforms where
14433         -0.0 = 0.0.
14434         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
14435         tests.
14436         * tests/test-printf-posix.h (test_function): Likewise.
14437         * tests/test-printf-posix.output: Remove all -0.0 related results.
14438         Needed for IRIX 6.5.
14439
14440 2007-05-19  Bruno Haible  <bruno@clisp.org>
14441
14442         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14443         printed as "nan0x7fffffff" instead of "nan".
14444         * tests/test-vasprintf-posix.c (test_function): Likewise.
14445         * tests/test-snprintf-posix.h (test_function): Likewise.
14446         * tests/test-sprintf-posix.h (test_function): Likewise.
14447         * tests/test-fprintf-posix.h (NaN): Remove macro.
14448         (test_function): Remove all NaN related tests.
14449         * tests/test-printf-posix.h (NaN): Remove macro.
14450         (test_function): Remove all NaN related tests.
14451         * tests/test-printf-posix.output: Remove all NaN related results.
14452         Needed for IRIX 6.5.
14453
14454 2007-05-19  Bruno Haible  <bruno@clisp.org>
14455
14456         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
14457         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
14458
14459 2007-05-19  Bruno Haible  <bruno@clisp.org>
14460
14461         * lib/float_.h: New file.
14462         * m4/float_h.m4: New file.
14463         * modules/float: New file.
14464         * modules/isnanl (Dependencies): Add float.
14465         * modules/isnanl-nolibm (Dependencies): Likewise.
14466         * modules/mathl (Dependencies): Likewise.
14467         * modules/printf-frexpl (Dependencies): Likewise.
14468         * modules/signbit (Dependencies): Likewise.
14469         * modules/vasnprintf (Dependencies): Likewise.
14470         * doc/headers/float.texi: Update.
14471
14472 2007-05-19  Jim Meyering  <jim@meyering.net>
14473
14474         * lib/utimens.c (gl_futimens): Rename from futimens,
14475         now that glibc-2.6 declares futimens.
14476         * lib/utimens.h: Likewise.
14477
14478 2007-05-19  Bruno Haible  <bruno@clisp.org>
14479
14480         Avoid test failures on mingw.
14481         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
14482         * tests/test-printf-posix.sh: Likewise.
14483         * tests/test-vfprintf-posix.sh: Likewise.
14484         * tests/test-vprintf-posix.sh: Likewise.
14485
14486 2007-05-19  Bruno Haible  <bruno@clisp.org>
14487
14488         Fix *printf result for NaN, Inf, -0.0 on mingw.
14489         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
14490         * lib/vasnprintf.c: Include math.h and isnan.h.
14491         (is_infinite_or_zero): New function.
14492         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
14493         values in the %f, %F, %e, %E, %g, %G directives.
14494         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
14495         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14496         gl_PRINTF_INFINITE and test its result. Invoke
14497         gl_PREREQ_VASNPRINTF_INFINITE.
14498         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14499         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14500         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14501         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14502         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14503         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14504         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14505         * doc/functions/fprintf.texi: Update.
14506         * doc/functions/printf.texi: Update.
14507         * doc/functions/snprintf.texi: Update.
14508         * doc/functions/sprintf.texi: Update.
14509         * doc/functions/vfprintf.texi: Update.
14510         * doc/functions/vprintf.texi: Update.
14511         * doc/functions/vsnprintf.texi: Update.
14512         * doc/functions/vsprintf.texi: Update.
14513
14514 2007-05-19  Bruno Haible  <bruno@clisp.org>
14515
14516         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
14517         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
14518         Instead of multiplying with 10^k, set extra_zeroes to k.
14519         (scale10_round_long_double): Remove function.
14520
14521 2007-05-18  Bruno Haible  <bruno@clisp.org>
14522
14523         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
14524         introduced on 2007-05-06.
14525
14526 2007-05-18  Bruno Haible  <bruno@clisp.org>
14527
14528         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
14529         %g directives.
14530         * tests/test-vasprintf-posix.c (test_function): Likewise.
14531         * tests/test-snprintf-posix.h (test_function): Likewise.
14532         * tests/test-sprintf-posix.h (test_function): Likewise.
14533
14534 2007-05-18  Bruno Haible  <bruno@clisp.org>
14535
14536         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
14537         (strmatch): New function.
14538         (test_function): Test the %f directive on numbers of various exponents.
14539         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
14540         (strmatch): New function.
14541         (test_function): Test the %f directive on numbers of various exponents.
14542         * tests/test-snprintf-posix.h (strmatch): New function.
14543         (test_function): Test the %f directive on numbers of various exponents.
14544         * tests/test-sprintf-posix.h (strmatch): New function.
14545         (test_function): Test the %f directive on numbers of various exponents.
14546         * tests/test-snprintf-posix.c (SIZEOF): New macro.
14547         * tests/test-sprintf-posix.c (SIZEOF): New macro.
14548         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
14549         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
14550
14551 2007-05-18  Bruno Haible  <bruno@clisp.org>
14552
14553         Add support for 'long double' number output.
14554         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
14555         * lib/vasnprintf.c: Include math.h and float+.h.
14556         (mp_limb_t): New type.
14557         (GMP_LIMB_BITS): New macro.
14558         (mp_twolimb_t): New type.
14559         (GMP_TWOLIMB_BITS): New macro.
14560         (mpn_t): New type.
14561         (multiply, divide, convert_to_decimal, decode_long_double,
14562         scale10_round_long_double, scale10_round_decimal_long_double,
14563         floorlog10l): New functions.
14564         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
14565         for the %f, %F, %e, %E, %g, %G directives.
14566         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
14567         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14568         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
14569         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
14570         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14571         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14572         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14573         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14574         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14575         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14576         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14577         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
14578         * modules/snprintf-posix (Depends-on): Likewise.
14579         * modules/sprintf-posix (Depends-on): Likewise.
14580         * modules/vasnprintf-posix (Depends-on): Likewise.
14581         * modules/vasprintf-posix (Depends-on): Likewise.
14582         * modules/vfprintf-posix (Depends-on): Likewise.
14583         * modules/vsnprintf-posix (Depends-on): Likewise.
14584         * modules/vsprintf-posix (Depends-on): Likewise.
14585         * modules/vasnprintf (Files): Add lib/float+.h.
14586         * doc/functions/fprintf.texi: Update.
14587         * doc/functions/printf.texi: Update.
14588         * doc/functions/snprintf.texi: Update.
14589         * doc/functions/sprintf.texi: Update.
14590         * doc/functions/vfprintf.texi: Update.
14591         * doc/functions/vprintf.texi: Update.
14592         * doc/functions/vsnprintf.texi: Update.
14593         * doc/functions/vsprintf.texi: Update.
14594
14595 2007-05-18  Bruno Haible  <bruno@clisp.org>
14596
14597         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
14598
14599 2007-05-18  Bruno Haible  <bruno@clisp.org>
14600
14601         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
14602         for printing 64-bit integers. Needed for mingw.
14603
14604 2007-05-18  Bruno Haible  <bruno@clisp.org>
14605
14606         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
14607         gl_FUNC_FREXPL_WORKS.
14608         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
14609
14610 2007-05-18  Bruno Haible  <bruno@clisp.org>
14611
14612         * modules/frexpl-nolibm-tests: New file.
14613
14614         * modules/frexpl-nolibm: New file.
14615         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
14616
14617 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14618
14619         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
14620         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
14621         GCC 4.2, which otherwise issues a lot of warnings.
14622         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
14623         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
14624         Likewise.
14625         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
14626         * modules/iconv_open (iconv.h): Likewise.
14627         * modules/locale (locale.h): Likewise.
14628         * modules/netinet_in (netinet/in.h): Likewise.
14629         * modules/sys_select (sys_select.h): Likewise.
14630         * modules/sys_socket (sys/socket.h): Likewise.
14631         * modules/sys_stat (sys/stat.h): Likewise.
14632         * modules/sysexits (sysexits.h): Likewise.
14633         * modules/unistd (unistd.h): Likewise.
14634
14635 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14636
14637         * modules/closein-tests (Makefile.am): Distribute
14638         `test-closein.sh'.
14639
14640 2007-05-17  Bruno Haible  <bruno@clisp.org>
14641
14642         * tests/test-printf-posix.output: Renamed from
14643         tests/test-fprintf-posix.out.
14644         * modules/fprintf-posix-tests: Update.
14645         * modules/printf-posix-tests: Update.
14646         * modules/vfprintf-posix-tests: Update.
14647         * modules/vprintf-posix-tests: Update.
14648         * tests/test-fprintf-posix.sh: Update.
14649         * tests/test-printf-posix.sh: Update.
14650         * tests/test-vfprintf-posix.sh: Update.
14651         * tests/test-vprintf-posix.sh: Update.
14652         Reported by Ralf Wildenhues.
14653
14654 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14655
14656         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
14657         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
14658         GCC 4.2, which otherwise issues a lot of warnings.
14659         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
14660         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
14661         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
14662         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
14663         it should no longer be needed.
14664         * lib/string_.h: Likewise.
14665         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
14666         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
14667         * modules/inttypes (inttypes.h): Likewise.
14668         * modules/math (math.h): Likewise.
14669         * modules/search (search.h): Likewise.
14670         * modules/signal (signal.h): Likewise.
14671         * modules/stdint (stdint.h): Likewise.
14672         * modules/stdio (stdio.h): Likewise.
14673         * modules/stdlib (stdlib.h): Likewise.
14674         * modules/string (string.h): Likewise.
14675         * modules/sys_time (sys/time.h): Likewise.
14676         * modules/time (time.h): Likewise.
14677         * modules/wchar (wchar.h): Likewise.
14678         * modules/wctype (wtype.h): Likewise.
14679
14680 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
14681
14682         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
14683
14684 2007-05-13  Bruno Haible  <bruno@clisp.org>
14685
14686         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
14687         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14688         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
14689         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14690         (gl_PREREQ_STRTOK_R): Don't require it here.
14691
14692 2007-05-13  Bruno Haible  <bruno@clisp.org>
14693
14694         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
14695         when used in C++ mode.
14696
14697 2007-05-12  Bruno Haible  <bruno@clisp.org>
14698
14699         * lib/linebuffer.h: Tweak doc.
14700         * lib/linebuffer.c: Likewise.
14701
14702 2007-05-12  James Youngman  <jay@gnu.org>
14703
14704         * lib/linebuffer.c (readlinebuffer_delim): New function,
14705         like readlinebuffer, but use a caller-specified delimiter.
14706         (readlinebuffer): Just call readlinebuffer_delim with '\n'
14707         as the delimiter.
14708         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
14709
14710 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
14711
14712         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
14713         * modules/openat (Files): Remove openat-die.c.
14714         (Depends-on): Add openat-die.
14715         * modules/openat-die: New module.
14716
14717 2007-05-06  Bruno Haible  <bruno@clisp.org>
14718
14719         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
14720         Update with info about Cygwin.
14721         * doc/functions/fprintf.texi: Update.
14722         * doc/functions/printf.texi: Update.
14723         * doc/functions/snprintf.texi: Update.
14724         * doc/functions/sprintf.texi: Update.
14725         * doc/functions/vfprintf.texi: Update.
14726         * doc/functions/vprintf.texi: Update.
14727         * doc/functions/vsnprintf.texi: Update.
14728         * doc/functions/vsprintf.texi: Update.
14729         Reported by Eric Blake.
14730
14731 2007-05-06  Bruno Haible  <bruno@clisp.org>
14732
14733         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
14734         padding ourselves for the floating-point directives.
14735         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
14736         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
14737         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14738         gl_PRINTF_FLAG_ZERO and test its result. Invoke
14739         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
14740         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14741         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
14742         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14743         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14744         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14745         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14746         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14747         * tests/test-snprintf-posix.h (test_function): Also check the width
14748         and some flags in the %f directive.
14749         * tests/test-sprintf-posix.h (test_function): Likewise.
14750         * tests/test-vasnprintf-posix.c (test_function): Likewise.
14751         * tests/test-vasprintf-posix.c (test_function): Likewise.
14752         * doc/functions/fprintf.texi: Update.
14753         * doc/functions/printf.texi: Update.
14754         * doc/functions/snprintf.texi: Update.
14755         * doc/functions/sprintf.texi: Update.
14756         * doc/functions/vfprintf.texi: Update.
14757         * doc/functions/vprintf.texi: Update.
14758         * doc/functions/vsnprintf.texi: Update.
14759         * doc/functions/vsprintf.texi: Update.
14760
14761 2007-05-06  Bruno Haible  <bruno@clisp.org>
14762
14763         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
14764         pass the ' flag character to sprintf or snprintf.
14765         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
14766         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
14767         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14768         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
14769         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
14770         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14771         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
14772         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14773         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14774         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14775         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14776         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14777         * tests/test-snprintf-posix.h (test_function): Also check the grouping
14778         flag.
14779         * tests/test-sprintf-posix.h (test_function): Likewise.
14780         * tests/test-vasnprintf-posix.c (test_function): Likewise.
14781         * tests/test-vasprintf-posix.c (test_function): Likewise.
14782         * doc/functions/fprintf.texi: Update.
14783         * doc/functions/printf.texi: Update.
14784         * doc/functions/snprintf.texi: Update.
14785         * doc/functions/sprintf.texi: Update.
14786         * doc/functions/vfprintf.texi: Update.
14787         * doc/functions/vprintf.texi: Update.
14788         * doc/functions/vsnprintf.texi: Update.
14789         * doc/functions/vsprintf.texi: Update.
14790
14791 2007-05-01  Bruno Haible  <bruno@clisp.org>
14792
14793         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
14794
14795 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
14798         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
14799
14800 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14801
14802         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
14803         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
14804         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
14805
14806 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
14807
14808         * lib/argp-help.c (struct hol_entry): New member `ord'.
14809         (HOL_ENTRY_PTRCMP): Use ord for comparison
14810         (hol_sort): Initialize ord.
14811
14812 2007-05-01  Bruno Haible  <bruno@clisp.org>
14813
14814         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
14815         Reported by Eric Blake.
14816         * doc/gnulib.texi (Function Substitutes): Update.
14817
14818 2007-05-01  Bruno Haible  <bruno@clisp.org>
14819
14820         * doc/functions.texi: Remove file, now redundant through
14821         doc/functions/*.texi.
14822
14823 2007-05-01  Bruno Haible  <bruno@clisp.org>
14824
14825         * modules/argp (Depends-on): Add sleep.
14826
14827 2007-05-01  Bruno Haible  <bruno@clisp.org>
14828
14829         * modules/sleep-tests: New file.
14830         * tests/test-sleep.c: New file.
14831
14832         * modules/sleep: New file.
14833         * lib/sleep.c: New file.
14834         * m4/sleep.m4: New file.
14835         * lib/unistd_.h (sleep): New declaration.
14836         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
14837         HAVE_SLEEP.
14838         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
14839         * doc/functions/sleep.texi: Document the sleep module.
14840
14841 2007-05-01  Bruno Haible  <bruno@clisp.org>
14842
14843         * lib/sigprocmask.h: Remove file.
14844         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
14845         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
14846         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
14847         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
14848         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
14849         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
14850         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
14851         HAVE_SIGSET_T as a shell variable.
14852         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
14853         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
14854         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
14855         (Depends-on): Add signal. Remove verify.
14856         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
14857         (Include): Mention <signal.h> instead of sigprocmask.h.
14858         * NEWS: Mention the change.
14859         * lib/fatal-signal.c: Don't include sigprocmask.h.
14860
14861 2007-05-01  Bruno Haible  <bruno@clisp.org>
14862
14863         * modules/signal: New file.
14864         * lib/signal_.h: New file.
14865         * m4/signal_h.m4: New file.
14866
14867 2007-05-01  Bruno Haible  <bruno@clisp.org>
14868
14869         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
14870         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
14871         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
14872         HAVE_WCTYPE_CTMP_BUG into wctype.h.
14873
14874 2007-05-01  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
14877         configure time.
14878         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
14879         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
14880         * modules/sys_stat (Makefile.am): Substitute their values into
14881         sys/stat.h.
14882
14883 2007-05-01  Bruno Haible  <bruno@clisp.org>
14884
14885         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
14886         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
14887         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
14888
14889 2007-05-01  Bruno Haible  <bruno@clisp.org>
14890
14891         * doc/header/assert.texi: Undo last change: don't mention the gnulib
14892         'assert' module here.
14893
14894 2007-05-01  Bruno Haible  <bruno@clisp.org>
14895
14896         * doc/functions/*.texi: New files.
14897         * doc/functions/google-ranking.txt: New file.
14898         * doc/gnulib.texi (Function Substitutes): New chapter.
14899         (ctime, inet_ntoa): Remove sections.
14900         * doc/ctime.texi: Remove file.
14901         * doc/inet_ntoa.texi: Remove file.
14902         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
14903         dependencies.
14904         (%.info): New rule, specifying a --reference-limit.
14905
14906 2007-05-01  Bruno Haible  <bruno@clisp.org>
14907
14908         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
14909
14910 2007-05-01  Bruno Haible  <bruno@clisp.org>
14911
14912         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
14913         the portability of 'mkdir' to mingw systems.
14914
14915 2007-05-01  Bruno Haible  <bruno@clisp.org>
14916
14917         * doc/headers/google-ranking.txt: New file.
14918
14919 2007-04-30  Eric Blake  <ebb9@byu.net>
14920
14921         Prefer fseeko to fseek.
14922         * modules/getpass (Depends-on): Add fseeko.
14923         * lib/getpass.c (getpass): Use fseeko, not fseek.
14924
14925 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
14926
14927         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
14928         assumes the sorting is stable, while most qsort implementations
14929         are not.  Use argument addresses to ensure they never compare as
14930         equal.
14931
14932         * tests/test-argp-2.sh (usage-indent test): Fix output
14933         (func_compare): Restore diff options
14934         * tests/test-argp.c: Restore #include "progname.h"
14935
14936 2007-04-29  Bruno Haible  <bruno@clisp.org>
14937
14938         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
14939         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14940         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
14941         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14942         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
14943         (configure.ac): Define CHECK_SNPRINTF_POSIX.
14944         (TESTS, check_PROGRAMS): Add test-snprintf.
14945         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
14946         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
14947         (TESTS, check_PROGRAMS): Add test-vsnprintf.
14948         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
14949         assertions that fail on HP-UX, OSF/1, or IRIX.
14950         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
14951
14952 2007-04-29  Bruno Haible  <bruno@clisp.org>
14953
14954         * MODULES.html.sh (posix_functions): Remove 'contents'.
14955
14956 2007-04-29  Karl Berry  <karl@gnu.org>
14957
14958         * config/srclist.txt (gendocs_template_min): new entry.
14959
14960 2007-04-29  Bruno Haible  <bruno@clisp.org>
14961
14962         Work around fpurge bug on BSD systems.
14963         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
14964         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
14965         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
14966         fpurge to rpl_fpurge if the system already has this function.
14967         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
14968         the case where the system already has this function. Correct invariants
14969         on BSD systems.
14970         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
14971         BSD systems.
14972
14973 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
14974
14975         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
14976         proposed by Sven Verdoolaege.
14977
14978         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
14979         options.
14980         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
14981         (usage and help tests): Update
14982
14983 2007-04-29  Bruno Haible  <bruno@clisp.org>
14984
14985         * tests/test-fflush.c (main): Use a file of size 17, not 10.
14986         Print more information in case of failure. Disable a test on BeOS.
14987
14988 2007-04-29  Bruno Haible  <bruno@clisp.org>
14989
14990         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
14991         This helps debugging on systems on which no gdb is available.
14992
14993 2007-04-29  Bruno Haible  <bruno@clisp.org>
14994
14995         * lib/freading.h: Improve comments.
14996         * lib/fwriting.h: Likewise.
14997         * tests/test-freading.c (main): Don't check freading immediately after
14998         repositioning. Needed for glibc.
14999
15000 2007-04-29  Bruno Haible  <bruno@clisp.org>
15001
15002         * lib/freading.c (freading): Trivial simplification.
15003
15004 2007-04-28  Bruno Haible  <bruno@clisp.org>
15005
15006         * tests/test-fwriting.c (main): Also test the interaction between
15007         fflush and fwriting.
15008         * modules/fwriting-tests (Depends-on): Add fflush.
15009
15010         * tests/test-freading.c (main): Also test the interaction between
15011         fflush and freading.
15012         * modules/freading-tests (Depends-on): Add fflush.
15013
15014 2007-04-28  Bruno Haible  <bruno@clisp.org>
15015
15016         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
15017         fseeko and ftello.
15018         Suggested by Eric Blake.
15019
15020 2007-04-28  Jim Meyering  <jim@meyering.net>
15021
15022         Avoid false-negative in gl_STDINT_H's C99 conformance test.
15023         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
15024         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15025
15026 2007-04-27  Eric Blake  <ebb9@byu.net>
15027
15028         * doc/headers/assert.texi (assert.h): Document assert module use.
15029
15030 2007-04-27  Bruno Haible  <bruno@clisp.org>
15031
15032         * doc/headers/*.texi: New files.
15033         * doc/gnulib.texi (Header File Substitutes): New chapter.
15034         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15035         dependencies.
15036         (standards.info ,standards.html, standards.dvi): Update dependencies.
15037         (mostlyclean, clean): New targets.
15038
15039 2007-04-27  Bruno Haible  <bruno@clisp.org>
15040
15041         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15042         * modules/sysexits (Files, Makefile.am): Update.
15043
15044         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15045         * modules/sys_socket (Files, Makefile.am): Update.
15046
15047         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15048         * modules/sys_stat (Files, Makefile.am): Update.
15049
15050 2007-04-27  Eric Blake  <ebb9@byu.net>
15051
15052         * lib/freading.h: Improve comments.
15053         * lib/fwriting.h: Likewise.
15054         * lib/fflush.c: Likewise.
15055
15056         Fix closein for mingw.
15057         * modules/closein-tests: Add tests for closein.
15058         * tests/test-closein.c: New file.
15059         * tests/test-closein.sh: Likewise.
15060         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15061         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15062
15063 2007-04-27  Bruno Haible  <bruno@clisp.org>
15064
15065         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15066         version is < 6.
15067         * lib/math_.h [__DECC]: Likewise.
15068         * lib/stdio_.h [__DECC]: Likewise.
15069         * lib/stdlib_.h [__DECC]: Likewise.
15070         * lib/string_.h [__DECC]: Likewise.
15071         * lib/time_.h [__DECC]: Likewise.
15072         * lib/wchar_.h [__DECC]: Likewise.
15073         * lib/wctype_.h [__DECC]: Likewise.
15074
15075 2007-04-27  Bruno Haible  <bruno@clisp.org>
15076
15077         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15078
15079 2007-04-27  Bruno Haible  <bruno@clisp.org>
15080
15081         * lib/fflush.c: Add comments.
15082         * modules/fpurge-tests (Depends-on): Add fflush.
15083         * modules/freadable-tests (Depends-on): Likewise.
15084         * modules/fwritable-tests (Depends-on): Likewise.
15085
15086 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15087
15088         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15089         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15090         Report by Bruno Haible <bruno@clisp.org>.
15091
15092 2007-04-26  Eric Blake  <ebb9@byu.net>
15093
15094         Fix fflush on mingw.
15095         * modules/fflush (Depends-on): Add freading.
15096         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15097         but unread data.
15098
15099 2007-04-26  Eric Blake  <ebb9@byu.net>
15100         and Bruno Haible  <bruno@clisp.org>
15101
15102         Implement freading and fwriting.
15103         * lib/freading.c: New file.
15104         * lib/freading.h: Likewise.
15105         * m4/freading.m4: Likewise.
15106         * modules/freading: Likewise.
15107         * modules/freading-tests: Likewise.
15108         * tests/test-freading.c: Likewise.
15109         * lib/fwriting.c: New file.
15110         * lib/fwriting.h: Likewise.
15111         * m4/fwriting.m4: Likewise.
15112         * modules/fwriting: Likewise.
15113         * modules/fwriting-tests: Likewise.
15114         * tests/test-fwriting.c: Likewise.
15115         * MODULES.html.sh (File stream based Input/Output): Mention them.
15116
15117 2007-04-26  Bruno Haible  <bruno@clisp.org>
15118
15119         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15120         'long' when we assume it.
15121         Suggested by Eric Blake.
15122
15123 2007-04-26  Bruno Haible  <bruno@clisp.org>
15124
15125         Ensure fseeko, ftello are declared on glibc systems.
15126         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15127         * modules/fseeko (configure.ac-early): Likewise.
15128         * modules/ftello (configure.ac-early): Likewise.
15129         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15130         AC_FUNC_FSEEKO for this.
15131         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15132         (gl_CHECK_FSEEKO): Remove macro.
15133
15134 2007-04-26  Bruno Haible  <bruno@clisp.org>
15135
15136         * tests/test-fflush.c (main): Also check the ftell result after
15137         fflush and fseek/fseeko.
15138         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15139         file descriptor position cache in the stream.
15140         * lib/fseeko.c (rpl_fseeko): Likewise.
15141
15142 2007-04-26  Bruno Haible  <bruno@clisp.org>
15143
15144         * modules/fflush-tests (Depends-on): Add fseeko.
15145
15146 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15147             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15148
15149         * lib/argz_.h: ensure error_t definition is obtained in same
15150         mechanism system argz.h would have.
15151         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15152         argz facilities are known bad.  Err on the side of caution if
15153         cross-compiling.
15154
15155 2007-04-25  Eric Blake  <ebb9@byu.net>
15156
15157         * lib/fpurge.c (includes): Use stdlib.h for free.
15158         * tests/test-fflush.c (main): Also test fflush-fseeko.
15159
15160 2007-04-25  Bruno Haible  <bruno@clisp.org>
15161
15162         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15163         * lib/fseeko.c: New file.
15164         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15165         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15166         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15167         gl_FUNC_FSEEKO.
15168         (gl_FUNC_FSEEKO): Invoke it.
15169         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15170         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15171         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15172
15173 2007-04-25  Bruno Haible  <bruno@clisp.org>
15174
15175         * modules/fflush (Depends-on): Add ftello.
15176
15177 2007-04-25  Bruno Haible  <bruno@clisp.org>
15178
15179         * modules/ftello-tests: New file.
15180         * tests/test-ftello.c: New file.
15181
15182         * modules/ftello: New file.
15183         * m4/ftello.m4: New file.
15184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15185         HAVE_FTELLO.
15186         * lib/stdio_.h (ftello): New declaration.
15187         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15188         HAVE_FTELLO.
15189
15190 2007-04-25  Bruno Haible  <bruno@clisp.org>
15191
15192         * modules/fseeko-tests: New file.
15193         * tests/test-fseeko.c: New file.
15194
15195         * modules/fseeko: New file.
15196         * m4/fseeko.m4: New file.
15197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15198         HAVE_FSEEKO.
15199         * lib/stdio_.h (fseeko): New declaration.
15200         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15201         HAVE_FSEEKO.
15202
15203 2007-04-25  Bruno Haible  <bruno@clisp.org>
15204
15205         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
15206
15207 2007-04-25  Bruno Haible  <bruno@clisp.org>
15208
15209         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
15210         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
15211         * tests/test-unistd.c: Likewise.
15212         * tests/test-fcntl.c: Likewise.
15213
15214 2007-04-23  Eric Blake  <ebb9@byu.net>
15215
15216         * lib/fflush.c: Fix missing include.
15217         Reported by Bruno Haible.
15218
15219 2007-04-23  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
15222         Reported by Eric Blake.
15223
15224 2007-04-23  Bruno Haible  <bruno@clisp.org>
15225
15226         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
15227
15228 2007-04-23  Bruno Haible  <bruno@clisp.org>
15229
15230         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
15231
15232 2007-04-23  Bruno Haible  <bruno@clisp.org>
15233
15234         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
15235         Needed on HP-UX 11.
15236
15237 2007-04-16  Eric Blake  <ebb9@byu.net>
15238
15239         Make fflush rely on fpurge.
15240         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
15241         open coding all variants.
15242         * modules/fflush (Depends-on): Add fpurge and unistd.
15243         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
15244         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
15245
15246         Fix --with-tests compilation on cygwin.
15247         * modules/argmatch-tests (Makefile.am): List gnulib library first
15248         in LDADD.
15249         * modules/argp-tests (Makefile.am): Likewise.
15250         * modules/array-list-tests (Makefile.am): Likewise.
15251         * modules/array-oset-tests (Makefile.am): Likewise.
15252         * modules/avltree-list-tests (Makefile.am): Likewise.
15253         * modules/avltree-oset-tests (Makefile.am): Likewise.
15254         * modules/avltreehash-list-tests (Makefile.am): Likewise.
15255         * modules/carray-list-tests (Makefile.am): Likewise.
15256         * modules/dirname-tests (Makefile.am): Likewise.
15257         * modules/frexp-tests (Makefile.am): Likewise.
15258         * modules/isnanl-tests (Makefile.am): Likewise.
15259         * modules/linked-list-tests (Makefile.am): Likewise.
15260         * modules/linkedhash-list-tests (Makefile.am): Likewise.
15261         * modules/lock-tests (Makefile.am): Likewise.
15262         * modules/rbtree-list-tests (Makefile.am): Likewise.
15263         * modules/rbtree-oset-tests (Makefile.am): Likewise.
15264         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
15265         * modules/tls-tests (Makefile.am): Likewise.
15266         * modules/tsearch-tests (Makefile.am): Likewise.
15267         * modules/xvasprintf-tests (Makefile.am): Likewise.
15268
15269         Fix fpurge for cygwin.
15270         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
15271         value.
15272         * modules/fpurge-tests (Depends-on): Clean up trash.
15273
15274 2007-04-16  Simon Josefsson  <simon@josefsson.org>
15275
15276         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
15277
15278         * m4/autobuild.m4: Re-indent.
15279
15280 2007-04-13  Bruno Haible  <bruno@clisp.org>
15281
15282         * modules/fpurge-tests: New file.
15283         * tests/test-fpurge.c: New file.
15284
15285         * modules/fpurge: New file.
15286         * lib/fpurge.h: New file.
15287         * lib/fpurge.c: New file.
15288         * m4/fpurge.m4: New file.
15289
15290 2007-04-13  Bruno Haible  <bruno@clisp.org>
15291
15292         * modules/fbufmode-tests: New file.
15293         * tests/test-fbufmode.c: New file.
15294
15295         * modules/fbufmode: New file.
15296         * lib/fbufmode.h: New file.
15297         * lib/fbufmode.c: New file.
15298         * m4/fbufmode.m4: New file.
15299
15300 2007-04-13  Bruno Haible  <bruno@clisp.org>
15301
15302         * modules/fwritable-tests: New file.
15303         * tests/test-fwritable.c: New file.
15304
15305         * modules/fwritable: New file.
15306         * lib/fwritable.h: New file.
15307         * lib/fwritable.c: New file.
15308         * m4/fwritable.m4: New file.
15309
15310 2007-04-13  Bruno Haible  <bruno@clisp.org>
15311
15312         * modules/freadable-tests: New file.
15313         * tests/test-freadable.c: New file.
15314
15315         * modules/freadable: New file.
15316         * lib/freadable.h: New file.
15317         * lib/freadable.c: New file.
15318         * m4/freadable.m4: New file.
15319
15320 2007-04-13  Bruno Haible  <bruno@clisp.org>
15321
15322         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
15323         MOSTLYCLEANFILES.
15324
15325 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
15328         gzip bootstrap.conf to avoid dragging in i18n machinery.
15329         (gnulib_tool_option): Use it.
15330
15331 2007-04-13  Bruno Haible  <bruno@clisp.org>
15332
15333         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
15334         %F directives.
15335         * tests/test-vasprintf-posix.c (test_function): Likewise.
15336         * tests/test-snprintf-posix.h (test_function): Likewise.
15337         * tests/test-sprintf-posix.h (test_function): Likewise.
15338         * tests/test-fprintf-posix.h (test_function): Likewise.
15339         * tests/test-printf-posix.h (test_function): Likewise.
15340         * tests/test-fprintf-posix.out: Likewise.
15341
15342 2007-04-13  Bruno Haible  <bruno@clisp.org>
15343
15344         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
15345         * modules/tls-tests (configure.ac): Likewise.
15346         Reported by Arto C. Nirkko <anirkko@insel.ch>.
15347
15348 2007-04-13  Bruno Haible  <bruno@clisp.org>
15349
15350         * lib/tls.c (glthread_tls_get): Fix return type.
15351         Patch by Arto C. Nirkko <anirkko@insel.ch>.
15352
15353 2007-04-12  Eric Blake  <ebb9@byu.net>
15354
15355         * modules/gettime (Depends-on): Remove gettime.
15356         Reported by Dmitry V. Levin.
15357
15358 2007-04-12  Bruno Haible  <bruno@clisp.org>
15359
15360         * modules/fflush (Include): Mention <stdio.h>.
15361         * modules/strtoimax (Include): Mention <inttypes.h>.
15362         * modules/strtoumax (Include): Likewise.
15363
15364 2007-04-12  Eric Blake  <ebb9@byu.net>
15365
15366         * .cvsignore: New file.
15367         * .gitignore: Likewise.
15368
15369 2007-04-12  Bruno Haible  <bruno@clisp.org>
15370
15371         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
15372         not before, since $(LDADD) often contains libgnu.a.
15373         * modules/striconv-tests (test_striconv_LDADD): Likewise.
15374         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
15375         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
15376         Needed on Cygwin.
15377
15378 2007-04-12  Eric Blake  <ebb9@byu.net>
15379
15380         Work around glibc's failure to flush stdin on fclose.
15381         * lib/closein.c (close_stdin): Flush stdin before closing.
15382
15383         Work around glibc's failure to reset seekable stdin on exit.
15384         * modules/closein: New module.
15385         * lib/closein.c: New file.
15386         * lib/closein.h: Likewise.
15387         * m4/closein.m4: Likewise.
15388         * MODULES.html.sh (File stream based Input/Output): Document it.
15389
15390 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15391
15392         * gnulib-tool: Rename generated 'autobuild' script to
15393         'do-autobuild' in --create-megatestdir output.
15394
15395         * doc/gnulib.texi (Build robot for gnulib): Fix.
15396
15397 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15398
15399         * modules/sysexits (Depends-on): Add absolute-header.
15400
15401 2007-04-12  Eric Blake  <ebb9@byu.net>
15402
15403         No need to preserve errno on success.
15404         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
15405         Reported by Bruno Haible.
15406
15407 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15408
15409         * MODULES.html.sh (Support for maintaining and releasing
15410         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
15411
15412 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15413
15414         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
15415
15416 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15417
15418         * modules/autobuild: New module.
15419
15420         * m4/autobuild.m4: New file.
15421
15422 2007-04-11  Bruno Haible  <bruno@clisp.org>
15423
15424         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
15425         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
15426         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
15427         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
15428         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15429         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15430         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15431         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15432         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15433         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15434         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
15435         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15436         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15437         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
15438         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15439         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15440         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
15441         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15442         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15443         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
15444         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15445         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15446         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
15447         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15448         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15449         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
15450         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15451         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15452         Reported by Eric Blake.
15453
15454 2007-04-11  Bruno Haible  <bruno@clisp.org>
15455
15456         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
15457
15458 2007-04-10  Bruno Haible  <bruno@clisp.org>
15459
15460         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
15461         for NaN and Infinity. Needed on FreeBSD 6.1.
15462         * tests/test-vasnprintf-posix.c (test_function): Undo last change
15463         regarding results for "%010a" of Infinity and NaN.
15464         * tests/test-vasprintf-posix.c (test_function): Likewise.
15465         * tests/test-snprintf-posix.h (test_function): Likewise.
15466         * tests/test-sprintf-posix.h (test_function): Likewise.
15467         * tests/test-fprintf-posix.h (test_function): Likewise.
15468         * tests/test-printf-posix.h (test_function): Likewise.
15469         * tests/test-fprintf-posix.out: Likewise.
15470
15471 2007-04-10  Bruno Haible  <bruno@clisp.org>
15472
15473         * modules/locale-tests: New file.
15474         * tests/test-locale.c: New file.
15475
15476         * modules/locale: New file.
15477         * lib/locale_.h: New file.
15478         * m4/locale_h.m4: New file.
15479
15480 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
15481             Bruno Haible  <bruno@clisp.org>
15482
15483         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
15484         be determined, test for availability of the copysignf, copysign,
15485         copysignl functions.
15486         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
15487         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
15488         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
15489
15490 2007-04-09  Eric Blake  <ebb9@byu.net>
15491
15492         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
15493         * modules/stdio (Makefile.am): Support fflush.
15494         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15495         * modules/fflush: New file.
15496         * lib/fflush.c: Likewise.
15497         * m4/fflush.m4: Likewise.
15498         * modules/fflush-tests: New test.
15499         * tests/test-fflush.c: Likewise.
15500         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
15501
15502 2007-04-06  Bruno Haible  <bruno@clisp.org>
15503
15504         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
15505         (VASNPRINTF): Use signbit for faster determination whether to print a
15506         minus sign.
15507         * modules/vasnprintf (Files): Remove lib/float+.h.
15508         * modules/fprintf-posix (Depends-on): Add signbit.
15509         * modules/snprintf-posix (Depends-on): Likewise.
15510         * modules/sprintf-posix (Depends-on): Likewise.
15511         * modules/vasnprintf-posix (Depends-on): Likewise.
15512         * modules/vasprintf-posix (Depends-on): Likewise.
15513         * modules/vfprintf-posix (Depends-on): Likewise.
15514         * modules/vsnprintf-posix (Depends-on): Likewise.
15515         * modules/vsprintf-posix (Depends-on): Likewise.
15516
15517 2007-04-06  Bruno Haible  <bruno@clisp.org>
15518
15519         * tests/test-frexp.c (main): Test also the sign bit of zero results.
15520         * tests/test-frexpl.c (main): Likewise.
15521         * tests/test-ldexpl.c (main): Likewise.
15522         * modules/frexp-tests (Depends-on): Add signbit.
15523         * modules/frexpl-tests (Depdends-on): Likewise.
15524         * modules/ldexpl-tests (Depdends-on): Likewise.
15525
15526 2007-04-06  Bruno Haible  <bruno@clisp.org>
15527
15528         * modules/signbit-tests: New file.
15529         * tests/test-signbit.c: New file.
15530
15531         * modules/signbit: New file.
15532         * lib/signbitf.c: New file.
15533         * lib/signbitd.c: New file.
15534         * lib/signbitl.c: New file.
15535         * m4/signbit.m4: New file.
15536         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
15537         (signbit): New macro.
15538         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
15539         REPLACE_SIGNBIT.
15540         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
15541         REPLACE_FREXPL into math.h.
15542
15543 2007-04-06  Bruno Haible  <bruno@clisp.org>
15544
15545         * modules/isnanf-nolibm-tests: New file.
15546         * tests/test-isnanf.c: New file.
15547
15548         * modules/isnanf-nolibm: New file.
15549         * lib/isnanf.h: New file.
15550         * lib/isnanf.c: New file.
15551         * lib/isnan.c: Consider the USE_FLOAT macro.
15552         * m4/isnanf.m4: New file.
15553
15554 2007-04-06  Bruno Haible  <bruno@clisp.org>
15555
15556         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
15557         (Link): New section.
15558
15559         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
15560
15561 2007-04-06  Bruno Haible  <bruno@clisp.org>
15562
15563         Assume the 'long double' type.
15564         * m4/longdouble.m4: Remove file.
15565         * config/srclist.txt: Don't mention longdouble.m4.
15566         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
15567         * lib/float+.h: Likewise.
15568         * lib/frexp.c: Likewise.
15569         * lib/printf-args.h: Likewise.
15570         * lib/printf-args.c: Likewise.
15571         * lib/printf-frexp.c: Likewise.
15572         * lib/printf-parse.c: Likewise.
15573         * lib/vasnprintf.c: Likewise.
15574         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
15575         * m4/intl.m4: Likewise.
15576         * m4/isnanl.m4: Likewise.
15577         * m4/printf.m4: Likewise.
15578         * m4/printf-frexpl.m4: Likewise.
15579         * m4/vasnprintf.m4: Likewise.
15580         * modules/allocsa (Files): Remove m4/longdouble.m4.
15581         * modules/gettext (Files): Likewise.
15582         * modules/relocatable-prog-wrapper (Files): Likewise.
15583         * modules/vasnprintf (Files): Likewise.
15584         * modules/isnanl (Files): Likewise.
15585         (Include): Simplify.
15586         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
15587         (Include): Simplify.
15588         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
15589         (Include): Simplify.
15590         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
15591         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15592         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
15593         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15594         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
15595         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15596         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
15597         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15598         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
15599         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15600         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
15601         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15602         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
15603         * tests/test-isnanl.c: Likewise.
15604         * tests/test-snprintf-posix.h: Likewise.
15605         * tests/test-sprintf-posix.h: Likewise.
15606         * tests/test-vasnprintf-posix.c: Likewise.
15607         * tests/test-vasnprintf-posix2.c: Likewise.
15608         * tests/test-vasprintf-posix.c: Likewise.
15609
15610 2007-04-06  Bruno Haible  <bruno@clisp.org>
15611
15612         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
15613         * lib/math_.h [__DECC]: Include the overridden include file through
15614         #include_next, outside the double-inclusion guard.
15615         * lib/stdio_.h [__DECC]: Likewise.
15616         * lib/stdlib_.h [__DECC]: Likewise.
15617         * lib/string_.h [__DECC]: Likewise.
15618         * lib/time_.h [__DECC]: Likewise.
15619         * lib/wchar_.h [__DECC]: Likewise.
15620         * lib/wctype_.h [__DECC]: Likewise.
15621         * lib/inttypes_.h [__DECC]: Likewise.
15622         Reported by Albert Chin <china@thewrittenword.com> in
15623         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
15624
15625 2007-04-04  Eric Blake  <ebb9@byu.net>
15626
15627         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
15628         1.5.x.
15629
15630 2007-04-04  Bruno Haible  <bruno@clisp.org>
15631
15632         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
15633         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
15634
15635 2007-04-04  Bruno Haible  <bruno@clisp.org>
15636
15637         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
15638         results for "%010a" of Infinity and NaN.
15639         * tests/test-vasprintf-posix.c (test_function): Likewise.
15640         * tests/test-snprintf-posix.h (test_function): Likewise.
15641         * tests/test-sprintf-posix.h (test_function): Likewise.
15642         * tests/test-fprintf-posix.h (test_function): Remove these tests.
15643         * tests/test-printf-posix.h (test_function): Likewise.
15644         * tests/test-fprintf-posix.out: Update.
15645         Needed for FreeBSD 6.1.
15646
15647 2007-04-04  Bruno Haible  <bruno@clisp.org>
15648
15649         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
15650         directly used by the gnulib modules nor by gnulib-tool.
15651
15652 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * DEPENDENCIES: Give overall description of version dependency
15655         desirability.  Use more-typical names for apps.
15656         Add shell, coreutils, diffutils, grep, tar, gzip.
15657
15658 2007-04-04  Simon Josefsson  <simon@josefsson.org>
15659
15660         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
15661
15662 2007-04-04  Karl Berry  <karl@gnu.org>
15663
15664         * MODULES.html.sh (func_module): missing '.
15665
15666 2007-04-03  Bruno Haible  <bruno@clisp.org>
15667
15668         * modules/argmatch-tests (Makefile.am): New variable
15669         test_argmatch_LDADD.
15670         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
15671         * modules/array-list-tests (Makefile.am): New variable
15672         test_array_list_LDADD.
15673         * modules/array-oset-tests (Makefile.am): New variable
15674         test_array_oset_LDADD.
15675         * modules/avltree-list-tests (Makefile.am): New variable
15676         test_avltree_list_LDADD.
15677         * modules/avltree-oset-tests (Makefile.am): New variable
15678         test_avltree_oset_LDADD.
15679         * modules/avltreehash-list-tests (Makefile.am): New variable
15680         test_avltreehash_list_LDADD.
15681         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
15682         test_canonicalize_lgpl_LDADD.
15683         * modules/carray-list-tests (Makefile.am): New variable
15684         test_carray_list_LDADD.
15685         * modules/dirname-tests (Makefile.am): New variable
15686         test_dirname_LDADD.
15687         * modules/linked-list-tests (Makefile.am): New variable
15688         test_linked_list_LDADD.
15689         * modules/linkedhash-list-tests (Makefile.am): New variable
15690         test_linkedhash_list_LDADD.
15691         * modules/rbtree-list-tests (Makefile.am): New variable
15692         test_rbtree_list_LDADD.
15693         * modules/rbtree-oset-tests (Makefile.am): New variable
15694         test_rbtree_oset_LDADD.
15695         * modules/rbtreehash-list-tests (Makefile.am): New variable
15696         test_rbtreehash_list_LDADD.
15697         * modules/xvasprintf-tests (Makefile.am): New variable
15698         test_xvasprintf_LDADD.
15699         Reported by Eric Blake.
15700
15701 2007-04-03  Eric Blake  <ebb9@byu.net>
15702
15703         * DEPENDENCIES: Weaken m4 requirements.
15704
15705 2007-04-03  Bruno Haible  <bruno@clisp.org>
15706
15707         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
15708         * modules/isnanl-tests (configure.ac): Likewise.
15709
15710 2007-04-03  Ben Pfaff  <blp@gnu.org>
15711
15712         * modules/iconv_open: Add $(srcdir)/ to source directory
15713         references in Makefile fragments that call gperf, to fix VPATH
15714         builds.
15715
15716 2007-04-03  Bruno Haible  <bruno@clisp.org>
15717
15718         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
15719         * lib/ldexpl.c: Undo last change.
15720
15721 2007-04-03  Bruno Haible  <bruno@clisp.org>
15722
15723         * modules/printf-frexpl (Depends-on): Undo last change.
15724         (Files): Add m4/ldexpl.m4.
15725
15726 2007-04-03  Bruno Haible  <bruno@clisp.org>
15727
15728         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
15729         * modules/isnanl (Link): New section.
15730
15731         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
15732         * modules/frexp (Link): New section.
15733
15734         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
15735         * modules/frexpl (Link): New section.
15736
15737         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
15738         * modules/ldexpl (Link): New section.
15739
15740 2007-04-03  Bruno Haible  <bruno@clisp.org>
15741
15742         * modules/TEMPLATE-EXTENDED: New file.
15743         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
15744
15745 2007-04-03  Bruno Haible  <bruno@clisp.org>
15746
15747         * DEPENDENCIES: New file.
15748         Suggested by Simon Josefsson.
15749
15750 2007-04-03  Bruno Haible  <bruno@clisp.org>
15751
15752         * doc/gnulib.texi: Escape @.
15753
15754 2007-04-03  James Youngman  <jay@gnu.org>
15755         and Paul Eggert  <eggert@cs.ucla.edu>
15756
15757         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
15758         birthtime on all systems that have birthtime, not just those which
15759         use st_birthtimensec rather than st_birthtim.  Putting zero in
15760         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
15761         that the birth time is not available for files on an NFS mount.
15762
15763 2007-04-03  Simon Josefsson  <simon@josefsson.org>
15764
15765         * modules/memxor: Move back from crypto/, suggested by Bruno.
15766         * modules/crypto/hmac-sha1: Fix memxor dependency.
15767
15768         * modules/crypto/gc: Moved from ../.
15769
15770 2007-04-02  Eric Blake  <ebb9@byu.net>
15771
15772         * lib/ldexpl.c (includes): Avoid libm.
15773
15774         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
15775
15776 2007-04-02  Bruno Haible  <bruno@clisp.org>
15777
15778         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
15779         on IRIX.
15780
15781 2007-04-02  Bruno Haible  <bruno@clisp.org>
15782
15783         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
15784         x86 or x86_64 platforms running MacOS X.
15785         Reported by Ryan Schmidt <@ryandesign.com>.
15786
15787 2007-04-02  Bruno Haible  <bruno@clisp.org>
15788
15789         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
15790         i386.
15791
15792 2007-04-01  Simon Josefsson  <simon@josefsson.org>
15793
15794         * modules/crypto/arcfour: Moved from ../.
15795         * modules/crypto/arcfour-tests: Moved from ../.
15796         * modules/crypto/arctwo: Moved from ../.
15797         * modules/crypto/arctwo-tests: Moved from ../.
15798         * modules/crypto/des: Moved from ../.
15799         * modules/crypto/des-tests: Moved from ../.
15800         * modules/crypto/gc-arcfour: Moved from ../.
15801         * modules/crypto/gc-arcfour-tests: Moved from ../.
15802         * modules/crypto/gc-arctwo: Moved from ../.
15803         * modules/crypto/gc-arctwo-tests: Moved from ../.
15804         * modules/crypto/gc-des: Moved from ../.
15805         * modules/crypto/gc-des-tests: Moved from ../.
15806         * modules/crypto/gc-hmac-md5: Moved from ../.
15807         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
15808         * modules/crypto/gc-hmac-sha1: Moved from ../.
15809         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
15810         * modules/crypto/gc-md2: Moved from ../.
15811         * modules/crypto/gc-md2-tests: Moved from ../.
15812         * modules/crypto/gc-md4: Moved from ../.
15813         * modules/crypto/gc-md4-tests: Moved from ../.
15814         * modules/crypto/gc-md5: Moved from ../.
15815         * modules/crypto/gc-md5-tests: Moved from ../.
15816         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
15817         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
15818         * modules/crypto/gc-random: Moved from ../.
15819         * modules/crypto/gc-rijndael: Moved from ../.
15820         * modules/crypto/gc-rijndael-tests: Moved from ../.
15821         * modules/crypto/gc-sha1: Moved from ../.
15822         * modules/crypto/gc-sha1-tests: Moved from ../.
15823         * modules/crypto/gc-tests: Moved from ../.
15824         * modules/crypto/hmac-md5: Moved from ../.
15825         * modules/crypto/hmac-md5-tests: Moved from ../.
15826         * modules/crypto/hmac-sha1: Moved from ../.
15827         * modules/crypto/hmac-sha1-tests: Moved from ../.
15828         * modules/crypto/md2: Moved from ../.
15829         * modules/crypto/md2-tests: Moved from ../.
15830         * modules/crypto/md4: Moved from ../.
15831         * modules/crypto/md4-tests: Moved from ../.
15832         * modules/crypto/md5: Moved from ../.
15833         * modules/crypto/md5-tests: Moved from ../.
15834         * modules/crypto/memxor: Moved from ../.
15835         * modules/crypto/rijndael: Moved from ../.
15836         * modules/crypto/rijndael-tests: Moved from ../.
15837         * modules/crypto/sha1: Moved from ../.
15838
15839 2007-03-30  James Youngman  <jay@gnu.org>
15840
15841         * tests/test-stat-time.c (prepare_test): use chmod() rather than
15842         rename() to change the ctime of a file (because ctime is unaffected
15843         by rename on jfs2 on AIX 5.1).
15844         (main): Start by doing cleanup, in case a previous run failed leaving
15845         test files behind.
15846
15847 2007-03-31  Bruno Haible  <bruno@clisp.org>
15848
15849         Support old proprietary implementations of iconv.
15850         * modules/iconv_open: New file.
15851         * lib/iconv_.h: New file.
15852         * m4/iconv_h.m4: New file.
15853         * lib/iconv_open.c: New file.
15854         * lib/iconv_open-aix.gperf: New file.
15855         * lib/iconv_open-hpux.gperf: New file.
15856         * lib/iconv_open-irix.gperf: New file.
15857         * lib/iconv_open-osf.gperf: New file.
15858         * m4/iconv_open.m4: New file.
15859         * modules/linebreak (Depends-on): Add iconv_open.
15860         * modules/striconv (Depends-on): Likewise.
15861         * modules/striconveh (Depends-on): Likewise.
15862         * modules/unicodeio (Depends-on): Likewise.
15863         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
15864         (iconv_t)(-1).
15865         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
15866         conversion if cd is (iconv_t)(-1).
15867         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
15868         is not possible.
15869
15870 2007-03-31  Bruno Haible  <bruno@clisp.org>
15871
15872         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15873         work on Solaris either. Protect also second use of "autodetect_jp".
15874
15875 2007-03-31  Bruno Haible  <bruno@clisp.org>
15876
15877         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
15878         the function is not present.
15879
15880 2007-03-31  Bruno Haible  <bruno@clisp.org>
15881
15882         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
15883         the function is not present.
15884
15885 2007-03-31  Bruno Haible  <bruno@clisp.org>
15886
15887         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
15888         a bug in HP-UX iconv_open().
15889
15890 2007-03-31  Bruno Haible  <bruno@clisp.org>
15891
15892         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
15893         (Mathematics <math.h>): New section, add fpieee.
15894         (Input/output <stdio.h>): Add fseterr.
15895         (Mathematics <math.h>): New section, add printf-frexp.
15896         (Container data structures): Add sublist.
15897         (Core language properties): Add fpucw, inline.
15898         (Functions for greatest-width integer types <inttypes.h>): Add
15899         imaxabs, imaxdiv, inttypes.
15900         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
15901         isnanl-nolibm, ldexp.
15902         (Mathematics <math.h>): New section, add printf-frexpl.
15903         (Support for systems lacking POSIX:2001): Add fprintf-posix,
15904         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
15905         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
15906         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
15907         (Unicode string functions): Add unistr/u*-mbtoucr.
15908         (Java): Add javacomp-script, javaexec-script.
15909         (C#): Add csharpcomp-script, csharpexec-script.
15910         (Support for building libraries and executables): Add havelib,
15911         relocatable-*.
15912         (Support for maintaining and releasing projects): Renamed from
15913         'Support for maintaining and release projects'. Add announce-gen.
15914
15915 2007-03-31  Bruno Haible  <bruno@clisp.org>
15916
15917         * README: Talk primarily about git.
15918         (git and CVS): Renamed from CVS.
15919         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
15920         gnulib is available through git.
15921         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
15922
15923 2007-03-30  Bruno Haible  <bruno@clisp.org>
15924
15925         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
15926         * lib/poll_.h: Likewise.
15927         * lib/stat_.h: Likewise.
15928         * lib/sys_time_.h: Likewise.
15929         * lib/sysexit_.h: Likewise.
15930         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
15931         * lib/stdbool_.h: Likewise.
15932         * lib/byteswap_.h: Add double-inclusion guard.
15933
15934 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
15935
15936         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
15937
15938 2007-03-30  Karl Berry  <karl@gnu.org>
15939
15940         * config/srclist-update: double space after USA in the license
15941         substitution, since that's how it's usually (?) written.
15942
15943 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15944
15945         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
15946         reported by Bruno Haible.
15947
15948 2007-03-29  Bruno Haible  <bruno@clisp.org>
15949
15950         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
15951         a bug in AIX iconv().
15952
15953 2007-03-29  Bruno Haible  <bruno@clisp.org>
15954
15955         * modules/ldexpl-tests: New file.
15956         * tests/test-ldexpl.c: New file.
15957
15958 2007-03-29  Bruno Haible  <bruno@clisp.org>
15959
15960         * lib/ldexpl.c: Include fpucw.h.
15961         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
15962         multiplication.
15963         * modules/ldexpl (Depends-on): Add fpucw.
15964
15965 2007-03-29  Bruno Haible  <bruno@clisp.org>
15966
15967         * modules/ldexpl: New file.
15968         * m4/ldexpl.m4: New file.
15969         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
15970         set.
15971         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
15972         REPLACE_LDEXPL.
15973         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
15974         REPLACE_LDEXPL.
15975         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15976         gl_FUNC_LDEXPL_WORKS.
15977         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
15978         * modules/mathl (Files): Remove lib/ldexpl.c.
15979         (Depends-on): Add ldexpl.
15980
15981 2007-03-29  Bruno Haible  <bruno@clisp.org>
15982
15983         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
15984
15985 2007-03-29  Bruno Haible  <bruno@clisp.org>
15986
15987         * tests/test-striconveh.c (main): Don't assume that a direct conversion
15988         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
15989         and possibly also HP-UX.
15990         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15991         work on AIX, IRIX, HP-UX, OSF/1.
15992         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
15993         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
15994         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
15995         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
15996         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
15997         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
15998
15999 2007-03-29  Bruno Haible  <bruno@clisp.org>
16000
16001         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
16002
16003 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16004
16005         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
16006         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
16007
16008 2007-03-29  Eric Blake  <ebb9@byu.net>
16009
16010         * lib/acl-internal.h: Remove redundant include.
16011         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
16012         Cygwin when a file is locked.
16013
16014 2007-03-29  Bruno Haible  <bruno@clisp.org>
16015
16016         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
16017         file.
16018         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
16019
16020 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16021
16022         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
16023         try to remove a parent directory if the child couldn't be removed
16024         (except for the first rmdir, which could fail because the child
16025         doesn't exist).  Problem reported by Jeff Blaine in
16026         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16027
16028 2007-03-28  Bruno Haible  <bruno@clisp.org>
16029
16030         * lib/striconveh.c (utf8conv_carefully): New function.
16031         (mem_cd_iconveh_internal): Invoke it.
16032
16033 2007-03-28  Bruno Haible  <bruno@clisp.org>
16034
16035         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16036         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16037         input.
16038         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16039         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16040         unistr/u8-uctomb.
16041
16042 2007-03-28  Bruno Haible  <bruno@clisp.org>
16043
16044         * modules/unistr/u8-mbtoucr: New file.
16045         * lib/unistr/u8-mbtoucr.c: New file.
16046         * modules/unistr/u16-mbtoucr: New file.
16047         * lib/unistr/u16-mbtoucr.c: New file.
16048         * modules/unistr/u16-mbtoucr: New file.
16049         * lib/unistr/u16-mbtoucr.c: New file.
16050         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16051
16052 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16053             Bruno Haible  <bruno@clisp.org>
16054
16055         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16056         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16057         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16058
16059         * m4/stdio_h.m4: Add stubs for vasprintf too.
16060
16061         * modules/stdio: Support vasprintf in sed command.
16062
16063         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16064         vasprintf.h.  Add stdio module indicator.
16065
16066         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16067         vasprintf.h.
16068
16069         * lib/vasprintf.h: File removed.
16070
16071         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16072         * lib/vasprintf.c: Ditto.
16073         * lib/xvasprintf.c: Ditto.
16074         * tests/test-vasprintf-posix.c: Ditto.
16075         * tests/test-vasprintf.c: Ditto.
16076
16077 2007-03-27  Bruno Haible  <bruno@clisp.org>
16078
16079         Make vasnprintf multithread-safe.
16080         * lib/vasnprintf.c (decimal_point_char): New function.
16081         (VASNPRINTF): Use it.
16082         Suggested by Simon Josefsson.
16083
16084 2007-03-27  Eric Blake  <ebb9@byu.net>
16085
16086         Support sub-second birthtime on cygwin.
16087         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16088         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16089         (get_stat_birthtime): Also work with st_birthtim.
16090
16091 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16092
16093         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16094         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16095         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16096         (get_stat_birthtime_ns): Simplify compile-time tests.
16097         (get_stat_birthtime): Change the API to look like
16098         get_stat_mtime etc., except return a negative tv_nsec on error.
16099         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16100         Don't check for "spare" fields.
16101         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16102         or for struct stat.st_birthtime, as these tests aren't used.
16103         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16104
16105 2007-03-27  Bruno Haible  <bruno@clisp.org>
16106
16107         * lib/stat-time.h: Include <sys/stat.h>.
16108
16109 2007-03-27  James Youngman  <jay@gnu.org>
16110
16111         * lib/stat-time.h (get_stat_birthtime): New function for
16112           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16113         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16114           and its variants.
16115         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16116         * modules/stat-time-test: New file.
16117         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16118
16119 2007-03-26  Bruno Haible  <bruno@clisp.org>
16120
16121         Better support of signalling NaNs.
16122         * lib/atanl.c: Include isnanl.h.
16123         (atanl): Perform test for NaN at the beginning of the function and
16124         through a call to isnanl.
16125         * lib/cosl.c: Include isnanl.h.
16126         (cosl): Perform test for NaN at the beginning of the function and
16127         through a call to isnanl.
16128         * lib/ldexpl.c: Include isnanl.h.
16129         (ldexpl): Perform test for NaN through a call to isnanl.
16130         * lib/logl.c: Include isnanl.h.
16131         (logl): Perform test for NaN at the beginning of the function and
16132         through a call to isnanl.
16133         * lib/sinl.c: Include isnanl.h.
16134         (sinl): Perform test for NaN at the beginning of the function and
16135         through a call to isnanl.
16136         * lib/sqrtl.c: Include isnanl.h.
16137         (sqrtl): Perform test for NaN at the beginning of the function and
16138         through a call to isnanl.
16139         * lib/tanl.c: Include isnanl.h.
16140         (tanl): Perform test for NaN at the beginning of the function and
16141         through a call to isnanl.
16142         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16143         * modules/mathl (Depends-on): Add isnanl.
16144
16145 2007-03-26  Eric Blake  <ebb9@byu.net>
16146
16147         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16148         regression in logic sense of previous patch.
16149
16150 2007-03-26  Bruno Haible  <bruno@clisp.org>
16151
16152         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16153         unportable shell command "if ! ...".
16154         Reported by Ralf Wildenhues.
16155
16156 2007-03-25  Bruno Haible  <bruno@clisp.org>
16157
16158         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16159         <sysexits.h> file, and only add EX_CONFIG.
16160         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16161         absolute file name and whether it is sufficient. Substitute also
16162         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16163         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16164         ABSOLUTE_SYSEXITS_H into sysexits.h.
16165
16166 2007-03-25  Bruno Haible  <bruno@clisp.org>
16167
16168         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16169         hints is NULL.
16170
16171 2007-03-25  Bruno Haible  <bruno@clisp.org>
16172
16173         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16174         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16175
16176 2007-03-25  Bruno Haible  <bruno@clisp.org>
16177
16178         * lib/vasnprintf.c: Include langinfo.h.
16179         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16180         multithread-safe.
16181         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16182         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16183         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16184         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16185         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16186         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16187         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16188         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16189         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16190         Reported by Simon Josefsson.
16191
16192 2007-03-25  Bruno Haible  <bruno@clisp.org>
16193
16194         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16195         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16196         * modules/vasnprintf (Depends-on): Add stdint.
16197
16198 2007-03-25  Bruno Haible  <bruno@clisp.org>
16199
16200         * modules/fpieee: New file.
16201         * m4/fpieee.m4: New file.
16202         * modules/isnan-nolibm (Depends-on): Add fpieee.
16203         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16204         * modules/isnanl (Depends-on): Add fpieee.
16205
16206 2007-03-25  Bruno Haible  <bruno@clisp.org>
16207
16208         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
16209
16210 2007-03-25  Bruno Haible  <bruno@clisp.org>
16211
16212         Avoid test failures on IRIX 6.5.
16213         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
16214         (main): Use it.
16215         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
16216         macros.
16217         (main): Use them.
16218
16219 2007-03-25  Bruno Haible  <bruno@clisp.org>
16220
16221         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
16222         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
16223         exists but doesn't work.
16224         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
16225         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
16226         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
16227         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
16228
16229 2007-03-25  Bruno Haible  <bruno@clisp.org>
16230
16231         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
16232         returns inf. Needed on IRIX 6.5.
16233
16234 2007-03-25  Bruno Haible  <bruno@clisp.org>
16235
16236         * tests/test-frexpl.c: Include isnanl-nolibm.h.
16237         (main): Use isnanl instead of x != x idiom.
16238         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
16239
16240         * tests/test-frexp.c: Include isnan.h.
16241         (main): Use isnan instead of x != x idiom.
16242         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
16243
16244 2007-03-25  Bruno Haible  <bruno@clisp.org>
16245
16246         * tests/test-frexp.c (NaN): New function/macro.
16247         (main): Use it instead of 0.0 / 0.0.
16248         * tests/test-isnan.c (NaN): New function/macro.
16249         (main): Use it instead of 0.0 / 0.0.
16250         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
16251         (test_function): Use it instead of 0.0 / 0.0.
16252         * tests/test-vasprintf-posix.c (NaN): New function/macro.
16253         (test_function): Use it instead of 0.0 / 0.0.
16254         * tests/test-snprintf-posix.h (NaN): New function/macro.
16255         (test_function): Use it instead of 0.0 / 0.0.
16256         * tests/test-sprintf-posix.h (NaN): New function/macro.
16257         (test_function): Use it instead of 0.0 / 0.0.
16258         * tests/test-fprintf-posix.h (NaN): New function/macro.
16259         (test_function): Use it instead of 0.0 / 0.0.
16260         * tests/test-printf-posix.h (NaN): New function/macro.
16261         (test_function): Use it instead of 0.0 / 0.0.
16262
16263         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
16264
16265 2007-03-25  Bruno Haible  <bruno@clisp.org>
16266
16267         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
16268
16269 2007-03-25  Bruno Haible  <bruno@clisp.org>
16270
16271         * lib/regexec.c (merge_state_with_log): Make static.
16272
16273 2007-03-25  Bruno Haible  <bruno@clisp.org>
16274
16275         * lib/trigl.c (kernel_rem_pio2): Make static.
16276
16277 2007-03-25  Bruno Haible  <bruno@clisp.org>
16278
16279         * lib/sincosl.c (sincosl_table): Make static.
16280
16281 2007-03-25  Bruno Haible  <bruno@clisp.org>
16282
16283         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16284         if the compiler does not support C99.
16285
16286 2007-03-25  Bruno Haible  <bruno@clisp.org>
16287
16288         * modules/time (Makefile.am): Ensure all rule action lines start with a
16289         tab.
16290
16291 2007-03-24  Bruno Haible  <bruno@clisp.org>
16292
16293         * modules/tsearch-tests: New file.
16294         * tests/test-tsearch.sh: New file.
16295         * tests/test-tsearch.c: New file, mostly copied from glibc.
16296
16297         * modules/search-tests: New file.
16298         * tests/test-search.c: New file.
16299
16300         * modules/search: New file.
16301         * lib/search_.h: New file, incorporating lib/tsearch.h.
16302         * m4/search_h.m4: New file.
16303         * lib/tsearch.h: Remove file.
16304         * lib/tsearch.c: Include search.h instead of tsearch.h.
16305         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
16306         HAVE_TSEARCH.
16307         * modules/tsearch (Files): Remove lib/tsearch.h.
16308         (Depends-on): Add search.
16309         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
16310         (Include): Change tsearch.h into search.h.
16311
16312 2007-03-24  Bruno Haible  <bruno@clisp.org>
16313
16314         * modules/fpucw: New file.
16315         * lib/fpucw.h: New file.
16316         * lib/frexp.c: Include fpucw.h.
16317         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16318         (FUNC): Use them.
16319         * lib/printf-frexp.c: Include fpucw.h.
16320         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16321         (FUNC): Use them.
16322         * lib/vasnprintf.c: Include fpucw.h.
16323         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
16324         'long double' calculations.
16325         * tests/test-frexpl.c: Include fpucw.h.
16326         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16327         * tests/test-printf-frexpl.c: Include fpucw.h.
16328         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16329         * modules/frexpl (Depends-on): Add fpucw.
16330         * modules/printf-frexpl (Depends-on): Likewise.
16331         * modules/fprintf-posix (Depends-on): Likewise.
16332         * modules/snprintf-posix (Depends-on): Likewise.
16333         * modules/sprintf-posix (Depends-on): Likewise.
16334         * modules/vasnprintf-posix (Depends-on): Likewise.
16335         * modules/vasprintf-posix (Depends-on): Likewise.
16336         * modules/vfprintf-posix (Depends-on): Likewise.
16337         * modules/vsnprintf-posix (Depends-on): Likewise.
16338         * modules/vsprintf-posix (Depends-on): Likewise.
16339         * modules/frexpl-tests (Depends-on): Likewise.
16340         * modules/printf-frexpl-tests (Depends-on): Likewise.
16341
16342 2007-03-24  Bruno Haible  <bruno@clisp.org>
16343
16344         * lib/float+.h: New file.
16345         * lib/isnan.c: Include float+.h.
16346         (SIZE): New macro.
16347         (FUNC): Compare only SIZE bytes of the value.
16348         * lib/vasnprintf.c: Include float+.h.
16349         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
16350         SIZEOF_LDBL or SIZEOF_DBL bytes.
16351         * modules/isnan-nolibm (Files): Add lib/float+.h.
16352         * modules/isnanl-nolibm (Files): Add lib/float+.h.
16353         * modules/isnanl (Files): Add lib/float+.h.
16354         * modules/vasnprintf (Files): Add lib/float+.h.
16355
16356 2007-03-24  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
16359         include isnanl-nolibm.h.
16360
16361 2007-03-24  Bruno Haible  <bruno@clisp.org>
16362
16363         * tests/test-read-file.c (main): Don't produce spurious output for
16364         expected situations. Make the test fail if it encountered unexpected
16365         results.
16366
16367 2007-03-24  Bruno Haible  <bruno@clisp.org>
16368
16369         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
16370         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
16371
16372 2007-03-24  Bruno Haible  <bruno@clisp.org>
16373
16374         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
16375
16376 2007-03-24  Bruno Haible  <bruno@clisp.org>
16377
16378         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
16379         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
16380
16381         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
16382         * modules/utf8-ucs4: Turn into a symbolic link to module
16383         unistr/u8-mbtouc.
16384
16385         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
16386         utf8-ucs4-unsafe.
16387         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
16388         unistr/u8-mbtouc-unsafe.
16389
16390         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
16391         * modules/utf16-ucs4: Turn into a symbolic link to module
16392         unistr/u16-mbtouc.
16393
16394         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
16395         utf16-ucs4-unsafe.
16396         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
16397         unistr/u16-mbtouc-unsafe.
16398
16399         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
16400         * modules/ucs4-utf8: Turn into a symbolic link to module
16401         unistr/u8-ubtomb.
16402
16403         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
16404         * modules/ucs4-utf16: Turn into a symbolic link to module
16405         unistr/u16-ubtomb.
16406
16407 2007-03-24  Bruno Haible  <bruno@clisp.org>
16408
16409         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
16410         Enable the function only if HAVE_INLINE.
16411         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
16412         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16413         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
16414         Enable the function only if HAVE_INLINE.
16415         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
16416         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16417         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
16418         Enable the function only if HAVE_INLINE.
16419         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
16420         Enable the function only if HAVE_INLINE.
16421         * modules/utf8-ucs4: Update.
16422         * modules/utf8-ucs4-unsafe: Update.
16423         * modules/utf16-ucs4: Update.
16424         * modules/utf16-ucs4-unsafe: Update.
16425         * modules/ucs4-utf8: Update.
16426         * modules/ucs4-utf16: Update.
16427
16428 2007-03-24  Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/utf8-ucs4.h: Remove file.
16431         * lib/utf8-ucs4-unsafe.h: Remove file.
16432         * lib/utf16-ucs4.h: Remove file.
16433         * lib/utf16-ucs4-unsafe.h: Remove file.
16434         * lib/ucs4-utf8.h: Remove file.
16435         * lib/ucs4-utf16.h: Remove file.
16436         * lib/unistr.h: Include their previous contents.
16437         * m4/utf-ucs4.m4: Remove file.
16438         * m4/ucs4-utf.m4: Remove file.
16439         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
16440         (Depends-on): Add unistr/base.
16441         (configure.ac): Remove gl_UTF_UCS4.
16442         (Makefile.am): Update.
16443         (Include): Change to unistr.h.
16444         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
16445         (Depends-on): Add unistr/base.
16446         (configure.ac): Remove gl_UTF_UCS4.
16447         (Makefile.am): Update.
16448         (Include): Change to unistr.h.
16449         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
16450         (Depends-on): Add unistr/base.
16451         (configure.ac): Remove gl_UTF_UCS4.
16452         (Makefile.am): Update.
16453         (Include): Change to unistr.h.
16454         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
16455         (Depends-on): Add unistr/base.
16456         (configure.ac): Remove gl_UTF_UCS4.
16457         (Makefile.am): Update.
16458         (Include): Change to unistr.h.
16459         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
16460         (Depends-on): Add unistr/base.
16461         (configure.ac): Remove gl_UCS4_UTF.
16462         (Makefile.am): Update.
16463         (Include): Change to unistr.h.
16464         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
16465         (Depends-on): Add unistr/base.
16466         (configure.ac): Remove gl_UCS4_UTF.
16467         (Makefile.am): Update.
16468         (Include): Change to unistr.h.
16469         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
16470         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
16471         utf8-ucs4-unsafe.h.
16472         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
16473         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
16474         utf16-ucs4-unsafe.h.
16475         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
16476         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
16477         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
16478         * lib/unistr/u8-strchr.c: Likewise.
16479         * lib/unistr/u8-strrchr.c: Likewise.
16480         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
16481         * lib/unistr/u16-strchr.c: Likewise.
16482         * lib/unistr/u16-strrchr.c: Likewise.
16483         * lib/striconveh.c: Update.
16484         * lib/linebreak.c: Update.
16485
16486 2007-03-24  Bruno Haible  <bruno@clisp.org>
16487
16488         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
16489         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
16490
16491 2007-03-22  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
16494
16495 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         * MODULES.html.sh (File system functions): New module write-any-file.
16498         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
16499         * m4/write-any-file.m4: New files.
16500
16501 2007-03-23  Eric Blake  <ebb9@byu.net>
16502
16503         * gnulib-tool: Rearrange space-tab sequences, since some editors
16504         like to eat them.
16505
16506 2007-03-23  Eric Blake  <ebb9@byu.net>
16507
16508         * lib/version-etc.c (version_etc_va): Update license wording to
16509         be more concise.  Recommended by Richard Stallman.
16510
16511 2007-03-22  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/poll.c (MSG_PEEK): New fallback definition.
16514
16515 2007-03-22  Bruno Haible  <bruno@clisp.org>
16516
16517         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
16518         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
16519         (main): Update.
16520         Fixes a compilation error on BeOS.
16521
16522 2007-03-22  Bruno Haible  <bruno@clisp.org>
16523
16524         * modules/frexpl-tests: New file.
16525         * tests/test-frexpl.c: New file.
16526
16527         * modules/frexpl: New file.
16528         * m4/frexpl.m4: New file.
16529         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
16530         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
16531         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
16532         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
16533         (Depends-on): Add frexpl. Remove isnanl-nolibm.
16534         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
16535
16536 2007-03-22  Bruno Haible  <bruno@clisp.org>
16537
16538         * lib/frexpl.c: Share code with lib/frexp.c.
16539         * modules/mathl (Files): Add lib/frexp.c.
16540         (Depends-on): Add isnanl-nolibm.
16541
16542 2007-03-22  Bruno Haible  <bruno@clisp.org>
16543
16544         * modules/printf-frexp (Files): Add m4/frexp.m4.
16545         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
16546         only if the found frexp function actually works.
16547
16548 2007-03-22  Bruno Haible  <bruno@clisp.org>
16549
16550         * lib/frexp.c: Remove older implementation that uses divisions.
16551
16552 2007-03-21  Bruno Haible  <bruno@clisp.org>
16553
16554         * modules/frexp-tests: New file.
16555         * tests/test-frexp.c: New file.
16556
16557         * modules/frexp: New file.
16558         * lib/frexp.c: New file.
16559         * m4/frexp.m4: New file.
16560         * lib/math_.h (frexp): New declaration.
16561         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
16562         REPLACE_FREXP.
16563         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
16564
16565 2007-03-21  Bruno Haible  <bruno@clisp.org>
16566
16567         * modules/isnanl-tests: New file.
16568         * tests/test-isnanl.c: New file.
16569
16570         * modules/isnanl: New file.
16571         * lib/isnanl.h: New file.
16572         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
16573         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
16574         gl_FUNC_ISNANL_WORKS.
16575         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
16576         New macros.
16577
16578 2007-03-21  Bruno Haible  <bruno@clisp.org>
16579
16580         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
16581         lib/isnanl.h.
16582         (Include): Update.
16583         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
16584         * lib/vasnprintf.c: Update.
16585         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
16586         tests/test-isnanl.h, remove tests/test-isnanl.c.
16587         (Makefile.am): Update.
16588         * tests/test-isnanl-nolibm.c: New file.
16589         * tests/test-isnanl.h: New file.
16590         * tests/test-isnanl.c: Remove file.
16591
16592 2007-03-21  Jim Meyering  <jim@meyering.net>
16593
16594         When trying to open ".", treat ESTALE like EACCES.
16595         * lib/savewd.c (savewd_save): Resort to forking not just upon
16596         failure with EACCES, but also when errno is ESTALE.
16597
16598 2007-03-20  Bruno Haible  <bruno@clisp.org>
16599
16600         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
16601         Needed on AIX 5.1. Reported by Matthew Woehlke.
16602
16603 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         Suggestions by Bruno Haible:
16606         * lib/acl-internal.h: Include "gettext.h" rather than rolling
16607         our own.
16608         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
16609         * modules/acl (Depends-on): Add gettext.
16610
16611 2007-03-19  Bruno Haible  <bruno@clisp.org>
16612
16613         * modules/iconvme: Remove file.
16614         * lib/iconvme.h: Remove file.
16615         * lib/iconvme.c: Remove file.
16616         * m4/iconvme.m4: Remove file.
16617
16618 2007-03-19  Bruno Haible  <bruno@clisp.org>
16619
16620         * doc/relocatable-maint.texi: Break long shell script line.
16621         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
16622
16623 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16624
16625         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
16626         handle file_has_acl.
16627         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
16628         * lib/acl.c: Move header inclusions and related macro defns into
16629         lib/acl-internal.h.
16630         (S_ISLNK): Remove defn, since that's now done for us.
16631         (file_has_acl): Move to lib/file-has-acl.c.
16632         Call acl_trivial if available.  This is the crucial part of the fix.
16633         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
16634         shared within the library.  Rewrite a bit, partly to make it compatible
16635         with the GNU coding style.
16636         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
16637         Remove unnecessary double-quotes.
16638         Don't test for acl_to_text; the build will catch that.
16639         Replace acl_entries if it doesn't exist and it is needed.
16640         Check for -lsec and acl_trivial (as used on Solaris 10).
16641         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
16642         lib/file-has-acl.c.
16643         (Depends-on): Add sys_stat, for S_ISLNK.
16644
16645 2007-03-19  Ben Pfaff  <blp@gnu.org>
16646
16647         * doc/gnulib.texi: Fix typos.
16648         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
16649
16650 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16651
16652         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
16653         If size is zero here, buf must be zero.
16654
16655 2007-03-19  Simon Josefsson  <simon@josefsson.org>
16656
16657         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
16658         <bruno@clisp.org>.
16659
16660 2007-03-18  Bruno Haible  <bruno@clisp.org>
16661
16662         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
16663         Suggested by Eric Blake.
16664
16665 2007-03-18  Ben Pfaff  <blp@gnu.org>
16666
16667         * doc/relocatable.texi: Recommend using as prefix a directory
16668         that does not exist and will never be created.  Based on
16669         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
16670         and others.
16671
16672 2007-03-17  Bruno Haible  <bruno@clisp.org>
16673
16674         * lib/fchownat.c: Include lchown.h.
16675
16676 2007-03-17  Bruno Haible  <bruno@clisp.org>
16677
16678         Fix endless loop when the given allocated size was > INT_MAX.
16679         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
16680         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
16681         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
16682         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
16683         * lib/sprintf.c (sprintf): Likewise.
16684
16685 2007-03-17  Bruno Haible  <bruno@clisp.org>
16686
16687         * tests/test-argp-2.sh (func_compare): Output a context diff.
16688
16689 2007-03-17  Bruno Haible  <bruno@clisp.org>
16690
16691         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
16692         locale's decimal-point character.
16693
16694 2007-03-17  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
16697         before comparing it. Needed because on some platforms (e.g. x86) a
16698         'long double' occupies less bytes than sizeof (long double).
16699
16700 2007-03-17  Bruno Haible  <bruno@clisp.org>
16701
16702         * tests/test-crc.c (main): Make printf statements 64-bit clean.
16703         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
16704         * tests/test-getaddrinfo.c (simple): Likewise.
16705         * tests/test-read-file.c (main): Likewise.
16706
16707 2007-03-17  Bruno Haible  <bruno@clisp.org>
16708
16709         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
16710
16711 2007-03-17  Bruno Haible  <bruno@clisp.org>
16712
16713         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
16714         unused variable.
16715
16716 2007-03-17  Bruno Haible  <bruno@clisp.org>
16717
16718         * tests/test-c-strcasecmp.c: Include c-strcase.h.
16719         * tests/test-c-strncasecmp.c: Likewise.
16720
16721 2007-03-17  Bruno Haible  <bruno@clisp.org>
16722
16723         * modules/stdlib (Depends-on): Add unistd.
16724         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
16725         Needed for MacOS X 10.3.
16726
16727 2007-03-17  Bruno Haible  <bruno@clisp.org>
16728
16729         * lib/unistr/u-strdup.h: Include <stdlib.h>.
16730
16731 2007-03-17  Bruno Haible  <bruno@clisp.org>
16732
16733         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
16734
16735 2007-03-17  Bruno Haible  <bruno@clisp.org>
16736
16737         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
16738         to reflect files copied from gnulib (with or without modifications).
16739         Suggested by Jim Meyering.
16740
16741 2007-03-17  Eric Blake  <ebb9@byu.net>
16742
16743         * NEWS: Document stdlib change from 2007-02-18.
16744
16745 2007-03-17  Jim Meyering  <jim@meyering.net>
16746
16747         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
16748         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
16749         someone uses a name containing shell meta-characters.
16750         Reported by Alfred M. Szmidt.
16751
16752         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
16753
16754 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
16755
16756         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
16757         and copy gettext configuration files only if configure.ac contains
16758         a use of AM_GNU_GETTEXT_VERSION.
16759
16760 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
16761
16762         * build-aux/bootstrap (gnulib_name): New variable.
16763         (gnulib_tool_options): Use it.
16764
16765 2007-03-13  Simon Josefsson  <simon@josefsson.org>
16766
16767         * tests/test-des.c: Use new namespace.
16768
16769 2007-03-15  Bruno Haible  <bruno@clisp.org>
16770
16771         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
16772         Reported by James Youngman <jay@gnu.org>.
16773
16774 2007-03-15  Bruno Haible  <bruno@clisp.org>
16775
16776         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
16777         declared prototype. Needed with cc on OSF/1 5.1.
16778
16779 2007-03-15  Bruno Haible  <bruno@clisp.org>
16780
16781         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
16782         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
16783         (struct gl_list_implementation): Add dispose_fn argument to the
16784         'create_empty', 'create' methods.
16785         (struct gl_list_impl_base): Add field 'dispose_fn'.
16786         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
16787         argument.
16788         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
16789         dispose_fn argument.
16790         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
16791         dispose_fn on the dropped values.
16792         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
16793         dispose_fn argument.
16794         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
16795         dropped values.
16796         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
16797         (gl_tree_remove_node): Call dispose_fn on the dropped value.
16798         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
16799         (gl_tree_remove_node): Call dispose_fn on the dropped value.
16800         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
16801         argument.
16802         (gl_tree_list_free): Call dispose_fn on the dropped values.
16803         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
16804         the dropped values.
16805         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
16806         Add dispose_fn argument.
16807         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
16808         Call dispose_fn on the dropped values.
16809         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
16810         Add dispose_fn argument.
16811         (gl_sublist_create): Initialize the 'dispose_fn' field.
16812         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
16813         * tests/test-array_list.c (main): Update.
16814         * tests/test-carray_list.c (main): Update.
16815         * tests/test-avltree_list.c (main): Update.
16816         * tests/test-rbtree_list.c (main): Update.
16817         * tests/test-avltreehash_list.c (main): Update.
16818         * tests/test-rbtreehash_list.c (main): Update.
16819         * tests/test-linked_list.c (main): Update.
16820         * tests/test-linkedhash_list.c (main): Update.
16821         * tests/test-array_oset.c (main): Update.
16822
16823 2007-03-15  Bruno Haible  <bruno@clisp.org>
16824
16825         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
16826         (gl_oset_create_empty): Add dispose_fn argument.
16827         (struct gl_oset_implementation): Add dispose_fn argument to
16828         'create_empty' method.
16829         (struct gl_oset_impl_base): Add dispose_fn field.
16830         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
16831         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
16832         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
16833         values.
16834         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
16835         (gl_tree_oset_free): Call dispose_fn on the dropped values.
16836         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
16837         dropped value.
16838         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
16839         dropped value.
16840         * tests/test-array_oset.c (main): Update.
16841         * tests/test-avltree_oset.c (main): Update.
16842         * tests/test-rbtree_oset.c (main): Update.
16843         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
16844
16845 2007-03-13  Bruno Haible  <bruno@clisp.org>
16846
16847         * tests/test-stdbool.c (i): Update after last patch.
16848
16849 2007-03-12  Bruno Haible  <bruno@clisp.org>
16850
16851         * lib/quotearg.c: Include <wctype.h> early, before the definition of
16852         the iswprint macro. Needed on Solaris 2.5.1.
16853
16854 2007-03-12  Bruno Haible  <bruno@clisp.org>
16855
16856         * tests/test-printf-frexp.c (main): Declare x as volatile.
16857
16858 2007-03-12  Simon Josefsson  <simon@josefsson.org>
16859
16860         * doc/gnulib.texi (Build robot for gnulib): New section.
16861
16862 2007-03-12  Jim Meyering  <jim@meyering.net>
16863
16864         * build-aux/bootstrap: New file.
16865         * build-aux/bootstrap.conf: New file, from coreutils.
16866
16867 2007-03-11  Bruno Haible  <bruno@clisp.org>
16868
16869         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
16870
16871 2007-03-12  Simon Josefsson  <simon@josefsson.org>
16872
16873         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
16874         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
16875         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
16876
16877 2007-03-11  Bruno Haible  <bruno@clisp.org>
16878
16879         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
16880         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
16881
16882 2007-03-11  Bruno Haible  <bruno@clisp.org>
16883
16884         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
16885         formula. Needed for SunPRO C 5.0.
16886
16887 2007-03-11  Bruno Haible  <bruno@clisp.org>
16888
16889         * modules/long-options (Depends-on): Add getopt.
16890
16891 2007-03-11  Bruno Haible  <bruno@clisp.org>
16892
16893         * modules/modechange (Depends-on): Add stdbool.
16894
16895 2007-03-11  Bruno Haible  <bruno@clisp.org>
16896
16897         * modules/i-ring (Depends-on): Add stdbool.
16898
16899 2007-03-11  Bruno Haible  <bruno@clisp.org>
16900
16901         * modules/gc-des (Depends-on): Add stdbool.
16902
16903 2007-03-11  Bruno Haible  <bruno@clisp.org>
16904
16905         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
16906
16907 2007-03-11  Bruno Haible  <bruno@clisp.org>
16908
16909         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
16910
16911 2007-03-11  Bruno Haible  <bruno@clisp.org>
16912
16913         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
16914
16915 2007-03-11  Bruno Haible  <bruno@clisp.org>
16916
16917         * lib/vasnprintf.c (sprintf): Undefine.
16918
16919 2007-03-11  Bruno Haible  <bruno@clisp.org>
16920
16921         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
16922         initializers in SunPRO C and Compaq C compilers.
16923
16924 2007-03-11  Bruno Haible  <bruno@clisp.org>
16925
16926         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
16927         decrementing code ANSI C compliant.
16928
16929 2007-03-11  Bruno Haible  <bruno@clisp.org>
16930
16931         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
16932         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
16933
16934 2007-03-11  Bruno Haible  <bruno@clisp.org>
16935
16936         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
16937         <stdbool.h> substitute doesn't pass.
16938
16939 2007-03-11  Bruno Haible  <bruno@clisp.org>
16940
16941         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
16942
16943 2007-03-11  Bruno Haible  <bruno@clisp.org>
16944
16945         * gnulib-tool (func_create_megatestdir): Create also an autobuild
16946         script, for submission to autobuild.josefsson.org.
16947
16948 2007-03-10  Bruno Haible  <bruno@clisp.org>
16949
16950         * modules/canonicalize-lgpl-tests: New file.
16951         * tests/test-canonicalize-lgpl.sh: New file.
16952         * tests/test-canonicalize-lgpl.c: New file.
16953
16954         * modules/c-strcase-tests: New file.
16955         * tests/test-c-strcase.sh: New file.
16956         * tests/test-c-strcasecmp.c: New file.
16957         * tests/test-c-strncasecmp.c: New file.
16958
16959         * modules/atexit-tests: New file.
16960         * tests/test-atexit.sh: New file.
16961         * tests/test-atexit.c: New file.
16962
16963 2007-03-10  Bruno Haible  <bruno@clisp.org>
16964
16965         * tests/test-binary-io.sh: Use temporary filenames that are not so
16966         likely to clash with those of other tests (in a parallel make).
16967         * tests/test-binary-io.c: Likewise.
16968
16969 2007-03-10  Bruno Haible  <bruno@clisp.org>
16970
16971         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
16972         fallback; use #error instead.
16973         Suggested by Simon Josefsson.
16974
16975 2007-03-10  Bruno Haible  <bruno@clisp.org>
16976
16977         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
16978         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
16979         first and the last.
16980
16981 2007-03-10  Bruno Haible  <bruno@clisp.org>
16982
16983         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
16984
16985 2007-03-10  Bruno Haible  <bruno@clisp.org>
16986
16987         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
16988         "make distcheck".
16989         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
16990         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
16991         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
16992
16993 2007-03-10  Bruno Haible  <bruno@clisp.org>
16994
16995         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
16996         variable.
16997         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
16998         variable.
16999
17000 2007-03-09  Eric Blake  <ebb9@byu.net>
17001         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
17002
17003         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
17004         types are not being provided by gnulib.
17005         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
17006         types are supported.
17007
17008 2007-03-10  Bruno Haible  <bruno@clisp.org>
17009
17010         * lib/stdio_.h (__attribute__): New macro.
17011         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
17012         vsprintf): Specify __attribute__ __format__ for GCC.
17013         Suggested by Eric Blake.
17014
17015 2007-03-09  Bruno Haible  <bruno@clisp.org>
17016
17017         * modules/printf-posix-tests: New file.
17018         * tests/test-printf-posix.sh: New file.
17019         * tests/test-printf-posix.c: New file.
17020
17021         * modules/printf-posix: New file.
17022         * lib/printf.c: New file.
17023         * m4/printf-posix-rpl.m4: New file.
17024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17025         REPLACE_PRINTF.
17026         * lib/stdio_.h (printf): New declaration.
17027         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17028         ____strfmon____): New macros.
17029         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17030         REPLACE_PRINTF.
17031
17032 2007-03-09  Bruno Haible  <bruno@clisp.org>
17033
17034         * tests/test-vasnprintf-posix2.sh: New file.
17035         * tests/test-vasnprintf-posix2.c: New file.
17036         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17037         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17038         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17039
17040         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17041         a locale dependent decimal point, rather than always '.'.
17042
17043 2007-03-09  Eric Blake  <ebb9@byu.net>
17044
17045         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17046         spite of platforms like Tandem/NSK that define it to -1.
17047
17048 2007-03-08  Bruno Haible  <bruno@clisp.org>
17049
17050         * modules/vprintf-posix-tests: New file.
17051         * tests/test-vprintf-posix.sh: New file.
17052         * tests/test-vprintf-posix.c: New file.
17053         * tests/test-printf-posix.h: New file.
17054
17055         * modules/vprintf-posix: New file.
17056         * lib/vprintf.c: New file.
17057         * m4/vprintf-posix.m4: New file.
17058         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17059         REPLACE_VPRINTF.
17060         * lib/stdio_.h (vprintf): New declaration.
17061         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17062         REPLACE_VPRINTF.
17063
17064 2007-03-08  Bruno Haible  <bruno@clisp.org>
17065
17066         * modules/fprintf-posix-tests: New file.
17067         * tests/test-fprintf-posix.sh: New file.
17068         * tests/test-fprintf-posix.c: New file.
17069
17070         * modules/fprintf-posix: New file.
17071         * lib/fprintf.c: New file.
17072         * m4/fprintf-posix.m4: New file.
17073         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17074         REPLACE_FPRINTF.
17075         * lib/stdio_.h (fprintf): New declaration.
17076         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17077         REPLACE_FPRINTF.
17078
17079 2007-03-08  Bruno Haible  <bruno@clisp.org>
17080
17081         * modules/vfprintf-posix-tests: New file.
17082         * tests/test-vfprintf-posix.sh: New file.
17083         * tests/test-vfprintf-posix.c: New file.
17084         * tests/test-fprintf-posix.h: New file.
17085         * tests/test-fprintf-posix.out: New file.
17086
17087         * modules/vfprintf-posix: New file.
17088         * lib/vfprintf.c: New file.
17089         * m4/vfprintf-posix.m4: New file.
17090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17091         REPLACE_VFPRINTF.
17092         * lib/stdio_.h (vfprintf): New declaration.
17093         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17094         REPLACE_VFPRINTF.
17095
17096 2007-03-08  Bruno Haible  <bruno@clisp.org>
17097
17098         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17099
17100 2007-03-08  Bruno Haible  <bruno@clisp.org>
17101
17102         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17103         instead of 'expr' invocations.
17104         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17105         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17106         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17107         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17108         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17109         Suggested by Paul Eggert.
17110
17111 2007-03-08  Bruno Haible  <bruno@clisp.org>
17112
17113         * modules/fseterr-tests: New file.
17114         * tests/test-fseterr.c: New file.
17115
17116         * modules/fseterr: New file.
17117         * lib/fseterr.h: New file.
17118         * lib/fseterr.c: New file.
17119
17120 2007-03-08  Bruno Haible  <bruno@clisp.org>
17121
17122         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17123         * lib/getopt_.h: Likewise.
17124         * lib/mbswidth.h: Likewise.
17125         * lib/setenv.h: Likewise.
17126         * lib/vasnprintf.h: Likewise.
17127         * lib/vasprintf.h: Likewise.
17128         * lib/verror.h: Likewise.
17129         * lib/xsetenv.h: Likewise.
17130         * lib/xvasprintf.h: Likewise.
17131
17132 2007-03-08  Jim Meyering  <jim@meyering.net>
17133
17134         * users.txt: Add parted.
17135
17136         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17137
17138 2007-03-07  Bruno Haible  <bruno@clisp.org>
17139
17140         * m4/printf.m4: Make the shell script snippets copy&pastable.
17141
17142 2007-03-02  Bruno Haible  <bruno@clisp.org>
17143
17144         * lib/netinet_in_.h: New file.
17145         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17146         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17147         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17148         (Depends-on): Add absolute-header.
17149         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17150         into netinet/in.h.
17151
17152 2007-03-03  Bruno Haible  <bruno@clisp.org>
17153
17154         * lib/sys_select_.h: New file.
17155         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17156         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17157         * modules/sys_select (Files): Add lib/sys_select_.h.
17158         (Depends-on): Add absolute-header.
17159         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17160         into sys/select.h.
17161
17162 2007-03-02  Bruno Haible  <bruno@clisp.org>
17163
17164         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17165         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17166         values.
17167         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17168         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17169         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17170         * modules/sys_socket (Depends-on): Add absolute-header.
17171         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17172         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17173         (Include): Remove requirement of inclusion of <sys/types.h>.
17174
17175 2007-03-02  Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/byteswap_.h (bswap_32): Fix formula.
17178
17179 2007-03-06  Bruno Haible  <bruno@clisp.org>
17180
17181         * modules/sprintf-posix-tests: New file.
17182         * tests/test-sprintf-posix.c: New file.
17183
17184         * modules/sprintf-posix: New file.
17185         * lib/sprintf.c: New file.
17186         * m4/sprintf-posix.m4: New file.
17187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17188         REPLACE_SPRINTF.
17189         * lib/stdio_.h (sprintf): New declaration.
17190         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17191         REPLACE_SPRINTF.
17192
17193 2007-03-06  Bruno Haible  <bruno@clisp.org>
17194
17195         * modules/vsprintf-posix-tests: New file.
17196         * tests/test-vsprintf-posix.c: New file.
17197         * tests/test-sprintf-posix.h: New file.
17198
17199         * modules/vsprintf-posix: New file.
17200         * lib/vsprintf.c: New file.
17201         * m4/vsprintf-posix.m4: New file.
17202         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17203         REPLACE_VSPRINTF.
17204         * lib/stdio_.h (vsprintf): New declaration.
17205         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
17206         REPLACE_VSPRINTF.
17207
17208 2007-03-06  Bruno Haible  <bruno@clisp.org>
17209
17210         * modules/vsnprintf (Depend-on): Remove minmax.
17211
17212 2007-03-06  Bruno Haible  <bruno@clisp.org>
17213
17214         * modules/snprintf-posix-tests: New file.
17215         * tests/test-snprintf-posix.c: New file.
17216
17217         * modules/snprintf-posix: New file.
17218         * m4/snprintf-posix.m4: New file.
17219         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
17220         gl_FUNC_SNPRINTF.
17221         (gl_FUNC_SNPRINTF): Invoke it.
17222         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
17223         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
17224         is set.
17225         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
17226
17227 2007-03-06  Bruno Haible  <bruno@clisp.org>
17228
17229         * modules/vsnprintf-posix-tests: New file.
17230         * tests/test-vsnprintf-posix.c: New file.
17231         * tests/test-snprintf-posix.h: New file.
17232
17233         * modules/vsnprintf-posix: New file.
17234         * m4/vsnprintf-posix.m4: New file.
17235         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
17236         gl_FUNC_VSNPRINTF.
17237         (gl_FUNC_VSNPRINTF): Invoke it.
17238         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
17239         * lib/stdio_.h (vsnprintf): Define as a replacement if
17240         REPLACE_VSNPRINTF is set.
17241         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
17242
17243 2007-03-06  Bruno Haible  <bruno@clisp.org>
17244
17245         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
17246         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
17247
17248 2007-03-06  Bruno Haible  <bruno@clisp.org>
17249
17250         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
17251         (asinl): Declare also if HAVE_DECL_ASINL is set.
17252         (atanl): Declare also if HAVE_DECL_ATANL is set.
17253         (ceill): Declare also if HAVE_DECL_CEILL is set.
17254         (cosl): Declare also if HAVE_DECL_COSL is set.
17255         (expl): Declare also if HAVE_DECL_EXPL is set.
17256         (floorl): Declare also if HAVE_DECL_FLOORL is set.
17257         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
17258         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
17259         (logl): Declare also if HAVE_DECL_LOGL is set.
17260         (sinl): Declare also if HAVE_DECL_SINL is set.
17261         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
17262         (tanl): Declare also if HAVE_DECL_TANL is set.
17263         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
17264         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
17265         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
17266         declaration of frexpl, ldexpl.
17267         * modules/printf-frexpl (Depends-on): Add math.
17268         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
17269
17270 2007-03-05  Bruno Haible  <bruno@clisp.org>
17271
17272         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
17273         frexpl and ldexpl are declared.
17274         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
17275
17276 2007-03-05  Bruno Haible  <bruno@clisp.org>
17277
17278         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
17279         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
17280
17281 2007-03-05  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/stdio_.h: Include <stddef.h>.
17284
17285 2007-03-05  Bruno Haible  <bruno@clisp.org>
17286
17287         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
17288
17289 2007-03-05  Bruno Haible  <bruno@clisp.org>
17290
17291         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
17292         NetBSD 4, from Ralf Wildenhues.
17293
17294 2007-03-04  Bruno Haible  <bruno@clisp.org>
17295
17296         * lib/vasprintf.h: Update #if logic for the case when the functions
17297         exist but are overridden.
17298
17299 2007-03-04  Bruno Haible  <bruno@clisp.org>
17300
17301         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
17302         implementations: glibc-2.4 and MacOS X 10.3.
17303         * tests/test-vasnprintf-posix.c (test_function): Test also the case
17304         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
17305         * tests/test-vasprintf-posix.c (test_function): Likewise.
17306
17307 2007-03-04  Bruno Haible  <bruno@clisp.org>
17308
17309         * modules/vasprintf-posix-tests: New file.
17310         * tests/test-vasprintf-posix.c: New file.
17311
17312         * modules/vasprintf-posix: New file.
17313         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
17314         defined.
17315         * m4/vasprintf-posix.m4: New file.
17316         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
17317         gl_FUNC_VASPRINTF.
17318         (gl_FUNC_VASPRINTF): Invoke it.
17319         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
17320         here.
17321         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
17322
17323 2007-03-04  Bruno Haible  <bruno@clisp.org>
17324
17325         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
17326         REPLACE_GETTIMEOFDAY.
17327         * modules/sys_time (Makefile.am): Likewise.
17328         * m4/sys_time_h.m4: Likewise.
17329         * m4/gettimeofday.m4: Likewise.
17330
17331 2007-03-04  Bruno Haible  <bruno@clisp.org>
17332
17333         * modules/vasnprintf-posix-tests: New file.
17334         * tests/test-vasnprintf-posix.c: New file.
17335
17336         * modules/vasnprintf-posix: New file.
17337         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
17338         printf-frexpl.h.
17339         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
17340         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
17341         REPLACE_VASNPRINTF is defined.
17342         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
17343         gl_FUNC_VASNPRINTF.
17344         (gl_FUNC_VASNPRINTF): Invoke it.
17345         * m4/vasnprintf-posix.m4: New file.
17346         * m4/printf.m4: New file.
17347
17348 2007-03-04  Bruno Haible  <bruno@clisp.org>
17349
17350         Compile progreloc.c only if --enable-relocatable is specified.
17351         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
17352         if --enable-relocatable was specified.
17353         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
17354         lib_SOURCES.
17355
17356 2007-03-04  Jim Meyering  <jim@meyering.net>
17357
17358         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
17359         Use it consistently, rather than enumerating errno constants.
17360
17361 2007-03-04  Bruno Haible  <bruno@clisp.org>
17362
17363         * modules/xvasprintf-tests: New file.
17364         * tests/test-xvasprintf.c: New file.
17365
17366         * modules/vasprintf-tests: New file.
17367         * tests/test-vasprintf.c: New file.
17368
17369         * modules/vasnprintf-tests: New file.
17370         * tests/test-vasnprintf.c: New file.
17371
17372         * modules/vsnprintf-tests: New file.
17373         * tests/test-vsnprintf.c: New file.
17374
17375         * modules/snprintf-tests: New file.
17376         * tests/test-snprintf.c: New file.
17377
17378 2007-03-04  Bruno Haible  <bruno@clisp.org>
17379
17380         Compile relocatable.c only if --enable-relocatable is specified.
17381         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
17382         gl_RELOCATABLE_LIBRARY.
17383         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
17384         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
17385         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
17386         gl_RELOCATABLE_LIBRARY.
17387         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
17388         (Makefile.am): Remove lib_SOURCES.
17389         * modules/relocatable-lib-lgpl (configure.ac): Invoke
17390         gl_RELOCATABLE_LIBRARY.
17391         (Makefile.am): Remove lib_SOURCES.
17392         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
17393         always.
17394         * modules/relocatable-prog-wrapper (configure.ac): Invoke
17395         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
17396
17397 2007-03-04  Bruno Haible  <bruno@clisp.org>
17398
17399         * modules/argmatch-tests: New file.
17400         * tests/test-argmatch.c: New file.
17401
17402         * tests/test-allocsa.c (main): Halve the number of loop runs.
17403
17404         * modules/alloca-opt-tests: New file.
17405         * tests/test-alloca-opt.c: New file.
17406
17407 2007-03-04  Jim Meyering  <jim@meyering.net>
17408
17409         Work around difference between Linux ACLs and Solaris 10 ZFS.
17410         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
17411         for EINVAL.
17412
17413 2007-03-03  Bruno Haible  <bruno@clisp.org>
17414
17415         * modules/relocatable-prog (Depends-on): Add back progreloc's
17416         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
17417
17418 2007-03-03  Bruno Haible  <bruno@clisp.org>
17419
17420         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
17421         * modules/relocatable-lib: New file.
17422
17423 2007-03-03  Bruno Haible  <bruno@clisp.org>
17424
17425         * modules/relocatable-prog: Renamed from modules/relocatable.
17426         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
17427
17428 2007-03-03  Bruno Haible  <bruno@clisp.org>
17429
17430         * modules/relocatable-script (Files): Add doc/relocatable.texi,
17431         m4/relocatable-lib.m4.
17432         (Depends-on): Remove 'relocatable'.
17433         (configure.ac): Add gl_RELOCATABLE_NOP.
17434
17435 2007-03-03  Bruno Haible  <bruno@clisp.org>
17436
17437         * modules/relocatable-prog-wrapper: New file.
17438         * modules/relocatable (Depends-on): Add it. Remove all other
17439         dependencies except progname.
17440         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
17441
17442         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
17443         (gl_FUNC_STRERROR): Nop.
17444         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
17445
17446         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
17447         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
17448
17449         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
17450         (gl_FUNC_READLINK): Update.
17451
17452         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
17453
17454 2007-03-03  Bruno Haible  <bruno@clisp.org>
17455
17456         * lib/xreadlink.c: Include <unistd.h> unconditionally.
17457         * modules/xreadlink (Depends-on): Add unistd.
17458         * modules/xreadlink-with-size (Depends-on): Likewise.
17459
17460 2007-03-03  Bruno Haible  <bruno@clisp.org>
17461
17462         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
17463         extracted from gt_FUNC_SETENV.
17464         (gt_FUNC_SETENV): Remove macro.
17465         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
17466         remove gt_FUNC_SETENV.
17467
17468 2007-03-03  Bruno Haible  <bruno@clisp.org>
17469
17470         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
17471         ENABLE_RELOCATABLE here.
17472         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
17473
17474 2007-03-03  Bruno Haible  <bruno@clisp.org>
17475
17476         * modules/rbtreehash-list-tests (Depends-on): Add progname.
17477         * tests/test-rbtreehash_list.c: Include progname.h.
17478         (main): Call set_program_name.
17479
17480         * modules/rbtree-oset-tests (Depends-on): Add progname.
17481         * tests/test-rbtree_oset.c: Include progname.h.
17482         (main): Call set_program_name.
17483
17484         * modules/rbtree-list-tests (Depends-on): Add progname.
17485         * tests/test-rbtree_list.c: Include progname.h.
17486         (main): Call set_program_name.
17487
17488         * modules/linked-list-tests (Depends-on): Add progname.
17489         * tests/test-linked_list.c: Include progname.h.
17490         (main): Call set_program_name.
17491
17492 2007-03-03  Bruno Haible  <bruno@clisp.org>
17493
17494         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
17495         All uses of __restrict changed to _Restrict_.
17496         * lib/glob_.h (__restrict): Remove macro.
17497
17498 2007-03-02  Bruno Haible  <bruno@clisp.org>
17499
17500         * modules/gettext (configure.ac): Require gettext infrastructure
17501         from version 0.16.1.
17502
17503 2007-03-02  Bruno Haible  <bruno@clisp.org>
17504
17505         * modules/linkedhash-list-tests (Depends-on): Add progname.
17506         * tests/test-linkedhash_list.c: Include progname.h.
17507         (main): Call set_program_name.
17508
17509         * modules/carray-list-tests (Depends-on): Add progname.
17510         * tests/test-carray_list.c: Include progname.h.
17511         (main): Call set_program_name.
17512
17513         * modules/avltreehash-list-tests (Depends-on): Add progname.
17514         * tests/test-avltreehash_list.c: Include progname.h.
17515         (main): Call set_program_name.
17516
17517         * modules/avltree-oset-tests (Depends-on): Add progname.
17518         * tests/test-avltree_oset.c: Include progname.h.
17519         (main): Call set_program_name.
17520
17521         * modules/avltree-list-tests (Depends-on): Add progname.
17522         * tests/test-avltree_list.c: Include progname.h.
17523         (main): Call set_program_name.
17524
17525         * modules/array-oset-tests (Depends-on): Add progname.
17526         * tests/test-array_oset.c: Include progname.h.
17527         (main): Call set_program_name.
17528
17529         * modules/array-list-tests (Depends-on): Add progname.
17530         * tests/test-array_list.c: Include progname.h.
17531         (main): Call set_program_name.
17532
17533         * modules/argp-tests (Depends-on): Add progname.
17534         * tests/test-argp.c: Include argp.h first. Include progname.h.
17535         (main): Call set_program_name.
17536
17537 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
17538
17539         * doc/gnulib-tool.texi (Initial import): Reword description of
17540         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
17541         limited effect even if defined after the first system include.
17542
17543 2007-03-01  Bruno Haible  <bruno@clisp.org>
17544
17545         * build-aux/config.libpath: Update to libtool-1.5.22.
17546         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17547
17548 2007-03-01  Bruno Haible  <bruno@clisp.org>
17549
17550         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
17551         foo_CFLAGS.
17552         Reported by Ralf Wildenhues.
17553
17554 2007-03-01  Bruno Haible  <bruno@clisp.org>
17555
17556         * build-aux/install-reloc: Remove object files left over by some
17557         compilers.
17558         Reported by Ralf Wildenhues.
17559
17560 2007-03-01  Bruno Haible  <bruno@clisp.org>
17561
17562         * build-aux/install-reloc: Break long lines.
17563
17564 2007-03-01  Bruno Haible  <bruno@clisp.org>
17565
17566         * doc/relocatable.texi: Document that it may not work on OpenBSD.
17567         Reported by Ralf Wildenhues.
17568
17569 2007-03-01  Bruno Haible  <bruno@clisp.org>
17570
17571         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
17572         include ordering constraints.
17573
17574 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17575
17576         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
17577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
17578         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
17579         as another example.
17580         * lib/time_.h: Fix misspelling.
17581         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
17582         Require gl_HEADER_TIME_H_DEFAULTS.
17583         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
17584         * m4/time_r.m4 (gl_TIME_R): Likewise.
17585         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
17586
17587 2007-03-01  Bruno Haible  <bruno@clisp.org>
17588
17589         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
17590         * m4/utimens.m4 (gl_UTIMENS): Likewise.
17591
17592 2007-03-01  Jim Meyering  <jim@meyering.net>
17593
17594         * modules/xreadlink (Maintainer): Add my name.
17595         * modules/xreadlink-with-size (Depends-on): Alphabetize.
17596
17597 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
17598             Bruno Haible  <bruno@clisp.org>
17599
17600         * build-aux/install-reloc: Compile also c-ctype.c.
17601         * build-aux/relocatable.sh.in: New file.
17602         * doc/relocatable.texi: New file.
17603         * doc/relocatable-maint.texi: New file.
17604         * doc/gnulib.texi: Include relocatable-maint.texi.
17605         * lib/progreloc.c: Include unistd.h unconditionally.
17606         * lib/relocwrapper.c: Include unistd.h unconditionally.
17607         Include c-ctype.h.
17608         (add_dotbin): Use c_tolower.
17609         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
17610         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
17611         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
17612         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
17613         to m4/relocatable-lib.m4.
17614         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
17615         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
17616         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
17617         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
17618         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
17619         * modules/relocatable: New file.
17620         * modules/relocatable-lib: New file.
17621         * modules/relocatable-script: New file.
17622
17623 2007-02-28  Bruno Haible  <bruno@clisp.org>
17624
17625         Import --enable-relocatable infrastructure.
17626         * build-aux/config.libpath: New file, from GNU gettext.
17627         * build-aux/install-reloc: New file, from GNU gettext.
17628         * build-aux/reloc-ldflags: New file, from GNU gettext.
17629         * lib/relocatable.h: New file, from GNU gettext.
17630         * lib/relocatable.c: New file, from GNU gettext.
17631         * lib/relocwrapper.c: New file, from GNU gettext.
17632         * m4/relocatable.m4: New file, from GNU gettext.
17633
17634 2007-02-28  Bruno Haible  <bruno@clisp.org>
17635
17636         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
17637
17638         * modules/xreadlink: New file, from GNU gettext with modifications.
17639         * lib/xreadlink.c: New file, from GNU gettext.
17640         * lib/xreadlink.h: Add comments.
17641         (xreadlink): New declaration.
17642
17643         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
17644         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
17645         lib/xreadlink-with-size.c.
17646         (configure.ac): Remove gl_XREADLINK invocation.
17647         (Makefile.am): Augment lib_SOURCES.
17648         * m4/xreadlink.m4: Remove file.
17649         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
17650         (xreadlink_with_size): Renamed from xreadink.
17651         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
17652         * modules/canonicalize (Depends-on): Replace xreadlink with
17653         xreadlink-with-size.
17654         * lib/canonicalize.c (canonicalize_filename_mode): Update.
17655
17656 2007-02-25  Jim Meyering  <jim@meyering.net>
17657
17658         * build-aux/announce-gen: When complaining about excess arguments,
17659         list them.
17660
17661 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17662
17663         * README: Document signed integer overflow situation more
17664         accurately.
17665
17666 2007-02-25  Bruno Haible  <bruno@clisp.org>
17667
17668         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
17669         'a' or 'A' conversion.
17670
17671 2007-02-25  Bruno Haible  <bruno@clisp.org>
17672
17673         * modules/filename: Renamed from modules/pathname.
17674         (Files): Replace lib/pathname.h with lib/filename.h. Replace
17675         lib/concatpath.c with lib/concat-filename.c.
17676         (Makefile.am): Update.
17677         (Include): Replace pathname.h with filename.h.
17678         * lib/filename.h: Renamed from lib/pathname.h.
17679         (concatenated_filename): Renamed from concatenated_pathname.
17680         * lib/concat-filename.c: Renamed from lib/concatpath.c.
17681         (concatenated_filename): Renamed from concatenated_pathname.
17682         * lib/findprog.c: Include filename.h instead of pathname.h.
17683         (find_in_path): Update.
17684         * lib/javacomp.c: Include filename.h instead of pathname.h.
17685         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
17686         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
17687         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
17688         is_oldgcj_14_13_usable, is_javac_usable): Update.
17689         * lib/javaexec.c: Include filename.h instead of pathname.h.
17690         (execute_java_class): Update.
17691         * modules/findprog: Update.
17692         * modules/javacomp: Update.
17693         * modules/javaexec: Update.
17694         * MODULES.html.sh (File system functions): Add 'filename', remove
17695         'pathname'.
17696
17697 2007-02-25  Bruno Haible  <bruno@clisp.org>
17698
17699         * modules/printf-frexpl-tests: New file.
17700         * tests/test-printf-frexpl.c: New file.
17701
17702         * modules/printf-frexpl: New file.
17703         * lib/printf-frexpl.h: New file.
17704         * lib/printf-frexpl.c: New file.
17705         * m4/printf-frexpl.m4: New file.
17706
17707 2007-02-25  Bruno Haible  <bruno@clisp.org>
17708
17709         * modules/printf-frexp-tests: New file.
17710         * tests/test-printf-frexp.c: New file.
17711
17712         * modules/printf-frexp: New file.
17713         * lib/printf-frexp.h: New file.
17714         * lib/printf-frexp.c: New file.
17715         * m4/printf-frexp.m4: New file.
17716
17717 2007-02-25  Bruno Haible  <bruno@clisp.org>
17718
17719         Assume automake >= 1.10 for the tests.
17720         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
17721         * modules/arctwo-tests: Likewise.
17722         * modules/argp-tests: Likewise.
17723         * modules/avltree-list-tests: Likewise.
17724         * modules/avltree-oset-tests: Likewise.
17725         * modules/avltreehash-list-tests: Likewise.
17726         * modules/carray-list-tests: Likewise.
17727         * modules/crc-tests: Likewise.
17728         * modules/des-tests: Likewise.
17729         * modules/gc-arcfour-tests: Likewise.
17730         * modules/gc-arctwo-tests: Likewise.
17731         * modules/gc-des-tests: Likewise.
17732         * modules/gc-hmac-md5-tests: Likewise.
17733         * modules/gc-hmac-sha1-tests: Likewise.
17734         * modules/gc-md2-tests: Likewise.
17735         * modules/gc-md4-tests: Likewise.
17736         * modules/gc-md5-tests: Likewise.
17737         * modules/gc-pbkdf2-sha1-tests: Likewise.
17738         * modules/gc-rijndael-tests: Likewise.
17739         * modules/gc-sha1-tests: Likewise.
17740         * modules/gc-tests: Likewise.
17741         * modules/getaddrinfo-tests: Likewise.
17742         * modules/hmac-md5-tests: Likewise.
17743         * modules/hmac-sha1-tests: Likewise.
17744         * modules/linked-list-tests: Likewise.
17745         * modules/linkedhash-list-tests: Likewise.
17746         * modules/lock-tests: Likewise.
17747         * modules/md2-tests: Likewise.
17748         * modules/md4-tests: Likewise.
17749         * modules/md5-tests: Likewise.
17750         * modules/rbtree-list-tests: Likewise.
17751         * modules/rbtree-oset-tests: Likewise.
17752         * modules/rbtreehash-list-tests: Likewise.
17753         * modules/read-file-tests: Likewise.
17754         * modules/rijndael-tests: Likewise.
17755         * modules/stdint-tests: Likewise.
17756         * modules/tls-tests: Likewise.
17757
17758 2007-02-24  Bruno Haible  <bruno@clisp.org>
17759
17760         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
17761         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
17762         function; instead check whether isnan with a double argument links.
17763         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
17764         function; instead check whether isnan with a 'long double' argument
17765         links.
17766         Reported by Eric Blake <ebb9@byu.net>.
17767
17768 2007-02-24  Bruno Haible  <bruno@clisp.org>
17769
17770         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
17771         defined.
17772         * lib/isnanl.c: Remove all code. Just include isnan.c.
17773         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
17774
17775 2007-02-25  Jim Meyering  <jim@meyering.net>
17776
17777         Avoid conflicting types for 'unsetenv' on FreeBSD.
17778         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
17779         conflicting with FreeBSD's (5.0 and 6.1) function declaration
17780         in stdlib.h.
17781
17782 2007-02-24  Bruno Haible  <bruno@clisp.org>
17783
17784         * modules/isnanl-nolibm-tests: New file.
17785         * tests/test-isnanl.c: New file.
17786
17787         * modules/isnanl-nolibm: New file.
17788         * lib/isnanl.h: New file.
17789         * lib/isnanl.c: New file.
17790         * m4/isnanl.m4: New file.
17791
17792 2007-02-24  Bruno Haible  <bruno@clisp.org>
17793
17794         * modules/isnan-nolibm-tests: New file.
17795         * tests/test-isnan.c: New file.
17796
17797         * modules/isnan-nolibm: New file.
17798         * lib/isnan.h: New file.
17799         * lib/isnan.c: New file.
17800         * m4/isnan.m4: New file.
17801
17802 2007-02-24  Bruno Haible  <bruno@clisp.org>
17803
17804         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
17805         assume that an exponent fits in 20 bits.
17806
17807 2007-02-24  Jim Meyering  <jim@meyering.net>
17808
17809         * m4/regex.m4: Update the description of the configure-time option,
17810         --without-included-regex, to state accurately what the defaults are,
17811         and perhaps to give people an idea why using this option is risky.
17812
17813 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17814
17815         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
17816         loops on small arguments.  This attempts to avoid the problem
17817         Bruno Haible reported for AIX 4.3.2 in
17818         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
17819
17820 2007-02-23  Bruno Haible  <bruno@clisp.org>
17821
17822         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
17823         Needed for help2man.
17824
17825 2007-02-23  Karl Berry  <karl@gnu.org>
17826
17827         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
17828         exists, foo.h should be cvs-ignored, not committed.
17829
17830 2007-02-23  Eric Blake  <ebb9@byu.net>
17831
17832         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
17833         * lib/stat-time.h (includes): Likewise.
17834         * lib/utimecmp.c (includes): Likewise.
17835         * lib/utimens.h (includes): Likewise.
17836         * lib/getdate.y (includes): Also include "timespec.h" for use
17837         internal to the module.
17838         * modules/utimens (Depends-on): Revert yesterday's patch.
17839         * modules/nanosleep (Depends-on): Add missing dependency.
17840
17841 2007-02-22  Bruno Haible  <bruno@clisp.org>
17842
17843         * lib/glob.c: Don't include getlogin_r.h.
17844
17845 2007-02-22  Jim Meyering  <jim@meyering.net>
17846
17847         * modules/utimens (Depends-on): Add timespec, required for
17848         utimens.h's inclusion of timespec.h.
17849
17850 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
17851
17852         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
17853         long unreadable paths in GNU/Linux.  Problem reported by Andreas
17854         Schwab in
17855         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
17856         I'll try to think of a better way to fix the Solaris problem.
17857
17858         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
17859         like glibc; on Solaris 10, it fails with errno == EINVAL.
17860         POSIX says the behavior is unspecified if the first argument is NULL,
17861         so play it safe and never pass NULL to the system getcwd.
17862
17863 2007-02-21  Jim Meyering  <jim@meyering.net>
17864
17865         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
17866         of gettimeofday.  It would conflict with the one now always
17867         provided via sys_time_.h.  Reported by Matthew Woehlke, as
17868         an IRIX 6.5 build failure.
17869
17870 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17871
17872         Minor fixups to port to Solaris 10 with Sun C 5.8.
17873         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
17874         * modules/getcwd (Depends-on): Add dirfd.
17875         * lib/putenv.c (putenv): #undef it.
17876         (rpl_putenv): New decl.
17877         (malloc, free): Include <stdlib.h> rather than prototyping separately.
17878
17879 2007-02-20  Bruno Haible  <bruno@clisp.org>
17880
17881         * modules/stdio-tests: New file.
17882         * tests/test-stdio.c: New file.
17883
17884         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
17885         (Depends-on): Add stdio.
17886         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17887         (Include): Use <stdio.h> instead of vsnprintf.h.
17888         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17889         HAVE_DECL_VSNPRINTF.
17890         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
17891
17892         * modules/snprintf (Files): Remove lib/snprintf.h.
17893         (Depends-on): Add stdio.
17894         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17895         (Include): Use <stdio.h> instead of snprintf.h.
17896         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17897         HAVE_DECL_SNPRINTF.
17898         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
17899         * lib/getaddrinfo.c: Likewise.
17900
17901         * modules/stdio: New file.
17902         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
17903         * lib/snprintf.h: Remove file.
17904         * lib/vsnprintf.h: Remove file.
17905         * lib/.cppi-disable: Remove snprintf.h.
17906         * m4/stdio_h.m4: New file.
17907         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
17908
17909 2007-02-20  Jim Meyering  <jim@meyering.net>
17910
17911         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
17912         used by e.g., mingw.  From Bruno Haible.
17913
17914 2007-02-19  Bruno Haible  <bruno@clisp.org>
17915
17916         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
17917         warnings.
17918         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17919
17920 2007-02-19  Bruno Haible  <bruno@clisp.org>
17921
17922         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
17923         from mingw users.
17924
17925 2007-02-19  Bruno Haible  <bruno@clisp.org>
17926
17927         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
17928         warnings.
17929         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
17930
17931 2007-02-19  Jim Meyering  <jim@meyering.net>
17932
17933         Don't use FD after a successful "fdopendir (fd)".
17934         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
17935         Reset it by calling dirfd on the just-obtained DIR*.
17936
17937         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
17938         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
17939
17940 2007-02-18  Bruno Haible  <bruno@clisp.org>
17941
17942         * lib/readlink.c: Include <unistd.h>.
17943         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
17944         HAVE_READLINK.
17945         * modules/readlink (Depends-on): Add unistd.
17946         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17947         (Include): Add <unistd.h>.
17948
17949         * lib/getlogin_r.h: Remove file.
17950         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
17951         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
17952         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
17953         HAVE_DECL_GETLOGIN_R.
17954         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
17955         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17956         (Include): Use <unistd.h> instead of getlogin_r.h.
17957
17958         * lib/getcwd.h: Remove file.
17959         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
17960         * lib/xgetcwd.c: Likewise.
17961         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
17962         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
17963         * modules/getcwd (Files): Remove lib/getcwd.h.
17964         (Depends-on): Add unistd.
17965         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17966         (Include): Use <unistd.h> instad of getcwd.h.
17967
17968         * lib/ftruncate.c: Include <unistd.h> first.
17969         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
17970         Set HAVE_FTRUNCATE.
17971         * modules/ftruncate (Depends-on): Add unistd.
17972         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17973
17974         * lib/fchdir.c: Include <unistd.h> first.
17975         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
17976         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
17977         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
17978         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17979         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
17980
17981         * lib/dup2.c: Include <unistd.h> first.
17982         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
17983         HAVE_DUP2.
17984         * modules/dup2 (Depends-on): Add unistd.
17985         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17986
17987         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
17988         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
17989         REPLACE_CHOWN. Don't define chown as a macro here.
17990         * modules/chown (Depends-on): Add unistd.
17991         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17992
17993         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
17994         Add definition for GL_LINK_WARNING.
17995         (chown, dup2): New declarations.
17996         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
17997         link warning.
17998         (ftruncate): New declaration.
17999         (getcwd): New declaration, taken from old getcwd.h.
18000         (getlogin_r): New declaration, taken from old getlogin_r.h.
18001         (readlink): New declaration.
18002         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
18003         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
18004         (gl_PREREQ_UNISTD): Remove macro.
18005         (gl_UNISTD_MODULE_INDICATOR): New macro.
18006         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
18007         many new variables. Don't set UNISTD_H.
18008         * modules/unistd (Description): Change.
18009         (Depends-on): Add link-warning.
18010         (configure.ac): Update.
18011         (Makefile.am): Create unistd.h always. Substitute many new variables
18012         into it.
18013
18014 2007-02-18  Bruno Haible  <bruno@clisp.org>
18015
18016         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
18017         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
18018         HAVE_GETSUBOPT.
18019         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
18020         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
18021         * lib/getsubopt.h: Remove file.
18022         * modules/getsubopt (Files): Remove lib/getsubopt.h.
18023         (Depends-on): Add stdlib.
18024         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18025         (Includes): Use <stdlib.h> instead of getsubopt.h.
18026         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18027         Set HAVE_GETSUBOPT.
18028         * lib/getsubopt.c: Don't include getsubopt.h.
18029
18030 2007-02-18  Bruno Haible  <bruno@clisp.org>
18031
18032         * modules/fchdir (Depends-on): Add dup2.
18033
18034 2007-02-18  Bruno Haible  <bruno@clisp.org>
18035
18036         * lib/stdlib_.h: Handle glibc's special invocation convention
18037         specially.
18038
18039 2007-02-18  Bruno Haible  <bruno@clisp.org>
18040
18041         * modules/stdlib-tests: New file.
18042         * tests/test-stdlib.c: New file.
18043
18044         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18045         (Depends-on): Add stdlib.
18046         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18047         (Includes): Use <stdlib.h> instead of mkstemp.h.
18048         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18049         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18050         * lib/mkstemp.c: Don't include mkstemp.h.
18051         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18052         * lib/stdlib--.h: Don't include mkstemp.h.
18053
18054         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18055         (Depends-on): Add stdlib.
18056         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18057         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18058         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18059         HAVE_MKDTEMP.
18060         * lib/mkdtemp.c: Don't include mkdtemp.h.
18061         * lib/clean-temp.c: Don't include mkdtemp.h.
18062
18063         * modules/exit (Files): Remove lib/exit.h.
18064         (Depends-on): Add stdlib.
18065         (Makefile.am): Remove lib_SOURCES.
18066         (Include): Use <stdlib.h> instead of exit.h.
18067         * lib/argmatch.c: Don't include exit.h.
18068         * lib/execute.c: Likewise.
18069         * lib/pagealign_alloc.c: Likewise.
18070         * lib/pipe.c: Likewise.
18071         * lib/wait-process.c: Likewise.
18072         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18073         * lib/exitfail.c: Likewise.
18074         * lib/savewd.c: Likewise.
18075         * lib/xsetenv.c: Likewise.
18076
18077         * modules/stdlib: New file.
18078         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18079         and extra comments about mkstemp().
18080         * lib/exit.h: Remove file.
18081         * lib/mkdtemp.h: Remove file.
18082         * lib/mkstemp.h: Remove file.
18083         * m4/stdlib_h.m4: New file.
18084         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18085
18086 2007-02-18  Bruno Haible  <bruno@clisp.org>
18087
18088         * modules/math-tests: New file.
18089         * tests/test-math.c: New file.
18090
18091         * modules/math: New file.
18092         * modules/mathl (Files): Remove lib/mathl.h.
18093         (Depends-on): Add math.
18094         (Makefile.am): Don't mention mathl.h.
18095         (Include): Use <math.h> instead of mathl.h.
18096         * lib/math_.h: New file.
18097         * lib/mathl.h: Remove file.
18098         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18099         mathl.h.
18100         * lib/asinl.c: Likewise.
18101         * lib/atanl.c: Likewise.
18102         * lib/ceill.c: Likewise.
18103         * lib/cosl.c: Likewise.
18104         * lib/expl.c: Likewise.
18105         * lib/floorl.c: Likewise.
18106         * lib/frexpl.c: Likewise.
18107         * lib/ldexpl.c: Likewise.
18108         * lib/logl.c: Likewise.
18109         * lib/sincosl.c: Likewise.
18110         * lib/sinl.c: Likewise.
18111         * lib/sqrtl.c: Likewise.
18112         * lib/tanl.c: Likewise.
18113         * lib/trigl.c: Likewise.
18114         * m4/math_h.m4: New file.
18115         * MODULES.html.sh (Mathematics): Add math.
18116
18117 2007-02-17  Bruno Haible  <bruno@clisp.org>
18118
18119         * modules/wctype-tests: New file.
18120         * tests/test-wctype.c: New file.
18121
18122         * modules/wchar-tests: New file.
18123         * tests/test-wchar.c: New file.
18124
18125         * modules/unistd-tests: New file.
18126         * tests/test-unistd.c: New file.
18127
18128         * modules/time-tests: New file.
18129         * tests/test-time.c: New file.
18130
18131         * modules/sysexits-tests: New file.
18132         * tests/test-sysexits.c: New file.
18133
18134         * modules/sys_time-tests: New file.
18135         * tests/test-sys_time.c: New file.
18136
18137         * modules/sys_stat-tests: New file.
18138         * tests/test-sys_stat.c: New file.
18139
18140         * modules/sys_socket-tests: New file.
18141         * tests/test-sys_socket.c: New file.
18142
18143         * modules/sys_select-tests: New file.
18144         * tests/test-sys_select.c: New file.
18145
18146         * modules/string-tests: New file.
18147         * tests/test-string.c: New file.
18148
18149         * modules/stdbool-tests: New file.
18150         * tests/test-stdbool.c: New file.
18151
18152         * modules/netinet_in-tests: New file.
18153         * tests/test-netinet_in.c: New file.
18154
18155         * modules/inttypes-tests: New file.
18156         * tests/test-inttypes.c: New file.
18157
18158         * modules/fcntl-tests: New file.
18159         * tests/test-fcntl.c: New file.
18160
18161         * modules/byteswap-tests: New file.
18162         * tests/test-byteswap.c: New file.
18163
18164         * modules/arpa_inet-tests: New file.
18165         * tests/test-arpa_inet.c: New file.
18166
18167 2007-02-17  Bruno Haible  <bruno@clisp.org>
18168
18169         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18170         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18171         if the corresponding module is not enabled. Emit link warnings if
18172         the function is used nevertheless.
18173         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18174         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18175         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18176         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18177         * modules/inttypes (Depends-on): Add link-warning.
18178         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18179         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18180         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18181         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18182         * modules/imaxdiv (configure.ac): Likewise.
18183         * modules/strtoimax (configure.ac): Likewise.
18184         * modules/strtoumax (configure.ac): Likewise.
18185
18186 2007-02-17  Bruno Haible  <bruno@clisp.org>
18187
18188         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18189         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18190         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18191         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18192
18193 2007-02-17  Bruno Haible  <bruno@clisp.org>
18194
18195         * modules/link-warning: New file.
18196         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18197         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18198         * modules/string (Depends-on): Add link-warning.
18199         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18200         string.h.
18201         * MODULES.html.sh (Support for building libraries and executables): Add
18202         link-warning.
18203
18204 2007-02-17  Bruno Haible  <bruno@clisp.org>
18205
18206         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
18207         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
18208         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
18209         long lines.
18210
18211 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
18212             Bruno Haible  <bruno@clisp.org>
18213
18214         * modules/tmpfile: New file.
18215         * lib/tmpfile.c: New file.
18216         * m4/tmpfile.m4: New file.
18217         * MODULES.html.sh (func_all_modules): New section "Input/output".
18218
18219 2007-02-15  Bruno Haible  <bruno@clisp.org>
18220
18221         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
18222         (supports_delete_on_close): New function.
18223         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
18224
18225 2007-02-14  Bruno Haible  <bruno@clisp.org>
18226
18227         * modules/mbspcasecmp-tests: New file.
18228         * tests/test-mbspcasecmp.sh: New file.
18229         * tests/test-mbspcasecmp.c: New file.
18230
18231         New module mbspcasecmp.
18232         * modules/mbspcasecmp: New file.
18233         * lib/mbspcasecmp.c: New file.
18234         * lib/string_.h (strncasecmp): Change warning message.
18235         (mbspcasecmp): New declaration.
18236         * m4/mbspcasecmp.m4: New file.
18237         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18238         GNULIB_MBSPCASECMP.
18239         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
18240         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
18241
18242 2007-02-14  Bruno Haible  <bruno@clisp.org>
18243
18244         * modules/mbsncasecmp-tests: New file.
18245         * tests/test-mbsncasecmp.sh: New file.
18246         * tests/test-mbsncasecmp.c: New file.
18247
18248         New module mbsncasecmp.
18249         * modules/mbsncasecmp: New file.
18250         * lib/mbsncasecmp.c: New file.
18251         * lib/string_.h (mbsncasecmp): New declaration.
18252         * m4/mbsncasecmp.m4: New file.
18253         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18254         GNULIB_MBSNCASECMP.
18255         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
18256         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
18257
18258 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18259
18260         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
18261         Verify that it doesn't overlap with our flags.
18262         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
18263         do not have the desired effect in multibyte locales; instead, use
18264         mbscasecmp.
18265         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
18266         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
18267         we don't require GNU fnmatch ourselves (if our users require it, they
18268         should do so explicitly).
18269
18270         Fix regex code so it doesn't rely on strcasecmp.
18271         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
18272         Otherwise, include gnulib's langinfo.h.
18273         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
18274         undesirable behavior in non-C locales.  Instead, rely on localecharset.
18275         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
18276         * modules/regex (FILES): Remove m4/codeset.m4.
18277         (Depends-on): Add localcharset.  Remove strcase.
18278
18279 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18280
18281         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
18282         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
18283
18284 2007-02-13  Bruno Haible  <bruno@clisp.org>
18285
18286         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
18287         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18288
18289 2007-02-12  Bruno Haible  <bruno@clisp.org>
18290
18291         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18292         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
18293         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
18294         time warning rather than a link error.
18295
18296 2007-02-12  Bruno Haible  <bruno@clisp.org>
18297
18298         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
18299         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18300         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18301
18302 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18303
18304         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
18305         args, not 2.
18306
18307 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         New module 'time', so that apps can include <time.h> as per
18310         POSIX and GNU instead of separate include files like time_r.h
18311         and timegm.h.  This implementation tries out a simpler approach
18312         for replacing decls in standard include files (as compared to
18313         the string module), somewhat as an experiment.
18314
18315         * config/srclist.txt: Comment out mktime.c for now.
18316         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
18317         since it doesn't apply any more.  Use generic wording instead.
18318         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18319         'time'.
18320         * lib/time_.h, m4/time_h.m4, modules/time: New files.
18321         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
18322         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
18323         Don't include <sys/types.h>; no longer needed since we assume C89.
18324         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
18325         * lib/strftime.c: Likewise.
18326         * lib/time_r.c: Likewise.
18327         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
18328         * lib/nanosleep.c: Include <time.h> first, to check interface.
18329         * lib/strptime.c: Likewise.
18330         * lib/time_r.c: Likewise.
18331         * lib/timegm.c: Likewise.
18332         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
18333         needed.
18334         * lib/timegm.c: Don't include timegm.h; no longer needed.
18335         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
18336         time.h now handles any problems in that area.
18337         (struct timespec, nanosleep): Remove; time.h now arranges for these.
18338         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
18339         that time.h defines struct timespec.
18340         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
18341         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
18342         handles that.
18343         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
18344         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
18345         needed.  Set REPLACE_LOCALTIME.
18346         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
18347         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
18348         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
18349         nanosleep; time_h.m4 now does that.  Don't require
18350         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
18351         module handles this now.
18352         * modules/getdate (Depends-on): Remove timespec.  Add time.
18353         * modules/nanosleep (Depends-on): Likewise.
18354         * modules/stat-time (Depends-on): Likewise.
18355         * modules/nanosleep (Include): Include time.h, not timespec.h.
18356         * modules/strptime (Files): Remove lib/strptime.h.
18357         (Depends-on): Add extensions, time.
18358         (Include): Include time.h, not strptime.h.
18359         * modules/time_r (Files): Remove lib/time_r.h.
18360         (Depends-on): Add time.
18361         (Include): Include time.h, not time_r.h.
18362         * modules/timegm: Likewise.
18363         * modules/timespec (Description): Now does timespec-related decls
18364         of our own, instead of struct timespec itself.
18365         (Depends-on): Add time; remove extensions.
18366         (Maintainer): Add self.
18367         * modules/utimecmp (Depends-on): Add time; remove timespec.
18368         * modules/utimens (Depends-on): Likewise.
18369         * modules/xnanosleep (Depends-on): Likewise.
18370
18371 2007-02-11  Bruno Haible  <bruno@clisp.org>
18372
18373         * lib/c-strstr.c: Include allocsa.h.
18374         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18375         * lib/c-strcasestr.c: Include allocsa.h.
18376         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18377         * lib/strcasestr.c: Include allocsa.h.
18378         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18379         * lib/mbsstr.c: Include allocsa.h.
18380         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18381         allocsa/freesa instead of malloc/free.
18382         * lib/mbscasestr.c: Include allocsa.h.
18383         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18384         allocsa/freesa instead of malloc/free.
18385         * modules/c-strstr (Depends-on): Add allocsa.
18386         * modules/c-strcasestr (Depends-on): Likewise.
18387         * modules/strcasestr (Depends-on): Likewise.
18388         * modules/mbsstr (Depends-on): Likewise.
18389         * modules/mbscasestr (Depends-on): Likewise.
18390
18391 2007-02-11  Bruno Haible  <bruno@clisp.org>
18392
18393         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
18394
18395         * modules/mbsspn-tests: New file.
18396         * tests/test-mbsspn.sh: New file.
18397         * tests/test-mbsspn.c: New file.
18398
18399 2007-02-11  Bruno Haible  <bruno@clisp.org>
18400
18401         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
18402
18403         * modules/mbspbrk-tests: New file.
18404         * tests/test-mbspbrk.sh: New file.
18405         * tests/test-mbspbrk.c: New file.
18406
18407 2007-02-11  Bruno Haible  <bruno@clisp.org>
18408
18409         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
18410         unneeded cast.
18411
18412         * modules/mbscspn-tests: New file.
18413         * tests/test-mbscspn.sh: New file.
18414         * tests/test-mbscspn.c: New file.
18415
18416 2007-02-11  Bruno Haible  <bruno@clisp.org>
18417
18418         * modules/mbscasecmp-tests: New file.
18419         * tests/test-mbscasecmp.sh: New file.
18420         * tests/test-mbscasecmp.c: New file.
18421
18422 2007-02-11  Bruno Haible  <bruno@clisp.org>
18423
18424         Ensure O(n) worst-case complexity of mbscasestr.
18425         * lib/mbscasestr.c: Include stdbool.h.
18426         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18427         functions.
18428         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
18429         the bookkeeping indicates that it's worth it.
18430         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
18431
18432         * modules/mbscasestr-tests: New file.
18433         * tests/test-mbscasestr1.c: New file.
18434         * tests/test-mbscasestr2.sh: New file.
18435         * tests/test-mbscasestr2.c: New file.
18436         * tests/test-mbscasestr3.sh: New file.
18437         * tests/test-mbscasestr3.c: New file.
18438         * tests/test-mbscasestr4.sh: New file.
18439         * tests/test-mbscasestr4.c: New file.
18440         * m4/locale-tr.m4: New file.
18441
18442 2007-02-11  Bruno Haible  <bruno@clisp.org>
18443
18444         Ensure O(n) worst-case complexity of mbsstr.
18445         * lib/mbsstr.c: Include stdbool.h.
18446         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18447         functions.
18448         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
18449         bookkeeping indicates that it's worth it.
18450         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
18451
18452         * modules/mbsstr-tests: New file.
18453         * tests/test-mbsstr1.c: New file.
18454         * tests/test-mbsstr2.sh: New file.
18455         * tests/test-mbsstr2.c: New file.
18456         * tests/test-mbsstr3.sh: New file.
18457         * tests/test-mbsstr3.c: New file.
18458         * m4/locale-fr.m4: New file.
18459
18460 2007-02-11  Bruno Haible  <bruno@clisp.org>
18461
18462         * lib/mbsrchr.c (mbsrchr): Fix bug.
18463
18464         * modules/mbsrchr-tests: New file.
18465         * tests/test-mbsrchr.sh: New file.
18466         * tests/test-mbsrchr.c: New file.
18467
18468 2007-02-11  Bruno Haible  <bruno@clisp.org>
18469
18470         * lib/mbschr.c (mbschr): Fix bug.
18471
18472         * modules/mbschr-tests: New file.
18473         * tests/test-mbschr.sh: New file.
18474         * tests/test-mbschr.c: New file.
18475         * m4/locale-zh.m4: New file.
18476
18477 2007-02-11  Bruno Haible  <bruno@clisp.org>
18478
18479         Support for copying multibyte string iterators.
18480         * lib/mbiter.h: Include <string.h>.
18481         (mbiter_multi_copy): New function.
18482         (mbi_copy): New macro.
18483         * lib/mbuiter.h: Include <string.h>.
18484         (mbuiter_multi_copy): New function.
18485         (mbui_copy): New macro.
18486
18487 2007-02-11  Bruno Haible  <bruno@clisp.org>
18488
18489         New module mbslen.
18490         * modules/mbslen: New file.
18491         * lib/mbslen.c: New file.
18492         * lib/string_.h (mbslen): New declaration.
18493         * m4/mbslen.m4: New file.
18494         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18495         GNULIB_MBSLEN.
18496         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
18497         * MODULES.html.sh (Internationalization functions): Add mbslen.
18498
18499 2007-02-11  Bruno Haible  <bruno@clisp.org>
18500
18501         Ensure O(n) worst-case complexity of strcasestr substitute.
18502         * lib/strcasestr.c: Include stdbool.h.
18503         (knuth_morris_pratt): New function.
18504         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18505         bookkeeping indicates that it's worth it.
18506         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
18507
18508         * modules/strcasestr-tests: New file.
18509         * tests/test-strcasestr.c: New file.
18510
18511 2007-02-11  Bruno Haible  <bruno@clisp.org>
18512
18513         Ensure O(n) worst-case complexity of c_strcasestr.
18514         * lib/c-strcasestr.c: Include stdbool.h, string.h.
18515         (knuth_morris_pratt): New function.
18516         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
18517         the bookkeeping indicates that it's worth it.
18518         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
18519
18520         * modules/c-strcasestr-tests: New file.
18521         * tests/test-c-strcasestr.c: New file.
18522
18523 2007-02-11  Bruno Haible  <bruno@clisp.org>
18524
18525         Ensure O(n) worst-case complexity of c_strstr.
18526         * lib/c-strstr.c: Include stdbool.h, string.h.
18527         (knuth_morris_pratt): New function.
18528         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18529         bookkeeping indicates that it's worth it.
18530         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
18531
18532         * lib/c-strstr.c: Complete rewrite for maintainability.
18533
18534         * modules/c-strstr-tests: New file.
18535         * tests/test-c-strstr.c: New file.
18536
18537 2007-02-11  Bruno Haible  <bruno@clisp.org>
18538
18539         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
18540         5.2.1 and earlier, whereby \055 was treated just like the range
18541         delimiter '-'.
18542         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18543
18544 2007-02-08  Bruno Haible  <bruno@clisp.org>
18545
18546         * modules/regex (Depends-on): Add stdbool.
18547         Reported by Dalibor Topic <robilad@kaffe.org>.
18548
18549 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18550
18551         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
18552         Prefer returning from main to exiting from it.
18553         Remove unnecessary parens after sizeof.
18554
18555 2007-02-05  Bruno Haible  <bruno@clisp.org>
18556
18557         New module mbssep.
18558         * modules/mbssep: New file.
18559         * lib/mbssep.c: New file.
18560         * lib/string_.h (strsep): Add a conditional link warning.
18561         (mbssep): New declaration.
18562         * m4/mbssep.m4: New file.
18563         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18564         GNULIB_MBSSEP.
18565         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
18566         * MODULES.html.sh (Internationalization functions): Add mbssep.
18567
18568 2007-02-05  Bruno Haible  <bruno@clisp.org>
18569
18570         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
18571         Optimize search in case of 1 delimiter.
18572
18573 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
18574
18575         * lib/acl.h: Include sys/types.h before sys/acl.h.
18576
18577 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
18578
18579         Merge upstream fix for glibc bugzilla #3957:
18580
18581         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
18582
18583         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
18584         bit for RE_HAT_LISTS_NOT_NEWLINE.
18585         (build_charclass_op): Remove bogus comment.
18586
18587 2007-02-05  Simon Josefsson  <simon@josefsson.org>
18588
18589         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
18590
18591 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
18594         * lib/memmem.c [!defined _LIBC]: Include config.h.
18595
18596 2007-02-04  Bruno Haible  <bruno@clisp.org>
18597
18598         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
18599         warning message.
18600
18601 2007-02-04  Bruno Haible  <bruno@clisp.org>
18602
18603         New module mbstok_r.
18604         * modules/mbstok_r: New file.
18605         * lib/mbstok_r.c: New file.
18606         * lib/string_.h (strtok_r): Change argument names to match the
18607         comments. Add a conditional link warning.
18608         (mbstok_r): New declaration.
18609         * m4/mbstok_r.m4: New file.
18610         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18611         GNULIB_MBSTOK_R.
18612         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
18613         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
18614
18615 2007-02-04  Bruno Haible  <bruno@clisp.org>
18616
18617         New module mbsspn.
18618         * modules/mbsspn: New file.
18619         * lib/mbsspn.c: New file.
18620         * lib/string_.h (strspn): Add a conditional link warning.
18621         (mbsspn): New declaration.
18622         * m4/mbsspn.m4: New file.
18623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18624         GNULIB_MBSSPN.
18625         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
18626         * MODULES.html.sh (Internationalization functions): Add mbsspn.
18627
18628 2007-02-04  Bruno Haible  <bruno@clisp.org>
18629
18630         New module mbspbrk.
18631         * modules/mbspbrk: New file.
18632         * lib/mbspbrk.c: New file.
18633         * lib/string_.h (strpbrk): Add a conditional link warning.
18634         (mbspbrk): New declaration.
18635         * m4/mbspbrk.m4: New file.
18636         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18637         GNULIB_MBSPBRK.
18638         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
18639         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
18640
18641 2007-02-04  Bruno Haible  <bruno@clisp.org>
18642
18643         New module mbscspn.
18644         * modules/mbscspn: New file.
18645         * lib/mbscspn.c: New file.
18646         * lib/string_.h (strcspn): Add a conditional link warning.
18647         (mbscspn): New declaration.
18648         * m4/mbscspn.m4: New file.
18649         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18650         GNULIB_MBSCSPN.
18651         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
18652         * MODULES.html.sh (Internationalization functions): Add mbscspn.
18653
18654 2007-02-04  Bruno Haible  <bruno@clisp.org>
18655
18656         New module mbscasestr, reduced goal of strcasestr.
18657         * modules/mbscasestr: New file.
18658         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
18659         (mbscasestr): Renamed from strcasestr.
18660         * lib/strcasestr.c: Don't include mbuiter.h.
18661         (strcasestr): Remove support for multibyte locales.
18662         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
18663         Change the conditional link warning.
18664         (mbscasestr): New declaration.
18665         * m4/mbscasestr.m4: New file.
18666         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
18667         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
18668         REPLACE_STRCASESTR.
18669         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
18670         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18671         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
18672         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
18673         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
18674         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
18675         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
18676         (Depends-on): Remove mbuiter.
18677         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
18678
18679 2007-02-04  Bruno Haible  <bruno@clisp.org>
18680
18681         Simplify handling of strncasecmp.
18682         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
18683         the conditional link warning.
18684         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18685         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
18686         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
18687         * modules/strcase (configure.ac): Don't invoke
18688         gl_STRING_MODULE_INDICATOR.
18689         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
18690
18691 2007-02-04  Bruno Haible  <bruno@clisp.org>
18692
18693         New module mbscasecmp, reduced goal of strcasecmp.
18694         * modules/mbscasecmp: New file.
18695         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
18696         (mbscasecmp): Renamed from strcasecmp.
18697         * lib/strcasecmp.c: Don't include mbuiter.h.
18698         (strcasecmp): Remove support for multibyte locales.
18699         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
18700         Change the conditional link warning.
18701         (mbscasecmp): New declaration.
18702         * m4/mbscasecmp.m4: New file.
18703         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
18704         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
18705         REPLACE_STRCASECMP.
18706         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
18707         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18708         GNULIB_MBSCASECMP.
18709         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
18710         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
18711         * modules/strcase (Files): Remove m4/mbrtowc.m4.
18712         (Depends-on): Remove mbuiter.
18713         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
18714
18715 2007-02-04  Bruno Haible  <bruno@clisp.org>
18716
18717         New module mbsstr. Remove module strstr.
18718         * modules/mbsstr: New file.
18719         * modules/strstr: Remove file.
18720         * lib/mbsstr.c: Renamed from lib/strstr.c.
18721         (mbsstr): Renamed from strstr.
18722         * lib/string_.h (strstr): Remove declaration. Change the conditional
18723         link warning.
18724         (mbsstr): New declaration.
18725         * m4/mbsstr.m4: New file.
18726         * m4/strstr.m4: Remove file.
18727         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
18728         REPLACE_STRSTR.
18729         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
18730         Don't initialize GNULIB_STRSTR.
18731         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
18732         substitute GNULIB_STRSTR and REPLACE_STRSTR.
18733         * MODULES.html.sh (Internationalization functions): Add mbsstr.
18734         (Support for systems lacking ANSI C 89): Remove strstr.
18735
18736 2007-02-04  Bruno Haible  <bruno@clisp.org>
18737
18738         New module mbsrchr.
18739         * modules/mbsrchr: New file.
18740         * lib/mbsrchr.c: New file.
18741         * lib/string_.h (strrchr): Add a conditional link warning.
18742         (mbsrchr): New declaration.
18743         * m4/mbsrchr.m4: New file.
18744         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18745         GNULIB_MBSRCHR.
18746         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
18747         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
18748
18749 2007-02-04  Bruno Haible  <bruno@clisp.org>
18750
18751         New module mbschr.
18752         * modules/mbschr: New file.
18753         * lib/mbschr.c: New file.
18754         * lib/string_.h (strchr): Add a conditional link warning.
18755         (mbschr): New declaration.
18756         * m4/mbschr.m4: New file.
18757         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18758         GNULIB_MBSCHR.
18759         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
18760         * MODULES.html.sh (Internationalization functions): Add mbschr.
18761
18762 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
18765
18766         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
18767
18768 2007-02-04  Bruno Haible  <bruno@clisp.org>
18769
18770         New module description section 'configure.ac-early'.
18771         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
18772         (func_get_autoconf_early_snippet): New function.
18773         (func_import, func_create_testdir): Use it. Remove special cases for
18774         modules 'extensions' and 'lock'.
18775         * modules/extensions (configure.ac-early): Require
18776         gl_USE_SYSTEM_EXTENSIONS.
18777         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
18778
18779 2007-02-04  Bruno Haible  <bruno@clisp.org>
18780
18781         Make use of gcj-4.3's -fsource and -ftarget option.
18782         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
18783         and if so try the options -fsource and -ftarget.
18784         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
18785         source_version, ftarget_option, target_version arguments.
18786         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
18787         (is_envjavac_oldgcj_14_14_usable): Renamed from
18788         is_envjavac_gcj_14_14_usable.
18789         (is_envjavac_oldgcj_14_13_usable): Renamed from
18790         is_envjavac_gcj_14_13_usable.
18791         (is_gcj_present): Update.
18792         (is_gcj_43, is_gcj43_usable): New functions.
18793         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
18794         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
18795         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
18796         try the options -fsource and -ftarget.
18797
18798 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18799
18800         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
18801         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
18802         larger value.
18803
18804 2007-02-03  Jim Meyering  <jim@meyering.net>
18805
18806         Give tools a better chance to allocate space for very large buffers.
18807         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
18808
18809         Make pwd and readlink work also when run with an unreadable parent dir
18810         on systems with openat support.
18811         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
18812         provided getcwd function, even when we have openat support.
18813         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
18814
18815 2007-02-02  Bruno Haible  <bruno@clisp.org>
18816
18817         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18818         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
18819         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
18820         portability problems if one of these functions is only used on specific
18821         platforms.
18822         Reported by Paul Eggert.
18823
18824 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
18825
18826         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
18827         is causing more trouble than it's curing.
18828         * lib/regex_internal.h (__mempcpy): Remove.
18829         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
18830         (and make the code a tad smaller to boot).
18831         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
18832
18833 2007-02-02  Jim Meyering  <jim@meyering.net>
18834
18835         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
18836         section, not in the Makefile.am: one.
18837
18838 2007-02-02  Eric Blake  <ebb9@byu.net>
18839
18840         * lib/strchrnul.c: Always include config.h first.
18841
18842         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
18843         gnulib strstr is not necessary here.
18844
18845 2007-02-02  Simon Josefsson  <simon@josefsson.org>
18846
18847         * m4/socklen.m4: Fix typo.
18848
18849 2007-02-02  Eric Blake  <ebb9@byu.net>
18850
18851         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
18852         * modules/netinet_in (Makefile.am): Likewise.
18853
18854 2007-02-01  Bruno Haible  <bruno@clisp.org>
18855
18856         * lib/string_.h (GL_LINK_WARNING): New macro.
18857         (strcasecmp, strstr, strcasestr): If provided by the system,
18858         conditionally define as a macro that leads to a warning instead of to
18859         an error.
18860         (strncasecmp): Conditionally define as a macro that leads to a warning.
18861
18862 2007-02-01  Karl Berry  <karl@gnu.org>
18863
18864         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
18865
18866 2007-02-01  Bruno Haible  <bruno@clisp.org>
18867
18868         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
18869         renamings.
18870
18871 2007-02-01  Eric Blake  <ebb9@byu.net>
18872
18873         * modules/regex (Depends-on): Revert dependence on mempcpy.
18874         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
18875         module's definition of mempcpy.
18876         Reported by Paul Eggert.
18877
18878 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         * lib/string_.h: If the gnulib module XYZ is not present, undefine
18881         the symbol XYZ before redefining it.  This fixes a problem with
18882         programs that don't use XYZ, when compiled on systems that define
18883         XYZ to something else.
18884
18885 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
18886
18887         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
18888         occurs when "mkdir -m foo" creates a setgid directory that is (1)
18889         writeable to group or other and (2) is intended to have a special
18890         mode bit that is set or cleared.  In such a case, the directory
18891         should be neither group- nor other-writeable until the special
18892         mode bits are right.
18893
18894 2007-01-31  Eric Blake  <ebb9@byu.net>
18895
18896         * modules/mountlist (Depends-on): Add strstr.
18897
18898         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
18899         bug.
18900         * modules/string (Makefile.am): Remove redundant replacement.
18901         * modules/regex (Depends-on): Add mempcpy.
18902
18903 2007-01-31  Bruno Haible  <bruno@clisp.org>
18904
18905         New module description field 'Link'.
18906         * gnulib-tool (func_usage): Document --extract-link-directive.
18907         (sed_extract_prog): Recognize 'Link' directive.
18908         (func_get_link_directive): New function.
18909         (func_import): Show summary of link directives.
18910         Handle --extract-link-directive option.
18911         * modules/acl (Link): New section.
18912         * modules/clock-time (Link): New section.
18913         * modules/euidaccess (Link): New section.
18914         * modules/gettext (Link): New section.
18915         * modules/iconv (Link): New section.
18916         * modules/lock (Link): New section.
18917         * modules/nanosleep (Link): New section.
18918         * modules/readline (Link): New section.
18919
18920 2007-01-27  Bruno Haible  <bruno@clisp.org>
18921
18922         Enforce the use of gnulib modules for unportable <string.h> functions.
18923         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
18924         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
18925         (gl_HEADER_STRING_H_BODY): Require it.
18926         * lib/string_.h: If the gnulib module XYZ is not present, redefine
18927         the symbol XYZ to one that gives a link error.
18928         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
18929         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
18930         * modules/mempcpy (configure.ac): Likewise.
18931         * modules/memrchr (configure.ac): Likewise.
18932         * modules/stpcpy (configure.ac): Likewise.
18933         * modules/stpncpy (configure.ac): Likewise.
18934         * modules/strcase (configure.ac): Likewise.
18935         * modules/strcasestr (configure.ac): Likewise.
18936         * modules/strchrnul (configure.ac): Likewise.
18937         * modules/strdup (configure.ac): Likewise.
18938         * modules/strndup (configure.ac): Likewise.
18939         * modules/strnlen (configure.ac): Likewise.
18940         * modules/strpbrk (configure.ac): Likewise.
18941         * modules/strsep (configure.ac): Likewise.
18942         * modules/strstr (configure.ac): Likewise.
18943         * modules/strtok_r (configure.ac): Likewise.
18944
18945 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
18946
18947         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
18948
18949 2007-01-30  Jim Meyering  <jim@meyering.net>
18950
18951         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
18952
18953 2007-01-29  Bruno Haible  <bruno@clisp.org>
18954
18955         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
18956         * lib/execute.c: Likewise.
18957         * lib/pipe.c: Likewise.
18958         * lib/printf-args.h: Likewise.
18959         * lib/printf-args.c: Likewise.
18960         * lib/printf-parse.c: Likewise.
18961         * lib/vasnprintf.c: Likewise.
18962
18963 2007-01-29  Eric Blake  <ebb9@byu.net>
18964
18965         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
18966         declaration.
18967
18968 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * lib/strptime.h (strptime): Use 'restrict' for args where
18971         POSIX requires this.
18972         * lib/strptime.c (strptime): Likewise.
18973         Change license notice from LGPL to GPL, since gnulib-tool will
18974         change this as needed.
18975         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
18976         defined.
18977         Include "strptime.h" first, to check interface.
18978         Do not #undef _LIBC and _NL_CURRENT.
18979         Do not include <stdlib.h>; no longer needed.
18980         Include "time_r.h" and declare ptime_locale_status
18981         only if _LIBC is not defined.
18982         (__P): Remove unused macro.
18983         (match_string): Bring back glibc version, but use it only if _LIBC
18984         is defined.
18985         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
18986         Remove unnecessary assertion and abort() call.
18987         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
18988         * m4/strptime.m4: Fix serial number comment.
18989         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
18990         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
18991         (Depends-on): Add time_r.
18992
18993 2007-01-29  Bruno Haible  <bruno@clisp.org>
18994
18995         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18996         strptime.
18997         * modules/strptime (Depends-on): Add stdbool.
18998         * lib/strptime.h: Include <time.h> always. Add comments.
18999
19000 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19001
19002         * modules/strptime: New file.
19003         * lib/strptime.h: New file.
19004         * lib/strptime.c: New file.
19005         * m4/strptime.m4: New file.
19006
19007 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19008
19009         * MODULES.html.sh: New module mpsort.
19010         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
19011
19012         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
19013         a circularity problem with HP-UX ia64 reported by Bob Proulx in
19014         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
19015         All uses changed.
19016         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
19017         All uses changed.
19018         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
19019         to _Restrict_.
19020         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
19021         the parameter matches the prototype.
19022
19023 2007-01-28  Jim Meyering  <jim@meyering.net>
19024
19025         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19026         sys/time.h here, reverting that part of the previous patch:
19027         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19028
19029 2007-01-28  Bruno Haible  <bruno@clisp.org>
19030
19031         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19032         value of $(SYS_TIME_H).
19033         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19034         remove it conditionally, too. [added by Jim Meyering]
19035         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19036         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19037         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19038         GETTIMEOFDAY_REPLACEMENT to 1.
19039
19040 2007-01-28  Bruno Haible  <bruno@clisp.org>
19041
19042         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19043         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19044         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19045         Set UNISTD_H instead of UNISTD_H2.
19046         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19047
19048 2007-01-28  Bruno Haible  <bruno@clisp.org>
19049
19050         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19051         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19052
19053 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19054
19055         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19056         (func_create_testdir): Ensure C locale for `grep' and `tr'
19057         character ranges.
19058         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19059         ACLOCAL_AMFLAGS parsing state machine.
19060
19061 2007-01-27  Bruno Haible  <bruno@clisp.org>
19062
19063         * modules/unistr/base: Update.
19064
19065 2007-01-27  Bruno Haible  <bruno@clisp.org>
19066
19067         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19068         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19069         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19070         modules/unistr/u32-mbtouc.
19071         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19072         * lib/unistr.h: Update.
19073         * lib/linebreak.c: Update.
19074         * modules/unistr/u32-mbtouc: Renamed from
19075         modules/unistr/u32-mbtouc-safe.
19076         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19077         * lib/unistr.h: Update.
19078         * lib/unistr/u32-to-u8.c: Update.
19079         * lib/unistr/u32-to-u16.c: Update.
19080
19081 2007-01-27  Bruno Haible  <bruno@clisp.org>
19082
19083         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19084         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19085         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19086         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19087         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19088         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19089         modules/unistr/u16-mbtouc.
19090         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19091         * lib/unistr.h: Update.
19092         * lib/linebreak.c: Update.
19093         * modules/linebreak: Update.
19094         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19095         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19096         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19097         * modules/unistr/u16-mbtouc: Renamed from
19098         modules/unistr/u16-mbtouc-safe.
19099         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19100         * lib/unistr.h: Update.
19101         * lib/unistr/u16-to-u8.c: Update.
19102         * modules/unistr/u16-to-u8: Update.
19103         * lib/unistr/u16-to-u32.c: Update.
19104         * modules/unistr/u16-to-u32: Update.
19105
19106 2007-01-27  Bruno Haible  <bruno@clisp.org>
19107
19108         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19109         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19110         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19111         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19112         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19113         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19114         modules/unistr/u8-mbtouc.
19115         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19116         * lib/unistr.h: Update.
19117         * lib/striconveh.c: Update.
19118         * modules/striconveh: Update.
19119         * lib/linebreak.c: Update.
19120         * modules/linebreak: Update.
19121         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19122         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19123         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19124         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19125         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19126         * lib/unistr.h: Update.
19127         * lib/striconveh.c: Update.
19128         * modules/striconveh: Update.
19129         * lib/unistr/u8-to-u16.c: Update.
19130         * modules/unistr/u8-to-u16: Update.
19131         * lib/unistr/u8-to-u32.c: Update.
19132         * modules/unistr/u8-to-u32: Update.
19133
19134 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19135
19136         Sync from Libtool.
19137         * lib/argz.c: Do not include strings.h nor memory.h, include
19138         string.h unconditionally.  Patch by Simon Josefsson.
19139
19140 2007-01-27  Bruno Haible  <bruno@clisp.org>
19141
19142         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19143         from gl_HEADER_STRING_H_BODY.
19144         (gl_HEADER_STRING_H_BODY): Require it.
19145         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19146         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19147         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19148         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19149         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19150         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19151         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19152         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19153         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19154         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19155         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19156         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19157         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19158         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19159         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19160
19161 2007-01-27  Bruno Haible  <bruno@clisp.org>
19162
19163         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19164         check_PROGRAMS into noinst_PROGRAMS.
19165         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19166         check_PROGRAMS in this case.
19167         (func_import): Set for_test to false.
19168         (func_create_testdir): Set for_test to true.
19169
19170 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19171             Bruno Haible  <bruno@clisp.org>
19172
19173         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19174         (Depends-on): Add string.
19175         (Includes): Use <string.h> instead of strcasestr.h.
19176         * modules/string (Makefile.am): Also substitute the value of
19177         REPLACE_STRCASESTR.
19178         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19179         assume strcasestr is declared in <string.h> not <strings.h>. Also
19180         set REPLACE_STRCASESTR.
19181         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19182         REPLACE_STRCASESTR.
19183         * lib/strcasestr.h: Remove file.
19184         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19185         * lib/string_.h (strcasestr): New declaration.
19186
19187 2007-01-27  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/string_.h: Use 'extern'.
19190
19191 2007-01-27  Jim Meyering  <jim@meyering.net>
19192
19193         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19194         of set-but-not-used local, "q".
19195
19196         * lib/mempcpy.c: Include <config.h> before <string.h>.
19197         This fixes a compilation error on HP-UX, due to the system's
19198         "restrict"-using mempcpy prototype.
19199
19200 2007-01-26  Bruno Haible  <bruno@clisp.org>
19201
19202         Small optimization.
19203         * lib/javacomp.c: Include c-strstr.h.
19204          (is_envjavac_gcj): Use c_strstr instead of strstr.
19205         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
19206
19207 2007-01-26  Bruno Haible  <bruno@clisp.org>
19208
19209         * MODULES.html.sh (Unicode string functions): Add the new modules.
19210
19211         * modules/uniconv/u32-strconv-to-locale: New file.
19212         * lib/uniconv/u32-strconv-to-locale.c: New file.
19213
19214         * modules/uniconv/u16-strconv-to-locale: New file.
19215         * lib/uniconv/u16-strconv-to-locale.c: New file.
19216
19217         * modules/uniconv/u8-strconv-to-locale: New file.
19218         * lib/uniconv/u8-strconv-to-locale.c: New file.
19219
19220         * modules/uniconv/u32-strconv-from-locale: New file.
19221         * lib/uniconv/u32-strconv-from-locale.c: New file.
19222
19223         * modules/uniconv/u16-strconv-from-locale: New file.
19224         * lib/uniconv/u16-strconv-from-locale.c: New file.
19225
19226         * modules/uniconv/u8-strconv-from-locale: New file.
19227         * lib/uniconv/u8-strconv-from-locale.c: New file.
19228
19229         * modules/uniconv/u32-strconv-to-enc: New file.
19230         * lib/uniconv/u32-strconv-to-enc.c: New file.
19231         * modules/uniconv/u32-strconv-to-enc-tests: New file.
19232         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
19233
19234         * modules/uniconv/u16-strconv-to-enc: New file.
19235         * lib/uniconv/u16-strconv-to-enc.c: New file.
19236         * lib/uniconv/u-strconv-to-enc.h: New file.
19237         * modules/uniconv/u16-strconv-to-enc-tests: New file.
19238         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
19239
19240         * modules/uniconv/u8-strconv-to-enc: New file.
19241         * lib/uniconv/u8-strconv-to-enc.c: New file.
19242         * modules/uniconv/u8-strconv-to-enc-tests: New file.
19243         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
19244
19245         * modules/uniconv/u32-strconv-from-enc: New file.
19246         * lib/uniconv/u32-strconv-from-enc.c: New file.
19247         * modules/uniconv/u32-strconv-from-enc-tests: New file.
19248         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
19249
19250         * modules/uniconv/u16-strconv-from-enc: New file.
19251         * lib/uniconv/u16-strconv-from-enc.c: New file.
19252         * modules/uniconv/u16-strconv-from-enc-tests: New file.
19253         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
19254
19255         * modules/uniconv/u8-strconv-from-enc: New file.
19256         * lib/uniconv/u8-strconv-from-enc.c: New file.
19257         * lib/uniconv/u-strconv-from-enc.h: New file.
19258         * modules/uniconv/u8-strconv-from-enc-tests: New file.
19259         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
19260
19261         * modules/uniconv/u32-conv-from-enc: New file.
19262         * lib/uniconv/u32-conv-from-enc.c: New file.
19263         * modules/uniconv/u32-conv-from-enc-tests: New file.
19264         * tests/uniconv/test-u32-conv-from-enc.c: New file.
19265
19266         * modules/uniconv/u16-conv-from-enc: New file.
19267         * lib/uniconv/u16-conv-from-enc.c: New file.
19268         * lib/uniconv/u-conv-from-enc.h: New file.
19269         * modules/uniconv/u16-conv-from-enc-tests: New file.
19270         * tests/uniconv/test-u16-conv-from-enc.c: New file.
19271
19272         * modules/uniconv/u8-conv-from-enc: New file.
19273         * lib/uniconv/u8-conv-from-enc.c: New file.
19274         * modules/uniconv/u8-conv-from-enc-tests: New file.
19275         * tests/uniconv/test-u8-conv-from-enc.c: New file.
19276
19277         * modules/uniconv/base: New file.
19278         * lib/uniconv.h: New file.
19279
19280 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19281
19282         * doc/gnulib-tool.texi (Initial import): Update to match current
19283         behavior with strdup module.
19284         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
19285         * lib/memmem.h: Remove; all uses removed.  This is now done
19286         by <string.h>.
19287         * lib/mempcpy.h: Likewise.
19288         * lib/memrchr.h: Likewise.
19289         * lib/stpcpy.h: Likewise.
19290         * lib/stpncpy.h: Likewise.
19291         * lib/strcase.h: Likewise.
19292         * lib/strchrnul.h: Likewise.
19293         * lib/strdup.h: Likewise.
19294         * lib/strndup.h: Likewise.
19295         * lib/strnlen.h: Likewise.
19296         * lib/strpbrk.h: Likewise.
19297         * lib/strsep.h: Likewise.
19298         * lib/strstr.h: Likewise.
19299         * lib/strtok_r.h: Likewise.
19300         * lib/string_.h: New file.
19301         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
19302         Rely on <string.h> instead.
19303         * lib/canon-host.c: Likewise.
19304         * lib/chdir-long.c: Likewise.
19305         * lib/concatpath.c: Likewise.
19306         * lib/exclude.c: Likewise.
19307         * lib/fchdir.c: Likewise.
19308         * lib/getaddrinfo.c: Likewise.
19309         * lib/getcwd.c: Likewise.
19310         * lib/getsubopt.c: Likewise.
19311         * lib/glob.c: Likewise.
19312         * lib/hard-locale.c: Likewise.
19313         * lib/iconvme.c: Likewise.
19314         * lib/javacomp.c: Likewise.
19315         * lib/mempcpy.c: Likewise.
19316         * lib/memrchr.c: Likewise.
19317         * lib/regex_internal.h: Likewise.
19318         * lib/stpncpy.c: Likewise.
19319         * lib/strcasecmp.c: Likewise.
19320         * lib/strchrnul.c: Likewise.
19321         * lib/strdup.c: Likewise.
19322         * lib/striconv.c: Likewise.
19323         * lib/striconveh.c: Likewise.
19324         * lib/striconveha.c: Likewise.
19325         * lib/strncasecmp.c: Likewise.
19326         * lib/strndup.c: Likewise.
19327         * lib/strnlen.c: Likewise.
19328         * lib/strsep.c: Likewise.
19329         * lib/strstr.c: Likewise.
19330         * lib/strtok_r.c: Likewise.
19331         * lib/userspec.c: Likewise.
19332         * lib/w32spawn.h: Likewise.
19333         * lib/xstrndup.c: Likewise.
19334         * lib/mountlist.c (strstr): Remove decl.
19335         * m4/string_h.m4: New file.
19336         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
19337         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
19338         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
19339         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
19340         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
19341         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
19342         Set REPLACE_STRCASECMP if necessary.
19343         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
19344         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
19345         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
19346         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
19347         HAVE_DECL_STRDUP if necessary.
19348         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
19349         since gl_FUNC_STRNDUP does that now.
19350         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
19351         Check for decl here...
19352         (gl_PREREQ_STRNLEN): ... not here.
19353         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
19354         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
19355         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
19356         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
19357         necessary.
19358         * modules/string: New file.
19359         * modules/memmem (Files): Remove special-purpose include file.
19360         (Depends-on): Add string.
19361         (Include): Include <string.h>, not the removed file.
19362         * modules/mempcpy: Likewise.
19363         * modules/memrchr: Likewise.
19364         * modules/stpcpy: Likewise.
19365         * modules/stpncpy: Likewise.
19366         * modules/strcase: Likewise.
19367         * modules/strchrnul: Likewise.
19368         * modules/strdup: Likewise.
19369         * modules/strndup: Likewise.
19370         * modules/strnlen: Likewise.
19371         * modules/strpbrk: Likewise.
19372         * modules/strsep: Likewise.
19373         * modules/strstr: Likewise.
19374         * modules/strtok_r: Likewise.
19375         * tests/test-dirname.c: Don't include "strdup.h", since
19376         <string.h> now suffices.
19377         * tests/test-memmem.c: Don't include "memmem.h", since
19378         <string.h> now suffices.
19379
19380 2007-01-25  Bruno Haible  <bruno@clisp.org>
19381
19382         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
19383         *resultp is 0.
19384
19385         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
19386         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
19387         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
19388         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
19389
19390         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
19391         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
19392         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
19393         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
19394         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
19395         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
19396
19397 2007-01-24  Bruno Haible  <bruno@clisp.org>
19398
19399         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
19400         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
19401         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
19402         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
19403         gl_FUNC_FTS_CORE.
19404         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
19405         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
19406         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19407         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
19408         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
19409         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
19410         gl_FUNC_FCHOWNAT.
19411         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
19412         gl_FUNC_STRFTIME.
19413         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
19414         Reported by Ralf Wildenhues.
19415
19416 2007-01-24  Bruno Haible  <bruno@clisp.org>
19417
19418         Drop AC_REQUIRE calls that are redundant with the module dependencies.
19419         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
19420         gl_GETADDRINFO.
19421         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
19422         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
19423         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
19424
19425 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
19426
19427         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
19428         Don't use 'exit'; just return from 'main'.
19429         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
19430
19431         * lib/fnmatch_.h: Readjust white space and comments to match
19432         glibc, to avoid spurious diffs.
19433
19434 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
19437         2004-12-01 change by Jakub Jelinek, since this code won't compile
19438         if !LIBC.  Problem reported by Bob Proulx.
19439
19440 2007-01-23  Bruno Haible  <bruno@clisp.org>
19441
19442         * lib/striconveh.c: Include c-strcaseeq.h.
19443         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
19444         * modules/striconveh (Depends-on): Add c-strcaseeq.
19445
19446 2007-01-23  Bruno Haible  <bruno@clisp.org>
19447
19448         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
19449
19450         * modules/c-strcaseeq: New file.
19451         * lib/c-strcaseeq.h: New file.
19452
19453         * modules/streq: New file.
19454         * lib/streq.h: New file.
19455
19456 2007-01-23  Bruno Haible  <bruno@clisp.org>
19457
19458         * modules/striconveha-tests: New file.
19459         * tests/test-striconveha.c: New file.
19460
19461         * lib/striconveha.h: Include <stdbool.h>.
19462         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
19463         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
19464         (mem_iconveha_notranslit): Renamed from mem_iconveha.
19465         (mem_iconveha): New function.
19466         (str_iconveha_notranslit): Renamed from str_iconveha.
19467         (str_iconveha): New function.
19468         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
19469         c-strcase.
19470
19471 2007-01-23  Bruno Haible  <bruno@clisp.org>
19472
19473         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
19474         encodings without forgiving before trying any encoding with handler.
19475         (str_iconveha): Try all encodings without forgiving before trying any
19476         encoding with handler.
19477
19478 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19479
19480         Import the following changes from libc.
19481
19482         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19483
19484         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
19485
19486         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19487
19488         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
19489         normal_bracket label.
19490
19491         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
19492
19493         [BZ #361]
19494         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
19495         to normal_bracket after fetching the next character.
19496
19497 2007-01-22  Bruno Haible  <bruno@clisp.org>
19498
19499         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
19500         argument.
19501         * lib/striconveh.c (iconv_carefully_1): New function.
19502         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
19503         argument.
19504         (str_cd_iconveh): Update.
19505         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
19506         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
19507         * tests/test-striconveh.c (MAGIC): New macro.
19508         (new_offsets): New function.
19509         (main): Test call with and without offsets.
19510
19511 2007-01-22  Bruno Haible  <bruno@clisp.org>
19512
19513         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
19514         * modules/sys_select (Makefile.am): Likewise.
19515         * modules/sys_socket (Makefile.am): Likewise.
19516         * modules/sys_time (Makefile.am): Likewise.
19517
19518 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19519
19520         * modules/gettimeofday (License): Change from GPL to LGPL, since
19521         gettimeofday is a library function.
19522
19523 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19524
19525         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
19526
19527 2007-01-21  Bruno Haible  <bruno@clisp.org>
19528
19529         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
19530
19531 2007-01-21  Bruno Haible  <bruno@clisp.org>
19532
19533         * modules/striconveha: New file.
19534         * lib/striconveha.h: New file.
19535         * lib/striconveha.c: New file.
19536         * MODULES.html.sh (Internationalization functions): Add striconveha.
19537         * lib/striconv.c (str_iconv): Optimize the case of an empty input
19538         string.
19539         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
19540
19541 2007-01-21  Bruno Haible  <bruno@clisp.org>
19542
19543         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
19544         * lib/striconveh.c (str_iconveh): Likewise.
19545
19546 2007-01-21  Bruno Haible  <bruno@clisp.org>
19547
19548         * lib/striconveh.h (mem_iconveh): New declaration.
19549         * lib/striconveh.c (mem_iconveh): New function.
19550         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
19551
19552 2007-01-21  Bruno Haible  <bruno@clisp.org>
19553
19554         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
19555
19556         * lib/striconveh.h (mem_cd_iconveh): Change specification.
19557         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
19558         original result buffer.
19559         (str_cd_iconveh): Update.
19560         * tests/test-striconveh.c (main): Update.
19561
19562         * lib/striconv.h (mem_cd_iconv): Change specification.
19563         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
19564         result buffer.
19565         (str_cd_iconv): Update.
19566         * tests/test-striconv.c (main): Update.
19567
19568 2007-01-21  Bruno Haible  <bruno@clisp.org>
19569
19570         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
19571
19572 2007-01-20  Jim Meyering  <jim@meyering.net>
19573
19574         * lib/userspec.c (parse_with_separator): If a user or group string
19575         starts with "+", skip the corresponding name-to-ID look-up, since
19576         such a look-up must fail: user and group names may not include "+".
19577
19578 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         * lib/poll.c: Include sys/time.h and time.h unconditionally,
19581         since we now assume the sys_time module.
19582         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
19583         check for sys/time.h; no longer needed.
19584         * modules/poll (Depends-on): Depend on sys_time.
19585
19586 2007-01-18  Bruno Haible  <bruno@clisp.org>
19587
19588         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
19589         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
19590
19591         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
19592         gettimeofday.
19593
19594         * tests/test-gettimeofday.c: Include <time.h>.
19595         (dummy): Remove variable.
19596
19597         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
19598         gl_HEADER_SYS_TIME_H.
19599         (gl_HEADER_SYS_TIME_H): New macro.
19600
19601         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
19602         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19603         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
19604         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
19605         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19606         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
19607         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
19608         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19609         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
19610         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
19611         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19612
19613         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
19614         last change; it caused a compilation error when cross-compiling to
19615         Cygwin.
19616
19617 2007-01-18  Jim Meyering  <jim@meyering.net>
19618
19619         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
19620         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
19621         than the race-prone "test -d sys || mkdir sys".
19622         (configure.ac): Use AC_PROG_MKDIR_P.
19623         * modules/sys_select: Likewise.
19624         * modules/sys_socket: Likewise.
19625         * modules/sys_time: Likewise.
19626
19627 2007-01-18  Eric Blake  <ebb9@byu.net>
19628
19629         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
19630         replace gettimeofday.
19631         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
19632         name, to avoid infinite recursion.
19633
19634 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
19635
19636         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
19637         module sys_time.
19638         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
19639         assume timespec.h defines struct timeval.
19640         * lib/settime.c: Likewise.
19641         * lib/utimens.c: Likewise.
19642         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
19643         since we now assume the gettimeofday module.
19644         * lib/tempname.c (__gen_tempname): Likewise.
19645         * lib/gettimeofday.h: Remove.
19646         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
19647         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
19648         Include <time.h>, for 'time()'.
19649         (localtime_buffer_addr): Also use this workaround if
19650         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
19651         to simplify the uses.  All uses changed.
19652         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
19653         that #undef is inside {}, and 'const' follows type name consistently.
19654         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
19655         (gettimeofday): Do not use the maximum possible value for
19656         tv->tv_usec, since that might break usages other than ls.c.
19657         Instead, we'll leave ls.c alone.  This undoes today's patch
19658         by Bruno.  Add a compile-time warning for 1s-clock resolution;
19659         we've never observed the problem but might as well keep the
19660         canary.
19661         * lib/nanosleep.c: Include timespec.h first, for interface check.
19662         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
19663         now assume the sys_time module.
19664         * lib/tempname.c: Likewise.
19665         * lib/timespec.h: Likewise.
19666         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
19667         needed.
19668         * lib/strftime.c: Likewise.
19669         * lib/timespec.h: Likewise.
19670         * lib/posixtm.c: Include posixtm.h first, for interface check.
19671         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
19672         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
19673         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
19674         * lib/sys_time_.h: New file.
19675         * lib/timespec.h (struct timespec): Use long int, not long.
19676         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19677         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
19678         Remove obsolescent call to AC_HEADER_TIME.
19679         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
19680         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
19681         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
19682         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
19683         Likewise.
19684         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
19685         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
19686         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
19687         into the sys_time module.  Check for gettimeofday just once.
19688         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
19689         for gettimeofday signature to just check the signature.  Merely
19690         compile it, since linking doesn't test signature.  Improve test for
19691         whether gettimeofday.o is actually needed.
19692         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
19693         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
19694         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
19695         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19696         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
19697         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
19698         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
19699         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
19700         than worrying about sys/time.h.
19701         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19702         Don't bother worrying about TIME_WITH_SYS_TIME.
19703         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
19704         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
19705         * m4/sys_time_h.m4: New file.
19706         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
19707         Don't include sys/time.h.  Return from main rather than exiting.
19708         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
19709         all uses changed.
19710         * modules/gethrxtime (Depends-on): Add sys_time.
19711         * modules/gettime (Depends-on): Likewise.
19712         * modules/gettimeofday (Depends-on): Likewise.
19713         * modules/nanosleep (Depends-on): Likewise.
19714         * modules/settime (Depends-on): Likewise.
19715         * modules/tempname (Depends-on): Likewise.
19716         * modules/utimens (Depends-on): Likewise.
19717         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
19718         (Include:) Change back to <sys/time.h>.
19719         (Maintainer:) Add self.
19720         * modules/sys_time: New file.
19721         * modules/tempname (Depends-on): Add gettimeofday.
19722         * tests/test-gettimeofday.c: Include <sys/time.h>
19723         rather than gettimeofday.h.
19724
19725 2007-01-17  Bruno Haible  <bruno@clisp.org>
19726
19727         * gnulib-tool (func_get_license): Revert last patch. Instead, let
19728         the license default to GPL.
19729         (func_create_testdir): Don't complain if a module is LGPL and its
19730         tests module depends on GPLed modules.
19731
19732 2007-01-17  Bruno Haible  <bruno@clisp.org>
19733
19734         * lib/gettimeofday.c (gettimeofday): Add code for the case
19735         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
19736         maximum possible value for tv->tv_usec, rather than the minimum one.
19737
19738 2005-10-08  Martin Lambers  <marlam@marlam.de>
19739 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19740 2007-01-16  Bruno Haible  <bruno@clisp.org>
19741
19742         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
19743         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
19744         gl_FUNC_GETTIMEOFDAY.
19745         (Include): Add gettimeofday.h.
19746         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
19747         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
19748         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
19749         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
19750         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
19751         * lib/gettimeofday.h: New file.
19752         * lib/gettimeofday.c: Include <sys/timeb.h>.
19753         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
19754         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19755         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
19756         fall back on time().
19757
19758         * tests/test-gettimeofday.c: New file.
19759         * modules/gettimeofday-tests: New file.
19760
19761 2007-01-16  Eric Blake  <ebb9@byu.net>
19762
19763         * modules/fnmatch (Depends-on): Depend on wchar.
19764         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
19765         * m4/fnmatch.m4: Likewise.
19766         * modules/mbchar (Makefile.am): Assume <wchar.h>.
19767         * m4/mbchar.m4: Likewise.
19768         * modules/mbswidth (Depends-on): Depend on wchar.
19769         * lib/mbswidth.c: Assume <wchar.h>.
19770         * m4/mbswidth.m4: Likewise.
19771         * modules/quotearg (Depends-on): Depend on wchar.
19772         * lib/quotearg.c: Assume <wchar.h>.
19773         * m4/quotearg.m4: Likewise.
19774         * modules/regex (Depends-on): Depend on wchar.
19775         * lib/regex_internal.h: Assume <wchar.h>.
19776         * m4/regex.m4: Likewise.
19777         * modules/stdint (Depends-on): Depend on wchar.
19778         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
19779         * m4/stdint.m4: Likewise.
19780         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
19781         * modules/strftime (Depends-on): Depend on wchar.
19782         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
19783         * modules/strtol (Depends-on): Depend on wchar.
19784         * lib/strtol.c: Assume <wchar.h>.
19785         * modules/wcwidth (Depends-on): Depend on wchar.
19786         * lib/wcwidth.h: Assume <wchar.h>.
19787         * m4/wcwidth.m4: Likewise.
19788
19789 2007-01-16  Bruno Haible  <bruno@clisp.org>
19790
19791         * modules/csharpexec-script: New, created from...
19792         * modules/csharpexec: ... this.
19793
19794 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
19795
19796         * modules/javaexec-script: New, created from...
19797         * modules/javaexec: ... this.
19798
19799 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19800
19801         * modules/poll (Dependencies): Add sys_select.
19802
19803 2007-01-15  Jim Meyering  <jim@meyering.net>
19804
19805         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
19806         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
19807         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
19808         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
19809
19810 2007-01-15  Bruno Haible  <bruno@clisp.org>
19811
19812         * modules/striconveh: New file.
19813         * lib/striconveh.h: New file.
19814         * lib/striconveh.c: New file.
19815         * MODULES.html.sh (Internationalization functions): Add striconveh.
19816
19817         * modules/striconveh-tests: New file.
19818         * tests/test-striconveh.c: New file.
19819
19820 2007-01-15  Bruno Haible  <bruno@clisp.org>
19821
19822         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
19823         not from GNU libiconv or GNU libc.
19824
19825 2007-01-15  Bruno Haible  <bruno@clisp.org>
19826
19827         * doc/gnulib-intro.texi (Copyright): Explain the different license
19828         terms for module descriptions, autoconf macros, tests, documentation.
19829
19830 2007-01-14  Bruno Haible  <bruno@clisp.org>
19831
19832         * modules/striconv-tests: New file.
19833         * tests/test-striconv.c: New file.
19834
19835 2007-01-14  Bruno Haible  <bruno@clisp.org>
19836
19837         * modules/iconv-tests: New file.
19838         * tests/test-iconv.c: New file.
19839
19840 2007-01-14  Bruno Haible  <bruno@clisp.org>
19841
19842         * gnulib-tool (func_get_license): For test modules, use the license of
19843         the main module.
19844
19845 2007-01-14  Bruno Haible  <bruno@clisp.org>
19846
19847         * modules/iconv (Include): Clarify that <iconv.h> can only be included
19848         if iconv is found to exist.
19849
19850 2007-01-14  Bruno Haible  <bruno@clisp.org>
19851
19852         * modules/c-ctype-tests: New file.
19853         * tests/test-c-ctype.c: New file.
19854
19855 2007-01-14  Bruno Haible  <bruno@clisp.org>
19856
19857         * modules/binary-io-tests: New file.
19858         * tests/test-binary-io.sh: New file.
19859         * tests/test-binary-io.c: New file.
19860
19861 2007-01-14  Bruno Haible  <bruno@clisp.org>
19862
19863         * modules/array-oset-tests: New file.
19864         * tests/test-array_oset.c: New file.
19865
19866 2007-01-14  Bruno Haible  <bruno@clisp.org>
19867
19868         * modules/array-list-tests: New file.
19869         * tests/test-array_list.c: New file.
19870
19871 2007-01-14  Bruno Haible  <bruno@clisp.org>
19872
19873         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
19874         and make.
19875         Reported by Simon Josefsson in
19876         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
19877
19878 2007-01-14  Bruno Haible  <bruno@clisp.org>
19879
19880         * modules/allocsa-tests: New file.
19881         * tests/test-allocsa.c: New file.
19882
19883 2007-01-14  Bruno Haible  <bruno@clisp.org>
19884
19885         * modules/fchdir (Depends-on): Add absolute-header.
19886         * modules/unistd (Depends-on): Likewise.
19887
19888 2006-12-30  Bruno Haible  <bruno@clisp.org>
19889
19890         * modules/fchdir: New file.
19891         * modules/unistd (Files): Add lib/unistd_.h.
19892         (Makefile.am): Generate unistd.h from unistd_.h.
19893         * lib/fchdir.c: New file.
19894         * lib/dirent_.h: New file.
19895         * lib/unistd_.h: New file.
19896         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
19897         * m4/fchdir.m4: New file.
19898         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
19899         (gl_HEADER_UNISTD): Invoke it.
19900         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
19901         function.
19902         * lib/backupfile.c (opendir, closedir): Undefine.
19903         * lib/chown.c (open, close): Undefine.
19904         * lib/clean-temp.c (open, close): Undefine.
19905         * lib/copy-file.c (open, close): Undefine.
19906         * lib/execute.c (open, close): Undefine.
19907         * lib/fsusage.c (open, close): Undefine.
19908         * lib/gc-gnulib.c (open, close): Undefine.
19909         * lib/getcwd.c (opendir, closedir): Undefine.
19910         * lib/glob.c (opendir, closedir): Undefine.
19911         * lib/javacomp.c (open, close): Undefine.
19912         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
19913         * lib/openat-proc.c (open, close): Undefine.
19914         * lib/pagealign_alloc.c (open, close): Undefine.
19915         * lib/pipe.c (open, close): Undefine.
19916         * lib/progreloc.c (open, close): Undefine.
19917         * lib/savedir.c (opendir, closedir): Undefine.
19918         * lib/utime.c (open, close): Undefine.
19919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
19920
19921 2007-01-10  Bruno Haible  <bruno@clisp.org>
19922
19923         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
19924
19925 2007-01-12  Eric Blake  <ebb9@byu.net>
19926
19927         Provide a robust <wchar.h>.  Further simplifications are now
19928         possible in other modules, but not included here.
19929         * modules/wchar: New module.
19930         * m4/wchar.m4: New file.
19931         * lib/wchar_.h: Likewise.
19932         * modules/mbchar (Depends-on): Depend on wchar, as the first use
19933         of the new module.
19934         * MODULES.html.sh (Extended multibyte and wide character utilities):
19935         New section.
19936
19937 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
19938
19939         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
19940         to a reasonable default for memory allocation.
19941         (xreadlink): Don't allocate a huge buffer, to work around a buggy
19942         file system that reports garbage st_size values for symlinks.
19943         Problem reported by Liyang Hu.
19944
19945 2007-01-11  Simon Josefsson  <simon@josefsson.org>
19946
19947         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
19948         Emacs .#* auto-save files).
19949
19950 2007-01-11  Bruno Haible  <bruno@clisp.org>
19951
19952         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
19953         directory.
19954
19955 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19956
19957         Use @...@ consistently in lib/wctype_.h.
19958         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
19959         on it being set to 1 or 0.
19960         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
19961         go back to AC_SUBSTing it.
19962         * modules/wctype (Makefile.am): Undo previous change.
19963
19964 2007-01-10  Eric Blake  <ebb9@byu.net>
19965
19966         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
19967         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
19968         * modules/wctype (Makefile.am): Likewise.
19969         Reported by Chris McGuire.
19970
19971 2007-01-10  Jim Meyering  <jim@meyering.net>
19972
19973         fts.c: a small readability/maintainability improvement
19974         * lib/fts.c (fts_read): Make this code slightly more readable and
19975         maintainable by hoisting the "sp->fts_cur = p" assignments to
19976         immediately follow the statements that set P.  Derived from
19977         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
19978
19979 2007-01-10  Eric Blake  <ebb9@byu.net>
19980
19981         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
19982         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
19983         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19984         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19985         Reported by Chris McGuire.
19986
19987 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19988
19989         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
19990         in sed script.
19991
19992 2007-01-09  Bruno Haible  <bruno@clisp.org>
19993
19994         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
19995         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
19996         variables.
19997         (func_module): Use them.
19998
19999 2007-01-09  Bruno Haible  <bruno@clisp.org>
20000
20001         * modules/unistr/base: New file.
20002         * lib/unistr.h: New file.
20003
20004         * modules/unistr/u8-to-u16: New file.
20005         * lib/unistr/u8-to-u16.c: New file.
20006
20007         * modules/unistr/u8-to-u32: New file.
20008         * lib/unistr/u8-to-u32.c: New file.
20009
20010         * modules/unistr/u16-to-u8: New file.
20011         * lib/unistr/u16-to-u8.c: New file.
20012
20013         * modules/unistr/u16-to-u32: New file.
20014         * lib/unistr/u16-to-u32.c: New file.
20015
20016         * modules/unistr/u32-to-u8: New file.
20017         * lib/unistr/u32-to-u8.c: New file.
20018
20019         * modules/unistr/u32-to-u16: New file.
20020         * lib/unistr/u32-to-u16.c: New file.
20021
20022         * modules/unistr/u8-check: New file.
20023         * modules/unistr/u16-check: New file.
20024         * modules/unistr/u32-check: New file.
20025         * lib/unistr/u8-check.c: New file.
20026         * lib/unistr/u16-check.c: New file.
20027         * lib/unistr/u32-check.c: New file.
20028
20029         * modules/unistr/u8-chr: New file.
20030         * modules/unistr/u16-chr: New file.
20031         * modules/unistr/u32-chr: New file.
20032         * lib/unistr/u8-chr.c: New file.
20033         * lib/unistr/u16-chr.c: New file.
20034         * lib/unistr/u32-chr.c: New file.
20035
20036         * modules/unistr/u8-cmp: New file.
20037         * modules/unistr/u16-cmp: New file.
20038         * modules/unistr/u32-cmp: New file.
20039         * lib/unistr/u8-cmp.c: New file.
20040         * lib/unistr/u16-cmp.c: New file.
20041         * lib/unistr/u32-cmp.c: New file.
20042
20043         * modules/unistr/u8-cpy: New file.
20044         * modules/unistr/u16-cpy: New file.
20045         * modules/unistr/u32-cpy: New file.
20046         * lib/unistr/u8-cpy.c: New file.
20047         * lib/unistr/u16-cpy.c: New file.
20048         * lib/unistr/u32-cpy.c: New file.
20049         * lib/unistr/u-cpy.h: New file.
20050
20051         * modules/unistr/u8-cpy-alloc: New file.
20052         * modules/unistr/u16-cpy-alloc: New file.
20053         * modules/unistr/u32-cpy-alloc: New file.
20054         * lib/unistr/u8-cpy-alloc.c: New file.
20055         * lib/unistr/u16-cpy-alloc.c: New file.
20056         * lib/unistr/u32-cpy-alloc.c: New file.
20057         * lib/unistr/u-cpy-alloc.h: New file.
20058
20059         * modules/unistr/u8-endswith: New file.
20060         * modules/unistr/u16-endswith: New file.
20061         * modules/unistr/u32-endswith: New file.
20062         * lib/unistr/u8-endswith.c: New file.
20063         * lib/unistr/u16-endswith.c: New file.
20064         * lib/unistr/u32-endswith.c: New file.
20065         * lib/unistr/u-endswith.h: New file.
20066
20067         * modules/unistr/u8-mblen: New file.
20068         * modules/unistr/u16-mblen: New file.
20069         * modules/unistr/u32-mblen: New file.
20070         * lib/unistr/u8-mblen.c: New file.
20071         * lib/unistr/u16-mblen.c: New file.
20072         * lib/unistr/u32-mblen.c: New file.
20073
20074         * modules/unistr/u8-mbtouc: New file.
20075         * modules/unistr/u16-mbtouc: New file.
20076         * modules/unistr/u32-mbtouc: New file.
20077         * lib/unistr/u8-mbtouc.c: New file.
20078         * lib/unistr/u16-mbtouc.c: New file.
20079         * lib/unistr/u32-mbtouc.c: New file.
20080
20081         * modules/unistr/u8-mbtouc-safe: New file.
20082         * modules/unistr/u16-mbtouc-safe: New file.
20083         * modules/unistr/u32-mbtouc-safe: New file.
20084         * lib/unistr/u8-mbtouc-safe.c: New file.
20085         * lib/unistr/u16-mbtouc-safe.c: New file.
20086         * lib/unistr/u32-mbtouc-safe.c: New file.
20087
20088         * modules/unistr/u8-move: New file.
20089         * modules/unistr/u16-move: New file.
20090         * modules/unistr/u32-move: New file.
20091         * lib/unistr/u8-move.c: New file.
20092         * lib/unistr/u16-move.c: New file.
20093         * lib/unistr/u32-move.c: New file.
20094         * lib/unistr/u-move.h: New file.
20095
20096         * modules/unistr/u8-next: New file.
20097         * modules/unistr/u16-next: New file.
20098         * modules/unistr/u32-next: New file.
20099         * lib/unistr/u8-next.c: New file.
20100         * lib/unistr/u16-next.c: New file.
20101         * lib/unistr/u32-next.c: New file.
20102
20103         * modules/unistr/u8-prev: New file.
20104         * modules/unistr/u16-prev: New file.
20105         * modules/unistr/u32-prev: New file.
20106         * lib/unistr/u8-prev.c: New file.
20107         * lib/unistr/u16-prev.c: New file.
20108         * lib/unistr/u32-prev.c: New file.
20109
20110         * modules/unistr/u8-set: New file.
20111         * modules/unistr/u16-set: New file.
20112         * modules/unistr/u32-set: New file.
20113         * lib/unistr/u8-set.c: New file.
20114         * lib/unistr/u16-set.c: New file.
20115         * lib/unistr/u32-set.c: New file.
20116         * lib/unistr/u-set.h: New file.
20117
20118         * modules/unistr/u8-startswith: New file.
20119         * modules/unistr/u16-startswith: New file.
20120         * modules/unistr/u32-startswith: New file.
20121         * lib/unistr/u8-startswith.c: New file.
20122         * lib/unistr/u16-startswith.c: New file.
20123         * lib/unistr/u32-startswith.c: New file.
20124         * lib/unistr/u-startswith.h: New file.
20125
20126         * modules/unistr/u8-stpcpy: New file.
20127         * modules/unistr/u16-stpcpy: New file.
20128         * modules/unistr/u32-stpcpy: New file.
20129         * lib/unistr/u8-stpcpy.c: New file.
20130         * lib/unistr/u16-stpcpy.c: New file.
20131         * lib/unistr/u32-stpcpy.c: New file.
20132         * lib/unistr/u-stpcpy.h: New file.
20133
20134         * modules/unistr/u8-stpncpy: New file.
20135         * modules/unistr/u16-stpncpy: New file.
20136         * modules/unistr/u32-stpncpy: New file.
20137         * lib/unistr/u8-stpncpy.c: New file.
20138         * lib/unistr/u16-stpncpy.c: New file.
20139         * lib/unistr/u32-stpncpy.c: New file.
20140         * lib/unistr/u-stpncpy.h: New file.
20141
20142         * modules/unistr/u8-strcat: New file.
20143         * modules/unistr/u16-strcat: New file.
20144         * modules/unistr/u32-strcat: New file.
20145         * lib/unistr/u8-strcat.c: New file.
20146         * lib/unistr/u16-strcat.c: New file.
20147         * lib/unistr/u32-strcat.c: New file.
20148         * lib/unistr/u-strcat.h: New file.
20149
20150         * modules/unistr/u8-strchr: New file.
20151         * modules/unistr/u16-strchr: New file.
20152         * modules/unistr/u32-strchr: New file.
20153         * lib/unistr/u8-strchr.c: New file.
20154         * lib/unistr/u16-strchr.c: New file.
20155         * lib/unistr/u32-strchr.c: New file.
20156
20157         * modules/unistr/u8-strcmp: New file.
20158         * modules/unistr/u16-strcmp: New file.
20159         * modules/unistr/u32-strcmp: New file.
20160         * lib/unistr/u8-strcmp.c: New file.
20161         * lib/unistr/u16-strcmp.c: New file.
20162         * lib/unistr/u32-strcmp.c: New file.
20163
20164         * modules/unistr/u8-strcpy: New file.
20165         * modules/unistr/u16-strcpy: New file.
20166         * modules/unistr/u32-strcpy: New file.
20167         * lib/unistr/u8-strcpy.c: New file.
20168         * lib/unistr/u16-strcpy.c: New file.
20169         * lib/unistr/u32-strcpy.c: New file.
20170         * lib/unistr/u-strcpy.h: New file.
20171
20172         * modules/unistr/u8-strcspn: New file.
20173         * modules/unistr/u16-strcspn: New file.
20174         * modules/unistr/u32-strcspn: New file.
20175         * lib/unistr/u8-strcspn.c: New file.
20176         * lib/unistr/u16-strcspn.c: New file.
20177         * lib/unistr/u32-strcspn.c: New file.
20178         * lib/unistr/u-strcspn.h: New file.
20179
20180         * modules/unistr/u8-strdup: New file.
20181         * modules/unistr/u16-strdup: New file.
20182         * modules/unistr/u32-strdup: New file.
20183         * lib/unistr/u8-strdup.c: New file.
20184         * lib/unistr/u16-strdup.c: New file.
20185         * lib/unistr/u32-strdup.c: New file.
20186         * lib/unistr/u-strdup.h: New file.
20187
20188         * modules/unistr/u8-strlen: New file.
20189         * modules/unistr/u16-strlen: New file.
20190         * modules/unistr/u32-strlen: New file.
20191         * lib/unistr/u8-strlen.c: New file.
20192         * lib/unistr/u16-strlen.c: New file.
20193         * lib/unistr/u32-strlen.c: New file.
20194         * lib/unistr/u-strlen.h: New file.
20195
20196         * modules/unistr/u8-strmblen: New file.
20197         * modules/unistr/u16-strmblen: New file.
20198         * modules/unistr/u32-strmblen: New file.
20199         * lib/unistr/u8-strmblen.c: New file.
20200         * lib/unistr/u16-strmblen.c: New file.
20201         * lib/unistr/u32-strmblen.c: New file.
20202
20203         * modules/unistr/u8-strmbtouc: New file.
20204         * modules/unistr/u16-strmbtouc: New file.
20205         * modules/unistr/u32-strmbtouc: New file.
20206         * lib/unistr/u8-strmbtouc.c: New file.
20207         * lib/unistr/u16-strmbtouc.c: New file.
20208         * lib/unistr/u32-strmbtouc.c: New file.
20209
20210         * modules/unistr/u8-strncat: New file.
20211         * modules/unistr/u16-strncat: New file.
20212         * modules/unistr/u32-strncat: New file.
20213         * lib/unistr/u8-strncat.c: New file.
20214         * lib/unistr/u16-strncat.c: New file.
20215         * lib/unistr/u32-strncat.c: New file.
20216         * lib/unistr/u-strncat.h: New file.
20217
20218         * modules/unistr/u8-strncmp: New file.
20219         * modules/unistr/u16-strncmp: New file.
20220         * modules/unistr/u32-strncmp: New file.
20221         * lib/unistr/u8-strncmp.c: New file.
20222         * lib/unistr/u16-strncmp.c: New file.
20223         * lib/unistr/u32-strncmp.c: New file.
20224
20225         * modules/unistr/u8-strncpy: New file.
20226         * modules/unistr/u16-strncpy: New file.
20227         * modules/unistr/u32-strncpy: New file.
20228         * lib/unistr/u8-strncpy.c: New file.
20229         * lib/unistr/u16-strncpy.c: New file.
20230         * lib/unistr/u32-strncpy.c: New file.
20231         * lib/unistr/u-strncpy.h: New file.
20232
20233         * modules/unistr/u8-strnlen: New file.
20234         * modules/unistr/u16-strnlen: New file.
20235         * modules/unistr/u32-strnlen: New file.
20236         * lib/unistr/u8-strnlen.c: New file.
20237         * lib/unistr/u16-strnlen.c: New file.
20238         * lib/unistr/u32-strnlen.c: New file.
20239         * lib/unistr/u-strnlen.h: New file.
20240
20241         * modules/unistr/u8-strpbrk: New file.
20242         * modules/unistr/u16-strpbrk: New file.
20243         * modules/unistr/u32-strpbrk: New file.
20244         * lib/unistr/u8-strpbrk.c: New file.
20245         * lib/unistr/u16-strpbrk.c: New file.
20246         * lib/unistr/u32-strpbrk.c: New file.
20247         * lib/unistr/u-strpbrk.h: New file.
20248
20249         * modules/unistr/u8-strrchr: New file.
20250         * modules/unistr/u16-strrchr: New file.
20251         * modules/unistr/u32-strrchr: New file.
20252         * lib/unistr/u8-strrchr.c: New file.
20253         * lib/unistr/u16-strrchr.c: New file.
20254         * lib/unistr/u32-strrchr.c: New file.
20255
20256         * modules/unistr/u8-strspn: New file.
20257         * modules/unistr/u16-strspn: New file.
20258         * modules/unistr/u32-strspn: New file.
20259         * lib/unistr/u8-strspn.c: New file.
20260         * lib/unistr/u16-strspn.c: New file.
20261         * lib/unistr/u32-strspn.c: New file.
20262         * lib/unistr/u-strspn.h: New file.
20263
20264         * modules/unistr/u8-strstr: New file.
20265         * modules/unistr/u16-strstr: New file.
20266         * modules/unistr/u32-strstr: New file.
20267         * lib/unistr/u8-strstr.c: New file.
20268         * lib/unistr/u16-strstr.c: New file.
20269         * lib/unistr/u32-strstr.c: New file.
20270         * lib/unistr/u-strstr.h: New file.
20271
20272         * modules/unistr/u8-strtok: New file.
20273         * modules/unistr/u16-strtok: New file.
20274         * modules/unistr/u32-strtok: New file.
20275         * lib/unistr/u8-strtok.c: New file.
20276         * lib/unistr/u16-strtok.c: New file.
20277         * lib/unistr/u32-strtok.c: New file.
20278         * lib/unistr/u-strtok.h: New file.
20279
20280         * modules/unistr/u8-uctomb: New file.
20281         * modules/unistr/u16-uctomb: New file.
20282         * modules/unistr/u32-uctomb: New file.
20283         * lib/unistr/u8-uctomb.c: New file.
20284         * lib/unistr/u16-uctomb.c: New file.
20285         * lib/unistr/u32-uctomb.c: New file.
20286
20287         * MODULES.html.sh (Unicode string functions): Add the new modules.
20288
20289 2007-01-08  Bruno Haible  <bruno@clisp.org>
20290
20291         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
20292         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
20293         subdirectories.
20294
20295 2007-01-08  Karl Berry  <karl@gnu.org>
20296
20297         * doc/error.texi: mention that main() fns must set program_name
20298         when progname is used.
20299
20300 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
20301
20302         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
20303         WCTYPE_H is empty, for the benefit of builds from non-distclean
20304         directories.  Problem reported by Eric Blake in
20305         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
20306
20307 2007-01-08  Bruno Haible  <bruno@clisp.org>
20308
20309         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
20310         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
20311         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
20312         PROVIDE_CANONICALIZE_FILENAME_MODE.
20313         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
20314
20315 2007-01-08  Bruno Haible  <bruno@clisp.org>
20316
20317         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
20318         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
20319         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
20320         * lib/fts.c: Likewise.
20321         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
20322
20323 2006-12-25  Bruno Haible  <bruno@clisp.org>
20324
20325         * modules/utf8-ucs4-safe: New file.
20326         * lib/utf8-ucs4-safe.h: New file.
20327         * lib/unistr/utf8-ucs4-safe.c: New file.
20328
20329         * modules/utf16-ucs4-safe: New file.
20330         * lib/utf16-ucs4-safe.h: New file.
20331         * lib/unistr/utf16-ucs4-safe.c: New file.
20332
20333         * MODULES.html.sh (Unicode string functions): Add the new modules.
20334
20335 2007-01-08  Bruno Haible  <bruno@clisp.org>
20336
20337         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
20338         (Depends-on): Add unitypes.
20339         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20340         (u8_mbtouc_aux): Move out to separate file.
20341         (u8_mbtouc): Use ucs4_t, uint8_t types.
20342         * lib/unistr/utf8-ucs4.c: New file.
20343
20344         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
20345         (Depends-on): Add unitypes.
20346         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20347         (u16_mbtouc_aux): Move out to separate file.
20348         (u16_mbtouc): Use ucs4_t, uint16_t types.
20349         * lib/unistr/utf16-ucs4.c: New file.
20350
20351         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
20352         (Depends-on): Add unitypes.
20353         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
20354         (u8_uctomb_aux): Move out to separate file.
20355         (u8_uctomb): Use ucs4_t, uint8_t types.
20356         * lib/unistr/ucs4-utf8.c: New file.
20357
20358         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
20359         (Depends-on): Add unitypes.
20360         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
20361         (u16_uctomb_aux): Move out to separate file.
20362         (u16_uctomb): Use ucs4_t, uint16_t types.
20363         * lib/unistr/ucs4-utf16.c: New file.
20364
20365 2006-12-25  Bruno Haible  <bruno@clisp.org>
20366
20367         * modules/unitypes: New file.
20368         * lib/unitypes.h: New file.
20369         * MODULES.html.sh (func_all_modules): New section "Unicode string
20370         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
20371         this section. Add unitypes.
20372
20373 2007-01-08  Bruno Haible  <bruno@clisp.org>
20374
20375         Avoid variable names that conflict with those from libtool.
20376         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
20377         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
20378         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
20379         library_names_spec to acl_library_names_spec, hardcode_* to
20380         acl_hardcode_*.
20381         Reported by Ralf Wildenhues.
20382
20383 2007-01-08  Bruno Haible  <bruno@clisp.org>
20384
20385         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
20386         definition.
20387         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
20388         definition.
20389         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
20390         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
20391         definition.
20392         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
20393         definition.
20394         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
20395         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
20396         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
20397         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
20398         definition.
20399         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
20400         definition.
20401         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
20402         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
20403         GC_USE_<algorithm>.
20404         * lib/gc-libgcrypt.c: Likewise.
20405         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
20406         * modules/gc-arctwo (configure.ac): Likewise.
20407         * modules/gc-des (configure.ac): Likewise.
20408         * modules/gc-hmac-md5 (configure.ac): Likewise.
20409         * modules/gc-hmac-sha1 (configure.ac): Likewise.
20410         * modules/gc-md2 (configure.ac): Likewise.
20411         * modules/gc-md4 (configure.ac): Likewise.
20412         * modules/gc-md5 (configure.ac): Likewise.
20413         * modules/gc-random (configure.ac): Likewise.
20414         * modules/gc-rijndael (configure.ac): Likewise.
20415         * modules/gc-sha1 (configure.ac): Likewise.
20416
20417 2007-01-08  Bruno Haible  <bruno@clisp.org>
20418
20419         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
20420         macro definition.
20421         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
20422         definition.
20423         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
20424         definition.
20425         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
20426         * modules/fcntl-safer (configure.ac): Likewise.
20427         * modules/fopen-safer (configure.ac): Likewise.
20428         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
20429         GNULIB_FWRITEERROR macro definition.
20430
20431 2007-01-08  Bruno Haible  <bruno@clisp.org>
20432
20433         * m4/gnulib-common.m4: New file.
20434         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
20435         (func_get_filelist): Add m4/gnulib-common.m4.
20436
20437 2007-01-08  Bruno Haible  <bruno@clisp.org>
20438
20439         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
20440         command.
20441
20442 2007-01-08  Jim Meyering  <jim@meyering.net>
20443
20444         Use a more robust test for a "can't happen" condition.
20445         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
20446         narrowed the st_size value.  Presuming the "can't happen" condition
20447         is true, that narrowing could conceivably convert an invalid st_size
20448         value into a valid one.  Instead, use a change based on Matthew
20449         Woehlke's original patch.
20450
20451         Slight readability improvement: use an assert-like macro
20452         in place of literal "abort ()" uses.
20453         * lib/fts.c (fts_assert): Define.
20454         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
20455         Use this macro instead of a bare 'abort'.
20456
20457 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
20458
20459         Don't worry about using IRIX 5.3's wctype.h broken definitions;
20460         simply work around them.
20461         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
20462         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
20463         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
20464         declaring.
20465         Don't bother to define as macros, since the standard doesn't require it.
20466         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
20467         longer worry about IRIX 5.3.
20468         (HAVE_WCTYPE_CTMP_BUG): Remove.
20469
20470 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20471
20472         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
20473         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
20474         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20475         Problems reported by Georg Schwarz for IRIX 5.3.
20476
20477         * gnulib-tool (autoconf_minversion): Take the maximum version number
20478         found, not the minimum.  Problem reported by James Youngman.
20479
20480 2007-01-03  Karl Berry  <karl@gnu.org>
20481
20482         * doc/error.texi: new file, explaining interaction with progname.
20483         * doc/gnulib.texi: include it.  Update copyright.
20484
20485 2007-01-03  Simon Josefsson  <simon@josefsson.org>
20486
20487         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
20488         AC_CANONICAL_HOST, to improve autobuild outputs.
20489
20490 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
20491             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20492
20493         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
20494         sockets, server sockets, and other file descriptors.  Count errors
20495         to compute the return value.  Reorder the code a bit to be easier
20496         to follow.  Don't set event bits that were not requested (except
20497         POLLERR and POLLHUP).
20498
20499 2007-01-01  Bruno Haible  <bruno@clisp.org>
20500
20501         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
20502
20503 2007-01-03  Jim Meyering  <jim@meyering.net>
20504
20505         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
20506
20507 2007-01-02  Bruno Haible  <bruno@clisp.org>
20508
20509         * modules/settime (Include): Require timespec.h.
20510         * modules/nanosleep (Include): Likewise.
20511
20512 2007-01-01  Bruno Haible  <bruno@clisp.org>
20513
20514         * gnulib-tool (func_emit_copyright_notice): Bump year.
20515         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
20516
20517 2007-01-01  Bruno Haible  <bruno@clisp.org>
20518
20519         Improve support for OpenBSD.
20520         * build-aux/config.rpath (libname_spec): Export.
20521         (library_names_spec): New variable. Export.
20522         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
20523         library_names_spec from the config.rpath output. Locate shared library
20524         through the name pattern in library_names_spec.
20525
20526 2007-01-01  Eric Blake  <ebb9@byu.net>
20527
20528         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
20529
20530 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
20531
20532         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
20533         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
20534         assume the C locale, and avoid an "eval" that could cause trouble.
20535         Problem with SORT reported by Bob Proulx.
20536
20537         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
20538         Define.  Trivial patch from Henning Nielsen Lund, originally
20539         sent to bug-grep@gnu.org today.
20540
20541 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
20542
20543         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
20544         struct stat.  Problem reported by Henning Nielsen Lund.
20545         * lib/acl.c: Include acl.h first, to check interface.  Don't
20546         bother to include sys/types.h and sys/stat.h again.
20547
20548 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20549
20550         Import the following change from libc; problem reported by
20551         Sven Verdoolaege.
20552
20553         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
20554
20555         [BZ #1373]
20556         * lib/argp.h: Remove __NTH for __argp_usage inline function.
20557
20558 2006-12-28  Jim Meyering  <jim@meyering.net>
20559
20560         * build-aux/announce-gen: Do not assume that the package
20561         builds any of tar.gz, tar.bz2, and .xdelta files.
20562         Suggestion from Simon Josefsson.
20563
20564 2006-12-28  Simon Josefsson  <simon@josefsson.org>
20565
20566         * modules/announce-gen: New file.
20567
20568 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * lib/mbchar.h: Just include <wctype.h>; the wctype module
20571         handles its gotchas now.
20572         * lib/mbswidth.c: Likewise.
20573         * lib/wcwidth.h: Likewise.
20574         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
20575         and iswcntrl; the wctype module does this stuff now.
20576         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
20577         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20578         * modules/mbchar (Depends-on): Add wctype.
20579         * modules/mbswidth (Depends-on): Likewise.
20580         * modules/wcwidth (Depends-on): Likewise.
20581
20582 2006-12-27  Eric Blake  <ebb9@byu.net>
20583
20584         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
20585         module uses more than what <wctype.h> is required to provide.
20586
20587 2006-12-26  Eric Blake  <ebb9@byu.net>
20588
20589         * gnulib-tool (sed_extract_prog): Avoid space-tab.
20590
20591 2006-12-26  Eric Blake  <ebb9@byu.net>
20592
20593         * modules/absolute-header: New module.
20594         * modules/fcntl (Depends-on): Depend on it.
20595         * modules/inttypes (Depends-on): Likewise.
20596         * modules/stdint (Depends-on): Likewise.
20597         * modules/sys_stat (Depends-on): Likewise.
20598         * modules/wctype (Depends-on): Likewise.
20599         * MODULES.html.sh (Support for building libraries and
20600         executables): Document it.
20601
20602 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
20603
20604         * gnulib-tool (SED): Remove, undoing previous change.
20605         The problem was that it broke coreutils on Solaris, because
20606         "sed --posix" leaked into a makefile.
20607         (sed): New alias, if 'alias' and GNU sed.
20608
20609 2006-12-24  Jim Meyering  <jim@meyering.net>
20610
20611         Work around an fchownat bug in glibc-2.4:
20612         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
20613         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
20614         in spite of the -P option.
20615         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
20616         New macros.
20617         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
20618         * modules/openat (Files): Add lib/fchownat.c.
20619         * lib/openat.c (fchownat): Don't define here.  Move to...
20620         * lib/fchownat.c: ...this new file.
20621
20622 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         Fix bug reported by Bruno Haible in
20625         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
20626         where quotearg.c didn't compile on Mac OS X 10.2 because it
20627         lacks <wchar.h> and wint_t.
20628         * lib/wctype_.h (__wctype_wint_t): New type.
20629         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
20630         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
20631         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
20632         Arg is now of type __wctype_wint_t, not wint_t.
20633         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
20634         substitute HAVE_WINT_T.
20635         * modules/wctype (Files): Add m4/wint_t.m4.
20636         (wctype.h): Substitute HAVE_WINT_T.
20637
20638 2006-12-23  Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
20641
20642 2006-12-23  Bruno Haible  <bruno@clisp.org>
20643
20644         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
20645         S_ISLNK.
20646         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
20647         mingw.
20648
20649 2006-12-22  Bruno Haible  <bruno@clisp.org>
20650
20651         * lib/copy-file.c: Include acl.h.
20652         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
20653         Close the file descriptors only after being done with copy_acl.
20654         * modules/copy-file (Depends-on): Add acl.
20655
20656 2006-12-22  Bruno Haible  <bruno@clisp.org>
20657
20658         * gnulib-tool (SED): New variable.
20659         Use $SED instead of sed everywhere.
20660
20661 2006-12-22  Bruno Haible  <bruno@clisp.org>
20662
20663         * modules/no-c++: New file.
20664         * m4/no-c++.m4: New file.
20665         * MODULES.html.sh (Support for building libraries and executables):
20666         Add no-c++.
20667
20668 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
20669
20670         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
20671         Include <limits.h>, and use its INT_MAX to rewrite the
20672         j loop so that it does not overflow 'int'.  Problem reported by
20673         Ralf Wildenhues in
20674         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
20675         Play it safe by shifting left by 1 rather than multiplying by 2,
20676         as GCC is less likely to optimize this away when the value
20677         is signed (when it assumes overflow leads to undefined behavior).
20678         Also, don't assume time_t uses two's complement.
20679
20680 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
20681
20682         * MODULES.html.sh: New module wctype.
20683         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
20684         * lib/fnmatch.c: Don't bother to include <wchar.h> before
20685         <wctype.h>, since the new wctype module should fix this.
20686         * lib/quotearg.c: Include <wctype.h> unconditionally, since
20687         the wctype module should arrange for it.
20688         * lib/regex_internal.h: Likewise.
20689         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
20690         since the wctype module should handle this now.
20691         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
20692         * modules/fnmatch (Depends-on): Add wctype.
20693         * modules/quotearg (Depends-on): Likewise.
20694         * modules/regex (Depends-on): Likewise.
20695
20696 2006-12-19  Bruno Haible  <bruno@clisp.org>
20697
20698         * lib/strdup.h [C++]: Wrap definitions in extern "C".
20699         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
20700
20701 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20702
20703         * modules/savewd (Depends-on): Fix dependency on fcntl.
20704
20705 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
20706
20707         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
20708         conforms to C99, rather than relying on the user's environment
20709         setting of STDINT_H.
20710
20711 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
20712         and Eric Blake  <ebb9@byu.net>
20713
20714         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
20715         This is more consistent with the other defines here.
20716         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
20717         Port to z/OS.  Problem reported by Paul Gilmartin.
20718         Change local vars to use gl_ prefix rather than ac_.
20719         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
20720         with other defines.
20721         * modules/double-slash-root: New module.
20722         * modules/dirname (Files): Remove m4/double-slash-root.m4.
20723         (Depends-on): Add double-slash-root.
20724         * MODULES.html.sh (File system functions): Mention new module.
20725
20726 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
20727
20728         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
20729         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
20730         This is for the benefit of gzip, which doesn't do i18n.
20731
20732 2006-12-12  Jim Meyering  <jim@meyering.net>
20733
20734         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
20735         Reported by Andreas Schwab <schwab@suse.de>.
20736
20737 2006-12-12  Bruno Haible  <bruno@clisp.org>
20738
20739         Merge these changes.
20740         2006-09-05  Bruno Haible  <bruno@clisp.org>
20741         * lib/iconvme.c (iconv_string): No need to save and restore errno when
20742         iconv_alloc succeeded.
20743         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
20744         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
20745         test for " && dest " at the end - dest is always != NULL there. Call
20746         iconv with 4xNULL arguments initially, to reset the state. Call iconv
20747         with 2xNULL arguments, also to flush the state storage. Handle the
20748         IRIX iconv behaviour. Realloc the final result, to throw away unused
20749         memory.
20750
20751 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
20752
20753         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
20754         and fchmodat unconditionally, since glibc 2.4 has them.
20755         Problem reported by Arkadiusz Miskiewicz.
20756
20757 2006-12-10  Bruno Haible  <bruno@clisp.org>
20758
20759         * gnulib-tool (func_import): Show the include files only for those
20760         modules that are copied and specified.
20761         Reported by Karl Berry.
20762
20763 2006-12-08  Jim Meyering  <jim@meyering.net>
20764
20765         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
20766         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
20767
20768         * build-aux/announce-gen: Add two new options, both optional:
20769         --bootstrap-tools=TOOL_LIST
20770               a comma-separated list of tools, e.g.,
20771               autoconf,automake,bison,gnulib
20772         --gnulib-snapshot-date=DATE
20773               if gnulib is in the bootstrap tool list,
20774               then report this as the snapshot date.
20775               If not specified, use the current date/time.
20776               If you specify a date here, be sure it's UTC.
20777
20778 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20779
20780         * tests/test-argp-2.sh: Fix test to match actual output.
20781         (func_compare): Fix sed script to be portable.
20782
20783 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
20784
20785         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
20786         workaround for this case.  It is not autoconfigured now; offhand
20787         it's hard to see how to autoconfigure it.
20788
20789 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
20790
20791         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
20792         a directory that is about to be chowned.  Such a directory's
20793         initial file permissions should permit the owner only and this
20794         should not be changed until after the chown, since the group and
20795         other bits would be incorrect if they granted permission before
20796         the chown.
20797
20798         Fix porting problem for iswctype reported by Georg Schwarz in:
20799         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
20800         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
20801         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
20802         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
20803         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20804
20805 2006-12-03  Jim Meyering  <jim@meyering.net>
20806
20807         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
20808         p->fts_statp may not yet be defined.
20809         (fts_read): Instead, set it in the caller, once p->fts_statp is
20810         sure to be defined, and corresponds to a top-level directory.
20811         This bug made du -x fail.  Here's the coreutils test case:
20812         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
20813         Reported by Mike Frysinger.
20814
20815 2006-12-01  Jim Meyering  <jim@meyering.net>
20816
20817         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
20818         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
20819         Reported by Simon Josefsson.
20820
20821 2006-11-30  Jim Meyering  <jim@meyering.net>
20822
20823         * m4/warning.m4: Use the all-permissive copyright notice
20824         recommended by RMS (rather than LGPL).
20825         * m4/vararrays.m4: Likewise.
20826         * m4/flexmember.m4: Likewise.
20827
20828 2006-11-29  Bruno Haible  <bruno@clisp.org>
20829
20830         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20831         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
20832         using +=.
20833         Reported by Simon Josefsson <simon@josefsson.org>.
20834
20835 2006-11-28  James Youngman <jay@gnu.org>
20836
20837         * README: Advise users that they might find the bug-gnulib@gnu.org
20838         and autotools-announce@gnu.org mailing lists useful.
20839
20840 2006-11-28  Bruno Haible  <bruno@clisp.org>
20841
20842         * m4/ptrdiff_max.m4: Remove file.
20843
20844 2006-11-21  Bruno Haible  <bruno@clisp.org>
20845
20846         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
20847         _AC_COMPUTE_INT.
20848         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20849         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
20850         _AC_COMPUTE_INT.
20851         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20852         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
20853         _AC_COMPUTE_INT.
20854         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20855
20856 2006-11-28  Jim Meyering  <jim@meyering.net>
20857
20858         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
20859         warning from "gcc -Wshadow" about shadowing the builtin.
20860
20861 2006-11-27  Bruno Haible  <bruno@clisp.org>
20862
20863         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
20864         _AC_COMPUTE_INT.
20865         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20866
20867 2006-11-27  Bruno Haible  <bruno@clisp.org>
20868             Paul Eggert  <eggert@cs.ucla.edu>
20869
20870         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
20871
20872 2006-11-26  Bruno Haible  <bruno@clisp.org>
20873
20874         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20875         noinst_LTLIBRARIES.
20876
20877 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20878             Bruno Haible  <bruno@clisp.org>
20879
20880         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
20881         if compiling with "gcc -ansi".
20882
20883 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20884
20885         Fix some incompatibilities with gcc -ansi -pedantic.
20886         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
20887         if compiling pedantically with GCC, unless it's C99 or later.
20888         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
20889         it mishandles gcc -ansi -pedantic as well.
20890         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
20891         if gcc -pedantic.
20892         * lib/regexec.c (check_node_accept_bytes): Don't use auto
20893         initializers for struct if -pedantic, unless it's C99 or later.
20894
20895 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
20896
20897         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
20898         Don't close an fd more than once. Identical atimes indicate
20899         success, not failure.
20900
20901 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
20902
20903         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
20904
20905 2006-11-23  Jim Meyering  <jim@meyering.net>
20906
20907         * build-aux/announce-gen: New file.  From coreutils.
20908
20909 2006-11-22  Jim Meyering  <jim@meyering.net>
20910
20911         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
20912         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
20913         (fts_read): Use a temporary to narrow the overused st_size member
20914         before using it in a switch statement.  Reported by Matthew Woehlke.
20915
20916         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
20917         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
20918
20919 2006-11-20  Bruno Haible  <bruno@clisp.org>
20920
20921         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
20922         changequote instead of pairs of brackets.
20923         Reported by Andreas Schwab <schwab@suse.de>.
20924
20925 2006-11-21  Jim Meyering  <jim@meyering.net>
20926
20927         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
20928         so as to remain compatible with older compilers.
20929         Patch from Michael Deutschmann.
20930
20931 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         * MODULES.html.sh (File system functions): Add openat.
20934
20935         * lib/openat.h (rpl_fstatat): New macro, if
20936         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
20937         (fstatat): Define to rpl_fstatat under the same conditions,
20938         unless COMPILING_FSTATAT.
20939         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
20940         seems to have the bug.
20941         * lib/fstatat.c: New file.
20942         * modules/openat (Files): Add it.
20943
20944 2006-11-20  Bruno Haible  <bruno@clisp.org>
20945
20946         * Makefile: New file.
20947
20948 2006-11-20  Jim Meyering  <jim@meyering.net>
20949
20950         The beginnings of syntax-related checks for gnulib.
20951         * lib/Makefile: New file.
20952         * lib/t-idcache: New script.  Ensure that the two halves of
20953         idcache.c stay in sync.
20954
20955         * lib/idcache.c: Adjust comments in user- and group- portions to
20956         be more accurate, and to be consistent with one another.
20957
20958 2006-11-20  Jim Meyering  <jim@meyering.net>
20959
20960         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
20961         continue using the flexible array member (thus, this module performs
20962         half as many malloc calls), with the addition that...
20963         (getgroup, getuser): Consistently record a non-match via an empty
20964         "name" string, and map an empty string match to a NULL return value.
20965         * modules/idcache (Depends-on): Re-add flexmember.
20966
20967         * lib/idcache.c (getuser): Remove all uses of the register keyword.
20968         (getuidbyname, getgroup, getgidbyname): Likewise.
20969
20970         Use cleaner syntax: NULL rather than 0.
20971         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
20972
20973 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20974
20975         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
20976         It mishandled the case where the group was missing.
20977         Problem reported by Greg Schafer.
20978         * modules/idcache: Likewise.
20979
20980 2006-11-18  Jim Meyering  <jim@meyering.net>
20981
20982         * check-module (%exempt_header): Add exception for some
20983         conditionally-included headers.
20984
20985         * modules/i-ring (Depends-on): Add verify.
20986         (License): Change to LGPL.
20987
20988 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20989
20990         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
20991         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
20992         and inttostr.h.  Use snprintf rather than uinttostr, so that
20993         LGPLed code doesn't depend on GPLed.
20994
20995 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20996
20997         * modules/inline (License): Change from GPL to LGPL.
20998
20999 2006-11-17  Jim Meyering  <jim@meyering.net>
21000
21001         * modules/d-type (License): Switch to LGPL.
21002
21003 2006-11-15  Bruno Haible  <bruno@clisp.org>
21004
21005         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
21006
21007 2006-11-15  Eric Blake  <ebb9@byu.net>
21008
21009         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
21010         the module dependency.
21011
21012 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21013             Bruno Haible  <bruno@clisp.org>
21014
21015         * gnulib-tool (func_create_testdir): Add license consistency check.
21016
21017 2006-11-15  Eric Blake  <ebb9@byu.net>
21018
21019         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
21020         random "(cached)" in configure output.
21021
21022 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21023
21024         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21025         test for conforming inttypes.h is both announced and cached.
21026
21027         * MODULES.html.sh (seen_modules, seen_files): New variables.
21028         (func_module): Rewrite to use a few less gnulib-tool and sed
21029         invocations.  Avoid a couple of quadratic algorithms for ...
21030         (missed_modules, missed_files): ... these, with ...
21031         (func_append, func_tmpdir): ... these new functions, from
21032         gnulib-tool.  Analogously, install traps for cleanup.
21033
21034         * tests/test-gc.c (main): Remove unused variables.
21035         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21036
21037 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21038
21039         * modules/inttostr (License): Change to LGPL.
21040
21041 2006-11-14  Eric Blake  <ebb9@byu.net>
21042
21043         * modules/tempname (License): Change to LGPL.
21044
21045 2006-11-14  Eric Blake  <ebb9@byu.net>
21046
21047         * doc/functions.texi (Function Portability): *printf functions on
21048         Cygwin now understand all POSIX size specifiers.
21049
21050 2006-11-14  Bruno Haible  <bruno@clisp.org>
21051
21052         * modules/c-ctype (License): Change to LGPL.
21053
21054 2006-11-12  Bruno Haible  <bruno@clisp.org>
21055
21056         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21057         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21058         for GNOME libraries, for which the include files are installed in
21059         subdirectories of $prefix/include.
21060
21061 2006-11-12  Bruno Haible  <bruno@clisp.org>
21062
21063         * m4/lib-link.m4: Require at least autoconf-2.54.
21064         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21065         name to underscores for the --with option.
21066
21067 2006-11-13  Bruno Haible  <bruno@clisp.org>
21068
21069         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21070         the tests directory.
21071         Reported by Ralf Wildenhues.
21072
21073 2006-11-13  Bruno Haible  <bruno@clisp.org>
21074
21075         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21076         (func_emit_initmacro_end): Undo the override here.
21077         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21078         Works around the famous automake error in coreutils.
21079
21080 2006-11-13  Eric Blake  <ebb9@byu.net>
21081
21082         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21083         element, not its node.
21084
21085 2006-11-12  Bruno Haible  <bruno@clisp.org>
21086
21087         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21088         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21089
21090 2006-11-12  Bruno Haible  <bruno@clisp.org>
21091
21092         * gnulib-tool: New option --local-symlink.
21093         (func_usage): Document it.
21094         (lsymbolic): New variable.
21095         (func_import, func_create_testdir): If --symlink was not specified,
21096         test whether --local-symlink was specified and the file comes from
21097         the local_gnulib_dir.
21098
21099 2006-11-12  Bruno Haible  <bruno@clisp.org>
21100
21101         * gnulib-tool (func_ln): New function.
21102         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21103
21104 2006-11-12  Bruno Haible  <bruno@clisp.org>
21105
21106         Finish support for source files in subdirectories.
21107         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21108         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21109         AUTOMAKE_OPTIONS.
21110         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21111
21112 2006-11-12  Bruno Haible  <bruno@clisp.org>
21113
21114         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21115         EXTRA_lib_SOURCES augmentation.
21116         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21117
21118 2006-11-12  Jim Meyering  <jim@meyering.net>
21119
21120         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21121         file descriptors.  This also averts a failure on systems with
21122         native openat support when a traversed directory lacks "x" access.
21123         * lib/fts_.h: Include "i-ring.h"
21124         (struct FTS) [fts_fd_ring]: New member.
21125         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21126         (FCHDIR): Add parentheses.
21127         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21128         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21129         When descending, rather than simply closing the previous
21130         fts_cwd_fd value, push that file descriptor onto the ring.
21131         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21132         (fts_open): Initialize the new fd_ring member.
21133         (fts_close): Clear the ring.
21134         (fts_safe_changedir): When possible, use our new fd_ring to skip
21135         the diropen and fstat and dev/ino comparison that would normally
21136         accompany a virtual `chdir ("..")'.
21137
21138         * modules/fts (Depends-on): Add i-ring.
21139         * modules/i-ring: New module.
21140         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21141         * m4/i-ring.m4: New file.
21142
21143 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21144
21145         * gnulib-tool (func_create_testdir): Fix replacement of
21146         `build-aux' in configure.ac.  Run autotools in gltests
21147         subdirectory.
21148         (func_create_testdir, func_create_megatestdir, test): There is
21149         no need for '--force' in most autotool invocations in a new
21150         tree.  Actually fail the whole test if any of the tools, or the
21151         configure or make stages fail.
21152
21153         Sync from Automake.
21154         * build-aux/gnupload: Revert last change.  Add pointer to upload
21155         instructions of the GNU Maintenance Instructions.
21156         Suggestion by Karl Berry.
21157
21158 2006-11-10  Jim Meyering  <jim@meyering.net>
21159
21160         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21161
21162 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21163
21164         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21165         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21166         (bind_textdomain_codeset) [! ENABLE_NLS]:
21167         Evaluate all the arguments.  That way, callers get compatible behavior
21168         if the arguments have side effects.  Also, it avoids some GCC
21169         diagnostics in some cases; Joel E. Denny reported problems when Bison
21170         was configured with --enable-gcc-warnigs.
21171
21172 2006-11-10  Jim Meyering  <jim@meyering.net>
21173
21174         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21175         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21176         account.
21177
21178 2006-11-10  Jim Meyering  <jim@meyering.net>
21179
21180         * modules/inline: New file/module.
21181         * modules/xalloc (Files): Remove m4/inline.m4.
21182         (Depends-on): Add inline, instead.
21183         * modules/oset: Likewise.
21184         * modules/list: Likewise.
21185
21186 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21187
21188         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21189         Problem reported by Matthew Woehlke.
21190
21191 2006-11-09  Bruno Haible  <bruno@clisp.org>
21192
21193         * lib/tempname.c (gen_tempname): Remove variant that invokes
21194         __gen_tempname.
21195         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21196         __gen_tempname.
21197
21198 2006-11-08  Bruno Haible  <bruno@clisp.org>
21199
21200         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21201         to 'yes' instead of 'cross-compiling'.
21202
21203 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21204
21205         * lib/quotearg.h (quotearg_free): New decl.
21206         * lib/quotearg.c (quotearg_free): New function.
21207         (slot0, nslots, slotvec0, slotvec):
21208         Now file-scope so that quotearg_free can get at them.
21209
21210 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21211
21212         Sync from Automake.
21213         * build-aux/gnupload: Add missing 'gnu' to example URL.
21214         Report by Karl Berry.
21215
21216 2006-11-08  Bruno Haible  <bruno@clisp.org>
21217
21218         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
21219         Suggested by Paul Eggert.
21220
21221 2006-11-08  Jim Meyering  <jim@meyering.net>
21222
21223         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
21224         It's already included if !_LIBC.
21225         (fts_safe_changedir): Add a comment.
21226
21227 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21228
21229         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
21230         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
21231         Matthew Woehlke.
21232
21233         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
21234         definitions up, to avoid colliding with change below.
21235         (static_inline) [HAVE_INLINE]: New macro.
21236         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
21237         Provide extern decls when !HAVE_INLINE.  Do not define unless
21238         static_inline is defined, either by us or by xmalloc.c.  Use
21239         static_inline rather than static inline.
21240         (XCALLOC): Optimize sizeof(T) = 1 case.
21241         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
21242
21243 2006-11-07  Bruno Haible  <bruno@clisp.org>
21244
21245         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
21246         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
21247         AC_C_INLINE.
21248         * modules/xalloc (Files): Add m4/inline.m4.
21249
21250 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21251
21252         * README: Fix typo.
21253         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
21254         (Miscellanous Notes): ...from this.
21255
21256 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21257
21258         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
21259         Mention that offsetof should be used instead of sizeof.
21260         From Bruno Haible.
21261
21262 2006-11-07  Bruno Haible  <bruno@clisp.org>
21263
21264         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
21265
21266 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21269         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
21270         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21271         (gl_tree_add_before, gl_tree_add_after):
21272         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
21273         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
21274         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21275         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
21276         (gl_linked_add_after, gl_linked_add_at): Likewise.
21277         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
21278         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21279         (gl_tree_add_before, gl_tree_add_after): Likewise.
21280         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
21281         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
21282         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
21283
21284 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21285
21286         * lib/gl_oset.h: Use C comment style, not C++ comment style.
21287
21288 2006-11-06  Bruno Haible  <bruno@clisp.org>
21289
21290         * m4/inline.m4: New file.
21291         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
21292         * modules/list (Files): Add m4/inline.m4.
21293         * modules/oset (Files): Likewise.
21294
21295 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21296
21297         * lib/idcache.c: Include <stddef.h>, for offsetof.
21298         (struct userid.name): Change from char * to a flexible array member.
21299         All uses changed.
21300         * modules/idcache (Depends-on): Add flexmember.
21301
21302         * MODULES.html.sh (Core language properties): New module flexmember.
21303         * modules/flexmember, m4/flexmember.m4: New files.
21304
21305         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
21306         inline functions that are identical with the old xnmalloc_inline,
21307         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
21308         that we can avoid some unnecessary integer multiplications and
21309         divisions in the common case where the element size is known at
21310         compile time.
21311         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
21312         needed.
21313         (xnboundedmalloc): Remove.
21314         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
21315         arguments, for consistency with rest of this header.
21316         (xcharalloc): Rewrite using XNMALLOC.
21317         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
21318         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
21319         versions have been moved to lib/xalloc.h and renamed to be the
21320         non-*_inline versions.
21321         (xmalloc, xrealloc): Implement without reference to the xnmalloc
21322         and xnrealloc functions, since those functions are now inline and
21323         now call us.
21324         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
21325         renaming described above.
21326         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
21327         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
21328         captures the dependency in AC_C_INLINE.
21329
21330         New module canonicalize-lgpl, proposed by Charles Wilson in
21331         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
21332         with a few small changes afterwards.
21333         * MODULES.html.sh (File system functions): New module
21334         canonicalize-lgpl.
21335         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
21336         and canonicalize_file_name.
21337         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
21338         * modules/canonicalize-lgpl: New files.
21339
21340 2006-11-05  Bruno Haible  <bruno@clisp.org>
21341
21342         * gnulib-tool (func_import, func_create_testdir): Create directories
21343         also for files in subdirectories of lib/.
21344
21345 2006-11-05  Bruno Haible  <bruno@clisp.org>
21346
21347         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
21348         ANSI C compliant.
21349
21350 2006-11-03  Bruno Haible  <bruno@clisp.org>
21351
21352         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21353         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
21354         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
21355         (xnboundedmalloc): New inline function.
21356         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
21357         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
21358         xmalloc.
21359         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
21360         xmalloc.
21361         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
21362         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
21363         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
21364         xmalloc.
21365         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21366         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
21367         xmalloc.
21368         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
21369         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21370         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
21371         xmalloc.
21372         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21373         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
21374         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21375         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
21376         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
21377         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
21378         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
21379
21380 2006-11-03  Bruno Haible  <bruno@clisp.org>
21381
21382         * lib/c-ctype.h [C++]: Define functions without name mangling.
21383         * lib/fwriteerror.h [C++]: Likewise.
21384         * lib/gcd.h [C++]: Likewise.
21385         * lib/linebreak.h [C++]: Likewise.
21386
21387 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21388
21389         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
21390         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
21391         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
21392         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21393         Check for functions and headers just once.
21394         Check for declaration of canonicalize_file_name.
21395         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
21396
21397 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21398
21399         * gnulib-tool (func_import): Fix typo in actioncmd.
21400
21401 2006-11-02  Bruno Haible  <bruno@clisp.org>
21402
21403         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
21404         newline sequence in the Makefile.am snippet as a space, like "make"
21405         does.
21406         Reported by Roger Persson <perrog@gmail.com>.
21407
21408 2006-11-01  Bruno Haible  <bruno@clisp.org>
21409
21410         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
21411         already declared in <string.h>.
21412         * lib/strcase.h (strncasecmp): Don't declare it if yes.
21413
21414 2006-11-01  Bruno Haible  <bruno@clisp.org>
21415
21416         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
21417         * lib/strcase.h: Include <string.h>.
21418         (strcasecmp): Define to rpl_strcasecmp here.
21419
21420 2006-11-01  Bruno Haible  <bruno@clisp.org>
21421
21422         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
21423
21424 2006-11-01  Eric Blake  <ebb9@byu.net>
21425
21426         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
21427
21428         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
21429
21430 2006-10-29  Bruno Haible  <bruno@clisp.org>
21431
21432         Make it compile in C++ mode.
21433         * lib/full-write.c (full_rw): Add a cast.
21434
21435 2006-11-01  Bruno Haible  <bruno@clisp.org>
21436
21437         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
21438         be POSIX compliant.
21439         Reported by Roger Persson <perrog@gmail.com>.
21440
21441 2006-11-01  Eric Blake  <ebb9@byu.net>
21442
21443         * lib/getopt_.h: Fix comments.
21444
21445 2006-10-31  Eric Blake  <ebb9@byu.net>
21446
21447         * modules/tmpdir (Depends-on): Add sys_stat.
21448         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
21449         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
21450         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
21451         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
21452         tempname.
21453
21454 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
21455
21456         Avoid some C++ diagnostics reported by Bruno Haible.
21457         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
21458         xmalloc.
21459         (quotearg_alloc): Use xcharalloc rather than xmalloc.
21460         (struct slotvec): Move to top level.
21461         (quotearg_n_options): Rewrite to avoid xmalloc.
21462         * lib/xalloc.h (xcharalloc): New function.
21463         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
21464         [defined __cplusplus]: Add function template that provides result
21465         type propagation.  This part of the change is from Bruno Haible.
21466
21467 2006-10-29  Bruno Haible  <bruno@clisp.org>
21468
21469         Make it compile in C++ mode.
21470         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
21471         * lib/strnlen1.c (strnlen1): Cast memchr result.
21472         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
21473         * lib/clean-temp.c (string_equals, string_hash): Add casts.
21474         (create_temp_dir): Rename local variable 'template'.
21475         (compile_csharp_using_sscli): Add cast.
21476         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
21477         * lib/findprog.c (find_in_path): Likewise.
21478         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
21479         * lib/wait-process.c (register_slave_subprocess): Likewise.
21480
21481 2006-10-22  Bruno Haible  <bruno@clisp.org>
21482
21483         * modules/tsearch: New file.
21484         * lib/tsearch.h: New file.
21485         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
21486         * m4/tsearch.m4: New file.
21487         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
21488
21489 2006-10-29  Eric Blake  <ebb9@byu.net>
21490
21491         * lib/arcfour.c: Assume config.h.
21492         * lib/arctwo.c: Likewise.
21493         * lib/base64.c: Likewise.
21494         * lib/check-version.c: Likewise.
21495         * lib/crc.c: Likewise.
21496         * lib/des.c: Likewise.
21497         * lib/gc-gnulib.c: Likewise.
21498         * lib/gc-libgcrypt.c: Likewise.
21499         * lib/gc-pbkdf2-sha1.c: Likewise.
21500         * lib/getaddrinfo.c: Likewise.
21501         * lib/getdelim.c: Likewise.
21502         * lib/getline.c: Likewise.
21503         * lib/hmac-md5.c: Likewise.
21504         * lib/hmac-sha1.c: Likewise.
21505         * lib/iconvme.c: Likewise.
21506         * lib/md2.c: Likewise.
21507         * lib/md4.c: Likewise.
21508         * lib/memxor.c: Likewise.
21509         * lib/read-file.c: Likewise.
21510         * lib/readline.c: Likewise.
21511         * lib/rijndael-alg-fst.c: Likewise.
21512         * lib/rijndael-api-fst.c: Likewise.
21513         * lib/xgetdomainname.c: Likewise.
21514
21515 2006-10-28  Eric Blake  <ebb9@byu.net>
21516
21517         * lib/xstrndup.c: Assume config.h.
21518
21519 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
21520
21521         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
21522         stat-macros.h is now for our own macros, whereas stat_h is for
21523         macros in the <sys/stat.h> name space.
21524         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
21525         (STAT_MACROS_H): Remove.
21526         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
21527         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
21528         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
21529         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
21530         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
21531         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
21532         Move these macros to ...
21533         * lib/stat_.h: here.  Don't include stat-macros.h.
21534         * lib/canonicalize.c: Don't include stat-macros.h.
21535         * lib/chown.c: Likewise.
21536         * lib/euidaccess.c: Likewise.
21537         * lib/file-type.c: Likewise.
21538         * lib/filemode.c: Likewise.
21539         * lib/glob.c: Likewise.
21540         * lib/isapipe.c: Likewise.
21541         * lib/lchown.c: Likewise.
21542         * lib/lstat.c: Likewise.
21543         * lib/mkdir-p.c: Likewise.
21544         * lib/rmdir.c: Likewise.
21545         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
21546         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
21547         unless mkdir isn't declared, to speed up 'configure'.
21548         Always create sys/stat.h, since it's unlikely any real sys/stat.h
21549         would define all the S_* symbols.
21550         * modules/canonicalize (Depends-on):
21551         Depend on sys_stat, not stat-macros.
21552         * modules/chown: Likewise.
21553         * modules/euidaccess: Likewise.
21554         * modules/filemode: Likewise.
21555         * modules/file-type: Likewise.
21556         * modules/glob: Likewise.
21557         * modules/isapipe: Likewise.
21558         * modules/lchown: Likewise.
21559         * modules/lstat: Likewise.
21560         * modules/mkancesdirs: Likewise.
21561         * modules/rmdir: Likewise.
21562         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
21563         * modules/modechange: Likewise.
21564         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
21565         (configure.ac): Remove gl_STAT_MACROS.
21566         * modules/sys_stat (Depends-on): Remove stat-macros.
21567
21568 2006-10-27  Bruno Haible  <bruno@clisp.org>
21569
21570         * m4/signed.m4: Remove file.
21571         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
21572         invocation.
21573         * modules/vasnprintf (Files): Remove m4/signed.m4.
21574
21575 2006-10-27  Bruno Haible  <bruno@clisp.org>
21576
21577         Update to GNU gettext 0.16.
21578         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
21579         m4/inttypes-h.m4, m4/signed.m4.
21580         * m4/gettext.m4: Update to GNU gettext 0.16.
21581         * m4/intl.m4: New file, from GNU gettext.
21582         * m4/intldir.m4: New file, from GNU gettext.
21583         * config/srclist.txt: Update
21584
21585 2006-10-27  Eric Blake  <ebb9@byu.net>
21586
21587         * MODULES.html.sh: Document tempname.
21588         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
21589         dependencies.
21590         (Files): Move lib/tempname.c...
21591         * modules/tempname: ...to this new module.
21592         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
21593         (gl_PREREQ_TEMPNAME): Move...
21594         * m4/tempname.m4: ...to this new file.
21595         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
21596         * modules/sys_stat (Depends-on): Add stat-macros.
21597         * lib/stat_.h (includes): Pick up stat macros.
21598         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
21599         if stat macros are broken.
21600         * lib/tempname.c (includes): No need to include "stat-macros.h".
21601         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
21602         (direxists, __path_search) [!_LIBC]: Don't compile these in
21603         gnulib; the tmpdir module covers that.
21604         * lib/tempname.h: New file.
21605
21606 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
21607
21608         * COPYING: Explain how gnulib-tool converts licence headers.
21609         Almost all wording by Eric Blake.
21610
21611 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
21612
21613         * lib/mbchar.h (is_basic_table): Make read-only.
21614         * lib/mbchar.c (is_basic_table): Likewise.
21615         Reported by John Darrington.
21616
21617 2006-10-25  Bruno Haible  <bruno@clisp.org>
21618
21619         * lib/progname.h (set_program_name): Undefine before defining.
21620
21621 2006-10-25  Bruno Haible  <bruno@clisp.org>
21622
21623         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
21624         false for non-gcc C++ compilers.
21625         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21626
21627 2006-10-24  Bruno Haible  <bruno@clisp.org>
21628
21629         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
21630         iconv implementations like Irix iconv.
21631
21632 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21633
21634         * modules/vararrays: New file.
21635         * m4/vararrays.m4: New file, taken from diffutils.
21636         * MODULES.html.sh: New module vararrays.
21637
21638 2006-10-24  Karl Berry  <karl@gnu.org>
21639
21640         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
21641         Don't call GNU Unix.
21642
21643 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21644
21645         * users.txt: Add Libtool.
21646
21647         Sync from Libtool:
21648
21649         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21650
21651         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
21652         to gnulib's policy of including config.h unconditionally.
21653
21654 2006-10-24  Bruno Haible  <bruno@clisp.org>
21655
21656         * modules/wcwidth (Files): Add m4/wint_t.m4.
21657         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
21658         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
21659
21660 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21661
21662         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
21663         to pacify GCC with some -W flags enabled.  Problem reported by
21664         Bruno Haible.
21665
21666 2006-10-24  Jim Meyering  <jim@meyering.net>
21667
21668         * MODULES.html.sh: Remove uinttostr.  It's not a module.
21669         Reported by Karl Berry.
21670
21671 2006-10-23  Bruno Haible  <bruno@clisp.org>
21672
21673         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
21674
21675 2006-10-24  Bruno Haible  <bruno@clisp.org>
21676
21677         * lib/gl_list.h: Use C comment style, not C++ comment style.
21678
21679 2006-10-23  Eric Blake  <ebb9@byu.net>
21680
21681         * lib/getaddrinfo.c (includes): Add missing include.
21682
21683 2006-10-23  Bruno Haible  <bruno@clisp.org>
21684             Paul Eggert  <eggert@cs.ucla.edu>
21685
21686         Ability to rename obstack_free.
21687         * lib/obstack.h (__obstack_free): New macro. Declare instead of
21688         obstack_free.
21689         (obstack_free): Invoke the __obstack_free macro.
21690         * lib/obstack.c (obstack_free): Use __obstack_free macro.
21691
21692 2006-10-23  Bruno Haible  <bruno@clisp.org>
21693             Paul Eggert  <eggert@cs.ucla.edu>
21694
21695         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
21696         __argc, __argv from the declaration. (They are defined as macros on
21697         mingw.)
21698
21699 2006-10-22  Bruno Haible  <bruno@clisp.org>
21700
21701         * doc/gnulib-intro.texi: New file.
21702         * doc/gnulib.texi: Include it.
21703
21704 2006-10-21  Bruno Haible  <bruno@clisp.org>
21705
21706         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
21707         "Introduction", "Miscellanous Notes", "Particular Modules".
21708
21709 2006-10-21  Bruno Haible  <bruno@clisp.org>
21710
21711         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21712         Change mostlyclean-local rule to avoid sh syntax error from bash
21713         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
21714
21715 2006-10-23  Jim Meyering  <jim@meyering.net>
21716
21717         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
21718         in place of snprintf.
21719
21720         * modules/inttostr (Files): Add lib/uinttostr.c.
21721         * lib/uinttostr.c (inttostr): New file/function.
21722         * lib/inttostr.h (uinttostr): Declare.
21723         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
21724         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
21725         Add uinttostr.
21726         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
21727
21728 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
21729
21730         * lib/canonicalize.c (ELOOP): Define if not already defined.
21731         Problem reported by Bruno Haible in
21732         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
21733
21734 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
21735
21736         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
21737         Problem reported by Perry Smith and Ville Laurikari.
21738
21739         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
21740         uses.
21741
21742 2006-10-19  Bruno Haible  <bruno@clisp.org>
21743
21744         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
21745         for mingw.
21746
21747 2006-10-19  Bruno Haible  <bruno@clisp.org>
21748
21749         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
21750         Needed for mingw.
21751
21752 2006-10-19  Bruno Haible  <bruno@clisp.org>
21753
21754         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
21755
21756 2006-10-19  Bruno Haible  <bruno@clisp.org>
21757
21758         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
21759         it.
21760
21761 2006-10-19  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
21764         invocation.
21765
21766 2006-10-19  Bruno Haible  <bruno@clisp.org>
21767
21768         * gnulib-tool (func_create_testdir): Don't include ftruncate and
21769         mountlist by default.
21770
21771 2006-10-16  Bruno Haible  <bruno@clisp.org>
21772
21773         * lib/c-strstr.c: Include c-strstr.h.
21774
21775 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21776
21777         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
21778         in a slash.
21779
21780 2006-10-18  Bruno Haible  <bruno@clisp.org>
21781
21782         * lib/lock.h [C++]: Wrap definitions in extern "C".
21783
21784 2006-10-18  Bruno Haible  <bruno@clisp.org>
21785
21786         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
21787         gl_LIBOBJS list.
21788
21789 2006-10-18  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
21792
21793 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
21794
21795         * lib/xstrtol.h: Include gettext.h.
21796         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
21797         Problem reported by Eric Blake.
21798         * modules/xstrtol (Depends-on): Add gettext-h.
21799
21800 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
21801
21802         * lib/strftime.c (advance): New macro.
21803         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
21804         incomplete type, so you can't add 0 to it.  Problem and patch
21805         reported by Eelco Dolstra for dietlibc.
21806
21807 2006-10-18  Jim Meyering  <jim@meyering.net>
21808
21809         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
21810         type for a local, and rename it: s/up/user_proc/.
21811
21812 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
21813
21814         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
21815         READ_UTMP_USER_PROCESS.
21816         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
21817
21818 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21819
21820         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
21821         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
21822
21823 2006-10-17  Eric Blake  <ebb9@byu.net>
21824
21825         * lib/sigprocmask.c (sigprocmask): Fix typo.
21826
21827         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
21828
21829         * modules/clean-temp (Makefile.am): Don't add to make output...
21830         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
21831         config.h.
21832
21833 2006-10-17  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
21836         differently if DEFAULT_TEXT_DOMAIN is set.
21837
21838 2006-10-16  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/clean-temp.c: Include fwriteerror.h.
21841
21842 2006-10-16  Bruno Haible  <bruno@clisp.org>
21843
21844         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
21845
21846 2006-10-16  Bruno Haible  <bruno@clisp.org>
21847
21848         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
21849         * lib/sigprocmask.h: Include <sys/types.h>.
21850         (sigset_t): Use the system's definition if present.
21851
21852 2006-10-17  Eric Blake  <ebb9@byu.net>
21853
21854         * lib/xvasprintf.c (includes): Assume config.h.
21855         * lib/xasprintf.c (includes): Likewise.
21856
21857 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21858
21859         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
21860         at least as wide as intmax_t.
21861
21862 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
21863
21864         (Imported from Automake.)
21865         * build-aux/gnupload: Update to version 1.1 of directive file.
21866
21867 2006-10-16  Eric Blake  <ebb9@byu.net>
21868
21869         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
21870         match Automake 1.10a.
21871
21872 2006-10-14  Bruno Haible  <bruno@clisp.org>
21873
21874         * modules/sigprocmask: New file.
21875         * lib/sigprocmask.h: New file.
21876         * lib/sigprocmask.c: New file.
21877         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
21878         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
21879         request sigprocmask.o.
21880         (gl_PREREQ_SIGPROCMASK): New macro.
21881         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
21882         (Depends-on): Add sigprocmask.
21883         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
21884         gt_SIGNALBLOCKING. Test for 'raise' only once.
21885         * lib/fatal-signal.c: Include sigprocmask.h.
21886         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
21887         unblock_fatal_signals): Define always.
21888         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21889         sigprocmask.
21890
21891 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21892
21893         Sync from Automake.
21894         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
21895         which incorrectly sets the mode of an existing destination
21896         directory.  In some cases the unpatched install-sh could do the
21897         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
21898         system.  We hope this is rare in practice, but it's clearly worth
21899         fixing.  Problem reported by Alex Unleashed in
21900         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
21901         Also, don't bother to check for -m bugs unless we're using -m;
21902         suggested by Stepan Kasal.
21903
21904 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21905
21906         Sync from Automake.
21907         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
21908         `-c' flag, so they appear at the same position as in %FASTDEP%
21909         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
21910         which ignores unknown options only after the first non-option.
21911         Bug report against M4 by Nelson H. F. Beebe.
21912
21913 2006-10-13  Jim Meyering  <jim@meyering.net>
21914
21915         Fix a bug in yesterday's change.
21916         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
21917         p->fts_statp->st_dev would be used uninitialized.
21918         Ensures that we always call fts_stat on the very first entry.
21919         Miklos Szeredi reported that find -xdev stopped working.
21920
21921 2006-10-12  Bruno Haible  <bruno@clisp.org>
21922
21923         * gnulib-tool (func_get_automake_snippet): Append an automatically
21924         computed EXTRA_DIST augmentation.
21925         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
21926         * modules/alloca-opt (Makefile.am): Likewise.
21927         * modules/allocsa (Makefile.am): Likewise.
21928         * modules/arcfour (Makefile.am): Likewise.
21929         * modules/arctwo (Makefile.am): Likewise.
21930         * modules/argmatch (Makefile.am): Likewise.
21931         * modules/argz (Makefile.am): Likewise.
21932         * modules/atexit (Makefile.am): Likewise.
21933         * modules/backupfile (Makefile.am): Likewise.
21934         * modules/byteswap (Makefile.am): Likewise.
21935         * modules/c-strtod (Makefile.am): Likewise.
21936         * modules/c-strtold (Makefile.am): Likewise.
21937         * modules/calloc (Makefile.am): Likewise.
21938         * modules/canon-host (Makefile.am): Likewise.
21939         * modules/canonicalize (Makefile.am): Likewise.
21940         * modules/chdir-long (Makefile.am): Likewise.
21941         * modules/chdir-safer (Makefile.am): Likewise.
21942         * modules/check-version (Makefile.am): Likewise.
21943         * modules/chown (Makefile.am): Likewise.
21944         * modules/cloexec (Makefile.am): Likewise.
21945         * modules/close-stream (Makefile.am): Likewise.
21946         * modules/closeout (Makefile.am): Likewise.
21947         * modules/crc (Makefile.am): Likewise.
21948         * modules/csharpexec (Makefile.am): Likewise.
21949         * modules/cycle-check (Makefile.am): Likewise.
21950         * modules/des (Makefile.am): Likewise.
21951         * modules/dev-ino (Makefile.am): Likewise.
21952         * modules/dirfd (Makefile.am): Likewise.
21953         * modules/dirname (Makefile.am): Likewise.
21954         * modules/dup2 (Makefile.am): Likewise.
21955         * modules/eealloc (Makefile.am): Likewise.
21956         * modules/error (Makefile.am): Likewise.
21957         * modules/euidaccess (Makefile.am): Likewise.
21958         * modules/exclude (Makefile.am): Likewise.
21959         * modules/exitfail (Makefile.am): Likewise.
21960         * modules/fcntl-safer (Makefile.am): Likewise.
21961         * modules/fcntl (Makefile.am): Likewise.
21962         * modules/file-type (Makefile.am): Likewise.
21963         * modules/fileblocks (Makefile.am): Likewise.
21964         * modules/filemode (Makefile.am): Likewise.
21965         * modules/filenamecat (Makefile.am): Likewise.
21966         * modules/fnmatch (Makefile.am): Likewise.
21967         * modules/fopen-safer (Makefile.am): Likewise.
21968         * modules/fpending (Makefile.am): Likewise.
21969         * modules/fprintftime (Makefile.am): Likewise.
21970         * modules/free (Makefile.am): Likewise.
21971         * modules/fsusage (Makefile.am): Likewise.
21972         * modules/ftruncate (Makefile.am): Likewise.
21973         * modules/fts (Makefile.am): Likewise.
21974         * modules/gc-arcfour (Makefile.am): Likewise.
21975         * modules/gc-des (Makefile.am): Likewise.
21976         * modules/gc-hmac-md5 (Makefile.am): Likewise.
21977         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
21978         * modules/gc-md4 (Makefile.am): Likewise.
21979         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21980         * modules/gc-sha1 (Makefile.am): Likewise.
21981         * modules/gc (Makefile.am): Likewise.
21982         * modules/getaddrinfo (Makefile.am): Likewise.
21983         * modules/getcwd (Makefile.am): Likewise.
21984         * modules/getdelim (Makefile.am): Likewise.
21985         * modules/getdomainname (Makefile.am): Likewise.
21986         * modules/getgroups (Makefile.am): Likewise.
21987         * modules/gethostname (Makefile.am): Likewise.
21988         * modules/gethrxtime (Makefile.am): Likewise.
21989         * modules/getline (Makefile.am): Likewise.
21990         * modules/getloadavg (Makefile.am): Likewise.
21991         * modules/getlogin_r (Makefile.am): Likewise.
21992         * modules/getndelim2 (Makefile.am): Likewise.
21993         * modules/getopt (Makefile.am): Likewise.
21994         * modules/getpagesize (Makefile.am): Likewise.
21995         * modules/getpass-gnu (Makefile.am): Likewise.
21996         * modules/getpass (Makefile.am): Likewise.
21997         * modules/getsubopt (Makefile.am): Likewise.
21998         * modules/gettime (Makefile.am): Likewise.
21999         * modules/gettimeofday (Makefile.am): Likewise.
22000         * modules/getugroups (Makefile.am): Likewise.
22001         * modules/getusershell (Makefile.am): Likewise.
22002         * modules/glob (Makefile.am): Likewise.
22003         * modules/group-member (Makefile.am): Likewise.
22004         * modules/hard-locale (Makefile.am): Likewise.
22005         * modules/hash (Makefile.am): Likewise.
22006         * modules/hmac-md5 (Makefile.am): Likewise.
22007         * modules/hmac-sha1 (Makefile.am): Likewise.
22008         * modules/human (Makefile.am): Likewise.
22009         * modules/idcache (Makefile.am): Likewise.
22010         * modules/imaxabs (Makefile.am): Likewise.
22011         * modules/imaxdiv (Makefile.am): Likewise.
22012         * modules/inet_ntop (Makefile.am): Likewise.
22013         * modules/inet_pton (Makefile.am): Likewise.
22014         * modules/intprops (Makefile.am): Likewise.
22015         * modules/inttostr (Makefile.am): Likewise.
22016         * modules/inttypes (Makefile.am): Likewise.
22017         * modules/isapipe (Makefile.am): Likewise.
22018         * modules/javaversion (Makefile.am): Likewise.
22019         * modules/lchmod (Makefile.am): Likewise.
22020         * modules/lchown (Makefile.am): Likewise.
22021         * modules/localcharset (Makefile.am): Likewise.
22022         * modules/long-options (Makefile.am): Likewise.
22023         * modules/lstat (Makefile.am): Likewise.
22024         * modules/malloc (Makefile.am): Likewise.
22025         * modules/mathl (Makefile.am): Likewise.
22026         * modules/mbchar (Makefile.am): Likewise.
22027         * modules/md2 (Makefile.am): Likewise.
22028         * modules/md4 (Makefile.am): Likewise.
22029         * modules/md5 (Makefile.am): Likewise.
22030         * modules/memcasecmp (Makefile.am): Likewise.
22031         * modules/memchr (Makefile.am): Likewise.
22032         * modules/memcmp (Makefile.am): Likewise.
22033         * modules/memcoll (Makefile.am): Likewise.
22034         * modules/memcpy (Makefile.am): Likewise.
22035         * modules/memmem (Makefile.am): Likewise.
22036         * modules/memmove (Makefile.am): Likewise.
22037         * modules/mempcpy (Makefile.am): Likewise.
22038         * modules/memrchr (Makefile.am): Likewise.
22039         * modules/memset (Makefile.am): Likewise.
22040         * modules/memxor (Makefile.am): Likewise.
22041         * modules/mkancesdirs (Makefile.am): Likewise.
22042         * modules/mkdir-p (Makefile.am): Likewise.
22043         * modules/mkdir (Makefile.am): Likewise.
22044         * modules/mkdtemp (Makefile.am): Likewise.
22045         * modules/mkstemp (Makefile.am): Likewise.
22046         * modules/mktime (Makefile.am): Likewise.
22047         * modules/modechange (Makefile.am): Likewise.
22048         * modules/mountlist (Makefile.am): Likewise.
22049         * modules/nanosleep (Makefile.am): Likewise.
22050         * modules/obstack (Makefile.am): Likewise.
22051         * modules/openat (Makefile.am): Likewise.
22052         * modules/pagealign_alloc (Makefile.am): Likewise.
22053         * modules/pathmax (Makefile.am): Likewise.
22054         * modules/physmem (Makefile.am): Likewise.
22055         * modules/poll (Makefile.am): Likewise.
22056         * modules/posixtm (Makefile.am): Likewise.
22057         * modules/posixver (Makefile.am): Likewise.
22058         * modules/putenv (Makefile.am): Likewise.
22059         * modules/quote (Makefile.am): Likewise.
22060         * modules/quotearg (Makefile.am): Likewise.
22061         * modules/raise (Makefile.am): Likewise.
22062         * modules/read-file (Makefile.am): Likewise.
22063         * modules/readline (Makefile.am): Likewise.
22064         * modules/readlink (Makefile.am): Likewise.
22065         * modules/readtokens (Makefile.am): Likewise.
22066         * modules/readutmp (Makefile.am): Likewise.
22067         * modules/realloc (Makefile.am): Likewise.
22068         * modules/regex (Makefile.am): Likewise.
22069         * modules/rename-dest-slash (Makefile.am): Likewise.
22070         * modules/rename (Makefile.am): Likewise.
22071         * modules/rijndael (Makefile.am): Likewise.
22072         * modules/rmdir (Makefile.am): Likewise.
22073         * modules/rpmatch (Makefile.am): Likewise.
22074         * modules/safe-read (Makefile.am): Likewise.
22075         * modules/safe-write (Makefile.am): Likewise.
22076         * modules/same-inode (Makefile.am): Likewise.
22077         * modules/same (Makefile.am): Likewise.
22078         * modules/save-cwd (Makefile.am): Likewise.
22079         * modules/savedir (Makefile.am): Likewise.
22080         * modules/setenv (Makefile.am): Likewise.
22081         * modules/settime (Makefile.am): Likewise.
22082         * modules/sha1 (Makefile.am): Likewise.
22083         * modules/sig2str (Makefile.am): Likewise.
22084         * modules/snprintf (Makefile.am): Likewise.
22085         * modules/stat-macros (Makefile.am): Likewise.
22086         * modules/stat-time (Makefile.am): Likewise.
22087         * modules/stdbool (Makefile.am): Likewise.
22088         * modules/stdint (Makefile.am): Likewise.
22089         * modules/stdlib-safer (Makefile.am): Likewise.
22090         * modules/stpcpy (Makefile.am): Likewise.
22091         * modules/stpncpy (Makefile.am): Likewise.
22092         * modules/strcase (Makefile.am): Likewise.
22093         * modules/strcasestr (Makefile.am): Likewise.
22094         * modules/strchrnul (Makefile.am): Likewise.
22095         * modules/strcspn (Makefile.am): Likewise.
22096         * modules/strdup (Makefile.am): Likewise.
22097         * modules/strerror (Makefile.am): Likewise.
22098         * modules/strftime (Makefile.am): Likewise.
22099         * modules/strndup (Makefile.am): Likewise.
22100         * modules/strnlen (Makefile.am): Likewise.
22101         * modules/strpbrk (Makefile.am): Likewise.
22102         * modules/strsep (Makefile.am): Likewise.
22103         * modules/strstr (Makefile.am): Likewise.
22104         * modules/strtod (Makefile.am): Likewise.
22105         * modules/strtoimax (Makefile.am): Likewise.
22106         * modules/strtok_r (Makefile.am): Likewise.
22107         * modules/strtol (Makefile.am): Likewise.
22108         * modules/strtoll (Makefile.am): Likewise.
22109         * modules/strtoul (Makefile.am): Likewise.
22110         * modules/strtoull (Makefile.am): Likewise.
22111         * modules/strtoumax (Makefile.am): Likewise.
22112         * modules/strverscmp (Makefile.am): Likewise.
22113         * modules/sys_socket (Makefile.am): Likewise.
22114         * modules/sys_stat (Makefile.am): Likewise.
22115         * modules/sysexits (Makefile.am): Likewise.
22116         * modules/time_r (Makefile.am): Likewise.
22117         * modules/timegm (Makefile.am): Likewise.
22118         * modules/timespec (Makefile.am): Likewise.
22119         * modules/tmpfile-safer (Makefile.am): Likewise.
22120         * modules/trim (Makefile.am): Likewise.
22121         * modules/unistd-safer (Makefile.am): Likewise.
22122         * modules/unlinkdir (Makefile.am): Likewise.
22123         * modules/unlocked-io (Makefile.am): Likewise.
22124         * modules/userspec (Makefile.am): Likewise.
22125         * modules/utime (Makefile.am): Likewise.
22126         * modules/utimecmp (Makefile.am): Likewise.
22127         * modules/utimens (Makefile.am): Likewise.
22128         * modules/vasnprintf (Makefile.am): Likewise.
22129         * modules/vasprintf (Makefile.am): Likewise.
22130         * modules/vsnprintf (Makefile.am): Likewise.
22131         * modules/xalloc (Makefile.am): Likewise.
22132         * modules/xgetcwd (Makefile.am): Likewise.
22133         * modules/xnanosleep (Makefile.am): Likewise.
22134         * modules/xreadlink (Makefile.am): Likewise.
22135         * modules/xstrtod (Makefile.am): Likewise.
22136         * modules/xstrtol (Makefile.am): Likewise.
22137         * modules/xstrtold (Makefile.am): Likewise.
22138         * modules/yesno (Makefile.am): Likewise.
22139         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22140
22141 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         * modules/error (Makefile.am): Distribute files through
22144         EXTRA_DIST, not lib_SOURCES.
22145
22146 2006-10-12  Eric Blake  <ebb9@byu.net>
22147
22148         * modules/error (Makefile.am): Distribute files in /lib.
22149         * modules/obstack (Makefile.am): Likewise.
22150
22151 2006-10-12  Bruno Haible  <bruno@clisp.org>
22152
22153         * modules/acl (Makefile.am): Distribute all files in lib/ through
22154         EXTRA_DIST.
22155         * modules/arcfour (Makefile.am): Likewise.
22156         * modules/arctwo (Makefile.am): Likewise.
22157         * modules/argmatch (Makefile.am): Likewise.
22158         * modules/argz (Makefile.am): Likewise.
22159         * modules/atexit (Makefile.am): Likewise.
22160         * modules/backupfile (Makefile.am): Likewise.
22161         * modules/c-strtod (Makefile.am): Likewise.
22162         * modules/c-strtold (Makefile.am): Likewise.
22163         * modules/calloc (Makefile.am): Likewise.
22164         * modules/canon-host (Makefile.am): Likewise.
22165         * modules/canonicalize (Makefile.am): Likewise.
22166         * modules/chdir-long (Makefile.am): Likewise.
22167         * modules/chdir-safer (Makefile.am): Likewise.
22168         * modules/check-version (Makefile.am): Likewise.
22169         * modules/chown (Makefile.am): Likewise.
22170         * modules/cloexec (Makefile.am): Likewise.
22171         * modules/close-stream (Makefile.am): Likewise.
22172         * modules/closeout (Makefile.am): Likewise.
22173         * modules/crc (Makefile.am): Likewise.
22174         * modules/cycle-check (Makefile.am): Likewise.
22175         * modules/des (Makefile.am): Likewise.
22176         * modules/dirfd (Makefile.am): Likewise.
22177         * modules/dirname (Makefile.am): Likewise.
22178         * modules/dup2 (Makefile.am): Likewise.
22179         * modules/euidaccess (Makefile.am): Likewise.
22180         * modules/exclude (Makefile.am): Likewise.
22181         * modules/exitfail (Makefile.am): Likewise.
22182         * modules/fcntl-safer (Makefile.am): Likewise.
22183         * modules/file-type (Makefile.am): Likewise.
22184         * modules/fileblocks (Makefile.am): Likewise.
22185         * modules/filemode (Makefile.am): Likewise.
22186         * modules/filenamecat (Makefile.am): Likewise.
22187         * modules/fnmatch (Makefile.am): Likewise.
22188         * modules/fopen-safer (Makefile.am): Likewise.
22189         * modules/fpending (Makefile.am): Likewise.
22190         * modules/fprintftime (Makefile.am): Likewise.
22191         * modules/free (Makefile.am): Likewise.
22192         * modules/fsusage (Makefile.am): Likewise.
22193         * modules/ftruncate (Makefile.am): Likewise.
22194         * modules/fts (Makefile.am): Likewise.
22195         * modules/gc (Makefile.am): Likewise.
22196         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22197         * modules/getaddrinfo (Makefile.am): Likewise.
22198         * modules/getcwd (Makefile.am): Likewise.
22199         * modules/getdelim (Makefile.am): Likewise.
22200         * modules/getdomainname (Makefile.am): Likewise.
22201         * modules/getgroups (Makefile.am): Likewise.
22202         * modules/gethostname (Makefile.am): Likewise.
22203         * modules/gethrxtime (Makefile.am): Likewise.
22204         * modules/getline (Makefile.am): Likewise.
22205         * modules/getloadavg (Makefile.am): Likewise.
22206         * modules/getlogin_r (Makefile.am): Likewise.
22207         * modules/getopt (Makefile.am): Likewise.
22208         * modules/getpass (Makefile.am): Likewise.
22209         * modules/getpass-gnu (Makefile.am): Likewise.
22210         * modules/getsubopt (Makefile.am): Likewise.
22211         * modules/gettime (Makefile.am): Likewise.
22212         * modules/gettimeofday (Makefile.am): Likewise.
22213         * modules/getugroups (Makefile.am): Likewise.
22214         * modules/getusershell (Makefile.am): Likewise.
22215         * modules/glob (Makefile.am): Likewise.
22216         * modules/group-member (Makefile.am): Likewise.
22217         * modules/hard-locale (Makefile.am): Likewise.
22218         * modules/hash (Makefile.am): Likewise.
22219         * modules/hmac-md5 (Makefile.am): Likewise.
22220         * modules/hmac-sha1 (Makefile.am): Likewise.
22221         * modules/human (Makefile.am): Likewise.
22222         * modules/idcache (Makefile.am): Likewise.
22223         * modules/imaxabs (Makefile.am): Likewise.
22224         * modules/imaxdiv (Makefile.am): Likewise.
22225         * modules/inet_ntop (Makefile.am): Likewise.
22226         * modules/inet_pton (Makefile.am): Likewise.
22227         * modules/inttostr (Makefile.am): Likewise.
22228         * modules/isapipe (Makefile.am): Likewise.
22229         * modules/lchown (Makefile.am): Likewise.
22230         * modules/long-options (Makefile.am): Likewise.
22231         * modules/lstat (Makefile.am): Likewise.
22232         * modules/malloc (Makefile.am): Likewise.
22233         * modules/mathl (Makefile.am): Likewise.
22234         * modules/mbchar (Makefile.am): Likewise.
22235         * modules/md2 (Makefile.am): Likewise.
22236         * modules/md4 (Makefile.am): Likewise.
22237         * modules/md5 (Makefile.am): Likewise.
22238         * modules/memcasecmp (Makefile.am): Likewise.
22239         * modules/memchr (Makefile.am): Likewise.
22240         * modules/memcmp (Makefile.am): Likewise.
22241         * modules/memcoll (Makefile.am): Likewise.
22242         * modules/memcpy (Makefile.am): Likewise.
22243         * modules/memmem (Makefile.am): Likewise.
22244         * modules/memmove (Makefile.am): Likewise.
22245         * modules/mempcpy (Makefile.am): Likewise.
22246         * modules/memrchr (Makefile.am): Likewise.
22247         * modules/memset (Makefile.am): Likewise.
22248         * modules/memxor (Makefile.am): Likewise.
22249         * modules/mkancesdirs (Makefile.am): Likewise.
22250         * modules/mkdir (Makefile.am): Likewise.
22251         * modules/mkdir-p (Makefile.am): Likewise.
22252         * modules/mkdtemp (Makefile.am): Likewise.
22253         * modules/mkstemp (Makefile.am): Likewise.
22254         * modules/mktime (Makefile.am): Likewise.
22255         * modules/modechange (Makefile.am): Likewise.
22256         * modules/mountlist (Makefile.am): Likewise.
22257         * modules/nanosleep (Makefile.am): Likewise.
22258         * modules/openat (Makefile.am): Likewise.
22259         * modules/pagealign_alloc (Makefile.am): Likewise.
22260         * modules/physmem (Makefile.am): Likewise.
22261         * modules/poll (Makefile.am): Likewise.
22262         * modules/posixtm (Makefile.am): Likewise.
22263         * modules/posixver (Makefile.am): Likewise.
22264         * modules/putenv (Makefile.am): Likewise.
22265         * modules/quote (Makefile.am): Likewise.
22266         * modules/quotearg (Makefile.am): Likewise.
22267         * modules/raise (Makefile.am): Likewise.
22268         * modules/read-file (Makefile.am): Likewise.
22269         * modules/readline (Makefile.am): Likewise.
22270         * modules/readlink (Makefile.am): Likewise.
22271         * modules/readtokens (Makefile.am): Likewise.
22272         * modules/readutmp (Makefile.am): Likewise.
22273         * modules/realloc (Makefile.am): Likewise.
22274         * modules/regex (Makefile.am): Likewise.
22275         * modules/rename (Makefile.am): Likewise.
22276         * modules/rename-dest-slash (Makefile.am): Likewise.
22277         * modules/rijndael (Makefile.am): Likewise.
22278         * modules/rmdir (Makefile.am): Likewise.
22279         * modules/rpmatch (Makefile.am): Likewise.
22280         * modules/safe-read (Makefile.am): Likewise.
22281         * modules/safe-write (Makefile.am): Likewise.
22282         * modules/same (Makefile.am): Likewise.
22283         * modules/save-cwd (Makefile.am): Likewise.
22284         * modules/savedir (Makefile.am): Likewise.
22285         * modules/setenv (Makefile.am): Likewise.
22286         * modules/settime (Makefile.am): Likewise.
22287         * modules/sha1 (Makefile.am): Likewise.
22288         * modules/sig2str (Makefile.am): Likewise.
22289         * modules/snprintf (Makefile.am): Likewise.
22290         * modules/stdlib-safer (Makefile.am): Likewise.
22291         * modules/stpcpy (Makefile.am): Likewise.
22292         * modules/stpncpy (Makefile.am): Likewise.
22293         * modules/strcase (Makefile.am): Likewise.
22294         * modules/strcasestr (Makefile.am): Likewise.
22295         * modules/strchrnul (Makefile.am): Likewise.
22296         * modules/strcspn (Makefile.am): Likewise.
22297         * modules/strdup (Makefile.am): Likewise.
22298         * modules/strerror (Makefile.am): Likewise.
22299         * modules/strftime (Makefile.am): Likewise.
22300         * modules/strndup (Makefile.am): Likewise.
22301         * modules/strnlen (Makefile.am): Likewise.
22302         * modules/strpbrk (Makefile.am): Likewise.
22303         * modules/strsep (Makefile.am): Likewise.
22304         * modules/strstr (Makefile.am): Likewise.
22305         * modules/strtod (Makefile.am): Likewise.
22306         * modules/strtoimax (Makefile.am): Likewise.
22307         * modules/strtok_r (Makefile.am): Likewise.
22308         * modules/strtol (Makefile.am): Likewise.
22309         * modules/strtoll (Makefile.am): Likewise.
22310         * modules/strtoul (Makefile.am): Likewise.
22311         * modules/strtoull (Makefile.am): Likewise.
22312         * modules/strtoumax (Makefile.am): Likewise.
22313         * modules/strverscmp (Makefile.am): Likewise.
22314         * modules/time_r (Makefile.am): Likewise.
22315         * modules/timegm (Makefile.am): Likewise.
22316         * modules/tmpfile-safer (Makefile.am): Likewise.
22317         * modules/unistd-safer (Makefile.am): Likewise.
22318         * modules/unlinkdir (Makefile.am): Likewise.
22319         * modules/userspec (Makefile.am): Likewise.
22320         * modules/utime (Makefile.am): Likewise.
22321         * modules/utimecmp (Makefile.am): Likewise.
22322         * modules/utimens (Makefile.am): Likewise.
22323         * modules/vasnprintf (Makefile.am): Likewise.
22324         * modules/vasprintf (Makefile.am): Likewise.
22325         * modules/vsnprintf (Makefile.am): Likewise.
22326         * modules/xalloc (Makefile.am): Likewise.
22327         * modules/xgetcwd (Makefile.am): Likewise.
22328         * modules/xnanosleep (Makefile.am): Likewise.
22329         * modules/xreadlink (Makefile.am): Likewise.
22330         * modules/xstrtod (Makefile.am): Likewise.
22331         * modules/xstrtol (Makefile.am): Likewise.
22332         * modules/xstrtold (Makefile.am): Likewise.
22333         * modules/yesno (Makefile.am): Likewise.
22334
22335 2006-10-12  Jim Meyering  <jim@meyering.net>
22336
22337         * m4/getloadavg.m4: Revert the change below.
22338
22339         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
22340         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
22341         fail with a symlink, which is what coreutils' ./bootstrap now
22342         creates by default.
22343
22344 2006-10-12  Bruno Haible  <bruno@clisp.org>
22345
22346         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
22347         mingw.
22348         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
22349         MSVC and mingw explicitly.
22350
22351 2006-10-11  Simon Josefsson  <jas@extundo.com>
22352             Bruno Haible  <bruno@clisp.org>
22353
22354         Add support for multiple gnulib-tool invocations in the scope of a
22355         single configure.ac file.
22356         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
22357         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
22358         with the same contents as the _LIBADD variable.
22359         (func_emit_initmacro_start, func_emit_initmacro_end,
22360         func_emit_initmacro_done): New functions.
22361         (func_import, func_create_testdir): Invoke them. Allow the identifiers
22362         gl_LIBOBJS and gl_LTLIBOBJS.
22363
22364 2006-10-11  Bruno Haible  <bruno@clisp.org>
22365
22366         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
22367         (func_create_testdir): Don't create po/Makefile.am, don't invoke
22368         autoreconf. Instead, invoke autopoint explicitly but move back the
22369         *.m4 files from gnulib.
22370
22371 2006-10-11  Bruno Haible  <bruno@clisp.org>
22372
22373         * gnulib-tool (func_usage): Make module names after --create-testdir
22374         optional.
22375         (func_create_testdir): If no module was specified, use nearly all
22376         modules.
22377
22378 2006-10-12  Jim Meyering  <jim@meyering.net>
22379
22380         Big performance improvement for fts-based tools that use FTS_NOSTAT.
22381         Avoid spurious inode-mismatch problems on non-POSIX file systems.
22382         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
22383         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
22384         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
22385         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
22386         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
22387         (fts_set_stat_required): New function.
22388         (fts_open): Defer the calls to fts_stat, if possible or requested.
22389         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
22390         into fts_stat itself.
22391         (fts_read): Perform any required (deferred) fts_stat call.
22392         (fts_build): Likewise, for the directory we're about to open and read.
22393         In the readdir loop, carefully decide whether each entry will require
22394         an eventual call to fts_stat, using dirent.d_type info if available.
22395         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
22396         a command line argument into this function.  Update all callers.
22397         Map a return value of FTS_DOT to FTS_D for a command line argument.
22398         * modules/fts (Depends-on): Add d-type.  Alphabetize.
22399         Thanks to Miklos Szeredi for his tenacity and for the initial
22400         bug report about "find" failing on a FUSE-based file system.
22401
22402         * lib/fts.c (fts_open): Use consistent indentation.
22403
22404 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22405
22406         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
22407         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
22408         reported by Jim Meyering.  All uses of cache variables renamed
22409         to match Autoconf's.
22410         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
22411         the other one.
22412
22413         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
22414         Fix misspelling in diagnostic.
22415
22416 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22417
22418         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
22419         defined.  Problem reported by Matthew Woehlke.
22420
22421         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
22422         Add support for Tandem NonStop R series.
22423         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
22424         Use new macro.
22425
22426         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
22427         (has_trailing_slash): Omit size arg; all callers changed.
22428         Omit 'inline', since it doesn't help performance and we'd
22429         need to configure it.
22430         Don't count //, ///, etc. as having a trailing slash.
22431         As a side effect, this removes a C99ism reported by Matthew Woehlke.
22432         (rpl_rename_dest_slash): On failure, use rename's errno rather
22433         than (in some cases) an incorrect or junk errno.
22434         Simplify code by removing need to compute length; this does
22435         cause it to make two passes instead of one over the file name,
22436         but it's worth it.
22437
22438         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
22439         change, since Autoconf's version may no longer be appropriate now
22440         that we are using CVS Autoconf's version.  Add support for Tandem.
22441
22442 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22443             Bruno Haible  <bruno@clisp.org>
22444
22445         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
22446         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
22447         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
22448         gl_AC_TYPE_LONG_LONG.
22449
22450         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
22451         instead of HAVE_LONG_LONG.
22452         * lib/printf-args.c (printf_fetchargs): Likewise.
22453         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
22454         * lib/vasnprintf.c (VASNPRINTF): Likewise.
22455         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
22456         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
22457         gl_AC_TYPE_LONG_LONG.
22458
22459 2006-10-11  Bruno Haible  <bruno@clisp.org>
22460
22461         * m4/longlong.m4: Add comments.
22462         * m4/ulonglong.m4: Likewise.
22463
22464 2006-10-10  Bruno Haible  <bruno@clisp.org>
22465
22466         Make it possible to #define stpcpy, strdup to aliases.
22467         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
22468         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
22469
22470 2006-10-10  Bruno Haible  <bruno@clisp.org>
22471
22472         Make it possible to #define gcd to an alias.
22473         * lib/gcd.c: Include config.h.
22474
22475 2006-10-10  Bruno Haible  <bruno@clisp.org>
22476
22477         Make it possible to #define c_isascii to an alias.
22478         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
22479         defined. Undefine the macros before defining them, to avoid gcc
22480         warnings.
22481         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
22482         define NO_C_CTYPE_MACROS early.
22483
22484 2006-10-10  Bruno Haible  <bruno@clisp.org>
22485
22486         Make it possible to #define set_program_name to an alias.
22487         * lib/progname.c: Don't undefine set_program_name; instead, undefine
22488         ENABLE_RELOCATABLE early.
22489
22490 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22491
22492         Port to Tandem NSK OSS, which has 64-bit signed int but at most
22493         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
22494         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
22495         More generally, don't assume that 64-bit signed int is available
22496         if unsigned int is, and vice versa.
22497         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
22498         unsigned symbols, not on their signed counterparts.
22499         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
22500         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
22501         (UINT64_C, UINTMAX_C):
22502         Likewise.
22503         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
22504         unsigned counterparts.
22505         (Have_long_long, Unsigned): New macros.
22506         (Int): Renamed from INT.
22507         (strtoimax): Use the new macros.
22508         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
22509         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
22510         * modules/inttypes (inttypes.h): Substitute
22511         HAVE_UNSIGNED_LONG_LONG_INT.
22512         * modules/stdint (stdint.h): Likewise.
22513         (Files): Add m4/ulonglong.m4.
22514
22515 2006-10-10  Bruno Haible  <bruno@clisp.org>
22516
22517         Fix a gcc -Wshadow warning.
22518         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
22519         to 'bucket'.
22520         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
22521         gl_linked_indexof_from_to): Likewise.
22522         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
22523         Likewise.
22524         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
22525         Likewise.
22526         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
22527         Reported by Eric Blake.
22528
22529 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
22530
22531         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
22532         for NetBSD.  Problem reported by Bruno Haible.
22533
22534 2006-10-09  Jim Meyering  <jim@meyering.net>
22535
22536         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
22537         Patch from Bruno Haible.
22538
22539 2006-10-09  Jim Meyering  <jim@meyering.net>
22540
22541         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
22542         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
22543         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
22544
22545 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
22546
22547         Don't include <config.h> twice; this doesn't work in some cases,
22548         e.g., when config.h has "#define intmax_t long long int" and
22549         we include <config.h>, <inttypes.h>, <config.h> in that order.
22550         Problem reported by Matthew Woehlke in:
22551         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
22552         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
22553         * lib/fts-cycle.c: Don't include config.h.
22554         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
22555         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
22556         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
22557         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
22558         inttypes.h.
22559         * lib/xstrtoumax.c: Likewise.
22560         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
22561         __strtol and the like, so that this module is more like its siblings.
22562         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
22563         Remove; no longer needed now that we assume gnulib inttypes.h.
22564
22565 2006-10-08  Bruno Haible  <bruno@clisp.org>
22566
22567         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
22568         option.
22569
22570 2006-10-07  Jim Meyering  <jim@meyering.net>
22571
22572         * modules/inttypes (inttypes.h): Revert what seems to have been
22573         an inadvertent part of today's change: use "|", not "/" in the
22574         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
22575
22576 2006-10-07  Bruno Haible  <bruno@clisp.org>
22577
22578         * modules/sublist: New file.
22579
22580 2006-10-07  Bruno Haible  <bruno@clisp.org>
22581
22582         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
22583         * modules/argz (argz.h): Likewise.
22584         * modules/arpa_inet (arpa/inet.h): Likewise.
22585         * modules/byteswap (byteswap.h): Likewise.
22586         * modules/configmake (configmake.h): Likewise.
22587         * modules/fcntl (fcntl.h): Likewise.
22588         * modules/fnmatch (fnmatch.h): Likewise.
22589         * modules/getopt (getopt.h): Likewise.
22590         * modules/glob (glob.h): Likewise.
22591         * modules/inttypes (inttypes.h): Likewise.
22592         * modules/netinet_in (netinet/in.h): Likewise.
22593         * modules/poll (poll.h): Likewise.
22594         * modules/stdbool (stdbool.h): Likewise.
22595         * modules/stdint (stdint.h): Likewise.
22596         * modules/sys_select (sys/select.h): Likewise.
22597         * modules/sys_socket (sys/socket.h): Likewise.
22598         * modules/sys_stat (sys/stat.h): Likewise.
22599         * modules/sysexits (sysexits.h): Likewise.
22600         * modules/unistd (unistd.h): Likewise.
22601         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22602         Add a "DO NOT EDIT" comment to the generated file.
22603         (func_import): Likewise for gnulib-comp.m4.
22604
22605 2006-10-07  Bruno Haible  <bruno@clisp.org>
22606
22607         * lib/gl_sublist.h: New file.
22608         * lib/gl_sublist.c: New file.
22609
22610 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22611
22612         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
22613         name (relative to the original working directory) and the file
22614         name component (relative to the temporary working directory).  All
22615         callers changed.
22616         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
22617         * lib/mkdir-p.c (make_dir_parents): Likewise.
22618         * lib/mkdir-p.h (make_dir_parents): Likewise.
22619
22620 2006-10-06  Eric Blake  <ebb9@byu.net>
22621
22622         Define several macros for use by the clean-temp module.
22623         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
22624         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
22625         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
22626
22627         * lib/clean-temp.h (close_stream_temp): New declaration.
22628         * lib/clean-temp.c (includes): Pull in headers according to what
22629         other modules are in use.
22630         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
22631
22632 2006-10-06  Bruno Haible  <bruno@clisp.org>
22633
22634         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
22635         instead of fopen, fwriteerror.
22636
22637 2006-10-06  Bruno Haible  <bruno@clisp.org>
22638
22639         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
22640         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
22641         int.
22642         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
22643         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
22644         Return an error indicator.
22645         Suggested by Eric Blake.
22646
22647 2006-10-06  Bruno Haible  <bruno@clisp.org>
22648
22649         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
22650         Reported by Eric Blake.
22651
22652 2006-10-06  Bruno Haible  <bruno@clisp.org>
22653
22654         * modules/closeout (Description): Mention stderr too.
22655
22656 2006-10-06  Bruno Haible  <bruno@clisp.org>
22657         and Paul Eggert  <eggert@cs.ucla.edu>
22658
22659         * lib/closeout.c (close_stdout): Also close stderr.
22660         * lib/closeout.h: Update comment.
22661
22662 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
22663
22664         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
22665         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
22666         * lib/dirchownmod.c: Include lchown.h.
22667         * lib/lchown.c: Don't include files that lchown.h now includes.
22668         Don't declare chown, since lchown.h now does that.
22669         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
22670         (lchown): Define to rpl_chown if lchown is declared but
22671         does not exist.  Declare using a prototype if lchown is not
22672         declared.  Add a copyright notice.
22673         * lib/mkstemp.h: Include <unistd.h>.
22674         * lib/openat.c: Include lchown.h.
22675
22676         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
22677         we now test for that separately.
22678         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
22679         rather than O_NOFOLLOW, when testing whether it's possible to
22680         avoid a race condition reliably.
22681         * lib/savewd.c (savewd_chdir): Likewise.
22682
22683         Remove macros that are no longer needed now that stdint.h is
22684         reliable.
22685         * lib/fsusage.c (UINTMAX_MAX): Remove.
22686         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
22687         * lib/utimecmp.c (SIZE_MAX): Remove.
22688
22689         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
22690
22691         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
22692         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
22693         O_NOATIME works.
22694
22695 2006-10-05  Bruno Haible  <bruno@clisp.org>
22696
22697         * lib/gl_list.h (gl_sortedlist_search_from_to,
22698         gl_sortedlist_indexof_from_to): New declarations.
22699         (gl_list_implementation): New fields sortedlist_search_from_to,
22700         sortedlist_indexof_from_to.
22701         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
22702         inline functions.
22703         * lib/gl_list.c (gl_sortedlist_search_from_to,
22704         gl_sortedlist_indexof_from_to): New functions.
22705         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
22706         function.
22707         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
22708         (gl_array_sortedlist_search_from_to): New function.
22709         (gl_array_list_implementation): Update.
22710         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
22711         function.
22712         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
22713         (gl_carray_sortedlist_search_from_to): New function.
22714         (gl_carray_list_implementation): Update.
22715         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
22716         gl_linked_sortedlist_indexof_from_to): New functions.
22717         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22718         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22719         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
22720         gl_tree_sortedlist_indexof_from_to): New functions.
22721         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22722         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22723         Update.
22724         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22725         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
22726         Update.
22727
22728 2006-10-05  Bruno Haible  <bruno@clisp.org>
22729
22730         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
22731         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
22732         (struct gl_list_implementation): Add fields search_from_to,
22733         indexof_from_to. Remove fields search, indexof.
22734         (gl_list_search): Use the search_from_to method.
22735         (gl_list_search_from, gl_list_search_from_to): New functions.
22736         (gl_list_indexof): Use the indexof_from_to method.
22737         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
22738         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
22739         (gl_list_search_from, gl_list_search_from_to): New functions.
22740         (gl_list_indexof): Use the indexof_from_to method.
22741         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
22742         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
22743         gl_array_indexof. Add start_index, end_index arguments.
22744         (gl_array_search_from_to): Renamed from gl_array_search. Add
22745         start_index, end_index arguments.
22746         (gl_array_remove, gl_array_list_implementation): Update.
22747         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
22748         gl_carray_indexof. Add start_index, end_index arguments.
22749         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
22750         start_index, end_index arguments.
22751         (gl_carray_remove, gl_carray_list_implementation): Update.
22752         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
22753         gl_linked_search. Add start_index, end_index arguments.
22754         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
22755         start_index, end_index arguments.
22756         (gl_linked_remove): Update.
22757         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22758         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22759         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
22760         field to 'size_t'.
22761         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
22762         gl_tree_search. Add start_index, end_index arguments.
22763         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
22764         start_index, end_index arguments.
22765         (gl_tree_remove): Update.
22766         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22767         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22768         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
22769         function.
22770         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
22771         gl_tree_search. Add start_index, end_index arguments.
22772         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
22773         start_index, end_index arguments.
22774         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22775         Update.
22776         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
22777
22778 2006-10-05  Bruno Haible  <bruno@clisp.org>
22779
22780         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
22781
22782         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
22783         fwriteerror_temp): New declarations.
22784         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
22785         (descriptors): New variable.
22786         (cleanup): First, close the descriptors.
22787         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
22788         fclose_temp, fwriteerror_temp): New functions.
22789
22790 2006-10-04  Jim Meyering  <jim@meyering.net>
22791
22792         * lib/fts.c (fts_open): Tiny comment change.
22793
22794 2006-10-04  Bruno Haible  <bruno@clisp.org>
22795
22796         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
22797         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
22798         gl_LOCK_BODY.
22799         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
22800         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
22801         gl_LOCK_EARLY_BODY.
22802         (gl_LOCK): Require gl_LOCK_BODY.
22803
22804 2006-10-04  Bruno Haible  <bruno@clisp.org>
22805
22806         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
22807         (gl_oset_search_atleast): New declaration.
22808         (struct gl_oset_implementation): Add field 'search_atleast'.
22809         (gl_oset_search_atleast): New inline function.
22810         * lib/gl_oset.c (gl_oset_search_atleast): New function.
22811         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
22812         (gl_array_oset_implementation): Update.
22813         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
22814         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
22815         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
22816
22817 2006-10-04  Bruno Haible  <bruno@clisp.org>
22818
22819         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
22820
22821 2006-10-03  Bruno Haible  <bruno@clisp.org>
22822
22823         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
22824         from gl_avltreehash_list_implementation.
22825
22826 2006-10-03  Bruno Haible  <bruno@clisp.org>
22827
22828         * lib/gl_oset.c (gl_oset_add): Fix return type.
22829
22830 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
22831
22832         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
22833
22834 2006-10-02  Eric Blake  <ebb9@byu.net>
22835
22836         * modules/strnlen (Depends-on): Add extensions.
22837
22838 2006-10-02  Eric Blake  <ebb9@byu.net>
22839
22840         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
22841         definition in 2.60+.
22842
22843 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
22844
22845         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
22846         checks.
22847
22848 2006-10-02  Bruno Haible  <bruno@clisp.org>
22849
22850         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
22851         to the AUTOMAKE_OPTIONS.
22852         Reported by Jim Meyering.
22853
22854 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
22855
22856         Work around bug in Solaris 10 /proc file system:
22857         /proc/self/fd/NNN/.. isn't the parent directory of
22858         the directory whose file descriptor is NNN.  This needs to
22859         be worked around at run time, not compile time, since a
22860         program might be built on Solaris 8, where things work, and
22861         run on Solaris 10.
22862         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
22863         to use the following interface instead:
22864         (OPENAT_BUFFER_SIZE): New macro.
22865         (openat_proc_name): New function.
22866         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
22867         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
22868         Likewise.
22869         * lib/openat-proc.c: New file.
22870         * modules/openat (Files): Add lib/openat-proc.c.
22871         (Depends-on): Add same-inode, stdbool.
22872         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
22873
22874 2006-09-29  Bruno Haible  <bruno@clisp.org>
22875
22876         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
22877         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
22878         argument. Set stdout_closed before testing for ferror, not after.
22879         (fwriteerror, fwriteerror_no_ebadf): New functions.
22880
22881 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22882
22883         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
22884
22885 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
22886
22887         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
22888         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
22889
22890 2006-09-28  Jim Meyering  <jim@meyering.net>
22891
22892         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
22893         Include <unistd.h>.
22894
22895 2006-09-28  Bruno Haible  <bruno@clisp.org>
22896
22897         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
22898         * modules/linkedhash-list (Depends-on): Likewise.
22899         * modules/rbtreehash-list (Depends-on): Likewise.
22900
22901 2006-09-28  Bruno Haible  <bruno@clisp.org>
22902
22903         * lib/strndup.h: Simplify the redefinition of strndup.
22904         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
22905         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
22906
22907 2006-09-28  Bruno Haible  <bruno@clisp.org>
22908
22909         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
22910         * lib/gl_linkedhash_list.c: Likewise.
22911         * lib/gl_rbtreehash_list.c: Likewise.
22912
22913 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22914
22915         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
22916         getaddrinfo.
22917
22918         * lib/__fpending.h: Don't include <stdio_ext.h> unless
22919         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
22920         it causes <stdio_ext.h> to cause a compile-time error.
22921         Problem reported by Nelson H. F. Beebe.
22922         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
22923         of HAVE_DECL___PENDING.
22924
22925         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
22926         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
22927         declaration.
22928
22929 2006-09-27  Jim Meyering  <jim@meyering.net>
22930
22931         This file could end up with a definition for a function
22932         named __strndup, rather than rpl_strndup on a system with
22933         incomplete weak_alias support.
22934         * lib/strndup.c (strndup): Rename from __strndup.
22935         Remove #defines that used to map __strndup to strndup.
22936         Don't use K&R prototypes.
22937         Remove LIBC-related code, since this file is not sync'd with glibc.
22938         * lib/strndup.h: Revamp, accordingly.
22939         * m4/strndup.m4: Modernize.
22940
22941 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
22942
22943         * modules/savewd (Depends-on): Add 'raise'.
22944         * lib/savewd.c: Include <signal.h>, for 'raise'.
22945
22946 2006-09-26  Jim Meyering  <jim@meyering.net>
22947
22948         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
22949         when we detect Darwin 8.7.0's acl_get_file bug.
22950         Rearrange to perform the new (below) run-test while $LIBS
22951         contains any acl-related library.  Set USE_ACL at the end.
22952         (gl_ACL_GET_FILE): New function.
22953
22954 2006-09-26  Eric Blake  <ebb9@byu.net>
22955
22956         * lib/verror.c: Include <config.h> unconditionally.
22957
22958 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
22959
22960         * modules/clock-time (Maintainer): Add self.
22961         * modules/getlogin_r (Depends-on): Add extensions.
22962
22963 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22964
22965         * modules/clock-time: New module.
22966         * modules/nanosleep (Depends-on): Add clock-time.
22967         * modules/gethrxtime (Depends-on): Likewise.
22968         * modules/gettime (Depends-on): Likewise.
22969         * modules/settime (Depends-on): Likewise.
22970
22971         * modules/fts-lgpl: Depend on openat.
22972         * modules/mkancesdirs: Depend on savewd.
22973         * modules/mkdir-p: Likewise.
22974
22975 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22976
22977         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
22978
22979         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
22980         `gl_have_arbitrary_file_name_length_limit' to
22981         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
22982         actually works between configure runs.
22983
22984 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22985             Bruno Haible  <bruno@clisp.org>
22986
22987         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
22988
22989 2006-09-25  Jim Meyering  <jim@meyering.net>
22990
22991         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
22992         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
22993
22994 2006-09-25  Eric Blake  <ebb9@byu.net>
22995
22996         * gnulib-tool (func_import, func_create_testdir): Fix typos in
22997         exec's in 2006-09-18 patch when shuffling fds.
22998
22999 2006-09-25  Bruno Haible  <bruno@clisp.org>
23000
23001         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
23002         Reported by Jim Meyering.
23003
23004 2006-09-24  Jim Meyering  <jim@meyering.net>
23005
23006         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
23007         compare a pointer against a literal "0".  That caused failures with
23008         at least HP-UX's hpcc.
23009
23010 2006-09-22  Simon Josefsson  <jas@extundo.com>
23011
23012         * modules/gc-sha1:
23013         * modules/gc-md4:
23014         * modules/gc-hmac-sha1:
23015         * modules/gc-hmac-md5:
23016         * modules/gc-des:
23017         * modules/gc-arcfour: Distribute more files.
23018
23019 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23020
23021         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
23022         (gl_linked_iterator_from_to): Initialize struct completely.
23023         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
23024         (gl_tree_iterator_from_to): Likewise
23025         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23026         * lib/gl_array_list.c [lint] (gl_array_iterator)
23027         (gl_array_iterator_from_to): Likewise.
23028         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23029         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23030         (gl_carray_iterator_from_to): Likewise.
23031
23032         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23033         * lib/md4.c (md4_process_block): Remove unused variable.
23034         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23035         parentheses for clarity.
23036
23037 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23038
23039         * modules/bison-i18n (Depends-on): Add gettext.
23040
23041 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23042
23043         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23044         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23045         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23046         also add missing comma that caused broken test.
23047         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23048         stdlib.h, for `abort'.
23049         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23050         variables.
23051         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23052         include unistd.h if present, for `rmdir'.
23053         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23054         variables.
23055         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23056         in the process include standard headers for prototypes.
23057         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23058         gets declared on GNU/Linux.
23059         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23060         unistd.h, for `rmdir'.
23061         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23062
23063         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23064         always true.
23065         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23066
23067         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23068
23069 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23070
23071         * gnulib-tool (func_version): Create output all at once.  This
23072         may help avoid triggering unnecessary SIGPIPEs, and at any
23073         rate it doesn't hurt.
23074
23075 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23076             Bruno Haible  <bruno@clisp.org>
23077
23078         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23079         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23080         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23081
23082         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23083         (gl_FUNC_VASPRINTF): Invoke it.
23084
23085 2006-09-22  Bruno Haible  <bruno@clisp.org>
23086
23087         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23088         getloadavg.c as first argument.
23089
23090 2006-09-22  Bruno Haible  <bruno@clisp.org>
23091
23092         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23093         at the beginning of the gl_INIT macro.
23094         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23095         gl_GETLOADAVG.
23096
23097 2006-09-22  Bruno Haible  <bruno@clisp.org>
23098
23099         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23100         module.
23101         Suggested by Ralf Wildenhues.
23102
23103 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23104
23105         Import this patch from libc:
23106
23107         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23108
23109         * lib/regex_internal.c (re_string_reconstruct): Handle
23110         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23111         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23112         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23113         re_string_context_at.
23114
23115         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23116         now requires it.
23117         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23118         gl_REGEX now does it for us.
23119         (gl_REGEX): Add test taken from
23120         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23121
23122         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23123         Check that large offsets work.  Modernize Autoconf usages.
23124         Prefer "yes" to mean a good thing rather than a bad.
23125         Don't put "#define mkstemp" in config.h, as this might interfere
23126         with standard system headers that "#define mkstemp mkstemp64".
23127
23128         * modules/mkstemp (Depends-on): Add extensions, so that
23129         mkstemp is visible on some platforms.
23130         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23131         (Include): Change to "mkstemp.h" from <stdlib.h>.
23132         (Files): Add mkstemp.h.
23133
23134         * lib/mkstemp.h: New file, since some standard headers
23135         #define mkstemp.
23136         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23137         Include "mkstemp.h".
23138         Make the _LIBC code resemble glibc original more,
23139         e.g., use K&R style.
23140         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23141         (mkstemp): Remove, since mkstemp.h does this for us.
23142         * lib/stdlib--.h: Include mkstemp.h.
23143
23144         Import this patch from libc:
23145
23146         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23147
23148         * lib/tempname.c (__gen_tempname): Change attempts_min
23149         into a macro.  Use preprocessor to decide how to initialize
23150         attempts [Coverity CID 67].
23151
23152 2006-09-20  Bruno Haible  <bruno@clisp.org>
23153
23154         * lib/mkdtemp.c: Import from libc.
23155         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23156                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23157                 attempts_min into a macro.  Use preprocessor to decide how to
23158                 initialize attempts [Coverity CID 67].
23159         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23160                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23161                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23162
23163 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23164
23165         * gnulib-tool (func_exit): New function, to allow to pass the
23166         exit status portably through the trap.  Use everywhere.
23167         (--help, --version): Signal a write error.
23168         (trap): catch SIGPIPE, for write errors.
23169         Exit at the end of the trap, with the correct exit status.
23170
23171 2006-09-19  Karl Berry  <karl@gnu.org>
23172
23173         * doc/gnulib.texi: note about the license texinfo files.
23174
23175 2006-09-19  Eric Blake  <ebb9@byu.net>
23176
23177         * gnulib-tool: Avoid space-tab.
23178
23179 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23180
23181         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23182         that prevented coreutils 6.1 from building.  Problem reported
23183         by Petter Reinholdtsen.
23184
23185 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23186
23187         * gnulib-tool (avoidlist): Fix typo that broke options like
23188         --avoid=lock that are used by coreutils bootstrap.
23189
23190 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23191
23192         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23193         more systematically.
23194
23195 2006-09-18  Jim Meyering  <jim@meyering.net>
23196
23197         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23198
23199 2006-09-18  Bruno Haible  <bruno@clisp.org>
23200
23201         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23202
23203 2006-09-18  Bruno Haible  <bruno@clisp.org>
23204
23205         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
23206         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
23207         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
23208         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
23209         * m4/gettext.m4: Require autoconf >= 2.52.
23210         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
23211         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
23212         of gl_cv_header_inttypes_h.
23213
23214 2006-09-18  Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/javaversion.c: Include configmake.h.
23217
23218 2006-09-18  Bruno Haible  <bruno@clisp.org>
23219
23220         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
23221         avoid that the while loops be executed in a subshell.
23222
23223 2006-09-18  Bruno Haible  <bruno@clisp.org>
23224
23225         * MODULES.html.sh (func_module): Break long lines.
23226         Suggested by Bruce Korb <bkorb@gnu.org>.
23227
23228 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23229
23230         Speed up by a factor of 1.12.
23231         * gnulib-tool (nl): New variable.
23232         (func_import): Rewrite include directive extraction to only read each
23233         directive once.
23234
23235 2006-09-17  Bruno Haible  <bruno@clisp.org>
23236
23237         * modules/javaversion (Makefile.am): Remove DEFS setting.
23238         (Depends-on): Add configmake, for PKGDATADIR definition.
23239
23240 2006-09-17  Bruno Haible  <bruno@clisp.org>
23241
23242         * gnulib-tool (func_create_testdir): Rewrite all files at once.
23243
23244 2006-09-17  Bruno Haible  <bruno@clisp.org>
23245
23246         * gnulib-tool (func_append): New function, stolen from libtool.m4.
23247         (func_modules_transitive_closure, func_modules_add_dummy,
23248         func_modules_to_filelist, func_import, func_create_testdir,
23249         func_create_megatestdir, ...): Use it wherever possible.
23250         Suggested by Ralf Wildenhues.
23251
23252 2006-09-16  Karl Berry  <karl@gnu.org>
23253
23254         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
23255         to avoid sectioning errors.
23256         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
23257         [ifinfo]: blank line after @center-ed titles.
23258         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
23259         Spell FSF address consistently with others.
23260         (These changes approved by rms.)
23261
23262 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23263
23264         Speed up by a factor of 1.61.
23265         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
23266         already checked module names again.
23267
23268 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23269
23270         Speed up by a factor of 1.13.
23271         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
23272         for new_files, and the input to func_add_or_update.
23273
23274 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23275
23276         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
23277         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
23278
23279 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23280
23281         * modules/mkancesdirs (Depends-on): Add fcntl.
23282         * modules/savewd: New file.
23283         * MODULES.html.sh (File system functions): Add savewd.
23284
23285         * modules/configmake (Makefile.am): Add support for the
23286         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
23287
23288 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23289
23290         * m4/savewd.m4: New file.
23291
23292 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23293
23294         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
23295         (dirchownmod): New arg FD.  All callers changed.
23296         Use FD rather than opening the directory ourself, as opening is
23297         now the caller's responsibility.
23298         * lib/dirchownmod.h: Likewise.
23299         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
23300         hosts that require <sys/types.h> before <sys/stat.h>.  Include
23301         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
23302         (test_dir): Remove.
23303         (mkancesdirs): Return length of prefix of FILE that has already
23304         been made, or -2 if there is a child doing the work.  Redo
23305         algorithm so that it is O(N) rather than O(N**2).  Optimize away
23306         ".", and treat ".." specially since it might stray back into
23307         already-created areas.  Use a subprocess if necessary.  New arg
23308         WD; all users changed.  MAKE_DIR function should now return 1
23309         if it creates a directory that is not readable.  Return -2 if
23310         a child process is spun off.
23311         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
23312         Adjust signature to match code.
23313         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
23314         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
23315         all users changed.
23316         * lib/savewd.c, lib/savewd.h: New files.
23317
23318 2006-09-15  Jim Meyering  <jim@meyering.net>
23319
23320         * modules/rename-dest-slash: New module.
23321         * MODULES.html.sh (posix_compat): Add it here.
23322
23323         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
23324
23325 2006-09-15  Jim Meyering  <jim@meyering.net>
23326
23327         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
23328         file.
23329
23330         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
23331
23332 2006-09-15  Jim Meyering  <jim@meyering.net>
23333
23334         * lib/rename-dest-slash.c (has_trailing_slash): Use
23335         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
23336         (rpl_rename_dest_slash): Perform the cheaper trailing slash
23337         test before testing whether SRC is a directory.
23338         Suggestions from Bruno Haible.
23339
23340         Avoid a warning about an unused variable.
23341         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
23342         into the #ifdef block where it's used.
23343
23344         * lib/rename-dest-slash.c: New file.
23345
23346 2006-09-14  Bruno Haible  <bruno@clisp.org>
23347
23348         * lib/allocsa.c: Include <config.h> unconditionally.
23349         * lib/asnprintf.c: Likewise.
23350         * lib/asprintf.c: Likewise.
23351         * lib/c-strcasecmp.c: Likewise.
23352         * lib/c-strcasestr.c: Likewise.
23353         * lib/c-strncasecmp.c: Likewise.
23354         * lib/c-strstr.c: Likewise.
23355         * lib/classpath.c: Likewise.
23356         * lib/clean-temp.c: Likewise.
23357         * lib/concatpath.c: Likewise.
23358         * lib/copy-file.c: Likewise.
23359         * lib/csharpcomp.c: Likewise.
23360         * lib/csharpexec.c: Likewise.
23361         * lib/execute.c: Likewise.
23362         * lib/fatal-signal.c: Likewise.
23363         * lib/findprog.c: Likewise.
23364         * lib/fwriteerror.c: Likewise.
23365         * lib/gl_array_list.c: Likewise.
23366         * lib/gl_array_oset.c: Likewise.
23367         * lib/gl_avltree_list.c: Likewise.
23368         * lib/gl_avltree_oset.c: Likewise.
23369         * lib/gl_avltreehash_list.c: Likewise.
23370         * lib/gl_carray_list.c: Likewise.
23371         * lib/gl_linked_list.c: Likewise.
23372         * lib/gl_linkedhash_list.c: Likewise.
23373         * lib/gl_list.c: Likewise.
23374         * lib/gl_oset.c: Likewise.
23375         * lib/gl_rbtree_list.c: Likewise.
23376         * lib/gl_rbtree_oset.c: Likewise.
23377         * lib/gl_rbtreehash_list.c: Likewise.
23378         * lib/imaxabs.c: Likewise.
23379         * lib/imaxdiv.c: Likewise.
23380         * lib/javacomp.c: Likewise.
23381         * lib/javaexec.c: Likewise.
23382         * lib/javaversion.c: Likewise.
23383         * lib/linebreak.c: Likewise.
23384         * lib/localcharset.c: Likewise.
23385         * lib/lock.c: Likewise.
23386         * lib/mbchar.c: Likewise.
23387         * lib/mbswidth.c: Likewise.
23388         * lib/mkdtemp.c: Likewise.
23389         * lib/pipe.c: Likewise.
23390         * lib/printf-args.c: Likewise.
23391         * lib/printf-parse.c: Likewise.
23392         * lib/progname.c: Likewise.
23393         * lib/progreloc.c: Likewise.
23394         * lib/readlink.c: Likewise.
23395         * lib/sh-quote.c: Likewise.
23396         * lib/stpcpy.c: Likewise.
23397         * lib/stpncpy.c: Likewise.
23398         * lib/strcasecmp.c: Likewise.
23399         * lib/strcasestr.c: Likewise.
23400         * lib/strcspn.c: Likewise.
23401         * lib/striconv.c: Likewise.
23402         * lib/strncasecmp.c: Likewise.
23403         * lib/strnlen1.c: Likewise.
23404         * lib/strstr.c: Likewise.
23405         * lib/strtok_r.c: Likewise.
23406         * lib/tls.c: Likewise.
23407         * lib/tmpdir.c: Likewise.
23408         * lib/unicodeio.c: Likewise.
23409         * lib/unsetenv.c: Likewise.
23410         * lib/vasnprintf.c: Likewise.
23411         * lib/vasprintf.c: Likewise.
23412         * lib/wait-process.c: Likewise.
23413         * lib/xallocsa.c: Likewise.
23414         * lib/xsetenv.c: Likewise.
23415         * lib/xstriconv.c: Likewise.
23416
23417 2006-09-13  Simon Josefsson  <jas@extundo.com>
23418
23419         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
23420         that internally, suggested by Ralf Wildenhues
23421         <Ralf.Wildenhues@gmx.de>.
23422
23423 2006-09-13  Simon Josefsson  <jas@extundo.com>
23424
23425         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
23426         @LIBOBJS@.
23427         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23428
23429 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23430
23431         * lib/_fpending.c: Include <config.h> unconditionally, since we no
23432         longer worry about uses that don't define HAVE_CONFIG_H.
23433         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
23434         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
23435         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
23436         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
23437         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
23438         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
23439         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
23440         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
23441         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
23442         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
23443         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
23444         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
23445         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
23446         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
23447         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
23448         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
23449         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
23450         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
23451         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
23452         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
23453         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
23454         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
23455         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
23456         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
23457         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
23458         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
23459         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
23460         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
23461         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
23462         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
23463         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
23464         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
23465         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
23466         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
23467         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
23468         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
23469         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
23470         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
23471         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
23472         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
23473         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
23474         Likewise.
23475
23476 2006-09-13  Eric Blake  <ebb9@byu.net>
23477
23478         * lib/getopt.c: Fix typo in last commit.
23479
23480 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23481
23482         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
23483         dgettext.
23484
23485 2006-09-12  Jim Meyering  <jim@meyering.net>
23486
23487         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
23488         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
23489         Reported by Nelson H. F. Beebe.
23490
23491 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23492
23493         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
23494         program_invocation_name and program_invocation_short_name are
23495         initialized.
23496         * lib/argp-namefrob.h: Move declarations of program_invocation_name
23497         and program_invocation_short_name to argp.h, so they are visible
23498         to user programs.
23499         * lib/argp.h: Likewise
23500
23501 2006-09-10  Bruno Haible  <bruno@clisp.org>
23502
23503         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23504         m4/inttypes_h.m4, m4/uintmax_t.m4.
23505
23506 2006-09-10  Bruno Haible  <bruno@clisp.org>
23507
23508         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
23509         gl_AC_TYPE_UINTMAX_T.
23510
23511 2006-09-10  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
23514
23515 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23516
23517         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
23518         convention.  Text proposed by Bruno Haible.
23519         (struct argp_option): Document the use of N_() wrappers.
23520
23521         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
23522         '\v', and translate the two parts separately, instead of feeding
23523         the whole string to gettext.  This allows to exclude
23524         '\v' from the strings visible to the translator by writing doc
23525         strings as N_("..") "\v" N_("..").
23526
23527 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
23528
23529         * config/srclist.txt: Undo latest change; the bug was fixed.
23530
23531 2006-09-09  Bruno Haible  <bruno@clisp.org>
23532
23533         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
23534         assignments if building a library without libtool.
23535         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
23536         in func_emit_lib_Makefile_am.
23537         (func_import): When building a static library libfoo.a, arrange to
23538         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
23539         (func_create_testdir): Likewise.
23540         * modules/gc (configure.ac, Makefile.am): If building statically,
23541         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
23542         * modules/iconvme (configure.ac, Makefile.am): Likewise.
23543         * modules/striconv (configure.ac, Makefile.am): Likewise.
23544         Based on a suggestion by Ralf Wildenhues.
23545
23546 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23547
23548         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
23549         Check for unistd.h too, since Autoconf doesn't assume POSIX.
23550         Also:
23551
23552         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23553         Add year_2050_test to catch glibc bug 2821
23554         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
23555
23556         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23557         Prefer #ifdef to #if.
23558
23559         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
23560         Return from 'main' instead of calling 'exit'.
23561
23562 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23563
23564         * lib/mktime.c (guess_time_tm): Fix bug where mktime
23565         returned the maximum time_t value rather than (time_t) -1.
23566         Problem originally reported by William Bardwell
23567         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
23568
23569         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
23570         Moved to here ...
23571         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
23572         ... from here.
23573
23574 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23575
23576         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
23577         2821 is fixed.
23578
23579 2006-09-08  Jim Meyering  <jim@meyering.net>
23580
23581         Don't make generated files read-only.  That would bother too many
23582         people.  However, do retain the ability to work when targets are
23583         read-only: remove the destination and temporary files before writing
23584         them (when generated via sed or echo), or by using the -f option for
23585         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
23586         * modules/alloca-opt, modules/argz, modules/arpa_inet:
23587         * modules/byteswap, modules/configmake, modules/fcntl:
23588         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
23589         * modules/localcharset, modules/netinet_in, modules/poll:
23590         * modules/stdbool, modules/stdint, modules/sys_select:
23591         * modules/sys_socket, modules/sys_stat, modules/sysexits:
23592
23593 2006-09-08  Jim Meyering  <jim@meyering.net>
23594
23595         Avoid new build failure on FreeBSD 6.0.
23596         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
23597         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
23598         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
23599
23600 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23601
23602         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
23603
23604 2006-09-07  Jim Meyering  <jim@meyering.net>
23605
23606         Fix global typo in last change: use chmod u-w, not chmod u-x.
23607         Spotted by Paul Eggert and Bruce Korb.
23608         * modules/alloca-opt, modules/argz, modules/arpa_inet:
23609         * modules/byteswap, modules/configmake, modules/fcntl:
23610         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
23611         * modules/localcharset, modules/netinet_in, modules/poll:
23612         * modules/stdbool, modules/stdint, modules/sys_select:
23613         * modules/sys_socket, modules/sys_stat, modules/sysexits:
23614
23615 2006-09-06  Jim Meyering  <jim@meyering.net>
23616
23617         Make generated files be read-only.
23618         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
23619         Ensure that each generated file is now read-only.
23620         * modules/argz: Likewise.
23621         * modules/arpa_inet: Likewise.
23622         * modules/byteswap: Likewise.
23623         * modules/configmake: Likewise.
23624         * modules/fcntl: Likewise.
23625         * modules/fnmatch: Likewise.
23626         * modules/getopt: Likewise.
23627         * modules/glob: Likewise.
23628         * modules/inttypes: Likewise.
23629         * modules/netinet_in: Likewise.
23630         * modules/poll: Likewise.
23631         * modules/stdbool: Likewise.
23632         * modules/stdint: Likewise.
23633         * modules/sys_select: Likewise.
23634         * modules/sys_socket: Likewise.
23635         * modules/sys_stat: Likewise.
23636         * modules/sysexits: Likewise.
23637         * modules/localcharset: Same as above, but continue using temporary
23638         file named "t-$@" (why different?) rather than the "$@-t" used
23639         everywhere else.
23640
23641         * modules/sysexits (Makefile.am): Replace literal occurrences
23642         of "sysexit.h" more readable, and more consistent, "$@".
23643
23644 2006-09-06  Bruno Haible  <bruno@clisp.org>
23645
23646         * modules/striconv: New file.
23647         * modules/xstriconv: New file.
23648         * MODULES.html.sh (Internationalization functions): Add striconv,
23649         xstriconv.
23650
23651 2006-09-06  Bruno Haible  <bruno@clisp.org>
23652
23653         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
23654         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
23655         not using libtool correctly.
23656
23657 2006-09-06  Bruno Haible  <bruno@clisp.org>
23658
23659         * lib/striconv.h: New file.
23660         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
23661         iconvstring.c.
23662         * lib/xstriconv.h: New file.
23663         * lib/xstriconv.c: New file.
23664
23665 2006-09-06  Bruno Haible  <bruno@clisp.org>
23666
23667         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
23668         lib_..._LDFLAGS.
23669
23670 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23671
23672         * lib/argz_.h: Sync from Libtool.
23673
23674         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
23675                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23676
23677         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
23678
23679 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
23680
23681         * modules/trim: New file.
23682
23683 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
23684
23685         * lib/trim.h: New file.
23686         * lib/trim.c: New file.
23687
23688 2006-09-05  Bruno Haible  <bruno@clisp.org>
23689
23690         * MODULES.html.sh (String handling): Add trim.
23691
23692 2006-09-04  Karl Berry  <karl@gnu.org>
23693
23694         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
23695         until next release.
23696
23697 2006-09-03  Bruno Haible  <bruno@clisp.org>
23698
23699         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
23700         correctly.
23701
23702 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23703
23704         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
23705         not gl_GETLOADAVG.  Omit unneeded semicolons.
23706         Problems reported by Ralf Wildenhues in
23707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
23708         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
23709         at the end, which is the usual gnulib style.
23710
23711         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
23712         of doing all the work ourselves.
23713         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
23714         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
23715
23716 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23717
23718         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
23719         Problem reported by Ralf Wildenhues in
23720         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
23721
23722         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
23723         HAVE_STRUCT_STATFS_F_FSTYPENAME.
23724
23725 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23726
23727         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
23728         yesterday's patch by changing test -n to test -z.
23729
23730 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23731
23732         * modules/getloadavg (Files): Add m4/getloadavg.m4.
23733         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
23734         the former is now obsolescent.
23735
23736         * modules/chdir-long (Depends-on): Add fcntl.
23737
23738 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23739
23740         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
23741         obsolescent, and programs should use gnulib instead.
23742         * m4/getloadavg.m4: New file, with contents taken from Autoconf
23743         but with prefixes changed.
23744
23745 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23746
23747         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
23748         or stdbool.h, because they might not exist while configuring.
23749
23750         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
23751         Don't include unistd.h or limits.h; not needed, since chdir-long.h
23752         does that for us.
23753         (O_DIRECTORY): Remove.
23754
23755 2006-08-31  Eric Blake  <ebb9@byu.net>
23756
23757         * gnulib-tool: Don't let emacs change spaces to TAB.
23758
23759 2006-08-31  Bruno Haible  <bruno@clisp.org>
23760
23761         * gnulib-tool: When calling func_import more than once, do it in a
23762         subshell.
23763         Reported by Eric Blake <ebb9@byu.net>.
23764
23765 2006-08-31  Bruno Haible  <bruno@clisp.org>
23766
23767         * gnulib-tool (nl): Remove variable.
23768         (sed_transform_lib_file): Use more robust test for config-h module.
23769         (func_import): Fix typo in 2006-08-25 patch.
23770
23771 2006-08-31  Bruno Haible  <bruno@clisp.org>
23772
23773         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
23774         specified, augment Makefile.am variables instead of assigning them.
23775
23776 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23777
23778         Work around a bug in both the Linux and SunOS 64-bit kernels:
23779         nanosleep mishandles sleeps for longer than 2**31 seconds.
23780         Problem reported by Frank v Waveren in
23781         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
23782         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
23783         Check for nanosleep bug.
23784         (LIB_NANOSLEEP): Append clock_gettime library if needed.
23785
23786 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23787
23788         Work around a bug in both the Linux and SunOS 64-bit kernels:
23789         nanosleep mishandles sleeps for longer than 2**31 seconds.
23790         Problem reported by Frank v Waveren in
23791         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
23792         * lib/nanosleep.c (BILLION): New constant.
23793         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
23794         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
23795         implementation.
23796
23797 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23798
23799         * modules/nanosleep (Depends-on): Add gettime.
23800
23801 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23802         and Simon Josefsson  <jas@extundo.com>
23803         and Oskar Liljeblad  <oskar@osk.mine.nu>
23804
23805         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
23806         * gnulib-tool (func_import): New license type 'unmodifiable license
23807         text'.
23808         * modules/fdl: Use it.  Longer description.
23809         * module/gpl, module/lgpl: New files.
23810
23811 2006-08-30  Jim Meyering  <jim@meyering.net>
23812
23813         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
23814         shadowing the parameter.
23815
23816 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23817
23818         Sync from Libtool:
23819
23820         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23821
23822         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
23823         sharing with gnulib.  Report by Eric Blake.
23824
23825 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23826
23827         * modules/isapipe: New file.
23828         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
23829
23830 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23831
23832         * modules/configmake (Makefile.am): Add a comment, and omit
23833         the CONFIGMAKE_ prefix from generated macro names.  Suggested
23834         by Bruno Haible.
23835
23836 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23837
23838         * m4/isapipe.m4: New file.
23839
23840 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23841
23842         * lib/isapipe.c, lib/isapipe.h: New files.
23843
23844 2006-08-29  Jim Meyering  <jim@meyering.net>
23845
23846         * modules/configmake (Makefile.am): Make configmake.h depend on
23847         Makefile.  Otherwise, a stale configmake.h could hang around.
23848
23849 2006-08-29  Eric Blake  <ebb9@byu.net>
23850
23851         * lib/error.c (error_at_line, print_errno_message): Match libc, after
23852         resolution of upstream bug 3044.
23853
23854 2006-08-29  Bruno Haible  <bruno@clisp.org>
23855
23856         * modules/localcharset (Depends-on): Add configmake.
23857         (Makefile.am): Remove setting of LIBDIR through DEFS.
23858
23859 2006-08-29  Bruno Haible  <bruno@clisp.org>
23860
23861         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
23862         defined.
23863
23864 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23865
23866         * modules/fcntl: New file.
23867         * modules/chdir-safer (Depends-on): Add fcntl.
23868         * modules/fts: Likewise.
23869         * modules/mkdir-p: Likewise.
23870
23871         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
23872         This undoes the most recent change, since we're now addressing the
23873         problem in a different way.
23874
23875         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
23876         into output, since the output might be called Makefile.am even
23877         if $makefile_name is something different.
23878         (func_import): Use $makefile_am rather than
23879         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
23880         empty.
23881
23882         * modules/inttypes (Files): Add m4/inttypes-h.m4.
23883
23884 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23885
23886         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
23887         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
23888         recent change to stdint.m4, since we're now addressing the problem in a
23889         different way.
23890
23891 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23892
23893         * m4/fcntl_h.m4: New file.
23894
23895 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23896
23897         * lib/fcntl_.h: New file.
23898         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
23899         the fcntl module.
23900         * lib/dirchownmod.c: Likewise.
23901         * lib/fts.c: Likewise.
23902
23903         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
23904         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
23905         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
23906         just before including <inttypes.h>, to avoid circular inclusion.
23907
23908 2006-08-28  Jim Meyering  <jim@meyering.net>
23909
23910         * doc/visibility.texi: Actually read and correct the grammar of the
23911         sentence affected by yesterday's change.
23912
23913 2006-08-28  Eric Blake  <ebb9@byu.net>
23914
23915         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
23916         needs wrapper.
23917
23918 2006-08-28  Eric Blake  <ebb9@byu.net>
23919
23920         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
23921
23922 2006-08-28  Eric Blake  <ebb9@byu.net>
23923
23924         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
23925
23926 2006-08-28  Bruno Haible  <bruno@clisp.org>
23927
23928         * modules/c-strstr: New file, from GNU gettext.
23929         * MODULES.html.sh (String handling): Add c-strstr.
23930
23931 2006-08-28  Bruno Haible  <bruno@clisp.org>
23932
23933         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
23934         macros.
23935         Reported by Eric Blake.
23936
23937 2006-08-28  Bruno Haible  <bruno@clisp.org>
23938
23939         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
23940         (VASNPRINTF): Return a string of length > INT_MAX without failing.
23941         * lib/vasprintf.c: Include errno.h, limits.h.
23942         (EOVERFLOW): New fallback definition.
23943         (vasprintf): Test here whether the string length is > INT_MAX.
23944         * lib/vsnprintf.c: Include errno.h, limits.h.
23945         (EOVERFLOW): New fallback definition.
23946         (vsnprintf): Fix bug when generated string was too long for the buffer.
23947         Test here whether the string length is > INT_MAX.
23948
23949 2006-08-28  Bruno Haible  <bruno@clisp.org>
23950
23951         * lib/inttypes_.h (SCNX*): Remove definitions.
23952         Reported by Eric Blake.
23953
23954 2006-08-28  Bruno Haible  <bruno@clisp.org>
23955
23956         * lib/c-strstr.h: New file, from GNU gettext.
23957         * lib/c-strstr.c: New file, from GNU gettext.
23958
23959 2006-08-28  Bruno Haible  <bruno@clisp.org>
23960
23961         * gnulib-tool: Reorder some statements.
23962
23963 2006-08-28  Bruno Haible  <bruno@clisp.org>
23964
23965         * gnulib-tool: New option --makefile-name.
23966         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
23967         $makefile_name.
23968         (func_import): Write $makefile_name to the cache file, and read it from
23969         there unless explicitly specified. Use $makefile_name as file name
23970         instead of Makefile.am. Adjust the recommendations accordingly.
23971
23972 2006-08-28  Bruno Haible  <bruno@clisp.org>
23973
23974         * gnulib-tool (func_verify_module): Check against misapplying patch.
23975
23976 2006-08-28  Bruno Haible  <bruno@clisp.org>
23977
23978         * gnulib-tool (func_relativize, func_relconcat): New functions.
23979         Give an error if --local-dir is given with --update.
23980         Remove trailing slashes from $local_gnulib_dir.
23981         (func_import): Store the relativized $local_gnulib_dir in
23982         gnulib-cache.m4, and read it from there if not specified explicitly.
23983
23984 2006-08-28  Bruno Haible  <bruno@clisp.org>
23985
23986         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
23987         is the current directory. Respect also $local_gnulib_dir.
23988
23989 2006-08-28  Bruno Haible  <bruno@clisp.org>
23990             Simon Josefsson  <jas@extundo.com>
23991
23992         BeOS portability.
23993         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
23994
23995 2006-08-27  Jim Meyering  <jim@meyering.net>
23996
23997         * doc/visibility.texi: Remove duplicate word: "pointer".
23998
23999 2006-08-26  Bruno Haible  <bruno@clisp.org>
24000
24001         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
24002         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
24003         (Makefile.am): Create inttypes.h from inttypes_.h.
24004         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
24005
24006         * modules/imaxabs: New file.
24007
24008         * modules/imaxdiv: New file.
24009
24010 2006-08-26  Bruno Haible  <bruno@clisp.org>
24011
24012         * m4/inttypes.m4: New file.
24013         * m4/_inttypes_h.m4: Remove file.
24014         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
24015         PRI_MACROS_BROKEN.
24016         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
24017
24018         * m4/imaxabs.m4: New file.
24019
24020         * m4/imaxdiv.m4: New file.
24021
24022 2006-08-26  Bruno Haible  <bruno@clisp.org>
24023
24024         * lib/inttypes_.h: New file.
24025         * lib/inttypes.h: Remove file.
24026         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24027
24028         * lib/imaxabs.c: New file.
24029
24030         * lib/imaxdiv.c: New file.
24031
24032 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24033
24034         New config-h module, so that "make" output needn't be cluttered
24035         by -DHAVE_CONFIG_H.
24036         * MODULES.html.sh (Support for building libraries and executables):
24037         Add config-h.
24038         * modules/config-h: New file.
24039         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24040         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24041         the config-h module is used.
24042
24043         New configmake module, so that "make" output needn't be cluttered
24044         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24045         * MODULES.html.sh (Support for building libraries and executables):
24046         Add configmake.
24047         * modules/configmake: New file.
24048
24049 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24050
24051         * m4/config-h.m4: New file.
24052
24053 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24054
24055         * config/srclist.txt: Add elisp-comp.
24056
24057 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24058
24059         * MODULES.html.sh (Support for building libraries and executables):
24060         Add elisp-comp.
24061         * build-aux/elisp-comp: New file.
24062         * modules/elisp-comp: New file.
24063
24064 2006-08-24  Bruno Haible  <bruno@clisp.org>
24065
24066         * gnulib-tool (func_create_testdir): Use non-default values of
24067         sourcebase and m4base.
24068
24069 2006-08-24  Bruno Haible  <bruno@clisp.org>
24070
24071         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24072         HTML structure.
24073
24074 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24075
24076         * modules/openat (Depends-on): Add lchown.
24077
24078 2006-08-23  Bruno Haible  <bruno@clisp.org>
24079
24080         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24081         of gl_LOCK_EARLY instead of gl_LOCK.
24082
24083 2006-08-23  Bruno Haible  <bruno@clisp.org>
24084
24085         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24086         on OSF/1 to no.
24087         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24088
24089 2006-08-23  Bruno Haible  <bruno@clisp.org>
24090
24091         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24092         as unusable.
24093
24094         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24095         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24096         (gl_LOCK): New macro.
24097
24098 2006-08-22  Simon Josefsson  <jas@extundo.com>
24099
24100         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24101         to md5 module.
24102
24103 2006-08-22  Simon Josefsson  <jas@extundo.com>
24104
24105         * MODULES.html.sh: Add "Support for maintaining and release
24106         projects".
24107
24108         * build-aux/gnupload: New file, from coreutils.
24109
24110 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24111
24112         Avoid the need for AC_LIBSOURCES in m4 macros.
24113         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24114         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24115         * modules/check-version (EXTRA_DIST): Add check-version.h.
24116         * modules/crc (EXTRA_DIST): Add crc.h.
24117         * modules/des (EXTRA_DIST): Add des.h.
24118         * modules/gc (EXTRA_DIST): Add gc.h.
24119         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24120         * modules/getline (EXTRA_DIST): Add getline.h.
24121         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24122         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24123         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24124         * modules/md2 (EXTRA_DIST): Add md2.h.
24125         * modules/md4 (EXTRA_DIST): Add md4.h.
24126         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24127         * modules/read-file (EXTRA_DIST): Add read-file.h.
24128         * modules/readline (EXTRA_DIST): Add readline.h.
24129         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24130         rijndael-api-fst.h.
24131
24132 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24133
24134         * m4/rijndael.m4 (gl_ARCFOUR):
24135         * m4/arctwo.m4 (gl_ARCTWO):
24136         * m4/check-version.m4 (gl_CHECK_VERSION):
24137         * m4/crc.m4 (gl_CRC):
24138         * m4/des.m4 (gl_DES):
24139         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24140         * m4/gc.m4 (gl_GC):
24141         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24142         * m4/getline.m4 (gl_FUNC_GETLINE):
24143         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24144         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24145         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24146         * m4/md2.m4 (gl_MD2):
24147         * m4/md4.m4 (gl_MD4):
24148         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24149         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24150         * m4/readline.m4 (gl_FUNC_READLINE):
24151         * m4/rijndael.m4 (gl_RIJNDAEL):
24152         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24153         to get the necessary .h files and whatnot.
24154
24155 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24156
24157         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24158         gnulib rather than the other way around.
24159         * config/srclistvars.sh (COREUTILS): Remove.
24160
24161 2006-08-22  Jim Meyering  <jim@meyering.net>
24162
24163         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24164
24165         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24166
24167 2006-08-22  Eric Blake  <ebb9@byu.net>
24168
24169         * modules/regexprops-generic: New file.
24170         * MODULES.html.sh (Support for building documentation): List it.
24171
24172 2006-08-22  Eric Blake  <ebb9@byu.net>
24173
24174         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24175         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24176         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24177         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24178
24179 2006-08-22  Bruno Haible  <bruno@clisp.org>
24180
24181         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24182         and lib_LTLIBRARIES like the other lib_* variables.
24183
24184 2006-08-22  Bruno Haible  <bruno@clisp.org>
24185
24186         * build-aux/x-to-1.in: New file, from GNU gettext.
24187
24188 2006-08-22  Bruno Haible  <bruno@clisp.org>
24189
24190         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24191         <utmpx.h> exists.
24192
24193 2006-08-22  Bruno Haible  <bruno@clisp.org>
24194
24195         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24196         <utmpx.h> exists.
24197
24198 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24199
24200         BeOS portability.
24201         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24202         exist.
24203         Problem reported by Bruno Haible.
24204
24205 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24206
24207         Avoid the need for AC_LIBSOURCES in m4 macros.
24208         * modules/acl (EXTRA_DIST): Add acl.h.
24209         * modules/argmatch (Files): Add m4/argmatch.m4.
24210         (configure.ac): Add gl_ARGMATCH.
24211         (EXTRA_DIST): Renamed from lib_SOURCES, for
24212         consistency with the other modules.  Remove argmatch.c.
24213         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
24214         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
24215         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
24216         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
24217         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
24218         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
24219         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
24220         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
24221         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
24222         * modules/closeout (EXTRA_DIST): Add closeout.h.
24223         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
24224         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
24225         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
24226         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
24227         dirname.h; remove basename.c and stripslash.c.
24228         * modules/exclude (EXTRA_DIST): Add exclude.h.
24229         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
24230         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
24231         * modules/file-type (EXTRA_DIST): Add file-type.h.
24232         * modules/filemode (EXTRA_DIST): Add filemode.h.
24233         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
24234         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24235         * modules/fpending (EXTRA_DIST): Add __fpending.h.
24236         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
24237         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
24238         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
24239         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
24240         * modules/getdate (EXTRA_DIST): Add getdate.c.
24241         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
24242         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
24243         * modules/getpass (EXTRA_DIST): Add getpass.h.
24244         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
24245         * modules/group-member (EXTRA_DIST): Add group-member.h.
24246         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
24247         * modules/hash (EXTRA_DIST): Add hash.h.
24248         * modules/human (EXTRA_DIST): Add human.h.
24249         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
24250         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
24251         * modules/lchown (EXTRA_DIST): Add lchown.h.
24252         * modules/long-options (EXTRA_DIST): Add long-options.h.
24253         * modules/lstat (EXTRA_DIST): Add lstat.h.
24254         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
24255         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
24256         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
24257         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
24258         * modules/memxor (EXTRA_DIST): Add memxor.h.
24259         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
24260         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
24261         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
24262         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
24263         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
24264         * modules/physmem (EXTRA_DIST): Add physmem.h.
24265         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
24266         * modules/posixver (EXTRA_DIST): Add posixver.h.
24267         * modules/quote (EXTRA_DIST): Add quote.h.
24268         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
24269         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
24270         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
24271         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
24272         regex_internal.h regexec.c.
24273         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
24274         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
24275         * modules/same (EXTRA_DIST): Add same.h.
24276         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
24277         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
24278         * modules/savedir (EXTRA_DIST): Add savedir.h.
24279         * modules/sha1 (EXTRA_DIST): Add sha1.h.
24280         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
24281         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
24282         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
24283         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
24284         * modules/strdup (EXTRA_DIST): Add strdup.h.
24285         * modules/strftime (EXTRA_DIST): Add strftime.h.
24286         * modules/strndup (EXTRA_DIST): Add strndup.h.
24287         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
24288         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
24289         * modules/time_r (EXTRA_DIST): Add time_r.h.
24290         * modules/timespec (EXTRA_DIST): Add timespec.h.
24291         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24292         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
24293         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
24294         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
24295         * modules/userspec (EXTRA_DIST): Add userspec.h.
24296         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
24297         * modules/utimens (EXTRA_DIST): Add utimens.h.
24298         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
24299         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
24300         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
24301         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
24302         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
24303         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
24304         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
24305         * modules/yesno (EXTRA_DIST): Add yesno.h.
24306
24307 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24308
24309         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
24310
24311         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
24312         * m4/dev-ino.m4, same-inode.m4: Remove.
24313
24314         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
24315         * m4/acl.m4 (AC_FUNC_ACL):
24316         * m4/backupfile.m4 (gl_BACKUPFILE):
24317         * m4/c-strtod.m4 (gl_C99_STRTOLD):
24318         * m4/canon-host.m4 (gl_CANON_HOST):
24319         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24320         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
24321         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
24322         * m4/cloexec.m4 (gl_CLOEXEC):
24323         * m4/close-stream.m4 (gl_CLOSE_STREAM):
24324         * m4/closeout.m4 (gl_CLOSEOUT):
24325         * m4/dirfd.m4 (gl_FUNC_DIRFD):
24326         * m4/dirname.m4 (gl_DIRNAME):
24327         * m4/exclude.m4 (gl_EXCLUDE):
24328         * m4/exitfail.m4 (gl_EXITFAIL):
24329         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
24330         * m4/file-type.m4 (gl_FILE_TYPE):
24331         * m4/filemode.m4 (gl_FILEMODE):
24332         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
24333         * m4/fpending.m4 (gl_FUNC_FPENDING):
24334         * m4/fprintftime.m4 (gl_FPRINTFTIME):
24335         * m4/fts.m4 (gl_FUNC_FTS):
24336         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
24337         * m4/getdate.m4 (gl_GETDATE):
24338         * m4/gethrxtime.m4 (gl_GETHRXTIME):
24339         * m4/getpagesize.m4 (gl_GETPAGESIZE):
24340         * m4/getpass.m4 (gl_FUNC_GETPASS):
24341         * m4/gettime.m4 (gl_GETTIME):
24342         * m4/getugroups.m4 (gl_GETUGROUPS):
24343         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
24344         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
24345         * m4/hard-locale.m4 (gl_HARD_LOCALE):
24346         * m4/hash.m4 (gl_HASH):
24347         * m4/idcache.m4 (gl_IDCACHE):
24348         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
24349         * m4/lchown.m4 (gl_FUNC_LCHOWN):
24350         * m4/long-options.m4 (gl_LONG_OPTIONS):
24351         * m4/lstat.m4 (gl_FUNC_LSTAT):
24352         * m4/md5.m4 (gl_MD5):
24353         * m4/memcasecmp.m4 (gl_MEMCASECMP):
24354         * m4/memcoll.m4 (gl_MEMCOLL):
24355         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
24356         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
24357         * m4/memxor.m4 (gl_MEMXOR):
24358         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
24359         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
24360         * m4/modechange.m4 (gl_MODECHANGE):
24361         * m4/mountlist.m4 (gl_MOUNTLIST):
24362         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24363         * m4/openat.m4 (gl_FUNC_OPENAT):
24364         * m4/pathmax.m4 (gl_PATHMAX):
24365         * m4/physmem.m4 (gl_PHYSMEM):
24366         * m4/posixtm.m4 (gl_POSIXTM):
24367         * m4/posixver.m4 (gl_POSIXVER):
24368         * m4/quote.m4 (gl_QUOTE):
24369         * m4/quotearg.m4 (gl_QUOTEARG):
24370         * m4/readtokens.m4 (gl_READTOKENS):
24371         * m4/readutmp.m4 (gl_READUTMP):
24372         * m4/regex.m4 (gl_REGEX):
24373         * m4/safe-read.m4 (gl_SAFE_READ):
24374         * m4/safe-write.m4 (gl_SAFE_WRITE):
24375         * m4/same.m4 (gl_SAME):
24376         * m4/save-cwd.m4 (gl_SAVE_CWD):
24377         * m4/savedir.m4 (gl_SAVEDIR):
24378         * m4/settime.m4 (gl_SETTIME):
24379         * m4/sha1.m4 (gl_SHA1):
24380         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
24381         * m4/stat-macros.m4 (gl_STAT_MACROS):
24382         * m4/stat-time.m4 (gl_STAT_TIME):
24383         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
24384         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
24385         * m4/strdup.m4 (gl_FUNC_STRDUP):
24386         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
24387         * m4/strndup.m4 (gl_FUNC_STRNDUP):
24388         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
24389         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
24390         * m4/time_r.m4 (gl_TIME_R):
24391         * m4/timespec.m4 (gl_TIMESPEC):
24392         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
24393         * m4/unlinkdir.m4 (gl_UNLINKDIR):
24394         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
24395         * m4/userspec.m4 (gl_USERSPEC):
24396         * m4/utimecmp.m4 (gl_UTIMECMP):
24397         * m4/utimens.m4 (gl_UTIMENS):
24398         * m4/xalloc.m4 (gl_XALLOC):
24399         * m4/xgetcwd.m4 (gl_XGETCWD):
24400         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
24401         * m4/xreadlink.m4 (gl_XREADLINK):
24402         * m4/xstrtod.m4 (gl_XSTRTOD):
24403         * m4/yesno.m4 (gl_YESNO):
24404         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24405         to get the necessary .h files and whatnot.
24406
24407 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
24408             Bruno Haible  <bruno@clisp.org>
24409
24410         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
24411         /bin/sh understanding of '!' conditional negation.
24412
24413 2006-08-21  Jim Meyering  <jim@meyering.net>
24414
24415         * modules/openat (Depends-on): Really alphabetize.
24416
24417         * modules/acl (Depends-on): Add error and quote.
24418
24419         * check-module (find_included_lib_files): Add at-func.c to the
24420         ok-to-include-more-than-once white list.
24421
24422         * modules/openat (Depends-on): Add lstat.  Alphabetize.
24423
24424 2006-08-21  Bruno Haible  <bruno@clisp.org>
24425
24426         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24427         Emit a pkgdata_DATA variable only if some snippets add contents to it.
24428         Reported by Martin Lambers <marlam@marlam.de>.
24429
24430 2006-08-21  Bruno Haible  <bruno@clisp.org>
24431
24432         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
24433         specify an installation location, don't emit a noinst_LIBRARIES or
24434         noinst_LTLIBRARIES assignment.
24435
24436 2006-08-21  Bruno Haible  <bruno@clisp.org>
24437
24438         BeOS portability.
24439         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
24440         BeOS has mbrtowc() but no <wctype.h>.
24441
24442 2006-08-21  Bruno Haible  <bruno@clisp.org>
24443
24444         BeOS portability.
24445         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
24446         exist.
24447
24448 2006-08-21  Bruno Haible  <bruno@clisp.org>
24449
24450         BeOS portability.
24451         * lib/mbchar.h: Include <wctype.h> only if it exists.
24452
24453 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24454
24455         Remove files that are no longer needed by their respective modules.
24456         * m4/obstack.m4: Remove.
24457         * m4/strerror_r.m4: Remove.
24458         * m4/uint32_t.m4: Remove.
24459         * m4/uintptr_t.m4: Remove.
24460         * m4/ullong_max.m4: Remove.
24461         * m4/xstrtoimax.m4: Remove.
24462         * m4/xstrtoumax.m4: Remove.
24463
24464         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
24465         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
24466         dependencies now capture this.
24467
24468         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
24469         Do not use AC_LIBSOURCES, since gnulib modules now do this.
24470         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
24471         * m4/human.m4 (gl_HUMAN): Likewise.
24472         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
24473         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
24474
24475         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
24476
24477         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
24478         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
24479         stdint.
24480         * m4/human.m4 (gl_HUMAN): Likewise.
24481         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
24482         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
24483         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24484         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24485         * m4/xstrtol (gl_XSTRTOL): Likewise.
24486
24487         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
24488         AC_TYPE_LONG_LONG_INT.
24489         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24490         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
24491         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
24492         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24493
24494         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
24495         on stdbool.
24496
24497         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
24498         (gl_PREREQ_XSTRTOUL): Remove.
24499
24500         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
24501
24502         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
24503         mode.
24504
24505 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24506
24507         Add and change modules to make it easier for coreutils to use
24508         gnulib-tool.
24509         * modules/backupfile (Files): Remove m4/d-ino.m4.
24510         (Depends-on): Add d-ino.
24511         * modules/cycle-check (Depends-on): Add stdint.
24512         (lib_SOURCES): Add cycle-check.h.
24513         * modules/d-ino: New module.
24514         * modules/d-type: New module.
24515         * modules/error (Files): Remove m4/strerror_r.m4.
24516         * modules/filemode (Files): Add m4/st_dm_mode.m4.
24517         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24518         m4/inttypes_h.m4, m4/uintmax_t.m4.
24519         (Depends-on): Add stdint.
24520         (lib_SOURCES): Add fsusage.h.
24521         * modules/getcwd (Files): Remove d-ino.m4.
24522         (Depends-on): Add d-ino.
24523         * modules/getndelim2 (Depends-on): Add stdint.
24524         * modules/glob (Files): Remove m4/d-type.m4.
24525         (Depends-on): Add d-type.
24526         * modules/host-os: New module.
24527         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
24528         m4/inttypes_h.m4, m4/uintmax_t.m4.
24529         * Depends-on: Add stdint.
24530         (lib_SOURCES): Add human.h.
24531         * modules/inttostr (Files): Remove m4/intmax_t.m4,
24532         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
24533         m4/uintmax_t.m4, m4/ulonglong.m4.
24534         (Depends-on): Add stdint.
24535         (EXTRA_DIST): Add inttostr.h.
24536         * modules/lchmod: New module.
24537         * modules/link-follow: New module.
24538         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
24539         (Depends-on): Add lchmod.
24540         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
24541         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
24542         (Depends-on): Add stdint.
24543         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
24544         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
24545         (Depends-on): Add stdint.
24546         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
24547         * modules/perl: New module.
24548         * modules/regex (Depends-on): Add stdint.
24549         * modules/rmdir-errno: New module.
24550         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
24551         m4/intmax_t.m4.
24552         (Depends-on): Add stdint.
24553         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
24554         m4/uintmax_t.m4.
24555         (Depends-on): Add stdint.
24556         * modules/unlink-busy: New module.
24557         * modules/utimecmp (Depends-on): Add stdint.
24558         * modules/uptime: New module.
24559         * modules/winsz-ioctl: New module.
24560         * modules/winsz-termios: New module.
24561         * modules/xnanosleep (Depends-on): Add nanosleep.
24562         * modules/ullong_max: Remove.
24563         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
24564         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
24565         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
24566         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
24567         (Depends-on): Add inttypes.
24568         (lib_SOURCES): Add xstrtol.h.
24569         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
24570         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
24571         * MODULES.html.sh: Move 'assert' into the assert section.
24572         Move 'dummy' into the linking section.
24573         Remove ullong_max.
24574         Add section for compatibility checks for POSIX:2001 functions,
24575         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
24576         winsz-ioctl, and winsz-termios into it.
24577         Add lchmod.
24578         Add top-level Misc section and put host-os, perl, and uptime
24579         into it.
24580
24581 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24582
24583         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
24584         now assume the stdint module.  Do not include inttypes.h.
24585         * lib/fsusage.h: Likewise.
24586         * lib/getndelim2.c: Likewise.
24587         * lib/human.h: Likewise.
24588         * lib/inttostr.h: Likewise.
24589         * lib/obstack.c: Likewise.
24590         * lib/regex_internal.h: Likewise.
24591         * lib/tempname.c: Likewise.
24592         * lib/utimecmp.c: Likewise.
24593         * lib/xstrtol.h: Likewise.
24594
24595         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
24596
24597         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
24598         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
24599         * lib/xtime.h: Likewise.
24600
24601 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24602
24603         * modules/openat (Files): Add lib/fchmodat.c.
24604         Fixes problem reported by Jay Youngman.
24605
24606 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24607
24608         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
24609         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
24610
24611 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
24612             Bruno Haible  <bruno@clisp.org>
24613
24614         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
24615         and is a script that invokes bison. Tighten the code. Add comments.
24616
24617 2006-08-18  Jim Meyering  <jim@meyering.net>
24618
24619         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
24620         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
24621         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
24622         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
24623
24624 2006-08-18  Bruno Haible  <bruno@clisp.org>
24625
24626         * modules/bison-i18n: New file.
24627         * MODULES.html.sh (Internationalization functions): Add it.
24628
24629 2006-08-18  Bruno Haible  <bruno@clisp.org>
24630
24631         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
24632         sys/statvfs.h. When getmntinfo was found, check its declaration and
24633         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
24634
24635 2006-08-18  Bruno Haible  <bruno@clisp.org>
24636
24637         * m4/bison-i18n.m4: New file, from bison.
24638
24639 2006-08-18  Bruno Haible  <bruno@clisp.org>
24640
24641         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
24642         (ME_DUMMY): Treat "kernfs" as a dummy.
24643         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
24644
24645 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24646
24647         Update from coreutils.
24648
24649         2006-08-15  Jim Meyering  <jim@meyering.net>
24650
24651         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
24652
24653         2006-01-17  Jim Meyering  <jim@meyering.net>
24654
24655         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
24656
24657         2006-01-11  Jim Meyering  <jim@meyering.net>
24658
24659         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
24660         Check for the lchmod function.
24661
24662 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24663
24664         Update from coreutils.
24665
24666         * lib/__fpending.h: Add copyright notice.
24667         * lib/fprintftime.h: Likewise.
24668         * lib/savedir.c: Use (C) in copyright notice.
24669         * lib/savedir.h: Likewise.
24670
24671         2006-08-15  Jim Meyering  <jim@meyering.net>
24672
24673         * lib/at-func.c: New file, with the logic of all emulated at-functions.
24674         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
24675         in support of the EXPECTED_ERRNO macro.
24676         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
24677         definitions.  Instead, define the appropriate symbols and include
24678         "at-func.c".
24679         * lib/mkdirat.c (mkdirat): Likewise.
24680         * lib/fchmodat.c (fchmodat): Likewise.
24681         (ENOSYS): Remove definition.
24682         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
24683         it.  Don't include "unistd--.h" -- it wasn't ever used.
24684
24685         2006-01-17  Jim Meyering  <jim@meyering.net>
24686
24687         Rewrite fts.c not to change the current working directory,
24688         by using openat, fstatat, fdopendir, etc..
24689
24690         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
24691         (HAVE_OPENAT_SUPPORT): Define.
24692         [_LIBC] (fchdir): Don't undef or define; no longer used.
24693         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
24694         Now, this `function' always succeeds, and consumes its file descriptor
24695         parameter -- so callers must not close such FDs.  Update callers.
24696         (diropen_fd, opendirat, cwd_advance_fd): New functions.
24697         (diropen): Add parameter, SP.  Adjust all callers.
24698         Implement using diropen_fd, rather than open.
24699         (fts_open): Initialize new member, fts_cwd_fd.
24700         Remove fts_rft-setting code.
24701         (fts_close): Close fts_cwd_fd, if necessary.
24702         (__opendir2): Define in terms of opendir or opendirat,
24703         depending on whether the FST_NOCHDIR flag is set.
24704         (fts_build): Since fts_safe_changedir consumes its FD, and since
24705         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
24706         and close the dup'd file descriptor upon failure.
24707         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
24708         (fts_safe_changedir): Tweak semantics to reflect that this function
24709         now calls cwd_advance_fd and hence consumes its FD argument.
24710         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
24711         [struct FTS] (fts_rft): Remove now-unused member.
24712         [struct FTS] (fts_cycle.state): Improve comment.
24713
24714         * lib/openat.c (openat_needs_fchdir): New function.
24715         * lib/openat.h (openat_needs_fchdir): Declare it.
24716
24717 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
24718
24719         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
24720         Problem and fix reported by Pádraig Brady in
24721         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
24722
24723 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24724
24725         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
24726
24727 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24728
24729         * lib/memcoll.c (memcoll): Optimize for the common case where the
24730         arguments are bytewise equal.
24731
24732 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24733
24734         * doc/regexprops-generic.texi: Add a copyright notice.
24735
24736 2006-08-15  Bruno Haible  <bruno@clisp.org>
24737
24738         * modules/tmpdir (License): Change to LGPL.
24739
24740 2006-08-15  Bruno Haible  <bruno@clisp.org>
24741
24742         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
24743         module.
24744
24745 2006-08-14  Simon Josefsson  <jas@extundo.com>
24746
24747         * config/srclist.txt: Add gnupload.
24748
24749 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24750
24751         Change copyright notice from LGPL 2 to GPL 2, since that's the
24752         standard form used in the gnulib repository.
24753         * tests/test-lock.c: Likewise.
24754         * tests/test-stdint.c: Likewise.
24755         * tests/test-tls.c: Likewise.
24756
24757         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
24758         prelude-manager.  User shorter URLs for GNU projects, without '?'.
24759         Add copyright notice.
24760
24761         * check-module: Add copyright notice.  Output a copyright
24762         notice if "--version" is specified.
24763         * modules/COPYING: New file.
24764         * tests/test-getaddrinfo.c: Add copyright notice.
24765         * tests/test-verify.c: Likewise.
24766
24767 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24768
24769         Change copyright notice from LGPL 2 to GPL 2, since that's the
24770         standard form used in the gnulib repository.
24771         * lib/lock.c: LGPL -> GPL.
24772         * lib/lock.h: Likewise.
24773         * lib/strnlen1.c: Likewise.
24774         * lib/strnlen1.h: Likewise.
24775         * lib/tls.c: Likewise.
24776         * lib/tls.h: Likewise.
24777         * lib/tmpdir.c: Likewise.
24778
24779         * lib/TODO: Remove; this belongs only in coreutils.
24780
24781 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24782
24783         Add copyright notices to long-enough files that lack them, since
24784         otherwise the files aren't clearly free.  Use the same notice that
24785         getdate.texi already uses.
24786         * doc/alloca-opt.texi: Add copyright notice.
24787         * doc/alloca.texi: Likewise.
24788         * doc/ctime.texi: Likewise.
24789         * doc/functions.texi: Likewise.
24790         * doc/gcd.texi: Likewise.
24791         * doc/gnulib-tool.texi: Likewise.
24792         * doc/inet_ntoa.texi: Likewise.
24793         * doc/visibility.texi: Likewise.
24794
24795         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
24796         * doc/quote.texi: Add copyright notice.
24797
24798         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
24799         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
24800         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
24801         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
24802         is now obsolete, and give a pointer to the Sun list.
24803         Add copyright notice.
24804
24805 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24806
24807         * config/srclistvars.sh: Add copyright notice.
24808
24809 2006-08-14  Eric Blake  <ebb9@byu.net>
24810
24811         Import the following change from libc:
24812
24813         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
24814
24815         Upstream bug 2997.
24816         * lib/misc/error.c: Add space between program name and message if file
24817         name is missing.
24818
24819 2006-08-12  Karl Berry  <karl@gnu.org>
24820
24821         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
24822         remove, these originate in gnulib now.
24823
24824 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24825
24826         * doc/Makefile (standards.info standards.html standards.dvi):
24827         Also depend on make-stds.texi.
24828
24829 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24830
24831         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
24832         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
24833
24834         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
24835         in wchar_t.  Problem reported by Eric Blake.
24836
24837         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
24838         LEN is smaller than SIZE.  Suggested by Bruno Haible.
24839         Also, help the compiler to keep LEN in a register.
24840
24841 2006-08-11  Eric Blake  <ebb9@byu.net>
24842
24843         * users.txt: Sort.  Add tar.
24844
24845 2006-08-11  Bruno Haible  <bruno@clisp.org>
24846
24847         * users.txt: New file.
24848
24849 2006-08-11  Bruno Haible  <bruno@clisp.org>
24850
24851         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
24852         before <wchar.h>. Needed for OSF/1 and BSD/OS.
24853
24854 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24855
24856         * modules/snprintf (Depends-on): Remove minmax.
24857         (Maintainer): Add self and Bruno.
24858
24859 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24860
24861         * lib/.cppi-disable: Add snprintf.h, socket_.h.
24862         * lib/snprintf.c: Include <errno.h> and <limits.h>.
24863         (EOVERFLOW): Define if the system does not.
24864         Do not include "minmax.h"; it wasn't used.
24865         (snprintf): Don't assume size_t promotes to an unsigned type.
24866         Fix bug when generated string was too long for the buffer: the
24867         buffer's contents are supposed to be the initial prefix of the
24868         output.  Don't assume vasnprintf returns EOVERFLOW if the size
24869         exceeds INT_MAX; do the check ourselves.
24870
24871         Import the following changes from libc:
24872
24873         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
24874
24875         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
24876         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
24877         set wc to the byte which couldn't be converted.
24878         (re_string_reconstruct): Don't clear valid_raw_len before calling
24879         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
24880         tip_context using re_string_context_at.
24881
24882         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
24883
24884         * lib/posix/regex.h: g++ still cannot handled [restrict].
24885
24886         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
24887
24888         * lib/posix/regex.h: Remove special handling for VMS.
24889
24890 2006-08-10  Jim Meyering  <jim@meyering.net>
24891
24892         * modules/same-inode: New module.
24893         * modules/dev-ino: New module.
24894         * modules/cycle-check: Depend on these modules, rather than simply
24895         including their .h files.
24896         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
24897         required via m4/cycle-check.m4.
24898         * modules/same: Depend on new same-inode module, rather than
24899         including same-inode.h.
24900         * modules/chdir-safer: New file.
24901
24902         * modules/chown (Depends-on): Add stat-macros.
24903
24904 2006-08-10  Jim Meyering  <jim@meyering.net>
24905
24906         * m4/cycle-check.m4: New file.
24907         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
24908         * m4/dev-ino.m4, m4/same-inode.m4: New files.
24909
24910 2006-08-10  Eric Blake  <ebb9@byu.net>
24911
24912         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
24913         in from original proposal.
24914
24915 2006-08-10  Eric Blake  <ebb9@byu.net>
24916         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24917
24918         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
24919         namespace.
24920
24921 2006-08-10  Bruno Haible  <bruno@clisp.org>
24922
24923         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
24924         as well.
24925
24926 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24927
24928         Sync from coreutils.
24929
24930         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
24931
24932         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
24933         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
24934
24935 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24936
24937         * modules/restrict: Remove; no longer needed now that we assume
24938         Autoconf 2.59 or later.
24939         * MODULES.html.sh: Remove 'restrict'.
24940         * modules/argp (Depends-on): Remove 'restrict'.
24941         * modules/base64 (Depends-on): Likewise.
24942         * modules/gc (Depends-on): Likewise.
24943         * modules/getaddrinfo (Depends-on): Likewise.
24944         * modules/glob (Depends-on): Likewise.
24945         * modules/inet_ntop (Depends-on): Likewise.
24946         * modules/inet_pton (Depends-on): Likewise.
24947         * modules/memxor (Depends-on): Likewise.
24948         * modules/regex (Depends-on): Likewise.
24949         * modules/strtok_r (Depends-on): Likewise.
24950         * modules/time_r (Depends-on): Likewise.
24951
24952 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24953
24954         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
24955         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
24956         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24957         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
24958         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
24959         * m4/memxor.m4 (gl_MEMXOR): Likewise.
24960         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
24961         gl_C_RESTRICT replaced by AC_C_RESTRICT.
24962
24963         Merge from coreutils.
24964         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
24965         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
24966         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24967         * m4/time_r.m4 (gl_TIME_R): Likewise.
24968
24969 2006-08-09  Karl Berry  <karl@gnu.org>
24970
24971         * config/srclist.txt: no more gettext-tools, per Bruno.
24972
24973 2006-08-08  Eric Blake  <ebb9@byu.net>
24974
24975         * modules/verror: New module.
24976         * MODULES.html.sh: Document it.
24977
24978 2006-08-08  Eric Blake  <ebb9@byu.net>
24979
24980         * lib/verror.h, lib/verror.c: New files.
24981
24982 2006-08-08  Eric Blake  <ebb9@byu.net>
24983
24984         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
24985         verror_at_line output complies with GNU Coding Standards even when
24986         file is NULL.
24987
24988 2006-08-07  Bruno Haible  <bruno@clisp.org>
24989
24990         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
24991         versions of AIX.
24992         Reported by Ralf Wildenhues.
24993
24994 2006-08-07  Bruno Haible  <bruno@clisp.org>
24995
24996         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
24997         in an AC_DEFUN. Needed so that the autoconf snippets can use
24998         AC_REQUIRE.
24999
25000 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25001
25002         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25003         Initialize pkgdata_DATA.
25004         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
25005         overriding it.
25006
25007 2006-08-06  Eric Blake  <ebb9@byu.net>
25008
25009         * lib/error.h: Fold in some upstream changes from glibc.
25010         * lib/error.c: Likewise.
25011
25012 2006-08-04  Bruno Haible  <bruno@clisp.org>
25013
25014         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25015         Make the mostlyclean-local rule depend on mostlyclean-generic.
25016         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
25017
25018 2006-07-31  Bruno Haible  <bruno@clisp.org>
25019
25020         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
25021         <stdlib.h>, <string.h>.
25022
25023 2006-07-30  Bruno Haible  <bruno@clisp.org>
25024
25025         * modules/readlink (License): Change to LGPL.
25026
25027 2006-07-30  Bruno Haible  <bruno@clisp.org>
25028
25029         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25030         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25031         set PKGDATADIR to point to it.
25032
25033 2006-07-30  Bruno Haible  <bruno@clisp.org>
25034
25035         * modules/csharpexec (configure.ac): Comment out macro invocation.
25036         * modules/javaexec (configure.ac): Likewise.
25037         * modules/javacomp-script (configure.ac): Likewise.
25038
25039         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25040
25041 2006-07-30  Bruno Haible  <bruno@clisp.org>
25042
25043         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25044         linked-list.
25045
25046 2006-07-30  Bruno Haible  <bruno@clisp.org>
25047
25048         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25049
25050 2006-07-30  Bruno Haible  <bruno@clisp.org>
25051
25052         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25053         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25054         get removed.
25055
25056 2006-07-29  Bruno Haible  <bruno@clisp.org>
25057
25058         Make it possible for gnulib-tool to work with locally modified or
25059         augmented gnulib repositories.
25060         * gnulib-tool (func_usage): Document --local-dir option.
25061         (local_gnulib_dir): New variable.
25062         Handle --local-dir option.
25063         (func_lookup_file): New function.
25064         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25065         (func_get_description, func_get_filelist, func_get_description,
25066         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25067         func_get_automake_snippet, func_get_include_directive,
25068         func_get_license, func_get_maintainer): Use func_lookup_file.
25069         (func_import, func_create_testdir): Use func_lookup_file.
25070
25071 2006-07-29  Bruno Haible  <bruno@clisp.org>
25072
25073         * modules/setenv (Depends-on): Add unistd.
25074
25075 2006-07-29  Bruno Haible  <bruno@clisp.org>
25076
25077         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25078
25079 2006-07-29  Bruno Haible  <bruno@clisp.org>
25080
25081         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25082
25083 2006-07-29  Bruno Haible  <bruno@clisp.org>
25084
25085         * gnulib-tool (import, update): If there is no Makefile.am, look at
25086         aclocal.m4, instead of bailing out.
25087
25088 2006-07-29  Bruno Haible  <bruno@clisp.org>
25089
25090         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25091         Categorize the options by when they are useful.
25092
25093 2006-07-29  Bruno Haible  <bruno@clisp.org>
25094
25095         * gnulib-tool (func_usage): Document option --no-libtool.
25096         Handle option --no-libtool.
25097         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25098         for changed semantics of $libtool variable.
25099         (func_import): Likewise. If libtool is not used, show this through
25100         an option --no-libtool.
25101         (func_create_testdir): Update.
25102
25103 2006-07-29  Bruno Haible  <bruno@clisp.org>
25104
25105         * gnulib-tool (func_import): Extend error message about missing
25106         --doc-base.
25107
25108 2006-07-29  Bruno Haible  <bruno@clisp.org>
25109
25110         * gnulib-tool (func_import): Don't create the $docbase directory if
25111         there is no file to store there.
25112
25113 2006-07-29  Bruno Haible  <bruno@clisp.org>
25114
25115         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25116         relevant, look for configure.ac there, not in the current directory.
25117         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25118
25119 2006-07-29  Bruno Haible  <bruno@clisp.org>
25120
25121         * gnulib-tool (SORT): New variable.
25122         (func_usage): Undocument --assume-autoconf option.
25123         Remove --assume-autoconf option handling.
25124         (autoconf_minversion): Determine from the contents of configure.ac.
25125         (func_import): Remove autoconf_minversion handling.
25126         Suggested by Eric Blake.
25127
25128 2006-07-29  Bruno Haible  <bruno@clisp.org>
25129
25130         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25131
25132 2006-07-29  Bruno Haible  <bruno@clisp.org>
25133
25134         * config/srclist.txt (*setenv.[ch]): Remove rules.
25135
25136 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25137
25138         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25139
25140 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25141
25142         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25143         arpa/inet.h.
25144
25145 2006-07-28  Simon Josefsson  <jas@extundo.com>
25146
25147         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25148         * modules/inet_pton (Depends-on): Likewise.
25149
25150 2006-07-28  Simon Josefsson  <jas@extundo.com>
25151
25152         * m4/netinet_in_h.m4: New file.
25153
25154 2006-07-28  Simon Josefsson  <jas@extundo.com>
25155
25156         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25157         #include's.
25158
25159 2006-07-28  Simon Josefsson  <jas@extundo.com>
25160
25161         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25162         #include's.
25163
25164 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25165
25166         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25167         setgid on directories only if they set these bits.
25168         * lib/modechange.h: Remove obsolete comment about masks.
25169
25170 2006-07-28  Eric Blake  <ebb9@byu.net>
25171
25172         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25173         macro expansion.
25174
25175 2006-07-28  Bruno Haible  <bruno@clisp.org>
25176
25177         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25178
25179 2006-07-28  Bruno Haible  <bruno@clisp.org>
25180
25181         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25182
25183 2006-07-28  Bruno Haible  <bruno@clisp.org>
25184
25185         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25186         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25187         Define fallbacks.
25188         Avoids link error on FreeBSD 4.x.
25189         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25190
25191         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25192         encoding.
25193         * lib/mbswidth.c (iswcntrl): Likewise.
25194
25195 2006-07-27  Bruno Haible  <bruno@clisp.org>
25196
25197         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25198         test.
25199
25200 2006-07-27  Bruno Haible  <bruno@clisp.org>
25201
25202         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25203         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25204         defined.
25205
25206 2006-07-26  Eric Blake  <ebb9@byu.net>
25207
25208         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
25209
25210 2006-07-26  Eric Blake  <ebb9@byu.net>
25211
25212         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
25213         like mingw that lack mkstemp.
25214         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
25215         avoid compilation warning on mingw.
25216
25217 2006-07-26  Bruno Haible  <bruno@clisp.org>
25218
25219         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
25220         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
25221         INT_FAST*_MIN, INTPTR_MIN.
25222
25223 2006-07-25  Bruno Haible  <bruno@clisp.org>
25224
25225         * modules/version-etc (Depends-on): Add stdarg.
25226
25227 2006-07-25  Bruno Haible  <bruno@clisp.org>
25228
25229         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
25230         complex commands.
25231
25232 2006-07-25  Bruno Haible  <bruno@clisp.org>
25233
25234         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
25235         defined in <stdarg.h> or config.h.
25236
25237 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25238
25239         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
25240         (gl_STDIO_SAFER): Remove.
25241
25242 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25243
25244         * MODULES.html.sh (File stream based Input/Output):
25245         Add fopen-safer, tmpfile-safer; remove stdio-safer.
25246         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
25247         * modules/fopen-safer, modules/tmpfile-safer: New files.
25248         * modules/stdio-safer: Remove.
25249
25250 2006-07-24  Bruno Haible  <bruno@clisp.org>
25251
25252         * modules/tmpdir: New file.
25253         * MODULES.html.sh (File system functions): Add it.
25254
25255 2006-07-24  Bruno Haible  <bruno@clisp.org>
25256
25257         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
25258         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
25259
25260 2006-07-24  Bruno Haible  <bruno@clisp.org>
25261
25262         * modules/clean-temp: New file.
25263
25264 2006-07-24  Bruno Haible  <bruno@clisp.org>
25265
25266         * m4/tmpdir.m4: New file, from GNU gettext.
25267
25268 2006-07-24  Bruno Haible  <bruno@clisp.org>
25269
25270         * lib/tmpdir.h: New file, from GNU gettext.
25271         * lib/tmpdir.c: New file, from GNU gettext.
25272
25273 2006-07-24  Bruno Haible  <bruno@clisp.org>
25274
25275         * lib/clean-temp.h: New file, from GNU gettext.
25276         * lib/clean-temp.c: New file, from GNU gettext.
25277
25278 2006-07-23  Eric Blake  <ebb9@byu.net>
25279
25280         * modules/stdio-safer (Files): Add tmpfile-safer.c.
25281         (Depends-on): Add binary-io.
25282
25283 2006-07-23  Eric Blake  <ebb9@byu.net>
25284
25285         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
25286
25287 2006-07-23  Eric Blake  <ebb9@byu.net>
25288
25289         * lib/tmpfile-safer.c: New file.
25290         * lib/stdio-safer.h (fopen_safer): Add prototype.
25291         * lib/stdio--.h (tmpfile): Make safer.
25292
25293 2006-07-23  Bruno Haible  <bruno@clisp.org>
25294
25295         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
25296         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
25297         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
25298         gl_linked_remove_at): Use it.
25299
25300 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25301         and Simon Josefsson <jas@extundo.com>
25302
25303         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
25304
25305         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
25306
25307 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25308
25309         * modules/close-stream: New file.
25310         * modules/closeout (Description): Make it clear that it exits
25311         with a diagnostic on error.
25312         (Depends-on): Add close-stream.  Remove fpending, stdbool.
25313         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
25314
25315 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25316
25317         * m4/close-stream.m4: New file.
25318
25319 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25320
25321         * lib/close-stream.c, lib/close-stream.h: New files.
25322
25323 2006-07-22  Bruno Haible  <bruno@clisp.org>
25324
25325         Merge from GNU gettext 0.15.
25326
25327         2006-05-01  Bruno Haible  <bruno@clisp.org>
25328
25329                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
25330
25331         2006-07-22  Bruno Haible  <bruno@clisp.org>
25332
25333                 * modules/javaversion: New file.
25334                 * MODULES.html.sh (Java): Add javaversion.
25335
25336         2006-03-12  Bruno Haible  <bruno@clisp.org>
25337
25338                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
25339
25340         2005-12-04  Bruno Haible  <bruno@clisp.org>
25341
25342                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
25343                 (untested).
25344
25345         2006-06-21  Bruno Haible  <bruno@clisp.org>
25346
25347                 Avoid warnings from recent versions of mcs.
25348                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
25349                 -o, -L, -r any more. Use options documented since mcs-1.0
25350                 instead. Similarly for -g.
25351
25352         2005-12-04  Bruno Haible  <bruno@clisp.org>
25353
25354                 * build-aux/csharpcomp.sh.in: Suffix for resources is
25355                 .resources, not .resource.
25356
25357         2005-07-09  Bruno Haible  <bruno@clisp.org>
25358
25359                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
25360                 add a .dll suffix.
25361                 Reported by Mark Junker <mjscod@gmx.de>.
25362
25363         2006-07-22  Bruno Haible  <bruno@clisp.org>
25364
25365                 * modules/gettext: Upgrade to gettext-0.15.
25366                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
25367                 m4/visibility.m4.
25368                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
25369
25370 2006-07-22  Bruno Haible  <bruno@clisp.org>
25371
25372         Merge from GNU gettext 0.15.
25373
25374         2006-03-25  Bruno Haible  <bruno@clisp.org>
25375
25376                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
25377
25378         2006-07-21  Bruno Haible  <bruno@clisp.org>
25379
25380                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
25381                 "1.1".
25382
25383         2006-05-09  Bruno Haible  <bruno@clisp.org>
25384
25385                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
25386                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
25387                 for the conftestver execution.
25388
25389         2006-05-01  Bruno Haible  <bruno@clisp.org>
25390
25391                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
25392                 optional target-version argument. Verify that the compiler
25393                 groks source of the specified source-version, or add -source
25394                 option as necessary. Verify that the compiler produces
25395                 bytecode in the specified target-version, or add -target and
25396                 -source options as necessary. Make the result of the test
25397                 available as variable CONF_JAVAC. Also log error output in
25398                 config.log.
25399
25400         2006-03-11  Bruno Haible  <bruno@clisp.org>
25401
25402                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
25403
25404         2006-05-09  Bruno Haible  <bruno@clisp.org>
25405
25406                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
25407                 CLASSPATH_SEPARATOR to a semicolon.
25408
25409         2006-03-12  Bruno Haible  <bruno@clisp.org>
25410
25411                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
25412                 available as variable CONF_JAVA, for subsequent autoconf
25413                 tests. Also log error output in config.log.
25414
25415         2006-07-19  Bruno Haible  <bruno@clisp.org>
25416
25417                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
25418                 that getline works on glibc2 systems. Needed to avoid trouble
25419                 in relocatable.c.
25420                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
25421
25422         2005-12-04  Bruno Haible  <bruno@clisp.org>
25423
25424                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
25425                 launcher (untested).
25426
25427         2005-12-04  Bruno Haible  <bruno@clisp.org>
25428
25429                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
25430
25431         2006-07-22  Bruno Haible  <bruno@clisp.org>
25432
25433                 * gettext.m4: Update from GNU gettext-0.15.
25434                 * nls.m4: Likewise.
25435                 * po.m4: Likewise.
25436                 * inttypes-pri.m4: Likewise.
25437                 * inttypes-h.m4: Renamed from inttypes.m4.
25438                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
25439
25440 2006-07-22  Bruno Haible  <bruno@clisp.org>
25441
25442         Merge from GNU gettext 0.15.
25443
25444         2005-07-05  Bruno Haible  <bruno@clisp.org>
25445
25446                 * printf-args.c (printf_fetchargs): Work around broken
25447                 definition of wint_t on mingw.
25448
25449         2005-02-12  Bruno Haible  <bruno@clisp.org>
25450
25451                 * xallocsa.h: Add extern "C" for C++.
25452
25453         2006-05-17  Bruno Haible  <bruno@clisp.org>
25454
25455                 Cygwin portability.
25456                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
25457
25458         2006-04-30  Bruno Haible  <bruno@clisp.org>
25459
25460                 * progreloc.c: Include <mach-o/dyld.h> if available.
25461                 (find_executable): Use _NSGetExecutablePath when possible.
25462
25463         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25464
25465                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
25466                 function.
25467
25468         2005-12-29  Bruno Haible  <bruno@clisp.org>
25469
25470                 * progreloc.c (set_program_name_and_installdir): Fix
25471                 compilation error.
25472
25473         2005-12-04  Bruno Haible  <bruno@clisp.org>
25474
25475                 Cygwin portability.
25476                 * progreloc.c: Include <windows.h> also on Cygwin.
25477                 (find_executable): Add support for Cygwin.
25478                 (set_program_name_and_installdir): Handle also platforms with
25479                 nonempty EXEEXT.
25480
25481         2006-07-11  Bruno Haible  <bruno@clisp.org>
25482
25483                 * javacomp.c: Fix a comment.
25484                 Reported by Jim Meyering.
25485
25486         2006-04-30  Bruno Haible  <bruno@clisp.org>
25487
25488                 * javacomp.h (compile_java_class): Add source_version,
25489                 target_version arguments.
25490                 * javacomp.c: Rewritten to choose only a compiler that
25491                 respects the specified source_version and target_version.
25492
25493         2006-06-27  Bruno Haible  <bruno@clisp.org>
25494
25495                 Assume correct S_ISDIR macro.
25496                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
25497
25498         2006-07-22  Bruno Haible  <bruno@clisp.org>
25499
25500                 * javaversion.h: New file, from GNU gettext.
25501                 * javaversion.c: New file, from GNU gettext.
25502                 * javaversion.java: New file, from GNU gettext.
25503                 * javaversion.class: New file, from GNU gettext.
25504
25505         2006-05-17  Bruno Haible  <bruno@clisp.org>
25506
25507                 Cygwin portability.
25508                 * javaexec.c (execute_java_class): Test for jview program
25509                 also on Cygwin.
25510
25511         2006-04-09  Bruno Haible  <bruno@clisp.org>
25512
25513                 * fatal-signal.c: Don't include string.h.
25514                 (at_fatal_signal): Use a copying loop instead of memcpy.
25515
25516         2005-12-04  Bruno Haible  <bruno@clisp.org>
25517
25518                 * csharpexec.c: Add support for 'clix' launcher (untested).
25519                 (execute_csharp_using_sscli): New function.
25520                 (execute_csharp_program): Call it.
25521
25522         2006-06-21  Bruno Haible  <bruno@clisp.org>
25523
25524                 Avoid warnings from recent versions of mcs.
25525                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
25526                 -o, -L, -r any more. Use options documented since mcs-1.0
25527                 instead. Similarly for -g.
25528
25529         2005-07-09  Bruno Haible  <bruno@clisp.org>
25530
25531                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
25532                 add a .dll suffix.
25533                 Reported by Mark Junker <mjscod@gmx.de>.
25534
25535         2006-06-17  Bruno Haible  <bruno@clisp.org>
25536
25537                 * config.charset: Update for NetBSD 3.0.
25538
25539         2006-05-17  Bruno Haible  <bruno@clisp.org>
25540
25541                 Cygwin portability.
25542                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
25543
25544         2006-05-16  Bruno Haible  <bruno@clisp.org>
25545
25546                 * localcharset.c [CYGWIN]: Include <windows.h>.
25547                 (get_charset_aliases): For Cygwin, return the same CPxxx
25548                 aliases list as under WIN32.
25549                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
25550                 the environment variables. Fall back to GetACP().
25551
25552         2006-04-05  Bruno Haible  <bruno@clisp.org>
25553
25554                 * config.charset: Update Juan Manuel Guerrero's address.
25555
25556         2005-02-12  Bruno Haible  <bruno@clisp.org>
25557
25558                 * allocsa.h: Add extern "C" for C++.
25559
25560         2005-02-10  Bruno Haible  <bruno@clisp.org>
25561
25562                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
25563                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
25564
25565         2006-07-22  Bruno Haible  <bruno@clisp.org>
25566
25567                 * gettext.h: Update to GNU gettext-0.15.
25568
25569 2006-07-22  Bruno Haible  <bruno@clisp.org>
25570
25571         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
25572         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
25573         lib-prefix.m4, longdouble.m4, ssize_t.m4.
25574
25575 2006-07-21  Eric Blake  <ebb9@byu.net>
25576
25577         * modules/stdlib-safer: New file.
25578         * MODULES.html.sh (File stream based Input/Output): Add
25579         stdlib-safer.
25580
25581 2006-07-21  Eric Blake  <ebb9@byu.net>
25582
25583         * lib/stdlib-safer.h: New file from coreutils, required by
25584         stdlib--.h.
25585
25586 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
25587
25588         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
25589
25590 2006-07-20  Bruno Haible  <bruno@clisp.org>
25591
25592         * gnulib-tool: Recognize new option --assume-autoconf.
25593         (autoconf_minversion): New variable.
25594         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
25595
25596 2006-07-20  Bruno Haible  <bruno@clisp.org>
25597
25598         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
25599
25600 2006-07-19  Derek R. Price  <derek@ximbiot.com>
25601
25602         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
25603         Reindent and repaginate.
25604
25605 2006-07-19  Derek Price  <derek@ximbiot.com>
25606
25607         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
25608         Correct grammar.
25609
25610 2006-07-17  Bruno Haible  <bruno@clisp.org>
25611
25612         * modules/list: New file.
25613         * modules/array-list: New file.
25614         * modules/carray-list, modules/carray-list-tests: New files.
25615         * modules/linked-list, modules/linked-list-tests: New files.
25616         * modules/avltree-list, modules/avltree-list-tests: New files.
25617         * modules/rbtree-list, modules/rbtree-list-tests: New files.
25618         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
25619         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
25620         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
25621         * modules/oset: New file.
25622         * modules/array-oset: New file.
25623         * modules/avltree-oset, modules/avltree-oset-tests: New files.
25624         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
25625         * tests/test-carray_list.c: New file.
25626         * tests/test-linked_list.c: New file.
25627         * tests/test-avltree_list.c: New file.
25628         * tests/test-rbtree_list.c: New file.
25629         * tests/test-linkedhash_list.c: New file.
25630         * tests/test-avltreehash_list.c: New file.
25631         * tests/test-rbtreehash_list.c: New file.
25632         * tests/test-avltree_oset.c: New file.
25633         * tests/test-rbtree_oset.c: New file.
25634         * MODULES.html.sh (Container data structures): New section.
25635
25636 2006-07-17  Bruno Haible  <bruno@clisp.org>
25637
25638         * m4/gl_list.m4: New file.
25639
25640 2006-07-17  Bruno Haible  <bruno@clisp.org>
25641
25642         * lib/gl_list.h: New file.
25643         * lib/gl_list.c: New file.
25644         * lib/gl_array_list.h: New file.
25645         * lib/gl_array_list.c: New file.
25646         * lib/gl_carray_list.h: New file.
25647         * lib/gl_carray_list.c: New file.
25648         * lib/gl_linked_list.h: New file.
25649         * lib/gl_linked_list.c: New file.
25650         * lib/gl_anylinked_list1.h: New file.
25651         * lib/gl_anylinked_list2.h: New file.
25652         * lib/gl_avltree_list.h: New file.
25653         * lib/gl_avltree_list.c: New file.
25654         * lib/gl_anyavltree_list1.h: New file.
25655         * lib/gl_anyavltree_list2.h: New file.
25656         * lib/gl_rbtree_list.h: New file.
25657         * lib/gl_rbtree_list.c: New file.
25658         * lib/gl_anyrbtree_list1.h: New file.
25659         * lib/gl_anyrbtree_list2.h: New file.
25660         * lib/gl_anytree_list1.h: New file.
25661         * lib/gl_anytree_list2.h: New file.
25662         * lib/gl_linkedhash_list.h: New file.
25663         * lib/gl_linkedhash_list.c: New file.
25664         * lib/gl_anyhash_list1.h: New file.
25665         * lib/gl_anyhash_list2.h: New file.
25666         * lib/gl_avltreehash_list.h: New file.
25667         * lib/gl_avltreehash_list.c: New file.
25668         * lib/gl_rbtreehash_list.h: New file.
25669         * lib/gl_rbtreehash_list.c: New file.
25670         * lib/gl_anytreehash_list1.h: New file.
25671         * lib/gl_anytreehash_list2.h: New file.
25672
25673         * lib/gl_oset.h: New file.
25674         * lib/gl_oset.c: New file.
25675         * lib/gl_array_oset.h: New file.
25676         * lib/gl_array_oset.c: New file.
25677         * lib/gl_avltree_oset.h: New file.
25678         * lib/gl_avltree_oset.c: New file.
25679         * lib/gl_rbtree_oset.h: New file.
25680         * lib/gl_rbtree_oset.c: New file.
25681         * lib/gl_anytree_oset.h: New file.
25682
25683 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
25684
25685         * m4/mkancesdirs.m4: New file.
25686         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
25687         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
25688         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
25689         it.
25690
25691 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
25692
25693         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
25694         * lib/mkancesdirs.h: New files.
25695         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
25696         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
25697         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
25698         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
25699         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
25700         callers changed.  Revamp internals significantly, by not
25701         attempting to create directories that are temporarily more
25702         permissive than the final results.  Do not attempt to use
25703         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
25704         This removes some race conditions, fixes some bugs, and simplifies
25705         things.  Use new dirchownmod function to do owner and mode changes.
25706         * lib/mkdir-p.h: Likewise.
25707         * lib/modechange.c (octal_to_mode): New function.
25708         (struct mode_change): New member mentioned.
25709         (make_node_op_equals): New arg mentioned.  All callers changed.
25710         (mode_compile): Keep track of which mode bits the user has explicitly
25711         mentioned.
25712         (mode_adjust): New arg DIR, so that we implement the X op correctly.
25713         New arg PMODE_BITS, to keep track of which mode bits the user
25714         mentioned; it treats S_ISUID and S_ISGID speciall.
25715         All callers changed.
25716         * lib/modechange.h: Likewise.
25717
25718 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
25719
25720         * MODULES.html.sh: Add mkancestors.
25721         * modules/mkancesdirs: New module.
25722         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
25723         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
25724         The chdir-safer and afs files are now orphans; I'll remove them
25725         unless someone speaks up.
25726         Add lib/dirchownmod.c, lib/dirchownmod.h.
25727         (Depends-on): Remove alloca, chown, save-cwd, dirname.
25728         Add lchown, mkancesdirs.
25729         (Maintainer): Add self.
25730
25731 2006-07-15  Karl Berry  <karl@gnu.org>
25732
25733         * gnulib-tool: help message wording/arrangement.
25734
25735 2006-07-14  Simon Josefsson  <jas@extundo.com>
25736
25737         * doc/gnulib.texi (Libtool and Windows): New section.
25738
25739 2006-07-12  Simon Josefsson  <jas@extundo.com>
25740
25741         * modules/gendocs (License): Fix license, approved by Karl.
25742
25743 2006-07-12  Eric Blake  <ebb9@byu.net>
25744
25745         * MODULES.html.sh: Add gendocs.
25746
25747 2006-07-11  Eric Blake  <ebb9@byu.net>
25748
25749         * modules/fdl: New module, to install doc/fdl.texi.
25750         * MODULES.html.sh: Add new section for documentation modules.
25751         * gnulib-tool: Avoid space-tab.
25752         (--doc-base): New option, to manage files from doc.
25753
25754 2006-07-11  Eric Blake  <ebb9@byu.net>
25755
25756         * m4/absolute-header.m4: Fix comments to match recent change.
25757
25758 2006-07-11  Eric Blake  <ebb9@byu.net>
25759
25760         * gnulib-tool: List --doc-base before --tests-base.
25761
25762 2006-07-11  Derek R. Price  <derek@ximbiot.com>
25763
25764         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
25765
25766 2006-07-11  Bruno Haible  <bruno@clisp.org>
25767
25768         * README: Mention where to put documentation.
25769
25770 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25771
25772         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
25773
25774 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
25775
25776         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
25777         to stdint.m4.
25778
25779 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
25780
25781         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
25782         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
25783         "no/such/file/stdint.h" when there is no such file, so that
25784         the resulting C code can be parsed by dodgy compilers.
25785         Problems reported by Bob Proulx.
25786
25787 2006-07-10  Derek R. Price  <derek@ximbiot.com>
25788
25789         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
25790         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
25791         macros into the GNU _D_EXACT_NAMLEN.
25792         * lib/savedir.c:  Likewise.
25793         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
25794
25795 2006-07-10  Derek R. Price  <derek@ximbiot.com>
25796         and Paul Eggert  <eggert@cs.ucla.edu>
25797
25798         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
25799         * m4/savedir.m4:
25800         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
25801         macros into the GNU _D_EXACT_NAMLEN.
25802
25803 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25804
25805         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
25806         around the absolute name, to work around a problem with the HP-UX
25807         11.23 native C compiler, reported by Bob Proulx.
25808
25809 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25810
25811         * doc/maintain.texi, make-stds.texi: Sync from
25812         <http://savannah.gnu.org/projects/gnustandards>.
25813
25814 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25815
25816         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
25817
25818 2006-07-09  Jim Meyering  <jim@meyering.net>
25819
25820         * m4/glob.m4: Remove a doubled word in a comment.
25821
25822 2006-07-09  Jim Meyering  <jim@meyering.net>
25823
25824         * lib/argp-pv.c: Remove a doubled word in a comment.
25825         * lib/check-version.c (check_version): Likewise.
25826         * lib/javacomp.c (compile_java_class): Likewise.
25827
25828 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
25829
25830         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
25831         for the benefit of people using Autoconf 2.60.  If you want to
25832         support older Autoconf versions you can copy m4/onceonly_2_57.m4
25833         (or m4/onceonly.m4, if pre-2.57) manually.
25834
25835 2006-07-08  Jim Meyering  <jim@meyering.net>
25836
25837         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
25838         comment.
25839         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
25840         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
25841         comment.
25842
25843 2006-07-08  Jim Meyering  <jim@meyering.net>
25844
25845         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
25846
25847 2006-07-07  Simon Josefsson  <jas@extundo.com>
25848
25849         * tests/test-crc.c: Change expected crc value, the test vector
25850         were probably computed using the old broken crc.c?
25851
25852 2006-07-06  Simon Josefsson  <jas@extundo.com>
25853
25854         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
25855         now the canonical place for the M4 file).
25856
25857         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
25858         from the sys_socket dependency now.
25859
25860         * modules/inet_pton (Files): Ditto.
25861
25862         * modules/inet_ntop (Files): Ditto.
25863
25864 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25865
25866         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
25867         not gl_PREREQ_GETUSERSHELL.
25868
25869 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25870
25871         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
25872         with only one argument, for Autoconf 2.60.
25873         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
25874         expand to nothing, so add a shell command to avoid syntax error.
25875         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25876
25877 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25878
25879         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
25880
25881 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25882
25883         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
25884         no longer needed.  Check for isblank decl.
25885         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
25886         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
25887         of existence.
25888
25889 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25890
25891         * lib/getloadavg.c: Use __VMS, not VMS.
25892         * lib/getopt.c: Likewise.
25893         * lib/getpagesize.h: Likewise.
25894         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
25895         and probably does not work.
25896
25897 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25898
25899         * lib/.cppi-disable: Add wcwidth.
25900         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
25901         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
25902         (ISGRAPH): Remove.  All uses changed to isgraph.
25903         (FOLD) [!defined _LIBC]: Remove special case.
25904         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
25905         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
25906         HAVE_ISBLANK.
25907         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
25908         case.
25909
25910 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25911
25912         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
25913         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
25914         brackets.  Other minor changes to suppress some compiler
25915         warnings.
25916
25917 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25918         and Paul Eggert  <eggert@cs.ucla.edu>
25919
25920         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
25921         of invoking obsolescent AC_HEADER_DIRENT macro.
25922         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
25923         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
25924         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
25925         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
25926         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
25927         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25928         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
25929         * m4/readdir.m4: Remove; no longer needed.
25930
25931 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25932         and Paul Eggert  <eggert@cs.ucla.edu>
25933
25934         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
25935         Don't worry about this obsolete case any more.
25936         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
25937         directories.
25938         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
25939         worry about this obsolete case any more.
25940         * lib/fts.c: Likewise.
25941         * lib/getcwd.c: Likewise.
25942         * lib/glob.h: Likewise.
25943         * lib/savedir.c: Likewise.
25944
25945 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25946
25947         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
25948         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
25949         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
25950         needed.
25951         All uses removed.
25952         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25953         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25954         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
25955         needed.
25956         * m4/getdate.m4 (gl_GETDATE): Likewise.
25957         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25958         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25959         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25960         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25961         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25962         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25963         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
25964         needed.
25965
25966 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25967
25968         * lib/memcasecmp.c: Include <limits.h>.
25969         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
25970         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
25971         Don't assume isdigit succeeds only on '0' through '9'.
25972
25973 2006-07-05  Eric Blake  <ebb9@byu.net>
25974
25975         * modules/getaddrinfo (Depends-on): Add snprintf.
25976
25977 2006-07-05  Eric Blake  <ebb9@byu.net>
25978
25979         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
25980         to avoid 'header present but could not be compiled' on cygwin.
25981
25982 2006-07-05  Eric Blake  <ebb9@byu.net>
25983
25984         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
25985         missing from netdb.h.
25986         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
25987
25988 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25989
25990         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
25991         no longer needed.
25992         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
25993         * m4/getdate.m4 (gl_GETDATE): Likewise.
25994         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25995         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25996         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25997         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25998         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25999
26000 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26001
26002         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
26003         All uses of is_space replaced by isspace.
26004         * lib/exit.h: Don't talk about STDC_HEADERS.
26005         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
26006         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
26007         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
26008         replaced by isprint etc.
26009         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
26010         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26011         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
26012         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
26013         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
26014         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26015
26016 2006-07-05  Bruno Haible  <bruno@clisp.org>
26017
26018         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
26019         the function exists, before testing against AIX.
26020         Reported by Martin Lambers <marlam@marlam.de>.
26021
26022 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26023
26024         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26025         From Mark D. Baushke.
26026
26027 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26028
26029         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26030         to the absolute name, not just one, to bypass Sun C 5.8's
26031         "warning: #include of /usr/include/... may be non-portable".
26032
26033 2006-07-04  Eric Blake  <ebb9@byu.net>
26034
26035         * modules/dirname-tests: New test module.
26036         * tests/test-dirname.c: New file, replacing dirname.c
26037         TEST_DIRNAME section that was recently deleted.
26038
26039 2006-07-04  Bruno Haible  <bruno@clisp.org>
26040
26041         Assume ANSI C header files and <ctype.h> functions.
26042         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26043         (mbsnwidth): Use isprint, iscntrl instead.
26044
26045 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26046
26047         Merge from coreutils.
26048         * MODULES.html.sh: Add xstrtold.
26049         * modules/xstrtold: New file.
26050         * modules/cycle-check (Files): Add lib/same-inode.h.
26051         * modules/dirname (Files): Add m4/double-slash-root.m4.
26052         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26053         * modules/mkdir-p (Files): Add lib/same-inode.h.
26054         * modules/same (Files): Add lib/same-inode.h.
26055
26056 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26057
26058         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26059         This is to keep the terminology clean; POSIX talks about
26060         "absolute pathnames", not "full pathnames", but the GNU
26061         Coding Standards say to use "path" for something else;
26062         so use "absolute" to keep both sides happy.
26063         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26064         Set gl_absolute_header, not gl_full_header_path.
26065         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26066         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26067         All uses changed.
26068
26069         Merge from coreutils.
26070
26071         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26072
26073         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26074         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26075         want to require the building of c-strtod.o.
26076         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26077         needs -lm directly.
26078         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26079
26080         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26081
26082         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26083         --as-needed option if available.  Problem reported by Albert Chin in
26084         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26085         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26086         cc merely issues a bunch of annoying warnings for --as-needed
26087         (this problem was reported by Bob Proulx).  Also, try linking with
26088         -lm to detect a bug in binutils 2.16 (this problem was reported
26089         by Ralf Wildenhues).
26090
26091         2006-06-18  Jim Meyering  <jim@meyering.net>
26092
26093         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26094         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26095         macro.
26096         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26097         also check for glibc-2.4's abort-inducing bug.
26098
26099         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26100         Low-probability clean-up should be to use rmdir to get rid of
26101         the just-created directory, not unlink.
26102
26103         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26104         configure fail, and request a bug report to inform us about it.
26105         Add a comment that, barring reports to the contrary, in 2007 we'll
26106         assume ftruncate is universally available.
26107
26108         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26109
26110         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26111
26112         2006-03-12  Jim Meyering  <jim@meyering.net>
26113
26114         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26115         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26116         * m4/same.m4 (gl_SAME): Likewise.
26117         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26118
26119         2006-03-11  Eric Blake  <ebb9@byu.net>
26120
26121         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26122         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26123         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26124         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26125
26126 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26127
26128         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26129         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26130         reported by Mark D. Baushke, one in
26131         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26132
26133         Merge from coreutils.
26134
26135         * lib/.cppi-disable: Add stdint_.h.
26136         * lib/.cvsignore: Add stdint.h.
26137
26138         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26139
26140         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26141         both double and long double versions.
26142         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26143         * lib/xstrtold.c: New file.
26144         * lib/xstrtod.h (xstrtold): New decl.
26145
26146         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26147
26148         * lib/filemode.c (setst): Remove.
26149         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26150         (arguably) clearer, and the generated code is a bit smaller on my
26151         Debian GNU/Linux stable x86 host.
26152
26153         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26154
26155         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26156         Assume that filemode.h includes sys/types.h and sys/stat.h.
26157         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26158         (ftypelet): Reorder to put common cases first, for efficiency.
26159         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26160         to do 'M'.
26161         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26162         of 10, for compatibility with FreeBSD.  All callers changed.
26163         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26164         types that can't be deduced solely from st_mode.  First arg is now a
26165         const pointer.
26166         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26167         (strmode): Renamed from mode_string.
26168         (filemodestring): New decl.
26169         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26170         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26171         needed.
26172         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26173
26174         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26175
26176         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26177         fsusage.h now does that.  Include fsusage.h first, to test interface.
26178         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26179         at most one method (the old code could have generated decls that
26180         didn't conform to C89, not that this was ever exercised).
26181         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26182
26183         2006-03-19  Jim Meyering  <jim@meyering.net>
26184
26185         Work even in a chroot where d_ino values for entries in "/"
26186         don't match the stat.st_ino values for the same names.
26187         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26188         number, iterate through all entries again, using lstat instead.
26189         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26190         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26191
26192         * lib/getcwd.c (__getcwd): Clarify a comment.
26193         Use memcpy in place of a call to strcpy.
26194
26195         2006-03-12  Jim Meyering  <jim@meyering.net>
26196
26197         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26198         matches that of the current directory (which we're about to chdir ".."
26199         out of), then save the dev-ino of the parent, instead.
26200
26201         * lib/same-inode.h (SAME_INODE): New file/macro.
26202         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26203         Include "same-inode.h", instead.
26204         * lib/same.c: Likewise.
26205         * lib/cycle-check.h: Include "same-inode.h".
26206         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
26207         * lib/cycle-check.c (SAME_INODE): Remove definition.
26208         * lib/root-dev-ino.h: Include "same-inode.h".
26209
26210         2006-03-11  Eric Blake  <ebb9@byu.net>
26211
26212         * lib/same.c (same_name): s/base_name/last_component/
26213         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
26214         * lib/filenamecat.c (file_name_concat): Likewise.
26215
26216         2006-03-11  Eric Blake  <ebb9@byu.net>,
26217                     Paul Eggert  <eggert@cs.ucla.edu>
26218
26219         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
26220         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
26221         drive prefix.
26222         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
26223         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
26224         (last_component): New method.
26225         * lib/dirname.c (dir_len): Determine when drive letters need a
26226         subsequent slash.  Preserve // when it is special.
26227         (dir_name): Don't append dot when drive letter is absolute.
26228         [TEST_DIRNAME]: Move into a full-blown gnulib test.
26229         * lib/basename.c (base_name): New semantics - malloc the result.
26230         Preserve // when it is special.  Preserve relative files that look
26231         like drive letters.
26232         (base_len): Preserve // when it is special.
26233         (last_component): New method, similar to old base_name semantics.
26234         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
26235         base_name.  Strip redundant slashes from ///.
26236
26237 2006-07-03  Jim Meyering  <jim@meyering.net>
26238
26239         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
26240         macro is used before the first cycle_check call.
26241
26242 2006-07-03  Eric Blake  <ebb9@byu.net>
26243
26244         * modules/dirname (Depends-on): Add xstrndup.
26245
26246 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26247
26248         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
26249         test cases, so that config.log is a bit easier to follow.
26250
26251 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26252
26253         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
26254         both are 64 bits, since this seems to be the tradition, and this
26255         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
26256         we ever run into a host that prefers long long to long in this
26257         case, we'll need another configure-time test.  Problem reported by
26258         Jim Meyering.
26259
26260 2006-07-02  Eric Blake  <ebb9@byu.net>
26261
26262         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
26263
26264 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26265
26266         * modules/inttypes (Depends-on): No longer depends on stdint.
26267         * modules/stdint (Description): Say more about assumptions.
26268         Say that the fast types might differ.  Say macros are used.
26269         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
26270         (Makefile.am): Revise list of substituted symbols to match
26271         new stdint.m4.
26272         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
26273         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
26274         * tests/test-stdint.c (verify_same_types)
26275         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
26276         the code conforms to C99/C89.
26277         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
26278         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
26279
26280 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26281
26282         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
26283         but fix a bug, by requiring at least 64 bits.
26284         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26285         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
26286         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
26287         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
26288
26289         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
26290         changes.  Make 2.59 a prerequisite.  Check and substitute for
26291         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
26292         inttypes.h.  Do not use special include files; just use the
26293         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
26294         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
26295         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
26296         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
26297         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
26298         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
26299         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
26300         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
26301         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
26302         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
26303         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
26304         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
26305         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
26306         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
26307         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
26308         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
26309         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
26310         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
26311         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
26312         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
26313         WINT_MAX.  Check for C99 conformance more strictly, by detecting
26314         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
26315         not check for things that C99 does not require, e.g., int8_t.  If
26316         a test isn't needed unless <stdint.h> isn't working, and is
26317         unlikely to be needed for any other reason, then don't do it
26318         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
26319         size_t, since we assume C89 freestanding at least.  Do not check
26320         for sig_atomic_t, wchar_t, or wint_t, since the code now does
26321         the right thing even if the types are not defined.  Instead use:
26322         (gl_STDINT_TYPE_PROPERTIES): New macro.
26323         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
26324         testing whether <sys/types.h> clashes, as Autoconf does this for
26325         us now.  All uses removed.
26326         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
26327         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
26328         (gl_CHECK_TYPE_SAME):
26329         Remove; no longer needed.
26330         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
26331         exists, since we'll return 0 anyway in that case.
26332         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
26333
26334 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26335
26336         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
26337         possible collision with system files.
26338         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
26339         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
26340         WCHAR_MIN and WCHAR_MAX in this case.
26341         (<stddef.h>): Do not include; no longer needed.
26342         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
26343         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
26344         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
26345         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
26346         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
26347         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
26348         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
26349         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
26350         !defined(__c99))]: Include in this case too, since it's harmless
26351         now.
26352         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
26353         dangerous to do so.
26354         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
26355         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
26356         (_STDINT_MIN, _STDINT_MAX): New macros.
26357         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
26358         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
26359         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
26360         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
26361         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
26362         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
26363         macros, not typedefs; this simplifies things quite a bit.
26364         Use long int for all types narrower than int64_t.
26365         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
26366         Define in terms of long long int or int64_t or long int,
26367         not int64_t or int32_t.  This saves some compile-time testing.
26368         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
26369         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
26370         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
26371         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
26372         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
26373         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
26374         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
26375         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
26376         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
26377         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
26378         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26379         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26380         undef any previous version and define our own version, for
26381         simplicity and consistency with the new macros for types.
26382         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26383         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26384         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
26385         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
26386         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
26387         @WINT_T_SUFFIX@ to keep things simple here.
26388         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
26389         Simplify by assuming typical 8/16/32/64 host, since we're
26390         already doing that elsewhere anyway.
26391         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
26392         and assume long long int is 64 bits if available.  This
26393         speeds up 'configure'.
26394
26395 2006-07-01  Eric Blake  <ebb9@byu.net>
26396
26397         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
26398         Reported by Andreas Buening.
26399
26400 2006-07-01  Eric Blake  <ebb9@byu.net>
26401
26402         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
26403
26404 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26405
26406         * lib/getaddrinfo.c: fixed typo
26407
26408 2006-06-29  Jim Meyering  <jim@meyering.net>
26409
26410         * modules/strftime (Maintainer): Add my name, since with the
26411         FPRINTFTIME changes strftime.c has forked from glibc.
26412
26413 2006-06-29  Eric Blake  <ebb9@byu.net>
26414
26415         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
26416
26417 2006-06-29  Eric Blake  <ebb9@byu.net>
26418
26419         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
26420
26421 2006-06-29  Eric Blake  <ebb9@byu.net>
26422
26423         * lib/stat_.h: New file.
26424
26425 2006-06-29  Eric Blake  <ebb9@byu.net>
26426
26427         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
26428         unused static function.
26429
26430 2006-06-29  Eric Blake  <ebb9@byu.net>
26431
26432         * doc/functions.texi (Function Portability): Document missing lstat
26433         on mingw.
26434
26435 2006-06-29  Eric Blake  <ebb9@byu.net>
26436
26437         * MODULES.html.sh: Add sys_stat.
26438         * modules/sys_stat: New module.
26439         * modules/mkstemp (Depends-on): Add sys_stat.
26440
26441 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26442
26443         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
26444
26445 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26446
26447         * m4/c-bs-a.m4: Removed.
26448
26449 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26450
26451         * lib/strftime.c: Assume strftime() exists.
26452
26453 2006-06-29  Derek Price  <derek@ximbiot.com>
26454
26455         * modules/c-bs-a: Removed - \a is C89.
26456         * MODULES.html.sh: Remove c-bs-a.
26457
26458 2006-06-29  Bruno Haible  <bruno@clisp.org>
26459
26460         * modules/wcwidth (License): Change to LGPL.
26461
26462 2006-06-28  Simon Josefsson  <jas@extundo.com>
26463
26464         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
26465         on _WIN32.
26466
26467         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
26468         getnameinfo.
26469
26470 2006-06-28  Simon Josefsson  <jas@extundo.com>
26471
26472         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
26473
26474 2006-06-28  Simon Josefsson  <jas@extundo.com>
26475
26476         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
26477         functions there.  It will succeed on Windows XP, but on Windows
26478         2000 and (presumably) earlier, it will fail, and use the internal
26479         re-implementation.
26480         (use_win32_p): New function.
26481         (getaddrinfo): Use strtoul on servname, to support numeric ports.
26482         Support AI_NUMERICSERV to disable getservbyname.
26483         (getnameinfo): New function, only supports
26484         NI_NUMERICHOST|NI_NUMERICSERV for now.
26485
26486         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
26487         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
26488         getnameinfo.
26489
26490 2006-06-28  Eric Blake  <ebb9@byu.net>
26491
26492         * modules/wcwidth: New file.
26493         * modules/mbchar (Depends-on): Add wcwidth.
26494         * modules/mbswidth (Depends-on): Add wcwidth.
26495         * MODULES.html.sh: Add wcwidth.
26496
26497 2006-06-28  Eric Blake  <ebb9@byu.net>
26498
26499         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
26500         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
26501
26502 2006-06-28  Eric Blake  <ebb9@byu.net>
26503
26504         * lib/xvasprintf.h: Fix comments.
26505
26506 2006-06-28  Eric Blake  <ebb9@byu.net>
26507
26508         * lib/mbchar.h (wcwidth): Include wcwidth.h.
26509         * lib/mbswidth.c (wcwidth): Move from here...
26510         * lib/wcwidth.h: ...to this new file.
26511
26512 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26513
26514         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
26515
26516         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
26517         it's obsolete.
26518         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
26519
26520 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26521
26522         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
26523         Autoconf 2.60 says this stuff was obsolete.
26524
26525 2006-06-28  Bruno Haible  <bruno@clisp.org>
26526
26527         * modules/wcwidth (Files): Add m4/wchar_t.m4.
26528
26529 2006-06-28  Bruno Haible  <bruno@clisp.org>
26530
26531         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
26532         gt_TYPE_WCHAR_T.
26533
26534 2006-06-28  Bruno Haible  <bruno@clisp.org>
26535
26536         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
26537         declaration for wcwidth.
26538         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
26539
26540 2006-06-28  Bruno Haible  <bruno@clisp.org>
26541
26542         * lib/mkdtemp.c [MINGW]: Include <io.h>.
26543         (mkdir): Define using _mkdir.
26544
26545 2006-06-28  Bruno Haible  <bruno@clisp.org>
26546
26547         * lib/getaddrinfo.h: Fix POSIX URL.
26548         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
26549         _WIN32.
26550         (use_win32_p): Make static.
26551         (getaddrinfo): Reject service name if it is empty or does not consist
26552         solely of decimal digits, or if its value is > 65535.
26553         (getnameinfo): Remove useless casts.
26554
26555 2006-06-27  Simon Josefsson  <jas@extundo.com>
26556
26557         * modules/sys_select: New file, suggested by Bruno Haible, Paul
26558         Eggert and Martin Lambers.
26559
26560 2006-06-27  Simon Josefsson  <jas@extundo.com>
26561
26562         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
26563         Eggert and Martin Lambers.
26564
26565 2006-06-27  Bruno Haible  <bruno@clisp.org>
26566
26567         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
26568         result to 0, not to empty.
26569         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
26570
26571 2006-06-27  Bruno Haible  <bruno@clisp.org>
26572
26573         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
26574
26575 2006-06-26  Simon Josefsson  <jas@extundo.com>
26576
26577         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
26578         present.
26579
26580 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
26581
26582         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
26583         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
26584         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
26585
26586 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
26587
26588         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
26589
26590 2006-06-26  Bruno Haible  <bruno@clisp.org>
26591
26592         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
26593
26594 2006-06-26  Bruno Haible  <bruno@clisp.org>
26595
26596         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
26597
26598 2006-06-26  Bruno Haible  <bruno@clisp.org>
26599
26600         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
26601         SGI C compiler in pre-C99 mode.
26602         Suggested by Mark D. Baushke and Larry Jones.
26603
26604 2006-06-26  Bruno Haible  <bruno@clisp.org>
26605
26606         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
26607         WCHAR_MAX.
26608         Reported by Mark D. Baushke and Larry Jones.
26609
26610 2006-06-26  Bruno Haible  <bruno@clisp.org>
26611
26612         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
26613         in pre-C99 mode.
26614         Suggested by Mark D. Baushke and Larry Jones.
26615
26616 2006-06-23  Simon Josefsson  <jas@extundo.com>
26617             Bruno Haible  <bruno@clisp.org>
26618
26619         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
26620         Emit mostlyclean-local rule.
26621         (func_emit_tests_Makefile_am): Likewise.
26622         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
26623
26624 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
26625
26626         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
26627
26628 2006-06-23  Bruno Haible  <bruno@clisp.org>
26629
26630         * tests/test-stdint.c: Update to match ISO C 99 Technical
26631         Corrigendum 1.
26632
26633 2006-06-23  Bruno Haible  <bruno@clisp.org>
26634
26635         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
26636
26637 2006-06-23  Bruno Haible  <bruno@clisp.org>
26638
26639         * lib/stdint_.h: Treat IRIX like OpenBSD.
26640
26641 2006-06-23  Bruno Haible  <bruno@clisp.org>
26642
26643         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
26644         ISO C 99 Technical Corrigendum 1.
26645
26646 2006-06-22  Simon Josefsson  <jas@extundo.com>
26647
26648         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
26649         MinGW.
26650
26651 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26652
26653         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
26654         needed.  Some compiler complained about some of them.  Problem reported
26655         by Larry Jones in
26656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
26657
26658 2006-06-21  Simon Josefsson  <jas@extundo.com>
26659
26660         * tests/test-getaddrinfo.c: New file.
26661
26662         * modules/getaddrinfo-tests: New file.
26663
26664         * MODULES.html.sh: Add inet_pton.
26665
26666         * modules/inet_pton: New file.
26667
26668 2006-06-21  Simon Josefsson  <jas@extundo.com>
26669
26670         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
26671         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
26672         of using the (limited) gnulib implementation on Windows XP.
26673
26674         * m4/inet_pton.m4: New file.
26675
26676 2006-06-21  Simon Josefsson  <jas@extundo.com>
26677
26678         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
26679         variable.
26680
26681         * lib/socket_.h: Don't define WINVER.
26682
26683         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
26684         slightly modified to work in gnulib.
26685
26686 2006-06-21  Simon Josefsson  <jas@extundo.com>
26687
26688         * doc/gnulib.texi (Windows sockets): Add.
26689
26690 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
26691
26692         * lib/read-file.c (fread_file): Start with buffer allocation of
26693         0 bytes rather than 1 byte; this simplifies the code.
26694         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
26695         code to free buffer and save/restore errno.
26696         (internal_read_file): Remove unused local.
26697
26698 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
26699
26700         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
26701         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
26702         Problem reported by Denis Excoffier in
26703         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
26704
26705 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26706
26707         * modules/sys_socket, modules/socklen: Include sys/types since
26708         FreeBSD 4.x's sys/socket.h needs it.
26709
26710 2006-06-19  Simon Josefsson  <jas@extundo.com>
26711
26712         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
26713
26714 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26715
26716         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
26717
26718 2006-06-19  Bruno Haible  <bruno@clisp.org>
26719
26720         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
26721         and FULL_PATH_INTTYPES_H in angle brackets.
26722         Reported by Mark D. Baushke <mdb@gnu.org>.
26723
26724 2006-06-17  Eric Blake  <ebb9@byu.net>
26725
26726         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
26727         errno.
26728
26729 2006-06-17  Bruno Haible  <bruno@clisp.org>
26730
26731         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
26732         <sys/inttypes.h>.
26733
26734 2006-06-17  Bruno Haible  <bruno@clisp.org>
26735
26736         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
26737         whether errno is declared. Assume <errno.h> declares errno.
26738
26739 2006-06-17  Bruno Haible  <bruno@clisp.org>
26740
26741         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
26742
26743 2006-06-17  Bruno Haible  <bruno@clisp.org>
26744
26745         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
26746         problem on Solaris 2.5.1.
26747
26748 2006-06-16  Eric Blake  <ebb9@byu.net>
26749
26750         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
26751         * lib/unicodeio.c [!defined errno]: Likewise.
26752         * lib/strtol.c [!defined errno]: Likewise.
26753         * lib/strtod.c [!defined errno]: Likewise.
26754
26755 2006-06-15  Eric Blake  <ebb9@byu.net>
26756
26757         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
26758
26759 2006-06-15  Eric Blake  <ebb9@byu.net>
26760
26761         * config/srclist.txt (ssize_t.m4): Lose sync.
26762
26763 2006-06-15  Bruno Haible  <bruno@clisp.org>
26764
26765         * modules/stdint (Files): Include m4/full-header-path.m4,
26766         m4/size_max.m4, m4/wchar_t.m4.
26767         (Makefile.am): Many more substitutions.
26768         * modules/stdint-tests: New file.
26769         * tests/test-stdint.c: New file.
26770
26771 2006-06-15  Bruno Haible  <bruno@clisp.org>
26772
26773         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
26774         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
26775         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
26776         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
26777         gl_CHECK_TYPE_SAME): New macros.
26778
26779 2006-06-15  Bruno Haible  <bruno@clisp.org>
26780
26781         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
26782
26783 2006-06-15  Bruno Haible  <bruno@clisp.org>
26784
26785         * lib/stdint_.h: Rewritten to be fully auto-configured.
26786         Fixes bug on HP-UX/IA64.
26787
26788 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
26789
26790         * lib/getdate.y (__attribute__): Don't define if already defined.
26791         Problem reported by Larry Jones.
26792         * lib/utimens.c (__attribute__): Likewise.
26793
26794 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
26795
26796         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
26797         reported by Andreas Schwab.
26798
26799 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26800             Bruno Haible  <bruno@clisp.org>
26801
26802         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
26803         check for the declaration of strnlen and a run test that exposes the
26804         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
26805         rpl_strndup.
26806
26807 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26808             Bruno Haible  <bruno@clisp.org>
26809
26810         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
26811
26812 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26813
26814         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
26815         compile test, for Tru64 4.0D.
26816
26817 2006-05-28  Karl Berry  <karl@gnu.org>
26818
26819         * config/srclist.txt (printf-args.c): lose sync.
26820
26821 2006-05-26  Martin Lambers  <marlam@marlam.de>
26822
26823         * lib/getpass.c: Updates the test for the native W32 API, and adds
26824         missing includes, thus fixing compilation warnings.
26825
26826 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26827
26828         * lib/exclude.c (exclude_fnmatch): New function.
26829         (excluded_file_name): Call exclude_fnmatch.
26830         * lib/exclude.h (excluded_file_name): New prototype
26831
26832 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
26833
26834         * lib/tempname.c (small_open, large_open): New macros.
26835         (__open, __open64) [!_LIBC]: Remove.
26836         (__gen_tempname): Use small_open and large_open instead of __open
26837         and __open64.  This fixes a portability bug on HP-UX 11.11i
26838         reported by Simon Wing-Tang in
26839         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
26840
26841 2006-05-24  Bruno Haible  <bruno@clisp.org>
26842
26843         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
26844         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
26845         Reported by Thorsten Maerz <torte@netztorte.de> via
26846         Aaron Stone <aaron@serendipity.cx>.
26847
26848 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
26849
26850         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
26851         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
26852         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
26853         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
26854         not really conditional on the cache.
26855         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
26856
26857 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
26858
26859         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
26860         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
26861         (my_usleep): Don't mishandle maximum value.
26862
26863 2006-05-19  Jim Meyering  <jim@meyering.net>
26864
26865         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
26866
26867 2006-05-17  Bruno Haible  <bruno@clisp.org>
26868
26869         Cygwin portability.
26870         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
26871
26872 2006-05-17  Bruno Haible  <bruno@clisp.org>
26873
26874         * lib/stdint_.h: Fix recognition of Cygwin.
26875
26876 2006-05-15  Bruno Haible  <bruno@clisp.org>
26877
26878         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
26879         on libtool patch by Ralf Wildenhues.
26880
26881 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26882
26883         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
26884         test for C99 conformance; (bool) 0.5 is an integer constant
26885         expression, but (bool) -0.5 is not.  Problem reported by Fedor
26886         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
26887
26888 2006-05-11  Simon Josefsson  <jas@extundo.com>
26889
26890         * m4/xvasprintf.m4: Fix obvious typo.
26891
26892 2006-05-11  Jim Meyering  <jim@meyering.net>
26893
26894         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
26895         James Lemley.
26896
26897 2006-05-10  Simon Josefsson  <jas@extundo.com>
26898
26899         * lib/md4.c: Typo fix, update copyright years.
26900         (K1, K2): Don't use L because it turn computations into 64-bit on
26901         64-bit platforms.
26902
26903 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
26904
26905         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
26906         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
26907         unwanted sign propagation, e.g., on hosts with 64-bit int.
26908         There still are some problems with reeelly weird theoretical hosts
26909         (e.g., 33-bit int) but it's not worth worrying about now.
26910         * lib/sha1.c (rol): Likewise.
26911         (K1, K2, K3, K4): Remove unnecessary L suffix.
26912
26913 2006-05-10  Bruno Haible  <bruno@clisp.org>
26914
26915         * lib/des.c: Cast to avoid warnings.
26916
26917 2006-05-09  Bruno Haible  <bruno@clisp.org>
26918
26919         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
26920         (Depends-on): Depend also on xsize, stdarg.
26921         (configure.ac): Add gl_XVASPRINTF.
26922
26923 2006-05-09  Bruno Haible  <bruno@clisp.org>
26924
26925         * m4/xvasprintf.m4: New file.
26926
26927 2006-05-09  Bruno Haible  <bruno@clisp.org>
26928
26929         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
26930         (EOVERFLOW): Define fallback value.
26931         (xstrcat): New function.
26932         (xvasprintf): Recognize the special case of a string concatenation.
26933
26934 2006-05-08  Eric Blake  <ebb9@byu.net>
26935
26936         * gnulib-tool (func_version): Base copyright year on CVS date.
26937         (func_emit_copyright_notice): New function.
26938         (func_emit_lib_Makefile_am): Use it.
26939         (func_emit_tests_Makefile_am): Likewise.
26940         (func_import): Likewise.
26941
26942 2006-05-08  Bruno Haible  <bruno@clisp.org>
26943
26944         * modules/stdarg: New file.
26945         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
26946
26947 2006-05-08  Bruno Haible  <bruno@clisp.org>
26948
26949         * m4/stdarg.m4: New file, from GNU gettext.
26950
26951 2006-05-08  Bruno Haible  <bruno@clisp.org>
26952
26953         * config/srclist.txt (build-aux/config.rpath): different from latest
26954         release.
26955
26956 2006-05-08  Bruno Haible  <bruno@clisp.org>
26957
26958         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
26959
26960 2006-05-05  Jim Meyering  <jim@meyering.net>
26961
26962         * m4/warning.m4: New file, derived from bison's file by the same name.
26963
26964 2006-05-03  Bruno Haible  <bruno@clisp.org>
26965
26966         * lib/stdint_.h: Shorter URL.
26967         * lib/inttypes.h: Likewise.
26968
26969 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26970
26971         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
26972
26973 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26974
26975         * lib/verify.h: Document the internals better.  Most of this change
26976         was written by Bruno Haible.
26977
26978 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26979
26980         * doc/verify.texi: New file, partly based on a proposal by
26981         Bruno Haible.
26982
26983 2006-05-02  Bruno Haible  <bruno@clisp.org>
26984
26985         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
26986         test from here...
26987         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
26988
26989 2006-04-29  Bruno Haible  <bruno@clisp.org>
26990
26991         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
26992         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
26993
26994 2006-04-29  Bruno Haible  <bruno@clisp.org>
26995
26996         * gnulib-tool: Make --update option actually work.
26997
26998 2006-04-29  Bruno Haible  <bruno@clisp.org>
26999
27000         * doc/gcd.texi: New file.
27001         * doc/gnulib.texi: Include it.
27002
27003 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
27004
27005         * lib/getdate.y (get_date): When adding relative date, start with the
27006         initial time, not with the result of the first mktime call.
27007
27008 2006-04-25  Bruno Haible  <bruno@clisp.org>
27009
27010         * gnulib-tool (func_import): Output the include directives in three
27011         blocks, sorted separately.
27012         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27013
27014 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27015
27016         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
27017         to define main with arguments, for C++.  Reported by Eric Blake.
27018         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
27019         Prefer 'int main ()' to 'int main (void)', for C++.
27020         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
27021         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
27022         for 'main', for C99 and C++.
27023
27024 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27025
27026         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27027         Don't assume that exit status -1 is valid.
27028         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27029         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27030         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27031         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27032         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27033         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27034         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27035         functions can be used without declaring them, or that you can
27036         exit with status -1.
27037         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27038
27039 2006-04-24  Karl Berry  <karl@gnu.org>
27040
27041         * config/srclist.txt (longdouble.m4): sync lost.
27042
27043 2006-04-24  Eric Blake  <ebb9@byu.net>
27044
27045         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27046
27047 2006-04-24  Bruno Haible  <bruno@clisp.org>
27048
27049         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27050         poll() implementation in AIX.
27051         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27052
27053 2006-04-24  Bruno Haible  <bruno@clisp.org>
27054
27055         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27056         assigned exactly once.
27057
27058 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27059             Bruno Haible  <bruno@clisp.org>
27060
27061         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27062         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27063         for AM_CPPFLAGS.
27064
27065 2006-04-23  Bruno Haible  <bruno@clisp.org>
27066
27067         * modules/copy-file: Depend on unistd.
27068         * modules/execute: Likewise.
27069         * modules/fatal-signal: Likewise.
27070         * modules/findprog: Likewise.
27071         * modules/mkdtemp : Likewise.
27072         * modules/pipe: Likewise.
27073         * modules/wait-process: Likewise.
27074
27075 2006-04-23  Bruno Haible  <bruno@clisp.org>
27076
27077         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27078         condition was already detected.
27079         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27080
27081 2006-04-23  Bruno Haible  <bruno@clisp.org>
27082
27083         * lib/copy-file.c: Include <unistd.h> unconditionally.
27084         * lib/execute.c: Likewise.
27085         * lib/fatal-signal.c: Likewise.
27086         * lib/findprog.c: Likewise.
27087         * lib/mkdtemp.c: Likewise.
27088         * lib/pipe.h: Likewise.
27089         * lib/pipe.c: Likewise.
27090         * lib/wait-process.h: Likewise.
27091
27092 2006-04-23  Bruno Haible  <bruno@clisp.org>
27093
27094         * gnulib-tool (func_usage): Fix --import description. Document
27095         --update.
27096         (func_import): Create temporary file in a temporary directory, if
27097         --dry-run is specified. Silence errors from 'grep' when there are no
27098         m4 files in $m4dir.
27099         (func_create_testdir): Silence errors from 'grep' when there are no
27100         m4 files in $m4dir.
27101         Reported by Karl Berry <karl@freefriends.org>.
27102
27103 2006-04-20  Bruno Haible  <bruno@clisp.org>
27104
27105         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27106         one argument, so that the code will be portable to Autoconf 2.60.
27107         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27108         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27109         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27110
27111 2006-04-19  Derek Price  <derek@ximbiot.com>
27112             Eric Blake  <ebb9@byu.net>
27113
27114         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27115         rather than "/full/path.h".  Update comment to match.  Shorten &
27116         generalize m4_translit call via AS_TR_CPP.
27117
27118 2006-04-19  Derek Price  <derek@ximbiot.com>
27119             Eric Blake  <ebb9@byu.net>
27120
27121         * lib/inttypes.h: Correct grammar in comment.
27122
27123 2006-04-18  Derek Price  <derek@ximbiot.com>
27124             Paul Eggert  <eggert@cs.ucla.edu>
27125
27126         * modules/inttypes: New file.
27127         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27128
27129 2006-04-18  Derek Price  <derek@ximbiot.com>
27130             Paul Eggert  <eggert@cs.ucla.edu>
27131
27132         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27133         New files.
27134
27135 2006-04-18  Derek Price  <derek@ximbiot.com>
27136             Paul Eggert  <eggert@cs.ucla.edu>
27137
27138         * lib/inttypes.h: New file.
27139         * lib/strtoimax.c: Assume <inttypes.h>.
27140
27141 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27142
27143         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27144         isn't mounted.  Problem reported by Kir Kolyshkin.
27145
27146 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27147
27148         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27149         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27150         Derek R. Price.
27151         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27152         implementation.
27153
27154 2006-04-12  Eric Blake  <ebb9@byu.net>
27155
27156         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27157         is now done automatically by the corresponding Autoconf macro.
27158
27159 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27160
27161         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27162         time_r.h.
27163
27164 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27165
27166         Merge regex changes from libc, removing some of our
27167         POSIX-conformance changes that were rejected and redoing them in a
27168         less-intrusive way.
27169
27170         * lib/regcomp.c (re_compile_internal, init_dfa):
27171         Length arg is now size_t, not Idx.  All uses changed.
27172         (peek_token): Forward decl now says internal_function.
27173         (__re_error_msgid, __re_error_msgid_idx):
27174         Now static rather than extern with attribute_hidden.
27175         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27176         For some reason libc prefers K&R style defns for external functions.
27177         (regerror) [!defined _LIBC]: Likewise.
27178         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27179         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27180         (build_range_exp, build_collating_symbol):
27181         Use K&R-style defn.
27182         (re_compile_fastmap): Use '\0' to memset, not 0.
27183         (utf8_sb_map): Make the calculations more obvious.
27184         (init_dfa, parse_bracket_exp, build_charclass_op):
27185         Call calloc and cast result, as glibc does.
27186         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27187         (build_range_exp, build_collating_symbol):
27188         Now internal functions.
27189
27190         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27191
27192         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27193         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27194         Don't depend on VMS; depend on __VMS instead, for POSIX
27195         namespace cleanness.
27196         (regoff_t): Define to ssize_t, not long int.
27197
27198         Remove the REG_ macros named below.  Instead, make the old names
27199         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27200         __USE_GNU_REGEX.
27201         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27202         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27203         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27204         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
27205         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
27206         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
27207         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
27208         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
27209         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
27210         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
27211         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
27212         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
27213         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
27214         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
27215         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
27216         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
27217         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
27218         (REG_NREGS):
27219         Remove.  All uses replaced by the old RE_* names.
27220         (RE_BACKSLASH_ESCAPE_IN_LISTS):
27221         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
27222         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
27223         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
27224         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
27225         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
27226         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
27227         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
27228         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
27229         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
27230         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
27231         Don't bother having these macros be independent of each others'
27232         values, since they no longer exist in the POSIX name space.
27233
27234         Rename the following member names back to their old names,
27235         unless !__USE_GNU_REGEX.  All uses changed back.
27236         (buffer): Renamed from re_buffer.
27237         (allocated): Renamed from re_allocated.
27238         (used): Renamed from re_used.
27239         (syntax): Renamed from re_syntax.
27240         (fastmap): Renamed from re_fastmap.
27241         (translate): Renamed from re_translate.
27242         (can_be_null): Renamed from re_can_be_null.
27243         (regs_allocated): Renamed from re_regs_allocated.
27244         (fastmap_accurate): Renamed from re_fastmap_accurate.
27245         (no_sub): Renamed from re_no_sub.
27246         (not_bol): Renamed from re_not_bol.
27247         (not_eol): Renamed from re_not_eol.
27248         (newline_anchor): Renamed from re_newline_anchor.
27249         (num_regs): Renamed from rm_num_regs.
27250         (start): Renamed from rm_start.
27251         (end): Renamed from rm_end.
27252
27253         (free_state): Move up a bit.
27254
27255         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
27256         #define to be empty.
27257         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
27258         when that is what is intended.
27259         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
27260         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
27261         (MAX): New macro.
27262         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
27263         All uses changed back to re_malloc, etc.  It's now the caller's
27264         responsibility to check for overflow; all callers changed.
27265         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
27266         (re_x2nrealloc): Remove.
27267         (free_state): Remove decl.
27268
27269         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
27270         (re_set_registers, re_exec):
27271         Use K&R-style defn.
27272
27273         2006-01-31  Roland McGrath  <roland@redhat.com>
27274
27275         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
27276         Reported by Mike Frysinger <vapier@gentoo.org>.
27277
27278         2006-01-15  Andreas Jaeger  <aj@suse.de>
27279
27280         [BZ #1950]
27281         * lib/regex_internal.c (re_string_reconstruct): Adjust for
27282         build_wcs_upper_buffer change.
27283         (build_wcs_upper_buffer): Change return type.
27284
27285         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
27286
27287         * lib/regex_internal.h: Include <stdint.h> if available.
27288
27289         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
27290
27291         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
27292
27293         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27294
27295         * lib/regcomp.c: Adjust for changed secondary hash function.
27296
27297         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
27298
27299         * lib/regex.h: Pretty printing.
27300         Clean up namespace a bit.
27301
27302         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
27303
27304         * lib/regexec.c (update_cur_sifted_state, check_arrival,
27305         check_arrival_add_next_nodes): Avoid using uninitialized variable.
27306
27307         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27308                     Ulrich Drepper  <drepper@redhat.com>
27309
27310         [BZ #1302]
27311         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
27312         changed.
27313         (bitset_word_t): Renamed from bitset_word.  All uses changed.
27314
27315         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
27316
27317         [BZ #281]
27318         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
27319         * lib/regcomp.c: Remove unnecessary uses of
27320         unsigned RE_TRANSLATE_TYPE.
27321         * lib/regex_internal.h: Likewise.
27322         * lib/regex_internal.c: Likewise.
27323         * lib/regexec.c: Likewise.
27324         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
27325
27326         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
27327
27328         * lib/regexec.c (find_recover_state): Remove unnecessary
27329         initialization.
27330         (transit_state_bkref): Make DFA a const pointer.
27331         (get_subexp): Likewise.
27332         (check_arrival): Likewise.
27333         (update_cur_sifted_state): Likewise.
27334         (re_search_internal): Likewise.
27335         (prune_impossible_nodes): Likewise.
27336         (acquire_init_state_context): Likewise.
27337         (proceed_next_node): Likewise.
27338         (set_regs): Likewise.
27339         (free_fail_stack_return): Likewise.
27340         (check_arrival_expand_ecl): Mark DFA parameter as const.
27341         (check_arrival_expand_ecl_sub): Likewise.
27342         (check_subexp_limits): Likewise.
27343         (sub_epsilon_src_nodes):  Likewise.
27344         (add_epsilon_src_nodes):  Likewise.
27345         (merge_state_array): Likewise.
27346         (update_regs): Likewise.
27347         (build_trtable): Likewise.
27348         (sift_states_backward): Mark MCTX parameter as const.
27349         (build_sifted_states): Likewise.
27350         (update_cur_sifted_state): Likewise.
27351         (sift_states_mkref): Likewise.
27352         (check_arrival_expand_ecl): Mark eclosure as const.
27353         (check_dst_limits_calc_pos_1): Likewise.
27354         * lib/regex_internal.h (re_match_context_t): Make dfa a const
27355         pointer.
27356
27357         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
27358
27359         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
27360         (transit_state_sb): Likewise.
27361         (transit_state_mb): Likewise.
27362         (sift_states_iter_mb): Likewise.
27363         (check_arrival_add_next_nodes): Likewise.
27364         (check_node_accept_bytes): Change first parameter to pointer-to-const.
27365         [_LIBC] (re_search_2_stub): Use mempcpy.
27366
27367         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
27368         mbrtowc for very simple UTF-8 case.
27369
27370         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
27371         a pointer-to-const.
27372         (re_acquire_state_context): Likewise.
27373         * lib/regex_internal.h: Adjust prototypes.
27374
27375         * lib/regex.c: Prevent using C++ compilers.
27376
27377         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
27378         (re_acquire_state_context): Likewise.
27379
27380 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27381
27382         * modules/regex (Depends-on): Add ssize_t.
27383
27384 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27385
27386         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
27387         translation table.
27388
27389 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27390
27391         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
27392
27393 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
27394             Bruno Haible  <bruno@clisp.org>
27395
27396         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
27397         <sys/types.h> and <inttypes.h>.
27398
27399 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27400
27401         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
27402         `__error_t_defined', so argp.h will not typedef the former.
27403
27404 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
27405
27406         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
27407         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
27408         glibc names.  Even if glibc is changed to conform to POSIX, the
27409         traditional names will be available anyway, since regex depends on
27410         the extensions module.  Also, fix a longstanding typo in the
27411         implementation of Spencer ERE test #75 from grep 2.3.  Problems
27412         reported by Emanuele Giaquinta.  Also, change sense of cached
27413         variable, so that the message makes sense.
27414
27415 2006-03-24  Simon Josefsson  <jas@extundo.com>
27416
27417         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
27418         including some doc fixes.
27419         (base64_encode_alloc): Fix +1 bug on allocation failures.
27420
27421 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27422
27423         * lib/base64.c (base64_encode): Do not read past end of array with
27424         unsanitized input on systems with CHAR_BIT > 8.
27425
27426 2006-03-24  Eric Blake  <ebb9@byu.net>
27427
27428         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
27429
27430 2006-03-22  Karl Berry  <karl@gnu.org>
27431
27432         * config/srclist.txt (*setenv.[ch]): get from coreutils.
27433         * config/srclistvars.sh (COREUTILS): new var.
27434
27435 2006-03-17  Jim Meyering  <jim@meyering.net>
27436
27437         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
27438         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
27439
27440 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27441
27442         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
27443         no longer needs it.  Instead, check that regoff_t is as least
27444         as wide as ptrdiff_t.
27445
27446         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
27447         so that our regex.h stays compatible with the installed regex.
27448         This is helpful for installers who configure --without-included-regex.
27449         Problem reported by Emanuele Giaquinta.
27450
27451 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27452
27453         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
27454         Typedef to long int, not to off_, as POSIX will likely change
27455         in that direction.
27456
27457 2006-03-15  Eric Blake  <ebb9@byu.net>
27458
27459         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
27460
27461 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27462
27463         * lib/argp-help.c (validate_uparams): Fix typo
27464         * lib/argp-parse.c (argp_default_options): Consistently begin help
27465         messages with a lowercase letter.
27466
27467 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
27468
27469         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
27470         overrun buffers and shouldn't be used (much as gets shouldn't be
27471         used).
27472         * lib/time_r.c (asctime_r, ctime_r): Likewise.
27473
27474 2006-03-08  Simon Josefsson  <jas@extundo.com>
27475
27476         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
27477         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27478
27479 2006-03-08  Simon Josefsson  <jas@extundo.com>
27480
27481         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
27482         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27483
27484 2006-03-08  Simon Josefsson  <jas@extundo.com>
27485
27486         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
27487         signal that configure disabled the device.
27488
27489 2006-03-08  Simon Josefsson  <jas@extundo.com>
27490
27491         * build-aux/maint.mk: Fix refresh-po, to handle no translated
27492         languages.
27493
27494 2006-03-07  Simon Josefsson  <jas@extundo.com>
27495
27496         * modules/getopt (Depends-on): Add unistd.
27497
27498         * modules/unistd: New file.
27499
27500 2006-03-07  Simon Josefsson  <jas@extundo.com>
27501
27502         * modules/gc-random: New file.
27503
27504 2006-03-07  Simon Josefsson  <jas@extundo.com>
27505
27506         * m4/unistd_h.m4: New file.
27507
27508 2006-03-07  Simon Josefsson  <jas@extundo.com>
27509
27510         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
27511         test to be side-effect free by storing the result in the cache
27512         variable gl_cv_lib_readline, and moving the assignment of
27513         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
27514         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27515
27516 2006-03-07  Simon Josefsson  <jas@extundo.com>
27517
27518         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
27519         error on missing devices (the functions will return an error).
27520
27521         * m4/gc.m4: Move random stuff to gc-random.m4
27522
27523 2006-03-07  Simon Josefsson  <jas@extundo.com>
27524
27525         * lib/unistd_.h: New file.
27526
27527 2006-03-07  Simon Josefsson  <jas@extundo.com>
27528
27529         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
27530
27531 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27532
27533         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
27534         Problem reported by Juan Manuel Guerrero.
27535
27536 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27537
27538         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
27539         the unistd module.
27540         * lib/getlogin_r.c: Likewise.
27541         * lib/getlogin_r.h: Likewise.
27542         * lib/glob.c: Likewise.
27543         * lib/pagealign_alloc.c: Likewise.
27544         * lib/unistd_.h: Remove; no longer needed.
27545
27546 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27547
27548         * MODULES.html.sh (Support for systems lacking POSIX:2001):
27549         Add unistd.
27550         * modules/c-stack (Depends-on): Add unistd.
27551         * modules/getlogin_r: Likewise.
27552         * modules/glob: Likewise.
27553         * modules/pagealign_alloc: Likewise.
27554         * modules/unistd (Files): Remove lib/unistd_.h.
27555         (EXTRA_DIST): Remove.
27556         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
27557         need unistd_.h.
27558         (MOSTLYCLEANFILES): Remove unistd.h-t.
27559
27560 2006-03-03  Simon Josefsson  <jas@extundo.com>
27561
27562         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
27563
27564 2006-03-03  Simon Josefsson  <jas@extundo.com>
27565
27566         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
27567         libidn and bison.
27568
27569 2006-03-03  Simon Josefsson  <jas@extundo.com>
27570
27571         * build-aux/maint.mk: Add indent target.
27572
27573 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
27574
27575         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
27576         our replacement poll.h in any case, to avoid a differing
27577         declaration from a system header.  Seen on AIX.
27578
27579 2006-03-01  Simon Josefsson  <jas@extundo.com>
27580
27581         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
27582         <kasal@ucw.cz>.
27583
27584 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27585
27586         * modules/gettime (Depends-on): Add extensions module.
27587         * modules/nanosleep (Depends-on): Likewise.
27588         * modules/settime (Depends-on): Likewise.
27589
27590 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27591
27592         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
27593         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
27594         pedantically.
27595         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27596         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
27597
27598         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
27599         not "==".  Reported by Ralf Wildenhues.
27600
27601 2006-03-01  Karl Berry  <karl@gnu.org>
27602
27603         * doc/Copyright/request-*: new files, synced from gnuorg.
27604
27605 2006-03-01  Karl Berry  <karl@gnu.org>
27606
27607         * config/srclist.txt (Copyright/*): new entries.
27608
27609 2006-02-28  Simon Josefsson  <jas@extundo.com>
27610
27611         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
27612
27613 2006-02-27  Simon Josefsson  <jas@extundo.com>
27614
27615         * lib/base64.h: Indent #define's.  From Jim Meyering
27616         <jim@meyering.net>.
27617
27618 2006-02-27  Jim Meyering  <jim@meyering.net>
27619
27620         Revert the change of 2006-02-24, so these files can continue
27621         to be sync'd from gettext.
27622         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
27623         of `config.h'.
27624
27625 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27626
27627         * modules/intprops: New file.
27628         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
27629         Add intprops.
27630         * modules/getloadavg (Files): Remove lib/intprops.h.
27631         (Depends-on): Add intprops.
27632         * modules/human: Likewise.
27633         * modules/inttostr: Likewise.
27634         * modules/openat: Likewise.
27635         * modules/sig2str: Likewise.
27636         * modules/userspec: Likewise.
27637         * modules/utimecmp: Likewise.
27638         * modules/xnanosleep: Likewise.
27639         * modules/xstrtol: Likewise.
27640
27641 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
27642
27643         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
27644         * modules/lock-tests (TESTS): Use $(EXEEXT).
27645         * modules/tls-tests: Likewise.
27646         * modules/argp-tests: Likewise.
27647         (check_PROGRAMS): New var, replacing...
27648         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
27649
27650 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27651
27652         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
27653         `config.h'.
27654
27655 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
27656
27657         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
27658
27659 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27660
27661         Sync from coreutils.
27662         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
27663         gl_CHDIR_SAFER.
27664
27665 2006-02-22  Jim Meyering  <jim@meyering.net>
27666
27667         Sync from coreutils.
27668         * m4/chdir-safer.m4: New file.
27669
27670 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
27671
27672         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
27673         AT_FDCWD exceeds INT_MAX.
27674         * lib/openat.h (AT_FDCWD): Likewise.
27675
27676 2006-02-17  Eric Blake  <address@hidden>
27677
27678         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
27679
27680 2006-02-16  Simon Josefsson  <jas@extundo.com>
27681
27682         * modules/getaddrinfo (Depends-on): Add sys_socket.
27683
27684 2006-02-15  Simon Josefsson  <jas@extundo.com>
27685
27686         * build-aux/maint.mk: Add dsyntax-check rule.
27687
27688 2006-02-15  Eric Blake  <ebb9@byu.net>
27689
27690         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
27691         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
27692         'present but cannot compile' warnings on cygwin.
27693         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
27694         use ws2tcpip.h if sys/socket.h works.
27695         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
27696         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
27697
27698 2006-02-14  Simon Josefsson  <jas@extundo.com>
27699
27700         * modules/maintainer-makefile (Files): Rename.
27701
27702         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
27703         and (the local) Makefile.cfg to maint-cfg.mk.
27704
27705         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
27706         to the latter.
27707
27708         * modules/maintainer-makefile: New module.
27709
27710         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
27711         severaly stripped to make it possible to build it up from scratch
27712         with reliable tests.
27713
27714         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
27715         fixes to permit overriding the default actions when configure and
27716         makefile are not available.
27717
27718 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
27719
27720         Sync from coreutils.
27721         * modules/lstat (Depends-on): Don't depend on xalloc.
27722         (License): Change from GPL to LGPL, since this is now simply a
27723         replacement for a libc function.
27724
27725 2006-02-14  Jim Meyering  <jim@meyering.net>
27726
27727         Sync from coreutils.
27728
27729         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
27730         failure on deficient systems, and simplify gnulib lgpl dependencies.
27731         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
27732         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
27733
27734         * lib/xalloc-die.c: Remove unused definition of N_.
27735
27736 2006-02-14  Jim Meyering  <jim@meyering.net>
27737
27738         Sync from coreutils.
27739         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
27740         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
27741         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
27742         double-quote uses of that variable, to accommodate the rare case in
27743         which getmntent is available in none of the libraries checked.  This
27744         happens at least on FreeBSD 5.0.
27745
27746 2006-02-13  Simon Josefsson  <jas@extundo.com>
27747
27748         * gnulib-tool (Usage): Fix --import, from
27749         karl@freefriends.org (Karl Berry).
27750
27751 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27752
27753         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
27754
27755 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
27756
27757         * lib/argp-namefrob.h: Restore changes accidentally lost during the
27758         "autoupdate" on 2005-12-12.
27759
27760 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
27761
27762         * modules/closeout (Depends-on): Remove atexit.
27763
27764 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
27765
27766         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
27767         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
27768
27769 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
27770
27771         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
27772         __EXTENSIONS__ if this causes compilation to fail.  Problem
27773         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
27774         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
27775
27776 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
27777
27778         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
27779         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
27780         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
27781         All uses changed.
27782
27783 2006-01-26  Simon Josefsson  <jas@extundo.com>
27784
27785         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
27786         prototype is visible on mingw32.
27787
27788         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
27789         for mingw32.
27790
27791         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
27792         mingw32).
27793
27794 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
27795
27796         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
27797         attempt to open for write; this always fails, at least on POSIX
27798         hosts.  This reinstates the 2006-01-09 change, which was
27799         inadvertently removed.
27800
27801 2006-01-26  Bruno Haible  <bruno@clisp.org>
27802
27803         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
27804         Reported by Paul Eggert.
27805
27806 2006-01-26  Bruno Haible  <bruno@clisp.org>
27807             Paul Eggert  <eggert@cs.ucla.edu>
27808
27809         * lib/stdbool_.h (_Bool)
27810         [(! (defined __cplusplus || defined __BEOS__)
27811           && !defined __GNUC__
27812           && !(defined __HP_cc || defined __xlc__
27813                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
27814                || defined __sgi))]:
27815         #define to signed char in these cases too; this simplifies
27816         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
27817         etc., separately) and makes it more conservative.
27818
27819 2006-01-25  Simon Josefsson  <jas@extundo.com>
27820
27821         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
27822         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
27823         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
27824
27825 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27826
27827         * lib/argp-namefrob.h: Bugfix. Remove stray #
27828
27829 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27830
27831         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
27832         so that we test the test.
27833         Check for yet another HP-UX cc bug involving *bool |= bool.
27834
27835 2006-01-25  Karl Berry  <karl@gnu.org>
27836
27837         * config/srclist.txt (vasnprintf.c): sync lost.
27838
27839 2006-01-25  Jim Meyering  <jim@meyering.net>
27840
27841         Sync from the stable (b5) branch of coreutils:
27842
27843         * lib/fts.c (fts_children): Don't let close() clobber errno from
27844         failed fchdir().
27845
27846         * lib/fts.c (fts_stat): When following a symlink-to-directory,
27847         don't necessarily interpret stat-fails+lstat-succeeds as indicating
27848         a dangling symlink.  That can also happen at least for ELOOP.
27849         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
27850         FYI, this bug predates the inclusion of fts.c in coreutils.
27851
27852         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
27853         in their own block, so pre-c99 compilers don't object.
27854
27855         Avoid the double-free (first in fts_read, second in fts_close) that
27856         would occur when an `active' directory is made inaccessible (e.g.,
27857         via chmod a-x) during a traversal.
27858         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
27859         before returning.  Reproduce this failure by
27860         mkdir -p a/b; cd a; chmod a-x . b
27861         Reported by Stavros Passas.
27862
27863 2006-01-25  Jim Meyering  <jim@meyering.net>
27864
27865         * lib/fileblocks.c: Remove more useless parentheses.
27866         * lib/readutmp.h: Likewise.
27867
27868 2006-01-25  Bruno Haible  <bruno@clisp.org>
27869
27870         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
27871         warnings.
27872         Reported by Paul Eggert.
27873
27874 2006-01-25  Bruno Haible  <bruno@clisp.org>
27875
27876         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
27877         rid of a trap command. For Solaris sh.
27878         Reported by Mark D. Baushke <mdb@gnu.org>.
27879
27880 2006-01-24  Simon Josefsson  <jas@extundo.com>
27881
27882         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
27883         Bruno.
27884
27885 2006-01-24  Karl Berry  <karl@gnu.org>
27886
27887         * config/srclist.txt (argp-namefrob.h): sync lost.
27888
27889 2006-01-24  Jim Meyering  <jim@meyering.net>
27890
27891         * modules/openat (Files): Add lib/intprops.h.
27892         From Mark D. Baushke.
27893
27894 2006-01-24  Jim Meyering  <jim@meyering.net>
27895
27896         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
27897         Reported by Mark D. Baushke.
27898
27899 2006-01-24  Jim Meyering  <jim@meyering.net>
27900
27901         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
27902
27903 2006-01-24  Bruno Haible  <bruno@clisp.org>
27904
27905         * modules/strnlen (Maintainer): Change from glibc to all.
27906
27907 2006-01-24  Bruno Haible  <bruno@clisp.org>
27908
27909         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
27910         Patch by Paul Eggert.
27911
27912 2006-01-24  Bruno Haible  <bruno@clisp.org>
27913
27914         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
27915         already has it.
27916         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
27917         2005-11-26.
27918
27919         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
27920         'signed char' to avoid problems with the built-in _Bool type.
27921         Reported by Paul Eggert on 2005-11-26.
27922
27923 2006-01-24  Bruno Haible  <bruno@clisp.org>
27924
27925         * gnulib-tool (func_import): Avoid constructing complicated sed
27926         expressions inside backquote.
27927         Report and solution by Mark D. Baushke <mdb@gnu.org>.
27928
27929 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
27930
27931         These changes imported from libc.
27932         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
27933         test and two separate function calls.
27934         * lib/strndup.c (__strndup): Add libc_hidden_def.
27935
27936 2006-01-23  Simon Josefsson  <jas@extundo.com>
27937
27938         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
27939         Remove the test_*_SOURCES variable: automake infers it by default.
27940         * modules/tls-tests: Likewise.
27941
27942 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27943
27944         Work around porting bugs reported by Dieter in
27945         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
27946         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
27947         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
27948         Include "getopt.h" first, to check interface.
27949         (getenv): Declare only if defined HAVE_DECL_GETENV &&
27950         !HAVE_DECL_GETENV.
27951         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
27952         (__strndup): Revert to K&R-style function dfns, the glibc style.
27953         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
27954         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
27955         Include strnlen.h first, to get prototype properly.
27956         (strnlen): Renamed from __strnlen.
27957         Remove weak alias.
27958
27959 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27960
27961         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
27962
27963 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27964
27965         * config/srclist.txt: Adjust to reflect glibc reorganization.
27966         This affects only comments.
27967
27968 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27969
27970          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
27971          Reported by Bruce Korb <bkorb@gnu.org>.
27972
27973 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27974
27975         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
27976         to pacify gcc -Wswitch-default.
27977
27978 2006-01-22  Bruno Haible  <bruno@clisp.org>
27979
27980         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
27981         temporary buffer for sprintf, take into account the precision also
27982         for 'd', 'i', 'u', 'o', 'x', 'X'.
27983
27984 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27985
27986         * modules/argp-tests: New module
27987         * tests/test-argp.c: New file
27988         * tests/test-argp-2.sh: New file
27989
27990 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27991
27992         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
27993         (__argp_base_name): Removed
27994         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
27995         typo.
27996         (__argp_base_name): Provide macro definition or extern declaration
27997         depending on the configuration
27998
27999 2006-01-20  Simon Josefsson  <jas@extundo.com>
28000
28001         * modules/inet_ntop (Depends-on): Depend on sys_socket.
28002
28003 2006-01-20  Simon Josefsson  <jas@extundo.com>
28004
28005         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
28006
28007 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28008
28009         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
28010         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
28011         Suggested by Bruno Haible.
28012
28013 2006-01-20  Karl Berry  <karl@gnu.org>
28014
28015         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
28016         until changes propagate, I guess.
28017
28018 2006-01-19  Simon Josefsson  <jas@extundo.com>
28019
28020         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
28021
28022 2006-01-19  Simon Josefsson  <jas@extundo.com>
28023
28024         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28025
28026 2006-01-19  Simon Josefsson  <jas@extundo.com>
28027
28028         * gnulib-tool: Set check_PROGRAMS.
28029
28030         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28031         modules/des-tests, modules/gc-arcfour-tests,
28032         modules/gc-arctwo-tests, modules/gc-des-tests,
28033         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28034         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28035         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28036         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28037         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28038         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28039         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28040         test_*_SOURCES.
28041
28042 2006-01-18  Simon Josefsson  <jas@extundo.com>
28043
28044         * modules/socklen (Depends-on): Depend on sys_socket.
28045
28046 2006-01-18  Simon Josefsson  <jas@extundo.com>
28047
28048         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28049         modules/des-tests, modules/gc-arcfour-tests,
28050         modules/gc-arctwo-tests, modules/gc-des-tests,
28051         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28052         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28053         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28054         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28055         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28056         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28057         $(EXEEXT) to automake TESTS variable, for mingw32.
28058
28059 2006-01-17  Simon Josefsson  <jas@extundo.com>
28060
28061         * modules/socklen (Include): Need sys/socket.h.
28062
28063 2006-01-17  Bruno Haible  <bruno@clisp.org>
28064
28065         * modules/ssize_t (Include): Add <sys/types.h>.
28066
28067 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28068
28069         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28070         it's not portable and it doesn't work with cross-compiles.
28071         Problem reported by Bruno Haible.  Fix missing-$ typo in
28072         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28073         -zignore from being used with Sun's C compiler.
28074
28075 2006-01-12  Simon Josefsson  <jas@extundo.com>
28076
28077         * lib/base64.c: Fix warning, reported by Bruno Haible
28078         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28079
28080 2006-01-12  Bruno Haible  <bruno@clisp.org>
28081
28082         * modules/ldd: New file.
28083         * build-aux/ldd.sh.in: New file.
28084         * MODULES.html.sh (Support for building libraries and executables): Add
28085         ldd.
28086
28087 2006-01-12  Bruno Haible  <bruno@clisp.org>
28088
28089         * m4/ldd.m4: New file.
28090
28091 2006-01-12  Bruno Haible  <bruno@clisp.org>
28092
28093         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28094         endless loop while replacing $auxdir with build-aux.
28095
28096 2006-01-11  Simon Josefsson  <jas@extundo.com>
28097
28098         * lib/stdint_.h (SIZE_MAX): Add missing (.
28099
28100 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28101
28102         Sync from coreutils.
28103         * lib/md5.c: Fix commentary typos.
28104         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28105         * lib/md5.h (__attribute__): Remove; unused.
28106         * lib/sha1.c: Fix commentary to match md5 better.
28107         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28108         so that we don't need to worry about alignment.  All uses changed.
28109         This merges the 2005-10-28 md5 change into sha1.
28110
28111 2006-01-11  Jim Meyering  <jim@meyering.net>
28112
28113         Sync from coreutils.
28114         * lib/md5.c (OP): Fix spacing.
28115
28116 2006-01-11  Bruno Haible  <bruno@clisp.org>
28117
28118         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28119         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28120         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28121
28122 2006-01-11  Bruno Haible  <bruno@clisp.org>
28123
28124         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28125         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28126         the "early" section as well.
28127
28128 2006-01-11  Bruno Haible  <bruno@clisp.org>
28129
28130         Avoid "ar: no archive members specified" error on MacOS X.
28131         * gnulib-tool (func_modules_add_dummy): New function.
28132         (func_import, func_create_testdir): Invoke it.
28133
28134 2006-01-11  Bruno Haible  <bruno@clisp.org>
28135
28136         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28137         with $auxdir in AC_CONFIG_FILES statements.
28138
28139 2006-01-11  Bruno Haible  <bruno@clisp.org>
28140
28141         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28142         Initialize also noinst_HEADERS to empty.
28143
28144 2006-01-11  Bruno Haible  <bruno@clisp.org>
28145
28146         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28147         variables.
28148         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28149         autoreconf.
28150
28151 2006-01-11  Bruno Haible  <bruno@clisp.org>
28152
28153         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28154         overridable by the user.
28155         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28156
28157 2006-01-10  Simon Josefsson  <jas@extundo.com>
28158
28159         * modules/sys_socket: New file.
28160
28161 2006-01-10  Simon Josefsson  <jas@extundo.com>
28162
28163         * m4/sys_socket_h.m4: New file.
28164
28165 2006-01-10  Simon Josefsson  <jas@extundo.com>
28166
28167         * lib/socket_.h: New file.
28168
28169 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28170
28171         * modules/readutmp (Maintainer): Add myself.
28172
28173 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28174
28175         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28176         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28177         People who are still concerned with buggy memcmp implementations
28178         can invoke gl_FUNC_MEMCMP themselves.
28179
28180 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28181
28182         * lib/regex_internal.h (BITSET_WORD_BITS):
28183         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28184         preprocessor mishandles large unsigned values as if they were signed.
28185         Problem reported by Claudio Fontana in
28186         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28187
28188 2006-01-10  Jim Meyering  <jim@meyering.net>
28189
28190         Avoid the double-free (first in fts_read, second in fts_close) that
28191         would occur when an `active' directory is made inaccessible (e.g.,
28192         via chmod a-x) during a traversal.
28193         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28194         before returning.  Reproduce this failure by
28195         mkdir -p a/b; cd a; chmod a-x . b
28196         Reported by Stavros Passas.
28197
28198         Sync from coreutils.
28199         * lib/sha1.c: Tweak grammar in a comment.
28200
28201 2006-01-10  Jim Meyering  <jim@meyering.net>
28202
28203         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28204         Patch by Joerg Sonnenberger.
28205
28206 2006-01-10  Bruno Haible  <bruno@clisp.org>
28207
28208         * modules/readutmp: Depend on module free.
28209         * modules/strtok_r: Depend on module restrict.
28210
28211 2006-01-10  Bruno Haible  <bruno@clisp.org>
28212
28213         * modules/gettext (configure.ac): Add an invocation of
28214         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
28215
28216 2006-01-10  Bruno Haible  <bruno@clisp.org>
28217
28218         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
28219         Reported by Werner Lemberg <wl@gnu.org>.
28220
28221 2006-01-10  Bruno Haible  <bruno@clisp.org>
28222
28223         * lib/localcharset.c: Update from GNU gettext.
28224
28225 2006-01-10  Bruno Haible  <bruno@clisp.org>
28226
28227         * lib/argp.h (__const): Remove macro. Use const instead.
28228         * lib/argp-fmtstream.h (__const): Likewise.
28229         * lib/glob_.h (__const): Remove macro.
28230         * lib/glob-libc.h: Use const instead of __const.
28231
28232 2006-01-10  Bruno Haible  <bruno@clisp.org>
28233
28234         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
28235         variable.
28236         Needed to avoid an automake error regarding the 'gettext' module.
28237
28238 2006-01-09  Simon Josefsson  <jas@extundo.com>
28239
28240         * modules/inet_ntop (Depends-on): Add restrict.
28241
28242 2006-01-09  Simon Josefsson  <jas@extundo.com>
28243
28244         * modules/gc-rijndael-tests (License): Put under LGPL.
28245
28246         * modules/gc-des-tests (License): Likewise.
28247
28248         * modules/gc-arcfour-tests (License): Likewise.
28249
28250         * modules/gc-arctwo-tests (License): Likewise.
28251
28252         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
28253
28254         * modules/gc-hmac-sha1-tests (Files): Likewise.
28255
28256         * modules/gc-hmac-md5-tests (License): Likewise.
28257
28258         * modules/gc-sha1-tests (License): Likewise.
28259
28260         * modules/gc-md5-tests (License): Likewise.
28261
28262         * modules/gc-md4-tests (License): Likewise.
28263
28264         * modules/gc-md2-tests (License): Likewise.
28265
28266         * modules/gc-tests (License): Likewise.
28267
28268         * modules/des-tests (License): Likewise.
28269
28270         * modules/md4-tests (License): Likewise.
28271
28272         * modules/md2-tests (License): Likewise.
28273
28274 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28275
28276         Sync from coreutils:
28277
28278         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
28279         * modules/lib-ignore: New file.
28280         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
28281         chdir-safer.m4, lchmod.m4.
28282         * modules/openat: Add mkdirat.c, openat-priv.h.
28283
28284 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28285
28286         Sync from coreutils.
28287         * m4/lib-ignore.m4: New file.
28288         * m4/lchmod.m4: New file.
28289
28290 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28291
28292         Sync from coreutils.
28293         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
28294         for write access: POSIX says that must fail.
28295         * lib/fts.c (diropen): Likewise.
28296         * lib/save-cwd.c (save_cwd): Likewise.
28297         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
28298         well, for minor improvements on hosts that lack O_DIRECTORY.
28299         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
28300         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
28301         Fall back on chown if open failed with EACCES.
28302
28303         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
28304         Report an error at compile-time if only a 1-second nominal clock
28305         resolution is found.
28306
28307         * lib/lchmod.h: New file.
28308         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
28309         (make_dir_parents): Use lchown rather than chown, and
28310         lchmod rather than chmod.
28311
28312         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
28313         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
28314         "proc" reported by n0dalus.
28315
28316         * lib/mountlist.c: Include <limits.h>.
28317         (dev_from_mount_options)
28318         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
28319         New function.  It no longer assumes "dev=" has the System V meaning
28320         on Linux (since it doesn't).  It also parses "dev=" more carefully.
28321         (read_file_system_list)
28322         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
28323         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
28324         dev= in that case.
28325
28326         * lib/posixtm.h (PDS_PRE_2000): New macro.
28327         * lib/posixtm.c (year): Arg is now syntax_bits rather than
28328         allow_century.  All usages changed.  Reject dates outside the range
28329         1969-1999 if PDS_PRE_2000 is used.
28330
28331 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28332
28333         Sync from coreutils.
28334         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
28335         (Time of day items): Mention the possibility of leap seconds.
28336         Problem reported by Dr. David Alan Gilbert.
28337
28338 2006-01-09  Jim Meyering  <jim@meyering.net>
28339
28340         Sync from coreutils.
28341
28342         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
28343
28344         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
28345
28346         * lib/modechange.c (mode_compile): Reject an invalid mode string
28347         that starts with an octal digit.  From Andreas Gruenbacher.
28348
28349         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
28350         and dup to open_safer and dup_safer, respectively.
28351         (openat_permissive): Fix typo in comment.
28352
28353         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
28354         "gettext.h"; either no longer needed or are guaranteed by openat.h.
28355         (_): Remove; no longer needed.
28356         (openat): Renamed from rpl_openat; no need for rpl_openat
28357         since openat.h renames openat for us.
28358         Replace most of the body with a call to openat_permissive,
28359         to avoid duplicate code.
28360         Port to (probably hypothetical) environments were mode_t is
28361         wider than int.
28362         (openat_permissive): Require mode arg, so that we can check
28363         types better.  Put it just after flags.  Change cwd failure
28364         indicator from pointer-to-bool to pointer-to-errno-value.
28365         All callers changed.
28366         Invoke openat_save_fail and/or openat_restore_fail if
28367         cwd_errno is null, so that openat can call us.
28368         (openat_permissive, fdopendir, fstatat, unlinkat):
28369         Simplify errno handling to avoid some duplicate code,
28370         as it's OK to set errno on success.
28371         * lib/openat.h: Revamp code so that function macros depend on
28372         __OPENAT_PREFIX only, not also on AT_FDCWD.
28373         (openat_ro): Remove.  Caller changed to use openat_permissive.
28374         (openat_permissive): Now a macro, if not a function.
28375         (openat_restore_fail, openat_save_fail): Now always functions,
28376         since mkdirat needs them even if __OPENAT_PREFIX is defined.
28377
28378         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
28379         and openat.c.
28380         * lib/mkdirat.c: Include openat-priv.h.
28381         Remove definitions of macros defined therein.
28382         * lib/openat.c: Likewise.
28383
28384         * lib/mkdirat.c (mkdirat): New file and function.
28385         * lib/openat.h (mkdirat): Declare.
28386
28387         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
28388
28389         * lib/openat.h (openat_permissive): Declare.
28390         (openat_ro): Define.
28391
28392         * lib/openat.c (EXPECTED_ERRNO): New macro.
28393         (openat_permissive): New function -- used in remove.c rewrite.
28394         (all functions): Set errno just before returning, only if there
28395         was an actual failure.
28396         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
28397
28398         Emulate openat-family functions using Linux's procfs, if possible.
28399         Idea and some code based on Ulrich Drepper's glibc changes.
28400
28401         * lib/openat.c: (BUILD_PROC_NAME): New macro.
28402         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
28403         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
28404         before falling back on save_cwd and restore_cwd.
28405         (fdopendir, fstatat, unlinkat): Likewise.
28406
28407         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
28408         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
28409
28410         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
28411         as second argument to va_arg.  Otherwise, some versions of gcc
28412         warn that `if this code is reached, the program will abort'.
28413
28414 2006-01-09  Jim Meyering  <jim@meyering.net>
28415
28416         Sync from coreutils.
28417         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
28418         Require openat-priv.h.
28419
28420 2006-01-09  Bruno Haible  <bruno@clisp.org>
28421
28422         * modules/strnlen (Include): Use strnlen.h.
28423
28424 2006-01-09  Bruno Haible  <bruno@clisp.org>
28425
28426         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
28427
28428 2006-01-09  Bruno Haible  <bruno@clisp.org>
28429
28430         * lib/sysexit_.h (EX_OK): New macro.
28431         Suggested by Martin Lambers <marlam@marlam.de>.
28432
28433 2006-01-09  Bruno Haible  <bruno@clisp.org>
28434
28435         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
28436         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
28437
28438 2006-01-09  Bruno Haible  <bruno@clisp.org>
28439
28440         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
28441         numbers.
28442
28443 2006-01-09  Bruno Haible  <bruno@clisp.org>
28444
28445         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
28446         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
28447         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
28448         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
28449
28450 2006-01-09  Bruno Haible  <bruno@clisp.org>
28451
28452         * build-aux/javacomp.sh.in: New file, moved from lib/.
28453         * modules/javacomp-script (Files): Update.
28454         (configure.ac): Add AC_CONFIG_FILES invocation.
28455         (EXTRA_DIST): Remove variable.
28456
28457         * build-aux/javaexec.sh.in: New file, moved from lib/.
28458         * modules/javaexec (Files): Update.
28459         (configure.ac): Add AC_CONFIG_FILES invocation.
28460         (EXTRA_DIST): Remove javaexec.sh.in.
28461
28462         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
28463         * modules/csharpcomp-script (Files): Update.
28464         (configure.ac): Add AC_CONFIG_FILES invocation.
28465         (EXTRA_DIST): Remove variable.
28466
28467         * build-aux/csharpexec.sh.in: New file, moved from lib/.
28468         * modules/csharpexec (Files): Update.
28469         (configure.ac): Add AC_CONFIG_FILES invocation.
28470         (EXTRA_DIST): Remove csharpexec.sh.in.
28471
28472 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28473
28474         Sync from coreutils.
28475
28476         Add POSIX ACL support
28477         * lib/acl.h (copy_acl, set_acl): Add declarations.
28478         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
28479         systems other than Linux.
28480         (chmod_or_fchmod): New function: use fchmod when possible,
28481         and chmod otherwise.
28482         (file_has_acl): Add a POSIX ACL implementation, with a
28483         Linux-specific subcase.
28484         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
28485         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
28486         acls are unsupported.
28487         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
28488         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
28489         are unsupported.
28490
28491 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28492
28493         Sync from coreutils.
28494         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
28495
28496 2006-01-07  Bruno Haible  <bruno@clisp.org>
28497
28498         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
28499         gl_EARLY.
28500
28501 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28502
28503         * lib/strftime.c (tzname): Don't declare if it is already #defined.
28504         Problem reported for Mingw by Mark Junker.
28505
28506 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28507
28508         * README: Gnulib normally doesn't generate a tarball.
28509
28510 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
28511
28512         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
28513         long int, not int, for nanosecond counts, so that people who are
28514         used to POSIX struct timespec won't be surprised.  Reported by Jim
28515         Meyering.
28516
28517 2005-12-28  Bruno Haible  <bruno@clisp.org>
28518
28519         * build-aux/config.rpath: Update from GNU gettext.
28520
28521 2005-12-16  Jim Meyering  <jim@meyering.net>
28522
28523         * modules/fprintftime: New module.
28524         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
28525
28526 2005-12-16  Jim Meyering  <jim@meyering.net>
28527
28528         * m4/fprintftime.m4: New file.
28529
28530 2005-12-16  Jim Meyering  <jim@meyering.net>
28531
28532         * lib/fprintftime.c, lib/fprintftime.h: New files.
28533
28534 2005-12-15  Simon Josefsson  <jas@extundo.com>
28535
28536         * modules/socklen (configure.ac): Fix M4 macro name, to align with
28537         new m4/socklen.m4.
28538
28539 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28540
28541         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
28542         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
28543
28544 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28545
28546         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
28547         * lib/argp-help.c (fill_in_uparams): Check if the constructed
28548         struct uparams is valid. Fall back to the default values if it is
28549         not.
28550
28551 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28552
28553         * modules/argp (Files): Add argp-pin.c
28554         (Depends-on): dirname
28555         (lib_SOURCES): Add argp-pin.c
28556
28557 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28558
28559         * m4/argp.m4:  Check if program_invocation_name and
28560         program_invocation_short_name are declared and define appropriate
28561         macros if they are not.
28562
28563 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28564
28565         * lib/argp-help.c (__argp_base_name): New function
28566         (__argp_short_program_name): Rewrite using __argp_base_name
28567         * lib/argp-namefrob.h: Define program_invocation_name and
28568         program_invocation_short_name if requested
28569         (__argp_base_name): Add prototype
28570         * lib/argp-parse.c (argp_def): Use gettext wrappers
28571         (argp_default_parser): Use __argp_base_name
28572         * lib/argp-pin.c: New file. Defines program_invocation_name and
28573         program_invocation_short_name on systems that lack them.
28574
28575 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28576
28577         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
28578         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
28579         porting problem reported by Georg Schwarz in
28580         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
28581
28582 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
28585         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
28586         porting problem reported by Georg Schwarz in
28587         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
28588
28589 2005-12-05  Bruno Haible  <bruno@clisp.org>
28590
28591         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
28592         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
28593         Reported by Mark Junker <mjscod@gmx.de>.
28594
28595 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
28596
28597         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
28598         Use implementation from Albert Chin, with some
28599         comments/corrections by Stepan Kasal and myself.
28600
28601 2005-12-02  Bruno Haible  <bruno@clisp.org>
28602
28603         * gnulib-tool (func_import): Accept GPLed build tool modules when
28604         --lgpl is given.
28605         * modules/csharpcomp-script: New file.
28606         * modules/csharpcomp: Depend on it.
28607         * modules/javacomp-script: New file.
28608         * modules/javacomp: Depend on it.
28609         Suggested by Simon Josefsson.
28610
28611 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
28612
28613         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
28614         statement, to work around an HP-UX 10.20 compiler bug reported by
28615         Peter O'Gorman.
28616
28617 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
28618
28619         * modules/savedir (Depends-on): Add openat.
28620
28621 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
28624         (uintmax_t) [defined uintmax_t]: Do not declare.
28625         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
28626         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
28627         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
28628         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
28629         sake of portability to weird hosts that C allows (though we don't
28630         know of any practical examples).
28631
28632         * lib/savedir.h (fdsavedir): New decl.
28633         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
28634         contains most of the former guts of savedir.
28635         (savedir): Use savedirstream.
28636         Include "openat.h".
28637
28638 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28639
28640         * modules/obstack (Files): Add m4/ulonglong.m4.
28641         Problem reported by Davide Angelocola.
28642
28643 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28644
28645         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
28646         coreutils no longer futzes with rounding modes.
28647
28648 2005-11-14  Jim Meyering  <jim@meyering.net>
28649
28650         * lib/mkstemp-safer.c: Include <config.h>, required for possible
28651         replacement of mkstemp.
28652
28653 2005-11-10  Simon Josefsson  <jas@extundo.com>
28654
28655         * lib/readline.c: Remove EOL.
28656
28657 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28658
28659         * modules/gethrxtime (Depends-on): Add gettime.
28660
28661 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28662
28663         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
28664         or gettimeofday; no longer needed.
28665
28666 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28667
28668         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
28669         time business.
28670         (gethrxtime) [! (HAVE_NANOUPTIME
28671         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
28672         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
28673         our own approximation.
28674
28675 2005-11-08  Eric Blake  <ebb9@byu.net>
28676
28677         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
28678
28679 2005-11-08  Eric Blake  <ebb9@byu.net>
28680
28681         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
28682
28683 2005-11-04  Bruno Haible  <bruno@clisp.org>
28684
28685         * gnulib-tool: Implement --update mode.
28686
28687 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
28688
28689         Fix porting problem reported by Theodoros V. Kalamatianos.
28690         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
28691         Don't assume that futimes failing means we must fail.
28692
28693 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
28694
28695         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
28696         variables to suggest the intended function of the PATH_MAX check.
28697
28698 2005-10-30  Kean Johnston  <jkj@sco.com>
28699
28700         Trivial changes to support SCO systems.
28701         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
28702         as PATH_MAX.
28703         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
28704         where __ptr is null when no I/O is pending.
28705
28706 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28707
28708         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
28709         leave errno alone.  Problem reported by Dmitry V. Levin.
28710
28711 2005-10-28  Simon Josefsson  <jas@extundo.com>
28712
28713         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
28714         Test more.
28715
28716         * tests/test-gc-md2.c, tests/test-md2.c: New files.
28717
28718         * modules/md2, modules/md2-tests: New files.
28719
28720 2005-10-28  Simon Josefsson  <jas@extundo.com>
28721
28722         * m4/inet_ntop.m4: More tests.
28723
28724         * m4/gc-md2.m4, md2.m4: New file.
28725
28726 2005-10-28  Simon Josefsson  <jas@extundo.com>
28727
28728         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
28729         "restrict" keywords, as per POSIX.  Protect the function
28730         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
28731         Don't use K&R prototypes.  Check the sprintf return values.
28732         Re-define EAFNOSUPPORT if not present.  Indent.
28733
28734         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
28735         suggested by Bruno Haible <bruno@clisp.org>.
28736
28737         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
28738
28739         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
28740
28741         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
28742         libgcrypt).
28743
28744         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
28745
28746         * lib/md2.h, lib/md2.c: New files.
28747
28748 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
28749
28750         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
28751         errno alone.  Problem reported by Frederic Jolliton.
28752
28753 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
28754
28755         * modules/verify (License): Change from GPL to LGPL.  This is a
28756         tiny module and there are apparently near-equivalents that are
28757         under the BSD license.
28758
28759 2005-10-24  Simon Josefsson  <jas@extundo.com>
28760
28761         * modules/sha1: Relicense to LGPL.
28762
28763 2005-10-24  Simon Josefsson  <jas@extundo.com>
28764
28765         * lib/md4.h: Shrink buffer size, now that we changed the type.
28766
28767 2005-10-23  Simon Josefsson  <jas@extundo.com>
28768
28769         * gnulib-tool (func_import): Fix --tests-base.
28770
28771 2005-10-22  Simon Josefsson  <jas@extundo.com>
28772
28773         * modules/arcfour (Depends-on): Need stdint.
28774
28775 2005-10-22  Simon Josefsson  <jas@extundo.com>
28776
28777         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
28778         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
28779
28780 2005-10-22  Simon Josefsson  <jas@extundo.com>
28781
28782         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
28783         suggested by Bruno Haible <bruno@clisp.org>.
28784
28785 2005-10-22  Simon Josefsson  <jas@extundo.com>
28786
28787         * lib/crc.h: Include stddef.h, for size_t.
28788
28789 2005-10-22  Simon Josefsson  <jas@extundo.com>
28790
28791         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
28792         arcfour_context struct (simplify test vector testing in GNU
28793         Shishi).
28794
28795 2005-10-21  Simon Josefsson  <jas@extundo.com>
28796
28797         * modules/des, modules/des-tests: New files.
28798
28799         * modules/gc-des, modules/gc-des-tests: New files.
28800
28801         * tests/test-des.c, tests/test-gc-des.c: New file.
28802
28803 2005-10-21  Simon Josefsson  <jas@extundo.com>
28804
28805         * modules/arctwo, modules/arctwo-tests: New files.
28806
28807         * tests/test-arctwo.c: New file.
28808
28809         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
28810
28811         * tests/test-gc-arctwo.c: New file.
28812
28813 2005-10-21  Simon Josefsson  <jas@extundo.com>
28814
28815         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
28816         Bruno Haible <bruno@clisp.org>.
28817
28818         * m4/gc-des.m4: New file.
28819
28820 2005-10-21  Simon Josefsson  <jas@extundo.com>
28821
28822         * m4/arctwo.m4: New file.
28823
28824         * m4/gc-arctwo.m4: New file.
28825
28826 2005-10-21  Simon Josefsson  <jas@extundo.com>
28827
28828         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
28829         block.
28830
28831 2005-10-21  Simon Josefsson  <jas@extundo.com>
28832
28833         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
28834         <bruno@clisp.org>.
28835
28836         * lib/hmac-sha1.c (hmac_sha1): Likewise.
28837
28838         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
28839         Bruno Haible <bruno@clisp.org>.
28840
28841         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
28842         <bruno@clisp.org>.
28843
28844 2005-10-21  Simon Josefsson  <jas@extundo.com>
28845
28846         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
28847
28848 2005-10-21  Simon Josefsson  <jas@extundo.com>
28849
28850         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
28851
28852 2005-10-21  Simon Josefsson  <jas@extundo.com>
28853
28854         * lib/des.h, lib/des.c: New files.
28855
28856         * lib/gc-gnulib.c: Support DES.c
28857
28858 2005-10-21  Simon Josefsson  <jas@extundo.com>
28859
28860         * lib/arctwo.h, lib/arctwo.c: New files.
28861
28862         * lib/gc-gnulib.c: Support ARCTWO.
28863
28864 2005-10-21  Simon Josefsson  <jas@extundo.com>
28865
28866         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
28867         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28868
28869 2005-10-21  Simon Josefsson  <jas@extundo.com>
28870
28871         * gnulib-tool (func_import, func_create_testdir): Define automake
28872         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
28873         Makefile.am snippet),
28874         suggested by Bruno Haible <bruno@clisp.org>.
28875
28876         * modules/gc (Makefile.am): Use it.
28877
28878 2005-10-21  Bruno Haible  <bruno@clisp.org>
28879
28880         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
28881         patch.
28882
28883 2005-10-19  Simon Josefsson  <jas@extundo.com>
28884
28885         * tests/test-gc-rijndael.c: New file.
28886
28887         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
28888
28889 2005-10-19  Simon Josefsson  <jas@extundo.com>
28890
28891         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
28892         interface too.
28893
28894 2005-10-19  Simon Josefsson  <jas@extundo.com>
28895
28896         * tests/test-gc-arcfour.c: New file.
28897
28898         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
28899
28900 2005-10-19  Simon Josefsson  <jas@extundo.com>
28901
28902         * modules/gc-md4, modules/gc-md4-tests: New file.
28903
28904         * tests/test-gc-md4.c: New file.
28905
28906 2005-10-19  Simon Josefsson  <jas@extundo.com>
28907
28908         * m4/gc-md4.m4: New file.
28909
28910 2005-10-19  Simon Josefsson  <jas@extundo.com>
28911
28912         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
28913         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
28914         <kasal@ucw.cz>.
28915
28916 2005-10-19  Simon Josefsson  <jas@extundo.com>
28917
28918         * m4/gc-arcfour.m4: New file.
28919
28920         * m4/gc-rijndael.m4: New file.
28921
28922 2005-10-19  Simon Josefsson  <jas@extundo.com>
28923
28924         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
28925
28926 2005-10-19  Simon Josefsson  <jas@extundo.com>
28927
28928         * lib/gc-gnulib.c: Support ARCFOUR.
28929
28930 2005-10-19  Simon Josefsson  <jas@extundo.com>
28931
28932         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
28933         support.
28934
28935         * lib/gc.h: Add ECB enum type.
28936
28937         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
28938
28939 2005-10-18  Simon Josefsson  <jas@extundo.com>
28940
28941         * tests/test-md5.c: New file.
28942
28943         * modules/md5-tests: New file.
28944
28945 2005-10-18  Simon Josefsson  <jas@extundo.com>
28946
28947         * tests/test-md4.c: New file.
28948
28949         * modules/md4, modules/md4-tests: New files.
28950
28951 2005-10-18  Simon Josefsson  <jas@extundo.com>
28952
28953         * m4/md4.m4: New file.
28954
28955 2005-10-18  Simon Josefsson  <jas@extundo.com>
28956
28957         * lib/md4.h, lib/md4.c: New files, based on md5.?.
28958
28959 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
28960
28961         * gnulib-tool (func_create_testdir): Omit the second check whether
28962         BUILT_SOURCES in nonempty.
28963
28964 2005-10-17  Simon Josefsson  <jas@extundo.com>
28965
28966         * tests/test-rijndael.c: New file.
28967
28968 2005-10-17  Simon Josefsson  <jas@extundo.com>
28969
28970         * modules/sha1: Depend on stdint instead of md5.
28971
28972         * modules/md5: Depend on stdint, remove uint32_t.
28973
28974 2005-10-17  Simon Josefsson  <jas@extundo.com>
28975
28976         * modules/gc-sha1-tests: New file.
28977
28978         * tests/test-gc-sha1.c: New file.
28979
28980 2005-10-17  Simon Josefsson  <jas@extundo.com>
28981
28982         * m4/md5.m4: Remove call to uint32_t.m4.
28983
28984 2005-10-17  Simon Josefsson  <jas@extundo.com>
28985
28986         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
28987
28988         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
28989         md5.h.
28990
28991         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
28992
28993         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
28994
28995 2005-10-17  Simon Josefsson  <jas@extundo.com>
28996
28997         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
28998
28999 2005-10-17  Simon Josefsson  <jas@extundo.com>
29000
29001         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
29002
29003 2005-10-17  Simon Josefsson  <jas@extundo.com>
29004
29005         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
29006
29007         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
29008
29009 2005-10-17  Bruno Haible  <bruno@clisp.org>
29010
29011         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
29012         that it can also be used in a test.
29013
29014 2005-10-16  Bruno Haible  <bruno@clisp.org>
29015
29016         * gnulib-tool (func_emit_tests_Makefile_am): Also define
29017         TESTS_ENVIRONMENT, so that individual tests can augment it.
29018
29019         * gnulib-tool (func_create_testdir): Use an intermediate target for
29020         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
29021         macros, like $(ALLOCA_H), which cannot be passed through the command
29022         line.
29023
29024 2005-10-15  Simon Josefsson  <jas@extundo.com>
29025
29026         * modules/rijndael-tests: New file.
29027
29028         * modules/rijndael: New file.
29029
29030 2005-10-15  Simon Josefsson  <jas@extundo.com>
29031
29032         * m4/rijndael.m4: New file.
29033
29034 2005-10-15  Simon Josefsson  <jas@extundo.com>
29035
29036         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29037
29038         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29039
29040 2005-10-14  Simon Josefsson  <jas@extundo.com>
29041
29042         * tests/test-arcfour.c: New file.
29043
29044         * modules/arcfour, modules/arcfour-tests: New files.
29045
29046 2005-10-14  Simon Josefsson  <jas@extundo.com>
29047
29048         * m4/arcfour.m4: New file.
29049
29050 2005-10-14  Simon Josefsson  <jas@extundo.com>
29051
29052         * lib/arcfour.h, lib/arcfour.c: New files.
29053
29054 2005-10-14  Roland McGrath  <roland@redhat.com>
29055
29056         Import from libc.  [BZ #1331]
29057         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29058         macro argument.
29059         Reported by Matej Vela <vela@debian.org>.
29060
29061 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29062
29063         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29064         include <wchar.h>; no longer needed.
29065
29066 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29067
29068         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29069
29070 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29071         and  Ulrich Drepper  <drepper@redhat.com>
29072
29073         Import from libc.
29074         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29075         instead of inline stream orientation test and two separate
29076         function calls.  Pay no attention to USE_IN_LIBIO.
29077
29078 2005-10-13  Simon Josefsson  <jas@extundo.com>
29079
29080         * modules/gc-hmac-md5-tests: New file.
29081
29082         * tests/test-gc-hmac-sha1.c: New file.
29083
29084         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29085
29086         * modules/gc-hmac-md5-tests: New file.
29087
29088         * tests/test-gc-md5.c: New file.
29089
29090         * modules/gc-md5-tests: New file.
29091
29092 2005-10-13  Simon Josefsson  <jas@extundo.com>
29093
29094         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29095         Move memory allocation outside of loop.
29096
29097 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29098
29099         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29100         intermediate directory is in a read-only file system.  Problem
29101         reported by Eric Blake.
29102
29103 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29104
29105         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29106
29107 2005-10-12  Simon Josefsson  <jas@extundo.com>
29108
29109         * tests/test-hmac-sha1.c: New file.
29110
29111         * modules/hmac-sha1-tests: New file.
29112
29113         * modules/hmac-sha1: New file.
29114
29115 2005-10-12  Simon Josefsson  <jas@extundo.com>
29116
29117         * modules/gc-sha1: New file.
29118
29119 2005-10-12  Simon Josefsson  <jas@extundo.com>
29120
29121         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29122
29123         * tests/test-gc-pbkdf2-sha1.c: New file.
29124
29125 2005-10-12  Simon Josefsson  <jas@extundo.com>
29126
29127         * modules/gc-md5, modules/gc-hmac-md5: New files.
29128
29129         * modules/gc (Files): Remove md5, memxor and hmac files.
29130
29131 2005-10-12  Simon Josefsson  <jas@extundo.com>
29132
29133         * m4/gc-pbkdf2-sha1.m4: New file.
29134
29135         * m4/gc-hmac-sha1.m4: New file.
29136
29137         * m4/gc-sha1: New file.
29138
29139         * m4/hmac-sha1.m4: New file.
29140
29141 2005-10-12  Simon Josefsson  <jas@extundo.com>
29142
29143         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29144
29145         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29146
29147 2005-10-12  Simon Josefsson  <jas@extundo.com>
29148
29149         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29150         suggested by Bruno Haible <bruno@clisp.org>.
29151
29152 2005-10-12  Simon Josefsson  <jas@extundo.com>
29153
29154         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29155
29156 2005-10-12  Simon Josefsson  <jas@extundo.com>
29157
29158         * lib/gc-pbkdf2-sha1.c: New file.
29159
29160         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29161
29162 2005-10-12  Simon Josefsson  <jas@extundo.com>
29163
29164         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29165
29166         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29167
29168 2005-10-12  Simon Josefsson  <jas@extundo.com>
29169
29170         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29171         GC_USE_HMAC_MD5, respectively.
29172
29173         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29174         (gc_md5): Fix typo.
29175
29176         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29177
29178         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29179
29180         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29181
29182 2005-10-12  Bruno Haible  <bruno@clisp.org>
29183
29184         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29185         Reported by Stepan Kasal <kasal@ucw.cz>.
29186
29187 2005-10-11  Simon Josefsson  <jas@extundo.com>
29188
29189         * tests/test-crc.c: New file.
29190
29191         * modules/crc, modules/crc-tests: New files.
29192
29193 2005-10-11  Simon Josefsson  <jas@extundo.com>
29194
29195         * m4/crc.m4: New file.
29196
29197 2005-10-11  Simon Josefsson  <jas@extundo.com>
29198
29199         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29200
29201         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29202
29203         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29204
29205 2005-10-11  Simon Josefsson  <jas@extundo.com>
29206
29207         * lib/crc.h, lib/crc.c: New files.
29208
29209         * lib/gc.h (gc_hash_buffer): Add doc.
29210
29211 2005-10-11  Bruno Haible  <bruno@clisp.org>
29212
29213         * modules/c-strcasestr: New file.
29214         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
29215
29216 2005-10-11  Bruno Haible  <bruno@clisp.org>
29217
29218         * modules/c-strcase: New file.
29219         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
29220
29221 2005-10-11  Bruno Haible  <bruno@clisp.org>
29222
29223         * lib/strcasecmp.c: Include limits.h.
29224         (strcasecmp): Avoid integer overflow on exotic platforms.
29225         * lib/strncasecmp.c: Include limits.h.
29226         (strncasecmp): Avoid integer overflow on exotic platforms.
29227         Reported by Paul Eggert.
29228
29229 2005-10-11  Bruno Haible  <bruno@clisp.org>
29230
29231         * lib/c-strcasestr.h: New file, from GNU gettext.
29232         * lib/c-strcasestr.c: New file, from GNU gettext.
29233
29234 2005-10-11  Bruno Haible  <bruno@clisp.org>
29235
29236         * lib/c-strcase.h: New file, from GNU gettext.
29237         * lib/c-strcasecmp.c: New file, from GNU gettext.
29238         * lib/c-strncasecmp.c: New file, from GNU gettext.
29239
29240 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29241
29242         * modules/mempcpy (License): GPL -> LGPL.
29243         * modules/strchrnul (License): Likewise.
29244         * modules/sysexits (License): Likewise.
29245
29246 2005-10-08  Simon Josefsson  <jas@extundo.com>
29247
29248         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
29249
29250 2005-10-07  Simon Josefsson  <jas@extundo.com>
29251
29252         * m4/memxor.m4: Remove gl_C_RESTRICT call.
29253
29254 2005-10-06  Simon Josefsson  <jas@extundo.com>
29255
29256         * tests/test-hmac-md5.c: New file.
29257
29258         * modules/hmac-md5-tests: New file.
29259
29260         * modules/hmac-md5: New file.
29261
29262 2005-10-06  Simon Josefsson  <jas@extundo.com>
29263
29264         * m4/hmac-md5.m4: New file.
29265
29266         * m4/memxor.m4: Require gl_C_RESTRICT.
29267
29268 2005-10-06  Simon Josefsson  <jas@extundo.com>
29269
29270         * lib/memxor.c (memxor): Avoid casts and warnings.
29271
29272 2005-10-06  Simon Josefsson  <jas@extundo.com>
29273
29274         * lib/hmac-md5.c: New file.
29275
29276         * lib/hmac.h: New file.
29277
29278 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29279
29280         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
29281         promotes to int, not unsigned int, to catch the AIX 5.3
29282         compiler bug.
29283
29284 2005-10-05  Simon Josefsson  <jas@extundo.com>
29285
29286         * modules/memxor: New file.
29287
29288         * modules/iconv (Files): Move config.rpath to havelib, it is used
29289         there.
29290
29291         * modules/havelib (Files): Add config.rpath.
29292
29293 2005-10-05  Simon Josefsson  <jas@extundo.com>
29294
29295         * m4/memxor.m4: New file.
29296
29297 2005-10-05  Simon Josefsson  <jas@extundo.com>
29298
29299         * lib/memxor.c (memxor): Fix compiler error.
29300
29301         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
29302         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
29303
29304         * lib/memxor.h, lib/memxor.c: New files.
29305
29306         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
29307         we assume all systems have it, suggested by Jim Meyering
29308         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
29309         any systems lack sys/socket.h; mingw32 is known to lack it, but we
29310         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
29311         same reasons.
29312
29313 2005-10-05  Simon Josefsson  <jas@extundo.com>
29314
29315         * config/srclist.txt: Add glibc bug 1423 for md5.h.
29316
29317 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29318
29319         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
29320         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
29321         needed, since the source code now assumes these .h files.
29322
29323 2005-10-05  Derek Price  <derek@ximbiot.com>
29324
29325         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
29326
29327 2005-10-05  Bruno Haible  <bruno@clisp.org>
29328
29329         * modules/stdint (License): Change to LGPL.
29330
29331 2005-10-04  Simon Josefsson  <jas@extundo.com>
29332
29333         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
29334         D. Baushke" <mdb@gnu.org>.
29335
29336 2005-10-04  Bruno Haible  <bruno@clisp.org>
29337
29338         * lib/verify.h (verify_true): Provide alternative definition for C++.
29339
29340 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
29341
29342         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
29343         (SSIZE_MAX): New macro, if not already defined.
29344         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
29345         than 2 GiB.
29346
29347 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29348
29349         Sync from coreutils.
29350         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
29351         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
29352         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
29353         ULLONG_MAX doesn't work with 2.7.2.1.
29354
29355 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29356
29357         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
29358         From Ben Pfaff.
29359
29360         * modules/exclude (Depends-on): Depend on verify.
29361         * modules/strtoimax (Depends-on): Likewise.
29362         * modules/utimecmp (Depends-on): Likewise.
29363
29364 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29365
29366         * lib/exclude.c: Include verify.h.
29367         (verify): Remove.  All callers changed to use verify.h's version.
29368         * lib/strtoimax.c: Likewise.
29369         * lib/utimecmp.c: Likewis.e
29370
29371         Sync from coreutils.
29372         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
29373         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
29374         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
29375         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
29376         bother returning ENOSYS if settimeofday or stime fails; just let
29377         them return whatever errno they want to return.
29378         * lib/utimens.c: Include unistd.h, for dup2.
29379         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
29380         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
29381
29382 2005-10-02  Jim Meyering  <jim@meyering.net>
29383
29384         Sync from coreutils.
29385         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
29386         from glibc-2.2.5 that fails for read-only files.
29387
29388 2005-10-02  Jim Meyering  <jim@meyering.net>
29389
29390         Sync from coreutils.
29391         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
29392         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
29393         `#if HAVE_CONFIG_H'.
29394         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
29395         Remove AT_FDCWD test.
29396         Do not consume the fd unless successful.
29397         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
29398         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
29399         block, so that we don't even try to compile it if settimeofday is
29400         available.  This works around a compilation failure on OSF1 V5.1,
29401         due to stime requiring a `long int*' while tv_sec is `int'.
29402
29403 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
29404
29405         Sync from coreutils.
29406         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
29407         against `yes', rather than just testing for nonempty.
29408
29409 2005-10-01  Simon Josefsson  <jas@extundo.com>
29410
29411         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
29412         and Darwin.
29413
29414         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
29415         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
29416         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
29417         freeaddrinfo and gai_strerror are declared by the POSIX headers.
29418         Check if struct addrinfo is declared.
29419
29420 2005-10-01  Simon Josefsson  <jas@extundo.com>
29421
29422         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
29423         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
29424         AI_* and EAI_* definitions.  Protect function declarations.
29425
29426 2005-10-01  Jim Meyering  <jim@meyering.net>
29427
29428         Sync from coreutils.
29429
29430         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
29431         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
29432         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
29433         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29434         in the inet and nsl libraries.  Required on Solaris 5.7.
29435
29436 2005-10-01  Jim Meyering  <jim@meyering.net>
29437
29438         Sync from coreutils.
29439         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29440         in the inet and nsl libraries.  Required on Solaris 5.7.
29441
29442 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
29443
29444         * lib/getdelim.c (getdelim): Remove unused variables.
29445
29446 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29447
29448         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
29449         so that the code works even with ancient cpp.  Portability problem
29450         with GCC 2.7.2.1 reported by Thomas M.Ott.
29451
29452 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29453
29454         * modules/regex (Depends-on): Add strcase.
29455
29456         * modules/gethostname (Licence): Change from GPL to LGPL, since
29457         gethostname.c is a trivial implementation of a standard library
29458         function.
29459         * modules/poll (License): Change from GPL to LGPL, since it's
29460         derived from LGPL code.
29461
29462 2005-09-27  Jim Meyering  <jim@meyering.net>
29463
29464         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
29465         HAVE_CONFIG_H.
29466
29467         * lib/intprops.h (signed_type_or_expr__): Define.
29468         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
29469         for unsigned types.
29470
29471 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29472
29473         * lib/verify.h (verify_expr): Remove, replacing with:
29474         (verify_true): New macro that returns true instead of void.
29475         (verify_type__): Remove.
29476         (verify): Use verify_true rather than verify_type__.
29477
29478 2005-09-26  Bruno Haible  <bruno@clisp.org>
29479
29480         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
29481         is necessary.
29482         (lib_SOURCES): Remove mbchar.c.
29483         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
29484         (Files): Add m4/mbrtowc.m4.
29485         * modules/mbiter: Likewise.
29486         * modules/mbuiter: Likewise.
29487
29488 2005-09-26  Bruno Haible  <bruno@clisp.org>
29489
29490         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
29491         compile mbchar.c if they are not both present.
29492         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
29493         * m4/mbiter.m4 (gl_MBITER): Likewise.
29494         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
29495         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
29496         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
29497
29498 2005-09-25  Jim Meyering  <jim@meyering.net>
29499
29500         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
29501         also uses socklen_t.
29502
29503 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
29504
29505         * lib/utimens.c (ENOSYS): Define if not already defined.
29506         (futimens): Support having a null PATH if the file descriptor
29507         is nonnegative.
29508
29509         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
29510         Remove.
29511         (__attribute): Define to empty unless GCC 3.1 or later.
29512         This works around a core dump on OpenBSD 3.4, which has GCC
29513         2.95.3, which dumps core when given __attribute__(()).  It also
29514         simplifies other tests, since we really don't want to bother with
29515         worrying about which ancient version of GCC supported what.
29516         Original problem reported by Yoann Vandoorselaere, with part of
29517         the fix suggested by Derek Price.
29518
29519 2005-09-24  Jim Meyering  <jim@meyering.net>
29520
29521         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
29522         so we can once again use a positive bitfield width of 1 -- now we
29523         don't have to explain why we were using a bitfield width of 2.
29524
29525 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29526
29527         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
29528         and similarly for the other external symbols.  Problem reported
29529         by James Gallager.
29530
29531         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
29532         bug reported by Jim Meyering.
29533
29534         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
29535         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
29536         not needed, since socklen is a prerequisite module.
29537
29538 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29539
29540         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
29541         Problem reported by Eric Blake.
29542         (getaddrinfo): Initialize se so that it's not garbage.
29543         Redo internal storage allocation so that it doesn't make unportable
29544         assumptions about alignment.
29545         Fix a memory leak.
29546
29547         * lib/utimens.c (futimens): Use futimesat if available.
29548         Prefer it to futimes since it doesn't have the futimes bug.
29549
29550         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
29551         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
29552         Instead, declare a function that returns a pointer to an array,
29553         and use verify_type__ to declare the size of the array.
29554         Problem and germ of a solution reported by Bruno Haible.
29555         (verify_type__): Use 2, not 1, for bitfield size, to avoid
29556         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
29557
29558 2005-09-23  Jim Meyering  <jim@meyering.net>
29559
29560         Sync from coreutils.
29561         Correct build failure (socklen_t not defined) on at least
29562         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
29563         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
29564
29565 2005-09-23  Jim Meyering  <jim@meyering.net>
29566
29567         * modules/getaddrinfo (Depends-on): Add socklen.
29568
29569 2005-09-23  Bruno Haible  <bruno@clisp.org>
29570
29571         * tests/test-verify.c: New file.
29572
29573 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29574
29575         Sync from coreutils.
29576
29577         * modules/argmatch (Depends-on): Add verify.
29578         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
29579         unistd-safer.
29580         * modules/save-cwd (Depends-on): Likewise.
29581
29582         * modules/openat (Files): Add lib/openat-die.c.
29583         (Depends-on): Remove error, exitfail.
29584         Add dirname.
29585
29586         * modules/verify: New file.
29587         * MODULES.html.sh (Diagnostics <assert.h>): New section,
29588         with "verify" module.
29589
29590 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29591
29592         Sync from coreutils.
29593
29594         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
29595         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
29596         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
29597         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
29598         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
29599         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
29600         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
29601         Don't bother checking for string.h, stdlib.h, unistd.h.
29602         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
29603         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
29604         module's job.
29605         * m4/jm-macros.m4 (gl_MACROS): Likewise.
29606         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
29607
29608         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
29609         (gl_GETDATE): Use it.
29610
29611         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
29612
29613 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29614
29615         Sync from coreutils.
29616
29617         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
29618         stat-time.h.
29619         * lib/argmatch.h: Include verify.h
29620         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
29621         (ARGMATCH_ASSERT): Remove; unused.
29622         * lib/canonicalize.c: Assume STDC_HEADERS.
29623         * lib/exclude.c: Include "strcase.h".
29624         * lib/regex_internal.h [!defined _LIBC]: Likewise.
29625         * lib/getusershell.c: Include stdio--.h rather than stdio.h
29626         and stdio-safer.h.
29627         (getusershell): Call fopen, not fopen_safer.
29628         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
29629         Do not include unistd-safer.h.
29630         (save_cwd): Don't call fd_safer; no longer needed
29631         now that we include fcntl--.h.
29632
29633         * lib/getdate.y (relative_time): New type.
29634         (RELATIVE_TIME_0): New constant.
29635         (parser_control): Use relative_time instead of doing it ourselves.
29636         (%union): Add new relative_time rel member.
29637         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
29638         Now typeless.
29639         (relunit, relunit_snumber): Now of type rel.
29640         (zone, rel, relunit, get_date): Adjust to above changes.
29641
29642         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
29643         Do not include unistd-safer.h.
29644         (getloadavg): Don't call fd_safer; no longer needed
29645         now that we include fcntl--.h.
29646
29647         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
29648         (make_dir_parents): Treat ENOSYS like EEXIST.
29649
29650         Improve quality of diagnostics on restore_cwd failure.
29651         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
29652         (make_dir_parents): Last arg is now int * (for errno), not bool *.
29653         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
29654         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
29655         each time through the loop.  Do not diagnose restore_cwd failure;
29656         that is the caller's job (and perhaps the caller does not care).
29657
29658         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
29659         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
29660         If the file already exists but is not a directory, don't bother
29661         to try to make its parents.
29662         Close potential file descriptor leak if we can't chdir("/") (!).
29663         Don't always return true if chdir($PWD) fails; return true only
29664         if the requested action was done successfully (except for the
29665         chdir($PWD)).
29666         Don't log final directory unless we actually made it.
29667         Refactor to avoid duplicate code to fix up permissions.
29668         Don't attempt to fix up parent permissions if chdir($PWD) fails.
29669
29670         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
29671         to make it a bit faster and (I hope) clearer.
29672         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
29673         Fix bug in formats like %2N.
29674
29675         * lib/verify.h: New file.
29676
29677 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29678
29679         Sync from coreutils.
29680         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
29681
29682 2005-09-22  Jim Meyering  <jim@meyering.net>
29683
29684         Sync from coreutils.
29685
29686         * m4/lstat.m4 (gl_FUNC_LSTAT):
29687         Use AC_LIBSOURCES to require lstat.c and lstat.h.
29688         Remove obsolete comment.
29689         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
29690         * m4/xstrtod.m4: Likewise.
29691
29692         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
29693
29694 2005-09-22  Jim Meyering  <jim@meyering.net>
29695
29696         Sync from coreutils.
29697
29698         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
29699
29700         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
29701         the .tm_year member, since otherwise gcc-4.0 would now warn about
29702         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
29703
29704         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
29705         order to avoid an unsuppressible warning from gcc on 64-bit systems.
29706
29707         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
29708         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
29709         when run in a time zone for which daylight savings time is in effect
29710         for the starting date.
29711
29712         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
29713         stop us from restricting permissions of just-created absolute-named
29714         directories.
29715         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
29716         to restore initial working directory.
29717         * lib/mkdir-p.c (make_dir_parents): New parameter:
29718         different_working_dir, to tell caller if/when we change the working
29719         directory and are unable to return to the initial one.
29720         * lib/mkdir-p.h (make_dir_parents): Update prototype.
29721         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
29722         `return false'.  This fixes a bug introduced on 2004-07-30.
29723
29724         * lib/openat.c (fdopendir): Be sure to close the supplied
29725         file descriptor before returning.  This makes our replacement
29726         implementation a little closer to Solaris's, where fdopendir
29727         ties the file descriptor to the returned DIR* pointer.
29728         * lib/openat.c (unlinkat): New function.
29729         * lib/openat.h (unlinkat): Add prototype.
29730         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
29731         (openat_restore_fail): Rename from openat_restore_die.
29732         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
29733
29734         Provide an alternative to exiting immediately upon save_cwd or
29735         restore_cwd failure.  Now, an application can arrange e.g.,
29736         to perform a longjump in that case.
29737         * lib/openat.c: Include dirname.h.
29738         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
29739         (rpl_openat, fdopendir, fstatat): Call openat_save_die
29740         and openat_restore_die rather than calling error directly.
29741         Don't include "error.h" or "exitfail.h"; they're no longer needed.
29742
29743         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
29744         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
29745         define.
29746
29747         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
29748         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
29749                             int utc, int nanoseconds);
29750         Background:
29751         date should not have to allocate a megabyte of virtual memory to
29752         handle a format argument like +%1048575T.  When implemented with
29753         strftime, it must allocate such a buffer, use strftime to fill it
29754         in, print it, then free it.
29755         With fprintftime, it simply prints everything and exits.
29756         With no need for memory allocation, that's one fewer way to fail.
29757         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
29758         optional field width, not before, so we accept %9:z, not %:9z.
29759         (my_strftime): Be sure to use L_('x') for literals.
29760
29761         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
29762         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
29763         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
29764         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
29765         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
29766         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
29767         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
29768         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
29769         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
29770         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
29771         * lib/xgethostname.c, lib/xreadlink.c:
29772         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
29773
29774         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
29775         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
29776         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
29777         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
29778         and don't include <sys/file.h>).
29779
29780 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
29781
29782         Sync from coreutils.
29783
29784         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
29785         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
29786         [!LDAV_DONE]: Avoid unused variable warning.
29787
29788 2005-09-21  Bruno Haible  <bruno@clisp.org>
29789
29790         * lib/unicodeio.h (unicode_to_mb): New declaration.
29791
29792 2005-09-20  Derek Price  <derek@ximbiot.com>
29793
29794         * lib/getaddrinfo.c: Don't include <netdb.h> included from
29795         getaddrinfo.h.
29796
29797 2005-09-20  Bruno Haible  <bruno@clisp.org>
29798
29799         * gnulib-tool: Remove trailing slashes from the values specified for
29800         --source-base, --m4-base, --tests-base, --aux-dir.
29801         Suggested by Simon Josefsson <jas@extundo.com>.
29802
29803 2005-09-20  Bruno Haible  <bruno@clisp.org>
29804
29805         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
29806         func_modules_to_filelist, func_import, func_create_testdir): Make all
29807         sorting results locale-independent, so that gnulib-cache.m4 doesn't
29808         change when gnulib-tool is invoked in a different locale.
29809
29810 2005-09-19  Simon Josefsson  <jas@extundo.com>
29811
29812         * m4/socklen.m4: Fix typo.
29813
29814 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29815
29816         Use a consistent style for including <config.h>.
29817         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
29818         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
29819         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
29820         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
29821         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
29822         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
29823         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
29824         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
29825         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
29826         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
29827         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
29828         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
29829         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
29830         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
29831         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
29832         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
29833         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
29834         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
29835         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
29836         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
29837         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
29838         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
29839         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
29840         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
29841         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
29842         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
29843         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
29844         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
29845         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
29846         lib/xstrtoumax.c, lib/yesno.c:
29847         Standardize inclusion of config.h.
29848         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
29849         lib/inttostr.h:  Removed inclusion of config.h from header files.
29850         * lib/inttostr.c:  Adjusted in-tree users.
29851         * lib/timespec.h: Remove superfluous warning to include config.h.
29852         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
29853         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
29854         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
29855         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
29856         config.h with HAVE_CONFIG_H.
29857
29858 2005-09-19  Jim Meyering  <jim@meyering.net>
29859
29860         * modules/pathmax (License): Change to LGPL.
29861
29862 2005-09-19  Derek Price  <derek@ximbiot.com>
29863
29864         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
29865
29866 2005-09-19  Bruno Haible  <bruno@clisp.org>
29867
29868         * gnulib-tool (import): Provide default for --tests-base.
29869
29870 2005-09-19  Bruno Haible  <bruno@clisp.org>
29871
29872         * doc/quote.texi: New file, extracted from gnulib.texi.
29873         * doc/ctime.texi: New file, extracted from gnulib.texi.
29874         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
29875         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
29876         * doc/gnulib.texi: Include them.
29877
29878 2005-09-18  Bruno Haible  <bruno@clisp.org>
29879
29880         Portability fix.
29881         * gnulib-tool (func_readlink): New function.
29882         (func_ln_if_changed): Use it.
29883
29884 2005-09-18  Bruno Haible  <bruno@clisp.org>
29885
29886         * gnulib-tool: Support --with-tests also with --import.
29887         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
29888         (func_import): Use variables $testsbase and $inctests. Emit a
29889         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
29890         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
29891         SUBDIRS += $testsdir.
29892         (func_create_testdir): Update.
29893
29894 2005-09-18  Bruno Haible  <bruno@clisp.org>
29895
29896         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
29897         instead of $dry_run.
29898         (func_cp_if_changed, func_mv_if_changed): Remove functions.
29899         (func_ln_if_changed): Don't handle dry-run here.
29900         (func_import): In dry-run mode, detect more precisely which actions
29901         would be performed, and don't use "...ing" verbs.
29902
29903 2005-09-18  Bruno Haible  <bruno@clisp.org>
29904
29905         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
29906         (func_import): Use join on two temporary files instead of three nested
29907         loops, in order to determine which files are new or old.
29908
29909 2005-09-18  Bruno Haible  <bruno@clisp.org>
29910
29911         * gnulib-tool (func_import): Comment out code that spits out the
29912         new files with --dry-run.
29913
29914 2005-09-18  Bruno Haible  <bruno@clisp.org>
29915
29916         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
29917
29918 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29919
29920         * lib/stat-time.h: New file.
29921         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
29922         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
29923         in a different way.
29924         (timespec_cmp): New function.
29925         * lib/utimecmp.c: Include stat-time.h.
29926         (SYSCALL_RESOLUTION): Depend on whether various struct stat
29927         members exist, not on the obsolescent ST_MTIM_NSEC.
29928         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
29929
29930 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29931
29932         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
29933
29934 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29935
29936         * MODULES.html.sh (File system functions): Add stat-time.
29937         * modules/stat-time: New file.
29938         * modules/timespec (Files): Remove m4/st_mtim.m4; this
29939         is now done in a different way, by the stat-time module.
29940         * modules/utimecmp (Depends-on): Add stat-time.
29941
29942 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29943
29944         * m4/st_mtim.m4: Remove.  Superseded by...
29945         * m4/stat-time.m4: New file.
29946         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
29947         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
29948
29949 2005-09-15  Derek Price  <derek@ximbiot.com>
29950
29951         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
29952
29953 2005-09-15  Derek Price  <derek@ximbiot.com>
29954
29955         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
29956         * lib/regex_internal.c: Ditto, using this...
29957         (__GNUC_PREREQ): ...new macro.
29958         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
29959         using...
29960         (__GNUC_PREREQ): ...this new macro.
29961
29962         * lib/strstr.h: Include string.h. Define strstr as a macro here.
29963
29964 2005-09-15  Derek Price  <derek@ximbiot.com>
29965             Paul Eggert  <eggert@cs.ucla.edu>
29966
29967         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
29968         changes, consolidating in...
29969         * lib/regex_internal.h: ...this file.
29970
29971 2005-09-13  Jim Meyering  <jim@meyering.net>
29972
29973         * lib/canon-host.c: Filter through gnu indent and reword comments
29974         slightly.
29975         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
29976
29977 2005-09-13  Derek Price  <derek@ximbiot.com>
29978
29979         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
29980         failure.
29981         Reported by Jim Meyering  <jim@meyering.net>.
29982
29983 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29984
29985         * lib/base64.c: Typo.
29986         (base64_encode): Put b64str in initialized data section.
29987
29988 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
29989
29990         Merge glibc and coreutils changes into gnulib, plus a few
29991         extra fixes.
29992         * lib/md5.c: Use #error rather than a string.
29993         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
29994         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
29995         (__attribute__): Define to empty for non recent-GCC.
29996         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
29997         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
29998         Renamed from their non-__ counterparts, with new macros replacing
29999         them if not _LIBC.  Add __THROW attribute.
30000         (rol): Remove.
30001         (struct md5_ctx): Align buffer if using GCC.
30002         * lib/sha1.h (struct sha1_ctx): Likewise.
30003         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
30004         The old name was backwards.
30005         (NOTSWAP): Remove; not used.
30006         (rol): New macro, moved here from md5.h.
30007         (sha1_process_block): Remove a FIXME that doesn't make sense.
30008
30009 2005-09-12  Derek Price  <derek@ximbiot.com>
30010
30011         Return usable errors from canon-host.
30012         * lib/canon-host.h: New file.
30013         * lib/canon-host.c (canon_host): Wrap...
30014         (canon_host_r): ...this new function, which now relies exclusively on
30015         getaddrinfo.
30016         (ch_strerror): New function.
30017         (last_cherror): New global.
30018         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
30019         interface.
30020         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
30021         void *.
30022         (freeaddrinfo): Free ai->ai_canonname when set.
30023
30024 2005-09-12  Derek Price  <derek@ximbiot.com>
30025
30026         Make canon-host require getaddrinfo.
30027         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30028         AC_LIBSOURCE canon-host.h.  Call...
30029         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30030         gl_GETADDRINFO.
30031         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30032
30033 2005-09-12  Derek Price  <derek@ximbiot.com>
30034
30035         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30036         LGPL.
30037         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30038
30039 2005-09-12  Derek Price  <derek@ximbiot.com>
30040
30041         * lib/gai_strerror.c: Include config.h when available.  Include
30042         getaddrinfo.h before other headers to test interface.
30043         Reported by Larry Jones <lawrence.jones@ugs.com>.
30044
30045 2005-09-12  Derek Price  <derek@ximbiot.com>
30046             Paul Eggert  <eggert@cs.ucla.edu>
30047
30048         * modules/glob (Files): Add glob-libc.h.
30049
30050 2005-09-12  Derek Price  <derek@ximbiot.com>
30051             Paul Eggert  <eggert@cs.ucla.edu>
30052
30053         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30054         glob_.h, glob-libc.h.
30055         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30056
30057 2005-09-12  Derek Price  <derek@ximbiot.com>
30058             Paul Eggert  <eggert@cs.ucla.edu>
30059
30060         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30061         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30062         protecting things that should be done only in gnulib contexts.
30063         * lib/glob_.h: New file, containing only the glob things needed for
30064         gnulib.
30065         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30066         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30067         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30068         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30069         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30070         and to respect the namespace rules better.
30071
30072 2005-09-08  Simon Josefsson  <jas@extundo.com>
30073
30074         * modules/socklen: New file.
30075
30076 2005-09-08  Simon Josefsson  <jas@extundo.com>
30077
30078         * m4/socklen.m4: New file.
30079
30080 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30081
30082         * modules/utimens (Files): Add m4/utimbuf.m4, since
30083         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30084         Reported by Sergey Poznyakoff.
30085
30086 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30087
30088         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30089         definitions, since that's the preferred style in glibc.
30090         Fix a minor spacing issue, and update copyright notice to match
30091         glibc's.
30092
30093 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30094
30095         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30096
30097 2005-09-06  Simon Josefsson  <jas@extundo.com>
30098
30099         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30100         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30101
30102 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30103
30104         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30105         warning.
30106
30107 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30108
30109         * config/srclist.txt: Add glibc bug 1302.
30110
30111 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30112
30113         Change bitset word type from unsigned int to unsigned long int,
30114         as this has better performance on typical 64-bit hosts.
30115         Port bitset code to hosts with unusual word sizes.
30116         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30117         (build_collating_symbol):
30118         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30119         argument is a bitset.  This is merely a style issue, but it makes
30120         it clearer that an entire array is expected.
30121         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30122         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30123         Port to the case where bitset_word is not the same as unsigned int.
30124         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30125         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30126         Likewise.
30127         * lib/regexec.c (check_dst_limits_calc_pos_1,
30128         check_subexp_matching_top):
30129         (build_trtable, group_nodes_into_DFAstates):
30130         Likewise.
30131         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30132         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30133         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30134         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30135         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30136         * lib/regcomp.c (optimize_subexps, lower_subexp):
30137         Work even if bitset_word has holes in its bitwise representation.
30138         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30139         * lib/regexec.c (check_dst_limits_calc_pos_1,
30140         check_subexp_matching_top):
30141         Likewise.
30142         * lib/regex_internal.c (re_string_reconstruct):
30143         Don't assume UCHAR_MAX == 255.
30144         * lib/regex_internal.h (bitset_set_all): Likewise.
30145         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30146         All uses changed.
30147         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30148         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30149         All uses changed.
30150         (BITSET_WORD_MAX): New macro.
30151         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30152         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30153         (bitset_empty, bitset_copy):
30154         Prefer sizeof (bitset) to multiplying it out ourselves.
30155         (bitset_not_merge): Remove; unused.
30156         (bitset_contain): Return bool, not unsigned int with one bit on.
30157         All callers changed.
30158         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30159         alignment than re_node_set; do this by defining a new internal
30160         type struct dests_alloc and using it to allocate memory.
30161
30162 2005-09-05  Bruno Haible  <bruno@clisp.org>
30163
30164         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30165         links.
30166
30167 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30168
30169         * modules/size_max (Makefile.am): Add size_max.h
30170
30171 2005-09-04  Derek Price  <derek@ximbiot.com>
30172
30173         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30174
30175 2005-09-03  Simon Josefsson  <jas@extundo.com>
30176
30177         * gnulib-tool: Fix typo.
30178
30179 2005-09-03  Simon Josefsson  <jas@extundo.com>
30180
30181         * config/srclist.txt: Add glibc bug 1293.
30182
30183 2005-09-03  Derek Price  <derek@ximbiot.com>
30184
30185         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30186         From Larry Jones <lawrence.jones@ugs.com>.
30187
30188 2005-09-02  Simon Josefsson  <jas@extundo.com>
30189
30190         * modules/socklen: New file.
30191
30192 2005-09-02  Simon Josefsson  <jas@extundo.com>
30193
30194         * modules/havelib: New module.
30195
30196         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30197         Use havelib.
30198
30199 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30200
30201         Check for arithmetic overflow when calculating sizes, to prevent
30202         some buffer-overflow issues.  These patches are conservative, in the
30203         sense that when I couldn't determine whether an overflow was possible,
30204         I inserted a run-time check.
30205         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
30206         macros.
30207         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
30208         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
30209         (re_xnrealloc, re_x2nrealloc): New inline functions.
30210         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
30211         parse_bracket_exp):
30212         (build_equiv_class, build_charclass): Check for arithmetic overflow
30213         in size expression calculations.
30214         * lib/regex_internal.c (re_string_realloc_buffers):
30215         (build_wcs_upper_buffer, re_node_set_add_intersect):
30216         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
30217         (re_dfa_add_node, register_state): Likewise.
30218         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
30219         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
30220         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
30221         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
30222
30223 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30224
30225         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30226         m4/ulonglong.m4.  Problem reported by Martin Lambers.
30227
30228 2005-09-02  Bruno Haible  <bruno@clisp.org>
30229
30230         Support for lib vs. lib64 distinction on biarch platforms.
30231         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
30232         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
30233         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
30234
30235 2005-09-02  Bruno Haible  <bruno@clisp.org>
30236
30237         * gnulib-tool (import): In the other first-use case, provide defaults
30238         as well.
30239
30240 2005-09-02  Bruno Haible  <bruno@clisp.org>
30241
30242         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
30243         patches not yet found in the latest gettext release.
30244
30245 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30246
30247         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
30248         to avoid a collision with bits/local_lim.h in glibc.
30249         All uses changed.  Problem reported by Dmitry V. Levin in
30250         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
30251
30252         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
30253         bugs in int versus size_t comparisons.
30254         (re_string_context_at): Fix bug where the code assumed that
30255         Idx is signed.
30256
30257         Use bool where appropriate.
30258         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
30259         All callers changed.
30260         (calc_eclosure_iter): Likewise, for ROOT arg.
30261         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
30262         (build_charclass_op): Likewise, for NON_MATCH arg.
30263         * lib/regex_internal.c (re_string_allocate, re_string_construct):
30264         (re_string_construct_common): Likewise, for ICASE arg.
30265         * lib/regexec.c (re_search_2_stub, re_search_stub):
30266         Likewise, for RET_LEN arg.
30267         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
30268         (set_regs): Likewise, for FL_BACKTRACK arg.
30269         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
30270         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
30271         (calc_eclosure_iter, parse_bracket_exp):
30272         Use bool for internal variables that are booleans.
30273         * lib/regexec.c (re_search_internal, check_matching,
30274         proceed_next_node):
30275         (set_regs, build_sifted_states, sift_states_bkref):
30276         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
30277         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30278         (find_collation_sequence_value):
30279         Likewise.
30280         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
30281         (re_node_set_compare):
30282         Return bool, not int. All callers changed.
30283         * lib/regexec.c (check_halt_node_context, check_dst_limits):
30284         (build_trtable, check_node_accept): Likewise.
30285         * lib/regex_internal.h: Include stdbool.h.
30286
30287         Fix bugs uncovered when converting to bool.
30288         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
30289         failure instead of charging ahead blindly.
30290         * lib/regex_internal.c (register_state): Likewise.
30291         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
30292         for freeing internal storage.
30293         (group_nodes_into_DFA_states): Use unsigned int, not int, for
30294         bitset pieces used as boolean, to avoid undefined behavior
30295         on hosts that do int overflow checking.
30296
30297 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30298
30299         * config/srclist.txt: Add glibc bugs 1285-1287.
30300
30301 2005-09-01  Jim Meyering  <jim@meyering.net>
30302
30303         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
30304         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
30305         Require gl_STAT_MACROS, too.
30306
30307 2005-09-01  Bruno Haible  <bruno@clisp.org>
30308
30309         * gnulib-tool (import): In the first-use case, provide defaults.
30310
30311 2005-09-01  Bruno Haible  <bruno@clisp.org>
30312
30313         * gnulib-tool (func_import): Remove the .tmp files.
30314
30315 2005-09-01  Bruno Haible  <bruno@clisp.org>
30316
30317         * gnulib-tool (func_import): Fix handling of symbolic links.
30318
30319 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30320
30321         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
30322         old glibc regex code mishandles strings longer than 2**31 bytes.
30323         This patch fixes this when the regex code is used in gnulib
30324         (i.e., outside glibc).
30325
30326         This patch should not affect the use of the regex code inside
30327         glibc.  No doubt this problem also needs to be handled for glibc
30328         as well, but the result will be an incompatible change to the
30329         glibc ABI, and the old ABI will have to be supported too.  That
30330         can be the the subject for another patch.
30331
30332         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
30333         governing whether the rest of this patch is active.  By default,
30334         the macro is disabled and the patch has no effect.
30335         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
30336         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
30337         (struct re_pattern_buffer, re_search, re_search_2, re_match):
30338         (re_match_2, re_set_registers): Use the new types.
30339         * lib/regex_internal.h (Idx, re_hashval_t): New types.
30340         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
30341         New macros.
30342         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
30343         (re_string_context_at, bin_tree_t, re_dfastate_t):
30344         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
30345         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
30346         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
30347         (re_string_char_size_at, re_string_wchar_at):
30348         (re_string_elem_size_at):
30349         Use the new types and macros to port to 64-bit hosts.
30350         Use unsigned types for internal values, so that the code
30351         mostly works even for arrays larger than SSIZE_MAX.
30352         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
30353         (search_duplicated_node, calc_eclosure_iter, fetch_number):
30354         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
30355         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
30356         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
30357         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
30358         (calc_inveclosure, parse_dup_op, build_range_exp):
30359         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
30360         (fetch_number, create_token_tree, mark_opt_subexp):
30361         Likewise.
30362         * lib/regex_internal.c (re_string_construct_common,
30363         create_ci_newstate):
30364         (create_cd_newstate, re_string_allocate, re_string_construct):
30365         (re_string_realloc_buffers, build_wcs_upper_buffer):
30366         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30367         (re_string_reconstruct, re_string_peek_byte_case):
30368         (re_string_fetch_byte_case, re_string_context_at):
30369         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30370         (re_node_set_init_copy, re_node_set_add_intersect):
30371         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30372         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30373         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30374         (re_acquire_state, re_acquire_state_context, register_state):
30375         Likewise.
30376         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
30377         search_cur_bkref_entry):
30378         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
30379         (re_search_internal, re_search_2_stub, re_search_stub)
30380         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
30381         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
30382         (update_cur_sifted_state, check_dst_limits):
30383         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30384         (check_subexp_limits, sift_states_bkref, merge_state_array):
30385         (check_subexp_matching_top, get_subexp, get_subexp_sub):
30386         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
30387         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30388         (expand_bkref_cache, check_node_accept_bytes):
30389         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
30390         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
30391         (acquire_init_state_context, check_halt_node_context):
30392         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
30393         (sift_states_backward, clean_state_log_if_needed):
30394         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
30395         (find_recover_state, transit_state_sb, transit_state_mb):
30396         (transit_state_bkref, build_trtable, match_ctx_clean):
30397         Likewise.
30398         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
30399         to work around an assumption that REG_MISSING is negative.
30400
30401         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
30402         (seek_collating_symbol_entry) [defined _LIBC]:
30403         (lookup_collation_sequence_value) [defined _LIBC]:
30404         (build_range_exp, build_collating_symbol) [defined _LIBC]:
30405         Use prototypes rather than old-style function definitions.
30406         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
30407         (transit_state_sb) [0]:
30408         (find_collation_sequence_value) [defined _LIBC]: Likewise.
30409
30410         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
30411         rm_eo.
30412
30413         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
30414         (optimize_subexps, lower_subexp):
30415         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
30416         since the signed shift might overflow.  Use 1u<<31 instead.
30417         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30418         Likewise.
30419         * lib/regexec.c (check_dst_limits_calc_pos_1,
30420         check_subexp_matching_top): Likewise.
30421
30422         * lib/regcomp.c (optimize_subexps, lower_subexp):
30423         Use CHAR_BIT rather than 8, for clarity.
30424         * lib/regexec.c (check_dst_limits_calc_pos_1):
30425         (check_subexp_matching_top): Likewise.
30426         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
30427         have to worry about portability issues when shifting it left.
30428         Remove no-longer-needed test for table_size > 0.
30429         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
30430         in a word, as the resulting behavior is undefined.
30431         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
30432         in one case, a <= should have been an <, and in another case the
30433         whole test was missing.
30434         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
30435         the standard name CHAR_BIT.
30436         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
30437         this is not true on one's complement and signed-magnitude hosts.
30438
30439         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
30440         next_last_offset.
30441         (struct re_dfa_t): Remove unused member states_alloc.
30442         * lib/regcomp.c (init_dfa): Don't initialize unused members.
30443
30444 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30445
30446         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
30447         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
30448         and large-file glibc and in 32-bit large-file Solaris.
30449
30450 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30451
30452         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
30453         lengths fit in regoff_t; this isn't true if regoff_t is the same
30454         width as size_t.
30455         * lib/regex.c (re_search_internal): 5th arg is LAST_START
30456         (= START + RANGE) instead of RANGE.  This avoids overflow
30457         problems when regoff_t is the same width as size_t.
30458         All callers changed.
30459         (re_search_2_stub): Check for overflow when adding the
30460         sizes of the two strings.
30461         (re_search_stub): Check for overflow when adding START
30462         to RANGE; if it occurs, substitute the extreme value.
30463
30464 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30465
30466         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
30467
30468 2005-08-31  Jim Meyering  <jim@meyering.net>
30469
30470         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
30471         a pointer-to-const.
30472         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
30473         (register_state): Likewise.
30474         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
30475         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30476         (group_nodes_into_DFAstates): Likewise.
30477
30478 2005-08-31  Jim Meyering  <jim@meyering.net>
30479
30480         * check-module: Add a FIXME comment.
30481
30482 2005-08-31  Eric Blake  <ebb9@byu.net>
30483
30484         * modules/unistd-safer (Files): Add unistd--.h.
30485         * modules/stdio-safer (Files): Add stdio--.h.
30486
30487 2005-08-31  Derek Price  <derek@ximbiot.com>
30488
30489         * lib/getdelim.c (getdelim): Return EOF on EOF.
30490         Reported by Larry Jones <lawrence.jones@ugs.com>.
30491
30492 2005-08-31  Bruno Haible  <bruno@clisp.org>
30493
30494         Avoid unnecessary diffs in the generated lib/Makefile.am.
30495         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
30496         the generated files.
30497         (func_import): Don't set cmd.
30498
30499 2005-08-31  Bruno Haible  <bruno@clisp.org>
30500
30501         * lib/strstr.c: Include <stddef.h>, for NULL.
30502         * lib/strcasestr.c: Likewise.
30503         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30504
30505 2005-08-31  Bruno Haible  <bruno@clisp.org>
30506
30507         * gnulib-tool: New option --macro-prefix.
30508         (func_import): Use macro_prefix.
30509         (import): Handle option --macro-prefix.
30510
30511 2005-08-31  Bruno Haible  <bruno@clisp.org>
30512
30513         * gnulib-tool (import): Rename most ac_* variables to cached_*.
30514         Also use new variables cached_lgpl, cached_libtool.
30515
30516 2005-08-31  Bruno Haible  <bruno@clisp.org>
30517
30518         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
30519         always instantiating them.
30520
30521 2005-08-31  Bruno Haible  <bruno@clisp.org>
30522
30523         * gnulib-tool (func_import): Read the previous cached settings
30524         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
30525         earlier added by gnulib but are now dropped. Warn when a gnulib file
30526         overwrites a non-gnulib file.
30527
30528 2005-08-31  Bruno Haible  <bruno@clisp.org>
30529
30530         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
30531         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
30532         projects that don't keep autogenerated files in CVS. Put into
30533         actioncmd only the specified modules, not the transitive closure.
30534
30535 2005-08-31  Bruno Haible  <bruno@clisp.org>
30536
30537         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
30538         Create directories that shall be filled.
30539         (import): Don't look for gl_* macros in configure.ac. Recurse across
30540         all directories containing a gnulib-cache.m4 files, if meaningful.
30541
30542 2005-08-31  Bruno Haible  <bruno@clisp.org>
30543
30544         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
30545         (import): Set seen_libtool when we see gl_LIBTOOL.
30546
30547 2005-08-31  Bruno Haible  <bruno@clisp.org>
30548
30549         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
30550         declaration macro definitions from generated gnulib.m4.
30551
30552 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
30553
30554         * lib/iconvme.h: Add prototype for iconv_alloc.
30555
30556 2005-08-29  Simon Josefsson  <jas@extundo.com>
30557
30558         * lib/iconvme.c: Fix errno.
30559
30560 2005-08-29  Bruno Haible  <bruno@clisp.org>
30561
30562         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
30563         that it works when the directory contains spaces.
30564
30565 2005-08-29  Bruno Haible  <bruno@clisp.org>
30566
30567         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
30568
30569 2005-08-29  Bruno Haible  <bruno@clisp.org>
30570
30571         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
30572         Emit more advice.
30573
30574 2005-08-29  Bruno Haible  <bruno@clisp.org>
30575         and Stepan Kasal  <kasal@ucw.cz>
30576
30577         * check-module: If more parameters are given, check each of them
30578         separately; add more exceptions, as noted by Jim Meyering.
30579         (check_module): New procedure.
30580         (%exempt_header): Now contains all exceptions.
30581
30582 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
30583
30584         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
30585
30586 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30587
30588         * lib/iconvme.c: Split iconv_string into iconv_alloc.
30589
30590 2005-08-28  Bruno Haible  <bruno@clisp.org>
30591
30592         * m4/gnulib-tool.m4: New file.
30593
30594 2005-08-27  Jim Meyering  <jim@meyering.net>
30595
30596         * modules/unistd-safer (Files): Add pipe-safer.c.
30597         * modules/fcntl-safer (Files): Add creat-safer.c.
30598
30599 2005-08-27  Jim Meyering  <jim@meyering.net>
30600
30601         * m4/stdlib-safer.m4: New file.  From coreutils.
30602         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
30603         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
30604         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
30605         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
30606         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
30607
30608 2005-08-27  Jim Meyering  <jim@meyering.net>
30609
30610         * lib/fopen-safer.c: Merge minor changes from coreutils.
30611         * lib/dup-safer.c: Likewise.
30612         * lib/fd-safer.c: Likewise.
30613
30614         Merge from coreutils.
30615         * lib/stdio--.h: New file.
30616         * lib/stdlib--.h: New file.
30617         * lib/mkstemp-safer.c: New file.
30618
30619         GNU tar needs these.
30620         * lib/pipe-safer.c: New file.
30621         * lib/creat-safer.c: New file.
30622         * lib/fcntl--.h (creat): Define to creat_safer.
30623         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
30624         * lib/unistd--.h (pipe): Define to pipe_safer.
30625         * lib/unistd-safer.h: Declare pipe_safer.
30626
30627 2005-08-26  Simon Josefsson  <jas@extundo.com>
30628
30629         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
30630         Haible <bruno@clisp.org>.
30631
30632 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
30633
30634         * lib/regex_internal.h: Remove all references to
30635         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
30636         or better.
30637         (bitset_not, bitset_merge, bitset_not_merge):
30638         (bitset_mask, re_string_allocate, re_string_construct):
30639         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
30640         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
30641         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
30642         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
30643         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30644         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30645         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
30646         (re_acquire_state_context):
30647         Remove unnecessary forward decls.
30648         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
30649         Put __attribute at function definition,
30650         now that the function decl has been removed.
30651         * lib/regex_internal.c (re_string_peek_byte_case):
30652         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
30653         Likewise.
30654
30655 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
30656
30657         * m4/regex.m4: Add AC_PREREQ(2.50).
30658         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
30659
30660 2005-08-25  Simon Josefsson  <jas@extundo.com>
30661
30662         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
30663         __fsetlocking.
30664
30665 2005-08-25  Simon Josefsson  <jas@extundo.com>
30666
30667         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
30668         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
30669         GLIBC specific code.
30670
30671 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30672
30673         Make regex safe for g++.  This fixes one real bug (an "err"
30674         that should have been "*err").  g++ problem reported by
30675         Sam Steingold.
30676         * lib/regex_internal.h (re_calloc): New macro, consistent with
30677         re_malloc etc.  All callers of calloc changed to use re_calloc.
30678         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
30679         not int.  All callers changed.
30680         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
30681         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
30682         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
30683         (find_recover_state): Change "err" to "*err"; this fixes what
30684         appears to be a real bug.
30685         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
30686         versus int.
30687
30688 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30689
30690         * modules/regex (Depends-on): Add malloc, since the code
30691         assumes that !malloc(0) means failure.
30692
30693 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30694
30695         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
30696
30697         alloca modernization/simplification for regex.
30698         * lib/regex.c: Remove portability cruft for alloca.  This no longer
30699         needs to be at the start of the file, and can be moved into
30700         regex_internal.h and simplified.
30701         * lib/regex_internal.h: Include <alloca.h>.
30702         (__libc_use_alloca) [!defined _LIBC]: New macro.
30703         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
30704         now works outside glibc.
30705
30706 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30707
30708         * config/srclist.txt: Add glibc bugs 1241, 1245.
30709
30710 2005-08-25  Jim Meyering  <jim@meyering.net>
30711
30712         * lib/open-safer.c: Include <config.h>.
30713         Otherwise, we'd lose LARGEFILE support in any file using
30714         e.g. "fcntl--.h"
30715
30716 2005-08-25  Bruno Haible  <bruno@clisp.org>
30717
30718         * m4/minmax.m4: Require autoconf 2.52.
30719         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
30720         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
30721         alternatives of translit over the alphabet.
30722         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
30723
30724 2005-08-24  Simon Josefsson  <jas@extundo.com>
30725
30726         * tests/test-getpass.c: New file.
30727
30728 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30729
30730         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
30731         for GNU regex features.
30732
30733 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30734
30735         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
30736         * lib/regex.h (regerror): Likewise.
30737
30738         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
30739         requires this.  (The code never needed it.)
30740
30741         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
30742         All uses of recently-renamed identifiers changed to use the new,
30743         POSIX-compliant names.  The code will build and run just fine
30744         without these changes, but it's better to eat our own dog food
30745         and use the standard-conforming names.
30746
30747         * lib/regex.h: Fix a multitude of POSIX name space violations.
30748         These changes have an effect only for programs that define
30749         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
30750         do not change anything for programs compiled in the normal way.
30751         Also, there is no effect on the ABI.
30752
30753         (_REGEX_SOURCE): New macro.
30754         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
30755         defined and _GNU_SOURCE is not; this fixes a name space violation.
30756
30757         Rename the following macros to obey POSIX requirements.
30758         The old names are still visible as macros if _REGEX_SOURCE is defined.
30759         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
30760         RE_BACKSLASH_ESCAPE_IN_LISTS.
30761         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
30762         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
30763         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
30764         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
30765         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
30766         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
30767         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
30768         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
30769         (REG_INTERVALS): renamed from RE_INTERVALS.
30770         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
30771         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
30772         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
30773         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
30774         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
30775         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
30776         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
30777         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
30778         RE_UNMATCHED_RIGHT_PAREN_ORD.
30779         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
30780         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
30781         (REG_DEBUG): renamed from RE_DEBUG.
30782         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
30783         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
30784         unusual, since we can't clash with the POSIX REG_ICASE.
30785         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
30786         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
30787         (REG_NO_SUB): renamed from RE_NO_SUB.
30788         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
30789         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
30790         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
30791         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
30792         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
30793         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
30794         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
30795         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
30796         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
30797         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
30798         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
30799         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
30800         RE_SYNTAX_POSIX_MINIMAL_BASIC.
30801         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
30802         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
30803         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
30804         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
30805         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
30806         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
30807         (REG_FIXED): Renamed from REGS_FIXED.
30808         (REG_NREGS): Renamed from RE_NREGS.
30809
30810         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
30811         of other REG_* macros, since POSIX says the user is allowed to
30812         #undef these macros selectively.
30813
30814         (reg_errcode_t): Update comment stating what other tables need
30815         to be consistent.
30816
30817         Rename the following enum values to obey POSIX requirements.
30818         The old names are still visible as macros.
30819         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
30820         is not defined, since GNU is supposed to be a superset of POSIX as
30821         much as possible, and since we want reg_errcode_t to be a signed
30822         type for implementation consistency.
30823         (_REG_NOERROR): Renamed from REG_NOERROR.
30824         (_REG_NOMATCH): Renamed from REG_NOMATCH.
30825         (_REG_BADPAT): Renamed from REG_BADPAT.
30826         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
30827         (_REG_ECTYPE): Renamed from REG_ECTYPE.
30828         (_REG_EESCAPE): Renamed from REG_EESCAPE.
30829         (_REG_ESUBREG): Renamed from REG_ESUBREG.
30830         (_REG_EBRACK): Renamed from REG_EBRACK.
30831         (_REG_EPAREN): Renamed from REG_EPAREN.
30832         (_REG_EBRACE): Renamed from REG_EBRACE.
30833         (_REG_BADBR): Renamed from REG_BADBR.
30834         (_REG_ERANGE): Renamed from REG_ERANGE.
30835         (_REG_ESPACE): Renamed from REG_ESPACE.
30836         (_REG_BADRPT): Renamed from REG_BADRPT.
30837         (_REG_EEND): Renamed from REG_EEND.
30838         (_REG_ESIZE): Renamed from REG_ESIZE.
30839         (_REG_ERPAREN): Renamed from REG_ERPAREN.
30840         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
30841         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
30842         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
30843         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
30844
30845         (_REG_RE_NAME, _REG_RM_NAME): New macros.
30846         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
30847         changed.  But support the old name if the new one is not defined
30848         and if _REGEX_SOURCE.
30849
30850         Change the following member names in struct re_pattern_buffer.
30851         The old names are still supported if !_REGEX_SOURCE.
30852         The new names are always supported, regardless of _REGEX_SOURCE.
30853         (re_buffer): Renamed from buffer.
30854         (re_allocated): Renamed from allocated.
30855         (re_used): Renamed from used.
30856         (re_syntax): Renamed from syntax.
30857         (re_fastmap): Renamed from fastmap.
30858         (re_translate): Renamed from translate.
30859         (re_can_be_null): Renamed from can_be_null.
30860         (re_regs_allocated): Renamed from regs_allocated.
30861         (re_fastmap_accurate): Renamed from fastmap_accurate.
30862         (re_no_sub): Renamed from no_sub.
30863         (re_not_bol): Renamed from not_bol.
30864         (re_not_eol): Renamed from not_eol.
30865         (re_newline_anchor): Renamed from newline_anchor.
30866
30867         Change the following member names in struct re_registers.
30868         The old names are still supported if !_REGEX_SOURCE.
30869         The new names are always supported, regardless of _REGEX_SOURCE.
30870         (rm_num_regs): Renamed from num_regs.
30871         (rm_start): Renamed from start.
30872         (rm_end): Renamed from end.
30873
30874         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
30875         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
30876         Prepend __ to parameter names.
30877
30878         Undo yesterday's changes.
30879
30880 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30881
30882         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
30883         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
30884         lib/regex.c.
30885
30886 2005-08-24  Jim Meyering  <jim@meyering.net>
30887
30888         Sync from coreutils.
30889         * m4/fcntl-safer.m4: New file.
30890
30891         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
30892         and object files for this module.
30893
30894 2005-08-24  Jim Meyering  <jim@meyering.net>
30895
30896         Sync from coreutils.
30897         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
30898
30899 2005-08-24  Jim Meyering  <jim@meyering.net>
30900
30901         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
30902         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
30903
30904 2005-08-24  Jim Meyering  <jim@meyering.net>
30905
30906         * modules/fcntl-safer: New module.
30907         * modules/fts (Depends-on): Add fcntl-safer.
30908         * MODULES.html.sh (File descriptor based Input/Output):
30909         Add fcntl-safer.
30910
30911 2005-08-24  Bruno Haible  <bruno@clisp.org>
30912
30913         Support for unit test modules.
30914         * modules/README: Mention tests modules.
30915         * modules/TEMPLATE-TESTS: New file.
30916         * gnulib-tool: New options --extract-tests-module, --with-tests and
30917         --tests-base (unused for the moment).
30918         (testsbase, inctests): New variables.
30919         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
30920         (func_verify_module): Exclude TEMPLATE-TESTS.
30921         (func_verify_nontests_module, func_verify_tests_module): New functions.
30922         (func_get_dependencies): Add implicit dependency for tests modules.
30923         (func_get_tests_module): New function.
30924         (func_modules_transitive_closure): When --with-tests was specified,
30925         include the unit tests as well, unless explicitly avoided.
30926         (func_emit_lib_Makefile_am): Ignore the tests modules here.
30927         (func_emit_tests_Makefile_am): New function.
30928         (func_create_testdir): When --with-tests was specified, emit a
30929         tests/ directory.
30930         * MODULES.html.sh (Future developments): Update.
30931
30932 2005-08-24  Bruno Haible  <bruno@clisp.org>
30933
30934         * modules/tls-tests: New file.
30935         * tests/test-tls.c: New file, from GNU gettext.
30936
30937 2005-08-24  Bruno Haible  <bruno@clisp.org>
30938
30939         * modules/lock-tests: New file.
30940         * tests/test-lock.c: New file, from GNU gettext.
30941
30942 2005-08-24  Bruno Haible  <bruno@clisp.org>
30943
30944         * lib/lock.h: Add multiple inclusion guard.
30945         * lib/tls.h: Add multiple inclusion guard.
30946
30947 2005-08-24  Bruno Haible  <bruno@clisp.org>
30948
30949         * gnulib-tool: Add support for the --aux-dir option to
30950         --create-testdir, --create-megatestdir, --test, --megatest.
30951         (func_create_testdir, func_create_megatestdir): Optionally emit a
30952         AC_CONFIG_AUX_DIR directive.
30953         (create-testdir, create-megatestdir, test, megatest): Provide a
30954         default value for $auxdir.
30955
30956 2005-08-24  Bruno Haible  <bruno@clisp.org>
30957
30958         * gnulib-tool (import): Use compound statement instead of subshell
30959         where possible.
30960
30961 2005-08-24  Bruno Haible  <bruno@clisp.org>
30962
30963         * gnulib-tool (import): Change --aux-dir default to "build-aux".
30964
30965 2005-08-24  Bruno Haible  <bruno@clisp.org>
30966
30967         * gnulib-tool (func_version): Update.
30968
30969 2005-08-24  Bruno Haible  <bruno@clisp.org>
30970
30971         * gnulib-tool (func_import, func_create_testdir,
30972         func_create_megatestdir): Quote all autoconf macro arguments.
30973
30974 2005-08-24  Bruno Haible  <bruno@clisp.org>
30975
30976         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
30977         option --force, because --force causes the aclocal.m4 of each
30978         subdirectory to be newer than the corresponding config.h.in.
30979
30980 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30981
30982         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
30983         All contents moved to gl_REGEX.
30984         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
30985         assume that it does.
30986
30987 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30988
30989         * lib/regex.h (REG_NOSYS)
30990         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
30991         Define, since POSIX requires it as of 2001.
30992         (_REG_ENOSYS)
30993         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
30994         New private symbol, used to keep the enum signed in all cases.
30995         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
30996         Youngman in
30997         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
30998
30999         * lib/regex_internal.c (re_string_skip_chars, register_state):
31000         (calc_state_hash):
31001         Remove forward decls; no longer needed now that we use prototypes.
31002         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
31003         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
31004         (clean_state_log_if_needed): Likewise.
31005
31006 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31007
31008         * config/srclist.txt: Add glibc bugs 1231-1233.
31009
31010 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31011
31012         Fix problems reported by Sam Steingold in
31013         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
31014         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
31015         assumed that reg_errcode_t is a signed type, which is not
31016         necessarily true if _XOPEN_SOURCE is not defined.
31017         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
31018         since some compilers warn about it otherwise.
31019
31020 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31021
31022         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
31023         (init_word_char, create_initial_state, duplicate_node_closure):
31024         (fetch_token, peek_token_bracket, build_range_exp):
31025         (build_collating_symbol): Remove forward decls; no longer needed
31026         now that we use prototypes.
31027
31028         * lib/regcomp.c:
31029         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31030         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31031         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31032         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31033         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31034         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31035         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31036         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31037         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31038         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31039         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31040         (build_charclass, build_charclass_op, fetch_number, create_tree):
31041         (create_token_tree, mark_opt_subexp, duplicate_tree):
31042         Use prototypes rather than old-style definitions.
31043
31044         * lib/regex_internal.c:
31045         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31046         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31047         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31048         (re_string_reconstruct, re_string_peek_byte_case):
31049         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31050         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31051         (re_node_set_init_copy, re_node_set_add_intersect):
31052         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31053         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31054         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31055         (re_acquire_state, re_acquire_state_context, register_state):
31056         (create_ci_newstate, create_cd_newstate, free_state):
31057         Likewise.
31058         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31059         re_search_2):
31060         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31061         (re_search_internal, prune_impossible_nodes):
31062         (acquire_init_state_context, check_matching, static):
31063         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31064         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31065         (update_regs, sift_states_backward, build_sifted_states):
31066         (clean_state_log_if_needed, merge_state_array):
31067         (update_cur_sifted_state, add_epsilon_src_nodes):
31068         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31069         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31070         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31071         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31072         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31073         (check_arrival, check_arrival_add_next_nodes):
31074         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31075         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31076         (check_node_accept_bytes, check_node_accept, extend_buffers):
31077         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31078         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31079         (sift_ctx_init):
31080         Likewise.
31081
31082         * lib/regex_internal.h:
31083         (re_string_allocate, re_string_construct, re_string_reconstruct):
31084         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31085         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31086         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31087         (re_string_context_at, re_string_peek_byte_case):
31088         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31089         is defined, since we now use prototypes always.
31090
31091         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31092         C89 or better.  All uses removed.
31093
31094 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31095
31096         * config/srclist.txt: Add glibc bugs 1220-1227.
31097
31098 2005-08-20  Jim Meyering  <jim@meyering.net>
31099
31100         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31101         of unused local, dfa.
31102
31103 2005-08-20  Bruno Haible  <bruno@clisp.org>
31104
31105         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31106
31107 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31108
31109         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31110         (re_node_set_insert_last, re_dfa_add_node):
31111         Rename local variables to avoid GCC shadowing warnings.
31112
31113 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31114
31115         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31116         [defined lint]: Suppress bogus uninitialized-variable warnings.
31117
31118         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31119         and let the caller return REG_ESPACE if out of space.  This
31120         removes an uninitialied-variable warning with GCC 4.0.1, and also
31121         avoids taking the address of a local variable.  All callers
31122         changed.
31123
31124 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31125
31126         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31127         $LIBCSRC/posix/regexec.c.
31128         Add glibc bug 1217 for regcomp.c.
31129
31130 2005-08-19  Jim Meyering  <jim@meyering.net>
31131
31132         * lib/regexec.c (proceed_next_node): Redo local variables to
31133         avoid GCC shadowing warnings.
31134
31135 2005-08-18  Bruno Haible  <bruno@clisp.org>
31136
31137         * lib/strstr.c (strstr): Fix return value in multibyte case.
31138         * lib/strcasestr.c (strcasestr): Likewise.
31139
31140 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31141
31142         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31143
31144 2005-08-17  Jim Meyering  <jim@meyering.net>
31145
31146         Make the %s format (seconds since the epoch) work for a negative
31147         number and when used with a zero-padded field width, e.g. %015s.
31148
31149         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31150         label so that it precedes the code to set `digits'.  Otherwise,
31151         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31152         print `00-22'.  Now, it prints `-0022', as it should.
31153
31154 2005-08-17  Bruno Haible  <bruno@clisp.org>
31155
31156         * modules/strstr (Files): Add m4/mbrtowc.m4.
31157         (Depends-on): Add mbuiter.
31158
31159 2005-08-17  Bruno Haible  <bruno@clisp.org>
31160
31161         * modules/strcasestr: New file.
31162         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31163         strcasestr.
31164
31165 2005-08-17  Bruno Haible  <bruno@clisp.org>
31166
31167         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31168
31169 2005-08-17  Bruno Haible  <bruno@clisp.org>
31170
31171         * modules/mbuiter: New file.
31172         * MODULES.html.sh (Extended multibyte and wide character utilities):
31173         Add mbuiter.
31174
31175 2005-08-17  Bruno Haible  <bruno@clisp.org>
31176
31177         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31178         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31179
31180 2005-08-17  Bruno Haible  <bruno@clisp.org>
31181
31182         * m4/strcasestr.m4: New file.
31183
31184 2005-08-17  Bruno Haible  <bruno@clisp.org>
31185
31186         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31187         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31188
31189 2005-08-17  Bruno Haible  <bruno@clisp.org>
31190
31191         * lib/strcasestr.h: New file.
31192         * lib/strcasestr.c: New file.
31193
31194 2005-08-17  Bruno Haible  <bruno@clisp.org>
31195
31196         * lib/strcasecmp.c: Use mbuiter.h.
31197
31198 2005-08-17  Bruno Haible  <bruno@clisp.org>
31199
31200         * lib/mbuiter.h: New file.
31201
31202 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31203
31204         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
31205         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
31206         and gl_GETOPT are both invoked via different paths (as happens
31207         with GNU tar CVS because it uses both argp and getopt), the former
31208         wins.
31209
31210 2005-08-16  Bruno Haible  <bruno@clisp.org>
31211
31212         * modules/tls: New file.
31213         * MODULES.html.sh (Multithreading): Add tls.
31214
31215 2005-08-16  Bruno Haible  <bruno@clisp.org>
31216
31217         * modules/strnlen1: New file.
31218         * MODULES.html.sh (String handling): Add strnlen1.
31219
31220 2005-08-16  Bruno Haible  <bruno@clisp.org>
31221
31222         * modules/strcase (Files): Add m4/mbrtowc.m4.
31223         (Depends-on): Add strnlen1, mbchar.
31224
31225 2005-08-16  Bruno Haible  <bruno@clisp.org>
31226
31227         * modules/mbiter: New file.
31228         * MODULES.html.sh (Extended multibyte and wide character utilities):
31229         Add mbiter.
31230
31231 2005-08-16  Bruno Haible  <bruno@clisp.org>
31232
31233         * modules/mbfile: New file.
31234         * MODULES.html.sh (Extended multibyte and wide character utilities):
31235         Add mbfile.
31236
31237 2005-08-16  Bruno Haible  <bruno@clisp.org>
31238
31239         * modules/mbchar: New file.
31240         * MODULES.html.sh (Extended multibyte and wide character utilities):
31241         New section.
31242
31243 2005-08-16  Bruno Haible  <bruno@clisp.org>
31244
31245         * m4/tls.m4: New file, from GNU gettext.
31246
31247 2005-08-16  Bruno Haible  <bruno@clisp.org>
31248
31249         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
31250         always.
31251         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
31252
31253 2005-08-16  Bruno Haible  <bruno@clisp.org>
31254
31255         * m4/mbiter.m4: New file.
31256
31257 2005-08-16  Bruno Haible  <bruno@clisp.org>
31258
31259         * m4/mbfile.m4: New file.
31260
31261 2005-08-16  Bruno Haible  <bruno@clisp.org>
31262
31263         * m4/mbchar.m4: New file.
31264
31265 2005-08-16  Bruno Haible  <bruno@clisp.org>
31266
31267         * lib/tls.h: New file, from GNU gettext.
31268         * lib/tls.c: New file, from GNU gettext.
31269
31270 2005-08-16  Bruno Haible  <bruno@clisp.org>
31271
31272         * lib/strnlen1.h: New file.
31273         * lib/strnlen1.c: New file.
31274
31275 2005-08-16  Bruno Haible  <bruno@clisp.org>
31276
31277         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
31278         (mbi_init): Update.
31279         (mbi_avail, mbi_advance): Let the iteration end before the terminating
31280         NUL byte, not after it.
31281
31282 2005-08-16  Bruno Haible  <bruno@clisp.org>
31283
31284         * lib/strcase.h (strcasecmp): Add note in comments.
31285         * lib/strncasecmp.c: Use code from strcasecmp.c.
31286         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
31287         (strcasecmp): Work correctly in multibyte locales.
31288
31289 2005-08-16  Bruno Haible  <bruno@clisp.org>
31290
31291         * lib/mbiter.h: New file.
31292
31293 2005-08-16  Bruno Haible  <bruno@clisp.org>
31294
31295         * lib/mbfile.h: New file.
31296
31297 2005-08-16  Bruno Haible  <bruno@clisp.org>
31298
31299         * lib/mbchar.h: New file.
31300         * lib/mbchar.c: New file.
31301
31302 2005-08-16  Bruno Haible  <bruno@clisp.org>
31303
31304         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
31305         the valid ones. Makes the comparison operations transitive:
31306         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
31307         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
31308
31309 2005-08-15  Simon Josefsson  <jas@extundo.com>
31310
31311         * modules/ssize_t (License): Change to 'unlimited'.
31312
31313         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
31314
31315 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31316
31317         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
31318         Add comments for each pending glibc patch.
31319
31320 2005-08-15  Bruno Haible  <bruno@clisp.org>
31321
31322         * lib/regex.h (__restrict_arr): Don't define to __restrict if
31323         __cplusplus is defined.
31324
31325 2005-08-14  Jim Meyering  <jim@meyering.net>
31326
31327         Sync from coreutils.
31328
31329         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
31330         Use the hash-table-based cycle-detection code not just when
31331         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
31332         Reported by James Youngman in
31333         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
31334         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
31335         FTS_TIGHT_CYCLE_CHECK.
31336         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
31337         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
31338         once again.
31339         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
31340         * lib/fts.c (fd_safer): Remove decl.
31341         Include fcntl--.h rather than unistd-safer.h
31342         (fts_safe_changedir): Don't call fd_safer; no longer needed
31343         now that we include fcntl--.h.
31344
31345 2005-08-12  Simon Josefsson  <jas@extundo.com>
31346
31347         * modules/getndelim2: Use ssize_t module.
31348         * modules/getnline: Likewise.
31349         * modules/safe-read: Likewise.
31350         * modules/xreadlink: Likewise.
31351
31352         * modules/ssize_t: New file.
31353
31354 2005-08-12  Simon Josefsson  <jas@extundo.com>
31355
31356         * m4/readline.m4: Look for termcap, curses or ncurses if required.
31357
31358 2005-08-12  Simon Josefsson  <jas@extundo.com>
31359
31360         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31361         ssize_t.
31362
31363 2005-08-12  Simon Josefsson  <jas@extundo.com>
31364
31365         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
31366         readline, getdelim and check_version.
31367         (Support for systems lacking ISO C 99: Sizes of integer types):
31368         Add size_max.
31369
31370 2005-08-12  Bruno Haible  <bruno@clisp.org>
31371
31372         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
31373
31374 2005-08-11  Simon Josefsson  <jas@extundo.com>
31375
31376         * modules/readline: New file.
31377
31378         * modules/strnlen (Files): Add strnlen.h.
31379
31380 2005-08-11  Simon Josefsson  <jas@extundo.com>
31381
31382         * m4/readline.m4: New file.
31383
31384 2005-08-11  Simon Josefsson  <jas@extundo.com>
31385
31386         * lib/readline.h, readline.c: New file.
31387
31388 2005-08-11  Simon Josefsson  <jas@extundo.com>
31389
31390         * doc/gnulib.texi (Initial import, Finishing touches): Mention
31391         gl_AVOID.
31392
31393 2005-08-11  Bruno Haible  <bruno@clisp.org>
31394
31395         * lib/strnlen.h (strnlen): Change parameter name to match comment.
31396
31397 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
31398
31399         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
31400
31401 2005-08-10  Simon Josefsson  <jas@extundo.com>
31402
31403         * tests/test-iconvme.c: New file.
31404
31405 2005-08-10  Simon Josefsson  <jas@extundo.com>
31406
31407         * m4/strnlen.m4: New file.
31408
31409         * m4/strndup.m4: Don't check for strnlen declaration, done in
31410         strnlen.m4.
31411
31412 2005-08-10  Simon Josefsson  <jas@extundo.com>
31413
31414         * lib/strndup.c: Use strnlen.h.
31415
31416         * lib/strnlen.h: New file.
31417
31418 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31419
31420         * README: Typos.
31421
31422 2005-08-02  Simon Josefsson  <jas@extundo.com>
31423
31424         * modules/readline: New file.
31425
31426 2005-08-02  Simon Josefsson  <jas@extundo.com>
31427
31428         * modules/getdelim: New file.
31429
31430         * modules/getline: Rewrite, don't use getndelim2.
31431
31432 2005-08-02  Simon Josefsson  <jas@extundo.com>
31433
31434         * m4/getline.m4: Separate out getdelim stuff into separate module.
31435
31436         * m4/getdelim.m4: New file.
31437
31438 2005-08-02  Simon Josefsson  <jas@extundo.com>
31439
31440         * lib/getline.h, getline.c: Rewrite.
31441
31442         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
31443
31444 2005-07-31  Bruno Haible  <bruno@clisp.org>
31445
31446         * lib/lock.h (gl_lock_initializer): New macro.
31447         (gl_lock_define_initialized): Use it.
31448         (gl_rwlock_initializer): New macro.
31449         (gl_rwlock_define_initialized): Use it.
31450         (gl_recursive_lock_initializer): New macro.
31451         (gl_recursive_lock_define_initialized): Use it.
31452
31453 2005-07-30  Karl Berry  <karl@gnu.org>
31454
31455         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
31456         Report from Ben Pfaff, regarding getopt.
31457
31458 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
31459
31460         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
31461         normal way.
31462         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
31463         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
31464         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
31465         (gl_GETOPT): Use the new macros.  Most of the implementation
31466         is moved to the new macros.  This is for programs like Emacs
31467         that don't want all the functionality of gl_GETOPT.
31468
31469 2005-07-26  Bruno Haible  <bruno@clisp.org>
31470
31471         * m4/lock.m4: Update from GNU gettext.
31472
31473 2005-07-26  Bruno Haible  <bruno@clisp.org>
31474
31475         * lib/lock.h: Update from GNU gettext.
31476         * lib/lock.c: Update from GNU gettext.
31477
31478 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
31479
31480         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
31481         obsolescent AC_TRY_RUN.  Include the default includes files, for
31482         'exit'.
31483
31484 2005-07-24  Bruno Haible  <bruno@clisp.org>
31485
31486         * modules/visibility: New file.
31487         * MODULES.html.sh (Misc): Add visibility.
31488
31489 2005-07-24  Bruno Haible  <bruno@clisp.org>
31490
31491         * m4/visibility.m4: New file.
31492
31493 2005-07-24  Bruno Haible  <bruno@clisp.org>
31494
31495         * doc/visibility.texi: New file.
31496
31497 2005-07-22  Bruno Haible  <bruno@clisp.org>
31498
31499         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
31500         $(ALLOCA_H), redundant through BUILT_SOURCES.
31501         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
31502         redundant through BUILT_SOURCES.
31503         * modules/byteswap (Makefile.am): Remove explicit dependency on
31504         $(BYTESWAP_H), redundant through BUILT_SOURCES.
31505         * modules/fnmatch (Makefile.am): Remove explicit dependency on
31506         $(FNMATCH_H), redundant through BUILT_SOURCES.
31507         * modules/getopt (Makefile.am): Remove explicit dependency on
31508         $(GETOPT_H), redundant through BUILT_SOURCES.
31509         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
31510         redundant through BUILT_SOURCES.
31511         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
31512         redundant through BUILT_SOURCES.
31513         * modules/stdbool (Makefile.am): Remove explicit dependency on
31514         $(STDBOOL_H), redundant through BUILT_SOURCES.
31515         * modules/stdint (Makefile.am): Remove explicit dependency on
31516         $(STDINT_H), redundant through BUILT_SOURCES.
31517         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
31518         Remove explicit dependency on $(SYSEXITS_H).
31519         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
31520
31521 2005-07-18  Simon Josefsson  <jas@extundo.com>
31522
31523         * lib/check-version.c (check_version): Accept identical versions too.
31524
31525 2005-07-18  Bruno Haible  <bruno@clisp.org>
31526
31527         * modules/lock: New file.
31528         * MODULES.html.sh (Multithreading): New section.
31529
31530 2005-07-18  Bruno Haible  <bruno@clisp.org>
31531
31532         * m4/lock.m4: New file, from GNU gettext.
31533
31534 2005-07-18  Bruno Haible  <bruno@clisp.org>
31535
31536         * lib/lock.h: New file, from GNU gettext.
31537         * lib/lock.c: New file, from GNU gettext.
31538
31539 2005-07-18  Bruno Haible  <bruno@clisp.org>
31540
31541         * lib/lock.h (gl_once_t): New type.
31542         (gl_once_define, gl_once): New macros.
31543         * lib/lock.c (fresh_once): New variable.
31544         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
31545         functions.
31546
31547 2005-07-16  Simon Josefsson  <jas@extundo.com>
31548
31549         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
31550         workaround, suggested by Bruno.
31551
31552 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
31553
31554         * modules/xalloc (Depends-on): Add xalloc-die.
31555         * modules/xvasprintf (Depends-on): Add xalloc-die.
31556
31557 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
31558
31559         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
31560         with a minor change.
31561
31562 2005-07-15  Bruno Haible  <bruno@clisp.org>
31563
31564         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
31565         When using lib/poll.c, define poll as rpl_poll.
31566
31567 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
31568
31569         * modules/argp (Depends-on): Remove unlocked-io.
31570
31571 2005-07-14  Derek Price  <derek@ximbiot.com>
31572
31573         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
31574         for glob symlink bug.
31575
31576 2005-07-14  Bruno Haible  <bruno@clisp.org>
31577
31578         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
31579         Instead, test for *_unlocked function declarations directly.
31580
31581 2005-07-11  Simon Josefsson  <jas@extundo.com>
31582
31583         * modules/size_max: New file.
31584
31585         * modules/xsize: Depend on size_max module for size_max.m4.
31586
31587 2005-07-11  Simon Josefsson  <jas@extundo.com>
31588
31589         * lib/size_max.h: New file.
31590
31591 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
31594         copyright symbol and the year.
31595         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
31596         (version_etc_va): Use parameterized copyright notice.
31597         Reword to conform to the current GNU coding standards.
31598
31599 2005-07-11  Karl Berry  <karl@gnu.org>
31600
31601         * doc/gnulib.texi (Quoting): new node.
31602         (Initial import): more info, from Patrice.
31603
31604 2005-07-11  Bruno Haible  <bruno@clisp.org>
31605
31606         * gnulib-tool (func_usage): Document option --avoid.
31607         (Command line options): Handle --avoid.
31608         (func_acceptable): New function.
31609         (func_modules_transitive_closure): Use it.
31610
31611 2005-07-11  Bruno Haible  <bruno@clisp.org>
31612
31613         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
31614         Reported by Jim Meyering.
31615
31616 2005-07-10  Bruno Haible  <bruno@clisp.org>
31617
31618         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
31619         Needed when size_t is smaller than 'unsigned int'.
31620         Reported by Paul Eggert.
31621
31622 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31623
31624         * modules/argp (Depends-on): Add unlocked-io
31625
31626 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31627
31628         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
31629         block of defines.
31630
31631 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * config/srclist.txt: Comment out regcomp.c, since we have a porting
31634         fix now.
31635
31636 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
31637         and Paul Eggert  <eggert@cs.ucla.edu>
31638
31639         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
31640         in wint_t, not wchar_t.  Remove now-unnecessary cast.
31641
31642 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31643
31644         * modules/regex (Files): Add lib/regex_internal.c,
31645         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
31646         (Depends-on): Add extensions.
31647         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
31648
31649 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31650
31651         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
31652         pathconf.
31653         * m4/same.m4 (gl_SAME): Likewise.
31654         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
31655
31656         * m4/regex.m4: Adjust to new libc regex implementation.
31657         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
31658         all the .c and .h parts of (the new) regex.
31659         Quote the m4 stuff better.
31660         Check for RE_ICASE bug of old gnulib.
31661         Check for REG_STARTEND of recent libc.
31662         Rename local variables from jm_* to gl_*.
31663         Quote operand of "test -f".
31664         Say "recent enough" version of libc, not "version 2".
31665         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
31666         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
31667         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
31668         Remove check for btowc, isascii.
31669         Require AM_LANGINFO_CODESET.
31670
31671 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         * lib/regex.c, regex.h: Sync from libc.
31674         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
31675         * lib/regexec.c:
31676         New files, synced from libc, except that regex_internal.h
31677         currently has a small porting fix.
31678
31679 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31680
31681         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
31682         regex_internal.c, regexec.c.
31683         Add regex_internal.h too, but as a comment, since the libc version
31684         is currently broken in gnulib mode.
31685
31686 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31687
31688         Support programs like Emacs that use gnulib but not gettext.
31689         * MODULES.html.sh (Internationalization functions): Add gettext-h.
31690         * modules/gettext-h: New file.
31691         * modules/gettext (Files): Remove lib/gettext.h.
31692         (Depends-on): Add gettext-h.
31693         (Makefile.am): Remove lib_SOURCES.
31694         * modules/argmatch, modules/c-stack, modules/closeout:
31695         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
31696         * modules/execute, modules/file-type, modules/getaddrinfo:
31697         * modules/getopt, modules/human, modules/javacomp:
31698         * modules/javaexec, modules/mkdir-p, modules/obstack:
31699         * modules/openat, modules/pagealign_alloc, modules/pipe:
31700         * modules/quotearg, modules/regex, modules/rpmatch:
31701         * modules/unicodeio, modules/userspec, modules/version-etc:
31702         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
31703         * modules/xsetenv:
31704         Depend on gettext-h, not gettext.
31705
31706 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31707
31708         * gnulib-tool (func_import): Add support for 'public domain' license.
31709         * modules/alloca, modules/atexit, modules/memmove:
31710         Now public domain, not GPL.
31711         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
31712         * modules/realloc, modules/strerror, modules/strtod:
31713         Now LGPL, not GPL.
31714
31715 2005-07-05  Bruno Haible  <bruno@clisp.org>
31716
31717         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
31718         autoconf CVS. Needed for mingw.
31719
31720 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31721
31722         Remove the dependency of the strftime module on the tzset module.
31723         * modules/strftime (Depends-on): Remove dependency on tzset.
31724
31725 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31726
31727         Remove the dependency of the strftime module on the tzset module.
31728         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
31729         gl_FUNC_TZSET_CLOBBER.
31730
31731 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31732
31733         Remove the dependency of the strftime module on the tzset module.
31734         * lib/strftime.c (my_strftime)
31735         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
31736         Copy the input structure, to work around some of the bug with
31737         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
31738         Solaris releases, you should also use the tzset module, but we won't
31739         require it as a dependency any more since we don't want LGPLed code
31740         to depend on GPLed code.
31741
31742 2005-07-02  Jim Meyering  <jim@meyering.net>
31743
31744         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
31745         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
31746         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
31747         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
31748
31749 2005-07-02  Jim Meyering  <jim@meyering.net>
31750
31751         * lib/backupfile.c (backup_args): Change a `0' to NULL.
31752
31753 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31754
31755         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
31756         declares only 'struct timespec;' (!).
31757
31758 2005-07-01  Jim Meyering  <jim@meyering.net>
31759
31760         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
31761         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
31762         * lib/save-cwd.c, tempname.c:
31763         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31764         and don't include <sys/file.h>).
31765
31766 2005-06-29  Jim Meyering  <jim@meyering.net>
31767
31768         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
31769         type name.  Use the variable name instead.
31770         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
31771         Likewise.
31772
31773 2005-06-28  Simon Josefsson  <jas@extundo.com>
31774
31775         * modules/check-version (Files): Add check-version.m4.
31776
31777 2005-06-28  Simon Josefsson  <jas@extundo.com>
31778
31779         * m4/check-version.m4: New file, suggested by Jim Meyering
31780         <jim@meyering.net>.
31781
31782 2005-06-28  Simon Josefsson  <jas@extundo.com>
31783
31784         * lib/check-version.h, lib/check-version.c: New files.
31785
31786 2005-06-28  Simon Josefsson  <jas@extundo.com>
31787
31788         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
31789         collision with global variable.  Better indentation.  Don't
31790         increment buffer pointer beyond buffer end.  Based on comments
31791         from Paul Eggert <eggert@cs.ucla.edu>.
31792
31793         * lib/base64.h: Indent.
31794
31795 2005-06-28  Simon Josefsson  <jas@extundo.com>
31796
31797         * doc/gnulib.texi (Library version handling): New section.
31798
31799 2005-06-28  Jim Meyering  <jim@meyering.net>
31800
31801         * check-module (find_included_lib_files): Hard-code another
31802         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
31803         but modules/fts-lgpl (correctly) does not list those files.
31804
31805         * modules/canonicalize (Files): Add lib/pathmax.h.
31806
31807 2005-06-25  Simon Josefsson  <jas@extundo.com>
31808
31809         * modules/check-version: New file.
31810
31811 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
31812
31813         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
31814         initializer of struct addrinfo, as an indication that we don't
31815         care how many members the structure has.
31816
31817 2005-06-24  Derek Price  <derek@ximbiot.com>
31818         and Bruno Haible  <bruno@clisp.org>
31819
31820         Remove stat module & update lstat.
31821         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
31822         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31823         * m4/stat.m4: Remove this file.
31824
31825 2005-06-24  Derek Price  <derek@ximbiot.com>
31826         and Bruno Haible  <bruno@clisp.org>
31827
31828         Remove stat module & update lstat.
31829         * lib/stat.c: Remove this file...
31830         (slash_aware_lstat): ...moving this content and its support...
31831         * lib/lstat.c (rpl_lstat): ...into here.
31832         * lib/lstat.h: New file.
31833
31834 2005-06-24  Derek Price  <derek@ximbiot.com>
31835         and Bruno Haible  <bruno@clisp.org>
31836
31837         Remove stat module & update lstat.
31838         * config/srclist.txt (libc sources): Remove stat.
31839
31840 2005-06-24  Derek Price  <derek@ximbiot.com>
31841         and Bruno Haible  <bruno@clisp.org>
31842
31843         Remove stat module & update lstat.
31844         * MODULES.html.sh (stat): Remove.
31845         * MODULES.html: Regenerated.
31846         * modules/lstat (Description): Correct function name.
31847         (Files): Add "lstat.h".
31848         (Depends-on): Remove stat, add xalloc, stat-macros.
31849         * modules/stat: Remove this file.
31850         (Include): Add "lstat.h", remove <sys/stat.h>.
31851
31852 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31853
31854         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
31855         (ranged_convert): Don't save conversion in a temporary struct.
31856         This causes a warning with GCC 4.0.0, and anyway in the typical
31857         case it's not worth the extra 100 bytes or so of code.
31858         (ranged_convert, __mktime_internal): When calling a function via a
31859         pointer P, use P () rather than (*P) (), as we now assume C89 or
31860         better.
31861
31862 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31863
31864         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
31865         "who -r" failed to give output.  Problem reported by Tim Waugh.
31866
31867         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
31868         (xcalloc): Use it to avoid needless tests.
31869         Problem reported by Jim Meyering.
31870
31871 2005-06-20  Derek Price  <derek@ximbiot.com>
31872
31873         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
31874         unnecessary for Autoconfs > 2.59c.
31875
31876 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31877
31878         * lib/argp.h (__option_is_short): Check upper limit of
31879         __key. Isprint() requires its argument to have the value
31880         of an unsigned char or EOF.
31881
31882 2005-06-16  Jim Meyering  <jim@meyering.net>
31883
31884         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
31885         when either N or S is zero.
31886
31887 2005-06-16  Derek Price  <derek@ximbiot.com>
31888
31889         * m4/bison.m4: Declare YACC & YFLAGS precious.
31890
31891 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
31892
31893         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
31894         multibyte string or pattern, fall back on unibyte matching.
31895         Problem reported by James Youngman.
31896
31897 2005-06-08  Bruno Haible  <bruno@clisp.org>
31898
31899         * modules/csharpcomp: New file.
31900         * MODULES.html.sh (C#): Add csharpcomp.
31901
31902 2005-06-08  Bruno Haible  <bruno@clisp.org>
31903
31904         * m4/csharpcomp.m4: New file, from GNU gettext.
31905
31906 2005-06-08  Bruno Haible  <bruno@clisp.org>
31907
31908         * lib/csharpcomp.h: New file, from GNU gettext.
31909         * lib/csharpcomp.c: New file, from GNU gettext.
31910         * lib/csharpcomp.sh.in: New file, from GNU gettext.
31911
31912 2005-06-08  Bruno Haible  <bruno@clisp.org>
31913
31914         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
31915         warning on mingw.
31916
31917 2005-06-07  Derek Price  <derek@ximbiot.com>
31918
31919         Sync from CVS.
31920         * lib/glob_.h: Indent nested #ifdef.
31921
31922 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31923
31924         Sync from coreutils.
31925         Use "file name" when talking about file names, instead of "filename"
31926         or "path", as per the GNU coding standards.
31927         * lib/mkdir-p.c: Renamed from makepath.c.
31928         (make_dir_parents): Renamed from make_path.  All callers changed.
31929         * lib/mkdir-p.h: Likewise.  All includers changed.
31930         * lib/filenamecat.c: Renamed from path-concat.c.
31931         (file_name_concat): Renamed from path_concat.  All callers changed.
31932         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
31933         * lib/filenamecat.h: Likewise.  All includers changed.
31934         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
31935         in comments or local variable names.
31936         * lib/basename.c: Likewise.
31937         * lib/canonicalize.c, canonicalize.h: Likewise.
31938         * lib/dirname.c, dirname.h: Likewise.
31939         * lib/euidaccess.c: Likewise.
31940         * lib/exclude.c: Likewise
31941         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
31942         * lib/fsusage.c, fsuage.h: Likewise.
31943         * lib/fts.c, fts_.h: Likewise.
31944         * lib/getcwd.c: Likewise.
31945         * lib/getloadavg.c: Likewise.
31946         * lib/mkstemp.c: Likewise.
31947         * lib/mountlist.c, mountlist.h: Likewise.
31948         * lib/openat.c, openat.h: Likewise.
31949         * lib/readlink-stub.c: Likewise.
31950         * lib/readutmp.c, readutmp.h: Likewise.
31951         * lib/rename.c: Likewise.
31952         * lib/rmdir.c: Likewise.
31953         * lib/same.c: Likewise.
31954         * lib/savedir.c: Likewise.
31955         * lib/stripslash.c: Likewise.
31956         * lib/tempname.c: Likewise.
31957         * lib/xreadlink.c: Likewise.
31958         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
31959         All uses changed.
31960         * lib/exclude.h: Likewise.
31961
31962         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
31963         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31964         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
31965         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31966         * lib/pathmax.h: Include <limits.h> unconditionally, since other
31967         files have been getting away with it for years (MORE/BSD 4.3
31968         is extinct now).
31969         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
31970         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31971
31972         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
31973         Define to 256, not 255, as per modern POSIX.
31974
31975 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31976
31977         Sync from coreutils.
31978         Use "file name" when talking about file names, instead of "filename"
31979         or "path", as per the GNU coding standards.
31980         * MODULES.html.sh: mkdir-p renamed from makepath.
31981         filenamecat renamed from path-concat.
31982         * modules/filenamecat: Renamed from modules/path-concat.
31983         (Files): filenamecat.h and filenamecat.c renamed from
31984         path-concat.h and path-concat.c.
31985         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
31986         (Include): filenamecat.h, not path-concat.h.
31987         * modules/mkdir-p: Renamed from modules/makepath.
31988         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
31989         makepath.c.
31990         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
31991         (Include): mkdir-p.h, not makepath.h.
31992
31993 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31994
31995         Sync from coreutils.
31996         * m4/mkdir-p.m4: Renamed from makepath.m4.
31997         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
31998         Rename files from makepath.c to mkdir-p.c, and from
31999         makepath.h to mkdir-p.h.
32000         * m4/filenamecat.m4: Renamed from path-concat.m4.
32001         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
32002         Rename files from path-concat.c to filenamecat.c,
32003         and from path-concat.h to filenamecat.h.
32004         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
32005         "file name" in local variables or comments.
32006         * m4/rename.m4: Likewise.
32007
32008 2005-06-01  Bruno Haible  <bruno@clisp.org>
32009
32010         * modules/csharpexec: New file.
32011         * MODULES.html.sh (C#): New section.
32012
32013 2005-06-01  Bruno Haible  <bruno@clisp.org>
32014
32015         * m4/csharp.m4: New file, from GNU gettext.
32016         * m4/csharpexec.m4: New file, from GNU gettext.
32017
32018 2005-06-01  Bruno Haible  <bruno@clisp.org>
32019
32020         * lib/csharpexec.h: New file, from GNU gettext.
32021         * lib/csharpexec.c: New file, from GNU gettext.
32022         * lib/csharpexec.sh.in: New file, from GNU gettext.
32023
32024 2005-05-31  Derek Price  <derek@ximbiot.com>
32025             Paul Eggert  <eggert@cs.ucla.edu>
32026
32027         Sync from cvs.
32028         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32029
32030 2005-05-31  Derek Price  <derek@ximbiot.com>
32031             Paul Eggert  <eggert@cs.ucla.edu>
32032
32033         Sync from cvs.
32034         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32035
32036 2005-05-29  Derek Price  <derek@ximbiot.com>
32037
32038         * config/srclist.txt (glob_.h, glob.c): Add these files.
32039
32040 2005-05-29  Derek Price  <derek@ximbiot.com>
32041
32042         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32043         * modules/glob: New file.
32044         * modules/getlogin_r: Add link to POSIX spec in description.
32045
32046 2005-05-29  Derek Price  <derek@ximbiot.com>
32047             Paul Eggert  <eggert@cs.ucla.edu>
32048
32049         * m4/glob.m4: New file.
32050
32051 2005-05-29  Derek Price  <derek@ximbiot.com>
32052             Paul Eggert  <eggert@cs.ucla.edu>
32053
32054         * lib/glob_.h, lib/glob.c: New files.
32055
32056 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32057
32058         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32059         * modules/fts-lgpl (Depends-on): Remove gettext.
32060
32061 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32062
32063         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32064         and don't require gt_INTTYPES_PRI.
32065
32066 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32067
32068         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32069
32070         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32071         the configuration hassle isn't worth it.
32072         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32073         (LONGEST_MODIFIER, PRIuMAX): Remove.
32074
32075 2005-05-27  Bruno Haible  <bruno@clisp.org>
32076
32077         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32078
32079 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32080
32081         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32082         _POSIX_PTHREAD_SEMANTICS for Solaris.
32083
32084 2005-05-25  Derek Price  <derek@ximbiot.com>
32085
32086         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32087
32088 2005-05-25  Derek Price  <derek@ximbiot.com>
32089             Paul Eggert  <eggert@cs.ucla.edu>
32090
32091         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32092         * lib/getlogin_r.c, getlogin_r.h: New files.
32093
32094 2005-05-25  Bruno Haible  <bruno@clisp.org>
32095             Derek Price  <derek@ximbiot.com>
32096
32097         * lib/getlogin_r.h: Simplify API documentation.
32098
32099 2005-05-23  Derek Price  <derek@ximbiot.com>
32100
32101         * modules/minmax (Files): Add m4/minmax.m4.
32102         (configure.ac): Add gl_MINMAX.
32103
32104 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32105
32106         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32107         so that unistd-safer.h (GPL'ed code) need not be included.
32108
32109 2005-05-22  Bruno Haible  <bruno@clisp.org>
32110
32111         * m4/minmax.m4: New file.
32112         Based on a patch by Derek Price <derek@ximbiot.com>.
32113
32114 2005-05-22  Bruno Haible  <bruno@clisp.org>
32115
32116         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32117         (INT64_MIN): Fix definition.
32118         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32119
32120         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32121         NEED_SIGNED_INT_TYPES.
32122
32123         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32124         HAVE_SYSTEM_INTTYPES.
32125
32126 2005-05-22  Bruno Haible  <bruno@clisp.org>
32127
32128         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32129         Also include <sys/param.h> if it defines MIN, MAX.
32130         Based on a patch by Derek Price <derek@ximbiot.com>.
32131
32132 2005-05-21  Jim Meyering  <jim@meyering.net>
32133
32134         * modules/fts (Files): Add m4/inttypes-pri.m4.
32135         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32136
32137 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32138
32139         New fts module.
32140         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32141         (setup_dir, free_dir): New functions.
32142         (enter_dir, leave_dir): Define trivial
32143         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32144         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32145         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32146         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32147         Move to fts-cycle.c.
32148         (fts_open): Use setup_dir.
32149         (fts_close): Use free_dir.
32150         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32151         This adds a label and some gotos, but the alternatives were messier.
32152         Check for memory allocation failure when entering a dir.
32153         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32154         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32155         (FTS): New member fts_cycle, that is a union that contains the
32156         old active_dir_ht and cycle_state.  All uses changed to mention
32157         fts_cycle.ht and fts_cycle.state.
32158         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32159         fts.c, with the following changes:
32160         (setup_dir, free_dir): New functions.
32161         (enter_dir): Now returns bool.  Return true if successful, false
32162         if memory exhausted.  All callers changed.
32163         Do not bother partly cleaning up on
32164         memory allocation failure; that is free_dir's job.
32165         However, free ad if hash_insert fails, to avoid memory leak.
32166         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32167         fts->fts_options to see which union member to use.
32168
32169 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32170
32171         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32172         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32173
32174 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32175
32176         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32177
32178 2005-05-20  Jim Meyering  <jim@meyering.net>
32179
32180         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32181         Now a macro, to pacify GCC.
32182
32183 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32184
32185         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32186         of -1.
32187
32188 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32189
32190         * lib/chown.c (rpl_chown): Return -1 on failure.
32191
32192 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32193
32194         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32195         Don't check for stddef.h.
32196         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32197         don't use its results.
32198         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32199         since we include them unconditionally.  Don't require
32200         AM_STDBOOL_H, since stdbool is a prerequisite.
32201         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32202         since we assume C89 or better.
32203         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32204         as we don't use their results.
32205         Don't check for fchdir, memmove, memset, strrchr, as we use
32206         them unconditionally.
32207         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
32208         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
32209
32210 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32211
32212         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
32213         Include <stddef.h> unconditionally, since we assume C89 now.
32214         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
32215         * lib/fts.c: Include fts_.h first, to check interface.
32216         Do not include intprops.h; no longer needed.
32217         Include cycle-check.h and hash.h, since fts_.h no longer does.
32218         Remove unnecessary casts of closedir to void.
32219         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
32220         decide whether to decrement nlinks.
32221         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
32222         (FTS): Use struct hash_table * instead of Hash_table, so that
32223         we no longer need to include hash.h here.
32224
32225 2005-05-18  Jim Meyering  <jim@meyering.net>
32226
32227         * modules/dirfd (License): Change to LGPL.  Most of the code
32228         is already in the public domain.
32229
32230 2005-05-18  Jim Meyering  <jim@meyering.net>
32231
32232         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
32233         Reported by Yoann Vandoorselaere.
32234
32235 2005-05-17  Jim Meyering  <jim@meyering.net>
32236
32237         * m4/fts.m4: New file, from coreutils.
32238
32239 2005-05-17  Jim Meyering  <jim@meyering.net>
32240
32241         * lib/fts.c, lib/fts_.h: New files, from coreutils.
32242
32243 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32244
32245         Sync from coreutils.
32246         * m4/unlinkdir.m4: New file.
32247
32248 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32249
32250         Sync from coreutils.
32251         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
32252         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
32253         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
32254         White space changes only.
32255         * lib/makepath.c (make_path): Port to hosts where leading "//" is
32256         special.
32257         * lib/yesno.c: Include getline.h, not ctype.h.
32258         (yesno): Don't remove leading white space; POSIX doesn't allow it.
32259         Use getline to remove arbitrary restriction on response length.
32260
32261 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32262
32263         * config/srclist-update: Spell out "Street" in FSF postal
32264         mail address; this is the style the FSF seems to prefer.
32265
32266         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
32267         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
32268         this updates FSF postal mail address.
32269
32270         Sync from coreutils.
32271         * modules/unlinkdir: New file.
32272         * modules/yesno (Depends-on): Add getline.
32273         * MODULES.html.sh (File system functions): Add unlinkdir.
32274
32275 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32276
32277         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
32278         lib/strsep.h:
32279         Change the initial comment to refer to GPL, not LGPL.
32280         gnulib-tool will change it to LGPL as needed.
32281
32282         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
32283         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
32284         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
32285         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
32286         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
32287         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
32288         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
32289         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
32290         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
32291         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
32292         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
32293         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
32294         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
32295         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
32296         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
32297         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
32298         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
32299         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
32300         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
32301         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
32302         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
32303         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
32304         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
32305         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
32306         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
32307         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
32308         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
32309         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
32310         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
32311         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
32312         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
32313         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
32314         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
32315         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
32316         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
32317         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
32318         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
32319         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
32320         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
32321         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
32322         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
32323         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
32324         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
32325         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
32326         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
32327         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
32328         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
32329         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
32330         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
32331         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
32332         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32333         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
32334         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
32335         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
32336         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
32337         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
32338         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
32339         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
32340         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
32341         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
32342         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
32343         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
32344         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
32345         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
32346         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
32347         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
32348         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
32349         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
32350         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
32351         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
32352         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
32353         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
32354         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
32355         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
32356         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
32357         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
32358         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
32359         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
32360         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
32361         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
32362         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
32363         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
32364         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
32365         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
32366         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
32367         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
32368         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
32369         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
32370         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
32371         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
32372         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
32373         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
32374         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
32375         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
32376         lib/yesno.c, lib/yesno.h:
32377         Update FSF postal mail address.
32378
32379 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32380
32381         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
32382         tests/test-memmem.c, tests/test-stpncpy.c:
32383         Update FSF postal mail address.
32384
32385 2005-05-13  Bruno Haible  <bruno@clisp.org>
32386
32387         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
32388         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
32389         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
32390         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
32391         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
32392         Add support for 64-bit integers in the MSVC compiler.
32393
32394 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32395
32396         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
32397
32398 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
32399
32400         * gnulib-tool (func_import): Sort and uniquify recommended includes.
32401
32402 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
32403
32404         * doc/getdate.texi (General date syntax): Don't say that date
32405         date --iso-8601=ns generates acceptable dates; it doesn't yet.
32406         Problem reported by Nic Ferrier.
32407
32408 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32409
32410         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
32411         specified in ai_socktype. Fix invalid ai_protocol
32412         check. ai_protocol is usually set to 0 or depending on
32413         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
32414         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
32415         ai_socktype / ai_protocol in the returned addrinfo structure.
32416
32417 2005-05-10  Simon Josefsson  <jas@extundo.com>
32418
32419         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
32420         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32421
32422 2005-05-10  Karl Berry  <karl@gnu.org>
32423
32424         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
32425         (from http://www.gnu.org/licenses).
32426         * doc/COPYING.LIB: also rename to COPYING.LESSER.
32427         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
32428         fdl.texi suffices.
32429
32430 2005-05-10  Karl Berry  <karl@gnu.org>
32431
32432         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
32433         (COPYING.DOC): remove.
32434
32435         * config/srclist-update: new FSF address.
32436
32437 2005-05-10  Derek Price  <derek@ximbiot.com>
32438
32439         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
32440         possible.
32441
32442 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32443             Bruno Haible  <bruno@clisp.org>
32444
32445         * modules/inet_ntop: New file.
32446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32447         inet_ntop.
32448
32449 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32450             Bruno Haible  <bruno@clisp.org>
32451
32452         * m4/inet_ntop.m4: New file.
32453
32454 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32455             Bruno Haible  <bruno@clisp.org>
32456
32457         * lib/inet_ntop.h: New file.
32458         * lib/inet_ntop.c: New file, from glibc with modifications.
32459
32460 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
32461
32462         * modules/time_r (License): Change to LGPL.
32463         * modules/extensions (License): Change to LGPL.  Actually,
32464         the license is more permissive than that, but currently gnulib-tool
32465         doesn't know how to handle more-permissive licenses.
32466
32467         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
32468         Problem reported by Dave Love.
32469
32470 2005-05-08  Jim Meyering  <jim@meyering.net>
32471
32472         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
32473         blank.
32474
32475 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32476
32477         * modules/argmatch (Depends-on): Add stdbool.
32478         * modules/backupfile (Depends-on): Likewise.
32479         * modules/chdir-long (Depends-on): Likewise.
32480         * modules/closeout (Depends-on): Likewise.
32481         * modules/cycle-check (Depends-on): Likewise.
32482         * modules/dirname (Depends-on): Likewise.
32483         * modules/fnmatch (Depends-on): Likewise.
32484         * modules/fsusage (Depends-on): Likewise.
32485         * modules/fwriteerror (Depends-on): Likewise.
32486         * modules/getcwd (Depends-on): Likewise.
32487         * modules/getloadavg (Depends-on): Likewise.
32488         * modules/hard-locale (Depends-on): Likewise.
32489         * modules/makepath (Depends-on): Likewise.
32490         * modules/mountlist (Depends-on): Likewise.
32491         * modules/nanosleep (Depends-on): Likewise.
32492         * modules/posixtm (Depends-on): Likewise.
32493         * modules/quotearg (Depends-on): Likewise.
32494         * modules/readtokens (Depends-on): Likewise.
32495         * modules/readtokens0 (Depends-on): Likewise.
32496         * modules/readutmp (Depends-on): Likewise.
32497         * modules/save-cwd (Depends-on): Likewise.
32498         * modules/strftime (Depends-on): Likewise.
32499         * modules/userspec (Depends-on): Likewise.
32500         * modules/utimecmp (Depends-on): Likewise.
32501         * modules/xgetcwd (Depends-on): Likewise.
32502         * modules/xnanosleep (Depends-on): Likewise.
32503         * modules/xstrtod (Depends-on): Likewise.
32504         * modules/yesno (Depends-on): Likewise.
32505
32506 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
32507
32508         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
32509         needless checks.
32510
32511 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32512
32513         Merge from coreutils.  Among other things,
32514         add bulletproofing for cases where stdin, stdout, or stderr are closed.
32515         * lib/fd-safer.c: New file.
32516         * lib/fcntl-safer.h, open-safer.c: Remove.
32517         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
32518         * lib/dup-safer.c: Include unistd-safer.h first.
32519         Don't include errno.h.
32520         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
32521         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
32522         * lib/file-type.c: Rely on file-type.h change.
32523         * lib/getloadavg.c: Include unistd-safer.h.
32524         (getloadavg): Use safer open.
32525         * lib/getusershell.c: Include "stdio-safer.h".
32526         (getusershell): Use safer fopen.
32527         * lib/long-options.c (long_options): Use NULL rather than 0.
32528         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
32529         'free'.
32530         * lib/modechange.c: Likewise.
32531         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
32532         (MODE_DONE): New constant.
32533         (struct mode_change): Remove 'next' member.
32534         (make_node_op_equals): New function; like the old one of the
32535         same name, except it allocates an array.
32536         (mode_compile, mode_create_from_ref): Use it.
32537         (mode_compile): Allocate result as an array, not a linked list.
32538         Parse octal string ourself, so that we catch mistakes like "+0".
32539         (mode_adjust): Arg is an array, not a linked list.
32540         * lib/modechange.c: Include stat-macros.h, xalloc.h.
32541         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
32542         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
32543         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
32544         Remove.  This is now stat-macros.h's job.
32545         (talloc): Remove.  All callers replaced by xalloc, so that
32546         our invokers don't have to worry about reporting memory failures.
32547         (make_node_op_equals): Remove.
32548         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
32549         New constants.
32550         (struct mode_change): Moved here from modechange.h.
32551         (mode_append_entry): Remove.
32552         (mode_compile): Remove MASKED_OPS arg, since it encouraged
32553         apps to have incorrect behavior.  Use simpler algorithm for head
32554         and tail.  Don't futz with umask; that's now the job of mode_adjust.
32555         Detect more invalid usages rather than having somewhat-random behavior.
32556         Don't insert an "a=" action, as that leads to incorrect behavior.
32557         (mode_compile, mode_create_from_ref): Return NULL on error instead
32558         of an enum, since now there's only one way to have an error.  All
32559         callers changed.
32560         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
32561         at the correct time.  Simplify calculation of "+u" and its ilk.
32562         Don't mishandle "+X".
32563         (mode_free): Remove "register" and localize decls.
32564         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
32565         (struct mode_change): Move to modechange.c; callers don't
32566         need to see this stuff.
32567         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
32568         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
32569         (mode_change, mode_adjust): Reflect the new signatures noted above.
32570         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
32571         that might redefine system include files.
32572         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
32573         (my_usleep): Use NULL rather than (void *) 0.
32574         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
32575         Use siginterrupt to specify that system calls should be interrupted.
32576         (rpl_nanosleep): Move initialization of suspended closer to call of
32577         my_usleep.
32578         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
32579         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
32580         (desirable_utmp_entry): New function.
32581         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
32582         using x2nrealloc, to simplify logic.
32583         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
32584         size calculation.  Do not assume utmp file is a regular file.
32585         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
32586         (READ_UTMP_CHECK_PIDS): New constant.
32587         * lib/save-cwd.c: Include unistd-safer.h.
32588         (save_cwd): Use fd_safer.
32589         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
32590         [!_LIBC] Include "stat-macros.h" instead.
32591         * lib/unistd-safer.h (fd_safer): New decl.
32592
32593 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32594
32595         * modules/getloadavg (Depends-on): Add unistd-safer.
32596         * modules/getusershell (Depends-on): Add stdio-safer.
32597         * modules/lstat (Depends-on): Remove xalloc.
32598         * modules/mkstemp (Depends-on): Add stat-macros.
32599         * modules/modechange (Depends-on): Remove xstrtol.
32600         Add stat-macros, xalloc.
32601         * modules/save-cwd (Depends-on): Add unistd-safer.
32602         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
32603         * modules/unistd-safer (Files): Add lib/fd-safer.c
32604         (Makefile.am): Remove lib_SOURCES.
32605
32606         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
32607         Remove fcntl-safer; unistd-safer supersedes it.
32608
32609 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32610
32611         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
32612         AC_HEADER_STAT.
32613         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
32614         (gl_PREREQ_CHOWN): Remove.
32615         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
32616         it.  Don't require AC_HEADER_STAT.
32617         (gl_PREREQ_LSTAT): Remove.
32618         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
32619         Don't require AC_HEADER_STAT.
32620         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
32621         (gl_PREREQ_RMDIR): Remove.
32622         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
32623         mention stat-macros.h or AC_HEADER_STAT, since we'll make
32624         the stat-macros module a prerequisite.
32625         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
32626         * m4/filemode.m4 (gl_FILEMODE): Likewise.
32627         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
32628         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
32629         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
32630         variable names.
32631         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
32632         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
32633         variable prefixes.
32634         * m4/fcntl-safer.m4: Remove.
32635         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
32636         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
32637         Invoke gl_PREREQ_FD_SAFER.
32638         (gl_PREREQ_FD_SAFER): New macro.
32639         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
32640         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
32641         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
32642         Remove duplicate call to AC_LIBOBJ(readutmp).
32643         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
32644
32645         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
32646         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
32647
32648 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32649
32650         * MODULES.html.sh (Misc): Add byteswap.
32651
32652 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32653
32654         * modules/getcwd (Depends-on): Add extensions.
32655         * modules/openat (Depends-on): Likewise.
32656
32657 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32658
32659         * modules/byteswap: New file.
32660
32661 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32662
32663         * m4/byteswap.m4: New file.
32664
32665 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32666
32667         * lib/byteswap_.h: New file.
32668
32669 2005-04-25  Karl Berry  <karl@gnu.org>
32670
32671         * m4/gettext.m4: Update from GNU gettext 0.14.4.
32672
32673 2005-04-25  Albert Chin  <china@thewrittenword.com>
32674
32675         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
32676         Toolkit C bug.
32677
32678 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
32679
32680         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
32681         (func_ln_if_changed) Remove forcibly for no error message
32682         in case file does not exist.
32683
32684 2005-04-19  Simon Josefsson  <jas@extundo.com>
32685
32686         * gnulib-tool (Options): Make --symlink mean --symbolic.
32687
32688 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
32689
32690         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
32691
32692 2005-04-16  Simon Josefsson  <jas@extundo.com>
32693
32694         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
32695
32696 2005-04-15  Simon Josefsson  <jas@extundo.com>
32697
32698         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
32699
32700 2005-04-15  Simon Josefsson  <jas@extundo.com>
32701
32702         * gnulib-tool: Rename --symlink to --symbolic.
32703
32704 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
32705
32706         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
32707         symbolic links to files instead of copying/moving.  Add --aux-dir,
32708         specifying directory relative --dir where auxiliary build tools
32709         are placed.
32710
32711 2005-04-14  Bruno Haible  <bruno@clisp.org>
32712
32713         * modules/allocsa (License): Change to LGPL.
32714         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
32715
32716 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32717
32718         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
32719         that "UTC +1 second" continues to work.  Problem reported
32720         by Dmitry V. Levin.
32721         (relunit_snumber): New rule.
32722         (relunit): Use it.
32723
32724 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
32725
32726         * lib/getdate.y (universal_time_zone_table): New constant.
32727         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
32728         universal_time_zone_table.
32729         (lookup_zone): Prefer universal_time_zone_table to
32730         local_time_zone_table, so that "GMT" time stamps are allowed in
32731         London during the summer.  Problem reported by Ian Abbott.
32732
32733 2005-04-12  Jim Meyering  <jim@meyering.net>
32734
32735         * lib/human.c (humblock): Set *options even when returning due to
32736         xstrtoumax conversion failure.  Thanks to a used-uninitialized
32737         warning from gcc-4.
32738
32739 2005-04-09  Jim Meyering  <jim@meyering.net>
32740
32741         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
32742         -Wuninitialized: initialize tm0.tm_year.
32743
32744 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
32745
32746         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
32747         count, since there's no maximum.  All uses changed.
32748         Add member dsts_seen.
32749         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
32750         not being INT_MAX.
32751         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
32752         Use pc_rels_seen to decide whther a date is absolute.
32753
32754         * lib/getdate.y (number): Don't overwrite year.
32755         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
32756         check.
32757
32758 2005-04-02  Simon Josefsson  <jas@extundo.com>
32759
32760         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
32761         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
32762
32763 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
32764
32765         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
32766         where no absolute path name can be longer than PATH_MAX.
32767
32768 2005-03-27  Jim Meyering  <jim@meyering.net>
32769
32770         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
32771
32772 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
32773
32774         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
32775         "one's complement" -> "ones' complement" in comment, as per Knuth.
32776         "value of type" -> "type or expression" in comment.
32777         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
32778
32779 2005-03-26  Jim Meyering  <jim@meyering.net>
32780
32781         Comment nits.
32782         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
32783         Correct typos: s/or/of/.
32784
32785 2005-03-26  Jim Meyering  <jim@meyering.net>
32786
32787         * modules/check-include-files: Move to ../ and rename to...
32788         * check-module: ...this.
32789
32790 2005-03-25  Jim Meyering  <jim@meyering.net>
32791
32792         * modules/xvasprintf (Files): Add xalloc.h.
32793
32794 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32795
32796         * modules/gettext (Files): config/config.rpath ->
32797         build-aux/config.rpath
32798         * modules/iconv (Files): Likewise.
32799         Problem reported by Oskar Liljeblad.
32800
32801 2005-03-23  Jim Meyering  <jim@meyering.net>
32802
32803         * modules/check-include-files: New script to check for
32804         missing dependencies, multiple includes, etc.
32805
32806         * modules/c-strtold (Depends-on): Add xalloc.
32807         * modules/c-strtod (Depends-on): Add xalloc.
32808         * modules/hash (Depends-on): Add xalloc.
32809         (Files): Remove lib/xalloc.h.
32810
32811         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
32812         * modules/userspec (Files): Add lib/inttostr.h.
32813
32814 2005-03-23  Jim Meyering  <jim@meyering.net>
32815
32816         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
32817
32818 2005-03-22  Jim Meyering  <jim@meyering.net>
32819
32820         * modules/stat-macros: New module.
32821         * modules/canonicalize, modules/euidaccess, modules/file-type,
32822         * modules/filemode, modules/lchown, modules/makepath,
32823         * modules/rmdir, modules/stat: Depend on new stat-macros module
32824         rather than listing lib/stat-macros.h manually.
32825         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
32826
32827 2005-03-22  Jim Meyering  <jim@meyering.net>
32828
32829         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
32830
32831 2005-03-22  Bruno Haible  <bruno@clisp.org>
32832
32833         * config/srclist.txt: Replace target directory 'config' with
32834         'build-aux'.
32835         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
32836         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
32837         ../build-aux/.
32838
32839 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
32840
32841         * modules/chdir-long (Depends-on): Add mempcpy.
32842
32843         * modules/acl, modules/backupfile, modules/c-strtod,
32844         modules/c-strtold, modules/canon-host, modules/canonicalize,
32845         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
32846         modules/exclude, modules/exitfail, modules/file-type,
32847         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
32848         modules/getdate, modules/getline, modules/getpagesize,
32849         modules/getpass, modules/getugroups, modules/group-member,
32850         modules/hard-locale, modules/hash, modules/human, modules/idcache,
32851         modules/inttostr, modules/long-options, modules/makepath,
32852         modules/md5, modules/memcasecmp, modules/memcoll,
32853         modules/modechange, modules/mountlist, modules/path-concat,
32854         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
32855         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
32856         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
32857         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
32858         modules/strftime, modules/strndup, modules/strverscmp,
32859         modules/timespec, modules/unlocked-io, modules/userspec,
32860         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
32861         modules/yesno:
32862         Remove lib_SOURCES line from Makefile.am section, as this is now
32863         done automatically by the corresponding Autoconf macro.
32864
32865 2005-03-21  Jim Meyering  <jim@meyering.net>
32866
32867         Changes imported from coreutils.
32868
32869         * lib/cycle-check.c: Don't include xalloc.h.
32870
32871         * lib/path-concat.c: Don't include assert.h.
32872         (path_concat): Remove assertion that would have triggered
32873         for ABASE starting with more than one slash.
32874         Reported by Andreas Schwab.
32875
32876         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
32877         properly when ABASE is an absolute file name.
32878         Correct the description of this function.
32879         Include <assert.h>.
32880         Add an assertion and a test driver.
32881         This fixes a bug introduced on 2004-07-02.
32882         Andreas Schwab reported the resulting failure of cp --parents:
32883         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
32884
32885 2005-03-21  Jim Meyering  <jim@meyering.net>
32886
32887         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
32888         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
32889
32890 2005-03-21  Jim Meyering  <jim@meyering.net>
32891         and  Paul Eggert  <eggert@cs.ucla.edu>
32892
32893         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
32894         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
32895         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
32896         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
32897         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
32898         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
32899         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
32900         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
32901         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
32902         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
32903         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
32904         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
32905         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
32906         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
32907         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
32908         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
32909         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
32910         for these modules.
32911
32912 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
32913
32914         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
32915         (which shouldn't happen), generate nothing instead of returning 0
32916         immediately, so that nstrftime (NULL, ...) doesn't return 0.
32917
32918 2005-03-16  Bruno Haible  <bruno@clisp.org>
32919
32920         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
32921         HAVE_LONGLONG_64BIT.
32922
32923 2005-03-16  Bruno Haible  <bruno@clisp.org>
32924
32925         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
32926         HAVE_LONGLONG_64BIT.
32927
32928 2005-03-16  Bruno Haible  <bruno@clisp.org>
32929
32930         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
32931         HAVE_LONGLONG_64BIT.
32932
32933 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32934
32935         * lib/strftime.c (my_strftime): Prepend space to format so that we can
32936         reliably distinguish strftime failure from empty output on POSIX
32937         hosts.
32938
32939 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32940
32941         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
32942         (iconv_string): Don't guess a size-zero buffer, as that might cause
32943         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
32944         result would be 'too large', where 'too large' is (heuristically)
32945         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
32946         overflow concerns.  This will prevent some unwanted malloc failures
32947         when the inputs are very large.
32948
32949 2005-03-15  Karl Berry  <karl@gnu.org>
32950
32951         * config/srclist.txt (config.rpath): from gettext.
32952         * config/config.rpath: update.
32953
32954 2005-03-15  Bruno Haible  <bruno@clisp.org>
32955
32956         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
32957         to 'negate'.
32958
32959         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
32960         variable.
32961
32962         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
32963         results.
32964
32965 2005-03-14  Simon Josefsson  <jas@extundo.com>
32966
32967         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
32968         <fx@gnu.org>.
32969
32970 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
32971
32972         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
32973         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
32974         intprops.h.
32975         * lib/strtol.c: Likewise.
32976
32977 2005-03-14  Jim Meyering  <jim@meyering.net>
32978
32979         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
32980         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
32981         to be nonzero so that we (and caller) can detect the difference
32982         between a valid zero-length expansion and an error return, even
32983         when the underlying strftime fails before writing anything into
32984         that location.
32985
32986 2005-03-14  Bruno Haible  <bruno@clisp.org>
32987
32988         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
32989         Update from GNU gettext 0.14.3.
32990
32991 2005-03-10  Jim Meyering  <jim@meyering.net>
32992
32993         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
32994
32995 2005-03-10  Jim Meyering  <jim@meyering.net>
32996
32997         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
32998         so that this module works on systems without fchdir.
32999
33000 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
33001
33002         Factor int-properties macros into a single file, except for
33003         glibc-related files.
33004         * lib/intprops.h: New file.
33005         * lib/getloadavg.c: Include it instead of limits.h.
33006         (INT_STRLEN_BOUND): Remove.
33007         * lib/human.c: Include intprops.h.
33008         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
33009         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
33010         302/1000.
33011         * lib/inttostr.h: Include intprops.h instead of limits.h.
33012         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
33013         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
33014         for consistency with intprops.h.
33015         (time_t_is_integer, twos_complement_arithmetic): Use them.
33016         * lib/sig2str.h: Include <signal.h>, intprops.h.
33017         (INT_STRLEN_BOUND): Remove.
33018         * lib/strftime.c (TYPE_SIGNED): Remove.
33019         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
33020         * lib/strtol.c: Adjust comments to match intprops.h.
33021         * lib/userspec.c: Include intprops.h.
33022         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
33023         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
33024         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33025         instead of rolling our own expressions.
33026         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33027
33028         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33029         instead of int.
33030         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33031         the right thing even if adding 1900 would overflow.  Similarly
33032         for tm_mon + 1 and tm_yday + 1.
33033         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33034         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33035         (DO_SIGNED_NUMBER): New macro.
33036         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33037
33038 2005-03-07  Bruno Haible  <bruno@clisp.org>
33039
33040         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33041
33042 2005-03-07  Bruno Haible  <bruno@clisp.org>
33043
33044         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33045
33046 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33047
33048         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33049         (func_import): Only replace files via --import when they have actually
33050         changed.
33051
33052 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33053
33054         * m4/mmap-anon.m4: New file.
33055         * m4/pagealign_alloc.m4: New file.
33056
33057 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33058             Bruno Haible  <bruno@clisp.org>
33059
33060         * modules/pagealign_alloc: New file.
33061         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33062
33063 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33064             Bruno Haible  <bruno@clisp.org>
33065
33066         * lib/pagealign_alloc.h: New file.
33067         * lib/pagealign_alloc.c: New file.
33068
33069 2005-03-03  Bruno Haible  <bruno@clisp.org>
33070
33071         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33072         Use an all-permissive copyright notice, recommended by RMS.
33073
33074 2005-03-02  Bruno Haible  <bruno@clisp.org>
33075
33076         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33077         of AIX, the replacement has to be done only after <string.h> is
33078         included, therefore not in config.h. stpncpy.h does the replacement,
33079         and stpncpy.c uses it.
33080
33081 2005-03-02  Bruno Haible  <bruno@clisp.org>
33082
33083         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33084         stpncpy.c uses it.
33085
33086 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33087
33088         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33089         The workaround isn't strictly needed for POSIX conformance, and
33090         it's too much of a pain to configure and maintain.  We'll ask
33091         people to fix their kernels instead.
33092         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33093         (NANOSLEEP_BUG_WORKAROUND): Remove.
33094         (xnanosleep): Remove the workaround.
33095
33096 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33097
33098         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33099         Reported by Derek Price.
33100         (Include): Add "timespec.h".
33101
33102         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33103
33104 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33105
33106         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33107         to detect nanosleep bug.
33108
33109 2005-03-01  Bruno Haible  <bruno@clisp.org>
33110
33111         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33112
33113 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33114
33115         * modules/gethrxtime: New file.
33116         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33117         (Depends-on): Add gethrxtime.
33118         (configure.ac): Add gl_XNANOSLEEP.
33119         (Makefile.am): Remove lib_SOURCES line.
33120
33121 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33122
33123         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33124         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33125
33126 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33127
33128         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33129         * lib/timespec.h (gettime): Return void, since it always
33130         succeeds now.  All uses changed.
33131         * lib/gettime.c (gettime) Likewise.
33132         [HAVE_NANOTIME]: Prefer nanotime.
33133         Assume gettimeofday succeeds, as POSIX requires.
33134         Assime time () succeeds, since other code already does.
33135         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33136         (timespec_subtract): Remove.
33137         (NANOSLEEP_BUG_WORKAROUND): New constant.
33138         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33139         things considerably.  Use it only on GNU/Linux hosts, since the
33140         workaround shouldn't be needed elsewhere.
33141
33142 2005-02-24  Bruno Haible  <bruno@clisp.org>
33143
33144         * modules/gettext (Files): Add m4/glibc2.m4.
33145
33146 2005-02-24  Bruno Haible  <bruno@clisp.org>
33147
33148         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33149         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33150         * m4/progtest.m4:
33151         Update from GNU gettext 0.14.2.
33152         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33153
33154 2005-02-24  Bruno Haible  <bruno@clisp.org>
33155
33156         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33157         * lib/config.charset: Update from GNU gettext 0.14.2.
33158
33159 2005-02-24  Bruno Haible  <bruno@clisp.org>
33160
33161         * lib/gettext.h: Update from GNU gettext 0.14.2.
33162
33163 2005-02-23  Simon Josefsson  <jas@extundo.com>
33164
33165         * m4/iconvme.m4: New file.
33166
33167 2005-02-23  Jim Meyering  <jim@meyering.net>
33168
33169         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33170         change.
33171         Thanks to Bruno Haible for catching it.
33172
33173 2005-02-22  Simon Josefsson  <jas@extundo.com>
33174
33175         * modules/iconvme: New file.
33176
33177         * MODULES.html.sh: Add iconvme.
33178
33179 2005-02-22  Simon Josefsson  <jas@extundo.com>
33180
33181         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33182
33183 2005-02-22  Simon Josefsson  <jas@extundo.com>
33184
33185         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33186
33187 2005-02-22  Jim Meyering  <jim@meyering.net>
33188
33189         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33190         s/ifndef/ifdef/.
33191
33192 2005-02-20  Neil Conway  <neilc@samurai.com>
33193
33194         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33195         returned by OSX/Darwin if the specified buffer is not large
33196         enough for the hostname.
33197
33198 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33199
33200         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33201         pass it to _help, otherwise the latter coredumps trying to
33202         dereference state.root_argp.
33203
33204 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33205
33206         * modules/chdir-long (Depends-on): Add memrchr.
33207         * modules/memrchr (Files): Add lib/memrchr.h.
33208         (Include): "memrchr.h".
33209
33210 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33211
33212         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
33213
33214 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33215
33216         * lib/memrchr.h: New file.
33217         * lib/chdir-long.c: Include it.
33218         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
33219         Don't bother including stddef.h.
33220
33221 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33222
33223         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
33224         inclusion.
33225         Include <sys/types.h>, for dev_t.
33226         (ME_DUMMY, ME_REMOTE): Move from here....
33227         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
33228         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
33229         Dmitry V. Levin.
33230         Include mountlist.h first, to test the interface.
33231
33232 2005-01-29  Bruno Haible  <bruno@clisp.org>
33233
33234         * lib/progname.c (program_name): Initialize.
33235         Needed when linking statically on MacOS X.
33236
33237 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33238
33239         Sync from coreutils.
33240         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
33241         (Depends-on): Add c-strtod.
33242         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
33243
33244 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33245
33246         Sync from coreutils.
33247         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
33248
33249         Remove files that are specific to coreutils.
33250         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
33251
33252 2005-01-28  Bruno Haible  <bruno@clisp.org>
33253
33254         * modules/javacomp: New file.
33255         * MODULES.html.sh (Java): Add javacomp.
33256
33257 2005-01-28  Bruno Haible  <bruno@clisp.org>
33258
33259         * m4/javacomp.m4: New file, from GNU gettext.
33260
33261 2005-01-28  Bruno Haible  <bruno@clisp.org>
33262
33263         * lib/javacomp.sh.in: New file, from GNU gettext.
33264         * lib/javacomp.h: New file, from GNU gettext.
33265         * lib/javacomp.c: New file, from GNU gettext.
33266
33267 2005-01-26  Simon Josefsson  <jas@extundo.com>
33268
33269         * lib/gai_strerror.c: Use GPL in header.
33270
33271 2005-01-26  Bruno Haible  <bruno@clisp.org>
33272
33273         * modules/javaexec: New file.
33274         * MODULES.html.sh (Java): Add javaexec.
33275
33276 2005-01-26  Bruno Haible  <bruno@clisp.org>
33277
33278         * m4/javaexec.m4: New file, from GNU gettext.
33279
33280 2005-01-26  Bruno Haible  <bruno@clisp.org>
33281
33282         * lib/javaexec.sh.in: New file, from GNU gettext.
33283         * lib/javaexec.h: New file, from GNU gettext.
33284         * lib/javaexec.c: New file, from GNU gettext.
33285
33286 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33287
33288         * modules/lchown (Depends-on): Remove lchown.h
33289
33290 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33291
33292         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
33293         must be defined if the header file was not found, in order
33294         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
33295
33296 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33297
33298         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
33299         initializers for struct pentry_state.
33300         (__argp_error): Check return value of __asprintf
33301         (__argp_failure): Translate error message
33302
33303         * lib/argp-parse.c: Removed braces around the expansion of N_()
33304
33305 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33306
33307         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
33308         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
33309         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
33310         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
33311         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
33312         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
33313         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
33314         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
33315         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
33316         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
33317         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
33318         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
33319         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
33320         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
33321         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
33322         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
33323         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
33324         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
33325         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
33326         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
33327         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
33328         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
33329         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
33330         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
33331         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
33332         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
33333         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
33334         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
33335         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
33336         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
33337         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
33338         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
33339         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
33340         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
33341         xstrtol.m4, xstrtoumax.m4, yesno.m4:
33342         Use an all-permissive copyright notice, recommended by RMS.
33343
33344 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
33345
33346         * modules/chdir-long (Depends-on): Remove mempcpy.
33347
33348 2005-01-21  Jim Meyering  <jim@meyering.net>
33349
33350         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
33351         same value as for Solaris 9.
33352
33353         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
33354         component length.  This included changing the parameter to be
33355         of type `char *' rather than `char const *'.
33356         * lib/chdir-long.h (chdir_long): Update prototype.
33357
33358         * lib/openat.c (fdopendir, fstatat): New functions.
33359         * lib/openat.h: Include headers required for use of DIR and struct
33360         stat.
33361         [AT_SYMLINK_NOFOLLOW]: Define.
33362         (fdopendir, fstatat): Add prototypes.
33363
33364 2005-01-21  Bruno Haible  <bruno@clisp.org>
33365
33366         * modules/classpath: New file.
33367         * MODULES.html.sh (Java): Add classpath.
33368
33369 2005-01-21  Bruno Haible  <bruno@clisp.org>
33370
33371         * lib/classpath.h: New file, from GNU gettext.
33372         * lib/classpath.c: New file, from GNU gettext.
33373
33374 2005-01-20  Simon Josefsson  <jas@extundo.com>
33375
33376         * modules/version-etc-fsf: New file.
33377
33378 2005-01-20  Simon Josefsson  <jas@extundo.com>
33379
33380         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
33381         * lib/version-etc.c: Remove version_etc_copyright.
33382         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
33383         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
33384
33385 2005-01-20  Simon Josefsson  <jas@extundo.com>
33386
33387         * lib/base64.h (isbase64): Add.
33388
33389         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
33390         using a unsigned prototype, don't inline.
33391         (base64_decode): Use it.
33392
33393 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33394
33395         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
33396         it.
33397
33398 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33399
33400         * lib/save-cwd.c (save_cwd): Remove code to support the case
33401         where fchdir is missing or flaky.
33402
33403 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33404
33405         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
33406
33407 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33408
33409         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
33410         AC_LIBSOURCES now does this.
33411         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
33412         with new ullong_max module.
33413
33414 2005-01-19  Bruno Haible  <bruno@clisp.org>
33415
33416         * modules/sh-quote: New file.
33417         * MODULES.html.sh (Executing programs): Add sh-quote.
33418
33419 2005-01-19  Bruno Haible  <bruno@clisp.org>
33420
33421         * lib/sh-quote.h: New file, from GNU gettext.
33422         * lib/sh-quote.c: New file, from GNU gettext.
33423
33424 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33425
33426         Merge from coreutils.
33427         * m4/ullong_max.m4: New file.
33428         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
33429         (gl_MACROS): Assume localeconv exists.
33430
33431 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33432
33433         Merge changes from coreutils, as described below in several
33434         changelogs dated today.
33435
33436         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
33437         (O_DIRECTORY): Remove; not needed here, since "." must be
33438         a directory.  All uses removed.
33439         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
33440         universal on Suns, and we also need to test for IRIX.
33441         Revamp code to use 'if' rather than '#if'.
33442         Avoid unnecessary comparison of cwd->desc to 0.
33443
33444         * lib/utimens.c (futimens): Robustify the previous patch, by checking
33445         for known valid error numbers rather than observed invalid ones.
33446
33447 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33448
33449         * modules/ullong_max: New file.
33450
33451         * modules/chdir-long, modules/openat: New files.
33452         * modules/save-cwd (Depends-on): Depend on chdir-long.
33453         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
33454
33455 2005-01-18  Jim Meyering  <jim@meyering.net>
33456
33457         Merge from coreutils.
33458         * m4/chdir-long.m4, m4/openat.m4: New files.
33459         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
33460         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
33461         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
33462         is sane and DOES follow symlinks.  Besides, testing 20 different
33463         systems found no broken chown implementations.
33464         Prompted by a change in rsync's copy of this macro.
33465         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
33466
33467         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
33468
33469         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
33470         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
33471         NULL-means-set-to-current-time semantics.
33472         Remove temporary file immediately, rather than waiting
33473         for configure's at-exit trap code to do it.
33474
33475 2005-01-18  Jim Meyering  <jim@meyering.net>
33476
33477         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33478
33479         * lib/utimens.c (futimens): Account for the fact that futimes
33480         can also fail with errno == ENOSYS or errno == ENOENT.
33481         Patch from Dmitry V. Levin.
33482
33483         Change the name of the robust chdir function from chdir to chdir_long.
33484         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
33485         (restore_cwd): Use chdir_long, not chdir.
33486         * lib/chdir-long.c: Renamed from chdir.c.
33487         * lib/chdir-long.h: Renamed from chdir.h.
33488         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
33489         Hurd.
33490
33491 2005-01-18  Bruno Haible  <bruno@clisp.org>
33492
33493         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
33494         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
33495         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
33496         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
33497         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
33498         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
33499         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
33500         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
33501         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
33502         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
33503         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
33504         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
33505         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
33506         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
33507         Use an all-permissive copyright notice, recommended by RMS.
33508
33509 2005-01-18  Bob Proulx  <bob@proulx.com>
33510
33511         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
33512         simplify offsetof() macro construct to avoid compile failure with
33513         native HP-UX 11.0 ANSI C compiler.
33514
33515 2005-01-17  Bruno Haible  <bruno@clisp.org>
33516
33517         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
33518         redundant because stpncpy.m4 takes care of it.
33519
33520 2005-01-17  Bruno Haible  <bruno@clisp.org>
33521
33522         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
33523
33524 2005-01-17  Bruno Haible  <bruno@clisp.org>
33525
33526         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
33527         used.
33528
33529 2005-01-17  Bruno Haible  <bruno@clisp.org>
33530
33531         * lib/fwriteerror.h (fwriteerror): Change specification to include
33532         fclose.
33533         * lib/fwriteerror.c: Include <stdbool.h>.
33534         (fwriteerror): At the end, close the file stream. Record whether
33535         stdout was already closed.
33536
33537 2005-01-17  Bruno Haible  <bruno@clisp.org>
33538
33539         * lib/execute.c (environ): Declare if needed.
33540         * lib/pipe.c (environ): Likewise.
33541         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
33542
33543 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33544
33545         * modules/argp: Depend on vsnprintf
33546
33547 2005-01-10  Jim Meyering  <jim@meyering.net>
33548
33549         * modules/closeout (Depends-on): Add atexit.
33550
33551 2005-01-06  Bruno Haible  <bruno@clisp.org>
33552
33553         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
33554
33555 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33556
33557         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
33558         definitions to be after all include files, to avoid collisions.
33559         Problem reported by Bob Proulx.
33560
33561 2005-01-04  Jim Meyering  <jim@meyering.net>
33562
33563         Changes imported from coreutils.
33564         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
33565         as the mkstemp template, use a temporary directory and an
33566         8.3-friendly template to avoid trouble on systems like DJGPP.
33567         Reported by Juan M. Guerrero via Stepan Kasal.
33568         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
33569         close. Remove the temporary directory right away, rather than waiting
33570         for configure's at-exit trap code to do it.
33571         Suggestion from Stepan Kasal.
33572
33573 2005-01-01  Simon Josefsson  <jas@extundo.com>
33574
33575         * gnulib-tool: Print #include directives when --import'ing.
33576
33577 2004-12-28  Simon Josefsson  <jas@extundo.com>
33578
33579         * tests/test-base64.c: Include required header files.  Remove
33580         unused variables.
33581
33582 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33583
33584         * modules/error (Depends-on): Remove gettext.
33585
33586 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33587
33588         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
33589         not needed.  This removes a dependency on the gettext module.
33590         [defined _LIBC]: Do not include <libintl.h>; not needed.
33591
33592 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
33593
33594         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
33595         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
33596
33597 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
33598
33599         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
33600         HAVE_DECL_STRTOLD.
33601
33602 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33603
33604         * modules/getdate (Depends-on): Remove alloca-opt.
33605
33606 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33607
33608         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
33609
33610 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33611
33612         * lib/argp-parse.c: Include <stddef.h>.
33613         (alignof, alignto): New macros.
33614         (parser_init): Don't assume that void * is aligned sufficiently
33615         for struct option.
33616
33617         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
33618         need to extend the stack.
33619         (YYINITDEPTH): New macro, so that the initial stack isn't overly
33620         large.
33621
33622 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33623
33624         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
33625
33626 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
33627
33628         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
33629         (2004-10-24) change.  Apparently this was a false alarm.
33630
33631         * modules/getdate: Depend on alloca-opt, not alloca.
33632
33633 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
33634
33635         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
33636         Remove now-obsolete comment about AIX.
33637         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
33638         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
33639         (YYMAXDEPTH): New macro.
33640
33641 2004-12-18  Simon Josefsson  <jas@extundo.com>
33642
33643         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
33644
33645 2004-12-18  Bruno Haible  <bruno@clisp.org>
33646
33647         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
33648
33649 2004-12-18  Bruno Haible  <bruno@clisp.org>
33650
33651         * lib/fatal-signal.c (fatal_signals): Make non-const.
33652         (init_fatal_signals): New function.
33653         (uninstall_handlers, install_handlers): Ignore signals that were set to
33654         SIG_IGN.
33655         (at_fatal_signal): Call init_fatal_signals.
33656         (init_fatal_signal_set): Likewise. Ignore signals that were set to
33657         SIG_IGN.
33658         Reported by Paul Eggert.
33659
33660 2004-12-18  Bruno Haible  <bruno@clisp.org>
33661
33662         * doc/alloca.texi: New file.
33663         * doc/alloca-opt.texi: New file.
33664
33665 2004-12-17  Jim Meyering  <jim@meyering.net>
33666
33667         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
33668         Otherwise, install-sh could exit with improper exit status when
33669         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
33670
33671 2004-12-16  Simon Josefsson  <jas@extundo.com>
33672
33673         * tests/test-base64.c: Add license.
33674
33675 2004-12-15  Stepan Kasal  <address@hidden>
33676
33677         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
33678
33679 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
33680
33681         * modules/getcwd (Files): Add m4/d-ino.m4.
33682         Suggested by Mark D. Baushke.
33683
33684 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
33685
33686         * lib/getdate.y (textint): New member "negative".
33687         (time_zone_hhmm): New function.
33688         Expect 14 shift-reduce conflicts, not 13.
33689         (o_colon_minutes): New rule.
33690         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
33691         (yylex): Set the "negative" member of signed numbers.
33692
33693 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
33694
33695         * doc/getdate.texi (Time of day items, Time zone items):
33696         Describe new formats +00:00, UTC+00:00.
33697
33698 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33699
33700         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
33701         spurious "-l"s.  Problem reported by Stepan Kasal.
33702
33703 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
33704
33705         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
33706         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
33707
33708 2004-12-04  Simon Josefsson  <jas@extundo.com>
33709
33710         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
33711         Vandoorselaere <yoann@prelude-ids.org>.
33712
33713 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
33714
33715         Changes imported from coreutils.
33716         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
33717         exist.
33718         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
33719
33720 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
33721
33722         Changes imported from coreutils.
33723         * lib/hard-locale.c: Assume <locale.h> exists.
33724         Include "strdup.h".
33725         (GLIBC_VERSION): New macro.
33726         (hard_locale): Assume setlocale exists.
33727         Rewrite to avoid #ifdef.
33728         Use strdup rather than malloc + strcpy.
33729         * lib/human.c: Assume <locale.h> exists.
33730         (human_readable): Assume localeconv exists.
33731
33732 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
33733
33734         * modules/hard-locale (Depends-on): Add strdup.
33735
33736 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
33737
33738         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
33739         convert T2, not T.  (Imported from libc.)
33740
33741 2004-11-30  Simon Josefsson  <jas@extundo.com>
33742
33743         * modules/restrict (License): Change to LGPL.
33744
33745 2004-11-30  Simon Josefsson  <jas@extundo.com>
33746
33747         * m4/restrict.m4: Add copyright and copying conditions.
33748
33749 2004-11-30  Simon Josefsson  <jas@extundo.com>
33750
33751         * m4/base64.m4: New file.
33752
33753 2004-11-30  Simon Josefsson  <jas@extundo.com>
33754
33755         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
33756         base64.
33757
33758         * tests/test-base64.c: New file.
33759
33760         * modules/base64: New file.
33761
33762 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
33763
33764         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
33765         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
33766
33767         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
33768
33769 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
33770
33771         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
33772         (__getcwd.c): Don't restore errno; glibc doesn't.
33773         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
33774         first, falling back to our code only if its results look suspicious.
33775         Ensure that the resulting buffer is only as large as necessary.
33776
33777         * lib/readutmp.c: Include readutmp.h first.
33778         Include <errno.h>, since readutmp.h no longer does that.
33779         * lib/readutmp.h: Don't include <errno.h>,
33780         <sys/param.h>, <time.h>; not needed to establish interface.
33781         (errno): Remove decl.
33782         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
33783         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
33784         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
33785
33786 2004-11-28  Simon Josefsson  <jas@extundo.com>
33787
33788         * lib/base64.h, base64.c: New file.
33789
33790 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
33791
33792         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
33793
33794 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
33795
33796         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
33797         (Depends-on): Remove pathmax, same.  Add mempcpy.
33798         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
33799         (Makefile.am): Append getcwd.h to lib_SOURCES.
33800         (Include): Add getcwd.h.
33801         (Maintainer): Change from Jim Meyering to "all, glibc",
33802         since getdate now uses intended-for-glibc code.
33803         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
33804         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
33805
33806 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33807
33808         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
33809         HP's ANSI C compiler.
33810         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
33811         Declaring int functions causes warnings on some modern systems and
33812         shouldn't be needed to compile on ancient ones.
33813         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
33814         defined.
33815
33816         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
33817         with the following changes.
33818         (__set_errno): Parenthesize properly.
33819         Include <stdbool.h>.
33820         (MIN, MAX, MATCHING_INO): New macros.
33821         (__getcwd): Define with prototype, not K&R form.
33822         Use heuristics to allocate default buffer on stack if possible.
33823         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
33824         behavior, and to avoid the PATH_MAX limit when computing
33825         ../../../../...
33826         Use MATCHING_INO to compare inode number to file.
33827         Check for arithmetic overflow in size calculations.
33828         Fix bug in reallocation of dot array that caused getcwd to fail
33829         on directories nested deeper than 75.
33830         Be more careful about saving errno on error.
33831         Do not use realloc; use only free+malloc, as this is a bit
33832         more flexible and avoids a needless copy operation.
33833         Do not inspect st_dev and st_ino for symbolic links; POSIX
33834         doesn't specify the latter.
33835         Check for closedir errors.
33836         Avoid needless casts.
33837         Use "#ifdef weak_alias" around weak_alias, to be like other
33838         glibc code.
33839         The following changes to getcwd.c have effect only when used in
33840         gnulib; they have no effect inside glibc proper.
33841         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
33842         as alloca isn't used.
33843         (alloca, __alloca): Likewise.
33844         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
33845         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33846         unconditionally, as gnulib assumes C89 or better.
33847         Do not include <sys/param.h>.
33848         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
33849         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
33850         better.
33851         (NULL) [!defined NULL]: Remove; we assume C89 or better.
33852         Include <dirent.h> in a way that is compatible with modern Autoconf.
33853         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
33854         New macros, if not already defined.
33855         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
33856         Use "_LIBC", not "defined _LIBC", for consistency.
33857         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
33858         a mempcpy module.
33859         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
33860         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
33861         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
33862         credit only to Jim Meyering and adjust the copyright dates.
33863         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
33864         <stdlib.h>, <unistd.h>, "pathmax.h".
33865         Instead, include "xgetcwd.h" (first) and "getcwd.h".
33866         (INITIAL_BUFFER_SIZE): Remove.
33867         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
33868
33869 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33870
33871         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
33872         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
33873         Use the _ONCE methods, for efficiency.
33874         Check for fcntl.h.  In test program, include <errno.h>
33875         and <fcntl.h> if available.  Remove old K&R cruft from
33876         test program.  Check for common errors in GNU/Linux,
33877         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
33878         don't do AC_LIBOBJ, as that's getcwd.m4's job.
33879         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
33880         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
33881         name accordingly.
33882         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
33883         accommodate new getcwd.c.
33884         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
33885         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
33886         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
33887         that's all we need now.
33888
33889 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33890
33891         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
33892         argp-parse.c depends on getopt internals, that means we should
33893         always use our getopt, to be on the safe side.
33894         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
33895         order not to spoil the result of an eventual previous invocation
33896         of gl_GETOPT_SUBSTITUTE.
33897
33898 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33899
33900         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
33901         redefinition warnings. To avoid them, include the defines
33902         in `#if !defined __need_getopt ... #endif'. The only place
33903         where __getopt_argv_const is used is in definitions
33904         of getopt_long and getopt_long_only below, which are as well
33905         protected by `#ifndef __need_getopt'.
33906         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
33907         __need_getopt after including <stdio.h> and <unistd.h> These
33908         headers might have defined it.
33909
33910 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33911
33912         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
33913
33914 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33915
33916         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
33917         (futimens): New function, which uses futimes if available.
33918         (futimens, utimens): Support timespec==NULL, with same semantics
33919         as utime and utimens.
33920         * lib/utimens.h (futimens): New decl.
33921
33922 2004-11-23  Jim Meyering  <jim@meyering.net>
33923
33924         * lib/getopt_.h: Remove trailing blanks.
33925
33926 2004-11-23  Jim Meyering  <jim@meyering.net>
33927
33928         * lib/__fpending.c: Add comment.
33929
33930 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
33931
33932         * modules/canonicalize (Depends-on): Add xreadlink.
33933         Problem reported by James Youngman.
33934
33935 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
33936
33937         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
33938         New macros.
33939         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
33940         optopt): Use them instead of invoking ## directly; otherwise, the
33941         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
33942
33943 2004-11-19  Bruno Haible  <bruno@clisp.org>
33944
33945         * lib/strtok_r.c: Move comments from here...
33946         * lib/strtok_r.h: ... to here.
33947
33948 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33949
33950         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
33951         implementations that mishandle size_t overflow.
33952
33953 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33954
33955         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
33956         might fail.  Problem reported by Yoann Vandoorselaere.
33957         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
33958         implementations that mishandle size_t overflow.
33959
33960 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33961
33962         * modules/canon-host (Depends-on): Add strdup.
33963
33964 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33965
33966         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
33967
33968 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33969
33970         * lib/canon-host.c: Include "strdup.h".
33971         (canon_host): Use getaddrinfo if available, so that IPv6 works.
33972         Use strdup instead of malloc/strcpy to duplicate strings.
33973
33974         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
33975         (human_space_before_unit): New constant.
33976         * lib/human.c (human_readable): Support it.
33977
33978         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
33979         (xgetcwd): Set errno correctly when failing.
33980         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
33981         the failure is actually due to a PATH_MAX problem.
33982
33983         Further getopt changes to make it more likely that glibc will
33984         buy the changes back.
33985         * lib/getopt.c (POSIXLY_CORRECT): New constant.
33986         (getopt): Use it, so to preserve glibc semantic
33987         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
33988         when compiling for libc.
33989         * lib/getopt_.h (__getopt_argv_const): Bring it back.
33990         (getopt_long, getopt_long_only): Use it.
33991
33992         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33993         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
33994         (getopt): Argv is now char * const *, as per standard.
33995         (_getopt_internal_r, _getopt_internal): Argv is now char **,
33996         not char *__getopt_argv_const *.
33997         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33998         _getopt_long_only_r): Likewise.
33999         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
34000         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34001         _getopt_long_r, _getopt_long_only_r): Likewise.
34002         * lib/getopt_.h (__getopt_argv_const): Remove.
34003         (getopt): Argv is now char * const *, as per standard.
34004
34005         * lib/getdate.y (tORDINAL): New token.
34006         (day, relunit): Allow it for relative times.
34007         (relative_time_table): Use tORDINAL for ordinals.
34008
34009 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34010
34011         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
34012         Document that "second" isn't allowed as an ordinal number.
34013
34014 2004-11-16  Jim Meyering  <jim@meyering.net>
34015
34016         * modules/closeout (Depends-on): Add fpending.
34017
34018 2004-11-15  Jim Meyering  <jim@meyering.net>
34019
34020         * lib/closeout.c: Include "__fpending.h" once again.
34021         Include <stdbool.h>.
34022         (close_stdout): Don't fail just because stdout was closed initially,
34023         since some programs don't write to stdout in the normal course of
34024         operation (other than --version and --help), and we don't want this
34025         function to make e.g. `touch file >&-' fail.
34026         But do fail if it was closed and someone has tried to write to it.
34027         E.g., `printf foo >&-' must fail.
34028
34029 2004-11-13  Jim Meyering  <jim@meyering.net>
34030
34031         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34032
34033 2004-11-12  Simon Josefsson  <jas@extundo.com>
34034
34035         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34036         small doc fix is still pending.
34037
34038 2004-11-11  Simon Josefsson  <jas@extundo.com>
34039
34040         * modules/strtok_r: New file.
34041
34042         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34043         strtok_r.
34044
34045 2004-11-11  Simon Josefsson  <jas@extundo.com>
34046
34047         * m4/strtok_r.m4: New file.
34048
34049         * m4/getopt.m4: Replace opterr.
34050
34051 2004-11-11  Simon Josefsson  <jas@extundo.com>
34052
34053         * lib/strtok_r.h, strtok_r.c: New file.
34054
34055 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34056
34057         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34058         of replacing opterr, getopt, etc.  This should handle the
34059         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34060
34061 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34062
34063         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34064         we can stop lying to compilers about the constness of argv when we
34065         are compiled outside glibc.
34066         (getopt, getopt_long, getopt_long_only): Use it.
34067         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34068         _getopt_internal, getopt): Likewise.
34069         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34070         _getopt_long_only_r): Likewise.
34071         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34072         _getopt_long_r, _getopt_long_only_r): Likewise.
34073
34074         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34075         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34076         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34077         the other external symbols.
34078         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34079         declaration, since the above renaming now works around collisions.
34080
34081 2004-11-11  Jim Meyering  <jim@meyering.net>
34082
34083         * lib/linebreak.c: Remove trailing blanks.
34084         * lib/alloca_.h: Likewise.
34085         * lib/acosl.c: Likewise.
34086         * lib/euidaccess.c: Likewise.
34087         * lib/allocsa.h: Likewise.
34088
34089 2004-11-10  Simon Josefsson  <jas@extundo.com>
34090
34091         * m4/getaddrinfo.m4: New file.
34092
34093 2004-11-10  Simon Josefsson  <jas@extundo.com>
34094
34095         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34096
34097 2004-11-10  Simon Josefsson  <jas@extundo.com>
34098
34099         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34100         getaddrinfo.
34101
34102         * modules/getaddrinfo: New file.
34103
34104 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34105
34106         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34107
34108 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34109
34110         * lib/mktime.c (SHR): New macro, which is a portable
34111         substitute for >> that should work even on Crays.
34112         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34113         Problem reported by Mark D. Baushke in
34114         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34115         * lib/getdate.y (SHR): Likewise.
34116         (tm_diff): Use it.
34117         * lib/strftime.c (SHR): Likewise.
34118         (tm_diff): Use it.
34119         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34120         quote_these_too, so that right shifts are well defined.  All uses
34121         changed.
34122
34123 2004-11-10  Jim Meyering  <jim@meyering.net>
34124
34125         Ensure that no close failure goes unreported.
34126         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34127         return early when it seems there's nothing to flush.
34128         Don't include __fpending.h.
34129
34130 2004-11-10  Jim Meyering  <jim@meyering.net>
34131
34132         * modules/closeout (Depends-on): Remove fpending.
34133
34134 2004-11-10  Jim Meyering  <jim@meyering.net>
34135
34136         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34137
34138 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34139
34140         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34141         gl_FUNC_STRFTIME.
34142         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34143         and AC_REQUIRE when possible, to avoid duplicate checks.
34144         Check for <wchar.h>.
34145
34146 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34147
34148         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34149
34150 2004-11-09  Bruno Haible  <bruno@clisp.org>
34151
34152         * m4/sockpfaf.m4: New file.
34153
34154 2004-11-05  Bruno Haible  <bruno@clisp.org>
34155
34156         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34157         Reported by Mark D. Baushke <mdb@cvshome.org>.
34158
34159 2004-11-04  Bruno Haible  <bruno@clisp.org>
34160
34161         2004-09-11  Bruno Haible  <bruno@clisp.org>
34162                 * allocsa.valgrind: New file.
34163         2004-02-06  Bruno Haible  <bruno@clisp.org>
34164                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34165                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34166                 Reported by Christopher Seip <chris.seip@hp.com>.
34167
34168 2004-11-04  Bruno Haible  <bruno@clisp.org>
34169
34170         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34171         (Makefile.am): Distribute it.
34172
34173 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34174
34175         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34176         with errno == ERANGE if the buffer is too small.
34177         Problem reported by Mark D. Baushke.
34178
34179 2004-11-03  Albert Chin  <china@thewrittenword.com>
34180             Paul Eggert  <eggert@cs.ucla.edu>
34181
34182         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34183         equivalent, substitute $ac_type for equivalent type rather than
34184         blindly using uint32_t *always* which won't work if uint32_t is not
34185         available.  Define _UINT32_T to work around typedef of uint32_t if
34186         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34187         2.5.1.
34188
34189 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34190
34191         * m4/jm-macros.m4: Sync from coreutils.
34192         (gl_MACROS): Check for mbrlen, for pathchk.
34193         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34194
34195 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34196
34197         * lib/xreadlink.c (MAXSIZE): New macro.
34198         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34199         size does not exceed MAXSIZE.  Avoid cast.
34200         As suggested by Mark D. Baushke in
34201         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34202         if readlink fails with buffer size just under MAXSIZE, try again
34203         with MAXSIZE.
34204
34205 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34206
34207         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
34208
34209 2004-11-02  Derek R. Price  <derek@ximbiot.com>
34210         and  Paul Eggert  <eggert@cs.ucla.edu>
34211
34212         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
34213         (get_date): Overparenthesize to avoid GCC warning.
34214
34215 2004-11-02  Bruno Haible  <bruno@clisp.org>
34216
34217         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
34218         returns void.
34219
34220 2004-11-02  Bruno Haible  <bruno@clisp.org>
34221
34222         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
34223         function returns void.
34224
34225 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34226
34227         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
34228         fflush_unlocked, flockfile, funlockfile, funlockfile,
34229         fputs_unlocked, putc_unlocked.
34230
34231 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34232
34233         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34234         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
34235         already declared.
34236
34237 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34238
34239         * modules/getdate (Files): Add doc/getdate.texi.
34240         (Depends-on): Add setenv, xalloc.
34241
34242 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34243
34244         * lib/getdate.y: Add support for TZ="foo" within a date string.
34245         Fix some bugs near time_t boundaries.  Reject dates with
34246         out-of-range components, e.g., "Sept 31".
34247         Include <stdlib.h>, "setenv.h", "xalloc.h".
34248         (ISDIGIT_LOCALE): Remove; unused.
34249         Note that the TZ and time functions used here are not reentrant.
34250         (mktime_ok, get_tz): New functions.
34251         (TZBUFSIZE): New constant.
34252         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
34253         This requires that we sometimes generate our own TZ="XXX..." setting.
34254
34255 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34256
34257         * doc/getdate.texi: New file, from coreutils with modifications for
34258         the new TZ parsing.
34259
34260 2004-10-27  Derek R. Price  <derek@ximbiot.com>
34261
34262         * lib/mktime.c (not_equal_tm): Remove redundant check.
34263
34264 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34265
34266         * modules/regex (lib_SOURCES): Add regex.c.
34267         Reported by James Youngman in
34268         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
34269
34270 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34271
34272         * lib/getdate.y: Use Bison 1.875 features, and some minor
34273         code cleanups.  This change does not affect semantics.
34274         Don't include <stdlib.h>; no longer needed.
34275         Don't include unlocked-io.h; only the "#if TEST" code uses
34276         stdio, and performance isn't crucial there.
34277         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
34278         Bison 1.875 features as described below.
34279         All uses of "PC." replaced by "pc->".
34280         (YYSTYPE): Add a forward declaration.
34281         (yylex, yyerror): Use full prototypes in forward decls.
34282         Use "%pure-parser" rather than obsolescent "%pure_parser".
34283         Use %parse-param and %lex-param instead of obsolescent
34284         YYPARSE_PARAM and YYLEX_PARAM.
34285         (meridian_table, month_and_day_table, time_units_table,
34286         relative_time_table, time_zone_table, military_table,
34287         lookup_zone, lookup_word, get_date):
34288         Use NULL instead of 0 where appropriate.
34289         (to_hour): Avoid abort (), to avoid a dependency on
34290         stdlib.h.
34291         (yyerror, yylex): Now accepts parser_control * arg.
34292         (main) [TEST]: Use '\0' rather than 0 for char.
34293
34294 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34295
34296         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
34297
34298 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34299
34300         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
34301         It's now the caller's responsibility to handle the case where
34302         !HAVE_GETPAGESIZE && !defined getpagesize.
34303
34304         * lib/mktime.c (leapyear): Arg is long int, not int.
34305
34306 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
34307
34308         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
34309
34310 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
34311
34312         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
34313         missing.  Problem reported by James Youngman.
34314
34315 2004-10-16  Simon Josefsson  <jas@extundo.com>
34316
34317         * gnulib-tool: Fix comments.  Fix parse problem.
34318         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
34319
34320 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
34321
34322         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
34323         implementation of getopt_long.  Problem reported by Alexander Taler in:
34324         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
34325
34326 2004-10-15  Bruno Haible  <bruno@clisp.org>
34327
34328         * gnulib-tool: Untabify. Initialize supplied_libname.
34329         (func_usage): More homogenous output.
34330         (func_modules_transitive_closure, func_modules_to_filelist,
34331         func_emit_lib_Makefile_am): New functions.
34332         (func_import): New function, extracted from big case statement. Use
34333         func_get_license, func_modules_transitive_closure,
34334         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
34335         opt_lgpl. Don't use test -a, as it's not portable.
34336         (func_create_testdir): Use func_modules_transitive_closure,
34337         func_modules_to_filelist, func_emit_lib_Makefile_am.
34338
34339 2004-10-15  Bruno Haible  <bruno@clisp.org>
34340
34341         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
34342
34343 2004-10-15  Bruno Haible  <bruno@clisp.org>
34344
34345         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
34346         the portions belonging to each module.
34347         Suggested by Derek Robert Price <derek@ximbiot.com>.
34348
34349 2004-10-12  Simon Josefsson  <jas@extundo.com>
34350
34351         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34352         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
34353         to real functions.
34354
34355 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34356
34357         * modules/vsnprintf: New file.
34358
34359 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34360
34361         * m4/vsnprintf.m4: New file.
34362
34363 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34364
34365         * lib/vsnprintf.h: New file.
34366         * lib/vsnprintf.c: New file.
34367
34368 2004-10-11  Bruno Haible  <bruno@clisp.org>
34369
34370         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
34371         vsnprintf.
34372
34373 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34374
34375         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
34376
34377 2004-10-07  Bruno Haible  <bruno@clisp.org>
34378
34379         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
34380         fits into the provided buffer.
34381
34382 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34383
34384         * lib/diacrit.c, diacrit.h: Add GPL notice.
34385
34386         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
34387         notice.
34388         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
34389         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
34390         This avoids a potential constant-folding bug.
34391
34392 2004-10-05  Bruno Haible  <bruno@clisp.org>
34393
34394         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
34395         for the declaration of strsep.
34396
34397 2004-10-05  Bruno Haible  <bruno@clisp.org>
34398
34399         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
34400
34401 2004-10-04  Simon Josefsson  <jas@extundo.com>
34402
34403         * modules/memmem: New file.
34404         * tests/test-memmem.c: New file.
34405         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
34406
34407 2004-10-04  Simon Josefsson  <jas@extundo.com>
34408
34409         * m4/memmem.m4: New file.
34410
34411 2004-10-04  Simon Josefsson  <jas@extundo.com>
34412
34413         * lib/memmem.h: New file.
34414         * lib/memmem.c: New file, taken from glibc.
34415
34416 2004-10-04  Simon Josefsson  <jas@extundo.com>
34417
34418         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
34419         '#ifdef USE_UNLOCKED_IO'.
34420
34421 2004-10-04  Simon Josefsson  <jas@extundo.com>
34422
34423         * config/srclist.txt: Add memmem from glibc.
34424
34425 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34426
34427         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
34428
34429         * modules/argmatch, modules/argp, modules/closeout, modules/error,
34430         modules/exclude, modules/getdate, modules/getline,
34431         modules/getndelim2, modules/getpass, modules/getpass-gnu,
34432         modules/getusershell, modules/linebuffer, modules/md5,
34433         modules/mountlist, modules/posixtm, modules/readtokens,
34434         modules/readutmp, modules/regex, modules/sha1,
34435         modules/version-etc, modules/yesno:
34436         Remove dependency on unlocked-io.
34437
34438 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34439
34440         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
34441
34442         * m4/unlocked-io.m4: Add copyright notice.
34443         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
34444
34445 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34446
34447         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
34448         * lib/xmalloc.c (xmemdup): Likewise.
34449         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
34450         XFREE): Remove these long-obsolescent macros.
34451         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
34452         * lib/xstrdup.c: Remove.
34453
34454         * lib/regex.c (re_comp): Cast gettext return value to char *,
34455         Problem reported by Martin Neitzel via Mark D. Baushke.
34456
34457 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34458
34459         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
34460         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
34461         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
34462         regex.c, sha1.c, version-etc.c, yesno.c:
34463         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
34464         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
34465         the includer's responsibility.
34466
34467         Sync from coreutils.
34468
34469         * lib/modechange.c (mode_compile): Don't decrement a pointer that
34470         points to the start of a string, as the C Standard says the
34471         resulting behavior is undefined.
34472
34473         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
34474         simple -> simple_backups, numbered_existing ->
34475         numbered_existing_backups, numbered -> numbered_backups
34476         to avoid shadowing problems.  All uses changed.
34477         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
34478         * lib/backupfile.c (check_extension, numbered_backup):
34479         Rename locals to avoid shadowing 'basename'.
34480         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
34481         once.
34482
34483         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
34484         * lib/.cvsignore: Add getopt.h.
34485
34486 2004-10-04  Bruno Haible  <bruno@clisp.org>
34487
34488         * modules/README: New file.
34489         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
34490         not a module.
34491
34492 2004-10-02  Jim Meyering  <jim@meyering.net>
34493
34494         * lib/dirfd.h, getpagesize.h: Add copyright notice.
34495
34496 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34497
34498         * modules/strsep: New file.
34499
34500 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34501
34502         * m4/strsep.m4: New file.
34503
34504 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34505
34506         * lib/strsep.h: New file.
34507         * lib/strsep.c: New file.
34508
34509 2004-10-01  Simon Josefsson  <jas@extundo.com>
34510
34511         * lib/snprintf.c (snprintf): Handle size==0.
34512
34513 2004-10-01  Simon Josefsson  <jas@extundo.com>
34514             Bruno Haible  <bruno@clisp.org>
34515
34516         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
34517         (snprintf): Declare 'args'.
34518
34519 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
34520
34521         * lib/snprintf.c: Remove comments as to why each header is needed.
34522
34523 2004-10-01  Bruno Haible  <bruno@clisp.org>
34524
34525         * MODULES.html.sh: Add strsep.
34526
34527 2004-09-30  Simon Josefsson  <jas@extundo.com>
34528
34529         * modules/snprintf: New file.
34530
34531 2004-09-30  Simon Josefsson  <jas@extundo.com>
34532
34533         * m4/snprintf.m4: New file.
34534
34535 2004-09-30  Simon Josefsson  <jas@extundo.com>
34536
34537         * lib/snprintf.h, lib/snprintf.c: New files.
34538
34539 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34540
34541         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
34542         (hol_entry_help): Never translate an empty string.
34543         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
34544         * lib/argp.h (OPTION_NO_TRANS): New option.
34545
34546 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34547
34548         * modules/argp (Maintainer): Replace Simon Josefsson
34549         by Sergey Poznyakoff.
34550
34551 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34552
34553         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
34554         changes merged back into glibc.
34555
34556 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34557
34558         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
34559
34560 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
34561
34562         * lib/xvasprintf.c: Include xalloc.h.
34563         (xvasprintf): Use xalloc_die, not xmalloc_die.
34564
34565 2004-09-29  Bruno Haible  <bruno@clisp.org>
34566
34567         * modules/alloca-opt: New file, derived from modules/alloca.
34568         * modules/allocsa: Depend on alloca-opt instead of alloca.
34569         * modules/setenv: Likewise.
34570         * modules/vasnprintf: Likewise.
34571         * MODULES.html.sh: Add alloca-opt.
34572
34573 2004-09-28  Simon Josefsson  <jas@extundo.com>
34574
34575         * gnulib-tool: New parameter --lgpl, to asseert that modules are
34576         LGPL, and to replace license template from GPL to LGPL.
34577
34578 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
34579
34580         * modules/dummy: Change license to LGPL.
34581
34582 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
34583
34584         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
34585
34586 2004-09-24  Simon Josefsson  <jas@extundo.com>
34587
34588         * modules/minmax (License): Change from GPL to LGPL.
34589
34590 2004-09-23  Simon Josefsson  <jas@extundo.com>
34591
34592         * gnulib-tool (--import): Typo.
34593
34594 2004-09-23  Simon Josefsson  <jas@extundo.com>
34595
34596         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
34597
34598 2004-09-22  Bruno Haible  <bruno@clisp.org>
34599
34600         * modules/*: Add 'License' field.
34601         * gnulib-tool: Accept --extract-license option.
34602         (func_get_license): New function.
34603
34604 2004-09-21  Bruno Haible  <bruno@clisp.org>
34605
34606         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
34607         Reported by Simon Josefsson.
34608
34609 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34610
34611         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
34612         gl_AC_TYPE_LONG_LONG.
34613
34614 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34615
34616         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
34617
34618 2004-09-18  Simon Josefsson  <jas@extundo.com>
34619         and  Paul Eggert  <eggert@cs.ucla.edu>
34620
34621         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
34622         calls with autoreconf.  Define GL_LIB.
34623
34624 2004-09-14  Karl Berry  <karl@gnu.org>
34625
34626         * config/srclist.txt: unsync setenv.c, sigh.
34627
34628 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
34629
34630         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
34631         Problem reported by Bruno Haible in:
34632         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
34633
34634 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
34635
34636         * config/srclist.txt: Comment out argp-pvh.c.
34637
34638 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
34639
34640         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
34641         in case some system header has #define'd it.  Problem reported by
34642         Soeren D. Schulze in
34643         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
34644
34645 2004-09-09  Karl Berry  <karl@gnu.org>
34646
34647         * regex.[ch]: delete from the root.  These were supposed to be
34648                 synced with emacs cvs, but this has not happened for about
34649                 a year, and anyway nothing else uses emacs regex.[ch].
34650                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
34651                 lib/regex[.ch] is untouched.
34652
34653 2004-09-09  Bruno Haible  <bruno@clisp.org>
34654
34655         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
34656
34657 2004-09-09  Bruno Haible  <bruno@clisp.org>
34658
34659         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
34660         modifications.
34661         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
34662
34663 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
34664
34665         * modules/xvasprintf: New file.
34666         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
34667
34668 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
34669
34670         * lib/xvasprintf.h: New file.
34671         * lib/xvasprintf.c: New file.
34672         * lib/xasprintf.c: New file.
34673
34674 2004-09-08  Bruno Haible  <bruno@clisp.org>
34675
34676         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
34677
34678 2004-09-08  Bruno Haible  <bruno@clisp.org>
34679
34680         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
34681         length is > INT_MAX.
34682         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
34683         more.
34684
34685 2004-09-08  Bruno Haible  <bruno@clisp.org>
34686
34687         * lib/stdint_.h: New file, taken from GNU clisp.
34688
34689 2004-09-08  Bruno Haible  <bruno@clisp.org>
34690             Oskar Liljeblad  <oskar@osk.mine.nu>
34691
34692         * modules/stdint: New file.
34693         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
34694
34695 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34696
34697         Import from coreutils.
34698         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
34699         strings on unbounded length.  alloca's performance benefits aren't
34700         that important here.
34701         (V_STRDUP): Remove.
34702         (parse_with_separator): New function, with most of the internals
34703         of the old parse_user_spec.  Allow user to omit both user and group,
34704         for compatibility with FreeBSD.
34705         Clone only the user name, not the entire spec.
34706         Do not set *uid, *gid unless entirely successful.
34707         Avoid memory leak in some failing cases.
34708         Fix regression for USER.GROUP reported by Dmitry V. Levin in
34709         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
34710         (parse_user_spec): Rewrite to use parse_with_separator.
34711
34712 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34713
34714         * modules/userspec: Don't depend on alloca.
34715
34716 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34717
34718         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
34719
34720 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
34721
34722         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
34723         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
34724         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
34725
34726 2004-08-16  Simon Josefsson  <jas@extundo.com>
34727
34728         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
34729         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
34730         Add --dry-run for --import.
34731         Let user provided command line parameters override configure.ac
34732         settings.
34733
34734 2004-08-12  Simon Josefsson  <jas@extundo.com>
34735
34736         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
34737         as discussed with Paul Eggert in threads rooted at
34738         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
34739         and
34740         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
34741         Before, the test was empty, and relied on ELIDE_CODE in source
34742         code.)
34743         (gl_PREREQ_GETOPT): New macro.
34744         (gl_GETOPT): Use them.
34745
34746 2004-08-12  Simon Josefsson  <jas@extundo.com>
34747
34748         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
34749         * lib/getopt_.h: Renamed from getopt.h.
34750
34751 2004-08-12  Simon Josefsson  <jas@extundo.com>
34752
34753         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
34754         Change default library name from libfoo to libgnu.
34755         Now, if you have a configure.ac that says:
34756                 gl_SOURCE_BASE(gl)
34757                 gl_M4_BASE(gl/m4)
34758                 gl_MODULES(error getopt etcetera)
34759                 gl_INIT
34760         you can import all you need by running:
34761                 ../gnulib/gnulib-tool --import
34762
34763         * modules/getopt (Files): Rename getopt.h to getopt_.h.
34764         (Makefile.am): Rewrite, use logic from argz.
34765         (Include): Use <getopt.h> instead of "getopt.h".
34766
34767 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34768
34769         * modules/argp (Files): Add m4/unlocked-io.m4.
34770         (Depends-on): Add extensions.
34771
34772 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
34775         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
34776         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
34777         Check for program_invocation_name, program_invocation_short_name,
34778         flockfile, funlockfile, features.h, _getopt_long_only_r.
34779
34780 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34781
34782         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
34783         its complicated substitute.
34784         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
34785         and program_invocation_name.
34786         (__argp_basename) [!_LIBC]: Remove; the only use was
34787         replaced by its body.
34788         (__argp_short_program_name): Change condition from
34789         !defined __argp_short_program_name to
34790         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
34791         to match argp-namefrob.h.
34792         (__argp_failure): Don't assume strerror_r returns char *.
34793         * lib/argp-parse.c (N_): Define unconditionally.
34794         (argp_default_options): Fill out initializers with 0 to avoid
34795         gcc warnings.
34796
34797 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34798
34799         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
34800         getopt1.c.
34801
34802 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34803
34804         Merge from coreutils.
34805
34806         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
34807
34808         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
34809         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
34810
34811 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34812
34813         Merge from coreutils.
34814
34815         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
34816         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
34817         for Reliant Unix 5.43.
34818
34819         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
34820         (union fooround): Use uintmax_t, not long int.
34821         The rest is a merge from libc:
34822         [defined _LIBC]: Include <shlib-compat.h>.
34823         (_obstack) [defined _LIBC]: Remove after 2.3.4.
34824
34825         * lib/settime.c (settime): Recode to avoid warning with
34826         Sun Forte C 6U2.
34827
34828         * lib/strverscmp.c: Convert to UTF-8.
34829
34830 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34831
34832         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
34833         m4/uintmax_t.m4.
34834
34835 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34836
34837         * modules/xalloc-die: New file.
34838         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
34839
34840         * modules/md5 (Files): Add m4/uint32_t.m4.
34841         * modules/sha1: Renamed from modules/sha.
34842         (Files):
34843         Rename lib/sha.h to lib/sha1.h.
34844         Rename lib/sha.c to lib/sha1.c.
34845         Rename m4/sha.m4 to m4/sha1.m4.
34846         (lib_SOURCES): Likewise.
34847         (configure.ac): Rename gl_SHA to gl_SHA1.
34848         (Include): sha.h -> sha1.h.
34849
34850 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34851
34852         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
34853         * m4/sha1.m4: Renamed from sha.m4.
34854         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
34855
34856 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34857
34858         * lib/obstack.h (obstack_empty_p):
34859         Don't assume that chunk->contents is suitably aligned.
34860         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
34861         Likewise. Problem reported by Benno in
34862         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
34863
34864         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
34865         readable.  This could be improved further but it'd take some work.
34866
34867 2004-08-08  Simon Josefsson  <jas@extundo.com>
34868
34869         * modules/xgethostname (Depends-on): Remove exit and error (not
34870         used).
34871
34872         * modules/getpass-gnu: Add getpass.h.
34873         (Depends-on): Add stdbool.
34874         * modules/getpass: Add getpass.h.
34875
34876 2004-08-08  Simon Josefsson  <jas@extundo.com>
34877
34878         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
34879         Check getpass declaration.
34880
34881 2004-08-08  Simon Josefsson  <jas@extundo.com>
34882
34883         * lib/xgethostname.c: Don't include error.h (not used).
34884
34885         * lib/getpass.h: Add.
34886         * lib/getpass.c: Include getpass.h first.
34887
34888 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
34889
34890         * lib/xalloc-die.c: New file.
34891         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
34892         All uses removed.
34893         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
34894         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
34895         xalloc-die.c.
34896         (_, N_, xalloc_die): Move to xalloc-die.c.
34897         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
34898         so that we needn't mess with xalloc_msg_memory_exhausted.
34899
34900         * lib/sha1.h: Renamed from sha.h.
34901         (SHA1_H): Renamed from _SHA_H.
34902         (sha1_ctx): Renamed from sha_ctx.
34903         (sha1_init_ctx): Renamed from sha_init_ctx.
34904         (sha1_process_block): Renamed from sha_process_block.
34905         (sha1_process_bytes): Renamed from sha_process_bytes.
34906         (sha1_finish_ctx): Renamed from sha_finish_ctx.
34907         (sha1_read_ctx): Renamed from sha_read_ctx.
34908         (sha1_stream): Renamed from sha_stream.
34909         (sha1_buffer): Renamed from sha_buffer.
34910         * lib/sha1.c: Likewise; renamed from sha.c.
34911         Do not include <sys/types.h>.
34912         Include <stddef.h> rather than <stdlib.h>.
34913
34914 2004-08-08  Bruno Haible  <bruno@clisp.org>
34915
34916         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
34917         FILESYSTEM_PREFIX_LEN.
34918         * lib/progreloc.c: Likewise.
34919         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
34920
34921 2004-08-06  Simon Josefsson  <jas@extundo.com>
34922
34923         * modules/progname (Depends-on): Don't depend on stdbool.
34924
34925 2004-08-06  Simon Josefsson  <jas@extundo.com>
34926
34927         * modules/getsubopt: New file.
34928         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34929         getsubopt.
34930
34931 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34932
34933         More merge from coreutils.
34934
34935         * m4/utimens.m4, m4/utimecmp.m4: New files.
34936         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
34937         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
34938         prereq.m4, sha.m4: Import changes from coreutils.
34939
34940 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34941
34942         More merge from coreutils.
34943         * modules/raise, modules/readtokens0, modules/utimens:
34944         * modules/utimecmp, module/xnanosleep: New files.
34945         * modules/strftime: Add lib/strftime.h.
34946         Change include from <time.h> to "strftime.h".
34947         * modules/yesno: Add lib/yesno.h.
34948         * modules/backupfile: Remove lib/addext.c.
34949         * modules/euidaccess: Add stat-macros.h.
34950         * modules/canonicalize, modules/euidaccess,
34951         modules/filemode, modules/lchown, modules/makepath,
34952         modules/rmdir, modules/stat: Likewise.
34953
34954 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34955
34956         Merge from tar.
34957         * lib/argp-help.c (make_hol, hol_append): Don't assume that
34958         SIZE_MAX is a valid preprocessor constant.
34959         (__argp_basename): Change from "#ifndef _LIBC"
34960         to "#ifndef __argp_short_program_name", so that
34961         we don't compile these functions for tar.
34962
34963         More merges from coreutils.
34964         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
34965         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
34966         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
34967         * lib/addext.c: Remove; no longer needed.
34968         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
34969         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
34970         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
34971         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
34972         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
34973         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
34974         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
34975         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
34976         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
34977         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34978         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
34979         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
34980         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
34981         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
34982         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
34983         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
34984         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
34985         Import changes from coreutils.
34986
34987 2004-08-05  Simon Josefsson  <jas@extundo.com>
34988
34989         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
34990
34991 2004-08-05  Simon Josefsson  <jas@extundo.com>
34992
34993         * m4/getsubopt.m4: New file.
34994
34995 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34996
34997         Merge from coreutils.
34998
34999         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
35000         * m4/getcwd-path-max.m4: New files.
35001
35002         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
35003         FILESYSTEM_PREFIX_LEN ->
35004         FILE_SYSTEM_PREFIX_LEN.
35005         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
35006         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
35007         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
35008         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
35009
35010         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
35011         prerequisite modules now handle the DOS stuff.
35012         Don't check for unistd.h.
35013
35014 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35015
35016         Merge from coreutils.
35017
35018         * lib/.gdb-history: Remove; this doesn't belong here.
35019
35020         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
35021         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
35022         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
35023         * lib/getcwd.c: New files.
35024
35025         * lib/dirname.h: Include <stdbool.h>.
35026         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35027         for consistency with POSIX terminology.  All uses changed.
35028         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35029         (strip_trailing_slashes): Use bool for booleans.
35030         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35031
35032         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35033         sometimes returns a positive errno value even when it succeeds.
35034         (print_errno_message) [!LIBC]: Fall back on strerror if
35035         __strerror_r fails.
35036
35037         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35038         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35039         (longest_relative_suffix): New function.
35040         (path_concat): Use it.  Assume first argument is not NULL.
35041         Port to DOS.  Omit redundant separators.
35042         Report an error instead of returning NULL.
35043         Use mempcpy instead of memcpy.
35044         (xpath_concat): Remove: not declared or used.
35045
35046         * lib/same.h: Include <stdbool.h>
35047         (same_name): Return bool, not int.
35048         * lib/same.c (same_name): Likewise.
35049         (errno): Don't declare; we assume C89 or better now.
35050
35051         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35052         if not already defined.
35053
35054         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35055         * lib/dup-safer.c (errno): Likewise.
35056
35057 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35058
35059         Merge from coreutils.
35060         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35061         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35062         * modules/path-concat: Don't depend on strdup.
35063
35064 2004-08-03  Simon Josefsson  <jas@extundo.com>
35065
35066         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35067         * lib/progname.h: Don't include stdbool.h.
35068
35069 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35070
35071         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35072         * MODULES.html.sh (func_all_modules): Remove fatal.
35073
35074 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35075
35076         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35077
35078 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35079
35080         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35081         working.
35082
35083 2004-08-02  Simon Josefsson  <jas@extundo.com>
35084
35085         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35086         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35087         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35088
35089 2004-08-01  Simon Josefsson  <jas@extundo.com>
35090
35091         * lib/xgetdomainname.c: Include stdlib.h, for free().
35092
35093 2004-07-19  Bruno Haible  <bruno@clisp.org>
35094
35095         * MODULES.html.sh (func_all_modules): Add dummy.
35096
35097 2004-07-16  Simon Josefsson  <jas@extundo.com>
35098
35099         * modules/dummy: New file.
35100
35101 2004-07-16  Simon Josefsson  <jas@extundo.com>
35102
35103         * lib/dummy.c: New file.
35104
35105 2004-07-16  Bruno Haible  <bruno@clisp.org>
35106
35107         * lib/backupfile.h: Add extern "C" for C++.
35108         * lib/closeout.h: Likewise.
35109         * lib/copy-file.h: Likewise.
35110         * lib/findprog.h: Likewise.
35111         * lib/full-write.h: Likewise.
35112         * lib/pathname.h: Likewise.
35113         * lib/progname.h: Likewise.
35114         * lib/stpcpy.h: Likewise.
35115         * lib/stpncpy.h: Likewise.
35116         * lib/strcase.h: Likewise.
35117         * lib/strstr.h: Likewise.
35118         * lib/xalloc.h: Likewise.
35119
35120         * lib/mbswidth.h: Add extern "C" for C++.
35121         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35122
35123 2004-07-13  Robert Millan  <robertmh@gnu.org>
35124
35125         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35126
35127 2004-07-09  Simon Josefsson  <jas@extundo.com>
35128
35129         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35130         failed without this.)
35131
35132 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35133
35134         * modules/chown (Files): Add lib/fchown-stub.c, since
35135         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35136
35137 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35138
35139         * lib/fchown-stub.c: New file.
35140
35141 2004-06-24  Jim Meyering  <jim@meyering.net>
35142
35143         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35144
35145 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35146
35147         * modules/argz: Omit "#include".
35148
35149         * MODULES.html.sh (func_all_modules): Add calloc, to match
35150         2004-06-01 addition of calloc module.
35151
35152 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35153
35154         * m4/argz.m4: New file, which is autoupdated from libtool.
35155
35156 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35157
35158         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35159         libtool.
35160
35161 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35162
35163         * config/srclist-update: Don't insist on "USA." before the
35164         close-comment, as libtool omits the period and puts the */ on a
35165         separate line.
35166         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35167         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35168
35169 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35170
35171         * modules/argz: New file.
35172         * MODULES.html.sh (func_all_modules): Add argz.
35173
35174 2004-06-12  Jim Meyering  <jim@meyering.net>
35175         and  Paul Eggert  <eggert@cs.ucla.edu>
35176
35177         * modules/hash (Files): Add lib/xalloc.h.
35178         * modules/pipe (Depends-on): Add wait-process.
35179         * modules/stat (Depends-on): Add xalloc.
35180         * modules/userspec (Files): Add lib/userspec.h.
35181         * modules/xstrto
35182
35183         Upgrade from gettext-0.13.
35184         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35185         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35186         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35187
35188 2004-06-10  Jim Meyering  <jim@meyering.net>
35189
35190         * lib/calloc.c: New file.
35191
35192 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35193
35194         * lib/getdate.y (yylex): Allow space between sign and number.
35195         Problem reported by Dan Jacobson.
35196
35197 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35198
35199         Merge from coreutils CVS.
35200
35201         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35202         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35203         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35204         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
35205         xstrtol.m4: Fix copyright date and/or serial number.
35206
35207         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
35208         See if we need an fchown replacement.
35209         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
35210         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
35211         and use the replacement function if we detect either defect.
35212
35213         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
35214         gl_UTIMECMP.
35215
35216 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35217         and  Jim Meyering  <jim@meyering.net>
35218
35219         Merge from coreutils CVS.
35220
35221         * lib/stat-macros.h: New file, with contents from file-type.h
35222         and coreutils' system.h.
35223         * lib/file-type.c: Include "stat-macros.h".
35224         * lib/file-type.h (file_type): Move all macro definitions to new file,
35225         stat-macros.h.
35226
35227         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
35228         Wrap old code with this conditional.
35229         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
35230         function that does not dereference symlinks.
35231         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
35232
35233         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
35234         dependency problems.
35235         (xreadlink): Accept new arg SIZE, for efficiency.
35236         All decls and uses changed.
35237         * lib/xreadlink.h: Include <stddef.h>, for size_t.
35238
35239         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
35240         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
35241
35242         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
35243         sysexits.h.
35244
35245 2004-06-01  Jim Meyering  <jim@meyering.net>
35246
35247         * m4/calloc.m4: New file.
35248
35249 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35250
35251         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
35252         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
35253         Also, fix a typo in a diagnostic.
35254
35255 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35256
35257         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
35258         or AC_FUNC_REALLOC.
35259
35260 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35261
35262         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
35263         macros to be defined.
35264         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
35265         the allocator returns NULL because the requested size is zero.
35266
35267 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35268
35269         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
35270         var.  Add comment explaining why libc still defines it.  This
35271         merges the following patch from glibc:
35272         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
35273
35274 2004-05-20  Andreas Schwab  <schwab@suse.de>
35275
35276         * m4/free.m4: Replace free if it not known to work, not the other
35277         way round.
35278
35279 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35280
35281         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
35282         present in glibc since revision 1.1 of this file.
35283         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
35284         obstack_alignment_mask, obstack_alloc, obstack_base,
35285         obstack_blank, obstack_blank_fast, obstack_chunk_size,
35286         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
35287         obstack_grow0, obstack_init, obstack_int_grow,
35288         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
35289         obstack_next_free, obstack_object_size, obstack_ptr_grow,
35290         obstack_ptr_grow_fast, obstack_room): Remove declarations of
35291         nonexistent functions.
35292
35293 2004-05-18  Karl Berry  <karl@gnu.org>
35294
35295         * config/srclist.txt: break link for vasnprintf.c.
35296
35297 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35298
35299         Port obstack to the AS/400, where pointers are 16 bytes wide and
35300         you cannot cast an integer to a valid pointer.  This patch is
35301         currently waiting to be integrated into glibc; see
35302         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
35303
35304         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
35305         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
35306         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
35307         (struct obstack): temp member is now a union of a pointer and
35308         an integer, instead of an integer.  All integer uses changed.
35309         This does not affect the physical layout of struct obstack,
35310         except on hosts (like the AS/400) where the size or alignment of
35311         void * is greater than that of ptrdiff_t.
35312         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
35313         __STDC__)]: Store temporary in pointer member of union, not
35314         integer member.
35315         * lib/obstack.c: Include <stddef.h>, for offsetof.
35316         (struct fooalign): Remove; it doesn't need a name.
35317         (union fooround): Change double to long double, and add void *.
35318         (DEFAULT_ALIGNMENT): Use offsetof to compute.
35319         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
35320         not a macro.  Hence the values are always int; so remove all
35321         casts-to-int in uses.
35322
35323 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35324
35325         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
35326         we can get this patch merged into glibc.
35327
35328 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35329             Paul Eggert  <eggert@cs.ucla.edu>
35330
35331         * m4/argp: Depend on alloca.
35332
35333 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35334             Paul Eggert  <eggert@cs.ucla.edu>
35335
35336         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
35337         freecoding.
35338
35339 2004-05-17  Bruno Haible  <bruno@clisp.org>
35340
35341         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
35342         precision that consists of a '.' followed by an empty digit string.
35343         Patch by Tor Lillqvist <tml@iki.fi>.
35344
35345 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35346
35347         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
35348         for backward compatibility with older code.  We need our own
35349         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
35350         it under some other name, and our alloca.h will define it.
35351
35352 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35353             Derek Price  <derek@ximbiot.com>
35354
35355         * lib/alloca.c: Include <alloca.h>, to get our interface.
35356         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
35357         include <alloca.h> first.  Use C89 prototype for alloca; this
35358         requires including <stddef.h> for size_t.  Use extern "C" if C++.
35359         Use #elif for simplicity, since we can assume C89 now.
35360         Don't try to source the system alloca.h since it will not be found
35361         and to prevent recursively including its replacement.
35362         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
35363         * lib/regex.c: Likewise.
35364
35365 2004-05-16  Derek Price  <derek@ximbiot.com>
35366             Paul Eggert  <eggert@cs.ucla.edu>
35367
35368         getline cleanup.  This changes the getndelim2 API: both order of
35369         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
35370         no delimiter).
35371
35372         * lib/getline.c: Don't include stddef.h or stdio.h, since our
35373         interface does that.
35374         (getline): Always use getdelim, so that we don't have two
35375         copies of this code.
35376         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
35377         if available.
35378         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
35379         (GETNDELIM2_MAXIMUM): New macro.
35380         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
35381         instead of the old practice of delim2==0.  All callers changed.
35382         Return -1 on overflow, instead of returning junk.
35383         Do not set *linesize unless allocation succeeds.
35384         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
35385         that we include sys/types.h.
35386         * lib/getnline.h: Likewise.
35387         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
35388         (getndelim2): Reorder arguments.
35389         * lib/getnline.c (getnline, getndelim):
35390         Don't discard the NMAX argument.
35391         (getnline): Invoke getndelim, to avoid code duplication.
35392         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
35393         of (size_t) -1 by callers of the getnline family.
35394
35395 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35396
35397         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
35398         Check for gettimeofday.
35399         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
35400         Check for settimeofday, stime.
35401
35402 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35403
35404         * lib/nanosleep.c (suspended): Change its type from int to
35405         sig_atomic_t volatile.
35406         (first_call): Make it private to rpl_nanosleep, and have it
35407         be zero initially as that's a bit faster.
35408         (my_usleep): Round up fractional times instead of truncating them,
35409         as this is the usual meaning for 'sleep'.
35410
35411         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
35412         doesn't work.
35413         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
35414         (ENOSYS): Define if not defined.
35415         (settime): Fall back on stime if it exists and settimeofday fails.
35416         But don't bother with fallbacks if a method fails with errno == EPERM.
35417
35418 2004-05-11  Jim Meyering  <jim@meyering.net>
35419
35420         Prior to this change, the save_cwd caller required read access to the
35421         current directory on most systems (ones with the fchdir function).
35422
35423         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
35424         fails, try write-only, and finally, resort to using xgetcwd.
35425
35426 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35427
35428         * lib/obstack.c, obstack.h: Import changes from libc.
35429
35430 2004-04-28  Bruno Haible  <bruno@clisp.org>
35431
35432         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
35433         also implicitly appends .exe to executables.
35434         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
35435         accepts Windows pathnames.
35436         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35437         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35438         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35439         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35440         Reported by Derek Robert Price <derek@ximbiot.com>.
35441
35442 2004-04-21  Karl Berry  <karl@gnu.org>
35443
35444         * config/srclist.txt (localcharset.c): break sync.
35445
35446 2004-04-20  Paul Eggert  <eggert@twinsun.com>
35447
35448         * m4/host-os.m4: Add a copyright notice.
35449
35450 2004-04-20  Jim Meyering  <jim@meyering.net>
35451
35452         Change UTILS_ to gl_ in AC_DEFINE'd names.
35453         Change utils_- and jm_-prefixed variables, too.
35454         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
35455         UTILS_FUNC_MKDIR_TRAILING_SLASH.
35456         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
35457
35458         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
35459         Don't emit trailing blanks.
35460         Also rename jm_-prefixed variables to have gl_ prefix.
35461
35462         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
35463         Also rename jm_-prefixed variables to have gl_ prefix.
35464
35465         * m4/jm-macros.m4: Reflect the renamings.
35466         * m4/prereq.m4: Likewise.
35467
35468 2004-04-20  Jim Meyering  <jim@meyering.net>
35469
35470         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
35471         memory.
35472
35473 2004-04-20  Jim Meyering  <jim@meyering.net>
35474             Bruno Haible  <bruno@clisp.org>
35475
35476         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
35477         memory when realloc fails.
35478
35479 2004-04-19  Jim Meyering  <jim@meyering.net>
35480
35481         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
35482         now that readutmp.c may call `free (0)'.
35483
35484 2004-04-19  Bruno Haible  <bruno@clisp.org>
35485
35486         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
35487         * m4/inttypes_h.m4: Likewise.
35488         * m4/stdint_h.m4: Likewise.
35489         * m4/intmax_t.m4: Likewise.
35490         * m4/uintmax_t.m4: Likewise.
35491
35492 2004-04-18  Jim Meyering  <jim@meyering.net>
35493
35494         * m4/prereq.m4: Don't forbid jm_ prefix.
35495
35496         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
35497         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
35498         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
35499         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
35500         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
35501         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
35502         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
35503         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
35504         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
35505         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
35506         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
35507         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
35508         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
35509         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
35510         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
35511         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
35512         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
35513         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
35514         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
35515
35516 2004-04-18  Jim Meyering  <jim@meyering.net>
35517
35518         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
35519         failure, don't leak memory and do call END_UTMP_ENT.
35520
35521 2004-04-16  Jim Meyering  <jim@meyering.net>
35522
35523         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
35524         coreutils' stat program.
35525         (gl_PREREQ): Don't require jm_PREREQ_STAT.
35526
35527 2004-04-11  Paul Eggert  <eggert@twinsun.com>
35528
35529         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
35530         C89.
35531         (CHAR_BIT): Remove, since we assume C89.
35532         Include <stdint.h> if available, as per current Autoconf CVS advice.
35533
35534 2004-03-31  Jim Meyering  <jim@meyering.net>
35535
35536         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
35537         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
35538         * m4/xalloc.m4: Likewise.
35539
35540 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35541
35542         Merge from coreutils.
35543
35544         * m4/inttostr.m4: New file.
35545         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
35546         Require AM_STDBOOL_H and gl_TIMESPEC instead.
35547         Require gl_CLOCK_TIME.
35548         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
35549
35550 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35551
35552         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
35553         not bool, to be more consistent with Unix conventions.
35554         Suggested by Bruno Haible.
35555
35556         Merge from coreutils.
35557
35558         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
35559         * lib/umaxtostr.c: New files.
35560
35561         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
35562         the usual <time.h> dance.
35563         (get_date): Change signature to support fractional time stamps.
35564         All callers changed.
35565         * lib/getdate.y: Include "getdate.h" first, as we can now
35566         assume C89 and don't need to worry about 'const'.
35567         Similarly, include "unlocked-io.h" near start, not in middle.
35568         Include <limits.h>.
35569         (textint.value): Use long int rather than int.
35570         (textint.digits): Use size_t rather than int.
35571         (BILLION, LOG10_BILLION): New constants.
35572         (parser_control): New member rel_ns.  Members day_ordinal,
35573         time_zone, month, day, hour, minutes, rel_year, rel_month,
35574         rel_day, rel_hour, rel_minutes, rel_seconds
35575         are now long int, not int.  Member seconds is now struct timespec,
35576         not int.  New member timespec_seen.  Members dates_seen, days_seen,
35577         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
35578         not int.
35579         (%union.intval): Now long int, not int.
35580         New member timespec.
35581         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
35582         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
35583         (spec): Now is a timespec or an item list.
35584         (timespec, items): New nonterminals.
35585         (time, rel, relunit, number, get_date):
35586         Add support for fractional seconds.
35587         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
35588         (gmtime, localtime, mktime): Remove decls; not needed with C89.
35589         (to_hour): First arg is now long int, not int.
35590         (to_year): Returns long int, not int.
35591         Don't treat year -70 like 70.
35592         (tm_diff): Returns long int, not int.
35593         (lookup_word): Use bool instead of int when appropriate.
35594         (yylex): Use size_t for count, not int.
35595         Detect overflow when parsing large integer constants.
35596         Add support for fractions.
35597         (get_date): Make pointers 'const' if possible.
35598         Use more-portable code to detect integer overflow.
35599         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
35600         Don't use ctime; it's not reliable if the year has >4 digits.
35601
35602         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
35603         This is for compatibility with BSD.
35604
35605         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
35606         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
35607         From coreutils' system.h.
35608
35609         * lib/userspec.c: Don't include "posixver.h".
35610         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
35611         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
35612         compatible extension.  Simplify code by removing a boolean int
35613         that was always nonzero if a string was nonnull.
35614
35615 2004-03-30  Jim Meyering  <jim@meyering.net>
35616
35617         Merge from coreutils.
35618
35619         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
35620         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
35621         on some systems one must include <grp.h> before it.
35622         Reported by Christian Krackowizer.
35623
35624 2004-03-30  Jim Meyering  <jim@meyering.net>
35625
35626         Merge from coreutils.
35627
35628         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
35629
35630         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
35631         an empty input stream.
35632
35633         * lib/readtokens.c: Include <stdbool.h>.
35634         (readtoken): Use `size_t' rather than int/long.
35635         All callers adjusted.
35636         Use `bool' rather than `int' where appropriate.
35637         Use memset rather than an explicit loop.
35638         Use x2nrealloc rather than xrealloc.
35639         Allow the use of `\0' as a delimiter.
35640         (readtokens): Likewise.
35641         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
35642
35643 2004-03-30  Jim Meyering  <jim@meyering.net>
35644
35645         * m4/realloc.m4: Remove file, since now it does no more than
35646         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
35647         the `configure.ac' section of module/realloc.
35648         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
35649
35650 2004-03-30  Bruno Haible  <bruno@clisp.org>
35651
35652         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
35653         nonnull.
35654
35655 2004-03-29  Paul Eggert  <eggert@twinsun.com>
35656
35657         Merge changes to getloadavg.c from coreutils and Emacs.
35658
35659         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
35660         Define to an expression, not to the empty string.
35661         Include cloexec.h and xalloc.h.
35662         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
35663         Use set_cloexec_flag rather than rolling our own.
35664         * lib/cloexec.c, lib/cloexec.h: New files.
35665
35666 2004-03-29  Paul Eggert  <eggert@twinsun.com>
35667
35668         * m4/cloexec.m4: New file.
35669
35670 2004-03-18  Paul Eggert  <eggert@twinsun.com>
35671
35672         * lib/getopt.h: Sync with libc CVS.
35673
35674 2004-03-18  Paul Eggert  <eggert@twinsun.com>
35675             Bruno Haible  <bruno@clisp.org>
35676
35677         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
35678         mbswidth.
35679
35680 2004-03-18  Paul Eggert  <eggert@twinsun.com>
35681             Bruno Haible  <bruno@clisp.org>
35682
35683         * lib/mbswidth.h: Include <wchar.h> only if
35684         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
35685         <wchar.h>.
35686         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
35687
35688 2004-03-09  Paul Eggert  <eggert@twinsun.com>
35689
35690         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
35691         Sync with libc CVS.
35692         * lib/getopt_int.h: New file, also synced from libc.
35693
35694 2004-03-09  Paul Eggert  <eggert@twinsun.com>
35695
35696         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
35697         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
35698         Bring back getopt.c, getopt.h, getopt1.c.
35699
35700 2004-03-07  Paul Eggert  <eggert@twinsun.com>
35701
35702         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
35703         All uses changed.  Check for sa_sigaction member; this fixes
35704         a bug first reported by Jason Andrade in
35705         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
35706
35707 2004-03-07  Paul Eggert  <eggert@twinsun.com>
35708
35709         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
35710         '#if' expressions.  Unlike the code it replaces, it does not
35711         depend on (defined _SC_PAGESIZE).  However, it does depend on
35712         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
35713         first reported by Jason Andrade in
35714         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
35715
35716 2004-02-25  Simon Josefsson  <jas@extundo.com>
35717
35718         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
35719
35720 2004-02-25  Simon Josefsson  <jas@extundo.com>
35721
35722         * lib/strdup.h: New file.
35723         * lib/strdup.c: Include it.
35724         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
35725         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
35726
35727 2004-02-23  Karl Berry  <karl@gnu.org>
35728
35729         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
35730         (from fencepost.gnu.org:/gd/gnuorg).
35731
35732 2004-02-23  Karl Berry  <karl@gnu.org>
35733
35734         * config/srclistvars.sh (GNUORG) [karl]: redefine.
35735         * config/srclist.txt: add maintain/standards documents.
35736
35737 2004-02-18  Bruno Haible  <bruno@clisp.org>
35738
35739         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
35740         Reported by Derek Robert Price <derek@ximbiot.com>.
35741
35742 2004-02-16  Karl Berry  <karl@gnu.org>
35743
35744         * config/mkinstalldirs, install-sh: update from automake.
35745
35746 2004-02-06  Karl Berry  <karl@gnu.org>
35747
35748         * m4/po.m4: update from gettext 0.14.1.
35749
35750 2004-02-06  Karl Berry  <karl@gnu.org>
35751
35752         * lib/config.charset: update from gettext 0.14.1.
35753
35754 2004-02-05  Paul Eggert  <eggert@twinsun.com>
35755
35756         Add comments and code, prompted by suggestions from Bruno Haible
35757         for sh-quote.
35758         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
35759         describing the enum quoting_style values.
35760         * lib/quotearg.c (quotearg_alloc): New function.
35761         (quotearg_buffer_restyled): Treat lone { and } as special.
35762         Treat = as special.  Work around bug with older shells
35763         that "see" a '\' that is really the 2nd byte of a multibyte char.
35764         Quote empty string with shell_quoting_style.
35765
35766 2004-02-03  Bruno Haible  <bruno@clisp.org>
35767
35768         * m4/pipe.m4: New file, from GNU gettext.
35769
35770 2004-02-03  Bruno Haible  <bruno@clisp.org>
35771
35772         * lib/pipe.h: New file, from GNU gettext.
35773         * lib/pipe.c: New file, from GNU gettext.
35774
35775 2004-01-27  Bruno Haible  <bruno@clisp.org>
35776
35777         * m4/execute.m4: New file, from GNU gettext.
35778
35779 2004-01-27  Bruno Haible  <bruno@clisp.org>
35780
35781         * lib/execute.h: New file, from GNU gettext.
35782         * lib/execute.c: New file, from GNU gettext.
35783         * lib/w32spawn.h: New file, from GNU gettext.
35784
35785 2004-01-24  Paul Eggert  <eggert@twinsun.com>
35786
35787         Merge from diffutils.
35788
35789         * lib/file-type.c (file_type): Add typed memory objects.
35790         * lib/file-type.h (S_TYPEISTMO): New macro.
35791
35792         * lib/c-stack.h (c_stack_action): Remove argv argument.
35793         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
35794         (die): Don't calculate message unless segv_action returns.
35795         (get_stack_location, min_address_from_argv, max_address_from_argv,
35796         volatile stack_base, volatile_stack_size): Remove.
35797         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
35798         that every segmentation violation is a stack overflow.  (Ouch!)
35799         See Debian bug 136249 (still outstanding) for more info about why
35800         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
35801
35802 2004-01-24  Paul Eggert  <eggert@twinsun.com>
35803
35804         Exit-status fix from coreutils.
35805
35806         Use exit_failure consistently in place of EXIT_FAILURE,
35807         so that program exit statuses are consistent on failure.
35808
35809         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
35810         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
35811         * lib/argmatch.h: Comment fix to match the above.
35812         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
35813         Now a macro referring to exit_failure, instead of a separate
35814         variable.  Include "exitfail.h" to get it.
35815         * lib/xstrtol.h: Include "exitfail.h".
35816         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
35817
35818         * lib/long-options.c (parse_long_options): Use prototype
35819         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
35820         for clarity.
35821
35822 2004-01-21  Jim Meyering  <jim@meyering.net>
35823
35824         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
35825         so as not to conflict with a different-sized __mktime_internal
35826         function in GNU libc.
35827         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
35828         Problem building statically-linked `ls' reported by Michael Brunnbauer.
35829
35830 2004-01-20  Karl Berry  <karl@gnu.org>
35831
35832         * config/config.guess: update from config.
35833
35834         * config/srclistvars.sh: GNUWWWLICENSES for karl.
35835
35836 2004-01-20  Bruno Haible  <bruno@clisp.org>
35837
35838         Safer stack allocation.
35839         * lib/setenv.c: Include allocsa.h.
35840         (alloca): Remove fallback definition.
35841         (freea): Remove macro.
35842         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
35843         instead of freea.
35844
35845 2004-01-20  Bruno Haible  <bruno@clisp.org>
35846
35847         * m4/eealloc.m4: New file, from GNU gettext.
35848
35849 2004-01-20  Bruno Haible  <bruno@clisp.org>
35850
35851         * m4/allocsa.m4: New file, from GNU gettext.
35852
35853 2004-01-20  Bruno Haible  <bruno@clisp.org>
35854
35855         * lib/xallocsa.h: New file, from GNU gettext.
35856         * lib/xallocsa.c: New file, from GNU gettext.
35857
35858 2004-01-20  Bruno Haible  <bruno@clisp.org>
35859
35860         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
35861
35862 2004-01-20  Bruno Haible  <bruno@clisp.org>
35863
35864         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
35865         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
35866         specially.
35867
35868 2004-01-20  Bruno Haible  <bruno@clisp.org>
35869
35870         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
35871         patch.
35872
35873 2004-01-20  Bruno Haible  <bruno@clisp.org>
35874
35875         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
35876
35877 2004-01-20  Bruno Haible  <bruno@clisp.org>
35878
35879         * lib/eealloc.h: New file.
35880
35881 2004-01-20  Bruno Haible  <bruno@clisp.org>
35882
35883         * lib/binary-io.h: Avoid warnings on Cygwin.
35884
35885 2004-01-20  Bruno Haible  <bruno@clisp.org>
35886
35887         * lib/allocsa.h: New file, from GNU gettext.
35888         * lib/allocsa.c: New file, from GNU gettext.
35889
35890 2004-01-18  Karl Berry  <karl@gnu.org>
35891
35892         * doc/gpl.texi, doc/lgpl.texi: new files.
35893
35894 2004-01-18  Karl Berry  <karl@gnu.org>
35895
35896         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
35897         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
35898
35899 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35900
35901         Merge from coreutils.
35902
35903         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
35904         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
35905         (gl_DEFAULT_POSIX2_VERSION): Move
35906         the documentation from 'configure' into 'config.hin',
35907         so that 'configure --help' isn't burdened by it and
35908         we don't have to worry about its formatting there.
35909         Reword the documentation so that it's more succinct
35910         and can be run together into a single paragraph.
35911         * m4/same.m4 (gl_SAME): Check for pathconf.
35912
35913 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35914
35915         Merge from coreutils.
35916
35917         * lib/posixver.c: Include posixver.h.
35918
35919         * lib/same.c: Include <stdbool.h>, <limits.h>.
35920         (_POSIX_NAME_MAX): Define if not defined.
35921         (MIN): New macro.
35922         (same_name): If file names are silently truncated, report
35923         that the file names are the same if they are the same after
35924         the silent truncation.
35925
35926         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
35927         conversion function.
35928         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
35929         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
35930         longer needed.
35931
35932 2004-01-15  Jim Meyering  <jim@meyering.net>
35933
35934         Merge from coreutils.
35935
35936         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
35937         if no library is required.
35938         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
35939         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
35940         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
35941         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
35942         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
35943         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
35944         value, $ac_cv_search_crypt, if it's "none required".
35945         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
35946         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
35947         not gl_FUNC_GETLOADAVG.
35948         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
35949         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
35950
35951 2004-01-15  Jim Meyering  <jim@meyering.net>
35952
35953         Merge from coreutils.
35954
35955         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
35956         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
35957         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
35958
35959         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
35960         optional configure-time default.
35961
35962         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35963
35964         * lib/xreadlink.c (xreadlink): Correct outdated comment.
35965
35966 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
35967
35968         Merge from coreutils.
35969
35970         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
35971         value, $ac_cv_search_nanosleep, if it's "none required".
35972
35973 2004-01-14  Paul Eggert  <eggert@twinsun.com>
35974
35975         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
35976         with like-named macro in fnmatch.c.
35977         (EXT): Use an internal constant instead.
35978
35979         Merge fnmatch patches from glibc.
35980         * lib/fnmatch.c (mbsinit): Remove define.
35981         Add libc_hidden_ver (__fnmatch, fnmatch).
35982         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
35983         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
35984
35985 2004-01-14  Karl Berry  <karl@gnu.org>
35986
35987         * config/install-sh: update from automake.
35988
35989 2004-01-13  Karl Berry  <karl@gnu.org>
35990
35991         * config/install-sh: update from automake.
35992
35993 2004-01-09  Karl Berry  <karl@gnu.org>
35994
35995         * config/install-sh: update from automake.
35996
35997 2004-01-05  Karl Berry  <karl@gnu.org>
35998
35999         * config/config.{sub,guess}: update from config.
36000
36001 2003-12-31  Karl Berry  <karl@gnu.org>
36002
36003         * config/depcomp: update from automake.
36004
36005 2003-12-14  Karl Berry  <karl@gnu.org>
36006
36007         * lib/config.charset: update from gettext-runtime.
36008
36009 2003-12-03  Paul Eggert  <eggert@twinsun.com>
36010
36011         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
36012         Bug reported by Alfred M. Szmidt.
36013
36014 2003-12-03  Bruno Haible  <bruno@clisp.org>
36015
36016         * m4/gettext.m4: Upgrade from gettext-0.13.
36017         * m4/po.m4: Upgrade from gettext-0.13.
36018         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
36019         * m4/intmax.m4: New file, from gettext-0.13.
36020         * m4/printf-posix.m4: New file, from gettext-0.13.
36021
36022 2003-11-29  Karl Berry  <karl@gnu.org>
36023
36024         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36025
36026 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36027             Bruno Haible  <bruno@clisp.org>
36028
36029         * lib/printf-parse.h: Don't include sys/types.h.
36030         (ARG_NONE): New macro.
36031         (char_directive): Change type of *arg_index fields to size_t.
36032         * lib/printf-parse.c: Don't include sys/types.h.
36033         (SSIZE_MAX): Remove macro.
36034         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36035         Remove unnecessary overflow check.
36036         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36037         fields.
36038
36039 2003-11-25  Bruno Haible  <bruno@clisp.org>
36040
36041         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36042
36043 2003-11-25  Bruno Haible  <bruno@clisp.org>
36044
36045         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36046         gt_TYPE_SSIZE_T.
36047
36048 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36049
36050         * modules/alloca: Remove dependency on xalloc.
36051
36052 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36053
36054         * lib/alloca.c: Remove dependency on xalloc module.
36055         (xalloc_die): Remove.
36056         (memory_full) [!defined emacs]: New macro.
36057         [!defined emacs]: Don't include xalloc.h.
36058         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36059         address arithmetic overflows.  Change datatypes a bit to avoid
36060         unnecessary casts.
36061
36062 2003-11-22  Jim Meyering  <jim@meyering.net>
36063
36064         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36065         s/size/size_t/.
36066
36067 2003-11-21  Karl Berry  <karl@gnu.org>
36068
36069         * config/config.{sub,guess}: update from config.
36070
36071 2003-11-18  Karl Berry  <karl@gnu.org>
36072
36073         * config/config.{sub,guess}: update from config.
36074
36075         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36076
36077 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36078
36079         * README: Mention that S+T cannot overflow if S is the size of
36080         an existing object and T is sufficiently small.
36081
36082 2003-11-17  Jim Meyering  <jim@meyering.net>
36083
36084         On systems without utime and without a utimes function capable of
36085         dealing with a NULL struct utimbuf* argument, this utime replacement
36086         could -- in unusual circumstances -- leak a file descriptor.
36087         * lib/utime.c: Include <unistd.h> and <errno.h>.
36088         (utime_null): Be sure to close `fd' and to preserve errno.
36089         Reported by Geoff Collyer via Arnold Robbins.
36090
36091 2003-11-17  Bruno Haible  <bruno@clisp.org>
36092
36093         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36094         (Depends-on): Add xsize.
36095
36096 2003-11-17  Bruno Haible  <bruno@clisp.org>
36097
36098         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36099
36100 2003-11-17  Bruno Haible  <bruno@clisp.org>
36101
36102         * lib/vasnprintf.c (alloca): Remove fallback definition.
36103         (freea): Remove definition.
36104         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36105         Reported by Paul Eggert.
36106
36107 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36108             Bruno Haible  <bruno@clisp.org>
36109
36110         Protect against address arithmetic overflow.
36111         * lib/printf-args.h: Include stddef.h.
36112         (arguments): Change type of field 'count' to size_t.
36113         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36114         'unsigned int' where appropriate.
36115         * lib/printf-parse.h: Include sys/types.h.
36116         (char_directive): Change type of *arg_index fields to ssize_t.
36117         (char_directives): Change type of fields 'count', max_*_length to
36118         size_t.
36119         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36120         (SSIZE_MAX): Define fallback value.
36121         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36122         instead of 'int' where appropriate. Check a_allocated, d_allocated
36123         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36124         * lib/vasnprintf.c: Include xsize.h.
36125         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36126         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36127         overflow. Avoid wraparound when converting a width or precision from
36128         decimal to binary.
36129
36130 2003-11-16  Bruno Haible  <bruno@clisp.org>
36131
36132         Update from GNU gettext.
36133         * lib/printf-parse.c: Generalize to it can be compiled for wide
36134         strings.
36135         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36136         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36137         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36138         SNPRINTF): New macros.
36139         Don't include <alloca.h> if the file is used inside libintl.
36140         (local_wcslen): New function, for Solaris 2.5.1.
36141         (VASNPRINTF): Use it instead of wcslen.
36142
36143 2003-11-16  Bruno Haible  <bruno@clisp.org>
36144
36145         * lib/xsize.h (xmax): New function.
36146         (xsum, xsum3, xsum4): Declare as "pure" functions.
36147
36148 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36149
36150         * modules/xalloc (Files): Undo latest change, since xalloc.h
36151         no longer needs SIZE_MAX or PTRDIFF_MAX.
36152
36153 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36154
36155         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36156         gl_PTRDIFF_MAX.
36157
36158 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36159
36160         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36161         "return", to pacify some unknown compiler.  Problem reported
36162         by Joerg Schilling.
36163
36164 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36165
36166         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36167         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36168         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36169         heuristic is just as accurate as far as we know, and it removes a
36170         dependency on size_max.m4 and ptrdiff_max.m4.
36171
36172 2003-11-11  Bruno Haible  <bruno@clisp.org>
36173
36174         * modules/xsize (Files): Add m4/size_max.m4.
36175         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36176
36177 2003-11-11  Bruno Haible  <bruno@clisp.org>
36178
36179         * m4/size_max.m4: New file.
36180         * m4/ptrdiff_max.m4: New file.
36181         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36182         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36183         (gl_XALLOC): Invoke it.
36184
36185 2003-11-11  Bruno Haible  <bruno@clisp.org>
36186
36187         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36188         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36189         defined.
36190
36191 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36192
36193         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36194         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36195         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36196         From Bruno Haible.
36197         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36198         not (size_t) -1, since it's defined here.
36199
36200 2003-11-09  Karl Berry  <karl@gnu.org>
36201
36202         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36203
36204 2003-11-06  Paul Eggert  <eggert@twinsun.com>
36205
36206         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
36207         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
36208         Reject sizes of exactly SIZE_MAX bytes.
36209         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
36210         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
36211
36212 2003-11-05  Bruno Haible  <bruno@clisp.org>
36213
36214         * lib/xsize.h: Include limits.h, to avoid a possible collision with
36215         SIZE_MAX defined in <limits.h> on Solaris.
36216
36217 2003-11-04  Jim Meyering  <jim@meyering.net>
36218
36219         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
36220         variable names, rather than @VAR@.
36221         * modules/poll: Likewise.
36222
36223 2003-11-04  Bruno Haible  <bruno@clisp.org>
36224
36225         * modules/xsize: New file.
36226         * modules/linebreak: Depend on xsize.
36227         * MODULES.html.sh (func_all_modules): Add xsize.
36228
36229 2003-11-04  Bruno Haible  <bruno@clisp.org>
36230
36231         * m4/xsize.m4: New file.
36232
36233 2003-11-04  Bruno Haible  <bruno@clisp.org>
36234
36235         * lib/xsize.h: New file.
36236         * lib/linebreak.c: Include xsize.h.
36237         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
36238         argument for overflow.
36239         Suggested by Paul Eggert.
36240
36241 2003-11-03  Karl Berry  <karl@gnu.org>
36242
36243         * config/config.{guess,sub}: update from config.
36244
36245 2003-11-03  Jim Meyering  <jim@meyering.net>
36246
36247         * modules/userspec (lib_SOURCES): Add userspec.h.
36248         (Include): Add "userspec.h".
36249         Improve description.
36250
36251 2003-11-03  Jim Meyering  <jim@meyering.net>
36252
36253         * lib/userspec.c: Include "userspec.h".
36254         * lib/userspec.h: New file.
36255
36256 2003-11-03  Bruno Haible  <bruno@clisp.org>
36257
36258         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
36259
36260 2003-11-03  Bruno Haible  <bruno@clisp.org>
36261
36262         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
36263         available, to avoid (extremely rare) race condition.
36264         Suggested by Paul Eggert.
36265
36266 2003-11-02  Karl Berry  <karl@gnu.org>
36267
36268         * config/srclist.txt (vasprintf.c): sync broken, sigh.
36269
36270 2003-10-31  Paul Eggert  <eggert@twinsun.com>
36271
36272         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
36273         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
36274         (read_filesystem_list): Set and use me_type_malloced.
36275         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
36276         whatever the type happens to be), for brevity and consistency.
36277         Check for size calculation overflow on Alphas running OSF/1.
36278
36279 2003-10-31  Jim Meyering  <jim@meyering.net>
36280
36281         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
36282
36283         * lib/linebuffer.c: Include <string.h> for declaration of memset.
36284
36285 2003-10-30  Paul Eggert  <eggert@twinsun.com>
36286             Bruno Haible  <bruno@clisp.org>
36287
36288         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
36289         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
36290
36291 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36292
36293         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
36294         netbsd*-gnu*.  Suggested by Robert Millan.
36295
36296 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36297
36298         * modules/group-member: Depend on stdbool.
36299
36300 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36301
36302         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
36303
36304 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36305
36306         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
36307         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
36308         after the 'gnu' in these cases.  This fixes some bugs in the
36309         previous change, and is based on suggestions by Robert Millan.
36310
36311 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36312
36313         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
36314         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
36315         no longer needed.
36316         * lib/quotearg.c (quotearg_n_options): Use it.
36317         * lib/group-member.c: Include <stdbool.h>.
36318         (free_group_info): Arg is now const *; don't free arg.
36319         (get_group_info): Now returns bool and accepts struct group_info *,
36320         rather than returning a malloc'ed struct group_info *.
36321         All uses changed.  Check for overflow in internal size calculation.
36322
36323         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
36324         rather than xmalloc/xrealloc.
36325         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
36326         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
36327         conformance bug: the old code used a pointer after freeing the
36328         storage that it addressed.
36329         * lib/hash.c (hash_initialize): Simplify the code by using
36330         xalloc_oversized rather than doing it by hand.
36331         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
36332         the buffer preserved.  Use free and xmalloc instead.
36333         * lib/quotearg.c (quotearg_n_options): Likewise.
36334         Use a simpler test for size overflow.  Don't use xalloc_oversized
36335         because unsigned int might be wider than size_t (!); this suggests
36336         that we should switch from unsigned int to size_t for slot numbers.
36337
36338 2003-10-28  Paul Eggert  <eggert@twinsun.com>
36339
36340         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
36341         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
36342         NetBSD kernels.  Requested by Richard Stallman.
36343
36344 2003-10-27  Paul Eggert  <eggert@twinsun.com>
36345
36346         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
36347         to allocate the returned structure.  Do not allocate a subarray,
36348         as x2nrealloc will do that.
36349         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
36350         instead of xnrealloc.
36351         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
36352
36353 2003-10-27  Bruno Haible  <bruno@clisp.org>
36354
36355         * lib/stdbool_.h: Better support for BeOS.
36356
36357 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36358
36359         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
36360         now uses inline.
36361
36362 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36363
36364         * lib/xalloc.h (xalloc_oversized): New static inline function, for
36365         callers that want to do their own size-overflow checking.  Include
36366         <stdbool.h>, since xalloc_oversized returns bool.
36367         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
36368         to use xalloc_oversized.
36369
36370         Add two functions x2realloc, x2nrealloc, for programs that grow
36371         arrays dynamically by doubling their sizes.
36372         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
36373         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
36374         New functions.
36375
36376         Port to C99 semantics for 'inline' of external functions.
36377         Bug reported by Bruno Haible.
36378         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
36379         with the old contents of xnmalloc.
36380         (xnmalloc, xmalloc): Use it.
36381         (xnrealloc_inline): New static inline function,
36382         with the old contents of xnrealloc.
36383         (xnrealloc, xrealloc): Use it.
36384
36385         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
36386         that.
36387
36388 2003-10-26  Karl Berry  <karl@gnu.org>
36389
36390         * config/srclist.txt (COPYING.DOC): no longer available from
36391         /gd/gnuorg; don't know where the ultimate source is.
36392
36393 2003-10-25  Paul Eggert  <eggert@twinsun.com>
36394
36395         Fix several address-calculation bugs in the hash modules,
36396         plus some minor code cleanup.
36397
36398         * lib/hash.h: Include <stdbool.h>, for bool.
36399         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
36400         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
36401         hash_get_n_entries, hash_get_max_bucket_length,
36402         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
36403         hash_rehash): Use size_t rather than unsigned.
36404         * lib/hash.c (struct hash_table, hash_get_n_buckets,
36405         hash_get_n_buckets_used, hash_get_n_entries,
36406         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
36407         hash_get_entries, hash_do_for_each, hash_string, is_prime,
36408         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
36409         Likewise.
36410         (SIZE_MAX): Define if not defined.
36411         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
36412         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
36413         hash_print):
36414         Use const * when possible.
36415         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
36416         (check_tuning): Fix bug: if tuning parameters were very close to
36417         0 or 1, rounding errors could have caused subscript violations.
36418         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
36419         (hash_initialize): Add 'fail:' label
36420         to free table and return NULL, and use it to simplify code.
36421         Use calloc rather than clearing the storage ourself.
36422         (hash_initialize, hash_rehash): Check for arithmetic overflow in
36423         buffer size calculations.
36424         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
36425         Include <stddef.h>, for size_t.
36426         * lib/hash-pjw.c (hash_pjw): Likewise.
36427         Switch to method described by Bruno Haible.
36428         Include <limits.h>, for CHAR_BIT.
36429         (SIZE_BITS): New macro.
36430
36431 2003-10-23  Paul Eggert  <eggert@twinsun.com>
36432
36433         * m4/getline.m4 (AM_FUNC_GETLINE):
36434         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
36435         hosts.  Problem reported by Derek Robert Price in
36436         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
36437         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
36438         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
36439
36440 2003-10-21  Paul Eggert  <eggert@twinsun.com>
36441
36442         * lib/getndelim2.c (getndelim2): When size calculation overflows,
36443         ceiling the allocation at NMAX bytes rather than silently
36444         discarding input bytes before NMAX is reached.  This makes
36445         a difference only if NMAX exceeds SIZE_MAX / 2.
36446
36447         * lib/obstack.c: Merge from glibc.
36448         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
36449         Add libc_hidden_def (_obstack_newchunk).
36450         (_obstack_free) [! defined _LIBC]: Remove.
36451         [defined _LIBC]: Make a strong alias from obstack_free, rather than
36452         a clone of the function body.
36453         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
36454         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
36455
36456         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
36457         glibc.
36458         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
36459         arg to memcpy.
36460
36461         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
36462         (obstack_ptr_grow_fast, obstack_int_grow_fast):
36463         Don't use lvalue casts, as GCC plans to remove support for them
36464         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
36465         was also present in the non-GCC version, indicating that this
36466         code had always been buggy and had never been widely used.
36467         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
36468         Use the fast variant of each macro, rather than copying the
36469         definiens of the fast variant; that way, we'll be more likely to
36470         catch future bugs in the fast variants.
36471
36472 2003-10-20  Bruno Haible  <bruno@clisp.org>
36473
36474         * modules/wait-process: New file.
36475         * MODULES.html.sh (func_all_modules): Add wait-process.
36476
36477 2003-10-20  Bruno Haible  <bruno@clisp.org>
36478
36479         * m4/wait-process.m4: New file.
36480
36481 2003-10-20  Bruno Haible  <bruno@clisp.org>
36482
36483         * lib/wait-process.h: New file, from GNU gettext.
36484         * lib/wait-process.c: New file, from GNU gettext.
36485
36486 2003-10-19  Jim Meyering  <jim@meyering.net>
36487
36488         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
36489         HPUX 10.20.
36490
36491 2003-10-18  Karl Berry  <karl@gnu.org>
36492
36493         * config/config.guess: update from config.
36494
36495 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36496
36497         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
36498         (getgroups): First arg is int, not size_t.
36499         Don't let 'free' mangle errno.
36500
36501 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36502
36503         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
36504
36505 2003-10-16  Karl Berry  <karl@gnu.org>
36506
36507         * config/config.{guess,sub}: update from config.
36508
36509 2003-10-16  Jim Meyering  <jim@meyering.net>
36510
36511         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
36512         memcpy.
36513
36514 2003-10-15  Paul Eggert  <eggert@twinsun.com>
36515
36516         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
36517         (SIZE_MAX): Remove.
36518         (new_exclude, add_exclude_file): Initial size no longer needs to
36519         be a power of 2.
36520         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
36521         our own address arithmetic overflow checking.
36522
36523         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
36524         (fnmatch): Do not alloca more than 2000 wide characters;
36525         instead, use malloc for large buffers.
36526         Check for address arithmetic overflow, and return -1
36527         with errno set to ENOMEM in that case.
36528         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
36529         (NEW_PATTERN): Do not alloca more than 8000 bytes;
36530         instead, return -1.  Check for address arithmetic overflow.
36531
36532 2003-10-14  Paul Eggert  <eggert@twinsun.com>
36533
36534         Handle invalid suffixes and overflow independently, so that
36535         callers can treat them independently as needed.  Fix some bugs in
36536         suffix handling, e.g., "100k@" was not diagnosed as an invalid
36537         suffix for a human-readable blocksize.  The major caller-visible
36538         change is the addition of a new
36539         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
36540         that both overflow and suffix chars were found.
36541
36542         * lib/human.c (humblock): Don't check separately for invalid suffix
36543         char; that is xstrtoumax's job (now that its bug is fixed).
36544         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
36545         INTMAX_MAX]: New macros.
36546         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
36547         TYPE_MAXIMUM): New macros.
36548         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
36549         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
36550         if overflow occurs, as it's what __strtol does and it's more useful
36551         in practice.
36552         (__xstrtol): If __strtol reports some error other than ERANGE,
36553         reflect it to the caller as LONGINT_INVALID.  If it reports
36554         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
36555         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
36556         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
36557         value.
36558         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
36559         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
36560         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
36561         [defined UINTMAX_MAX]: New macros.
36562
36563 2003-10-14  Bruno Haible  <bruno@clisp.org>
36564
36565         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
36566
36567 2003-10-14  Bruno Haible  <bruno@clisp.org>
36568
36569         * m4/sig_atomic_t: New file, from GNU gettext.
36570         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
36571
36572 2003-10-14  Bruno Haible  <bruno@clisp.org>
36573
36574         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
36575         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
36576         Also use volatile where needed.
36577
36578 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36579
36580         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
36581         Change maintainer from Bruno Haible to 'all'.
36582
36583 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36584
36585         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
36586
36587 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36588
36589         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
36590         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
36591         and define in terms of the other primitives.
36592         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
36593         (SIZE_MAX): Define if not already defined.
36594         (array_size_overflow): New function.
36595         (xalloc_die): Abort instead of exiting if 'error' returns.
36596         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
36597         (xmalloc, xrealloc): Use them.
36598         (xcalloc): Check for address arithmetic overflow.
36599         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
36600         a bit faster than strcpy.
36601
36602 2003-10-10  Simon Josefsson  <jas@extundo.com>
36603
36604         * modules/argp (Depends-on): Add restrict and strcase.
36605
36606 2003-10-10  Simon Josefsson  <jas@extundo.com>
36607
36608         * m4/argp.m4: Add AC_C_INLINE.
36609
36610 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36611
36612         Merge getpass from libc, plus a few fixes.
36613
36614         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
36615         Include <stdbool.h>.
36616         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
36617         __fsetlocking to empty.
36618         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
36619         do include <bits/libc-lock.h>.
36620         Do not include <fcntl.h>; not needed.
36621         [_LIBC]: Include <wchar.h>.
36622         (NOTCANCEL_MODE): New macro.
36623         (flockfile, funlockfile) [_LIBC]: New macros.
36624         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
36625         [!_LIBC]: New macros.
36626         (call_fclose): New function.
36627         (getpass): Use it.  Save tty stream separately; this simplifies the
36628         code and makes it more reliable if stdin happens to equal stdout.
36629         Invoke __fsetlocking on tty.
36630         Handle thread cancellation if needed.
36631         Namespace cleanup (use __tcgetattr, __getline).
36632         Use bool for Booleans.
36633         [USE_IN_LIBIO]: Handle wide streams.
36634         [!_LIBC]: Unconditionally do the fseek, since we don't know what
36635         stream might go where.
36636
36637         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
36638         doesn't have to include <stdio.h> before us.
36639         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
36640         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
36641         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
36642         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
36643         if not declared, so that we can use getpass.c code from libc without
36644         rewriting it.
36645         (flockfile, ftrylockfile, funlockfile): New macros.
36646
36647 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36648
36649         * modules/getpass: Depend on stdbool.
36650
36651 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36652
36653         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
36654
36655 2003-10-07  Karl Berry  <karl@gnu.org>
36656
36657         * config/config.{guess,sub}: update from config.
36658
36659 2003-10-06  Jim Meyering  <jim@meyering.net>
36660             Bruno Haible  <bruno@clisp.org>
36661
36662         This lets translators provide better translations for the
36663         "Written by ..." part of --version output.
36664         * lib/version-etc.h: Include stdarg.h.
36665         (version_etc_copyright): Declare as readonly.
36666         (version_etc): Make this function variadic with a NULL-terminated list
36667         of author name strings.
36668         (version_etc_va): New declaration.
36669         * lib/version-etc.c: Include stdarg.h, stdlib.h.
36670         (version_etc_copyright): Declare as readonly.
36671         (version_etc_va): New function. Provide a different translatable string
36672         for each possible number of authors < 10. Abbreviate when there are 10
36673         authors or more.
36674         (version_etc): Make this function variadic. Call version_etc_va.
36675         Suggestion from Gary V. Vaughan.
36676
36677         * lib/long-options.h (parse_long_options): Change prototype: the
36678         authors string is moved to the end and becomes variadic.
36679         * lib/long-options.c: Include stdarg.h.
36680         (parse_long_options): Make this function variadic, too.
36681         Call version_etc_va, not version_etc.
36682
36683 2003-10-06  Bruno Haible  <bruno@clisp.org>
36684
36685         * modules/version-etc-2: Remove file.
36686         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
36687
36688 2003-10-06  Bruno Haible  <bruno@clisp.org>
36689
36690         * modules/fatal-signal: New file.
36691         * MODULES.html.sh (func_all_modules): Add fatal-signal.
36692
36693 2003-10-06  Bruno Haible  <bruno@clisp.org>
36694
36695         * m4/fatal-signal.m4: New file.
36696         * m4/signalblocking.m4: New file, from GNU gettext.
36697
36698 2003-10-06  Bruno Haible  <bruno@clisp.org>
36699
36700         * lib/version-etc-2.h: Remove file.
36701         * lib/version-etc-2.c: Remove file.
36702
36703 2003-10-06  Bruno Haible  <bruno@clisp.org>
36704
36705         * lib/fatal-signal.h: New file, from GNU gettext.
36706         * lib/fatal-signal.c: New file, from GNU gettext.
36707
36708 2003-10-05  Paul Eggert  <eggert@twinsun.com>
36709
36710         * README: Rework advice for preventing empty .o files.
36711         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
36712         not <sys/types.h>.
36713
36714 2003-10-04  Karl Berry  <karl@gnu.org>
36715
36716         * lib/argp*: update from libc.
36717
36718 2003-10-04  Karl Berry  <karl@gnu.org>
36719
36720         * config/config.{guess,sub}: update from config.
36721
36722 2003-10-02  Bruno Haible  <bruno@clisp.org>
36723
36724         * modules/lchown (Include): Add lchown.h.
36725         * modules/time_r (Include): Use "..." syntax.
36726         * modules/xgetdomainname (Include): Add xgetdomainname.h.
36727
36728 2003-10-01  Simon Josefsson  <jas@extundo.com>
36729
36730         * MODULES.html.sh (func_all_modules): Move gethostname from section
36731         'based on' to section 'lacking' POSIX:2001.
36732
36733 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
36734
36735         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
36736         to output mode on the same stream.
36737
36738 2003-09-29  Paul Eggert  <eggert@twinsun.com>
36739
36740         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
36741         Fix arg typo in previous patch.
36742
36743 2003-09-28  Jim Meyering  <jim@meyering.net>
36744
36745         * lib/error.c: Correct cpp indentation.
36746
36747 2003-09-27  Paul Eggert  <eggert@twinsun.com>
36748
36749         * modules/free: New file.
36750
36751 2003-09-27  Paul Eggert  <eggert@twinsun.com>
36752
36753         * m4/free.m4: New file.
36754
36755 2003-09-27  Paul Eggert  <eggert@twinsun.com>
36756
36757         * lib/minmax.h (MIN, MAX)
36758         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
36759         Omit the special code that used __typeof__, since we worry that
36760         it could be more trouble than it's worth.  See:
36761         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
36762         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
36763
36764         * lib/free.c: New file.
36765
36766 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
36767
36768         Trivial fixes to Makefile.am parts of module listings.
36769         * modules/strstr: Append strstr.h to lib_SOURCES.
36770         * modules/strcase: Likewise, for strcase.h.
36771
36772 2003-09-27  Karl Berry  <karl@gnu.org>
36773
36774         * config/mkinstalldirs: update from automake.
36775
36776 2003-09-26  Paul Eggert  <eggert@twinsun.com>
36777
36778         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
36779         (error_tail): Do not loop, reallocating temporary buffer, since
36780         the output cannot contain more wide characters than the input
36781         contains bytes, the size must be big enough already.  This avoids
36782         one potential size overflow calculation.  Check for size overflow
36783         when calculating temporary buffer size.  Free temporary buffer
36784         when done, if it was allocated with malloc; this plugs a memory
36785         leak.  Remove casts from void * to pointers, that are no longer
36786         needed now that we're assuming C89 or better.
36787
36788         Merge error changes from glibc.
36789
36790         * lib/error.c, error.h: Update copyright notice header to match glibc.
36791         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
36792         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
36793         Disable cancellation while printing error.
36794         * lib/error.h: Prepend __ to parameter names.
36795
36796 2003-09-26  Jim Meyering  <jim@meyering.net>
36797
36798         * lib/error.c (error_tail): Move some declarations
36799         into inner scope where the local variables are used.
36800
36801 2003-09-26  Bruno Haible  <bruno@clisp.org>
36802
36803         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
36804         stpncpy().
36805         Don't define stpncpy through config.h; it's now done through stpncpy.h.
36806
36807 2003-09-26  Bruno Haible  <bruno@clisp.org>
36808
36809         * lib/stpncpy.h (gnu_stpncpy): New declaration.
36810         (stpncpy): Define as alias for gnu_stpncpy.
36811         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
36812
36813 2003-09-25  Simon Josefsson  <jas@extundo.com>
36814
36815         * lib/xgetdomainname.h: New file.
36816         * lib/xgetdomainname.c: New file.
36817
36818 2003-09-25  Simon Josefsson  <jas@extundo.com>
36819             Bruno Haible  <bruno@clisp.org>
36820
36821         * modules/getdomainname: New file.
36822         * modules/xgetdomainname: New file.
36823         * MODULES.html.sh (func_all_modules): Add getdomainname,
36824         xgetdomainname.
36825
36826 2003-09-25  Simon Josefsson  <jas@extundo.com>
36827             Bruno Haible  <bruno@clisp.org>
36828
36829         * m4/getdomainname.m4: New file.
36830
36831 2003-09-25  Simon Josefsson  <jas@extundo.com>
36832             Bruno Haible  <bruno@clisp.org>
36833
36834         * lib/getdomainname.h: New file.
36835         * lib/getdomainname.c: New file.
36836
36837 2003-09-25  Karl Berry  <karl@gnu.org>
36838
36839         * lib/argp-fmtstream.c, argp-help.c: update from libc.
36840
36841 2003-09-25  Karl Berry  <karl@gnu.org>
36842
36843         * config/install-sh: update from automake.
36844
36845 2003-09-25  Bruno Haible  <bruno@clisp.org>
36846
36847         * modules/version-etc-2: New file, from modules/version-etc with
36848         modifications.
36849         * MODULES.html.sh (func_all_modules): Add version-etc-2.
36850
36851 2003-09-25  Bruno Haible  <bruno@clisp.org>
36852
36853         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
36854         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
36855
36856 2003-09-24  Simon Josefsson  <jas@extundo.com>
36857
36858         * modules/xgethostname: Add xgethostname.h.
36859
36860 2003-09-24  Paul Eggert  <eggert@twinsun.com>
36861
36862         * lib/linebuffer.c (freebuffer): Don't free the argument, just
36863         the buffer associated with the argument.  Bug reported by
36864         Simon Josefsson.
36865
36866 2003-09-24  Paul Eggert  <eggert@twinsun.com>
36867
36868         * README: Document assumptions that 'int' is at least 32 bits
36869         wide, that integer arithmetic is 2's complement without overflow,
36870         that there are no holes in integer values, that adding sizes of
36871         two nonoverlapping objects can't overflow, and that all-bits-zero
36872         yields scalar zero.  Fix spelling and capitalization typos.
36873
36874 2003-09-19  Karl Berry  <karl@gnu.org>
36875
36876         * lib/argp.h: update from libc.
36877
36878 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36879
36880         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
36881         to avoid spurious warnings like "AC_RUN_IFELSE was called before
36882         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
36883
36884 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36885
36886         * gnulib-tool: Use "test -h", not "test -L", for portability
36887         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
36888         (tags_regexp): Remove, since \| doesn't conform to POSIX.
36889         (sed_extract_prog): Issue s commands one-by-one, rather than
36890         using \| in one s command.
36891
36892 2003-09-16  Paul Eggert  <eggert@twinsun.com>
36893
36894         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
36895         input error, instead of returning NULL the next time we are called
36896         (and therefore losing track of errno).
36897
36898 2003-09-16  Bruno Haible  <bruno@clisp.org>
36899
36900         * gnulib-tool (func_create_testdir): Warn about duplicated
36901         dependencies.
36902
36903 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36904
36905         * modules/argmatch, modules/fatal, modules/obstack,
36906         modules/xalloc, modules/xgethostname: Sort dependencies by
36907         importance, not alphabetically.
36908
36909 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36910
36911         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
36912         fails, so that the caller gets the proper errno.
36913
36914         * lib/readutmp.c (read_utmp): Likewise.
36915         Check for fstat error.  Close stream and free storage
36916         when failing.
36917
36918 2003-09-14  Karl Berry  <karl@gnu.org>
36919
36920         * config/srclist.txt (strdup.c): disable for c89 changes.
36921
36922 2003-09-14  Jim Meyering  <jim@meyering.net>
36923
36924         * lib/getloadavg.c: Correct cpp indentation.
36925         * lib/strdup.c: Likewise.
36926         * lib/vasnprintf.c: Likewise.
36927
36928 2003-09-14  Bruno Haible  <bruno@clisp.org>
36929
36930         * modules/fwriteerror: New file.
36931         * MODULES.html.sh (func_all_modules): Add fwriteerror.
36932
36933 2003-09-14  Bruno Haible  <bruno@clisp.org>
36934
36935         * lib/fwriteerror.h: New file.
36936         * lib/fwriteerror.c: New file.
36937
36938 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36939
36940         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
36941         modules/xgethostname, modules/xalloc: Depend on exit.
36942
36943 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36944
36945         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
36946
36947         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
36948         and AC_MINIX, too, so that their extensions are available.
36949
36950         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
36951         This macro has been superseded by gl_BACKUPFILE.
36952
36953         More patches to assume C89 or better.
36954
36955         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
36956
36957         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
36958         unconditionally.
36959         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
36960         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
36961         Include <string.h>, <stdlib.h> unconditionally.
36962         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
36963         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
36964         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
36965         headers or for string.h.
36966         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
36967         or strtoul.
36968
36969         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
36970         headers.
36971         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
36972         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36973         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
36974         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
36975         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36976         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
36977         memcpy, memset.
36978         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
36979         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
36980         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
36981         strtol.
36982         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
36983         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
36984         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
36985         strtoul.
36986
36987 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36988
36989         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
36990         * lib/obstack.c [!defined _LIBC]: Likewise.
36991         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
36992         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
36993         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
36994
36995         More changes to assume C89 or better.
36996
36997         * lib/error.c (error_tail): Assume vprintf.
36998
36999         * lib/argmatch.c (getenv): Remove decl.
37000         * lib/progreloc.c (get_full_program_name): Define via prototype.
37001         * lib/setenv.c (clearenv): Likewise.
37002         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
37003         needed.
37004         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
37005         (malloc, memcpy): Remove decls.
37006         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
37007         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
37008         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37009         (memcpy): Remove macro.
37010         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
37011         (__P): Remove.  All uses removed.
37012         (PTR): Remove.  All uses changed to void *.
37013         (CHAR_BIT, NULL): Remove.
37014         (spaces, zeros, memset_space, memset_zero)
37015         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
37016         Remove.
37017         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
37018         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
37019         Define with prototype.
37020         Remove now-unnecessary prototype decl.
37021         (extra_args_spec): Assume ANSI C.  All uses changed.
37022         (extra_args_spec_iso): Remove.
37023         (my_strftime, emacs_strftimeu): Define via prototype.
37024         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37025         unconditionally.
37026         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37027         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37028         (strtoul, strtol): Remove decls.
37029         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37030         LONG_MAX): Remove.
37031         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37032         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37033         (LOCALE_PARAM_PROTO): New macro.
37034         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37035         (INTERNAL (strtol), strtol): Define with a prototype.
37036         (PARAMS): Remove.  All uses removed.
37037         * lib/tempname.c: Include <string.h> unconditionally.
37038         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37039         * lib/xgethostname.c (main): Define with a prototype.
37040         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37041         Include <stdlib.h> unconditionally.
37042         (calloc, malloc, realloc, free): Remove decls.
37043         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37044         Include <stdlib.h> unconditionally.  Sort include file names.
37045         (strtod): Remove.
37046         (xstrtod): Define with a prototype.
37047         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37048         (strtol, strtoul): Remove decls.
37049
37050 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37051
37052         More patches to assume C89 or better.
37053         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37054         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37055         string.h, memchr, STDC_HEADERS.
37056
37057 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37058
37059         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37060         Include <stdlib.h>, <string.h> unconditionally.
37061         Remove now-unnecessary cast to char *.
37062         * lib/strnlen.c: Include <string.h> unconditionally.
37063         * lib/yesno.c (yesno): Define with a prototype.
37064
37065 2003-09-11  Bruno Haible  <bruno@clisp.org>
37066
37067         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37068
37069 2003-09-10  Jim Meyering  <jim@meyering.net>
37070
37071         * lib/error.c: Correct indentation of cpp directives.
37072
37073 2003-09-10  Bruno Haible  <bruno@clisp.org>
37074
37075         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37076         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37077         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37078         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37079         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37080         <stdlib.h> and <string.h> checks.
37081         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37082         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37083
37084 2003-09-10  Bruno Haible  <bruno@clisp.org>
37085
37086         * lib/strcspn.c: Include <string.h> unconditionally.
37087         * lib/strpbrk.c: Include <string.h> unconditionally.
37088         * lib/strstr.c: Include <string.h> unconditionally.
37089         * lib/unicodeio.c: Include <string.h> unconditionally.
37090         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37091         * lib/unsetenv.c: Likewise.
37092         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37093         * lib/yesno.c: Include <stdlib.h> unconditionally.
37094         (rpmatch): Add prototype.
37095
37096 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37097
37098         More patches to assume C89 or better.
37099         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37100         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37101         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37102         or for string.h.
37103         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37104         stdlib.h.
37105         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37106         C headers.
37107         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37108         string.h.
37109         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37110         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37111         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37112         or for string.h.
37113         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37114         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37115         C headers.
37116         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37117         memcpy.
37118         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37119         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37120         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37121         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37122         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37123         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37124         string.h, free.
37125         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37126         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37127         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37128         C headers, or for string.h.
37129         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37130         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37131         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37132         headers, memory.h, stdlib.h, string.h, strings.h.
37133         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37134         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37135         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37136         strchr.
37137         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37138         headers, memory.h, string.h.
37139         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37140         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37141         free.
37142         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37143         headers.
37144         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37145         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37146         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37147         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37148         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37149
37150 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37151
37152         More K&R removal.
37153
37154         * lib/acosl.c (main): Use a prototype.
37155         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37156         tanl.c: Likewise.
37157
37158         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37159
37160         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37161         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37162         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37163         with a prototype.
37164         * lib/getopt.c (const): Remove macro.
37165         Include <string.h> unconditionally.
37166         (my_index): Remove; all uses changed to strchr.
37167         (strlen): Remove decl.
37168         (exchange): Remove forward decl; no longer needed.
37169         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37170         Define with prototype.
37171         * lib/getopt1.c (const): Remove macro.
37172         (getopt_long, getopt_long_only, main): Define with prototype.
37173
37174         * lib/getugroups.c: Include <string.h> unconditionally.
37175
37176         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37177         (getusershell, setusershell, endusershell, readname, main):
37178         Define with prototypes.
37179
37180         * lib/group-member.c: Include group-member.h first.
37181         Include <stdlib.h> unconditionally.
37182
37183         * lib/hard-locale.c: Include hard-locale.h first.
37184         Include <stdlib.h>, <string.h> unconditionally.
37185
37186         * lib/hash.c (free, malloc): Remove decls.
37187         Include <stdlib.h> unconditionally.
37188
37189         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37190         (getenv): Do not declare.
37191
37192         * lib/idcache.c: Include <string.h> unconditionally.
37193
37194         * lib/long-options.c: Include long-options.h first, to test interface.
37195         Include <stdlib.h> unconditionally.
37196
37197         * lib/makepath.c: Include makepath.h first, to test interface.
37198         Include <stdlib.h> and <string.h> unconditionally.
37199
37200         * lib/linebuffer.c: Include <stdlib.h>.
37201         (free): Remove decl.
37202
37203         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37204         stddef.h. rpl_malloc returns void *, not char *.
37205         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
37206         prototype.
37207
37208         * lib/md5.h: Include <limits.h> unconditionally.
37209         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
37210         (__P): Remove; all uses removed.
37211         * lib/md5.c: Include "md5.h" first.
37212         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
37213         md5_buffer, md5_process_bytes, md5_process_block):
37214         Define with prototypes.
37215         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
37216         * lib/sha.c: Include "sha.h" first.
37217         Include <stdlib.h>, <string.h> unconditionally.
37218
37219         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
37220         * lib/memcmp.c (__ptr_t): Likewise.
37221         * lib/memrchr.c (__ptr_t): Likewise.
37222         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
37223         Include <string.h> unconditionally.
37224         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
37225         * lib/memchr.c: Include <stdlib.h> unconditionally.
37226         * lib/memchr.c (LONG_MAX): Remove.
37227         * lib/memrchr.c (LONG_MAX): Likewise.
37228         * lib/memchr.c (__memchr): Define via a prototype.
37229         * lib/memrchr.c (__memrchr): Likewise.
37230         * lib/memcmp.c (__P): Remove, and remove all uses.
37231         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
37232         Remove forward decls; no longer needed.
37233         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
37234         Use types required by C89 in prototype.
37235
37236         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
37237         * lib/savedir.c: Likewise.
37238         * lib/mkdir.c (free): Remove decl.
37239         * lib/rmdir.c (rmdir): Define with a prototype.
37240         * lib/savedir.c: Include savedir.h first, to test interface.
37241
37242         * lib/mktime.c (STDC_HEADERS): Remove.
37243         Include <stdlib.h>, <string.h> unconditionally.
37244
37245         * lib/modechange.c: Include <stdlib.h> unconditionally.
37246         (malloc): Remove decl.
37247
37248         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
37249         (free): Remove decl.
37250
37251         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
37252         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
37253         (This type really should be intptr_t, but that's a C99ism.)
37254         (_obstack_memcpy): Remove: all uses changed to memcpy.
37255         Include <string.h> unconditionally.
37256         (struct obstack): Assume __STDC__ for types of members
37257         chunkfun, freefun, extra_arg.
37258         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
37259         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
37260         obstack_begin, obstack_specify_allocation,
37261         obstack_specify_allocation_with_arg, obstack_chunkfun,
37262         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
37263         Remove unprototyped decls and the macros that use them.
37264         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
37265         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
37266         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
37267         (defined __STDC__ && __STDC__)]:
37268         Remove nonprototyped code.
37269         Include <stdlib.h> unconditionally.
37270         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
37271         _obstack_allocated_p, _obstack_free, obstack_free,
37272         _obstack_memory_used, print_and_abort):
37273         Define using prototypes.
37274         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
37275         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
37276         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
37277         obstack_next_free, obstack_object_size, obstack_room) [0]:
37278         Remove unused, unprototyped code.
37279
37280         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
37281
37282         * lib/physmem.c (physmem_total, physmem_available, main): Define
37283         with prototypes.
37284
37285         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
37286         (main): Define with a prototype.
37287
37288         * lib/posixver.c (getenv): Remove decl.
37289
37290         * lib/putenv.c (malloc): Returns void *, not char *.
37291         Include <string.h> unconditionally.
37292         (strchr, memcpy, NULL): Do not define.
37293
37294         * lib/readtokens.c: Include readtokens.h first, to test interface.
37295         Include <stdlib.h>, <string.h> unconditionally.
37296         (init_tokenbuffer): Define with a prototype.
37297
37298         * lib/regex.c (PARAMS): Remove.  All uses removed.
37299         All uses of _RE_ARGS removed, too.
37300         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37301         unconditionally.
37302         (bzero): Assume memset exists.
37303         (memcmp, memcpy, NULL): Remove.
37304         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
37305         char, or assignments to local vars of type signed char.
37306         (init_syntax_once, PREFIX(extract_number_and_incr),
37307         PREFIX(print_partial_compiled_pattern),
37308         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
37309         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
37310         PREFIX(regex_grow_registers), PREFIX(regex_compile),
37311         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
37312         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
37313         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
37314         wcs_compile_range, byte_compile_range, truncate_wchar,
37315         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
37316         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
37317         count_mbs_length, wcs_re_match_2_internal,
37318         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
37319         PREFIX(alt_match_null_string_p),
37320         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
37321         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
37322         regfree, PREFIX(extract_number)): Define with prototype.  Remove
37323         now-unnecessary declaration, if any.
37324         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
37325         regcomp, regexec):
37326         Remove now-unnecessary casts among pointer types.
37327         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
37328
37329         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
37330         (free): Remove decl.
37331
37332         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
37333
37334         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
37335         (free): Remove decl.
37336
37337         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
37338         * lib/xgetcwd.c: Likewise.
37339
37340         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
37341         (free): Remove decl.
37342
37343         * lib/strchrnul.c (strchrnul): Define with a prototype.
37344         Fix bug: c_in was not converted to char before searching.
37345
37346         The following changes are not K&R related:
37347
37348         * lib/group-member.h: Include <sys/types.h>, so that this file is
37349         self-contained.
37350         * lib/makepath.h: Likewise.
37351
37352         * lib/getusershell.c (readname, default_index, line_size, readname):
37353         Use size_t, not int, for sizes.
37354         (readname): If the size overflows, report an error instead of
37355         looping forever.
37356
37357 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37358
37359         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
37360         libc.
37361
37362 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37363
37364         * README: New section: portability guidelines.
37365
37366 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37367
37368         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
37369         C89 spec.
37370
37371 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37372
37373         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
37374
37375 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37376
37377         Assume C89 or better; remove K&R cruft.
37378         A few of these changes were first proposed by Derek Robert Price
37379         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
37380
37381         * lib/addext.c: Include <string.h> unconditionally.
37382         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
37383         Don't declare getenv or malloc.
37384
37385         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
37386         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
37387         (NULL): Remove.
37388         (find_stack_direction, alloca): Use prototypes.
37389
37390         * lib/atexit.c (atexit): Define using a prototype.
37391
37392         * lib/basename.c, dirname.c, stripslash.c:
37393         Include <string.h> unconditionally.
37394
37395         * lib/bcopy.c: Include <stddef.h>.
37396         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
37397
37398         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
37399
37400         * lib/error.h (error, error_at_line, error_print_progname)
37401         [! (defined (__STDC__) && __STDC__)]: Remove decls.
37402         * lib/error.c: Include error.h first, to check interface.
37403         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37404         (VA_START): Remove; all uses changeed to va_start.
37405         (exit, strerror): Remove decls.
37406         (error_print_progname): Prototype uncondionally.
37407         Don't include <errno.h>; no longer needed.
37408         (private_strerror): Remove.
37409         (error_tail): Always define.
37410         (error, error_at_line): Assume C89 or better; always use prototypes.
37411         * lib/fatal.c: Include "fatal.h" first, to test interface.
37412         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37413         (VA_START): Remove; all uses changed to va_start.
37414         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
37415         this case.
37416         (exit): Remove decl.
37417         (fatal): Prototype unconditionally.  Assume va_start works.
37418         Abort at end, to pacify gcc.
37419
37420         * lib/euidaccess.c (main): Define with a prototype.
37421
37422         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
37423
37424         * lib/exitfail.c: Include <stdlib.h> unconditionally.
37425
37426         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
37427         prototypes.
37428         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
37429         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
37430         (getenv): Remove decl.
37431         (fnmatch): Define using a prototype.
37432         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
37433         (FCT): Define using a prototype.
37434
37435         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
37436
37437         * lib/gethostname.c: Include <stddef.h>.
37438         (gethostname): Define with prototype.  Length is size_t, not int.
37439
37440 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37441
37442         Assume C89 or better; remove K&R cruft.
37443         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
37444         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
37445         string.h, getenv, malloc.
37446         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
37447         headers.
37448         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
37449         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
37450         do not check for strerror.
37451         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
37452         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
37453         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
37454         do not check for doprnt or vprintf.
37455         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
37456         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
37457
37458 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37459
37460         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
37461         getversion.c should have been removed then, but was accidentally
37462         preserved.
37463
37464         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
37465         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
37466
37467 2003-09-08  Karl Berry  <karl@gnu.org>
37468
37469         * config/config.sub, config.guess, srclistvars.sh: update from savannah
37470                 config, forget about prep.
37471
37472         * config/depcomp, missing: update from automake.
37473
37474 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37475
37476         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
37477         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37478
37479 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37480
37481         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
37482         copy_tm_result.  Bug reported by Simon Josefsson in
37483         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37484
37485 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37486
37487         * m4/time_r.m4: New file.
37488         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
37489         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
37490         is. Check for timegm declaration.
37491         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
37492         Do not check for gmtime_r.
37493         Replace mktime if __mktime_internal does not exist and if mktime
37494         hasn't been replaced already.
37495
37496 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37497
37498         * lib/time_r.c, lib/time_r.h: New files.
37499
37500         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
37501         __localtime_r.
37502         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
37503         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
37504
37505         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
37506         __gmtime_r.
37507         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
37508         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
37509         Include <time_r.h>.
37510
37511         * lib/timegm.c: Switch to glibc implementation, with the following
37512         changes:
37513         [defined HAVE_CONFIG_H]: Include <config.h>.
37514         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
37515         (__mktime_internal) [!defined _LIBC]: New decl.
37516         (__gmtime_r) [!defined _LIBC]: New macro and function.
37517         (timegm): Use a prototype, since gnulib assumes C89.
37518         Do not bother declaring tmp to be const, as it's not really usefu.
37519         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
37520         (timegm): Declare only if HAVE_DECL_TIMEGM.
37521
37522 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37523
37524         * MODULES.html.sh (func_all_modules): Add time_r.
37525         * modules/time_r: New file.
37526         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
37527         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
37528
37529 2003-09-03  Paul Eggert  <eggert@twinsun.com>
37530
37531         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
37532         Bug reported by Lute Kamstra in
37533         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
37534
37535         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
37536         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
37537         course with correspondingly smaller numbers for tomorrow and
37538         yesterday.  From Tadayoshi Funaba.  Originally installed into
37539         sh-utils on 1999-08-07, but the patch got lost (I guess during the
37540         coreutils merge?).
37541
37542 2003-08-31  Simon Josefsson  <jas@extundo.com>
37543
37544         * modules/timegm: New file.
37545         * MODULES.html.sh (func_all_modules): Add timegm.
37546
37547 2003-08-31  Simon Josefsson  <jas@extundo.com>
37548
37549         * m4/timegm.m4: New file.
37550
37551 2003-08-31  Simon Josefsson  <jas@extundo.com>
37552
37553         * lib/timegm.h: New file.
37554         * lib/timegm.c: New file.  Based on
37555         wget-1.8.2/src/http.c:mktime_from_utc.
37556
37557 2003-08-31  Karl Berry  <karl@gnu.org>
37558
37559         * lib/argp.h: update from libc.
37560
37561 2003-08-28  Bruno Haible  <bruno@clisp.org>
37562
37563         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
37564         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
37565         followed by '#define fnmatch fnmatch_posix' gives an error.
37566
37567 2003-08-28  Bruno Haible  <bruno@clisp.org>
37568
37569         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
37570         warning on QNX, which defines O_BINARY to 000000.
37571
37572 2003-08-27  Jim Meyering  <jim@meyering.net>
37573
37574         * m4/mkstemp.m4: Require that the system mkstemp be able to create
37575         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
37576         would fail after 32.  Reported by Danny Levinson.  Details here:
37577         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
37578
37579 2003-08-24  Bruno Haible  <bruno@clisp.org>
37580
37581         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
37582         MSVC7 <stdio.h> is included later.
37583
37584 2003-08-22  Simon Josefsson  <jas@extundo.com>
37585
37586         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
37587
37588 2003-08-20  Karl Berry  <karl@gnu.org>
37589
37590         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
37591
37592 2003-08-20  Bruno Haible  <bruno@clisp.org>
37593
37594         * modules/progname: New file.
37595         * MODULES.html.sh (func_all_modules): Add progname.
37596
37597 2003-08-20  Bruno Haible  <bruno@clisp.org>
37598
37599         * lib/progname.h: New file, from GNU gettext.
37600         * lib/progname.c: New file, from GNU gettext.
37601         * lib/progreloc.c: New file, from GNU gettext.
37602
37603 2003-08-19  Jim Meyering  <jim@meyering.net>
37604
37605         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
37606         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
37607
37608 2003-08-19  Bruno Haible  <bruno@clisp.org>
37609
37610         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
37611         more.
37612
37613 2003-08-19  Bruno Haible  <bruno@clisp.org>
37614
37615         * lib/xstrdup.c: Assume <string.h> exists.
37616
37617 2003-08-18  Paul Eggert  <eggert@twinsun.com>
37618
37619         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
37620         in makefile rules.
37621
37622 2003-08-18  Jim Meyering  <jim@meyering.net>
37623
37624         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
37625         * m4/lib-ld.m4: Likewise.
37626
37627 2003-08-18  Jim Meyering  <jim@meyering.net>
37628
37629         * lib/setenv.h: Indent nested cpp directive.
37630         * lib/vasnprintf.c: Remove trailing blanks.
37631
37632 2003-08-17  Simon Josefsson  <jas@extundo.com>
37633
37634         * modules/xstrndup: New file.
37635         * MODULES.html.sh (func_all_modules): Add xstrndup.
37636
37637 2003-08-17  Simon Josefsson  <jas@extundo.com>
37638
37639         * modules/argp: Fix autoconf macro name. Add more dependencies.
37640
37641 2003-08-17  Simon Josefsson  <jas@extundo.com>
37642
37643         * m4/xstrndup.m4: New file.
37644
37645 2003-08-17  Simon Josefsson  <jas@extundo.com>
37646
37647         * m4/argp.m4: New file.
37648
37649 2003-08-17  Simon Josefsson  <jas@extundo.com>
37650             Bruno Haible  <bruno@clisp.org>
37651
37652         * lib/xstrndup.h: New file.
37653         * lib/xstrndup.c: New file.
37654
37655 2003-08-17  Bruno Haible  <bruno@clisp.org>
37656
37657         * modules/strndup (Files, Include): Add lib/strndup.h.
37658
37659 2003-08-17  Bruno Haible  <bruno@clisp.org>
37660
37661         * modules/euidaccess (Files): Add lib/euidaccess.h.
37662
37663 2003-08-17  Bruno Haible  <bruno@clisp.org>
37664
37665         * lib/strndup.h: New file.
37666
37667 2003-08-17  Bruno Haible  <bruno@clisp.org>
37668
37669         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
37670         like AC_GNU_SOURCE.
37671         * modules/extensions (configure.ac): Comment out the invocation of
37672         gl_USE_SYSTEM_EXTENSIONS.
37673
37674 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37675
37676         Merges from coreutils, etc.
37677         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
37678         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
37679         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
37680         fixing a typo.
37681         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
37682         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
37683
37684 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37685
37686         Document merge from coreutils.
37687         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
37688         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
37689         * modules/utime: Add m4/utimes-null.m4.
37690
37691 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37692
37693         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
37694         space, undoing this 2003-08-12 change:
37695         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
37696
37697 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37698
37699         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
37700         strtoul.c from libc, undoing this 2003-08-12 change:
37701         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
37702
37703 2003-08-16  Jim Meyering  <jim@meyering.net>
37704
37705         Merges from coreutils.
37706         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
37707         prefix.  Adjust cache variables similarly.  Create 500 rather than
37708         just 300 files, to exercise bug on Darwin6.5, too.
37709         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
37710         $missing_dir.
37711         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
37712         AM_SYS_POSIX_TERMIOS.
37713         Reported by mkc@mathdogs.com.
37714         Also change use of $am_cv_sys_posix_termios
37715         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
37716         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
37717         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
37718         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
37719         in /proc/mounts until it finds one with matching device number.  This
37720         is unnecessary when the FILE argument *is* a mount point.  No stat call
37721         is necessary in that case.  So, disable the statvfs-testing code on
37722         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
37723         as RedHat bug# 84846.
37724         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
37725         to 1MB, so as not to render systems with no stack size limit (e.g.,
37726         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
37727         Include <unistd.h>.  On some systems,
37728         it is required for the definition of _SC_PAGESIZE.
37729
37730 2003-08-16  Jim Meyering  <jim@meyering.net>
37731
37732         Merge from coreutils.
37733         * lib/xstrtoimax.c: #else #if -> #elif.
37734         * lib/xstrtoumax.c: Likewise.
37735
37736 2003-08-16  Jim Meyering  <jim@meyering.net>
37737
37738         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
37739         * m4/utimes.m4: Removed.
37740         * m4/utimes-null.m4: Renamed from utimes.m4.
37741
37742         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
37743         to 1MB, so as not to render systems with no stack size limit (e.g.,
37744         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
37745         Include <unistd.h>.  On some systems,
37746         it is required for the definition of _SC_PAGESIZE.
37747
37748 2003-08-16  Jim Meyering  <jim@meyering.net>
37749         and Paul Eggert  <eggert@cs.ucla.edu>
37750
37751         Merges from coreutils, etc.
37752
37753         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
37754         using the latest version from cvs.  This avoids problems with #line
37755         directives using a vendor (Sun) compiler.
37756         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
37757         Don't set GETGROUPS_LIB here; now it's
37758         done via getgroups.m4's wrapper function.
37759         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
37760         rather than just in sh-util/configure.in, so that the
37761         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
37762         same.
37763         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
37764         AC_FUNC_GETLOADAVG where to find getloadavg.c.
37765         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
37766         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
37767         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
37768         Remove code that is now done by the newly-required macros.
37769         Append $(EXEEXT) to DF_PROG.
37770         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
37771         Do not invoke or require the following here,
37772         since prereq.m4 or some gnulib .m4 now does this for us:
37773         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
37774         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
37775         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
37776         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
37777         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
37778         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
37779         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
37780         AC_FUNC_OBSTACK.
37781         Do not replace the following functions, as this is now the job
37782         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
37783         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
37784         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
37785         atexit getpass, strdup, getpagesize.
37786         Replace 'raise'.
37787         Do not check for the following functions, as this is now the job
37788         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
37789         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
37790         setregid.
37791         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
37792         Check for sys/sysctl.h.
37793         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
37794         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
37795         of checking for ssize_t ourselves.
37796
37797         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
37798         Require every macro that gnulib/modules/* suggests for us.
37799         (jm_PREREQ_ADDEXT): New macro.
37800         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
37801         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
37802
37803         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
37804         (gl_PHYSMEM): Use it.
37805         Also check for `table' function.
37806         Check for new headers and functions.
37807         Add check for sys/sysmp.h.
37808         With suggestions from Kaveh Ghazi.
37809         Ignore headers that are present but cannot be compiled.  This
37810         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
37811         C 5.4.
37812
37813 2003-08-15  Paul Eggert  <eggert@twinsun.com>
37814
37815         Document merge from coreutils.
37816         * modules/userspec: Depend on posixver.
37817         * modules/strftime: Depend on tzset.
37818
37819 2003-08-15  Paul Eggert  <eggert@twinsun.com>
37820
37821         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
37822         rather than tab, after '#' in shell-script copyright notices.
37823         Suggested by Bruno Haible.
37824
37825 2003-08-15  Paul Eggert  <eggert@twinsun.com>
37826
37827         * config/srclist-update: Use three spaces, rather than tab, after '#'
37828         in shell-script copyright notices.  Suggested by Bruno Haible.
37829         Remove unnecessary parenthesization in regular expression.
37830
37831 2003-08-15  Jim Meyering  <jim@meyering.net>
37832
37833         Merge from coreutils.
37834         * lib/xgethostname.c: Include <stdlib.h>.
37835         (xghostname): Don't exit for anything other than memory-related
37836         failure; just return NULL.
37837         * lib/userspec.c: Include "posixver.h".
37838         (parse_user_spec): Accept `.' as a separator only
37839         in pre-POSIX-200112 mode.
37840         * lib/strtoimax.c: Use #elif rather than #else #if.
37841         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
37842         Remove function, now that we can rely on a working tzset function.
37843         [!_LIBC]: Ensure that the required autoconf test has been run.
37844         [!defined _NL_CURRENT && HAVE_STRFTIME]:
37845         Use underlying_strftime for %r.
37846         * lib/sha.c: Merge in some clean-up and optimization changes from
37847         glibc.
37848         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
37849         Ensure that it is a multiple of 64.
37850         Rearrange loop exit tests so as to avoid performing an
37851         additional fread after encountering an error or EOF.
37852         * lib/realloc.c: Update copyright date.
37853
37854 2003-08-15  Jim Meyering  <jim@meyering.net>
37855         and Paul Eggert  <eggert@twinsun.com>
37856
37857         Merge from coreutils.
37858         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
37859         member but strut utmpx does not.  Needed for AIX 4.3.3.
37860         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
37861
37862 2003-08-15  Jim Meyering  <jim@meyering.net>
37863         and Paul Eggert  <eggert@cs.ucla.edu>
37864
37865         Merges from coreutils, etc.
37866         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
37867         Require gl_FUNC_TZSET_CLOBBER.
37868         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
37869         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
37870         members.
37871
37872 2003-08-14  Paul Eggert  <eggert@twinsun.com>
37873
37874         Help the merge from coreutils.
37875         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
37876         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
37877         * m4/tzset.m4: Use it too.
37878
37879 2003-08-14  Paul Eggert  <eggert@twinsun.com>
37880
37881         * modules/tzset: New file.
37882
37883 2003-08-14  Jim Meyering  <jim@meyering.net>
37884
37885         Merges from coreutils.
37886         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
37887         variable names, rather than @FNMATCH_H@.
37888         * modules/alloca: Likewise for $(ALLOCA_H).
37889
37890         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
37891         the three copies of the literal target, `fnmatch.h'.
37892         * modules/alloca (alloca.h): Likewise.
37893
37894 2003-08-14  Jim Meyering  <jim@meyering.net>
37895
37896         Merge from coreutils.
37897         * m4/tzset.m4: New file.
37898         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
37899         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
37900         otherwise, AIX 5.1 systems would end up using the latter.
37901         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
37902         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
37903         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
37904         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
37905
37906 2003-08-14  Jim Meyering  <jim@meyering.net>
37907
37908         Merge from coreutils.
37909         * lib/obstack.h: Whitespace changes.
37910         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
37911         and xcalloc return values.
37912         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
37913         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
37914         hang on OSF/1 5.1 for DIR on both local and remote file systems.
37915         Reported by (and fix confirmed by) Nelson H. F. Beebe.
37916         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37917         error from mntctl.
37918         Use mntctl's return value to drive the entry-processing loop, since
37919         we can't rely on the value of the vmt_length member in the last
37920         entry.  On some systems doing so could result in exhausting
37921         virtual memory.  Based in part on a patch from Mike Jetzer.
37922
37923 2003-08-14  Jim Meyering  <jim@meyering.net>
37924         and Paul Eggert  <eggert@twinsun.com>
37925
37926         Merges from coreutils, plus other fixes.
37927         * lib/physmem.c: Merge in portability changes from gcc/libiberty
37928         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
37929         for credits and details.  Thanks to Kaveh Ghazi for helping
37930         to keep these files in sync.
37931         (ARRAY_SIZE): Define it.
37932         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
37933         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
37934         (memcasecmp): Don't assume size_t fits in unsigned int.
37935         Remove casts and duplicate code.
37936         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
37937         (memcpy): Remove definition.
37938         Merge in some clean-up and optimization changes from glibc.
37939         [BLOCKSIZE]: Move definition to top of file.
37940         Ensure that it is a multiple of 64.
37941         Rearrange loop exit tests so as to avoid performing an
37942         additional fread after encountering an error or EOF.
37943         * lib/md5.h (md5_uintptr): Define.
37944         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
37945         return to the initial working directory.  Preserve errno
37946         for caller.
37947         * lib/idcache.c: Include "xalloc.h".
37948         (xmalloc, xrealloc): Remove decls.
37949         (getuser): Remove casts no longer required in C89.
37950         * lib/human.c: Include stdio.h, for sprintf.
37951         * lib/group-member.c: Include "xalloc.h".
37952         (xmalloc, xrealloc): Remove decls.
37953         (get_group_info): Remove casts no longer required in C89.
37954         * lib/getusershell.c (readname): Remove casts no longer required in
37955         C89.
37956         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
37957         * lib/getline.c: Whitespace fix, from coreutils.
37958
37959 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37960
37961         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
37962         Check for isascii.
37963
37964         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37965         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37966         Undo previous (whitespace-only) change.
37967
37968 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37969
37970         * lib/exclude.c: Include <ctype.h>
37971         (IN_CTYPE_DOMAIN): New macro.
37972         (is_space): New fn.
37973         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
37974         and empty lines.
37975
37976         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37977         Undo previous (whitespace-only) change.
37978
37979 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37980
37981         * config/srclist-update: Change update back to the old behavior,
37982         leaving whitespace alone.  Use one 'sed' command rather than a
37983         pipeline.
37984         (fixlicense): Now a variable, not a function.
37985         (remove_trailing_blanks): Remove.
37986         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
37987         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37988         Undo previous (whitespace-only) change.
37989
37990 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37991
37992         Merge from coreutils.
37993         * modules/euidaccess: Add lib_SOURCES, include for new
37994         file euidaccess.h
37995
37996 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37997
37998         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37999         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38000         Normalize leading white space and remove trailing white space.
38001
38002         Merge from coreutils
38003         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
38004
38005         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
38006         0.12.1.  These files are now being upgraded automatically by
38007         ../config/srclist-update.
38008
38009 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38010
38011         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38012         Normalize leading white space and remove trailing white space.
38013         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
38014         notice, as per ../config/srclist-update.
38015
38016         Merge from coreutils.
38017         * lib/euidaccess.h: New file.
38018         * lib/euidaccess.c: Include it.
38019         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
38020         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
38021         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
38022
38023 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38024
38025         * config/srclist-update: Add copyright notice.
38026         (remove_id_lines, remove_trailing_blanks): New constants.
38027         (fixfile): Use them to normalize spacing a bit in copied files.
38028         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38029         Normalize leading white space and remove trailing white space.
38030
38031         * config/texinfo.tex: Sync with texinfo.
38032
38033         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38034         strtoul.c from libc, to merge coreutils whitespace changes.
38035
38036         * config/srclist.txt: Get the following m4 files from gettext:
38037         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38038         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38039         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38040         wint_t.m4.
38041
38042 2003-08-12  Karl Berry  <karl@gnu.org>
38043
38044         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38045         been made.
38046
38047 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38048
38049         * modules/gnu-source, m4/gnu-source.m4:
38050         Remove; we're assuming Autoconf 2.54 or later now.
38051         Suggested by Bruno Haible.
38052         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38053
38054 2003-08-11  Bruno Haible  <bruno@clisp.org>
38055
38056         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38057
38058 2003-08-11  Bruno Haible  <bruno@clisp.org>
38059
38060         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38061         (vasnprintf): Use it instead of wcslen.
38062
38063 2003-08-11  Bruno Haible  <bruno@clisp.org>
38064
38065         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38066         value to ensure that _Bool promotes to int. Use #define for _Bool when
38067         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38068
38069 2003-08-10  Karl Berry  <karl@gnu.org>
38070
38071         * lib/regex.h: update from libc (whitespace fix).
38072
38073 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38074
38075         Merge some files from coreutils.  These changes were
38076         originally made by Jim Meyering.
38077         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38078         many older Unixes require this.
38079         * lib/alloca.c (alloca): Remove cast to argument of free;
38080         no longer needed in C89.
38081         * lib/alloca_.h, regex.h: Fix white space to match
38082         what GNU indent does.
38083
38084 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38085
38086         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38087         apparently Emacs's Unicode mode got confused before my 2003-08-05
38088         checkin.
38089
38090 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38091
38092         * m4/extensions.m4: New file.
38093         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38094         Require gl_USE_SYSTEM_EXTENSIONS.
38095         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38096         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38097
38098 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38099
38100         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38101         * modules/extensions, modules/gnu-source: New files.
38102         * modules/timespec, modules/unlocked-io: Depend on extensions.
38103
38104 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38105
38106         * modules/restrict: New file.
38107         * MODULES.html.sh (func_all_modules): Add restrict.
38108         * modules/regex: Depend on restrict.
38109
38110 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38111
38112         * m4/restrict.m4: New file.
38113         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38114
38115 2003-08-07  Bruno Haible  <bruno@clisp.org>
38116
38117         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38118         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38119
38120 2003-08-07  Bruno Haible  <bruno@clisp.org>
38121
38122         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38123         makes the module 'getndelim2' compatible with the module 'getline'.
38124
38125 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38126
38127         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38128         byte with "\201" to avoid glitches when editing that source file
38129         with multi-gnome-terminal.
38130
38131 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38132
38133         * lib/bumpalloc.h: Remove.
38134
38135 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38136
38137         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38138         * modules/bumpalloc: Remove.
38139
38140 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38141
38142         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38143         GNU coding style.
38144
38145         Merge from coreutils.
38146         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38147         1. From glibc.
38148         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38149         from Karl Berry, implemented by Jim Meyering.
38150         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38151         from Dmitry V. Levin.
38152         Remove anachronistic cast of xrealloc.
38153         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38154         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38155         type. Otherwise, it wouldn't compile with at least /bin/cc on
38156         ymp-cray-unicos9.0.2.X.
38157         Combine two mostly-identical uses of alloca into one.
38158         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38159
38160 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38161
38162         [From Emacs.]
38163
38164         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38165         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38166         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38167         obsolete NLIST_NAME_UNION.
38168         [__GNU__]: Undef BSD and FSCALE.
38169         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38170
38171 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38172
38173         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38174         an enum type, so that it's guaranteed to promote to int.  See:
38175         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38176
38177 2003-08-03  Karl Berry  <karl@gnu.org>
38178
38179         * config/depcomp: update from automake.
38180
38181 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38182
38183         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38184         (strerror): Don't assume that a printable int fits in 14 bytes.
38185
38186 2003-07-31  Bruno Haible  <bruno@clisp.org>
38187
38188         * modules/getpass-gnu: New file.
38189         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38190
38191 2003-07-31  Bruno Haible  <bruno@clisp.org>
38192
38193         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38194
38195 2003-07-24  Karl Berry  <karl@gnu.org>
38196
38197         * config/missing: update from automake.
38198
38199 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38200             Bruno Haible  <bruno@clisp.org>
38201
38202         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38203         * lib/getline.c (getline, getdelim): Likewise.
38204         Remove _GNU_SOURCE define; now it's defined in config.h through
38205         m4/getline.m4.
38206
38207 2003-07-23  Karl Berry  <karl@gnu.org>
38208
38209         * config/config.sub: update from prep.
38210
38211 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38212
38213         * modules/xalloc (Depends-on): Add exitfail.
38214         * modules/xmemcoll: Likewise.
38215
38216 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38217
38218         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
38219         over-parenthesization in macros.
38220
38221         Sync with coreutils.
38222
38223         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
38224         required by C99.
38225
38226         Use `exit_failure' for xalloc and xmemcoll instead of their own
38227         private exit-failure variables.
38228         * lib/xalloc.h (xalloc_exit_failure): Remove.
38229         * lib/xmalloc.c: Likewise.  Include exitfail.h.
38230         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
38231         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
38232         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
38233         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
38234
38235 2003-07-20  Jim Meyering  <jim@meyering.net>
38236
38237         * modules/closeout (Depends-on): Add exitfail.
38238         Suggestion from Bruno Haible.
38239
38240 2003-07-19  Karl Berry  <karl@gnu.org>
38241
38242         * config/config.sub: update from prep.
38243
38244 2003-07-18  Paul Eggert  <eggert@twinsun.com>
38245
38246         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
38247         Remove.
38248         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
38249         to test that it can stand by itself.  Include "exitfail.h".
38250         Clients should set exit_failure instead.
38251         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
38252
38253 2003-07-18  Bruno Haible  <bruno@clisp.org>
38254
38255         * modules/getndelim2: New file.
38256         * modules/getline: Share files with module getndelim2.
38257         * modules/getnline: Depend on getndelim2 instead of sharing files with
38258         it. Add getnline.c to lib_SOURCES.
38259         * MODULES.html.sh (func_all_modules): Add getndelim2.
38260
38261 2003-07-18  Bruno Haible  <bruno@clisp.org>
38262
38263         * m4/getndelim2.m4: New file.
38264         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
38265         invoke gl_PREREQ_GETNDELIM2.
38266         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
38267         gl_PREREQ_GETNDELIM2.
38268         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
38269         gl_GETNDELIM2.
38270
38271 2003-07-18  Bruno Haible  <bruno@clisp.org>
38272
38273         * lib/getndelim2.h: New file.
38274         * lib/getndelim2.c: Make into a module of its own. Include config.h,
38275         getndelim2.h.
38276         (getndelim2): Make non-static. Change return type to ssize_t.
38277         * lib/getline.h: Change argument names.
38278         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
38279         * lib/getnline.c: Include getndelim2.h.
38280
38281 2003-07-18  Andreas Schwab  <schwab@suse.de>
38282
38283         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
38284
38285 2003-07-17  Karl Berry  <karl@gnu.org>
38286
38287         * config/config.sub: update from prep.
38288
38289 2003-07-17  Bruno Haible  <bruno@clisp.org>
38290
38291         * modules/getnline: New file.
38292         * modules/getline: Add lib/getndelim2.c to source file list.
38293         * MODULES.html.sh (func_all_modules): Add getnline.
38294
38295 2003-07-17  Bruno Haible  <bruno@clisp.org>
38296
38297         * m4/getnline.m4: New file.
38298
38299 2003-07-17  Bruno Haible  <bruno@clisp.org>
38300
38301         * m4/Makefile.am.in: Remove file.
38302         * m4/Makefile.am: Remove file.
38303         * m4/Makefile.in: Remove file.
38304
38305 2003-07-17  Bruno Haible  <bruno@clisp.org>
38306
38307         * lib/getnline.h: New file.
38308         * lib/getnline.c: New file.
38309         * lib/getndelim2.c: New file, extracted from getline.c.
38310         (getndelim2): Renamed from getdelim2, with added nmax argument.
38311         * lib/getline.c: Include getndelim2.c.
38312         (getdelim2): Moved out to getndelim2.c.
38313         (getline, getdelim): Update.
38314
38315 2003-07-17  Bruno Haible  <bruno@clisp.org>
38316
38317         * lib/Makefile.am: Remove file.
38318         * lib/Makefile.in: Remove file.
38319
38320 2003-07-17  Bruno Haible  <bruno@clisp.org>
38321
38322         * configure.in: Remove file.
38323         * Makefile.in: Remove file.
38324
38325 2003-07-17  Bruno Haible  <bruno@clisp.org>
38326
38327         * MODULES.html.sh: Put the </BODY> right before </HTML>.
38328
38329 2003-07-16  Karl Berry  <karl@gnu.org>
38330
38331         * config/srclist-update: was running fixlicense twice, which caused
38332                 texinfo.tex to be nullified for some reason.  Simplify,
38333                 $gplsrc is no longer needed as far as I can see?
38334
38335 2003-07-16  Jim Meyering  <jim@meyering.net>
38336
38337         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
38338
38339 2003-07-15  Paul Eggert  <eggert@twinsun.com>
38340
38341         * config/srclist.txt: Get the following files from gettext-runtime/intl
38342         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
38343         ref-del.sin.  From Bruno Haible.
38344         * config/srclist-update (fixfile): Change grep pattern again, since the
38345         previous fix didn't work (there was another trailing $).  Use
38346         '[$]' to escape the $s.
38347
38348 2003-07-15  Karl Berry  <karl@gnu.org>
38349
38350         * lib/vasnprintf.c: update from gettext.
38351
38352 2003-07-15  Karl Berry  <karl@gnu.org>
38353
38354         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
38355         gets expanded when surrounded by '$'.
38356
38357 2003-07-15  Jim Meyering  <jim@meyering.net>
38358
38359         * modules/save-cwd: Don't depend on error.  From Derek Price.
38360
38361 2003-07-15  Jim Meyering  <jim@meyering.net>
38362
38363         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
38364
38365 2003-07-14  Simon Josefsson  <jas@extundo.com>
38366
38367         * modules/mempcpy: New file.
38368         * MODULES.html.sh (func_all_modules): Add mempcpy.
38369
38370 2003-07-14  Simon Josefsson  <jas@extundo.com>
38371
38372         * m4/mempcpy.m4: New file.
38373
38374 2003-07-14  Simon Josefsson  <jas@extundo.com>
38375
38376         * lib/mempcpy.h: New file.
38377         * lib/mempcpy.c: New file.
38378
38379 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38380
38381         * modules/getdate, modules/posixtm: Depend on mktime.
38382
38383 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38384
38385         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
38386         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
38387         unicodeio.c, unicodeio.h, unlocked-io.h:
38388         Switch from LGPL to GPL.
38389
38390 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38391
38392         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
38393         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
38394         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
38395         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
38396         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
38397         updated automatically by ../config/srclist-update.  This changes
38398         their license from LPGL to GPL.
38399
38400 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38401
38402         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
38403         assumed to refer to the root of the most recent stable gettext version.
38404         * config/srclistvars.sh: Add defaults for eggert.
38405         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
38406         Match "This program" as well as "The program".  This is needed
38407         for gettext.
38408
38409 2003-07-14  Jim Meyering  <jim@meyering.net>
38410
38411         Don't emit diagnostics.  Let callers do that.
38412         * lib/save-cwd.c: Don't include "error.h".
38413         (save_cwd): Don't call error.  Ensure that errno is valid
38414         when returning nonzero.
38415
38416         * lib/save-cwd.h (restore_cwd): Update prototype.
38417         * lib/save-cwd.c (restore_cwd): Remove two parameters.
38418         Simplify.  Don't call error upon failure.  Let callers do that.
38419         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
38420         when auditing is enabled.  But don't bother updating the #if.
38421
38422 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
38423
38424         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
38425         it breaks C++ compilation.
38426         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
38427
38428 2003-07-10  Simon Josefsson  <jas@extundo.com>
38429
38430         * modules/strchrnul (Makefile.am): Add strchrnul.h.
38431
38432 2003-07-10  Jim Meyering  <jim@meyering.net>
38433
38434         * m4/clock_time.m4: Remove trailing blank.
38435         * m4/intmax_t.m4: Likewise.
38436
38437 2003-07-10  Jim Meyering  <jim@meyering.net>
38438
38439         * lib/vasnprintf.c: Remove trailing blanks.
38440         Make cpp indentation consistent.
38441
38442 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38443
38444         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
38445         posixver.c, strftime.c, strnlen.c, strverscmp.c:
38446         Switch from LGPL to GPL.
38447
38448 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38449
38450         * config/srclist.txt: Sort sublists.  Add
38451         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
38452         that differ from gnulib for one reason or another; we'd like this list
38453         to be smaller but for now let's document what we have.
38454
38455 2003-07-08  Paul Eggert  <eggert@twinsun.com>
38456
38457         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
38458         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
38459         and sweeter "eval x=$x".
38460         * config/srclist.txt: Get lib/argp* from glibc.
38461
38462 2003-07-07  Paul Eggert  <eggert@twinsun.com>
38463
38464         * lib/mktime.c: Fix some boundary cases and remove need for floating
38465         point.
38466
38467         Issue a compile-time diagnostic if time_t is floating point, or if
38468         two's complement arithmetic is not in effect, or if arithmetic
38469         right shift does not propagate the sign.  These assumptions were
38470         all in the original code but they weren't checked.
38471
38472         (TIME_T_MIDPOINT, verify): New macros.
38473         (__isleap): Remove; it has integer overflow problems.
38474         (leapyear): New function, without those problems.
38475         (ydhms_tm_diff): Remove; splitting into two parts.
38476         (ydhms_diff): New function, containing the arithmetic part of
38477         the old ydhms_tm_diff function.  Issue a compile-time
38478         diagnostic if we are not using C99 integer division.
38479         Avoid casts when possible.
38480         (guess_time_tm): New function, containing the checking part of
38481         the old ydhms_tm_diff function.  Return the new value, rather than
38482         the difference between it and the old.  Accept a new argument T
38483         so that *T specifies the old value.  Check for overflow in the result.
38484
38485         (__mktime_internal): Use a time_t offset, not a long int offset.
38486         This undoes the 2003-06-04 change, which is no longer needed now
38487         that we have better overflow checking.
38488         (localtime_offset): Likewise.
38489
38490         (__mktime_internal): Avoid harmful overflow on hosts where time_t
38491         and long are 64-bit but int is only 32-bit.
38492         (ydhms_diff): Use long int to store year1 and yday1.
38493         Issue a compile-time diagnostic if long int is not wide enough.
38494
38495         (__mktime_internal): Use long int to store adjusted year and yday.
38496         Use plain C rather than preprocessor commands, if that doesn't
38497         affect efficiency.
38498         Check for overflow (and try to repair) after each probe
38499         rather than checking only at the very end.  This avoids some bugs
38500         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
38501         does not equal GMT offset at maximum time).
38502         Use integer to check for overflow rather than floating point; this
38503         is more portable to non-IEEE hosts, and is a tad faster.
38504         When we detect that we are oscillating between two values,
38505         don't check whether tm_isdst has the requested value, since
38506         we already know the answer.  When tm_isdst has the wrong value,
38507         use a different heuristic to find the right one, based on the
38508         extreme values actually observed in practice in tz2003a,
38509         rather than the (overly optimistic) "previous 3 calendar quarters".
38510
38511         (not_equal_tm, print_tm, check_result): Use "const T" rather than
38512         "T const" to accommodate glibc style.
38513         (check_result): Use less-confusing report format.  "long" -> "long int.
38514         (main): Likewise.
38515         Don't loop if the iteration overflows time_t.
38516         Allow a negative step in the iteration.
38517
38518 2003-07-06  Karl Berry  <karl@gnu.org>
38519
38520         * config/depcomp: update from automake.
38521         * config/config.sub: update from prep.
38522
38523 2003-07-03  Karl Berry  <karl@gnu.org>
38524
38525         * config/config.guess: update from prep.
38526
38527 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38528
38529         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
38530         xreadlink.c now includes it unconditionally.
38531
38532 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38533
38534         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
38535         having it depend on HAVE_SYS_TYPES_H.
38536
38537 2003-07-01  Bruno Haible  <bruno@clisp.org>
38538
38539         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
38540         <sys/types.h> should be sufficient.
38541         Reported by Paul Eggert.
38542
38543 2003-06-26  Karl Berry  <karl@gnu.org>
38544
38545         * config/depcomp: update from automake.
38546
38547 2003-06-26  Bruno Haible  <bruno@clisp.org>
38548
38549         * modules/human: Depend on module stdbool.
38550
38551 2003-06-25  Bruno Haible  <bruno@clisp.org>
38552
38553         * modules/readlink: New file.
38554         * modules/xreadlink: Depend on it.
38555         * MODULES.html.sh (func_all_modules): Add readlink.
38556
38557 2003-06-25  Bruno Haible  <bruno@clisp.org>
38558
38559         * m4/readlink.m4: New file.
38560
38561 2003-06-25  Bruno Haible  <bruno@clisp.org>
38562
38563         * lib/readlink.c: New file.
38564
38565 2003-06-22  Karl Berry  <karl@gnu.org>
38566
38567         * config/srclist.txt: update mkinstalldirs from automake.
38568         * config/mkinstalldirs: update.
38569
38570 2003-06-22  Bruno Haible  <bruno@clisp.org>
38571
38572         Portability to mingw32.
38573         * m4/ssize_t.m4: New file, from GNU gettext.
38574         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
38575         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
38576
38577 2003-06-22  Bruno Haible  <bruno@clisp.org>
38578
38579         * modules/safe-read: Add m4/ssize_t.m4.
38580         * modules/xreadlink: Add m4/ssize_t.m4.
38581
38582 2003-06-20  Bruno Haible  <bruno@clisp.org>
38583
38584         Assume C89, so PARAMS isn't needed.
38585         * lib/unicodeio.h (PARAMS): Remove.
38586         * lib/unicodeio.c: Don't use PARAMS.
38587
38588 2003-06-18  Karl Berry  <karl@gnu.org>
38589
38590         * config/config.{guess,sub}: update from prep.
38591
38592 2003-06-18  Jim Meyering  <jim@meyering.net>
38593
38594         Merge changes from coreutils.
38595         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
38596         Remove explicit declarations of xmalloc and realloc.
38597         Include xalloc.h.
38598         (read_utmp): Remove anachronistic cast of xmalloc.
38599
38600 2003-06-17  Paul Eggert  <eggert@twinsun.com>
38601
38602         Assume C89, so PARAMS isn't needed.
38603         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
38604         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
38605         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
38606         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
38607         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
38608         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
38609         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
38610         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
38611         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
38612         lib/xstrtod.h, lib/xstrtol.h: Likewise.
38613         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
38614         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
38615         no longer needed. Anyway, config.h should always be included before any
38616         other file.
38617
38618 2003-06-11  Simon Josefsson  <jas@extundo.com>
38619
38620         * modules/sysexits: New file.
38621         * MODULES.html.sh (func_all_modules): Add sysexits.
38622
38623 2003-06-11  Simon Josefsson  <jas@extundo.com>
38624
38625         * lib/sysexit_.h: New file.
38626
38627 2003-06-11  Derek Price  <derek@ximbiot.com>
38628
38629         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
38630         necessary.
38631
38632 2003-06-11  Bruno Haible  <bruno@clisp.org>
38633
38634         * m4/sysexits.m4: New file.
38635
38636 2003-06-10  Simon Josefsson  <jas@extundo.com>
38637
38638         * lib/argp.h: New file, from glibc.
38639         * lib/argp-ba.c: New file, from glibc.
38640         * lib/argp-eexst.c: New file, from glibc.
38641         * lib/argp-fmtstream.c: New file, from glibc.
38642         * lib/argp-fmtstream.h: New file, from glibc.
38643         * lib/argp-fs-xinl.c: New file, from glibc.
38644         * lib/argp-help.c: New file, from glibc.
38645         * lib/argp-namefrob.h: New file, from glibc.
38646         * lib/argp-parse.c: New file, from glibc.
38647         * lib/argp-pv.c: New file, from glibc.
38648         * lib/argp-pvh.c: New file, from glibc.
38649         * lib/argp-xinl.c: New file, from glibc.
38650
38651 2003-06-10  Simon Josefsson  <jas@extundo.com>
38652
38653         * modules/strchrnul: New file.
38654
38655 2003-06-10  Simon Josefsson  <jas@extundo.com>
38656
38657         * modules/argp: New file.
38658
38659 2003-06-10  Simon Josefsson  <jas@extundo.com>
38660
38661         * m4/strchrnul.m4: New file.
38662
38663 2003-06-10  Simon Josefsson  <jas@extundo.com>
38664
38665         * lib/strchrnul.h: New file.
38666         * lib/strchrnul.c: New file.
38667
38668 2003-06-10  Bruno Haible  <bruno@clisp.org>
38669
38670         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
38671
38672 2003-06-07  Karl Berry  <karl@gnu.org>
38673
38674         * config/config.{guess,sub}: update from prep.
38675
38676 2003-06-07  Jim Meyering  <jim@meyering.net>
38677
38678         * modules/strtod: Use $(...) notation, not @...@ for
38679         AC_REPLACE'd variables.
38680         * modules/localcharset: Likewise.
38681
38682 2003-06-07  Jim Meyering  <jim@meyering.net>
38683
38684         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
38685         in place of my name in the copyright comment.
38686         Remove definition and uses of __P.
38687
38688         From coreutils.
38689         * lib/stat.c: Don't declare xmalloc explicitly.
38690         Instead, include "xalloc.h".
38691         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
38692         xrealloc, and xcalloc return values.
38693         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
38694         Improve comment.
38695         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
38696
38697 2003-06-07  Bruno Haible  <bruno@clisp.org>
38698
38699         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
38700         avoid AC_CONFIG_LINKS.
38701         * modules/fnmatch (Makefile.am): Use explicit creation rule for
38702         fnmatch.h, to avoid AC_CONFIG_LINKS.
38703         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
38704
38705 2003-06-07  Bruno Haible  <bruno@clisp.org>
38706
38707         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
38708         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
38709         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
38710         directory.
38711         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
38712         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
38713         directory.
38714
38715 2003-06-06  Jim Meyering  <jim@meyering.net>
38716
38717         Merge from coreutils.
38718         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
38719         Consolidate declarations and initializations of *_base* locals.
38720
38721         Merge from coreutils.
38722         This avoids a core dump on systems without GNU putenv,
38723         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
38724         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
38725         (unsetenv): New static function, from GNU libc.
38726         (rpl_putenv): Use it.
38727
38728         * lib/modechange.c: Remove trailing blanks.
38729
38730         Merge from coreutils.
38731         * lib/fsusage.c: Remove declaration of statfs.
38732         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
38733
38734         * lib/posixtm.c: Include <stdbool.h> unconditionally.
38735
38736 2003-06-06  Jim Meyering  <jim@meyering.net>
38737
38738         * lib/stdbool_.h: Renamed from stdbool.h.in.
38739
38740 2003-06-06  Jim Meyering  <jim@meyering.net>
38741             Bruno Haible  <bruno@clisp.org>
38742
38743         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
38744         Adjust Makefile.am snippet not to redirect directly to target.
38745         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
38746
38747 2003-06-05  Paul Eggert  <eggert@twinsun.com>
38748
38749         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
38750         mismatch, look in future quarters as well as past.  This fixes a
38751         bug when processing fall-backwards gaps immediately after a long
38752         period of daylight-saving time.
38753
38754         * lib/mktime.c: Assume freestanding C89 or better.
38755         (HAVE_LIMITS_H): Remove.  Assume it's 1.
38756         (__P): Remove; not used.
38757         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
38758         (mktime, not_equal_tm, print_tm, check_result,
38759         main): Use prototypes.  Use const * where appropriate.
38760         (main): Fix typo in testing code that uncovered by above changes.
38761         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
38762
38763 2003-06-04  Paul Eggert  <eggert@twinsun.com>
38764
38765         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
38766         locale.h, localeconv.  This merges changes from coreutils.
38767
38768         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
38769         It can be removed after the next Autoconf is released.
38770         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
38771         needed.
38772
38773 2003-06-04  Paul Eggert  <eggert@twinsun.com>
38774
38775         * lib/mktime.c: Fix Debian bug 177940
38776         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
38777         (localtime_offset): Now long int, not time_t, because we want it
38778         to be guaranteed to be signed.  All uses changed.
38779         (__mktime_internal): If overflow would occur when adding offset,
38780         don't add it.
38781
38782         Merge 'human' changes from coreutils.  Rewrite to support
38783         locale-specific notations like thousands separators.
38784         * lib/human.c: Simplify authorship notice.
38785         Include human.h immediately after config.h.
38786         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
38787         <limits.h>: Do not include, since human.h does.
38788         (SIZE_MAX, UINTMAX_MAX): New macros.
38789         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
38790         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
38791         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
38792         (power_letter): Renamed from suffixes.
38793         (generate_suffix_backwards): Remove.
38794         (adjust_value): Now takes int style (because of human.h changes)
38795         and long double value (for greater precision on some platforms).
38796         (group_number): New function.
38797         (human_readable): Use it.  Use integer options, not enum.
38798         Put the options before the sizes in the arg list.
38799         Support all the new options.
38800         The old human_readable function has been removed;
38801         use inttostr.h instead.
38802         (human_readable, default_block_size, humblock):
38803         Use uintmax_t, not int, for block sizes.
38804         (human_readable_inexact, block_size_types): Remove.
38805         (block_size_opts): New constant.
38806         (human_options): Renamed from human_block_size, with new signature
38807         that allows block sizes up to UINTMAX_MAX.  All callers changed.
38808         * lib/human.h: Add copyright and authorship notice.
38809         Include <limits.h> and <stdbool.h> unconditionally.
38810         (PARAMS): Remove.  All uses removed.
38811         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
38812         (enum human_inexact_style): Remove tag; now a nameless enum.
38813         (human_floor, human_ceiling, human_round_to_even): Now have
38814         values 2, 0, 1 rather than -1, 1, 0.
38815         (human_group_digits, human_suppress_point_zero, human_autoscale,
38816         human_base_1024, human_SI, human_B): New constants.
38817         (human_readable_inexact, human_block_size): Remove.
38818         (human_readable): Size args are now uintmax_t, not int.
38819         (human_options): New decl.
38820
38821         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
38822         unnecessary now that we assume C89 or better.  This change
38823         imported from coreutils.
38824
38825         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
38826         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
38827         in the 2003-05-30 sync from glibc.
38828
38829         .h files should stand alone, but we shouldn't include <sys/types.h>
38830         if we can get away with just <stddef.h>.
38831
38832         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
38833         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
38834         rather than <sys/types.h>, as we merely need size_t.
38835         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
38836         to get size_t.
38837         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
38838         Include <stdio.h>, to get FILE.
38839         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
38840         memcasecmp.h has included <stddef.h> and all we need is size_t.
38841         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
38842         our interface, instead of including <sys/types.h>
38843
38844 2003-06-04  Paul Eggert  <eggert@twinsun.com>
38845
38846         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
38847         now, as glibc mktime is buggy on non-glibc systems.
38848
38849 2003-06-03  Karl Berry  <karl@gnu.org>
38850
38851         * config/config.sub: update from prep.
38852
38853 2003-06-02  Paul Eggert  <eggert@twinsun.com>
38854
38855         [from coreutils]
38856         Fix some minor time-related bugs with POSIX time arguments.
38857         Some valid time stamps were being rejected (notably -1, and
38858         time stamps before 1900 on 64-bit hosts).  And some invalid
38859         time stamps were being accepted, e.g. September 31.
38860
38861         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
38862         that we can return (time_t) -1 successfully.
38863         * lib/posixtm.c: Likewise.
38864         [HAVE_STDBOOL_H]: Include <stdbool.h>.
38865         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
38866         (t): Remove static var.
38867         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
38868         of static var.  All uses changed.
38869         (year): Do not reject years before 1900; they can occur with
38870         64-bit time_t.
38871         (posix_time_parse): Do not check for out-of-range components;
38872         that is now the caller's responsibility, since our checks were
38873         only approximations.
38874         (posixtime): Use mktime to check for out-of-range components,
38875         since it knows them exactly.
38876         If mktime returns (time_t) -1, check whether an error actually occurred
38877         by invoking localtime on -1.
38878         (main) [TEST_POSIXTIME]: Check for input data errors, and report
38879         posixtime failures better.
38880         Improve the test data (in comments only).
38881
38882 2003-06-02  Karl Berry  <karl@gnu.org>
38883
38884         * config/mkinstalldirs (version): new variable.
38885         (--version): new option.
38886         (usage): improve message.
38887
38888 2003-05-30  Karl Berry  <karl@gnu.org>
38889
38890         * lib/mktime.c: update from libc.
38891
38892 2003-05-30  Bruno Haible  <bruno@clisp.org>
38893
38894         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
38895         * config/config.rpath: Upgrade to gettext-0.12.1.
38896
38897 2003-05-30  Bruno Haible  <bruno@clisp.org>
38898
38899         * m4/gettext.m4: Upgrade to gettext-0.12.1.
38900         * m4/nls.m4: New file, from gettext-0.12.1.
38901         * m4/po.m4: New file, from gettext-0.12.1.
38902         * m4/progtest.m4: Upgrade to gettext-0.12.1.
38903
38904 2003-05-30  Bruno Haible  <bruno@clisp.org>
38905
38906         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
38907         * lib/localcharset.h: Likewise.
38908         * lib/localcharset.c: Likewise.
38909
38910 2003-05-29  Karl Berry  <karl@gnu.org>
38911
38912         * config/config.rpath: update from gettext.
38913
38914 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38915
38916         Assume the headers required for C89 freestanding compilers.
38917         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
38918         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
38919         * m4/human.m4 (gl_HUMAN): Likewise.
38920         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
38921         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
38922         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38923         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
38924         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38925         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
38926
38927 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38928
38929         Assume the headers required for C89 freestanding compilers.
38930         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
38931         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
38932         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
38933         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
38934         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
38935         define, since <limits.h> is guaranteed to do that.
38936         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
38937         * lib/exclude.c: Include <stdbool.h> unconditionally.
38938         * lib/tempname.c: Include <stddef.h> unconditionally.
38939         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
38940         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
38941         <stddef.h> does that.
38942         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
38943         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
38944         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
38945         needed.
38946         * lib/xstrtol.c: Likewise.
38947         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
38948         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
38949
38950         * lib/addext.c (addext): Use assignment rather than cast, to avoid
38951         warnings on some platforms.
38952
38953         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
38954         arbitrarily.
38955
38956 2003-05-26  Jim Meyering  <jim@meyering.net>
38957
38958         Merge in a change from coreutils:
38959         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
38960         that is guaranteed to be `no'.  Use `no_such_member' to indicate
38961         that condition, rather than `-1' which is slightly misleading.
38962         Change the name of the cache variable to have the gl_ prefix.
38963         Prompted by a patch from Richard Dawe for DJGPP.
38964
38965 2003-05-24  Karl Berry  <karl@gnu.org>
38966
38967         * config/config.guess: update from prep.
38968
38969 2003-05-22  Karl Berry  <karl@gnu.org>
38970
38971         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
38972
38973 2003-05-20  Karl Berry  <karl@gnu.org>
38974
38975         * config/config.guess: update from prep.
38976
38977 2003-05-18  Karl Berry  <karl@gnu.org>
38978
38979         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
38980         might actually be set by the user.
38981
38982         * config/depcomp, install-sh, mdate-sh: update from automake.
38983
38984 2003-05-17  Bruno Haible  <bruno@clisp.org>
38985
38986         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
38987         invalid expansion for AC_EGREP_CPP.
38988         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
38989         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
38990         Suggested by Akim Demaille <akim@epita.fr> in
38991         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
38992
38993 2003-05-12  Jim Meyering  <jim@meyering.net>
38994
38995         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
38996         the space-padded-by-default conversion specifiers, %e, %k, %l.
38997
38998 2003-05-12  Bruno Haible  <bruno@clisp.org>
38999
39000         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
39001         the string is longer than 4 KB.
39002
39003 2003-05-11  Karl Berry  <karl@gnu.org>
39004
39005         * config/config.{guess,sub}: update from prep.
39006
39007 2003-05-09  Bruno Haible  <bruno@clisp.org>
39008
39009         * modules/error: Add m4/strerror_r.m4 to file list.
39010
39011 2003-05-03  Bruno Haible  <bruno@clisp.org>
39012
39013         Upgrade to Unicode-4.0.
39014         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
39015         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
39016         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
39017         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
39018         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
39019         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
39020         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
39021         Change width of U+E0100..U+E01EF from 1 to 0.
39022
39023 2003-04-25  Jim Meyering  <jim@meyering.net>
39024
39025         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39026         of type size_t, not int.
39027
39028 2003-04-25  Bruno Haible  <bruno@clisp.org>
39029
39030         * lib/copy-file.c: Include <stddef.h>, for size_t.
39031
39032 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39033
39034         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39035         code which expansion is under static control.  Patch imported from
39036         Akim Demaille's patch to Bison; see
39037         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39038
39039 2003-04-14  Bruno Haible  <bruno@clisp.org>
39040
39041         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39042
39043 2003-04-11  Jim Meyering  <jim@meyering.net>
39044
39045         Merge changes from Coreutils.
39046
39047         2003-03-22  Jim Meyering  <jim@meyering.net>
39048
39049         * lib/strftime.c (widen): Cast alloca return value to proper type.
39050
39051         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39052
39053         From GNU libc.
39054         * lib/strftime.c (my_strftime): Handle very large width
39055         specifications for numeric values correctly.  Improve checks for
39056         overflow.
39057
39058         2003-01-19  Jim Meyering  <jim@meyering.net>
39059
39060         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39061         definitions.
39062         (nl_get_alt_digit) [! defined my_strftime]: Define.
39063         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39064         _nl_get_alt_digit and _nl_get_walt_digit.
39065
39066         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39067         libc. These changes have no effect outside of _LIBC.
39068
39069 2003-04-10  Bruno Haible  <bruno@clisp.org>
39070
39071         * modules/findprog: New file.
39072         * MODULES.html.sh (func_all_modules): Add it.
39073
39074 2003-04-10  Bruno Haible  <bruno@clisp.org>
39075
39076         * m4/findprog.m4: New file.
39077         * m4/eaccess.m4: New file.
39078
39079 2003-04-10  Bruno Haible  <bruno@clisp.org>
39080
39081         * lib/findprog.h: New file, from GNU gettext.
39082         * lib/findprog.c: New file, from GNU gettext.
39083
39084 2003-04-05  Jim Meyering  <jim@meyering.net>
39085
39086         Merge changes from Coreutils.
39087
39088         * lib/exclude.h (PARAMS): Remove definition and uses.
39089         * lib/exclude.c: Remove uses of `PARAMS'.
39090
39091         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39092         Add test-cases for DOS filenames. Declare program_name.
39093         (main): Set up program_name.  Patch by Rich Dawe.
39094
39095         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39096         error from mntctl.
39097         Use mntctl's return value to drive the entry-processing loop, since
39098         we can't rely on the value of the vmt_length member in the last
39099         entry.  On some systems doing so could result in exhausting
39100         virtual memory.  Based in part on a patch from Mike Jetzer.
39101
39102 2003-04-04  Bruno Haible  <bruno@clisp.org>
39103
39104         * modules/linebreak: New file.
39105         * MODULES.html.sh (func_all_modules): Add it.
39106
39107 2003-04-04  Bruno Haible  <bruno@clisp.org>
39108
39109         * m4/linebreak.m4: New file.
39110
39111 2003-04-04  Bruno Haible  <bruno@clisp.org>
39112
39113         * lib/linebreak.h: New file, from GNU gettext.
39114         * lib/linebreak.c: New file, from GNU gettext with slight
39115         modifications.
39116         * lib/lbrkprop.h: New file, from GNU gettext.
39117
39118 2003-04-03  Bruno Haible  <bruno@clisp.org>
39119
39120         * modules/utf8-ucs4: New file.
39121         * modules/utf16-ucs4: New file.
39122         * modules/ucs4-utf8: New file.
39123         * modules/ucs4-utf16: New file.
39124         * MODULES.html.sh (func_all_modules): Add them.
39125
39126 2003-04-03  Bruno Haible  <bruno@clisp.org>
39127
39128         * m4/utf-ucs4.m4: New file.
39129         * m4/ucs4-utf.m4: New file.
39130
39131 2003-04-03  Bruno Haible  <bruno@clisp.org>
39132
39133         * lib/utf8-ucs4.h: New file, from GNU gettext.
39134         * lib/utf16-ucs4.h: New file, from GNU gettext.
39135         * lib/ucs4-utf8.h: New file, from GNU gettext.
39136         * lib/ucs4-utf16.h: New file, from GNU gettext.
39137
39138 2003-04-02  Bruno Haible  <bruno@clisp.org>
39139
39140         * modules/binary-io: New file.
39141         * MODULES.html.sh (func_all_modules): Add it.
39142
39143 2003-04-02  Bruno Haible  <bruno@clisp.org>
39144
39145         * lib/binary-io.h: New file, from GNU gettext.
39146
39147 2003-04-01  Bruno Haible  <bruno@clisp.org>
39148
39149         * modules/pathname: New file.
39150         * MODULES.html.sh (func_all_modules): Add it.
39151
39152 2003-04-01  Bruno Haible  <bruno@clisp.org>
39153
39154         * lib/pathname.h: New file, from GNU gettext.
39155         * lib/concatpath.c: New file, from GNU gettext.
39156
39157 2003-03-30  Bruno Haible  <bruno@clisp.org>
39158
39159         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39160
39161 2003-03-30  Bruno Haible  <bruno@clisp.org>
39162
39163         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39164         function chown() doesn't exist.
39165
39166 2003-03-28  Bruno Haible  <bruno@clisp.org>
39167
39168         * modules/copy-file: New file.
39169         * MODULES.html.sh (func_all_modules): Add it.
39170
39171 2003-03-28  Bruno Haible  <bruno@clisp.org>
39172
39173         * m4/copy-file.m4: New file.
39174
39175 2003-03-28  Bruno Haible  <bruno@clisp.org>
39176
39177         * lib/copy-file.h: New file, from GNU gettext.
39178         * lib/copy-file.c: New file, from GNU gettext.
39179
39180 2003-03-18  Jim Meyering  <jim@meyering.net>
39181
39182         * lib/quote.c (quote_n): Fix typo in comment.
39183
39184 2003-03-18  Bruno Haible  <bruno@clisp.org>
39185
39186         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39187         checking.
39188         * m4/onceonly_2_57.m4: Likewise.
39189
39190 2003-03-17  Bruno Haible  <bruno@clisp.org>
39191
39192         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39193         (m4_quote): Remove macro.
39194         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39195
39196 2003-03-14  Jim Meyering  <jim@meyering.net>
39197
39198         Merge changes from Coreutils.
39199         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39200         to be const, in order to avoid warnings.
39201         (obstack_room): Likewise.
39202         (obstack_empty_p): Likewise.
39203
39204 2003-03-14  Bruno Haible  <bruno@clisp.org>
39205
39206         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
39207         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
39208
39209 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39210
39211         Merge changes from Bison.
39212         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
39213         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
39214         when compiling Bison 1.875's `bitset bset = obstack_alloc
39215         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
39216         * lib/hash.c: Include <stdbool.h> unconditionally.
39217
39218 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39219
39220         * m4/onceonly.m4 (m4_quote): New macro.
39221         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
39222         Quote AC_FOREACH variable-expansions properly.
39223
39224 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39225
39226         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
39227
39228 2003-03-09  Paul Eggert  <eggert@twinsun.com>
39229
39230         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
39231         Reported by Bruce Becker; see:
39232         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
39233
39234 2003-03-03  Paul Eggert  <eggert@twinsun.com>
39235             Bruno Haible  <bruno@clisp.org>
39236
39237         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
39238         Reported by John Hughes, see
39239         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
39240
39241 2003-02-20  Bruno Haible  <bruno@clisp.org>
39242
39243         * MODULES.html.sh (func_all_modules): Add poll.
39244
39245 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39246
39247         * modules/poll: New file.
39248
39249 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39250
39251         * lib/poll_.h: New file.
39252         * lib/poll.c: New file.
39253
39254 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39255
39256         * m4/poll.m4: New file.
39257
39258 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39259
39260         * modules/mathl: New file.
39261
39262 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39263
39264         * lib/mathl.h: New file.
39265         * lib/acosl.c: New file.
39266         * lib/asinl.c: New file.
39267         * lib/atanl.c: New file.
39268         * lib/ceill.c: New file.
39269         * lib/cosl.c: New file.
39270         * lib/expl.c: New file.
39271         * lib/floorl.c: New file.
39272         * lib/frexpl.c: New file.
39273         * lib/ldexpl.c: New file.
39274         * lib/logl.c: New file.
39275         * lib/sincosl.c: New file.
39276         * lib/sinl.c: New file.
39277         * lib/sqrtl.c: New file.
39278         * lib/tanl.c: New file.
39279         * lib/trigl.c: New file.
39280         * lib/trigl.h: New file.
39281
39282 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39283
39284         * m4/mathl.m4: New file.
39285
39286 2003-02-18  Bruno Haible  <bruno@clisp.org>
39287
39288         * MODULES.html.sh (func_all_modules): Add mathl.
39289
39290 2003-02-17  Bruno Haible  <bruno@clisp.org>
39291
39292         * modules/mkdtemp: New module.
39293         * MODULES.html.sh (func_all_modules): Add it.
39294
39295 2003-02-17  Bruno Haible  <bruno@clisp.org>
39296
39297         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
39298
39299 2003-02-17  Bruno Haible  <bruno@clisp.org>
39300
39301         * lib/mkdtemp.h: New file, from GNU gettext.
39302         * lib/mkdtemp.c: New file, from GNU gettext.
39303
39304 2003-02-02  Jim Meyering  <jim@meyering.net>
39305
39306         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
39307         e.g. glibc-2.2.93.
39308
39309 2003-01-31  Bruno Haible  <bruno@clisp.org>
39310
39311         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
39312         'rpl_rename'.
39313         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
39314         'rpl_strnlen'.
39315         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
39316         'rpl_strtod'.
39317         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
39318         'rpl_utime'.
39319
39320 2003-01-31  Bruno Haible  <bruno@clisp.org>
39321
39322         * lib/rename.c: #undef rename before defining rpl_rename.
39323         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
39324
39325 2003-01-30  Bruno Haible  <bruno@clisp.org>
39326
39327         * modules/vasnprintf, modules/vasprintf: New modules.
39328         * MODULES.html.sh (func_all_modules): Add them.
39329
39330 2003-01-30  Bruno Haible  <bruno@clisp.org>
39331
39332         * m4/signed.m4: New file, from GNU gettext.
39333         * m4/longdouble.m4: New file, from GNU gettext.
39334         * m4/wchar_t.m4: New file, from GNU gettext.
39335         * m4/wint_t.m4: New file, from GNU gettext.
39336         * m4/vasnprintf.m4: New file.
39337         * m4/vasprintf.m4: New file.
39338
39339 2003-01-30  Bruno Haible  <bruno@clisp.org>
39340
39341         * lib/printf-args.h: New file, from GNU gettext.
39342         * lib/printf-args.c: New file, from GNU gettext.
39343         * lib/printf-parse.h: New file, from GNU gettext.
39344         * lib/printf-parse.c: New file, from GNU gettext.
39345         * lib/vasnprintf.h: New file, from GNU gettext.
39346         * lib/vasnprintf.c: New file, from GNU gettext.
39347         * lib/asnprintf.c: New file, from GNU gettext.
39348         * lib/vasprintf.h: New file, from GNU gettext with modifications.
39349         * lib/vasprintf.c: New file, from GNU gettext.
39350         * lib/asprintf.c: New file, from GNU gettext.
39351
39352 2003-01-29  Bruno Haible  <bruno@clisp.org>
39353
39354         * modules/stpncpy: New module.
39355         * MODULES.html.sh (func_all_modules): Add it.
39356
39357 2003-01-29  Bruno Haible  <bruno@clisp.org>
39358
39359         * m4/stpncpy.m4: New file.
39360
39361 2003-01-29  Bruno Haible  <bruno@clisp.org>
39362
39363         * lib/stpncpy.h: New file, from GNU gettext with modifications.
39364         * lib/stpncpy.c: New file, from GNU gettext with modifications.
39365
39366 2003-01-28  Bruno Haible  <bruno@clisp.org>
39367
39368         * modules/c-ctype: New module.
39369         * MODULES.html.sh (func_all_modules): Add it.
39370
39371 2003-01-28  Bruno Haible  <bruno@clisp.org>
39372
39373         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
39374         Paul Eggert.
39375         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
39376         Paul Eggert.
39377
39378 2003-01-27  Bruno Haible  <bruno@clisp.org>
39379
39380         * modules/xsetenv: New module.
39381         * MODULES.html.sh (func_all_modules): Add it.
39382
39383 2003-01-27  Bruno Haible  <bruno@clisp.org>
39384
39385         * lib/xsetenv.h: New file, from GNU gettext.
39386         * lib/xsetenv.c: New file, from GNU gettext.
39387
39388 2003-01-23  Jim Meyering  <jim@meyering.net>
39389
39390         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
39391         from working on systems without dirfd (at least Irix and OSF1/Tru64).
39392
39393 2003-01-23  Bruno Haible  <bruno@clisp.org>
39394
39395         * modules/minmax: New module.
39396         * MODULES.html.sh (func_all_modules): Add it.
39397
39398 2003-01-23  Bruno Haible  <bruno@clisp.org>
39399
39400         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
39401         Eggert.
39402
39403 2003-01-22  Bruno Haible  <bruno@clisp.org>
39404
39405         * modules/exit: New module.
39406         * MODULES.html.sh (func_all_modules): Add it.
39407
39408 2003-01-22  Bruno Haible  <bruno@clisp.org>
39409
39410         * lib/exit.h: New file, from GNU gettext.
39411
39412 2003-01-19  Bruno Haible  <bruno@clisp.org>
39413
39414         * gnulib-tool: Recognize option --extract-maintainer.
39415         (func_get_maintainer): New function.
39416         * modules/*: Add Maintainer entry.
39417
39418 2003-01-16  Jim Meyering  <jim@meyering.net>
39419
39420         * m4/regex.m4: The `regex' struct is both input and output.
39421         Initialize it before each use.  Patch by Tim Waugh.
39422
39423 2003-01-16  Bruno Haible  <bruno@clisp.org>
39424
39425         * MODULES.html.sh: Add a table of contents. Add the module name as
39426         leftmost column. Add hyperlinks.
39427
39428 2003-01-15  Bruno Haible  <bruno@clisp.org>
39429
39430         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
39431
39432 2003-01-15  Bruno Haible  <bruno@clisp.org>
39433
39434         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
39435         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
39436         suffix.
39437
39438 2003-01-15  Bruno Haible  <bruno@clisp.org>
39439
39440         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
39441
39442 2003-01-15  Bruno Haible  <bruno@clisp.org>
39443
39444         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
39445         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
39446
39447 2003-01-14  Jim Meyering  <jim@meyering.net>
39448
39449         * lib/same.c (same_name): Tweak a comment.
39450
39451 2003-01-14  Bruno Haible  <bruno@clisp.org>
39452
39453         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
39454         when a string comparison is sufficient.
39455
39456 2003-01-14  Bruno Haible  <bruno@clisp.org>
39457
39458         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
39459         'unsigned int'.
39460
39461 2003-01-14  Bruno Haible  <bruno@clisp.org>
39462
39463         * lib/hash-pjw.c: Add comment about low quality of this function.
39464
39465 2003-01-13  Bruno Haible  <bruno@clisp.org>
39466
39467         * modules/stpcpy: Distribute lib/stpcpy.h.
39468         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
39469
39470 2003-01-13  Bruno Haible  <bruno@clisp.org>
39471
39472         * modules/*: Add a description.
39473         * modules/strpbrk: Fix Makefile.am snippet.
39474         * modules/strtoimax: Fix dependencies.
39475         * modules/strtoumax: Likewise.
39476
39477 2003-01-13  Bruno Haible  <bruno@clisp.org>
39478
39479         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
39480         * modules/alloca (Makefile.am): All object files depend on alloca.h.
39481         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
39482
39483 2003-01-13  Bruno Haible  <bruno@clisp.org>
39484
39485         * gnulib-tool (func_create_testdir): Store config/* files in the main
39486         directory.
39487         * config.rpath: Move to ...
39488         * config/config.rpath: ... here.
39489         * modules/gettext: Contains config/config.rpath, not config.rpath.
39490         * modules/iconv: Likewise.
39491
39492 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39493
39494         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39495         to avoid collisions with libcurses and libreadline.
39496
39497         * m4/getstr.m4: Remove.
39498         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
39499
39500 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39501
39502         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39503         to avoid collisions with libcurses and libreadline.
39504
39505         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
39506         * lib/getstr.h, getstr.c: Remove.
39507         * lib/getline.c: Include "getline.h", to check interface.
39508         Move body of old getstr.c here: this defines MIN_CHUNK and
39509         declares getdelim2, which is renamed from getstr.
39510         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
39511
39512         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
39513         All uses changed.
39514         * lib/linebuffer.h: Likewise.
39515         (readline): Remove backward-compatibility macro.
39516
39517 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39518
39519         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39520         to avoid collisions with libcurses and libreadline.
39521         * getstr: Remove.
39522         * MODULES.html.sh: Remove getstr.
39523         * modules/getline: Depend on unlocked-io, not getstr.
39524
39525 2003-01-12  Jim Meyering  <jim@meyering.net>
39526
39527         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
39528
39529 2003-01-10  Bruno Haible  <bruno@clisp.org>
39530
39531         * modules/alloca: Change Makefile.am requirements. Simplify Include
39532         requirements. Add lib/alloca_.h to file list.
39533
39534 2003-01-10  Bruno Haible  <bruno@clisp.org>
39535
39536         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
39537
39538 2003-01-10  Bruno Haible  <bruno@clisp.org>
39539
39540         * lib/alloca_.h: New file.
39541         * lib/getdate.y: Unconditionally include alloca.h.
39542         * lib/makepath.c: Likewise.
39543         * lib/setenv.c: Likewise.
39544         * lib/userspec.c: Likewise.
39545
39546 2003-01-09  Karl Berry  <karl@gnu.org>
39547
39548         * MODULES.html.sh: include `dirname $0` in PATH, to find
39549         gnulib-tool.
39550
39551 2003-01-09  Bruno Haible  <bruno@clisp.org>
39552
39553         * modules/stdbool: Change configure.ac, Makefile.am requirements.
39554         Simplify Include requirements. Add lib/stdbool.h.in to file list.
39555
39556 2003-01-09  Bruno Haible  <bruno@clisp.org>
39557
39558         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
39559
39560 2003-01-09  Bruno Haible  <bruno@clisp.org>
39561
39562         * lib/stdbool.h.in: New file.
39563
39564 2003-01-09  Bruno Haible  <bruno@clisp.org>
39565
39566         * gnulib-tool (func_all_modules): Ignore files ending in ~.
39567         * MODULES.html.sh: Likewise.
39568
39569 2003-01-08  Jim Meyering  <jim@meyering.net>
39570
39571         * lib/full-write.c: Undefine and define-away `const' after inclusion
39572         of errno.h, not before.  Suggestion from Bruno Haible.
39573
39574 2003-01-08  Bruno Haible  <bruno@clisp.org>
39575
39576         * modules/full-read: Depend on full-write.
39577
39578 2003-01-08  Bruno Haible  <bruno@clisp.org>
39579
39580         * lib/safe-read.c: Include specification header first, to ensure its
39581         selfcontainedness.
39582         * lib/full-write.c: Likewise.
39583
39584 2003-01-07  Jim Meyering  <jim@meyering.net>
39585
39586         * lib/full-write.c: Rework so that it may serve to define full_read,
39587         too.
39588         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
39589
39590 2003-01-07  Bruno Haible  <bruno@clisp.org>
39591
39592         * lib/strtoimax.c: Include <stdint.h> as an alternative to
39593         <inttypes.h>.
39594         * lib/xstrtol.h: Likewise.
39595         * lib/xstrtoimax.c: Likewise.
39596         * lib/xstrtoumax.c: Likewise.
39597         * lib/human.h: Likewise.
39598
39599         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
39600         on systems that have <inttypes.h> but not <stdint.h>.
39601
39602 2003-01-07  Bruno Haible  <bruno@clisp.org>
39603
39604         * MODULES.html.sh: Add copyright notice.
39605         (missed_files): Omit CVS directory entries.
39606         (func_module): Make it work with sed-3.02.
39607         * MODULES.txt: Remove file.
39608
39609 2003-01-06  Jim Meyering  <jim@meyering.net>
39610
39611         * lib/version-etc.c: Update year in translatable copyright string.
39612
39613 2003-01-03  Karl Berry  <karl@gnu.org>
39614
39615         * config/config.{guess,sub}: update from prep.
39616
39617 2003-01-02  Karl Berry  <karl@gnu.org>
39618
39619         * doc/COPYING.DOC: belatedly updated to 1.2.
39620
39621 2003-01-01  Karl Berry  <karl@gnu.org>
39622
39623         * gnulib-tool (func_verify_module): report module name $module in
39624         error message, not $1.
39625         * gnulib-tool (create-testdir): don't complain if destdir couldn't
39626         be created, only if it doesn't exist.
39627         * gnulib-tool (last_checkin_date): don't expand the $Date here.
39628
39629 2002-12-31  Paul Eggert  <eggert@twinsun.com>
39630
39631         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
39632
39633 2002-12-31  Paul Eggert  <eggert@twinsun.com>
39634
39635         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
39636         memcmp if strcoll doesn't work.
39637
39638 2002-12-31  Bruno Haible  <bruno@clisp.org>
39639
39640         * lib/utime.c (utime_null): No need to call ftruncate if the file was
39641         nonempty.
39642
39643 2002-12-31  Bruno Haible  <bruno@clisp.org>
39644
39645         * lib/memcoll.c (STRCOLL): New macro.
39646         (memcoll): Use it.
39647
39648 2002-12-31  Bruno Haible  <bruno@clisp.org>
39649
39650         * lib/localcharset.h: New file.
39651         * lib/localcharset.c: Include it.
39652         * lib/unicodeio.c: Likewise.
39653
39654 2002-12-31  Bruno Haible  <bruno@clisp.org>
39655
39656         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
39657         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
39658
39659 2002-12-31  Bruno Haible  <bruno@clisp.org>
39660
39661         * lib/getline.h: Include <stddef.h>, for size_t.
39662
39663         * lib/unicodeio.h: Include <stddef.h>, for size_t.
39664         * lib/unicodeio.c: Don't include <stddef.h>.
39665
39666 2002-12-31  Bruno Haible  <bruno@clisp.org>
39667
39668         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
39669         HAVE_TM_ZONE.
39670
39671 2002-12-24  Karl Berry  <karl@gnu.org>
39672
39673         * config/config.guess: update from prep.
39674
39675 2002-12-24  Bruno Haible  <bruno@clisp.org>
39676
39677         General infrasructure.
39678         * m4/README: Rewritten.
39679         * m4/onceonly.m4: New file.
39680         * m4/onceonly_2_57.m4: New file.
39681
39682         Module atexit.
39683         * m4/atexit.m4: New file.
39684
39685         Module strtod.
39686         * m4/strtod.m4: New file.
39687
39688         Module strtol.
39689         * m4/strtol.m4: New file.
39690
39691         Module strtoul.
39692         * m4/strtoul.m4: New file.
39693
39694         Module memchr.
39695         * m4/memchr.m4: New file.
39696
39697         Module memcmp.
39698         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
39699         (jm_FUNC_MEMCMP): Invoke it.
39700
39701         Module memcpy.
39702         * m4/memcpy.m4: New file.
39703
39704         Module memmove.
39705         * m4/memmove.m4: New file.
39706
39707         Module memset.
39708         * m4/memset.m4: New file.
39709
39710         Module strcspn.
39711         * m4/strcspn.m4: New file.
39712
39713         Module strpbrk.
39714         * m4/strpbrk.m4: New file.
39715
39716         Module strstr.
39717         * m4/strstr.m4: New file.
39718
39719         Module strerror.
39720         * m4/strerror.m4: New file.
39721
39722         Module mktime.
39723         * m4/mktime.m4: Renamed from jm-mktime.m4.
39724         (gl_PREREQ_MKTIME): New macro.
39725         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
39726
39727         Module malloc.
39728         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
39729         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
39730         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
39731
39732         Module realloc.
39733         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
39734         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
39735         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
39736
39737         Module strftime.
39738         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
39739         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
39740         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
39741         gl_TM_GMTOFF.
39742         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
39743
39744         Module xalloc.
39745         * m4/xalloc.m4: New file.
39746
39747         Module alloca.
39748         * m4/alloca.m4: New file.
39749
39750         Module putenv.
39751         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
39752         (jm_FUNC_PUTENV): Invoke it.
39753
39754         Module setenv.
39755         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
39756         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
39757         when invoked twice.
39758         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
39759         gt_FUNC_SETENV.
39760
39761         Module memrchr.
39762         * m4/memrchr.m4: New file.
39763
39764         Module stpcpy.
39765         * m4/stpcpy.m4: New file.
39766
39767         Module strcase.
39768         * m4/strcase.m4: New file.
39769
39770         Module strdup.
39771         * m4/strdup.m4: New file.
39772
39773         Module strnlen.
39774         * m4/strnlen.m4: New file.
39775
39776         Module strndup.
39777         * m4/strndup.m4: New file.
39778
39779         Module xstrtod.
39780         * m4/xstrtod.m4: New file.
39781
39782         Module xstrtol.
39783         * m4/xstrtol.m4: New file.
39784
39785         Module getdate.
39786         * m4/getdate.m4: New file.
39787
39788         Module unlocked-io.
39789         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
39790         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
39791         * m4/jm-glibc-io.m4n: Remove file.
39792
39793         Module long-options.
39794         * m4/long-options.m4: New file.
39795
39796         Module md5.
39797         * m4/md5.m4: New file.
39798
39799         Module sha.
39800         * m4/sha.m4: New file.
39801
39802         Module getstr.
39803         * m4/getstr.m4: New file.
39804
39805         Module getline.
39806         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
39807         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
39808         <sys/types.h>, for size_t. Use the function name gnu_getline, not
39809         simply getline. Infoke gl_PREREQ_GETLINE.
39810
39811         Module obstack.
39812         * m4/obstack.m4: New file.
39813
39814         Module hash.
39815         * m4/hash.m4: New file.
39816
39817         Module readtokens.
39818         * m4/readtokens.m4: New file.
39819
39820         Module strverscmp.
39821         * m4/strverscmp.m4: New file.
39822
39823         Module stdbool.
39824         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
39825         OSF/1.
39826
39827         Module strtoll.
39828         * m4/strtoll.m4: New file.
39829
39830         Module strtoull.
39831         * m4/strtoull.m4: New file.
39832
39833         Module strtoimax.
39834         * m4/strtoimax.m4: New file.
39835
39836         Module strtoumax.
39837         * m4/strtoumax.m4: New file.
39838
39839         Module xstrtoimax.
39840         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
39841         jm_AC_PREREQ_XSTRTOIMAX.
39842         Moved the strtol prerequisites to strtol.m4.
39843         Moved the strtoll prerequisites to strtoll.m4.
39844         Moved the strtoimax prerequisites to strtoimax.m4.
39845
39846         Module xstrtoumax.
39847         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
39848         jm_AC_PREREQ_XSTRTOUMAX.
39849         Moved the strtoul prerequisites to strtoul.m4.
39850         Moved the strtoull prerequisites to strtoull.m4.
39851         Moved the strtoumax prerequisites to strtoumax.m4.
39852
39853         Module chown.
39854         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
39855         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
39856
39857         Module dup2.
39858         * m4/dup2.m4: New file.
39859
39860         Module ftruncate.
39861         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
39862         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
39863
39864         Module getgroups.
39865         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
39866         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
39867
39868         Module gettimeofday.
39869         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
39870         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
39871         gl_PREREQ_GETTIMEOFDAY.
39872
39873         Module mkdir.
39874         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
39875         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
39876
39877         Module mkstemp.
39878         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
39879         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
39880         jm_AC_TYPE_UINTMAX_T.
39881         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
39882
39883         Module stat.
39884         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
39885         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
39886
39887         Module lstat.
39888         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
39889         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
39890
39891         Module timespec.
39892         * m4/timespec.m4 (gl_TIMESPEC): New macro.
39893         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
39894         * m4/st_mtim.m4: Indentation.
39895
39896         Module nanosleep.
39897         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
39898         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
39899         gl_PREREQ_NANOSLEEP.
39900
39901         Module regex.
39902         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
39903         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
39904         (gl_REGEX): New macro.
39905
39906         Module rename.
39907         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
39908         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
39909
39910         Module rmdir.
39911         * m4/rmdir.m4: New file.
39912
39913         Module utime.
39914         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
39915         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
39916         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
39917
39918         Module dirname.
39919         * m4/dirname.m4: New file.
39920
39921         Module getopt.
39922         * m4/getopt.m4: New file.
39923
39924         Module unistd-safer.
39925         * m4/unistd-safer.m4: New file.
39926
39927         Module fnmatch.
39928         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
39929         declaration.
39930         (gl_PREREQ_FNMATCH_EXTRA): New macro.
39931         (gl_FUNC_FNMATCH_POSIX): New macro.
39932         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
39933         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
39934         simply fnmatch.
39935
39936         Module exclude.
39937         * m4/exclude.m4: New file.
39938
39939         Module human.
39940         * m4/human.m4: New file.
39941
39942         Module acl.
39943         * m4/acl.m4: Nop.
39944
39945         Module backupfile.
39946         * m4/backupfile.m4: New file.
39947         * m4/d-ino.m4: Indentation.
39948
39949         Module fsusage.
39950         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
39951         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
39952         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
39953
39954         Module dirfd.
39955         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
39956         requirements.
39957
39958         Module euidaccess.
39959         * m4/euidaccess.m4: New file.
39960
39961         Module file-type.
39962         * m4/file-type.m4: New file.
39963
39964         Module fileblocks.
39965         * m4/fileblocks.m4: New file.
39966
39967         Module filemode.
39968         * m4/filemode.m4: New file.
39969
39970         Module isdir.
39971         * m4/isdir.m4: New file.
39972
39973         Module lchown.
39974         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
39975         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
39976
39977         Module makepath.
39978         * m4/makepath.m4: New file.
39979
39980         Module modechange.
39981         * m4/modechange.m4: New file.
39982
39983         Module mountlist.
39984         * m4/mountlist.m4: New file.
39985         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
39986         Indentation.
39987
39988         Module path-concat.
39989         * m4/path-concat.m4: New file.
39990
39991         Module pathmax.
39992         * m4/pathmax.m4: New file.
39993
39994         Module same.
39995         * m4/same.m4: New file.
39996
39997         Module save-cwd.
39998         * m4/save-cwd.m4: New file.
39999
40000         Module savedir.
40001         * m4/savedir.m4: New file.
40002
40003         Module xgetcwd.
40004         * m4/xgetcwd.m4: New file.
40005         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
40006
40007         Module xreadlink.
40008         * m4/xreadlink.m4: New file.
40009
40010         Module safe-read.
40011         * m4/safe-read.m4: New file.
40012
40013         Module safe-write.
40014         * m4/safe-write.m4: New file.
40015
40016         Module closeout.
40017         * m4/closeout.m4: New file.
40018
40019         Module stdio-safer.
40020         * m4/stdio-safer.m4: New file.
40021
40022         Module getpass.
40023         * m4/getpass.m4: New file.
40024
40025         Module getugroups.
40026         * m4/getugroups.m4: New file.
40027
40028         Module group-member.
40029         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40030         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40031
40032         Module idcache.
40033         * m4/idcache.m4: New file.
40034
40035         Module userspec.
40036         * m4/userspec.m4: New file.
40037
40038         Module gettime.
40039         * m4/clock_time.m4: New file.
40040         * m4/gettime.m4: New file.
40041
40042         Module settime.
40043         * m4/settime.m4: New file.
40044
40045         Module posixtm.
40046         * m4/posixtm.m4: New file.
40047
40048         Module gethostname.
40049         * m4/gethostname.m4: New file.
40050
40051         Module canon-host.
40052         * m4/canon-host.m4: New file.
40053
40054         Module gettext.
40055         * m4/codeset.m4: New file, from gettext-0.11.5.
40056         * m4/gettext.m4: New file, from gettext-0.11.5.
40057         * m4/glibc21.m4: New file, from gettext-0.11.5.
40058         * m4/iconv.m4: New file, from gettext-0.11.5.
40059         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40060         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40061         * m4/inttypes.m4: New file, from gettext-0.11.5.
40062         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40063         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40064         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40065         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40066         * m4/lib-link.m4: New file, from gettext-0.11.5.
40067         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40068         * m4/progtest.m4: New file, from gettext-0.11.5.
40069         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40070         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40071         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40072
40073         Module localcharset.
40074         * m4/localcharset.m4: New file.
40075
40076         Module hard-locale.
40077         * m4/hard-locale.m4: New file.
40078
40079         Module mbswidth.
40080         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40081         onceonly macros.
40082         * m4/mbrtowc.m4: Add comment.
40083
40084         Module memcasecmp.
40085         * m4/memcasecmp.m4: New file.
40086
40087         Module memcoll.
40088         * m4/memcoll.m4: New file.
40089
40090         Module unicodeio.
40091         * m4/unicodeio.m4: New file.
40092
40093         Module rpmatch.
40094         * m4/rpmatch.m4: New file.
40095
40096         Module yesno.
40097         * m4/yesno.m4: New file.
40098
40099         Module exitfail.
40100         * m4/exitfail.m4: New file.
40101
40102         Module c-stack.
40103         * m4/c-stack.m4 (gl_C_STACK): New macro.
40104         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40105
40106         Module error.
40107         * m4/error.m4 (gl_ERROR): New macro.
40108         (jm_PREREQ_ERROR): Use onceonly macros.
40109
40110         Module fatal.
40111         * m4/fatal.m4: New file.
40112
40113         Module getloadavg.
40114         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40115         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40116
40117         Module getpagesize.
40118         * m4/getpagesize.m4: New file.
40119
40120         Module getusershell.
40121         * m4/getusershell.m4: New file.
40122
40123         Module physmem.
40124         * m4/physmem.m4: New file.
40125
40126         Module posixver.
40127         * m4/posixver.m4: New file.
40128
40129         Module quotearg.
40130         * m4/quotearg.m4: New file.
40131
40132         Module quote.
40133         * m4/quote.m4: New file.
40134
40135         Module readutmp.
40136         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40137
40138         Module sig2str.
40139         * m4/sig2str.m4: New file.
40140
40141         Other.
40142         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40143         ulonglong.m4.
40144         * m4/intmax_t.m4: New file.
40145         * m4/d-type.m4: Indentation.
40146         * m4/jm-macros.m4: Update.
40147         * m4/prereq.m4 (jm_PREREQ): Update.
40148         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40149         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40150         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40151         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40152         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40153         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40154         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40155         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40156         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40157         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40158         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40159         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40160         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40161         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40162         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40163         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40164         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40165         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40166         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40167
40168 2002-12-24  Bruno Haible  <bruno@clisp.org>
40169
40170         * MODULES.txt: Update according to m4/ changes.
40171
40172         Module gettext.
40173         * config.rpath: New file, from gettext-0.11.5.
40174
40175         * modules/*: New module descriptions.
40176         * gnulib-tool: New file.
40177         * MODULES.html.sh: New file.
40178
40179 2002-12-21  Karl Berry  <karl@gnu.org>
40180
40181         * doc/fdl.texi: update to version 1.2.
40182
40183 2002-12-19  Karl Berry  <karl@gnu.org>
40184
40185         * config/config.guess: update from prep.
40186
40187 2002-12-18  Bruno Haible  <bruno@clisp.org>
40188
40189         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40190         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40191
40192 2002-12-17  Bruno Haible  <bruno@clisp.org>
40193
40194         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40195         stdlib.h, string.h.
40196
40197 2002-12-17  Bruno Haible  <bruno@clisp.org>
40198
40199         * lib/canon-host.c (strdup): Remove unused declaration.
40200
40201         * lib/fsusage.c: Include full_read.h.
40202         (get_fs_usage): Use full_read instead of safe_read.
40203
40204         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
40205
40206 2002-12-12  Karl Berry  <karl@gnu.org>
40207
40208         * config/config.guess: update from prep.
40209
40210 2002-12-11  Bruno Haible  <bruno@clisp.org>
40211
40212         * m4/setenv.m4: New file, from gettext-0.11.5.
40213
40214 2002-12-11  Bruno Haible  <bruno@clisp.org>
40215
40216         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
40217         not unsetenv().
40218         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
40219         modifications:
40220
40221         2002-12-11  Bruno Haible  <bruno@clisp.org>
40222
40223                 * setenv.c (alloca): Fall back to malloc.
40224                 (freea): New macro.
40225                 (setenv): Use freea() to free memory allocated with alloca().
40226
40227         2002-11-13  Bruno Haible  <bruno@clisp.org>
40228
40229                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
40230                 function declarations.
40231                 * unsetenv.c (unsetenv): Likewise.
40232
40233         2002-03-04  Bruno Haible  <bruno@clisp.org>
40234
40235                 Portability to AIX 4.3.3.
40236                 * unsetenv.c: New file, extracted from setenv.c.
40237                 * setenv.c: Move the unsetenv() function to unsetenv.c.
40238
40239         2001-12-20  Bruno Haible  <bruno@clisp.org>
40240
40241                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
40242                 use malloc instead. For SunOS 4.
40243
40244         2001-12-11  Bruno Haible  <bruno@clisp.org>
40245
40246                 * setenv.c: Declare alloca.
40247                 (compar_fn_t): New typedef.
40248                 (KNOWN_VALUE, STORE_VALUE): Use it.
40249
40250         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
40251         setenv.h.
40252
40253 2002-12-10  Paul Eggert  <eggert@twinsun.com>
40254
40255         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
40256         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
40257         Choose values that are less likely to collide with system fnmatch
40258         options.
40259         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
40260         defined (e.g., a pure POSIX system).
40261         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
40262         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
40263
40264 2002-12-06  Paul Eggert  <eggert@twinsun.com>
40265
40266         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
40267         a pain in practice to deal with generated m4 files.  This change
40268         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
40269
40270         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
40271         and jm-glibc-io.m4, as they are no longer a special case.
40272         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
40273         kludge and the auto-generation stuff.  Check only whether the
40274         functions are declared, not whether they exist, since older hosts
40275         that don't declare the functions can't use the optimization anyway.
40276
40277 2002-12-06  Jim Meyering  <jim@meyering.net>
40278
40279         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
40280
40281         Merge in changes from libc's misc/error.c, in preparation
40282         for the merge of gnulib's changes back into libc.
40283
40284         * lib/error.c (_): Define only if not already defined.
40285         Move definition to follow all #include directives.
40286         Include unlocked-io.h only if !_LIBC.
40287         [_LIBC]: Include <libio/libioP.h>.
40288         [USE_IN_LIBIO]: Include <libio/iolibio.h>
40289         (fflush): Tweak definition to use INTUSE.
40290         (putc): Define.
40291
40292 2002-12-05  Paul Eggert  <eggert@twinsun.com>
40293
40294         * lib/alloca.c [defined emacs]: Include "lisp.h".
40295         (xalloc_die) [defined emacs]: New macro.
40296         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
40297         [! defined emacs]: Include <xalloc.h>.
40298         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
40299         (pointer): Typedef to POINTER_TYPE *.
40300         (malloc): Remove decl; we now always use xmalloc.
40301         (alloca): Use old-style definition, since Emacs needs this.
40302         Check for arithmetic overflow when computing combined size.
40303
40304 2002-12-04  Paul Eggert  <eggert@twinsun.com>
40305
40306         Do not generate unlocked-io.h automatically, since it's easier to
40307         maintain it by hand.
40308
40309         * lib/unlocked-io.h: New file, from GNU diffutils,
40310         but with proper copyright notice and attribution.
40311         * lib/gen-uio: Remove.
40312         * lib/Makefile.am: Add copyright notice.
40313         (libfetish_a_SOURCES): Add unlocked-io.h.
40314         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
40315         (DISTCLEANFILES, io_functions): Remove macros.
40316         (EXTRA_DIST): Remove gen_uio.
40317         (unlocked-io.h): Remove rule.
40318
40319 2002-12-04  Jim Meyering  <jim@meyering.net>
40320
40321         Reflect the fact that stat.c and lstat.c are no longer generated.
40322         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
40323         (DISTCLEANFILES): Likewise.
40324         (EXTRA_DIST): Likewise.
40325         (all_local): Don't depend on stat.c or lstat.c.
40326         (stat.c, lstat.c): Remove rules.
40327         (EXTRA_DIST): Remove xstat.in.
40328
40329         * lib/xstat.in: Remove file.  Contents moved into stat.c.
40330         * lib/stat.c: New file.  Contents mostly from xstat.in.
40331         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
40332         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
40333
40334         * lib/safe-read.c: Rework so that it may serve to define safe_write,
40335         too.
40336         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
40337
40338 2002-12-03  Jim Meyering  <jim@meyering.net>
40339
40340         * lib/safe-read.c, safe-write.c: Change variable names and comments,
40341         but not semantics, to minimize the differences between these two files.
40342         (safe_read): Change comment to mention SAFE_READ_ERROR.
40343
40344         * lib/safe-read.c (IS_EINTR): Define.
40345         (safe_read): Use IS_EINTR in place of in-function cpp directives.
40346
40347 2002-12-02  Jim Meyering  <jim@meyering.net>
40348
40349         * lib/safe-read.c (EINTR): Define.
40350         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40351         (INT_MAX): Provide fallback.
40352         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
40353
40354         * lib/safe-read.h (SAFE_READ_ERROR): Define.
40355
40356 2002-12-02  Bruno Haible  <bruno@clisp.org>
40357
40358         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
40359         Define, taken from safe-read.c.
40360         (INT_MAX): Provide fallback.
40361         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
40362         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
40363
40364         * lib/safe-read.c (EINTR): Remove definition.
40365         (safe_read): Don't use EINTR if it is absent.
40366
40367 2002-12-01  Jim Meyering  <jim@meyering.net>
40368
40369         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
40370         zero.
40371         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
40372
40373 2002-11-27  Paul Eggert  <eggert@twinsun.com>
40374
40375         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
40376         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
40377         with `if (! (value < limit)) abort ();', for readability.
40378
40379 2002-11-26  Karl Berry  <karl@gnu.org>
40380
40381         * lib/strdup.c: copy from libc again, with jim's ok.
40382         * lib/.cppi-disable: re-add strdup.c
40383
40384 2002-11-25  Karl Berry  <karl@gnu.org>
40385
40386         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
40387         instead of "strtol.c".
40388
40389 2002-11-25  Karl Berry  <karl@gnu.org>
40390
40391         * config/install-sh: update from automake for variable quoting, $0 in
40392         error msgs, etc.
40393
40394         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
40395         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
40396         entry.
40397
40398 2002-11-25  Jim Meyering  <jim@meyering.net>
40399
40400         * lib/mktime.c: Sync from libc, now that it has the latest fix.
40401
40402 2002-11-24  Karl Berry  <karl@gnu.org>
40403
40404         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
40405         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
40406
40407 2002-11-24  Jim Meyering  <jim@meyering.net>
40408
40409         Update from coreutils:
40410
40411         * lib/mktime.c: Merge in changes from libc.
40412
40413         Avoid a link-time failure on some Linux systems.
40414         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
40415         (otherwise).
40416         (__mon_yday): Declare with the STATIC attribute.
40417         (__mktime_internal): Likewise.
40418         Based on a report from Greg Schafer.
40419
40420 2002-11-23  Jim Meyering  <jim@meyering.net>
40421
40422         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
40423         Use `unsigned', not `int', as type of index.
40424
40425         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
40426
40427         * lib/fsusage.c: Remove unneeded parentheses around operands of
40428         `defined'.
40429
40430 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40431
40432         * lib/quotearg.h: Allow multiple inclusion by surrounding with
40433         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
40434         so that we can be included first.
40435         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
40436         * lib/quotearg.c: Include quotearg.h immediately after config.h.
40437         No need to include stddef.h or sys/types.h any more.
40438         Surround local include files with "", not "<>".
40439         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
40440         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
40441         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
40442         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
40443         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
40444         (ISPRINT): Remove; no longer needed now that we assume C89.
40445
40446         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
40447         Preserve errno.
40448
40449         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
40450         quotearg_char): Use SIZE_MAX rather than
40451         (size_t) -1 when we are talking about "infinity".
40452
40453         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
40454
40455 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40456
40457         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
40458         hint that one should use `if (! x) abort ();' rather than `assert
40459         (x);', and anyway it's one less thing to worry about configuring.
40460         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
40461         hash_rehash, hash_insert): Use abort rather than assert.
40462
40463 2002-11-22  Bruno Haible  <bruno@clisp.org>
40464
40465         * lib/safe-read.h: Assume C89. Add comments.
40466         (safe_read): Change return type to size_t.
40467         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
40468         byte counts > SSIZE_MAX correctly.
40469         * lib/safe-write.h: New file.
40470         * lib/safe-write.c: New file.
40471         * lib/full-read.h: New file.
40472         * lib/full-read.c: New file.
40473         * lib/full-write.h: Assume C89. Add comments.
40474         * lib/full-write.c: Include safe-write.h.
40475         (full_write): Rewritten to use safe_write.
40476         Suggested by Jim Meyering and Paul Eggert.
40477
40478 2002-11-21  Jim Meyering  <jim@meyering.net>
40479
40480         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
40481
40482         Merge in changes from the coreutils.
40483
40484         2002-09-25  Paul Eggert  <eggert@twinsun.com>
40485         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
40486         <stdint.h>.
40487         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
40488         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
40489         int.  Work more efficiently if X is the same width as uintmax_t.
40490         Do not compare X to -1, to avoid bogus compiler warning.
40491         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
40492         Don't assume that f_frsize and f_bsize are the same type.
40493
40494         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
40495         warning on FreeBSD.
40496
40497         * lib/makepath.c (make_path): Restore umask *before* creating the final
40498         component.
40499         (make_path): Minor reformatting.
40500
40501         * lib/xmalloc.c: Adjust to work with new autoconf macros,
40502         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
40503         HAVE_MALLOC/HAVE_REALLOC.
40504
40505         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
40506         dummy ones.  At least on GNU/Linux systems, `auto' means something
40507         else.
40508         From Michael Stone.
40509
40510 2002-11-21  Bruno Haible  <bruno@clisp.org>
40511
40512         Remove case insensitive option matching.
40513         * lib/argmatch.h (argcasematch): Remove declaration.
40514         (ARGCASEMATCH): Remove macro.
40515         (__xargmatch_internal): Remove case_sensitive argument.
40516         (XARGMATCH): Update.
40517         (XARGCASEMATCH): Remove macro.
40518         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
40519         case_sensitive argument.
40520         (argcasematch): Remove function.
40521         (__xargmatch_internal): Remove case_sensitive argument.
40522         (main): Use XARGMATCH instead of XARGCASEMATCH.
40523
40524         * lib/xmalloc.c: Change compile-time error message. Add comment about
40525         required autoconf version.
40526
40527 2002-11-20  Paul Eggert  <eggert@twinsun.com>
40528
40529         Merge argmatch cleanups from Bison.  Assume C89.
40530
40531         * lib/argmatch.c: Include config.h here, not in argmatch.h.
40532         Include stdlib.h, for EXIT_FAILURE.
40533         Always include <string.h>, since we assume C89.
40534         (EXIT_FAILURE): Remove pre-C89 bug workaround.
40535         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
40536         Include <stddef.h> instead, since it's all we need for size_t.
40537         (PARAMS): Remove.  All uses removed.
40538         (ARRAY_CARDINALITY): Do not bother to #undef.
40539         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
40540         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40541         Remove unnecessary parentheses.
40542         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40543         Insert necessary parentheses.
40544         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
40545         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
40546
40547 2002-11-19  Bruno Haible  <bruno@clisp.org>
40548
40549         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
40550         * lib/mbswidth.h: Include <stddef.h>, for size_t.
40551
40552         * lib/mbswidth.h (PARAMS): Remove macro.
40553         (mbswidth, mbsnwidth): Use ANSI C function declarations.
40554         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
40555
40556         * lib/gcd.h (PARAMS): Remove macro.
40557         (gcd): Use ANSI C function declarations.
40558         * lib/gcd.c (gcd): Likewise.
40559
40560 2002-11-15  Bruno Haible  <bruno@clisp.org>
40561
40562         * lib/strcspn.c: Include <stddef.h>.
40563         (strcspn): Use ANSI C function declaration. Change return type to
40564         size_t. Use NULL.
40565         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
40566         (strpbrk): Use NULL.
40567         * lib/strpbrk.h (PARAMS): Remove macro.
40568         (strpbrk): Use ANSI C function declaration.
40569         * lib/strstr.c: Don't include <sys/types.h>.
40570         * lib/strstr.h (PARAMS): Remove macro.
40571         (strstr): Use ANSI C function declarations.
40572
40573 2002-11-14  Karl Berry  <karl@gnu.org>
40574
40575         * config/mkinstalldirs: `do' on separate line, instead of
40576         `for var; do'.
40577
40578 2002-11-06  Bruno Haible  <bruno@clisp.org>
40579
40580         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
40581         * lib/gcd.c (gcd): Likewise.
40582
40583 2002-11-05  Bruno Haible  <bruno@clisp.org>
40584
40585         * lib/gcd.h: New file, from gettext-0.11.5.
40586         * lib/gcd.c: New file, from gettext-0.11.5.
40587
40588 2002-11-05  Bruno Haible  <bruno@clisp.org>
40589
40590         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40591         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40592         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40593         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40594
40595         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
40596         <libintl.h>.
40597         * lib/makepath.c: Include gettext.h instead of <locale.h> and
40598         <libintl.h>.
40599
40600         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
40601         * lib/human.c: Include gettext.h instead of <libintl.h>.
40602         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
40603         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
40604         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
40605         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
40606         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
40607         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
40608         (textdomain): Remove definition.
40609         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
40610
40611         * lib/long-options.c: Remove include of <libintl.h> and definition of
40612         _.
40613         * lib/same.c: Remove include of <libintl.h> and definition of _.
40614
40615 2002-11-04  Owen Taylor  <otaylor@redhat.com>
40616
40617         * lib/config.charset: A few additions for Solaris.
40618
40619 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
40620
40621         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
40622         * lib/localcharset.c (locale_charset): Declare as extern "C".
40623
40624 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
40625
40626         * lib/config.charset: msdos in uk_UA uses CP1125.
40627
40628 2002-11-04  Bruno Haible  <bruno@clisp.org>
40629
40630         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
40631         * lib/strcase.h: New file, from GNU gettext-0.11.5.
40632         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
40633         * lib/strstr.h: New file, from GNU gettext-0.11.5.
40634         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
40635
40636 2002-11-04  Bruno Haible  <bruno@clisp.org>
40637
40638         * lib/localcharset.c (locale_charset): Don't return an empty string.
40639
40640 2002-11-04  Bruno Haible  <bruno@clisp.org>
40641
40642         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
40643         aliases.
40644
40645 2002-11-04  Bruno Haible  <bruno@clisp.org>
40646
40647         * lib/config.charset: Update for newest glibc. Add canonical names
40648         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
40649
40650 2002-11-04  Bruno Haible  <bruno@clisp.org>
40651
40652         * lib/config.charset: Add support for NetBSD.
40653
40654 2002-11-04  Bruno Haible  <bruno@clisp.org>
40655
40656         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
40657
40658 2002-11-01  Bruno Haible  <bruno@clisp.org>
40659
40660         * configure.in: Add AC_CONFIG_AUX_DIR call.
40661         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
40662         test/Makefile.
40663         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
40664
40665 2002-09-28  Karl Berry  <karl@gnu.org>
40666
40667         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
40668         installed automake until the next release, since changes have been
40669         made.
40670
40671 2002-09-25  Karl Berry  <karl@gnu.org>
40672
40673         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
40674         * lib/getopt*: copy from libc/posix.
40675         * lib/gettext.h: copy from gettext.
40676         * lib/.cppi-disable: add strdup.c, gettext.h.
40677
40678 2002-09-25  Karl Berry  <karl@gnu.org>
40679
40680         * config/srclist.txt: enable gettext.h check.
40681         * config/config.{guess,sub}: update from prep.
40682         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
40683                 from automake 1.6.3.
40684         See srclist*.
40685
40686 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
40687
40688         * regex.c (PATFETCH): Remove the translating fetch.
40689         (PATFETCH_RAW): Rename to PATFETCH.
40690         (set_image_of_range): New fun.
40691         (SET_RANGE_TABLE_WORK_AREA): Use it.
40692         (regex_compile): Don't translate the pattern chars so eagerly.
40693         Only do it when inserting an `exactn' bytecode or when handling
40694         a char-range.
40695         (mutually_exclusive_p): Avoid empty statement.
40696
40697 2002-07-06  Jim Meyering  <meyering@lucent.com>
40698
40699         * m4/README: Don't mention Makefile.am.in.
40700         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
40701
40702 2002-07-01  Jim Meyering  <meyering@lucent.com>
40703
40704         * lib/c-stack.c: Include sys/time.h.
40705         From Volker Borchert.
40706
40707 2002-06-26  Paul Eggert  <eggert@twinsun.com>
40708
40709         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
40710
40711 2002-06-26  Paul Eggert  <eggert@twinsun.com>
40712
40713         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
40714         New macro.  Use it uniformly instead of
40715         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
40716         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
40717         reported by Vin Shelton.
40718
40719 2002-06-22  Paul Eggert  <eggert@twinsun.com>
40720
40721         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
40722         Do not assume SA_SIGINFO behavior.
40723         Bug reported by Jim Meyering on NetBSD 1.5.2.
40724
40725 2002-06-22  Jim Meyering  <meyering@lucent.com>
40726
40727         * m4/c-stack.m4: New file, from diffutils-2.8.2.
40728         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
40729
40730         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
40731         now that configure.ac uses AC_GNU_SOURCE.
40732         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
40733         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
40734
40735         Update to latest tools.  Suggestions from Paul Eggert.
40736         * m4/stdbool.m4: New file, from diffutils-2.8.2.
40737         * m4/gnu-source.m4: Update from diffutils-2.8.2.
40738         * m4/fnmatch.m4: Likewise.
40739         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
40740         to AC_HEADER_STDBOOL
40741
40742 2002-06-22  Jim Meyering  <meyering@lucent.com>
40743
40744         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
40745         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
40746
40747 2002-06-22  Jim Meyering  <meyering@lucent.com>
40748
40749         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
40750
40751         * lib/exitfail.c, exitfail.h: Likewise.
40752         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
40753
40754         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
40755         of fnmatch.h.
40756         (EXTRA_DIST): Add fnmatch_loop.c.
40757         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
40758
40759         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
40760         * lib/fnmatch.c: Update from diffutils-2.8.2.
40761         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
40762         * lib/fnmatch.h: Remove file.
40763
40764 2002-06-21  Jim Meyering  <meyering@lucent.com>
40765
40766         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
40767         * m4/mbrtowc.m4: Likewise.
40768
40769         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
40770         * m4/mbswidth.m4: Reflect name change:
40771         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
40772         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
40773
40774         * m4/lib-link.m4: Update from gettext-0.11.2.
40775         * m4/gettext.m4: Likewise.
40776
40777         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
40778         From Alfred M. Szmidt.
40779
40780 2002-06-18  Paul Eggert  <eggert@twinsun.com>
40781
40782         * lib/file-type.h: Report an error if neither S_ISREG nor
40783         S_IFREG is defined, instead of using a test specific to glibc
40784         2.2.  This should be safe, since POSIX requires S_ISREG and
40785         Unix Version 7 had S_IFREG.  We don't need to check for
40786         <sys/types.h> since we don't use any symbols that it defines.
40787
40788 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
40789
40790         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
40791         $@-t, so that each temporary file name is unique and valid in the first
40792         8 characters, for operation under DOS.
40793
40794 2002-06-15  Paul Eggert  <eggert@twinsun.com>
40795
40796         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
40797
40798 2002-06-15  Jim Meyering  <meyering@lucent.com>
40799
40800         Work even with DJGPP 2.03, which lacks support for symlinks.
40801         From Richard Dawe.
40802         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
40803         is defined.
40804         * lib/lchown.c (S_ISLNK): Likewise.
40805
40806 2002-06-15  Jim Meyering  <meyering@lucent.com>
40807
40808         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
40809         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
40810         have been included before this file.
40811
40812 2002-06-14  Jim Meyering  <meyering@lucent.com>
40813
40814         * lib/file-type.h: Use the version from diffutils-2.8.2.
40815         * lib/file-type.c: Likewise.
40816
40817 2002-06-07  Jim Meyering  <meyering@lucent.com>
40818
40819         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
40820         They're needed at least for NetBSD 1.5.2.
40821         ($statxfs_includes): Include those same headers.
40822         ($statxfs_includes): Include sys/vfs.h if available.
40823         ($statxfs_includes): Likewise for sys/statvfs.h.
40824         Check for the following members in both structs statfs and statvfs:
40825         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
40826
40827 2002-06-01  Jim Meyering  <meyering@lucent.com>
40828
40829         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
40830         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
40831
40832 2002-05-28  Jim Meyering  <meyering@lucent.com>
40833
40834         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
40835         Reported by Volker Borchert.
40836
40837 2002-05-27  Jim Meyering  <meyering@lucent.com>
40838
40839         Fix a problem seen only on nonconforming systems whereby ls.c's
40840         use of localtime, and then of gettimeofday would cause trouble:
40841         the localtime call used to initialize rpl_gettimeofday's save
40842         mechanism would clobber ls's current local time information so
40843         that in any long listing the first file would always be listed
40844         with date 1970-01-01.  Analysis by Volker Borchert.
40845
40846         * lib/gettimeofday.c (localtime): Undefine.
40847         (rpl_localtime): New function.
40848
40849 2002-05-27  Jim Meyering  <meyering@lucent.com>
40850
40851         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
40852         localtime.
40853
40854         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
40855         use the replacement function; it wouldn't resolve at link time.
40856         Reported by Volker Borchert.
40857
40858 2002-05-22  Jim Meyering  <meyering@lucent.com>
40859
40860         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
40861         file-type.h.
40862         * lib/file-type.h: New file.
40863         * lib/file-type.c (file_type): New file/function.  Extracted from
40864         diffutils.
40865
40866 2002-04-30  Jim Meyering  <meyering@lucent.com>
40867
40868         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
40869
40870 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40871
40872         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
40873
40874 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40875
40876         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
40877         Do not check for alloca.h (no longer used) or stdbool.h (was never
40878         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
40879
40880 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40881
40882         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
40883
40884 2002-04-29  Jim Meyering  <meyering@lucent.com>
40885
40886         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
40887         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
40888         Use AC_FUNC_STRNLEN here instead.
40889
40890         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
40891         With autoconf-2.53a, it's part of AC_PROG_CC.
40892
40893 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40894
40895         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
40896         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
40897
40898 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40899
40900         * lib/sig2str.h, lib/sig2str.c: New files.
40901         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
40902
40903 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40904
40905         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
40906         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
40907         of 127, since 64 is the largest conceivable number for ancient
40908         nonstandard hosts.
40909         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
40910
40911 2002-04-28  Jim Meyering  <meyering@lucent.com>
40912
40913         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
40914
40915 2002-04-24  Jim Meyering  <meyering@lucent.com>
40916
40917         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
40918         (jm_PREREQ): Use it.
40919
40920         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
40921         mach/mach.h fcntl.h.
40922         Check for this function: setlocale.
40923
40924 2002-04-24  Jim Meyering  <meyering@lucent.com>
40925
40926         * lib/gettext.h: New file, from Gettext.
40927         * lib/Makefile.am (INCLUDES): Remove -I../intl.
40928         (libfetish_a_SOURCES): Add gettext.h.
40929
40930 2002-04-16  Jim Meyering  <meyering@lucent.com>
40931
40932         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
40933         ut_pid, ut_id, ut_exit.
40934
40935 2002-04-16  Jim Meyering  <meyering@lucent.com>
40936
40937         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
40938         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
40939         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
40940
40941 2002-04-12  Jim Meyering  <meyering@lucent.com>
40942
40943         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
40944         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
40945         existence of the getmntinfo function.  Needed for Darwin 5.3.
40946
40947         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
40948         This is necessary at least on Darwin 5.3.
40949
40950         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
40951         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
40952         strnlen.o in the library, and that makes some versions of ranlib
40953         object.
40954
40955 2002-04-12  Jim Meyering  <meyering@lucent.com>
40956
40957         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
40958
40959 2002-04-09  Jim Meyering  <meyering@lucent.com>
40960
40961         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
40962         to be more precise.  Rather than saying we're checking whether the
40963         function `works', say what we're testing.
40964         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
40965         Reported by Bruno Haible.
40966
40967 2002-03-10  Jim Meyering  <meyering@lucent.com>
40968
40969         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
40970         Suggestion from Santiago Vila.
40971
40972 2002-03-08  Jim Meyering  <meyering@lucent.com>
40973
40974         * lib/rename.c: Mention that this wrapper is needed also on
40975         mips-dec-ultrix4.4 systems.
40976
40977 2002-03-02  Jim Meyering  <meyering@lucent.com>
40978
40979         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
40980         not HAVE_CLOCK_SETTIME.
40981
40982 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40983
40984         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
40985         Check for clock_settime.
40986
40987 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40988
40989         * lib/nanosleep.h: Rename to....
40990         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
40991
40992         * lib/gettime.c: New file.
40993         * lib/settime.c: New file.
40994         * lib/stime.c: Remove.
40995
40996         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
40997         timespec.h.  Remove nanosleep.h.
40998
40999 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41000
41001         * m4/acl.m4: New file.
41002         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
41003         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
41004
41005 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41006
41007         * lib/acl.c, lib/acl.h: New files.
41008         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
41009
41010 2002-02-24  Jim Meyering  <meyering@lucent.com>
41011
41012         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
41013         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
41014         cause trouble.  Reported by Nelson Beebe.
41015
41016 2002-02-23  Paul Eggert  <eggert@twinsun.com>
41017
41018         * lib/path-concat.c (xpath_concat): Reorder code to pacify
41019         compilers that don't know that xalloc_die never returns.
41020
41021 2002-02-20  Jim Meyering  <meyering@lucent.com>
41022
41023         * lib/getdate.c: Regenerate using bison-1.33.
41024
41025 2002-02-17  Jim Meyering  <meyering@lucent.com>
41026
41027         * config/config.guess (main): Don't use `head -1'; it's no longer
41028         portable. Use `sed 1q' instead.
41029
41030 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41031
41032         * m4/codeset.m4: Upgrade to gettext-0.11.
41033         * m4/gettext.m4: Upgrade to gettext-0.11.
41034         * m4/glibc21.m4: Upgrade to gettext-0.11.
41035         * m4/iconv.m4: Upgrade to gettext-0.11.
41036         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41037         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41038         * m4/lib-ld.m4: New file, from gettext-0.11.
41039         * m4/lib-link.m4: New file, from gettext-0.11.
41040         * m4/lib-prefix.m4: New file, from gettext-0.11.
41041         * m4/progtest.m4: Upgrade to gettext-0.11.
41042
41043 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41044
41045         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41046         (jm_PREREQ): Use it.
41047
41048 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41049
41050         * lib/posixver.c, lib/posixver.h: New files.
41051         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41052
41053 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41054             Bruno Haible  <bruno@clisp.org>
41055
41056         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41057         (fwrite_success_callback): New declaration.
41058         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41059         print_unicode_char. Call failure callback instead of error.
41060         (fwrite_success_callback): New function.
41061         (exit_failure_callback): New function.
41062         (fallback_failure_callback): New function.
41063         (print_unicode_char): Call unicode_to_mb.
41064
41065 2002-01-26  Jim Meyering  <meyering@lucent.com>
41066
41067         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41068         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41069
41070 2002-01-26  Jim Meyering  <meyering@lucent.com>
41071
41072         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41073
41074 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41075
41076         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41077
41078 2002-01-22  Jim Meyering  <meyering@lucent.com>
41079
41080         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41081         Otherwise, some versions of automake would omit the rule that makes
41082         Makefile from Makefile.in.
41083
41084 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41085
41086         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41087         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41088         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41089         (memcoll): Set errno to zero if there is no error.
41090
41091         * lib/quotearg.c (quotearg_buffer_restyled):
41092         Fix bug with quoting buffers containing NUL when backslashing escapes.
41093         This bug was exposed by the other changes in this patch.
41094         (quotearg_n_options): New arg ARGSIZE.
41095         All callers changed.
41096         (quoting_options_from_style): New function.
41097         (quotearg_n_style): Use it.
41098         (quotearg_n_style_mem): New function.
41099
41100         * lib/quotearg.h (quotearg_n_style_mem): New function.
41101
41102 2002-01-19  Jim Meyering  <meyering@lucent.com>
41103
41104         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41105         Remove useless quotes: DF_PROG="df".
41106         * m4/strnlen.m4: New file.
41107
41108 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41109
41110         * lib/backupfile.c (ISDIGIT): Comment fix.
41111         * lib/getdate.y (ISDIGIT): Likewise.
41112         * lib/posixtm.c (ISDIGIT, year): Likewise.
41113         * lib/strverscmp.c (ISDIGIT): Likewise.
41114         * lib/userspec.c (ISDIGIT): Likewise.
41115
41116 2002-01-16  Jim Meyering  <meyering@lucent.com>
41117
41118         * lib/getdate.y: Add three semicolons, each just before a closing
41119         brace. Bison (as of version 1.31) no longer papers over that mistake.
41120
41121 2002-01-05  Jim Meyering  <meyering@lucent.com>
41122
41123         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41124
41125 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41126
41127         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41128         not silently exit merely because the output buffer happens to
41129         have nothing pending.
41130
41131 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41132
41133         See the big note in ../ChangeLog.
41134         * lib/human.c (suffixes): Prefer K to k for 1024.
41135         (generate_suffix_backwards): New function.
41136         (human_readable_inexact): Use it.
41137         * lib/xstrtol.c (__xstrtol): If there is no number but there
41138         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41139         Accept 'K' as well as 'k'.
41140
41141 2001-12-15  Jim Meyering  <meyering@lucent.com>
41142
41143         * lib/regex.h (__restrict_arr): Update from libc.
41144
41145         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41146         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41147         (STREQ): Define.
41148
41149 2001-12-14  Jim Meyering  <meyering@lucent.com>
41150
41151         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41152         Suggestion from Bruno Haible.
41153
41154 2001-12-10  Jim Meyering  <meyering@lucent.com>
41155
41156         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41157         xrealloc, Instead, include "xalloc.h".
41158         (initbuffer): Don't cast xmalloc return value to char*.
41159         (readline): Reword comment.
41160         Don't cast xrealloc return value to char*
41161         Return NULL, not 0.
41162
41163 2001-12-09  Jim Meyering  <meyering@lucent.com>
41164
41165         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41166         about `signed and unsigned type in conditional expression'.
41167         * lib/posixtm.c (posix_time_parse): Likewise.
41168
41169         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41170
41171         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41172         to avoid a pedantic warning.
41173
41174         * lib/getstr.c: Don't include assert.h.
41175         (getstr): Remove warning-evoking assertions.
41176         Return -1 if offset parameter is out of bounds.
41177         Change the type of a local from int to size_t.
41178
41179         * lib/strftime.c (my_strftime_localtime_r): Include this function
41180         definition in the `#if ! HAVE_TM_GMTOFF' block.
41181
41182         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41183         Include xalloc.h instead.
41184
41185 2001-12-02  Jim Meyering  <meyering@lucent.com>
41186
41187         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41188         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41189         included.
41190
41191         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41192         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41193
41194 2001-11-30  Akim Demaille  <akim@epita.fr>
41195
41196         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41197         before being defined.
41198
41199 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41200
41201         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41202         First arg is int, not unsigned.
41203         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41204         (SIZE_MAX, UINT_MAX): New macros.
41205         (quotearg_n_options): Abort if N is negative.
41206         Avoid overflow check on hosts where size_t is 64 bits and int
41207         is 32 bits, as overflow is impossible there.
41208         Fix off-by-one typo that caused unnecessary reallocation.
41209
41210 2001-11-27  Jim Meyering  <meyering@lucent.com>
41211
41212         * lib/tempname.c: Merge with version from libc.
41213         * lib/regex.c: Likewise.
41214
41215         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
41216         systems for which STDC_HEADERS is 0, it was not included, resulting in
41217         a warning about an integer-to-pointer conversion problem with getenv.
41218         Reported by Volker Borchert.
41219
41220 2001-11-26  Jim Meyering  <meyering@lucent.com>
41221
41222         * lib/gtod.h: Remove file.
41223         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
41224         * lib/gettimeofday.c: Don't include gtod.h.
41225         (GTOD_init): Remove function.
41226         (rpl_gettimeofday): Do its job here instead, rather than aborting.
41227         Suggestion from Volker Borchert.
41228
41229 2001-11-23  Jim Meyering  <meyering@lucent.com>
41230
41231         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
41232         it.
41233         * lib/hash.c (struct hash_table): Define it here instead.
41234
41235 2001-11-22  Jim Meyering  <meyering@lucent.com>
41236
41237         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
41238
41239 2001-11-20  Jim Meyering  <meyering@lucent.com>
41240
41241         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
41242         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
41243
41244 2001-11-19  Jim Meyering  <meyering@lucent.com>
41245
41246         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
41247         directory.  Use "conftestXXXXXX" as the template.
41248         Suggestion from Paul Eggert.
41249
41250         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
41251         immediately, so the test doesn't mistakenly hit the max-open-files
41252         limit.
41253
41254 2001-11-18  Paul Eggert  <eggert@twinsun.com>
41255
41256         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
41257         (TEMPORARIES): New macro.
41258         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
41259         removes an artificial limitation (e.g. HP-UX 10.20, where
41260         TMP_MAX is 17576).
41261
41262 2001-11-18  Jim Meyering  <meyering@lucent.com>
41263
41264         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
41265
41266 2001-11-18  Jim Meyering  <meyering@lucent.com>
41267
41268         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
41269         on SunOS 4.
41270
41271         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
41272         files will be created before anything else.
41273
41274 2001-11-17  Paul Eggert  <eggert@twinsun.com>
41275
41276         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
41277         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
41278
41279 2001-11-17  Jim Meyering  <meyering@lucent.com>
41280
41281         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
41282         Prompted by a report from Bob Proulx.
41283
41284         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
41285         Instead, require UTILS_FUNC_MKSTEMP.
41286
41287 2001-11-17  Jim Meyering  <meyering@lucent.com>
41288
41289         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
41290         Now, that's done as part of AC_FUNC_STRTOD.
41291
41292 2001-11-17  Jim Meyering  <meyering@lucent.com>
41293
41294         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
41295         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
41296         rather than group writable.  Patch by Juan F. Codagnone.
41297
41298         * lib/readtokens.c: Remove explicit declarations of xmalloc and
41299         xrealloc, Instead, include "xalloc.h".
41300
41301         * lib/mountlist.c: Include unlocked-io.h after all system headers.
41302         Remove explicit declarations of xmalloc, xrealloc,
41303         and xstrdup.  Instead, include "xalloc.h".
41304
41305         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
41306         unlocked-io.h.
41307         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
41308         Likewise.
41309         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
41310
41311         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
41312         Reported by Padraig Brady.
41313
41314         * lib/mkstemp.c: #undef mkstemp.
41315         Include config.h.
41316         (rpl_mkstemp): Rename from mkstemp.
41317         Protoize.
41318
41319 2001-11-16  Jim Meyering  <meyering@lucent.com>
41320
41321         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
41322         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
41323         determine the amount of total physical memory, use pstat_getstatic.
41324         HPUX-11 doesn't define _SC_PHYS_PAGES.
41325         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
41326         If sysconf couldn't be used to determine the amount of available
41327         physical memory, use both pstat_getstatic and pstat_getdynamic.
41328         Based on a patch from Bob Proulx.
41329
41330 2001-11-10  Jim Meyering  <meyering@lucent.com>
41331
41332         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
41333         (jm_PREREQ): Use it.
41334
41335 2001-11-09  Jim Meyering  <meyering@lucent.com>
41336
41337         * m4/jm-macros.m4: Require autoconf-2.52f.
41338         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
41339         Use these AC_-prefixed names, not the AM_-prefixed ones.
41340
41341         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
41342
41343 2001-11-05  Jim Meyering  <meyering@lucent.com>
41344
41345         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
41346
41347 2001-11-04  Jim Meyering  <meyering@lucent.com>
41348
41349         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
41350         $DEFS.
41351
41352 2001-11-03  Jim Meyering  <meyering@lucent.com>
41353
41354         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
41355         of AC_DEFUN.
41356
41357         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
41358         know the name of the variable in the macro definition.
41359
41360 2001-11-03  Jim Meyering  <meyering@lucent.com>
41361
41362         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
41363         in argmatch_to_argument call.
41364
41365         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
41366         argument.
41367
41368         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
41369         e.g., a fault due to an attempt to free a NULL pointer.
41370
41371 2001-11-01  Jim Meyering  <meyering@lucent.com>
41372
41373         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
41374         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
41375
41376 2001-11-01  Jim Meyering  <meyering@lucent.com>
41377
41378         * lib/dirfd.c, lib/dirfd.h: New files.
41379         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
41380
41381         * lib/hash.c (hash_print) [TESTING]: Clean up.
41382
41383 2001-10-22  Paul Eggert  <eggert@twinsun.com>
41384
41385         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
41386         to avoid a warning if -Wall.
41387
41388 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
41389
41390         * README: New file
41391         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
41392         (per RMS's instructions, this is now the canonical source)
41393         * lgpl/, gpl/: New directories.
41394
41395 2001-10-21  Paul Eggert  <eggert@twinsun.com>
41396
41397         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
41398
41399 2001-10-21  Jim Meyering  <meyering@lucent.com>
41400
41401         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
41402         this code would end up calling gettext even in packages built
41403         with --disable-nls.
41404         * lib/getopt.c (_): Likewise.
41405         * lib/regex.c (_): Likewise.
41406
41407 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41408
41409         * m4/error.m4 (jm_PREREQ_ERROR):
41410         Do not invoke AC_CHECK_FUNCS with strerror_r, as
41411         AC_FUNC_STRERROR_R does that.
41412         Check for strerror declaration.
41413
41414         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
41415         are supposed to have them these days.
41416         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
41417         Merge changes from latest Autoconf CVS.
41418         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
41419         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
41420         POSIX decided to standardize on the int flavor of strerror_r.
41421
41422 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41423
41424         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
41425         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
41426         Use strerror_r that is only a macro, even if it is not a function.
41427         (strerror): Check for HAVE_DECL_STRERROR before declaring.
41428         (private_strerror): Use prototypes, not old-style function definition.
41429         (print_errno_message): New function.
41430         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
41431         char*-flavored one.
41432         (error_tail, error, error_at_line): Use it.
41433
41434 2001-10-11  Jim Meyering  <meyering@lucent.com>
41435
41436         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
41437         and quote_n (1, ... to avoid clobbering a buffer.
41438
41439 2001-10-05  Jim Meyering  <meyering@lucent.com>
41440
41441         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
41442         hash-pjw.h.
41443         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
41444         * lib/hash-pjw.h: New file.
41445
41446 2001-09-30  Jim Meyering  <meyering@lucent.com>
41447
41448         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
41449         `struct fsstat' has the `f_fstypename' member.
41450         Use that to define FS_TYPE, which is now used to make
41451         the getfsstat link test tighter.
41452
41453 2001-09-30  Jim Meyering  <meyering@lucent.com>
41454
41455         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
41456         Include <sys/ucred.h>, for Apple Darwin.
41457         Include sys/mount.h and sys/fs_types.h only if available.
41458         (FS_TYPE): Define.
41459         (read_filesystem_list): Use FS_TYPE.
41460
41461 2001-09-29  Paul Eggert  <eggert@twinsun.com>
41462
41463         * lib/exclude.c (excluded_filename): 0 -> false, since it's
41464         a boolean context.
41465
41466 2001-09-29  Jim Meyering  <meyering@lucent.com>
41467
41468         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41469         [one-argument getmntent function]): Include stdio.h before mntent.h.
41470         SunOS 4.1.x needs it for the declaration of `FILE'.
41471         Patch by Volker Borchert.
41472
41473         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41474         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
41475         sys/fs_types.h, and make the link-test for getfsstat guard #include
41476         directives with appropriate #if HAVE_*_H tests so that we can
41477         detect getfsstat on Apple Darwin1.3.7 systems.
41478         Reported by Nelson Beebe.
41479         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
41480
41481 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41482
41483         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41484         #defines strtoimax.  Also treat the other strto* functions
41485         like strtoimax.
41486
41487         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41488         Check for strtoul and strtoumax,
41489         as those declarations are made even in the signed case.
41490         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
41491         Likewise, for strtol and strtoimax.
41492
41493 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41494
41495         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41496         #defines strtoimax.  Also treat the other strto* functions
41497         like strtoimax.
41498
41499         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
41500         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
41501         (strtoimax, strtoumax): Do not declare if already defined as a macro.
41502
41503 2001-09-26  Jim Meyering  <meyering@lucent.com>
41504
41505         Most macros in unlocked-io.h had the wrong number of arguments.
41506         * lib/gen-uio: New script.
41507         (USE_UNLOCKED_IO): Define to 1 if not already defined.
41508         * lib/unlocked-io.hin: Remove file.
41509         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
41510         rather than trying to embed it here.
41511         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
41512         Reported by Padraig Brady.
41513
41514 2001-09-25  Volker Borchert  <bt@teknon.de>
41515
41516         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
41517         `result'.
41518
41519 2001-09-24  Jim Meyering  <meyering@lucent.com>
41520
41521         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
41522
41523 2001-09-23  Jim Meyering  <meyering@lucent.com>
41524
41525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
41526         instead of the mere test for existence of mntent.h.  The latter
41527         would get a false-positive on AIX 3.4 systems.
41528         In the outer getmntent if-block, don't die if neither of the getmntent
41529         tests succeeds.  Instead, just fall through and continue with the
41530         remaining tests.
41531
41532 2001-09-23  Jim Meyering  <meyering@lucent.com>
41533
41534         * lib/mountlist.c: Remove useless parentheses in #if directives.
41535         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
41536         the deprecated MOUNTED symbol is no longer defined in mntent.h.
41537
41538 2001-09-22  Jim Meyering  <meyering@lucent.com>
41539
41540         * m4/gettext.m4: New file.  From gettext.
41541         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
41542         * m4/progtest.m4: Likewise
41543         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
41544         * m4/glibc21.m4: Likewise.
41545
41546         * m4/libintl.m4: Remove.  No longer used.
41547
41548 2001-09-22  Jim Meyering  <meyering@lucent.com>
41549
41550         * lib/localcharset.c: Update from latest gettext.
41551         * lib/config.charset: Likewise.
41552
41553 2001-09-20  Jim Meyering  <meyering@lucent.com>
41554
41555         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
41556         strtoimax.
41557         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
41558         strtoumax.
41559
41560 2001-09-20  Jim Meyering  <meyering@lucent.com>
41561
41562         * lib/xstrtol.c (strtoimax): Guard declaration with
41563         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
41564         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
41565         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
41566         (strtoumax): Likewise, for completeness (it wasn't necessary).
41567
41568 2001-09-17  Paul Eggert  <eggert@twinsun.com>
41569
41570         * lib/strtoimax.c (HAVE_LONG_LONG):
41571         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
41572         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
41573         to work around bug in IBM C compiler.
41574
41575 2001-09-17  Jim Meyering  <meyering@lucent.com>
41576
41577         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
41578         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
41579         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
41580         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
41581         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
41582         whenever the right hand side need not be expanded by the shell.
41583
41584 2001-09-16  Paul Eggert  <eggert@twinsun.com>
41585
41586         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
41587         library.  It's not correct, as some older glibcs are buggy.
41588         fnmatch wasn't fixed until glibc 2.2.
41589
41590         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
41591         special shell magic here.
41592
41593 2001-09-16  Jim Meyering  <meyering@lucent.com>
41594
41595         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
41596         * m4/jm-macros.m4: Require it.
41597
41598 2001-09-16  Jim Meyering  <meyering@lucent.com>
41599
41600         * lib/mkdir.c: New file.
41601
41602 2001-09-15  Jim Meyering  <meyering@lucent.com>
41603
41604         * m4/jm-macros.m4: Check for help2man.
41605
41606 2001-09-11  Jim Meyering  <meyering@lucent.com>
41607
41608         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
41609         The body, by Paul Eggert, was moved here from configure.in.
41610         * m4/jm-macros.m4: Require UTILS_HOST_OS.
41611
41612 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41613
41614         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
41615         (jm_PREREQ): Use it.
41616
41617 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41618
41619         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
41620         Use ssize_t, not int, to store result of readlink.
41621         Check for ssize_t overflow as well as size_t overflow,
41622         as POSIX says the result of readlink is implementation-defined
41623         when ssize_t overflows.
41624         Remove unnecessary cast to char*.
41625         Use free+malloc instead of realloc, as the storage doesn't need
41626         to be preserved and it's clearer and can be more efficient that way.
41627         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
41628         * lib/xreadlink.h (xreadlink): Update prototype.
41629
41630 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41631
41632         * lib/xgetcwd.c: Revert some of the previous change; intead,
41633         fix the HAVE_GETCWD_NULL code to behave more like the
41634         !HAVE_GETCWD_NULL code used to.
41635
41636         Include "xalloc.h".
41637         (xgetcwd): Do not return NULL when memory is exhausted; instead,
41638         invoke xalloc_die.
41639
41640 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41641
41642         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
41643         sys/param.h, as pathmax.h includes them.
41644
41645 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41646
41647         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
41648         (jm_PREREQ_XGETCWD): New macro.
41649
41650         * m4/getcwd.m4: New file.
41651
41652 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41653
41654         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
41655         like the HAVE_GETCWD_NULL code.
41656         Include pathmax.h if not HAVE_GETCWD.
41657         Do not include xalloc.h.
41658         (INITIAL_BUFFER_SIZE): New symbol.
41659         Do not use xmalloc / xrealloc, since the caller is responsible for
41660         handling errors.  Preserve errno around `free' during failure.
41661         Do not overrun buffer when using getwd.
41662
41663 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41664
41665         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
41666         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
41667         getcwd (NULL, 0).
41668
41669 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41670
41671         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
41672         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
41673         spotted by Jim Meyering.
41674
41675 2001-09-03  Jim Meyering  <meyering@lucent.com>
41676
41677         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
41678         failure.
41679
41680 2001-09-02  Jim Meyering  <meyering@lucent.com>
41681
41682         * lib/error.c: Update from GNU libc.
41683
41684 2001-09-01  Jim Meyering  <meyering@lucent.com>
41685
41686         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
41687         Used by df.
41688
41689 2001-09-01  Jim Meyering  <meyering@lucent.com>
41690
41691         * lib/xreadlink.c: New file.
41692         * lib/xreadlink.h: New file.
41693         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
41694         xreadlink.h.
41695
41696         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
41697         doesn't conflict with sparc Solaris 7's definition in
41698         /usr/include/sys/int_types.h.
41699
41700         * lib/exclude.c: Use `""', not `<>' to #include non-system header
41701         files.
41702         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
41703         and strncasecmp as r-values.  Unixware didn't have declarations.
41704
41705 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41706
41707         * lib/xstrtol.h: Add copyright notice.
41708         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
41709         LONGINT_INVALID_SUFFIX_CHAR.
41710
41711 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41712
41713         * lib/xstrtol.c (strtoimax): New decl.
41714
41715 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41716
41717         * lib/xgetcwd.c: Don't include pathmax.h.
41718         Include stdlib.h and unistd.h if available.
41719         Include xalloc.h.
41720         (xmalloc, xstrdup, free): Remove decls.
41721         (xgetcwd): Don't assume sizes fit in unsigned.
41722         Check for overflow when computing sizes.
41723         Simplify reallocation code.
41724
41725 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41726
41727         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
41728         a directory's st_size can have an arbitrary value, so the old
41729         usage could waste an arbitrary amount of memory.  All uses
41730         changed.
41731         * lib/savedir.h: Update prototype.
41732
41733 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41734
41735         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
41736
41737         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
41738         old strtoimax.c.
41739
41740         Also, make the following further changes to make this file's
41741         configuration more similar to that of strtol.c:
41742         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
41743         (strtoumax, uintmax_t, strtoull, strtol): Remove.
41744         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
41745         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
41746         changed to signed values.
41747
41748         And make the following changes as well:
41749         Fix copyright notice, as 1999 was missing.
41750         (verify): New macro.
41751         (strtoimax): Check sizes at compile-time, not run-time.
41752         Prefer strtol to strtoll if both work.
41753         (main): Remove; it was not that useful and was a pain to maintain.
41754
41755         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
41756
41757 2001-08-31  Jim Meyering  <meyering@lucent.com>
41758
41759         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
41760         Use an initial, malloc'd, buffer of length 128 rather than
41761         a statically allocated one of length 1024.
41762
41763 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41764
41765         Simplify code, partly by assuming autoconf 2.52 semantics.
41766
41767         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
41768
41769         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
41770         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
41771         All uses removed.
41772         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
41773         Move AC_REQUIRE to next-to-top level, to avoid confusion.
41774         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
41775         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
41776         jm_AC_HEADER_INTTYPES_H.
41777         * m4/jm-macros.m4 (jm_MACROS): Likewise.
41778
41779         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
41780
41781         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41782         Quote first arg of AC_DEFUN.
41783         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
41784         since they are needed to parse the include file even if we need
41785         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
41786         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
41787         but with opposite signedness.
41788
41789 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41790
41791         Merge 'exclude' changes from tar 1.13.22.
41792         This fixes one or two unlikely storage allocation overflow bugs,
41793         but doesn't change user-visible behavior otherwise.
41794
41795 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41796
41797         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
41798         (jm_PREREQ_EXCLUDE): New macro.
41799
41800 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41801
41802         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
41803         tm to be declared.
41804
41805 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41806
41807         * lib/hash.c: Remove '2001' from copyright notice.
41808
41809 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41810
41811         * lib/full-write.h: New file.
41812         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
41813         * lib/full-write.c: Correct credits, as cccp.c no longer
41814         exists and anyway it was so heavily changed from the old cccp
41815         code as to be unrecognizable.  Include full-write.h.
41816         (full_write) Return size_t, with short writes meaning failure.
41817         All callers changed.  This fixes a bug with large buffers
41818         on 64-bit hosts.
41819         * lib/utime.c: Include full-write.h.
41820
41821 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41822
41823         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
41824         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
41825         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
41826         Include if available.
41827         (<xalloc.h>): Include
41828         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
41829         (verify): New macro.  Use it to verify that EXCLUDE macros do not
41830         collide with FNM macros.
41831         (struct patopts): New struct.
41832         (struct exclude): Use it, as exclude patterns now come with options.
41833         (new_exclude): Support above changes.
41834         (new_exclude, add_exclude_file):
41835         Initial size must now be a power of two to simplify overflow checking.
41836         (free_exclude, fnmatch_no_wildcards): New function.
41837         (excluded_filename): No longer requires options arg, as the options
41838         are determined by add_exclude.  Now returns bool, not int.
41839         (excluded_filename, add_exclude):
41840         Add support for the fancy new exclusion options.
41841         (add_exclude, add_exclude_file): Now takes int options arg.
41842         Check for arithmetic overflow when computing sizes.
41843         (add_exclude_file): xrealloc might modify errno, so don't
41844         realloc until after errno might be used.
41845
41846         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
41847         New macros.
41848         (free_exclude): New decl.
41849         (add_exclude, add_exclude_file): Now takes int options arg.
41850         (excluded_filename): No longer requires options arg, as the options
41851         are determined by add_exclude.  Now returns bool, not int.
41852
41853 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41854
41855         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
41856
41857 2001-08-27  Jim Meyering  <meyering@lucent.com>
41858
41859         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
41860
41861         * lib/version-etc.c (N_): Remove definition.
41862         Revert most of last change.
41863         Instead, simply don't mark the `Copyright...' string for translation.
41864         Based on advice from Paul Eggert.
41865
41866         * lib/strtoxmax.c: Tweak comment.
41867
41868 2001-08-26  Jim Meyering  <meyering@lucent.com>
41869
41870         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
41871
41872         * m4/xstrtoimax.m4: New file.
41873         * m4/xstrtoumax.m4: Add comments explaining why we
41874         AC_REPLACE_FUNCS(strtol).
41875
41876 2001-08-26  Jim Meyering  <meyering@lucent.com>
41877
41878         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
41879         of copyright with `%s' so translators don't get an untranslated
41880         message in 2002.
41881         (COPYRIGHT_YEAR): Define.
41882         (version_etc): Use fprintf rather than fputs.
41883         Suggestion from Ulrich Drepper.
41884
41885         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
41886
41887         * lib/strtoll.c: New file, from GNU libc.
41888         * lib/xstrtoimax.c: New file.
41889
41890         * lib/xstrtol.h: Add xstrtoimax.
41891         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
41892         * lib/strtoimax.c: New file.  Likewise, but first define
41893         STRTOUXMAX_SIGNED.
41894
41895         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
41896         ...
41897         * lib/strtoxmax.c: ... then renamed to this.
41898
41899 2001-08-18  Paul Eggert  <eggert@twinsun.com>
41900
41901         * m4/inttypes.m4: Add AC_PREREQ(2.13).
41902         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
41903         (jm_AC_TYPE_INTMAX_T): New macro.
41904         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
41905
41906         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
41907
41908         * m4/longlong.m4: Renamed from ulonglong.m4.
41909         * m4/inttypes.m4: Renamed from inttypes_h.m4.
41910         * m4/uintmax_t.m4: Removed.
41911
41912 2001-08-13  Paul Eggert  <eggert@twinsun.com>
41913
41914         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
41915         Port to Solaris 8, where 'sed' requires a space after the 'r'
41916         command, and where sh dislikes "$/".  Clean up the spacing a bit.
41917         Redirect output to $tmp just once.
41918
41919 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
41920
41921         * lib/addext.c (<errno.h>): Include.
41922         (errno): Declare if not defined.
41923         (addext): Work correctly when pathconf returns -1 and leaves
41924         errno alone because there is no limit.  Also, work even if
41925         pathconf returns a value greater than SIZE_MAX.
41926
41927 2001-08-12  Jim Meyering  <meyering@lucent.com>
41928
41929         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
41930         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
41931         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
41932         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
41933         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
41934         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
41935         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
41936         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
41937         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
41938         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
41939         utime.m4, utimes.m4, xstrtoumax.m4:
41940         Quote the first argument in each use of AC_DEFUN.
41941
41942 2001-08-12  Jim Meyering  <meyering@lucent.com>
41943
41944         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
41945         Simply `return getcwd (NULL, 0);'.
41946         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
41947         Use 1300 as initial value for length, not PATH_MAX.
41948
41949         * lib/pathmax.h: Clean up cpp syntax.
41950
41951 2001-08-12  Jim Meyering  <meyering@lucent.com>
41952
41953         * lib/gettimeofday.c: New file.
41954         * lib/gtod.h: New file.
41955         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
41956
41957 2001-08-05  Jim Meyering  <meyering@lucent.com>
41958
41959         * m4/jm-macros.m4: Require autoconf-2.52.
41960
41961 2001-08-04  Jim Meyering  <meyering@lucent.com>
41962
41963         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
41964         stmt, to get in sync with glibc.
41965
41966 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41967
41968         The following changes are from gettext 0.10.39 as maintained by
41969         Bruno Haible.
41970
41971         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
41972         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
41973         with inverted sense.  All uses changed.
41974
41975         * lib/mbswidth.c: Don't include <limits.h>.
41976         Include <stdlib.h> and <string.h> unconditionally.
41977         (iswcntrl, mbsinit, ISCNTRL): New macros.
41978         (mbsnwidth): Use K&R style function declarations.
41979         Don't bother checking for MB_LEN_MAX == 1, since the compiler
41980         can optimize it when MB_CUR_MAX == 1.
41981         The width of control characters is zero, not 1.
41982
41983 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41984
41985         The following changes are from gettext 0.10.39 as maintained by
41986         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
41987
41988         * m4/codeset.m4: Upgrade to serial AM1.
41989         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
41990         all uses changed.  Quote first arg of AC_DEFUN.
41991         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
41992
41993         * m4/iconv.m4: Upgrade to serial AM2.
41994         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
41995         Add --with-libconv-prefix.
41996         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
41997         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
41998         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
41999         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
42000         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
42001
42002         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
42003         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
42004         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
42005         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
42006         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
42007         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
42008         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
42009         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
42010         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
42011
42012         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
42013         string.h any more.
42014
42015         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
42016         not the default value.
42017
42018         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
42019         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
42020         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
42021         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
42022         Also check for iswcntrl, used for wcwidth fallback.
42023         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
42024         to Autoconf 2.13.
42025
42026 2001-08-03  Jim Meyering  <meyering@lucent.com>
42027
42028         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42029         as it was in the original.  Reported by Paul Eggert.
42030
42031 2001-07-16  Jim Meyering  <meyering@lucent.com>
42032
42033         * m4/gettimeofday.m4: New file.
42034         Prompted by a report from Bernhard Baehr.
42035
42036 2001-07-15  Jim Meyering  <meyering@lucent.com>
42037
42038         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42039         stuff. Now it's in ../Makefile.cfg.
42040
42041 2001-07-15  Jim Meyering  <meyering@lucent.com>
42042
42043         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42044         (BUILT_SOURCES): Add unlocked-io.h.
42045         (io_functions): Define.
42046         (unlocked-io.h): New rule.
42047         (DISTCLEANFILES): Add unlocked-io.h.
42048         (all-local): Depend on unlocked-io.h, to ensure it is created.
42049
42050         * lib/unlocked-io.hin: New file
42051
42052         * lib/regex.c: Update from glibc.
42053
42054 2001-07-05  Jim Meyering  <meyering@lucent.com>
42055
42056         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42057         recommendation.
42058         (libfetish_a_SOURCES): Put all .h files here instead.
42059         Remove a thus-exposed (better checks in automake) duplicate and
42060         two unnecessary .h files.
42061
42062 2001-07-04  Jim Meyering  <meyering@lucent.com>
42063
42064         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42065         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42066         distcheck failure.
42067
42068 2001-07-02  Jim Meyering  <meyering@lucent.com>
42069
42070         The following changes were prompted by suggestions from Bruno Haible.
42071
42072         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42073         is now generated.
42074         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42075         definition of EXTRA_DIST.
42076         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42077         ensure that the generated file is created/updated whenever the list
42078         of $(unlocked_functions) is changed.
42079         (jm-glibc-io.m4): New rule.
42080         (unlocked-io.h): New rule -- currently unused.
42081
42082 2001-06-24  Jim Meyering  <meyering@lucent.com>
42083
42084         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42085         unmatched right bracket, rather than kludging it with an extra,
42086         falsely-matching quote in a comment.  Patch by Akim Demaille.
42087
42088 2001-06-11  Jim Meyering  <meyering@lucent.com>
42089
42090         * lib/regex.c: Update from GNU libc.
42091
42092 2001-05-27  Jim Meyering  <meyering@lucent.com>
42093
42094         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42095         Check for ut_type in struct utmp.
42096
42097 2001-05-27  Jim Meyering  <meyering@lucent.com>
42098
42099         * lib/readutmp.h (UT_TYPE): Define.
42100
42101 2001-05-24  Jim Meyering  <meyering@lucent.com>
42102
42103         * lib/argmatch.c: Include "quote.h".
42104         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42105         quote function.  Reported by Göran Uddeborg.
42106
42107 2001-05-22  Jim Meyering  <meyering@lucent.com>
42108
42109         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42110         now that we use the package-supplied version unconditionally.
42111         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42112
42113 2001-05-21  Jim Meyering  <meyering@lucent.com>
42114
42115         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42116         shell syntax errors.
42117
42118 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42119
42120         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42121
42122 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42123
42124         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42125         Don't bother to check library strftime, since
42126         we'll be using our own my_strftime function anyway.
42127         Define my_strftime instead of strftime.
42128
42129 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42130
42131         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42132         which is not yet declared.
42133
42134 2001-05-15  Jim Meyering  <meyering@lucent.com>
42135
42136         * m4/regex.m4: Use proper quoting so brackets appear in the test
42137         program.
42138         Reported by, and with help from, Bruno Haible.
42139
42140 2001-05-13  Jim Meyering  <meyering@lucent.com>
42141
42142         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42143         undefined.
42144
42145 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42146
42147         dirname code cleanup.  base_name now behaves more compatibly
42148         with POSIX basename when given file names that have trailing
42149         slashes, and similarly for dir_name.  Add new primitives
42150         base_len and dir_len.  Put the directory-name-related decls
42151         into dirname.h.
42152
42153         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42154         * lib/backupfile.c (base_name): Likewise.
42155         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42156         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42157         * lib/makepath.c (strip_trailing_slashes): Likewise.
42158         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42159         ISSLASH): Likewise.
42160         * lib/rename.c (strip_trailing_slashes): Likewise.
42161         * lib/same.c (base_name): Likewise.
42162         * lib/stripslash.c (ISSLASH): Likewise.
42163
42164         * lib/addext.c: Include <dirname.h> after size_t is defined.
42165         * lib/backupfile.c: Likewise.
42166
42167         * lib/addext.c (addext): Use base_len to trim redundant
42168         trailing slashes instead of doing it ourselves.
42169         But do not trim the last slash if it is not redundant.
42170
42171         * lib/backupfile.c (find_backup_file_name,
42172         max_backup_version): Use base_len instead of rolling it ourselves.
42173         Handle the case of "" and (on DOS) "C:" correctly.
42174
42175         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42176         needed. Include <string.h>, <dirname.h>.
42177         (base_name): Allow file names ending in slashes, other than names
42178         that are all slashes.  In this case, return the basename followed
42179         by the slashes.  This is more general, and can be used in places
42180         where the original base_name purposely had an assertion failure.
42181         (base_len): New function.
42182
42183         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42184         Do not include <assert.h>; no longer needed.
42185         Include xalloc.h.
42186         (memrchr): Remove decl.
42187         (dir_name_r): Remove.
42188         (dir_len): Renamed from dirlen.  All callers changed.
42189         Rewrite in terms of base_name, for simplicity and consistency.
42190         (dir_name): Never return NULL.  All callers changed.
42191         Do not include <stdlib.h> in test program; no longer needed.
42192         return 0; is fine for test program.
42193
42194         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42195         New macros.
42196         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42197
42198         * lib/path-concat.c (path_concat): Use base_len to compute
42199         base length, not strlen; this means we cannot rely on memcpy
42200         to null-terminate.
42201
42202         * lib/same.c (STREQ): Remove.
42203         (same_name): Handle the case where the basename ends in trailing '/'.
42204
42205         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
42206         a slash was stripped.  Do not strip the last slash after a
42207         file system prefix.
42208
42209 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42210
42211         * lib/Makefile.am (libfetish_a_SOURCES):
42212         Add strftime.c, since we now compile it on all hosts.
42213
42214         * lib/strftime.c (my_strftime):
42215         Define to nstrftime if emacs, but only if my_strftime is not defined.
42216         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
42217         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
42218         Add one more extra argument: a nanoseconds value.
42219         All uses changed.
42220         (ns): New macro.
42221         (my_strftime function): Add %N format.
42222         (emacs_strftimeu): Renamed from emacs_strftime,
42223         with extra ut argument.
42224
42225 2001-05-09  Paul Eggert  <eggert@twinsun.com>
42226
42227         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
42228
42229 2001-04-21  Jim Meyering  <meyering@lucent.com>
42230
42231         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
42232         doesn't interfere.
42233
42234 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42235
42236         * m4/ftruncate.m4: Check for chsize.
42237         Link with ftruncate.o unconditionally if ftruncate is missing.
42238         This was required when cross-compiling to i586-mingw32msvc.
42239
42240 2001-04-08  Jim Meyering  <meyering@lucent.com>
42241
42242         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
42243         recomputed; that's necessary when the offset spans a DST transition.
42244         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
42245
42246 2001-04-02  Jim Meyering  <meyering@lucent.com>
42247
42248         * lib/regex.h, regex.c: Update from GNU libc.
42249
42250 2001-03-24  Jim Meyering  <meyering@lucent.com>
42251
42252         * m4/jm-macros.m4: Require autoconf-2.49d.
42253
42254 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
42255
42256         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
42257
42258 2001-03-19  Paul Eggert  <eggert@twinsun.com>
42259
42260         * lib/version-etc.c (version_etc_copyright): Update to 2001.
42261
42262 2001-03-17  Jim Meyering  <meyering@lucent.com>
42263
42264         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
42265         now that the version in autoconf is equivalent.
42266         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
42267
42268         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
42269         Suggestion from Akim Demaille.
42270
42271         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
42272         (jm_PREREQ_TEMPNAME): New function.
42273
42274 2001-03-16  Paul Eggert  <eggert@twinsun.com>
42275
42276         * lib/tempname.c (uint64_t): Define to uintmax_t if
42277         not defined, and if UINT64_MAX is not defined.
42278         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
42279         Reported by John David Anglin.
42280
42281 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
42282
42283         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
42284         resolve alias if codeset is empty.
42285         * lib/config.charset (BeOS): Use wildcard syntax.
42286
42287 2001-03-13  Jim Meyering  <meyering@lucent.com>
42288
42289         * lib/path-concat.c (path_concat)
42290         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
42291         concatenating e.g., `C:' and `foo'.
42292         From Bruno Haible.
42293
42294 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42295
42296         * lib/localcharset.c (locale_charset): Don't use
42297         setlocale(LC_CTYPE,NULL). Don't return NULL.
42298         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
42299
42300 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42301
42302         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
42303         support for DOS/DJGPP.
42304
42305 2001-03-01  Paul Eggert  <eggert@twinsun.com>
42306
42307         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
42308         lacks mkstemp.  Compile our own tempname.c if we compile our own
42309         mkstemp.c, as mkstemp relies on tempname.
42310
42311 2001-03-01  Jim Meyering  <meyering@lucent.com>
42312
42313         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
42314         AH_VERBATIM really does output its argument verbatim.
42315
42316 2001-02-28  Paul Eggert  <eggert@twinsun.com>
42317
42318         * lib/Makefile.am (libfetish_a_SOURCES):
42319         Add dup-safer.c, fopen-safer.c.
42320         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
42321
42322         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
42323         * lib/unistd-safer.h: New files.
42324
42325 2001-02-25  Paul Eggert  <eggert@twinsun.com>
42326
42327         The mkstemp replacement is taken from glibc 2.2.2, with some
42328         portability fixes for use outside glibc, as follows:
42329
42330         * lib/tempname.c (struct_stat64): New macro.
42331         (direxists, __gen_tempname): Use it.
42332         This avoids a portability problem with Solaris 8.
42333
42334         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
42335         (<stddef.h>, <stdint.h>, <string.h>):
42336         Include only if STDC_HEADERS || _LIBC.
42337         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
42338         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
42339         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
42340         (__set_errno): Define this macro if <errno.h> doesn't.
42341         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
42342         Define these macros if <stdio.h> doesn't.
42343         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
42344         Define these macros if <sys/stat.h>
42345         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
42346         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
42347         __xstat64): Define if not _LIBC.
42348         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
42349         (__gen_tempname): Invoke gettimeofday only if
42350         HAVE_GETTIMEOFDAY || _LIBC;
42351         otherwise, fall back on plain "time".
42352         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
42353
42354         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
42355
42356         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
42357
42358 2001-02-18  Paul Eggert  <eggert@twinsun.com>
42359
42360         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
42361
42362 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42363
42364         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
42365         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
42366         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
42367         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42368
42369 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42370
42371         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
42372         Remove workaround macros for hosts that have mbrtowc but not
42373         mbstate_t, as we now insist on proper declarations for both
42374         before using mbrtowc.
42375
42376 2001-02-17  Jim Meyering  <meyering@lucent.com>
42377
42378         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
42379         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
42380         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
42381         UnixWare 7.1.1.
42382
42383         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
42384         rather than AC_CACHE_VAL.
42385
42386 2001-02-17  Jim Meyering  <meyering@lucent.com>
42387
42388         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
42389         around included file name.
42390
42391         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
42392
42393         * lib/strftime.c: Update from GNU libc (the only changes were to
42394         comments).
42395
42396 2001-02-17  Jim Meyering  <meyering@lucent.com>
42397
42398         * lib/regex.c: Update from libc.
42399
42400 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
42401
42402         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
42403         clash.
42404
42405 2001-02-16  Paul Eggert  <eggert@twinsun.com>
42406
42407         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
42408         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
42409         Reported by Mark Hounschell via Paul Eggert.
42410
42411 2001-02-07  Jim Meyering  <meyering@lucent.com>
42412
42413         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
42414
42415 2001-02-05  Jim Meyering  <meyering@lucent.com>
42416
42417         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
42418         it includes the patch required for `large file' support with at least
42419         HP-UX's 10.20 /bin/cc.
42420
42421 2001-02-03  Jim Meyering  <meyering@lucent.com>
42422
42423         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
42424         AS_IF, now that it works once again (mysteriously).
42425         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42426
42427 2001-01-30  Jim Meyering  <meyering@lucent.com>
42428
42429         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
42430         * m4/chown.m4: Rename conftestchown to conftest.chown.
42431         * m4/rename.m4: s/conftestdir/conftest.d1/ and
42432         s/conftestdir2/conftest.d2/.
42433         * m4/utimes.m4: s/conftestdata/conftest.data/
42434         Inspired by Pavel Roskin's change in autoconf.
42435
42436 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
42437
42438         * lib/config.charset: Update for FreeBSD 4.2.
42439
42440 2001-01-27  Jim Meyering  <meyering@lucent.com>
42441
42442         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
42443         a use of AS_IF.
42444         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42445
42446 2001-01-26  Jim Meyering  <meyering@lucent.com>
42447
42448         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
42449         quotearg.c includes it.
42450
42451 2001-01-26  Jim Meyering  <meyering@lucent.com>
42452
42453         * lib/quotearg.c: Include stddef.h.
42454         * lib/quote.c: Include stddef.h.
42455         Reported by Axel Kittenberger.
42456
42457         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
42458         line in double quotes so that it evokes a better diagnostic.
42459         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
42460         Reported by Axel Kittenberger.
42461
42462 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
42463
42464         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
42465         as if it was a `charset'.
42466
42467 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42468
42469         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
42470         has const.
42471
42472 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42473
42474         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
42475         to avoid a warning.  Add back 'const' to inptr.
42476
42477 2001-01-20  Jim Meyering  <meyering@lucent.com>
42478
42479         Be sure that headers are checked before used in code compiled
42480         for the type checks.
42481         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
42482         In place of that, invoke jm_CHECK_ALL_TYPES.
42483         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
42484         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
42485         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
42486         The check for ssize_t was mistakenly run before the test for unistd.h.
42487
42488         The configure-time check for stdbool.h was missing.
42489         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
42490         (jm_PREREQ_HASH): New function.
42491
42492 2001-01-17  Jim Meyering  <meyering@lucent.com>
42493
42494         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
42495         for autoconf-2.49c.
42496         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
42497
42498 2001-01-16  Jim Meyering  <meyering@lucent.com>
42499
42500         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
42501         From Bruno Haible.
42502
42503 2001-01-14  Jim Meyering  <meyering@lucent.com>
42504
42505         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
42506         foo and bar.  Create conftestdir/ in the script, not in the C code.
42507         Remove directories in the script, not in the C code.
42508         Remove conftestdir{,2} before trying to create the directory.
42509         Make the entire configure script fail if the mkdir fails.
42510
42511 2001-01-14  Jim Meyering  <meyering@lucent.com>
42512
42513         * lib/rename.c: New file.  From Volker Borchert.
42514         Include stdlib.h, string.h or strings.h, and xalloc.h.
42515         Use strip_trailing_slashes rather than open-coding it.
42516
42517 2001-01-03  Paul Eggert  <eggert@twinsun.com>
42518
42519         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
42520
42521 2001-01-03  Jim Meyering  <meyering@lucent.com>
42522
42523         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
42524         of local `inptr' to avoid warning with some system declarations of
42525         iconv.
42526
42527 2001-01-02  Volker Borchert  <bt@teknon.de>
42528
42529         * m4/rename.m4: New file.
42530         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
42531
42532 2001-01-01  Jim Meyering  <meyering@lucent.com>
42533
42534         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
42535         even on systems with utmpx.h.  It's necessary for the declaration of
42536         utmp's ut_user member.  Reported by Andreas Jaeger.
42537
42538         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
42539         available. They are required for the declarations of getgrgid and
42540         getpwuid resp.
42541         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
42542         Reported by Andreas Jaeger.
42543
42544 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
42545
42546         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
42547         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
42548         so `make install' also works in VPATH builds.
42549
42550 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
42551
42552         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
42553         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
42554         can be used in subdirectories.
42555
42556 2000-12-29  Paul Eggert  <eggert@twinsun.com>
42557
42558         * lib/modechange.c: Do not assume that mode_t uses the
42559         traditional octal encoding.  E.g. "chmod 1 FOO" should set
42560         the other-execute bit of FOO even if S_IXOTH != 1.
42561
42562         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
42563         WOTH, XOTH, ALLM): New macros.
42564         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
42565          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
42566         Use them.
42567         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
42568         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
42569         (mode_compile):
42570         No need to use uintmax_t; unsigned long is long enough.
42571         Don't bother to get suffix since we don't use it.
42572
42573 2000-12-26  Jim Meyering  <meyering@lucent.com>
42574
42575         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
42576         better with autoheader.
42577
42578 2000-12-24  Jim Meyering  <meyering@lucent.com>
42579
42580         * lib/hash.c (is_prime): Return explicit boolean values.
42581         (hash_get_first): Return NULL to appease Irix5.6's 89.
42582         Reported by Nelson Beebe.
42583
42584 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
42585
42586         * lib/localcharset.c (locale_charset): Add support for Win32.
42587
42588 2000-12-18  Paul Eggert  <eggert@twinsun.com>
42589
42590         * lib/physmem.h, lib/physmem.c: New files.
42591
42592         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
42593         (noinst_HEADERS): Add physmem.h.
42594
42595         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
42596         't' for compatibility with Solaris 8 sort.
42597
42598 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
42599
42600         * lib/config.charset: Add support for BeOS.
42601
42602 2000-12-17  Jim Meyering  <meyering@lucent.com>
42603
42604         * m4/dos.m4 (jm_AC_DOS): New file and macro.
42605         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
42606
42607 2000-12-16  Jim Meyering  <meyering@lucent.com>
42608
42609         This bug had a serious impact on chown: `chown N:M FILE' (for integer
42610         N and M) would have treated it like `chown N:N FILE'.
42611
42612         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
42613
42614 2000-12-16  Jim Meyering  <meyering@lucent.com>
42615
42616         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
42617         SHELLS_FILE to a file name that's useful on djgpp systems.
42618         Include stdlib.h.
42619         (ADDITIONAL_DEFAULT_SHELLS): Define.
42620         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
42621         Based mostly on a patch from Prashant TR.
42622
42623 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
42624
42625         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
42626         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
42627         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
42628
42629 2000-12-08  Andreas Schwab  <schwab@suse.de>
42630
42631         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
42632         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
42633
42634 2000-12-07  Jim Meyering  <meyering@lucent.com>
42635
42636         * lib/stripslash.c (ISSLASH): Define.
42637         (strip_trailing_slashes): Use ISSLASH rather than comparing against
42638         `/'.
42639         From Prashant TR.
42640
42641         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
42642         (dir_name_r): Declare this function as static.
42643         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
42644         manifest itself on a name containing a mix of slashes and
42645         backslashes.
42646         Make this function work with names starting with a DOS-style
42647         drive letter and colon prefix.
42648         (dir_name): Append `.' if necessary.
42649         Based mostly on patches from Prashant TR and Eli Zaretskii.
42650
42651         * lib/dirname.h (dir_name_r): Remove prototype.
42652
42653 2000-12-06  Paul Eggert  <eggert@twinsun.com>
42654
42655         * m4/off_t-format.m4: Remove this file.
42656         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
42657
42658 2000-12-06  Jim Meyering  <meyering@lucent.com>
42659
42660         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
42661         replacement strtoull, we may well need the replacement strtoul, too.
42662         Check for declarations of strtoul and strtoull.
42663         Check for strtol.  Mainly as a cue to cause automake to include
42664         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
42665         Check for limits.h -- strtol.c needs it.
42666
42667 2000-12-05  Jim Meyering  <meyering@lucent.com>
42668
42669         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
42670
42671 2000-12-04  Jim Meyering  <meyering@lucent.com>
42672
42673         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
42674         Also include memory.h, stdlib.h, unistd.h if appropriate.
42675         Reported by Andreas Jaeger (conflicting declaration of malloc).
42676
42677 2000-12-02  Jim Meyering  <meyering@lucent.com>
42678
42679         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
42680         * m4/jm-macros.m4 (jm_MACROS): require it.
42681
42682 2000-12-02  Jim Meyering  <meyering@lucent.com>
42683
42684         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
42685
42686 2000-12-01  Paul Eggert  <eggert@twinsun.com>
42687
42688         * lib/memrchr.c: Include <config.h> before any system include file.
42689
42690 2000-11-30  Jim Meyering  <meyering@lucent.com>
42691
42692         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
42693
42694 2000-11-30  Jim Meyering  <meyering@lucent.com>
42695
42696         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
42697
42698 2000-11-29  Paul Eggert  <eggert@twinsun.com>
42699
42700         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
42701
42702 2000-11-26  Jim Meyering  <meyering@lucent.com>
42703
42704         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
42705
42706 2000-11-22  Paul Eggert  <eggert@twinsun.com>
42707
42708         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
42709         size of (size_t) -1; it's not portable.
42710
42711 2000-11-17  Jim Meyering  <meyering@lucent.com>
42712
42713         * lib/strstr.c: Update from GNU libc.
42714
42715 2000-11-17  Akim Demaille  <akim@epita.fr>
42716
42717         * lib/obstack.h: Formatting changes.
42718         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
42719         prevent type checking.
42720         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
42721         cast the value to (void *): assigning a `foo *' to a `void *'
42722         variable is valid.
42723         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
42724
42725 2000-11-16  Jim Meyering  <meyering@lucent.com>
42726
42727         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
42728
42729 2000-11-11  Jim Meyering  <meyering@lucent.com>
42730
42731         * lib/error.c: Add a couple #includes, merging from GNU libc version.
42732
42733 2000-11-10  Jim Meyering  <meyering@lucent.com>
42734
42735         * lib/obstack.h: Update from GNU libc.
42736         * lib/obstack.c: Likewise.
42737
42738 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
42739
42740         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
42741
42742 2000-11-06  Paul Eggert  <eggert@twinsun.com>
42743
42744         * lib/getusershell.c (setusershell): Use rewind rather than
42745         fseek/fseeko, to avoid configuration hassles with fseeko.
42746         Don't bother opening SHELLS_FILE if shellstream is NULL;
42747         it's not necessary.
42748
42749 2000-11-05  Jim Meyering  <meyering@lucent.com>
42750
42751         * lib/makepath.h (make_dir): Declare.
42752         * lib/makepath.c (make_dir): Remove `static' attribute.
42753         Tweak a comment.
42754
42755 2000-11-04  Jim Meyering  <meyering@lucent.com>
42756
42757         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
42758
42759 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
42760
42761         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
42762         last one in a bucket, advance to the next bucket.
42763
42764 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
42765
42766         * lib/fnmatch.c: Do not comment out all the code if we are using
42767         the GNU C library, because in some cases we are replacing buggy
42768         code in the GNU C library itself.
42769
42770 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
42771
42772         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
42773         (regex_compile): Catch bogus \(\1\).
42774
42775 2000-10-30  Paul Eggert  <eggert@twinsun.com>
42776
42777         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
42778         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
42779         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
42780
42781 2000-10-30  Paul Eggert  <eggert@twinsun.com>
42782
42783         * lib/error.h, getline.h, modechange.h:
42784         Remove "2000" from Copyright line, as the file hasn't been
42785         changed this year other than in the copyright notice.
42786
42787         * lib/xalloc.h: Add "2000" to Copyright line, as this file
42788         was changed this year.
42789
42790 2000-10-29  Jim Meyering  <meyering@lucent.com>
42791
42792         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
42793         renaming.
42794         * m4/ls-mntd-fs.m4: Likewise
42795
42796 2000-10-29  Jim Meyering  <meyering@lucent.com>
42797
42798         * lib/xstat.in: Fix grammar in comment.
42799
42800 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
42801
42802         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
42803         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
42804         doesn't define __restrict_arr.
42805
42806 2000-10-28  Jim Meyering  <meyering@lucent.com>
42807
42808         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
42809         (jm_PREREQ_MEMCHR): New function.
42810
42811 2000-10-28  Jim Meyering  <meyering@lucent.com>
42812
42813         * lib/memchr.c: Update from libc.
42814         Adjust for portability:
42815         [HAVE_STDLIB_H]: Include stdlib.h.
42816         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
42817         Undef __memchr, too.
42818         [!weak_alias]: Define __memchr to memchr.
42819
42820         * lib/regex.c: Update from libc.
42821         * lib/regex.h: Likewise.
42822         * lib/getopt1.c: Likewise.
42823         * lib/memcmp.c: Likewise.
42824
42825         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
42826         Avoid using fseek, when possible -- it's broken by design.
42827         Patch by Ulrich Drepper.
42828
42829 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
42830
42831         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
42832         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
42833         Giving in to popular pressure to shut up the compiler with casts.
42834
42835 2000-10-26  Jim Meyering  <meyering@lucent.com>
42836
42837         * lib/strftime.c: Update from libc.
42838
42839 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
42840
42841         * regex.c: More `unsigned char' -> `re_char' changes.
42842         Also change several `int' into `re_wchar_t'.
42843         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
42844         (PUSH_FAILURE_POINTER): Don't cast any more.
42845         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
42846         We want GCC to complain, since this piece of code makes
42847         re_match non-reentrant, which *should* be fixed.
42848         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
42849         (EXTEND_BUFFER): Use RETALLOC.
42850         (SET_LIST_BIT): Don't cast.
42851         (re_wchar_t): New type.
42852         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
42853         that those two functions will always properly return.
42854         (IMMEDIATE_QUIT_CHECK): Cast to void.
42855         (analyse_first): Use recursion rather than an explicit stack.
42856         (re_compile_fastmap): Can't fail anymore.
42857         (re_search_2): Don't check re_compile_fastmap for failure.
42858         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
42859         Now also sets the new value (passed in a new argument).
42860         (re_match_2_internal): Use it.
42861         Also, use a new var `reg' of type size_t when looping through regs
42862         rather than reuse the inappropriate `mcnt'.
42863
42864 2000-10-25  Jim Meyering  <meyering@lucent.com>
42865
42866         * lib/obstack.c: Update from libc.
42867
42868 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
42869
42870         * regex.c (regex_compile): Change the way of handling a range from
42871         a char less than 256 to a char not less than 256.
42872
42873 2000-10-24  Andrew Innes  <andrewi@gnu.org>
42874
42875         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
42876         NT-Emacs only.
42877         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
42878         so that re_search functions only quit when callers expect them to.
42879
42880 2000-10-23  Jim Meyering  <meyering@lucent.com>
42881
42882         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
42883         wrong.  That set_locale call must not have any side effects.
42884         From Paul Eggert.
42885
42886 2000-10-22  Jim Meyering  <meyering@lucent.com>
42887
42888         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
42889         [CYCLIC]: Remove now-unused definition.
42890
42891         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
42892         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
42893         Suggestion from Ulrich Drepper.
42894
42895 2000-10-21  Jim Meyering  <meyering@lucent.com>
42896
42897         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
42898         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
42899         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
42900
42901 2000-10-21  Jim Meyering  <meyering@lucent.com>
42902
42903         * lib/dirname.c (memrchr): Declare if necessary.
42904         (dir_name): Remove the restriction that there be no
42905         trailing slashes.  Now, this code skips past them, effectively
42906         ignoring them.
42907         [TEST_DIRNAME] (main): New unit tests.
42908
42909         * lib/memrchr.c: New file from GNU libc.
42910         Undef __memrchr, too.
42911         [!weak_alias]: Define __memrchr to memrchr.
42912         Guard weak_alias use with `#ifdef weak_alias'.
42913
42914 2000-10-21  Jim Meyering  <meyering@lucent.com>
42915
42916         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
42917         (dir_name): Use dir_name_r.
42918         * lib/dirname.h (dir_name_r): Declare it.
42919
42920 2000-10-17  Jim Meyering  <meyering@lucent.com>
42921
42922         * lib/quote.h (PARAMS): Define and use.
42923         Reported by Akim Demaille.
42924
42925         * lib/getopt.c: Update from libc.
42926
42927 2000-10-16  Jim Meyering  <meyering@lucent.com>
42928
42929         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
42930         setlocale.
42931         From Jan Fedak.
42932
42933 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
42934
42935         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
42936
42937 2000-09-25  Jim Meyering  <meyering@lucent.com>
42938
42939         * lib/md5.h (rol): Define (from GnuPG).
42940
42941         * lib/sha.c: Give credit (GnuPG) where due.
42942         (M): Use rol rather than open-coding it.
42943         Add a FIXME comment.
42944
42945 2000-09-21  Jim Meyering  <meyering@lucent.com>
42946
42947         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
42948         Reported by Michael Stone.
42949
42950 2000-09-20  Jim Meyering  <meyering@lucent.com>
42951
42952         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
42953         (noinst_HEADERS): Add sha.h.
42954         Based on code from Scott G. Miller and from GnuPG.
42955
42956 2000-09-18  Jim Meyering  <meyering@lucent.com>
42957
42958         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
42959         LIBS. Otherwise, everyone ends up linking with -lelf for some
42960         configurations.
42961         Reported by Mike Stone.
42962
42963 2000-09-15  Jim Meyering  <meyering@lucent.com>
42964
42965         * lib/regex.c: Update from libc.
42966
42967 2000-09-10  Jim Meyering  <meyering@lucent.com>
42968
42969         * lib/getopt.c (_getopt_internal): Update from glibc.
42970
42971 2000-09-09  Jim Meyering  <meyering@lucent.com>
42972
42973         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
42974         think it should be used as a general replacement for isascii.
42975         * lib/fnmatch.c: Likewise.
42976         * lib/mbswidth.c: Likewise
42977         * lib/regex.c: Likewise.
42978
42979         Don't use atoi.
42980         * lib/userspec.c: Include sys/param.h and limits.h.
42981         Include xstrtol.h.
42982         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42983         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
42984         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
42985         UID, GID.  Check range.
42986
42987 2000-09-06  Jim Meyering  <meyering@lucent.com>
42988
42989         * lib/getopt.c (_getopt_internal): Update from glibc.
42990
42991 2000-08-30  Jim Meyering  <meyering@lucent.com>
42992
42993         * lib/strftime.c: Merge in changes from GNU libc.
42994
42995 2000-08-26  Jim Meyering  <meyering@lucent.com>
42996
42997         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
42998         * m4/fpending.m4: New file.
42999
43000 2000-08-26  Jim Meyering  <meyering@lucent.com>
43001
43002         * lib/closeout.c: Include "__fpending.h".
43003         (close_stdout_status): Return right away if there's nothing to flush.
43004
43005         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
43006         * lib/__fpending.c: New file.
43007         * lib/__fpending.h: New file.
43008
43009 2000-08-20  Jim Meyering  <meyering@lucent.com>
43010
43011         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
43012         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
43013         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
43014
43015 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
43016
43017         Improve fileutils installation on systems where running
43018         programs (like install) can't be unlinked.
43019         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
43020         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
43021
43022 2000-08-07  Paul Eggert  <eggert@twinsun.com>
43023
43024         Standardize on "memory exhausted" instead of "Memory exhausted"
43025         or "virtual memory exhausted".
43026         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43027         "virtual memory exhausted".
43028         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43029         our own message.
43030         * lib/userspec.c (parse_user_spec): Likewise.
43031         * lib/bumpalloc.h: comment fix
43032         * lib/same.c, userspec.c: Include xalloc.h.
43033
43034         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43035         not char *const and pointing to a constant array.
43036         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43037         (xrealloc): Comment fix.
43038
43039         * lib/userspec.c (parse_user_spec):
43040         Don't translate a message until just before returning,
43041         to avoid unnecessary translation.
43042
43043 2000-08-07  Jim Meyering  <meyering@lucent.com>
43044
43045         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43046         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43047         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43048         getgroups.c, gethostname.c, getopt.h, group-member.c,
43049         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43050         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43051         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43052         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43053         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43054         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43055         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43056         yesno.c: Back out Copyright date changes for each file with no change
43057         this year.  This eases coordination with other programs using the same
43058         source code modules.  From Paul Eggert.
43059
43060 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43061
43062         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43063         not char, for compatibility with glibc 2.1.3 strftime.c.
43064
43065 2000-08-03  Greg McGary  <greg@mcgary.org>
43066
43067         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43068         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43069         (EXTEND_BUFFER): Use them.
43070
43071 2000-08-01  Jim Meyering  <meyering@lucent.com>
43072
43073         * lib/dirname.c (ISSLASH): Define.
43074         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43075         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43076         both `\' and `/' may be use as path separators.
43077         Based on a patch from Prashant TR.
43078
43079 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43080
43081         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43082         slot vector a constant, since it might get modified.
43083
43084 2000-07-31  Jim Meyering  <meyering@lucent.com>
43085
43086         * lib/xmalloc.c: Use `virtual memory exhausted', not
43087         `Memory exhausted'.
43088         * lib/obstack.c (print_and_abort): Likewise.
43089
43090 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43091
43092         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43093         buffer, so that the caller can always quote one small
43094         component of a "memory exhausted" message in slot 0.
43095         From a suggestion by Jim Meyering.
43096
43097 2000-07-30  Jim Meyering  <meyering@lucent.com>
43098
43099         * lib/makepath.c (make_path): Quote the other instance, too.
43100
43101         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43102         (STATIC_BUF_SIZE): Define.
43103         (quotearg_n_options): Use only statically allocated storage when
43104         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43105         than STATIC_BUF_SIZE.
43106
43107 2000-07-29  Jim Meyering  <meyering@lucent.com>
43108
43109         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43110         * lib/dirname.c (dir_name): Likewise.
43111
43112         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43113         `/'.
43114
43115         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43116         (dir_name): Assert that there are no trailing slashes.
43117
43118 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43119
43120         * lib/mbswidth.h (mbswidth): Add a flags argument.
43121         (mbswidth): New declaration.
43122         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43123         * lib/mbswidth.c (mbswidth): Add a flags argument.
43124         (mbsnwidth): New function.
43125
43126 2000-07-24  Jim Meyering  <meyering@lucent.com>
43127
43128         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43129
43130 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43131
43132         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43133
43134 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43135
43136         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43137         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43138         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43139         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43140         invoke multibyte primitives.
43141
43142 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43143
43144         * lib/quotearg.c:
43145         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43146         so that mbstate_t is always defined.
43147
43148         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43149         be 1 in at least one GCC installation, and this configuration
43150         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43151         performance on hosts that have mbrtowc but have only unibyte
43152         locales, but I assume these hosts are rare.
43153
43154 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43155
43156         * lib/mbswidth.c (_XOPEN_SOURCE):
43157         Don't define; this causes problems on Solaris 7.
43158         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43159
43160 2000-07-23  Jim Meyering  <meyering@lucent.com>
43161
43162         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43163         too: getgrgid, getpwuid, getuid.
43164
43165 2000-07-23  Jim Meyering  <meyering@lucent.com>
43166
43167         * lib/basename.c (base_name): Add an assertion.
43168
43169 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43170
43171         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43172         shadow its mbsinit function.
43173
43174 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43175
43176         * lib/mbswidth.h: New file.
43177         * lib/mbswidth.c: New file.
43178         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43179         (noinst_HEADERS): Add mbswidth.h.
43180
43181 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43182
43183         * lib/config.charset: Add support for FreeBSD. Improve support for
43184         HP-UX and IRIX 6.
43185
43186 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43187
43188         * m4/mbswidth.m4: New file.
43189         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43190
43191 2000-07-15  Jim Meyering  <meyering@lucent.com>
43192
43193         * lib/makepath.c: Include quote.h.
43194         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43195         corresponding argument in a `quote (...)' call.
43196         Give better diagnostics.
43197
43198         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43199         (noinst_HEADERS): Add quote.h.
43200
43201         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43202         from tar's src/misc.c.
43203         * lib/quote.h: New file.  Prototypes for same.
43204
43205 2000-07-14  Paul Eggert  <eggert@twinsun.com>
43206
43207         From a suggestion by Bruno Haible.
43208         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
43209         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
43210         to decide whether to define the BeOS workaround macro;
43211         this adjusts to the change to AC_MBSTATE_T.
43212
43213 2000-07-14  Jim Meyering  <meyering@lucent.com>
43214
43215         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
43216         jm_AC_TYPE_UINTMAX_T.
43217
43218 2000-07-13  Paul Eggert  <eggert@twinsun.com>
43219
43220         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
43221
43222         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
43223         quotearg_buffer_restyled): Add support for
43224         clocale_quoting_style.  Undo previous change to
43225         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
43226         and "{RIGHT QUOTATION MARK}" msgids.
43227
43228 2000-07-10  Paul Eggert  <eggert@twinsun.com>
43229
43230         From a suggestion by Bruno Haible.
43231         * m4/mbstate_t.m4 (AC_MBSTATE_T):
43232         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
43233         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
43234         and mbstate_t, to a single-part test that simply defines mbstate_t.
43235         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
43236         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
43237
43238 2000-07-10  Jim Meyering  <meyering@lucent.com>
43239
43240         * m4/strerror_r.m4: Mirror the correction made in autoconf.
43241
43242         * m4/gnu-source.m4: Output to confdefs.h directly.
43243         Suggestion from Akim Demaille.
43244
43245 2000-07-09  Paul Eggert  <eggert@twinsun.com>
43246
43247         The old behavior of quoting `like this' doesn't look good with
43248         newer, ISO-style fonts.  See:
43249         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
43250
43251         Instead, quote "like this" by default.  Let the translator
43252         tailor the locale-specific quoting behavior by providing
43253         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
43254
43255         * lib/quotearg.c (N_): New macro.
43256         (gettext_default): New function.
43257         (quotearg_buffer_restyled): Use
43258         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
43259         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
43260
43261 2000-07-09  Jim Meyering  <meyering@lucent.com>
43262
43263         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
43264         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
43265
43266         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
43267         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
43268
43269 2000-07-09  Jim Meyering  <meyering@lucent.com>
43270
43271         * lib/Most files: Update copyright dates to include 2000.
43272
43273 2000-07-08  Jim Meyering  <meyering@lucent.com>
43274
43275         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
43276         if not defined.
43277         (xgethostname): Remove now-unnecessary #ifdef.
43278         Move declaration of `err' into loop where it's used.
43279
43280 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43281         and Bruno Haible  <haible@clisp.cons.org>
43282
43283         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
43284         only if the test for an object-type mbstate_t fails.  This
43285         prevents us from mistakenly reporting that mbstate_t is a
43286         system object type after we "#define mbstate_t int" to work
43287         around its lack.
43288
43289 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43290         and Bruno Haible  <haible@clisp.cons.org>
43291
43292         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
43293
43294 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43295
43296         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
43297         to strerror_r.
43298         Include <ctype.h> for use of isalpha.
43299
43300 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43301
43302         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
43303         by allocating a larger buffer. Test the gethostname return value for
43304         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
43305         returns an error and ENAMETOOLONG isn't defined.
43306
43307 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43308
43309         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
43310         dimension.
43311
43312 2000-07-04  Jim Meyering  <meyering@lucent.com>
43313
43314         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
43315         of the deprecated AC_CHECKING.
43316
43317 2000-07-04  Jim Meyering  <meyering@lucent.com>
43318
43319         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
43320         Reported by Bruno Haible.
43321
43322 2000-07-04  Jim Meyering  <meyering@lucent.com>
43323
43324         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
43325         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
43326         lacks mbrtowc.
43327
43328 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43329
43330         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
43331         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
43332
43333 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43334         and Bruno Haible  <haible@clisp.cons.org>
43335
43336         * lib/quotearg.c (mbrtowc):
43337         Assign to *pwc, and return 1 only if result is nonzero.
43338         (iswprint): Use ISPRINT when substituting our own mbrtowc.
43339
43340 2000-07-03  Jim Meyering  <meyering@lucent.com>
43341
43342         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
43343
43344 2000-07-03  Jim Meyering  <meyering@lucent.com>
43345
43346         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
43347         This is necessary to get a definition of e.g., UTMP_FILE on
43348         HP-UX 10.20.
43349         From Bob Proulx.
43350
43351 2000-07-02  Jim Meyering  <meyering@lucent.com>
43352
43353         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
43354
43355         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
43356         AC_LIBOBJ(function_name).
43357         * m4/chown.m4: Likewise.
43358         * m4/fnmatch.m4: Likewise.
43359         * m4/ftruncate.m4: Likewise.
43360         * m4/getgroups.m4: Likewise.
43361         * m4/getline.m4: Likewise.
43362         * m4/group-member.m4: Likewise.
43363         * m4/jm-macros.m4: Likewise.
43364         * m4/lstat.m4: Likewise.
43365         * m4/malloc.m4: Likewise.
43366         * m4/memcmp.m4: Likewise.
43367         * m4/nanosleep.m4: Likewise.
43368         * m4/putenv.m4: Likewise.
43369         * m4/realloc.m4: Likewise.
43370         * m4/regex.m4: Likewise.
43371         * m4/stat.m4: Likewise.
43372         * m4/strftime.m4: Likewise.
43373
43374 2000-07-02  Jim Meyering  <meyering@lucent.com>
43375
43376         * lib/quotearg.c (mbstate_t): Don't define here.
43377
43378 2000-07-02  Jim Meyering  <meyering@lucent.com>
43379
43380         * lib/nanosleep.c (SIGCONT): Define if not already defined.
43381
43382 2000-07-01  Jim Meyering  <meyering@lucent.com>
43383
43384         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
43385
43386 2000-07-01  Jim Meyering  <meyering@lucent.com>
43387
43388         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
43389         problem.
43390
43391 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43392
43393         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
43394         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
43395
43396 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43397
43398         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
43399         per change in ../m4/ls-mntd-fs.m4.
43400         (read_filesystem_list): Ignore symbolic links.
43401
43402 2000-06-29  Jim Meyering  <meyering@lucent.com>
43403
43404         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
43405         for declaration of strcmp.
43406
43407         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
43408
43409         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
43410         Avoid warning by casting result to `char *' to remove `const'.
43411
43412 2000-06-28  Jim Meyering  <meyering@lucent.com>
43413
43414         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
43415         included by quotearg.c, for which we perform this test.  From
43416         Bruno Haible.
43417
43418 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43419
43420         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
43421         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
43422         <utmpx.h> exists, put readutmp.o into LIBOBJS.
43423
43424 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43425
43426         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
43427
43428 2000-06-26  Paul Eggert  <eggert@twinsun.com>
43429
43430         savedir now sets errno on failure and invokes xmalloc to get memory.
43431         Fix a couple of other minor bugs while we're at it.
43432
43433         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
43434         (NAMLEN): Remove macro.
43435         (malloc, realloc): Remove decls.
43436         (stpcpy): Likewise.
43437         ("xalloc.h"): Include.
43438         (NAME_SIZE_DEFAULT): New macro.
43439         (savedir): Use xmalloc / xrealloc to allocate memory.
43440         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
43441         Skip "" directory entries.
43442         Use strlen to calculate directory entry length, since the old method
43443         is rarely used these days and isn't worth supporting.
43444         Don't use a pointer after freeing it.
43445         Check for integer overflow when calculating allocation size.
43446         Use memcpy to copy entries, instead of stpcpy.
43447         Set errno properly when returning NULL.
43448         Check for readdir error.
43449
43450 2000-06-26  Jim Meyering  <meyering@lucent.com>
43451
43452         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
43453
43454 2000-06-25  Jim Meyering  <meyering@lucent.com>
43455
43456         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
43457         Linux header bug when _XOPEN_SOURCE is defined to 500.
43458
43459 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43460
43461         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
43462         deficiency.
43463
43464 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43465
43466         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
43467         Include xalloc.h.
43468         Don't include <stdlib.h>.  Don't declare malloc, realloc.
43469
43470 2000-06-24  Jim Meyering  <meyering@lucent.com>
43471
43472         * m4/strerror_r.m4: Revive this file -- to try out an experimental
43473         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
43474         for which strerror does return char*, but which lacks a conveniently
43475         accessible declaration of the function.  If the compile-test says
43476         strerror_r doesn't work, then resort to a `run'-test that works on
43477         BeOS and segfaults on DEC Unix.
43478
43479 2000-06-24  Jim Meyering  <meyering@lucent.com>
43480
43481         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
43482
43483 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43484
43485         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
43486         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
43487
43488 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43489
43490         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
43491         (mbrtowc, mbstate_t): Define substitutes if
43492         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
43493         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
43494         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
43495
43496 2000-06-23  Jim Meyering  <meyering@lucent.com>
43497
43498         * m4/afs.m4: Add missing AC_MSG_RESULT.
43499         Reported by Bruno Haible.
43500
43501         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
43502         Suggestion from Bruno Haible.
43503
43504 2000-06-23  Jim Meyering  <meyering@lucent.com>
43505
43506         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
43507
43508 2000-06-21  Jim Meyering  <meyering@lucent.com>
43509
43510         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
43511
43512 2000-06-21  Jim Meyering  <meyering@lucent.com>
43513
43514         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
43515         (noinst_HEADERS): Add getstr.h.
43516
43517         * lib/getline.c (getstr): Move into a separate file.
43518         * lib/getstr.c (getstr): New file, extracted from getline.c, with
43519         the following changes: new parameter, delim2; both delim[12]
43520         parameters have type `int', not `char'.  The latter would lose
43521         with 8-bit delimiters.
43522         * lib/getstr.h: New file.
43523
43524 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43525
43526         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
43527         than 1024, return a memory chunk of least possible size, instead
43528         of size PATH_MAX + 2. In the loop, increment the size proportionally.
43529         Use free/xmalloc instead of xrealloc to avoid copying for very long
43530         paths.
43531
43532 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43533
43534         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
43535         the empty string.
43536
43537 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43538
43539         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
43540         address, not strdup.  Include <stdlib.h> and don't declare free().
43541
43542 2000-06-19  Jim Meyering  <meyering@lucent.com>
43543
43544         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
43545
43546 2000-06-18  Jim Meyering  <meyering@lucent.com>
43547
43548         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
43549
43550         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
43551         `checking whether...' message to be consistent with that of the
43552         lstat test.
43553
43554 2000-06-18  Jim Meyering  <meyering@lucent.com>
43555
43556         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
43557         Besides, these days every porting target provides a mkdir function.
43558
43559         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
43560         needed. (this snippet comes from src/system.h).
43561
43562 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
43563
43564         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
43565
43566 2000-06-15  Paul Eggert  <eggert@twinsun.com>
43567
43568         * lib/human.c (adjust_value): New function.
43569         (human_readable_inexact): Apply rounding style even when
43570         printing approximate values.
43571
43572 2000-06-14  Paul Eggert  <eggert@twinsun.com>
43573
43574         * lib/human.c (human_readable_inexact): Allow an input block
43575         size that is not a multiple of the output block size, and vice versa.
43576         Reported by Piergiorgio Sartor.
43577
43578 2000-06-14  Paul Eggert  <eggert@twinsun.com>
43579
43580         * lib/getdate.y (get_date): Apply relative times after time
43581         zone indicator, not before.  Reported by Todd A. Jacobs.
43582
43583 2000-06-13  Jim Meyering  <meyering@lucent.com>
43584
43585         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
43586
43587         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
43588
43589 2000-06-12  Paul Eggert  <eggert@twinsun.com>
43590
43591         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
43592
43593 2000-06-12  Jim Meyering  <meyering@lucent.com>
43594
43595         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
43596         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
43597         optional argument.
43598         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
43599         the optional argument, `lib'.
43600
43601 2000-06-08  Jim Meyering  <meyering@lucent.com>
43602
43603         * m4/largefile.m4: Remove file (now that it's part of autoconf).
43604
43605 2000-06-04  Paul Eggert  <eggert@twinsun.com>
43606
43607         Rewrite largefile configuration so that we don't need to run
43608         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
43609         AC_CANONICAL_HOST in configure.in -- jmm]
43610
43611         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
43612         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
43613         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
43614         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
43615         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
43616         All uses changed.
43617         Instead of inspecting the output of getconf, try to compile the
43618         test program without and with the macro definition.
43619         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
43620         for getconf.  Instead, check for the needed flags by compiling
43621         test programs.
43622
43623 2000-06-04  Paul Eggert  <eggert@twinsun.com>
43624
43625         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
43626
43627 2000-06-04  Jim Meyering  <meyering@lucent.com>
43628
43629         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
43630         SunOS 4.1.4 for which gid_t is an unsigned type.
43631
43632 2000-06-03  Jim Meyering  <meyering@lucent.com>
43633
43634         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
43635         now that autoconf requires that.
43636
43637         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
43638         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
43639         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
43640
43641 2000-06-03  Jim Meyering  <meyering@lucent.com>
43642
43643         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
43644
43645 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
43646
43647         * m4/glibc21.m4: New file.
43648         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
43649
43650 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
43651
43652         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
43653         newer, don't install charset.alias.
43654         * lib/config.charset: Change the Linux/glibc rules so they become empty
43655         on glibc-2.1 or newer.
43656
43657 2000-06-02  Jim Meyering  <meyering@lucent.com>
43658
43659         * lib/mountlist.c: Back out last change.  Instead, do this...
43660         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
43661         me_dummy member using the same `ignore'-testing code.
43662         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
43663         fs_type strings.
43664         From Mark D. Roth.
43665
43666 2000-05-29  Jim Meyering  <meyering@lucent.com>
43667
43668         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
43669         mounts with the `ignore' attribute.  Based on a patch from
43670         Mark D. Roth.
43671
43672 2000-05-28  Jim Meyering  <meyering@lucent.com>
43673
43674         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
43675         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43676         * m4/stat.m4: Likewise.
43677         * m4/lstat.m4: Likewise.
43678         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
43679
43680         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
43681         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
43682
43683 2000-05-26  Jim Meyering  <meyering@lucent.com>
43684
43685         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
43686
43687 2000-05-24  Jim Meyering  <meyering@lucent.com>
43688
43689         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
43690         autoconf requires that.
43691         * m4/lib-check.m4: Likewise.
43692         * m4/jm-macros.m4: Likewise.
43693         * m4/strftime.m4: Likewise.
43694
43695         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
43696         AC_CHECK_DECLS, now that autoconf requires that.
43697
43698 2000-05-22  Jim Meyering  <meyering@lucent.com>
43699
43700         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43701         * m4/lstat.m4: Likewise.
43702
43703 2000-05-22  Jim Meyering  <meyering@lucent.com>
43704
43705         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
43706
43707 2000-05-20  Jim Meyering  <meyering@lucent.com>
43708
43709         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
43710         (jm_PREREQ): Use it.
43711
43712 2000-05-18  Jim Meyering  <meyering@lucent.com>
43713
43714         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
43715         back, too, since it may have been modified by allocate_entry.
43716         (hash_delete): Rewrite to use neither the assignment operator
43717         nor the comma operator in an if-expression.
43718
43719 2000-05-15  Paul Eggert  <eggert@twinsun.com>
43720
43721         * lib/closeout.c:
43722         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
43723         Remove; no longer needed.
43724         "quotearg.h": Add include.
43725         (file_name): Do not bother to explicitly initialize to NULL; it's less
43726         efficient on some hosts.
43727         (close_stdout_status): Remove test as to whether stdout was already
43728         closed; it breaks for the case "echo x | sort >&-".
43729         Quote file name colons.
43730         Do not assume that _("write error") lacks format strings.
43731
43732 2000-05-15  Jim Meyering  <meyering@lucent.com>
43733
43734         * lib/version-etc.c (version_etc_copyright): Update the copyright
43735         string used in all --version output.
43736
43737 2000-05-14  Jim Meyering  <meyering@lucent.com>
43738
43739         * lib/closeout.c (close_stdout_set_file_name): New function.
43740         (close_stdout_status): Use new file-scoped global.
43741         Return right away if fstat says the stdout file descriptor is invalid.
43742         * lib/closeout.h (close_stdout_set_file_name): Declare.
43743
43744 2000-05-10  Jim Meyering  <meyering@lucent.com>
43745
43746         * lib/closeout.c [default_exit_status]: New file-scoped variable.
43747         (close_stdout_set_status): New function.
43748         * lib/closeout.h (close_stdout_set_status): Declare.
43749
43750 2000-05-09  Jim Meyering  <meyering@lucent.com>
43751
43752         * m4/gettext.m4: Rename this...
43753         * m4/libintl.m4: ...to this.
43754
43755 2000-05-08  Jim Meyering  <meyering@lucent.com>
43756
43757         * lib/long-options.c: Don't include closeout.h.
43758         (parse_long_options): Don't call close_stdout for --version.
43759
43760 2000-05-06  Paul Eggert  <eggert@twinsun.com>
43761
43762         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
43763         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
43764         2.1.3 bug.  This avoids a clash when files like regex.c define
43765         _GNU_SOURCE.
43766
43767 2000-05-06  Jim Meyering  <meyering@lucent.com>
43768
43769         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
43770         (AC_REPLACE_FUNCS): Add strnlen.
43771
43772         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
43773         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
43774
43775         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
43776         AC_SEARCH_LIBS call for nanosleep.
43777         (LIB_NANOSLEEP): Set and AC_SUBST.
43778
43779 2000-05-06  Jim Meyering  <meyering@lucent.com>
43780
43781         * lib/strnlen.c: Undefine __strnlen and strnlen.
43782         [!weak_alias]: Define __strnlen to strnlen.
43783
43784         * lib/atexit.c: New file, from libiberty.
43785
43786 2000-05-06  Jim Meyering  <meyering@lucent.com>
43787
43788         * lib/closeout.c (close_stdout_status): Also check for errors on the
43789         stderr stream.
43790
43791 2000-05-05  Jim Meyering  <meyering@lucent.com>
43792
43793         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
43794         AC_SEARCH_LIBS call for clock_gettime.
43795         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
43796
43797         * m4/search-libs.m4: Update from autoconf.
43798
43799         su doesn't work on Solaris 2.6.
43800         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
43801         <shadow.h>.  Reported by Dragos Harabor.
43802
43803 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
43804
43805         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
43806         memcpy instead of xmalloc, xrealloc, path_concat.
43807         (locale_charset): Treat empty environment variables as absent.
43808         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
43809
43810 2000-05-04  Jim Meyering  <meyering@lucent.com>
43811
43812         * lib/getopt.c: Update from glibc.
43813         * lib/obstack.c: Likewise.
43814         * lib/obstack.h: Likewise.
43815         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
43816         file
43817
43818         * lib/regex.h: Likewise.
43819         * lib/strndup.c: Likewise.
43820         * lib/strnlen.c: New file, from glibc.
43821
43822 2000-05-03  Jim Meyering  <meyering@lucent.com>
43823
43824         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
43825
43826 2000-05-02  Paul Eggert  <eggert@twinsun.com>
43827
43828         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
43829         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
43830         compile-time test, rather than inspecting host and OS, to
43831         decide whether to define _LARGEFILE_SOURCE.
43832
43833 2000-05-01  Jim Meyering  <meyering@lucent.com>
43834
43835         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
43836
43837         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
43838         Based on a patch from Bruno Haible.
43839
43840 2000-05-01  Jim Meyering  <meyering@lucent.com>
43841
43842         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
43843
43844 2000-04-29  Jim Meyering  <meyering@lucent.com>
43845
43846         * lib/path-concat.c: Declare strdup only if it's not defined.
43847         * lib/canon-host.c: Likewise.
43848
43849 2000-04-28  Jim Meyering  <meyering@lucent.com>
43850
43851         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
43852         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
43853         is included first, then limits.h is included by locale.h by libintl.h.
43854         From John David Anglin.
43855
43856 2000-04-25  Jim Meyering  <meyering@lucent.com>
43857
43858         * lib/makepath.c (S_IRWXUGO): Define.
43859         (make_path): Always perform explicit chmod if MODE specifies any
43860         of the `special' permission bits.  Prompted by a bug report against
43861         install from Mate Wierdl and Joost van Baal.
43862
43863 2000-04-18  Jim Meyering  <meyering@lucent.com>
43864
43865         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
43866         (jm_PREREQ): Use it.
43867
43868 2000-04-18  Jim Meyering  <meyering@lucent.com>
43869
43870         * lib/README: New file.
43871
43872         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
43873         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
43874
43875 2000-04-17  Jim Meyering  <meyering@lucent.com>
43876
43877         Get it right :-)
43878         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
43879         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
43880         Suggestion from Akim Demaille.
43881
43882 2000-04-17  Jim Meyering  <meyering@lucent.com>
43883
43884         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
43885         the definition of it to rpl_strftime also defined-away the system's
43886         declaration.
43887
43888 2000-04-15  Jim Meyering  <meyering@lucent.com>
43889
43890         Use `C' to denote so-called `contiguous' files, the same way
43891         that tar does.
43892         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
43893         (ftypelet): Use S_ISCTG.
43894         From Michael Deutschmann.
43895
43896 2000-04-14  Jim Meyering  <meyering@lucent.com>
43897
43898         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
43899         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
43900         clobbered.
43901
43902 2000-04-14  Jim Meyering  <meyering@lucent.com>
43903
43904         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
43905
43906 2000-04-13  Jim Meyering  <meyering@lucent.com>
43907
43908         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
43909         AH_VERBATIM to insert required #ifndef into config.h.in.
43910         Suggestion from Akim Demaille.
43911
43912 2000-04-12  Jim Meyering  <meyering@lucent.com>
43913
43914         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
43915         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
43916         Christian Krackowizer.
43917
43918         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
43919         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
43920         (AC_SYS_LARGEFILE): Require.
43921         (AM_C_PROTOTYPES): Require.
43922
43923 2000-04-08  Jim Meyering  <meyering@lucent.com>
43924
43925         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
43926         names don't conflict.  Reported by Eli Zaretskii.
43927
43928 2000-04-07  Jim Meyering  <meyering@lucent.com>
43929
43930         * lib/putenv.c: Move inclusion of errno.h so it follows that of
43931         sys/types.h, to work around system header problems on AIX 3.2.5.
43932         From Bruno Haible.
43933
43934 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
43935
43936         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
43937         bug.  Deal with the different error behavior of Irix iconv.
43938
43939 2000-04-05  Paul Eggert  <eggert@twinsun.com>
43940
43941         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
43942         IRIX if the installer said otherwise.
43943
43944 2000-04-05  Jim Meyering  <meyering@lucent.com>
43945
43946         Portability tweaks required for ultrix4.3.
43947         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
43948         (jm_CHECK_DECLS): Add getutent to the list of functions.
43949         (_jm_DECL_HEADERS): Add utmpx.h.
43950         From John David Anglin.
43951
43952         * m4/strftime.m4: Back out the 2000-04-02 change.
43953         Instead of that change, simply undefine putenv in the test program.
43954
43955 2000-04-05  Jim Meyering  <meyering@lucent.com>
43956
43957         Portability tweaks required for ultrix4.3.
43958         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
43959         getutent.
43960         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
43961         * lib/canon-host.c: Declare strdup.
43962         * lib/path-concat.c: Likewise.
43963         From John David Anglin.
43964
43965 2000-04-04  Jim Meyering  <meyering@lucent.com>
43966
43967         Be more DOS 8.3-friendly.
43968         * lib/ref-add.sin: Renamed from ref-add.sed.in.
43969         * lib/ref-del.sin: Renamed from ref-del.sed.in.
43970         * lib/Makefile.am: Reflect renaming.
43971         Reported by Eli Zaretskii.
43972
43973         Use a temporary file name that won't clash with `charset.alias'
43974         in the DOS 8.3 name space.
43975         * lib/Makefile.am (charset_tmp): Define.
43976         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
43977         (uninstall-local): Likewise.
43978         Reported by Eli Zaretskii.
43979
43980 2000-04-03  Jim Meyering  <meyering@lucent.com>
43981
43982         * m4/gettext.m4: Fix typo in comment.
43983
43984         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
43985         textutils/configure.in).  Suggestion from Paul Eggert.
43986         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
43987
43988 2000-04-02  Paul Eggert  <eggert@twinsun.com>
43989
43990         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
43991         variable in the shell rather than using putenv, which isn't
43992         portable.  This avoids the configure-time inter-test dependency
43993         on the potentially-renamed putenv function.
43994
43995 2000-03-30  Paul Eggert  <eggert@twinsun.com>
43996
43997         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
43998         before checking struct stat.st_blksize, so that
43999         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
44000
44001 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44002
44003         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
44004         since strftime.c uses HAVE_STRFTIME to decide whether to use
44005         the underlying strftime.
44006
44007 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44008
44009         * lib/time/strftime.c (my_strftime): Make sure we call the system
44010         strftime, not ourselves, when invoking the underlying strftime.
44011
44012 2000-03-24  Jim Meyering  <meyering@lucent.com>
44013
44014         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
44015         (charset_alias): Define.
44016         (install-exec-local): Factor out common code.
44017         (uninstall-local): Split lines longer than 80.
44018         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
44019         (SUFFIXES): Define.
44020         (.sed.in.sed): New rule.  Don't redirect directly to $@.
44021         (CLEANFILES): Add ref-add.sed and ref-del.sed.
44022
44023 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
44024
44025         * lib/config.charset: Output a line containing "Packages using this
44026         file".
44027         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44028         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44029         ref-del.sed): New rules.
44030
44031 2000-03-17  Jim Meyering  <meyering@lucent.com>
44032
44033         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44034         Otherwise, include <strings.h>
44035
44036 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44037
44038         * lib/unicodeio.c (utf8_wctomb): New function.
44039         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44040         format instead of in UCS-4 with platform dependent endianness.
44041
44042 2000-03-10  Jim Meyering  <meyering@lucent.com>
44043
44044         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44045         From Marco Franzen.
44046
44047 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44048
44049         * lib/savedir.c (savedir): Work even if directory size is
44050         negative; this can happen with some screwy NFS configurations.
44051
44052 2000-03-06  Jim Meyering  <meyering@lucent.com>
44053
44054         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44055         if it's NULL (because we ran out of memory).  From Bruno Haible.
44056
44057 2000-03-05  Jim Meyering  <meyering@lucent.com>
44058
44059         * lib/localcharset.c ("path-concat.h"): Include.
44060         (get_charset_aliases): Use path_concat instead of ANSI string
44061         concatenation.
44062
44063         * lib/unicodeio.h (PARAMS): Define.
44064         Use it to guard prototype.
44065
44066 2000-03-04  Jim Meyering  <meyering@lucent.com>
44067
44068         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44069         for lib/localcharset.c.
44070
44071 2000-03-04  Jim Meyering  <meyering@lucent.com>
44072
44073         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44074         installing into it.
44075         (uninstall-local): Uncomment this rule so `make distcheck' works
44076         once again.
44077
44078         * lib/unicodeio.c (<errno.h>): Include it.
44079         (errno): Declare if not defined.
44080
44081         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44082
44083         * lib/config.charset: New version, incorporating remarks from a linux
44084         i18n mailing list.  From Bruno Haible.
44085
44086 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44087
44088         * m4/codeset.m4: New file.
44089         * m4/iconv.m4: New file.
44090         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44091
44092 2000-03-03  Jim Meyering  <meyering@lucent.com>
44093
44094         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44095
44096 2000-03-02  Jim Meyering  <meyering@lucent.com>
44097
44098         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44099         the messages come out on separate lines.
44100
44101         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44102         rather than jm_CHECK_DECLARATIONS.
44103         * m4/decl.m4: Remove now-unused file.
44104
44105         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44106         geteuid.
44107
44108 2000-03-02  Jim Meyering  <meyering@lucent.com>
44109
44110         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44111
44112 2000-03-01  Jim Meyering  <meyering@lucent.com>
44113
44114         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44115         * lib/unicodeio.c: Likewise.
44116
44117 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44118
44119         * lib/config.charset: New file.
44120         * lib/localcharset.c: New file.
44121         * lib/unicodeio.h, lib/unicodeio.c: New files.
44122         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44123         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44124         (noinst_HEADERS): Add unicodeio.h.
44125         (all-local, install-exec-local, charset.alias): New targets.
44126
44127 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44128
44129         * lib/quotearg.c (ALERT_CHAR): New macro.
44130         (quotearg_buffer_restyled): Use it.
44131
44132 2000-02-27  Jim Meyering  <meyering@lucent.com>
44133
44134         * m4/check-decl.m4: Add getenv to the list.
44135
44136 2000-02-27  Jim Meyering  <meyering@lucent.com>
44137
44138         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44139         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44140
44141         * lib/backupfile.c: Guard inclusion of stdlib.h with
44142         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44143         Declare malloc if needed.
44144
44145         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44146         `#ifndef HAVE_DECL..'
44147         now that autoconf always defines the HAVE_DECL_ symbols.
44148         * lib/human.c: Likewise.
44149         * lib/same.c: Likewise.
44150         * lib/strtoumax.c: Likewise.
44151
44152         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44153         declaration check was not run.
44154         * lib/hash.c: Likewise.
44155         * lib/human.c: Likewise.
44156         * lib/same.c: Likewise.
44157         * lib/strtoumax.c: Likewise.
44158
44159         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44160         `.', then first look up the entire `.'-containing string as a login
44161         name.
44162
44163 2000-02-23  Jim Meyering  <meyering@lucent.com>
44164
44165         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44166         in place of my hack.
44167
44168 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44169
44170         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44171         (textint): New typedef.
44172         (parser_control): Member year changed from int to textint.
44173         All uses changed.
44174         (YYSTYPE): Removed; replaced by %union with int and textint members.
44175         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44176         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44177         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44178         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44179         (date, number, to_year): Use width of number in digits, not its value,
44180         to determine whether it's a 2-digit year, or a 2-digit time.
44181         (yylex): Store number of digits of numeric tokens.
44182         Reported by John Kendall.
44183
44184         (parser_control): Changed from struct parser_control to typedef (for
44185         consistency).  All uses changed.
44186
44187         (tID): Removed; not used.
44188         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44189
44190 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44191
44192         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44193         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44194
44195 2000-02-12  Jim Meyering  <meyering@lucent.com>
44196
44197         * lib/userspec.c (ISDIGIT): Define it.
44198         (isdigit): Remove definition.
44199         (is_number): Use ISDIGIT, not isdigit.
44200         <libintl.h>: Include.
44201         (_ and N_): Define.
44202         (parse_user_spec): Mark translatable strings.
44203
44204 2000-02-10  Jim Meyering  <meyering@lucent.com>
44205
44206         With these changes, nanosleep.[ch] are finally enough like the other
44207         lib/* replacement files to compile on a few more losing systems.
44208
44209         * lib/nanosleep.h: Don't include config.h.
44210         Remove prototype from declaration of nanosleep.
44211         (PARAMS): Remove now-unneeded definition.
44212         * lib/nanosleep.c: #undef nanosleep.
44213         (rpl_nanosleep): Rename from nanosleep.
44214
44215 2000-02-10  Jim Meyering  <meyering@lucent.com>
44216
44217         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44218         gnu_nanosleep to rpl_nanosleep.
44219
44220 2000-02-09  Jim Meyering  <meyering@lucent.com>
44221
44222         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
44223         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
44224
44225 2000-02-08  Akim Demaille  <akim@epita.fr>
44226
44227         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
44228         `[' and `]' and remove uses of `changequote'.
44229         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
44230         (AC_SYS_LARGEFILE): Likewise.
44231         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44232         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
44233         of changequote.
44234         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
44235         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
44236         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
44237         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
44238
44239 2000-02-05  Jim Meyering  <meyering@lucent.com>
44240
44241         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
44242         Remove explicit use of AC_HEADER_TIME.  It is required by
44243         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
44244         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
44245         in autoconf whereby the expansion of the latter ended up preceding
44246         the expansion of its prerequisite, AC_HEADER_TIME.
44247         Reported by Volker Borchert.
44248
44249 2000-02-03  Jim Meyering  <meyering@lucent.com>
44250
44251         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
44252
44253 2000-02-03  Jim Meyering  <meyering@lucent.com>
44254
44255         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
44256         rather than with `#if HAVE_UTMPNAME'.
44257
44258 2000-02-02  Jim Meyering  <meyering@lucent.com>
44259
44260         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
44261         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
44262         Reported by Eli Zaretskii.
44263
44264 2000-02-01  Jim Meyering  <meyering@lucent.com>
44265
44266         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
44267
44268 2000-01-31  Jim Meyering  <meyering@lucent.com>
44269
44270         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
44271         functions.  Add the time.h and sys/time.h headers along with the
44272         AC_REQUIRE'ment of AC_HEADER_TIME.
44273
44274 2000-01-31  Jim Meyering  <meyering@lucent.com>
44275
44276         * lib/nanosleep.h (nanosleep): Guard declaration with
44277         `#if ! HAVE_DECL_NANOSLEEP'.
44278         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
44279         the declaration in that vendor's sys/timers.h.
44280         Reported by Christian Krackowizer.
44281
44282         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
44283         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
44284         (ISPRINT): Likewise.
44285         Reported by Tom Tromey.
44286
44287 2000-01-30  Jim Meyering  <meyering@lucent.com>
44288
44289         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
44290
44291         * m4/prereq.m4 (utmp_includes): Define.
44292         Check for ut_user and ut_name members in both struct utmpx
44293         and struct utmp.
44294
44295 2000-01-30  Jim Meyering  <meyering@lucent.com>
44296
44297         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
44298         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
44299         header files where only utmpx.ut_user is declared.
44300
44301         * lib/readutmp.h (UT_USER): Define.
44302
44303 2000-01-29  Jim Meyering  <meyering@lucent.com>
44304
44305         * m4/lib-check.m4: New file containing library-related checks from
44306         fileutils and sh-utils (textutils had none).
44307
44308 2000-01-28  Jim Meyering  <meyering@lucent.com>
44309
44310         * m4/perl.m4: Change format of warning message to look more like that
44311         from the missing script.  Suggestion from François Pinard.
44312
44313 2000-01-25  Jim Meyering  <meyering@lucent.com>
44314
44315         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
44316         well as time.h in the compile check.
44317         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
44318         Fix typo in cross-compiling case: s/yes/no/.
44319
44320 2000-01-23  Jim Meyering  <meyering@lucent.com>
44321
44322         * m4/jm-macros.m4: Move df-related tests here from
44323         fileutils/configure.in
44324
44325         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
44326         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
44327
44328         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
44329         s/space/ac_fsusage_space/.
44330         (jm_FILE_SYSTEM_USAGE): Take two parameters.
44331
44332         * m4/ftruncate.m4: New file (derived from part of
44333         fileutils/configure.in).
44334         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
44335         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
44336
44337         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
44338         AC_SUBST these here, rather than just in sh-util/configure.in, so
44339         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
44340         all the same.
44341         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
44342         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
44343         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
44344         (AC_SUBST(POW_LIBM)): Likewise.
44345         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
44346
44347 2000-01-23  Jim Meyering  <meyering@lucent.com>
44348
44349         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
44350         obstack.c.
44351
44352 2000-01-22  Jim Meyering  <meyering@lucent.com>
44353
44354         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
44355
44356         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
44357
44358         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
44359         configure.in
44360         (AC_CHECK_HEADERS): Likewise for sh-utils.
44361         (AC_CHECK_HEADERS): Likewise for textutils.
44362         Merge the three lists of headers.
44363
44364         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
44365         from fileutils' configure.in.
44366
44367         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
44368         code. Moved tests into their own function (_jm_DECL_HEADERS) in
44369         check-decl.m4.
44370
44371         * m4/check-decl.m4: Use #if rather than #ifdef.
44372         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
44373         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
44374         (_jm_DECL_HEADERS): Define new function.
44375         (jm_CHECK_DECLARATIONS): Require it.
44376
44377 2000-01-22  Jim Meyering  <meyering@lucent.com>
44378
44379         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
44380         [! HAVE_DECL_STRTOULL]: Declare strtoull.
44381         Required for some AIX systems.  Reported by Christian Krackowizer.
44382         [TESTING] (main): New function.
44383
44384         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44385         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
44386         letters.
44387
44388         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
44389         iswprint.
44390
44391         * lib/strverscmp.c (ISDIGIT): Define.
44392         (strverscmp): Use ISDIGIT, not isdigit.
44393
44394 2000-01-19  Jim Meyering  <meyering@lucent.com>
44395
44396         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
44397         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
44398         defines `struct timespec' in <sys/time.h>
44399
44400         * m4/c-bs-a.m4: Remove uses of changequote altogether.
44401         Thanks to Akim for explaining.
44402
44403 2000-01-17  Paul Eggert  <eggert@twinsun.com>
44404
44405         * lib/nanosleep.c (nanosleep):
44406         Don't use SA_INTERRUPT to decide whether to call sigaction, as
44407         POSIX.1 doesn't require SA_INTERRUPT and some systems
44408         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
44409         it's been part of POSIX.1 since day 1 (in 1988).
44410
44411 2000-01-17  Jim Meyering  <meyering@lucent.com>
44412
44413         * lib/interlock: Remove unused file.  Reported by François Pinard.
44414
44415 2000-01-16  Paul Eggert  <eggert@twinsun.com>
44416
44417         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
44418         alert, backslash, formfeed, and vertical tab unnecessarily in
44419         shell quoting style.
44420
44421 2000-01-16  Jim Meyering  <meyering@lucent.com>
44422
44423         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
44424         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
44425         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
44426         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
44427
44428 2000-01-16  Jim Meyering  <meyering@lucent.com>
44429
44430         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
44431         because the latter didn't work.
44432
44433 2000-01-15  Jim Meyering  <meyering@lucent.com>
44434
44435         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
44436         (AC_REPLACE_FUNCS): Add memcpy and memset.
44437         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
44438         Add strpbrk.
44439         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
44440
44441 2000-01-12  Jim Meyering  <meyering@lucent.com>
44442
44443         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
44444         (jm_PREREQ): Use it.
44445         (jm_PREREQ_READUTMP): New macro.
44446         (jm_PREREQ): Use it.
44447
44448 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44449
44450         Quote multibyte characters correctly.
44451         * m4/c-bs-a.m4: New file.
44452         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
44453         (jm_PREREQ): Use it.
44454
44455 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44456
44457         * m4/uintmax_t.m4: Port to autoconf 2.13.
44458
44459 2000-01-08  Jim Meyering  <meyering@ascend.com>
44460
44461         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
44462         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
44463
44464 2000-01-04  Jim Meyering  <meyering@ascend.com>
44465
44466         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
44467         jm_STRUCT_DIRENT_D_TYPE.
44468         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
44469         jm_STRUCT_DIRENT_D_INO.
44470         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
44471         jm_STRUCT_UTIMBUF.
44472         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
44473         renamings.
44474         * m4/utime.m4: Likewise.
44475
44476         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
44477         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
44478
44479 2000-01-03  Paul Eggert  <eggert@twinsun.com>
44480
44481         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
44482         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
44483
44484 2000-01-02  Jim Meyering  <meyering@ascend.com>
44485
44486         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
44487         remember if this is necessary.
44488
44489 1999-12-26  Jim Meyering  <meyering@ascend.com>
44490
44491         * m4/jm-macros.m4: Use it here.
44492         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
44493
44494 1999-12-23  Jim Meyering  <meyering@ascend.com>
44495
44496         * m4/jm-macros.m4: Check for clock_gettime (moved from
44497         fileutils/configure.in)
44498         Check for gettimeofday.
44499
44500 1999-12-20  Jim Meyering  <meyering@ascend.com>
44501
44502         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
44503         autoconf-2.14a-1999-12-20.
44504
44505 1999-12-19  Jim Meyering  <meyering@ascend.com>
44506
44507         * m4/lstat-slash.m4: New file.
44508         * m4/jm-macros.m4: Use the new macro:
44509         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44510
44511 1999-12-07  Jim Meyering  <meyering@ascend.com>
44512
44513         * m4/perl.m4: Require that File::Compare be available, too.
44514         Too many systems seem to lack it.
44515
44516         * m4/strftime.m4: Add checks for most of the cpp macros tested in
44517         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
44518
44519 1999-11-18  Paul Eggert  <eggert@twinsun.com>
44520
44521         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
44522         problem with the QNX 4.25 shell, which doesn't propagate exit
44523         status of failed commands inside shell assignments.
44524
44525 1999-11-17  Jim Meyering  <meyering@ascend.com>
44526
44527         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
44528
44529 1999-11-07  Jim Meyering  <meyering@ascend.com>
44530
44531         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
44532
44533 1999-11-06  Jim Meyering  <meyering@ascend.com>
44534
44535         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
44536         * m4/jm-macros.m4 (jm_MACROS): Use it here.
44537
44538 1999-11-05  Jim Meyering  <meyering@ascend.com>
44539
44540         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
44541         configure.in of textutils, fileutils, and sh-utils into this one
44542         (shared between those packages) file.
44543         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
44544         AC_STRUCT_ST_BLKSIZE.
44545
44546 1999-11-03  Jim Meyering  <meyering@ascend.com>
44547
44548         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
44549         of AC_CHECK_TYPE checks includes unistd.h.
44550         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
44551         Suggestion from Akim Demaille.
44552
44553 1999-10-30  Jim Meyering  <meyering@ascend.com>
44554
44555         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
44556         m4-quoted string.
44557         * m4/ls-mntd-fs.m4: Likewise.
44558         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
44559         * m4/jm-winsz1.m4: Likewise.
44560
44561         * m4/const.m4: Remove file, since the fix made it into the experimental
44562         version of autoconf.
44563         * m4/mktime.m4: Likewise.
44564
44565         * m4/check-type.m4: Remove file, now that the latest version of
44566         AC_CHECK_TYPE takes a third arg to specify additional #includes.
44567
44568         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
44569         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
44570         AC_CHECK_TYPE.
44571
44572 1999-10-04  Jim Meyering  <meyering@ascend.com>
44573
44574         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
44575
44576 1999-09-22  Paul Eggert  <eggert@twinsun.com>
44577
44578         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
44579         2.95.1 bug with HP-UX 10.20.
44580
44581 1999-09-17  Jim Meyering  <meyering@ascend.com>
44582
44583         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
44584         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
44585         due to missing strdup (against sh-utils-2.0).
44586
44587 1999-08-29  Jim Meyering  <meyering@ascend.com>
44588
44589         * m4/jm-macros.m4: Require jm_BISON.
44590         * m4/bison.m4: New file.
44591
44592 1999-08-17  Paul Eggert  <eggert@twinsun.com>
44593
44594         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
44595         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
44596
44597 1999-08-05  Jim Meyering  <meyering@ascend.com>
44598
44599         * m4/getline.m4: Rename test file from conftestdata to conftest.data
44600         to avoid conflicts with `conftest' on 8+3 filesystems.
44601         Suggestion from Eli Zaretskii.
44602
44603 1999-08-04  Jim Meyering  <meyering@ascend.com>
44604
44605         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
44606         fileutils and sh-utils (textutils's getline test was inadequate).
44607         (AM_FUNC_GETLINE): Run this test.
44608         (AC_CHECK_FUNCS): Check for getdelim.
44609         Reported by Bob Proulx.
44610
44611 1999-08-02  Jim Meyering  <meyering@ascend.com>
44612
44613         * m4/jm-macros.m4: Add a comment.
44614
44615 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44616
44617         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
44618         <inttypes.h> defines strtoumax as a macro (and not as a
44619         function).
44620
44621 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44622
44623         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
44624         that we can shift, multiply and divide unsigned long long
44625         values; Ultrix cc can't do it.
44626
44627 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44628
44629         * m4/mktime.m4: New file, which is a preview of what should appear
44630         in the next public autoconf release.
44631
44632 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44633
44634         * m4/lfs.m4: Remove this file.
44635         * m4/largefile.m4: New file.  It contains the old contents of
44636         lfs.m4, except that all names with prefix AC_LFS have been
44637         changed to use the prefix AC_SYS_LARGEFILE instead, to be
44638         compatible with future autoconf versions.  Also, some minor m4
44639         quoting problems have been fixed.
44640
44641 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44642
44643         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
44644         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
44645         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
44646         and simplify the shell code.
44647
44648 1999-08-01  Jim Meyering  <meyering@ascend.com>
44649
44650         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
44651         m4.
44652
44653 1999-07-20  Jim Meyering  <meyering@ascend.com>
44654
44655         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
44656
44657 1999-07-15  Jim Meyering  <meyering@ascend.com>
44658
44659         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
44660
44661 1999-05-22  Jim Meyering  <meyering@ascend.com>
44662
44663         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
44664
44665 1999-05-20  Jim Meyering  <meyering@ascend.com>
44666
44667         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
44668         Add a colon after each `then' in case $4 is empty.
44669
44670 1999-05-16  Jim Meyering  <meyering@ascend.com>
44671
44672         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
44673
44674 1999-05-10  Jim Meyering  <meyering@ascend.com>
44675
44676         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
44677
44678         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
44679         AC_FUNC_MKTIME.
44680
44681 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
44682
44683         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
44684
44685 1999-05-04  Paul Eggert  <eggert@twinsun.com>
44686
44687         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
44688         not CPPFLAGS, so that linking works correctly in IRIX.
44689
44690 1999-04-30  Paul Eggert  <eggert@twinsun.com>
44691
44692         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
44693
44694 1999-04-20  Paul Eggert  <eggert@twinsun.com>
44695
44696         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
44697         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
44698         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
44699         jm_AC_TYPE_UNSIGNED_LONG_LONG.
44700         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
44701
44702         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
44703
44704 1999-04-20  Jim Meyering  <meyering@ascend.com>
44705
44706         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
44707         AC_REPLACE xstroull if necessary.  From Paul Eggert.
44708         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
44709
44710 1999-04-18  Jim Meyering  <meyering@ascend.com>
44711
44712         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
44713         * m4/jm-macros.m4: Use it.
44714
44715 1999-04-06  Jim Meyering  <meyering@ascend.com>
44716
44717         * m4/strftime.m4: Remove test for %f.
44718
44719 1999-03-29  Jim Meyering  <meyering@ascend.com>
44720
44721         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
44722         superset of the AC_TYPE_* checks in the textutils, fileutils,
44723         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
44724         AC_TYPE_PID_T.
44725
44726 1999-03-28  Jim Meyering  <meyering@ascend.com>
44727
44728         * m4/jm-macros.m4: Define GNU_PACKAGE here.
44729         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
44730         replaced e.g., in the *.sh files of the sh-utils.
44731
44732 1999-03-20  Jim Meyering  <meyering@ascend.com>
44733
44734         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
44735         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
44736         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
44737
44738 1999-03-19  Jim Meyering  <meyering@ascend.com>
44739
44740         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
44741
44742 1999-03-12  Jim Meyering  <meyering@ascend.com>
44743
44744         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
44745
44746 1999-03-07  Jim Meyering  <meyering@ascend.com>
44747
44748         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
44749         declared.
44750
44751 1999-02-17  Jim Meyering  <meyering@ascend.com>
44752
44753         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
44754         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
44755
44756 1999-02-07  Jim Meyering  <meyering@ascend.com>
44757
44758         * m4/group-member.m4: New file -- extracted from sh-utils'
44759         configure.in.
44760
44761         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
44762         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
44763
44764 1999-02-06  Jim Meyering  <meyering@ascend.com>
44765
44766         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
44767         * m4/fnmatch.m4: Likewise.
44768         * m4/getgroups.m4: Likewise.
44769         * m4/lstat.m4: Likewise.
44770         * m4/malloc.m4: Likewise.
44771         * m4/putenv.m4: Likewise.
44772         * m4/realloc.m4: Likewise.
44773         * m4/regex.m4: Likewise.
44774         * m4/stat.m4: Likewise.
44775         * m4/strftime.m4: Likewise.
44776         Suggestion from Alain Magloire.
44777
44778         * m4/chown.m4: Use `.$ac_objext', not `.o'.
44779         * m4/fnmatch.m4: Likewise.
44780         * m4/getgroups.m4: Likewise.
44781         * m4/getline.m4: Likewise.
44782         * m4/lstat.m4: Likewise.
44783         * m4/malloc.m4: Likewise.
44784         * m4/memcmp.m4: Likewise.
44785         * m4/putenv.m4: Likewise.
44786         * m4/realloc.m4: Likewise.
44787         * m4/regex.m4: Likewise.
44788         * m4/stat.m4: Likewise.
44789         * m4/strftime.m4: Likewise.
44790         Suggestion from Alain Magloire.
44791
44792         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
44793         an argument.
44794
44795         * m4/regex.m4: Add a run-time Test for proper operation of
44796         re_compile_pattern.
44797
44798 1999-01-31  Jim Meyering  <meyering@ascend.com>
44799
44800         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
44801
44802 1999-01-30  Jim Meyering  <meyering@ascend.com>
44803
44804         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
44805
44806         * m4/jm-mktime.m4: Make this a wrapper around the official
44807         AM_FUNC_MKTIME rather than my private copy, now that the official one
44808         is up to date.
44809         * m4/mktime.m4: Remove file.
44810
44811         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
44812         * m4/uptime.m4: Likewise.
44813         * m4/uintmax_t.m4: Likewise.
44814
44815 1999-01-28  Jim Meyering  <meyering@ascend.com>
44816
44817         * m4/jm-macros.m4: Use jm_AFS.
44818         * m4/afs.m4: New file (from fileutils' configure.in).
44819
44820         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
44821         * m4/chown.m4: Likewise.
44822         * m4/d-ino.m4: Likewise.
44823         * m4/d-type.m4: Likewise.
44824         * m4/fnmatch.m4: Likewise.
44825         * m4/getgroups.m4: Likewise.
44826         * m4/gettext.m4: Likewise.
44827         * m4/jm-mktime.m4: Likewise.
44828         * m4/jm-winsz2.m4: Likewise.
44829         * m4/lcmessage.m4: Likewise.
44830         * m4/ls-mntd-fs.m4: Likewise.
44831         * m4/malloc.m4: Likewise.
44832         * m4/memcmp.m4: Likewise.
44833         * m4/putenv.m4: Likewise.
44834         * m4/realloc.m4: Likewise.
44835         * m4/st_mtim.m4: Likewise.
44836         * m4/strftime.m4: Likewise.
44837
44838 1999-01-16  Jim Meyering  <meyering@ascend.com>
44839
44840         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
44841         (ARGMATCH_DIE_DECL): Define.
44842
44843 1999-01-12  Jim Meyering  <meyering@ascend.com>
44844
44845         * m4/Makefile.am.in: Rewrite to avoid using fmt.
44846         Reported by Lars Hecking.
44847
44848 1999-01-10  Jim Meyering  <meyering@ascend.com>
44849
44850         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
44851         gross kludge.
44852         * m4/inttypes_h.m4: Likewise.
44853         * m4/lstat.m4: Likewise.
44854         * m4/malloc.m4: Likewise.
44855         * m4/readdir.m4: Likewise.
44856         * m4/realloc.m4: Likewise.
44857         * m4/st_dm_mode.m4: Likewise.
44858         * m4/stat.m4: Likewise.
44859         * m4/utimbuf.m4: Likewise.
44860         * m4/utimes.m4: Likewise.
44861
44862         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
44863         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
44864         comments in config.h.in are meaningful.
44865
44866         * m4/jm-macros.m4: Require autoconf-2.13 here.
44867
44868         * m4/regex.m4: By default, don't use the included regex.c on systems
44869         with glibc 2.  Suggestion from Uli Drepper.
44870
44871 1999-01-02  Jim Meyering  <meyering@ascend.com>
44872
44873         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
44874
44875 1998-12-18  Jim Meyering  <meyering@ascend.com>
44876
44877         * m4/Makefile.am.in (Makefile.am): Simplify rule.
44878         Based on a suggestion from Lars Hecking.
44879
44880 1998-11-16  Paul Eggert  <eggert@twinsun.com>
44881
44882         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
44883
44884 1998-11-16  Jim Meyering  <meyering@ascend.com>
44885
44886         * m4/lfs.m4: Double-quote the `uname...` expression.
44887
44888 1998-11-14  Jim Meyering  <meyering@ascend.com>
44889
44890         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
44891         * m4/stat.m4: Likewise.
44892
44893 1998-11-03  Jim Meyering  <meyering@ascend.com>
44894
44895         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
44896         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
44897
44898 1998-10-18  Jim Meyering  <meyering@ascend.com>
44899
44900         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
44901
44902 1998-10-17  Jim Meyering  <meyering@ascend.com>
44903
44904         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
44905         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
44906         calls for those previously hard-coded headers.  Instead, take a new
44907         parameter.
44908         (jm_CHECK_DECLARATIONS): Reflect interface change.
44909         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
44910         (jm_CHECK_DECL_LOCALTIME_R): New macro.
44911
44912         * m4/mktime.m4: Test for spring-forward gap before long-running test.
44913
44914 1998-10-14  Jim Meyering  <meyering@ascend.com>
44915
44916         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
44917         instead of "TZ=America/Vancouver".  From Paul Eggert.
44918
44919 1998-10-11  Jim Meyering  <meyering@ascend.com>
44920
44921         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
44922         This adds a test for a recently added compatibility fix for mktime.c.
44923         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
44924
44925 1998-09-27  Jim Meyering  <meyering@ascend.com>
44926
44927         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
44928
44929         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
44930         ../configure.in, including a change from Gordon Matzigkeit to allow
44931         cross-compiling for the Hurd.
44932
44933         * m4/glibc.m4: New file/macro to test for the GNU C Library
44934         versions 1 and 2.  From Gordon Matzigkeit.
44935         Indent.
44936
44937 1998-09-21  Jim Meyering  <meyering@ascend.com>
44938
44939         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
44940
44941 1998-08-18  Paul Eggert  <eggert@twinsun.com>
44942
44943         Port nanosecond-resolution times to UnixWare 2.1.2 and
44944         pedantic Solaris 2.6.
44945
44946         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
44947         AC_STRUCT_ST_MTIM.
44948         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
44949         Generate name of ns member, instead of just 1 or undef.
44950         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
44951
44952 1998-08-15  Jim Meyering  <meyering@ascend.com>
44953
44954         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
44955         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
44956         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
44957         instead of jm_TYPE_SSIZE_T.
44958
44959 1998-08-12  Jim Meyering  <meyering@ascend.com>
44960
44961         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
44962
44963 1998-08-02  Jim Meyering  <meyering@ascend.com>
44964
44965         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
44966         in acconfig.h manually.
44967
44968 1998-07-31  Paul Eggert  <eggert@twinsun.com>
44969
44970         * m4/st_mtim.m4: New file.
44971
44972 1998-07-28  Jim Meyering  <meyering@ascend.com>
44973
44974         * m4/utimes.m4: Undef stat.
44975
44976 1998-07-25  Jim Meyering  <meyering@ascend.com>
44977
44978         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
44979         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
44980
44981 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
44982
44983         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
44984         uid and gid actually remain unchanged.
44985
44986 1998-07-07  Jim Meyering  <meyering@ascend.com>
44987
44988         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
44989
44990 1998-07-04  Jim Meyering  <meyering@ascend.com>
44991
44992         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
44993         to prove that this macro can be used in packages without regex.c.
44994
44995 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
44996
44997         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
44998         is to be used.
44999
45000 1998-07-03  Jim Meyering  <meyering@ascend.com>
45001
45002         * m4/gettext.m4: Add -lintl if it's found to be necessary.
45003
45004         * m4/gettext.m4: New file -- from gettext-0.10.35.
45005         * m4/lcmessage.m4: Likewise.
45006         * m4/progtest.m4: Likewise.
45007
45008         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
45009         * m4/jm-macros.m4: Require the new macro.
45010
45011 1998-06-29  Jim Meyering  <meyering@ascend.com>
45012
45013         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
45014         for the definition of NGROUPS (used in a system header included
45015         by sys/mount.h).
45016
45017 1998-06-28  Jim Meyering  <meyering@ascend.com>
45018
45019         * m4/ls-mntd-fs.m4: New file.
45020         * m4/fstypename.m4: New file.
45021
45022         * m4/jm-macros.m4: Require the new macro.
45023         * m4/jm-glibc-io.m4: New file.
45024
45025 1998-05-19  Jim Meyering  <meyering@ascend.com>
45026
45027         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45028         * m4/lchown.m4: New file.
45029
45030         * m4/Makefile.am.in: New file.
45031         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45032
45033 1998-05-14  Jim Meyering  <meyering@ascend.com>
45034
45035         * m4/Makefile.am (EXTRA_DIST): Add them.
45036         * m4/jm-macros.m4: New file.
45037         * m4/utimbuf.m4: New file.
45038
45039 1998-05-12  Jim Meyering  <meyering@ascend.com>
45040
45041         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45042
45043 1998-05-11  Jim Meyering  <meyering@ascend.com>
45044
45045         * m4/isc-posix.m4: New file.
45046
45047 1998-05-10  Jim Meyering  <meyering@ascend.com>
45048
45049         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45050
45051 1998-05-09  Jim Meyering  <meyering@ascend.com>
45052
45053         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45054         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45055         with automake.
45056
45057         * m4/ssize_t.m4: New file.
45058         * m4/mktime.m4: Remove file -- the new automake has this now.
45059
45060 1998-04-26  Jim Meyering  <meyering@ascend.com>
45061
45062         * m4/assert.m4: New file.
45063         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45064
45065 1998-04-05  Jim Meyering  <meyering@ascend.com>
45066
45067         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45068         (jm_PREREQ): Use it here.
45069
45070 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45071
45072         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45073         in acconfig.h.
45074
45075 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45076
45077         * m4/prereq.m4: New file.
45078         * m4/error.m4: New file.
45079         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45080
45081 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45082
45083         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45084         cache-check for the same variable -- that defeated the purpose of
45085         the test; the test program was never run.  This was a problem only
45086         on systems with losing getline functions -- HP-UX 10.20 is one.
45087         Reported by Bjorn Helgaas.
45088
45089 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45090
45091         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45092
45093 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45094
45095         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45096
45097         * m4/const.m4: New file.  Use an initializer in this declaration
45098         typedef int charset[2]; const charset x;
45099         Reported by Bob Glickstein.
45100
45101 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45102
45103         * m4/chown.m4: Fix reversed types on -1 args to chown.
45104         From Kaveh Ghazi.
45105
45106 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45107
45108         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45109         Add lseek and memchr.
45110
45111         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45112         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45113         have a 20-character limit on names.
45114
45115 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45116
45117         * m4/inttypes_h.m4: New file.
45118         * m4/uintmax_t.m4: New file.
45119         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45120
45121
45122         -----
45123
45124         Local Variables:
45125         coding: utf-8
45126         End:
45127
45128         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45129
45130         Copying and distribution of this file, with or without
45131         modification, are permitted provided the copyright notice
45132         and this notice are preserved.