netdb: also supply struct addrinfo for cygwin 1.5.x
[gnulib.git] / ChangeLog
1 2008-10-22  Eric Blake  <ebb9@byu.net>
2
3         netdb: also supply struct addrinfo for cygwin 1.5.x
4         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5         older cygwin.
6         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
7         cygwin.
8         * doc/posix-headers/netdb.texi (netdb.h): Document this.
9
10 2008-10-22  Bruno Haible  <bruno@clisp.org>
11
12         * users.txt: Update entry about pspp.
13
14 2008-10-21  Bruno Haible  <bruno@clisp.org>
15
16         Simplification.
17         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
18         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
19
20         Simplification.
21         * lib/ioctl.c (ioctl): Don't undefine.
22         * lib/socket.c (socket): Don't undefine.
23
24         Remove unused module indicator macros.
25         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
26         GNULIB_$1 as a C macro.
27
28         * doc/posix-functions/close.texi: Undo last change.
29         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
30         Windows platforms.
31
32 2008-10-21  Bruno Haible  <bruno@clisp.org>
33
34         Add gethostname() declaration to <unistd.h>.
35         * lib/unistd.in.h (gethostname): New declaration.
36         * lib/gethostname.c: Include <unistd.h>.
37         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
38         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
39         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
40         and HAVE_GETHOSTNAME.
41         * modules/gethostname (Depends-on): Add unistd.
42         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
43         (Include): Specify <unistd.h>.
44         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
45         HAVE_GETHOSTNAME.
46         * tests/test-gethostname.c: Include <unistd.h> first.
47
48 2008-10-21  Bruno Haible  <bruno@clisp.org>
49
50         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
51         * modules/select-tests (Depends-on): Likewise.
52         Reported by Simon Josefsson.
53
54 2008-10-21  Simon Josefsson  <simon@josefsson.org>
55
56         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
57         * lib/accept.c: New file, based on winsock.c.
58         * lib/bind.c: New file, based on winsock.c.
59         * lib/connect.c: New file, based on winsock.c.
60         * lib/getpeername.c: New file, based on winsock.c.
61         * lib/getsockname.c: New file, based on winsock.c.
62         * lib/getsockopt.c: New file, based on winsock.c.
63         * lib/ioctl.c: New file, based on winsock.c.
64         * lib/listen.c: New file, based on winsock.c.
65         * lib/recv.c: New file, based on winsock.c.
66         * lib/recvfrom.c: New file, based on winsock.c.
67         * lib/send.c: New file, based on winsock.c.
68         * lib/sendto.c: New file, based on winsock.c.
69         * lib/setsockopt.c: New file, based on winsock.c.
70         * lib/shutdown.c: New file, based on winsock.c.
71         * lib/socket.c: New file, based on winsock.c.
72         * lib/w32sock.h: New file, based on winsock.c.
73         * lib/winsock.c: Remove file.
74         * modules/accept: Likewise.
75         * modules/bind: Likewise.
76         * modules/connect: Likewise.
77         * modules/getpeername: Likewise.
78         * modules/getsockname: Likewise.
79         * modules/getsockopt: Likewise.
80         * modules/ioctl: Likewise.
81         * modules/listen: Likewise.
82         * modules/recv: Likewise.
83         * modules/recvfrom: Likewise.
84         * modules/send: Likewise.
85         * modules/sendto: Likewise.
86         * modules/setsockopt: Likewise.
87         * modules/shutdown: Likewise.
88         * modules/socket: Use socket.c instead of winsock.c.
89         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
90         * doc/posix-functions/accept.texi: Doc fix.
91         * doc/posix-functions/bind.texi: Doc fix.
92         * doc/posix-functions/close.texi: Doc fix.
93         * doc/posix-functions/connect.texi: Doc fix.
94         * doc/posix-functions/getpeername.texi: Doc fix.
95         * doc/posix-functions/getsockname.texi: Doc fix.
96         * doc/posix-functions/getsockopt.texi: Doc fix.
97         * doc/posix-functions/ioctl.texi: Doc fix.
98         * doc/posix-functions/listen.texi: Doc fix.
99         * doc/posix-functions/recv.texi: Doc fix.
100         * doc/posix-functions/recvfrom.texi: Doc fix.
101         * doc/posix-functions/send.texi: Doc fix.
102         * doc/posix-functions/sendto.texi: Doc fix.
103         * doc/posix-functions/setsockopt.texi: Doc fix.
104         * doc/posix-functions/shutdown.texi: Doc fix.
105         * doc/posix-functions/socket.texi: Doc fix.
106
107 2008-10-20  Bruno Haible  <bruno@clisp.org>
108
109         Take into account the role of SIGABRT_COMPAT on Windows 2008.
110         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
111         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
112         as an alias for SIGABRT.
113         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
114         (sigaction): Map it to SIGABRT.
115         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
116
117 2008-10-20  Bruno Haible  <bruno@clisp.org>
118
119         * lib/fts.c: Don't include lstat.h.
120         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
121
122         Move the lstat() declaration to <sys/stat.h>.
123         * lib/lstat.h: Remove file.
124         * lib/sys_stat.in.h: Add special invocation convention.
125         (lstat): New declaration.
126         * lib/lstat.c (orig_lstat): New function.
127         (rpl_lstat): Use orig_lstat instead of lstat.
128         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
129         AC_C_INLINE. Set REPLACE_LSTAT.
130         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
131         and REPLACE_LSTAT.
132         * modules/lstat (Files): Remove lib/lstat.h.
133         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
134         (Include): Specify <sys/stat.h> instead of lstat.h.
135         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
136         REPLACE_LSTAT.
137         * NEWS: Mention the change.
138
139 2008-10-20  Bruno Haible  <bruno@clisp.org>
140
141         * modules/posix_spawn-tests: New file.
142         * tests/test-posix_spawn3.c: New file.
143
144 2008-10-20  Bruno Haible  <bruno@clisp.org>
145
146         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
147         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
148         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
149         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
150         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
151
152 2008-10-20  Bruno Haible  <bruno@clisp.org>
153
154         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
155         of posix_spawn on AIX 5.3.
156
157 2008-10-20  Bruno Haible  <bruno@clisp.org>
158
159         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
160
161 2008-10-20  Bruno Haible  <bruno@clisp.org>
162
163         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
164         of AC_LANG_PROGRAM.
165
166 2008-10-20  Simon Josefsson  <simon@josefsson.org>
167
168         * lib/netdb.in.h: Don't define GNU specific constants until they
169         are supported or needed.  Reported by Bruno Haible
170         <bruno@clisp.org>.
171
172 2008-10-20  Simon Josefsson  <simon@josefsson.org>
173
174         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
175
176 2008-10-20  Simon Josefsson  <simon@josefsson.org>
177
178         * lib/getaddrinfo.h: Remove file.
179         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
180         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
181         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
182         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
183         * modules/netdb: Substitute GNULIB_GETADDRINFO.
184         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
185         * tests/test-getaddrinfo.c: Likewise.
186         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
187         * NEWS: Mention change.
188
189 2008-10-19  Bruno Haible  <bruno@clisp.org>
190
191         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
192
193 2008-10-19  Bruno Haible  <bruno@clisp.org>
194
195         * lib/wait-process.c: Include simply <sys/wait.h>.
196         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
197         WIFSTOPPED): Remove fallback definitions.
198         * modules/wait-process (Depends-on): Add sys_wait.
199
200         New module 'sys_wait'.
201         * modules/sys_wait: New file.
202         * lib/sys_wait.in.h: New file, partially copied from
203         lib/wait-process.c.
204         * m4/sys_wait_h.m4: New file.
205         * doc/posix-headers/sys_wait.texi: Mention the new module.
206
207 2008-10-19  Bruno Haible  <bruno@clisp.org>
208
209         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
210
211 2008-10-19  Bruno Haible  <bruno@clisp.org>
212
213         Assume that waitpid() fills an 'int' status, not a 'union wait'.
214         * lib/wait-process.c (WAIT_T): Remove type.
215         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
216         (wait_subprocess): Update.
217
218 2008-10-19  Bruno Haible  <bruno@clisp.org>
219
220         New module 'atoll'.
221         * modules/atoll: New file.
222         * lib/stdlib.in.h (atoll): New declaration.
223         * lib/atoll.c: New file, from glibc with modifications.
224         * m4/atoll.m4: New file.
225         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
226         HAVE_ATOLL.
227         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
228         * doc/posix-functions/atoll.texi: Mention the new module.
229
230 2008-10-19  Bruno Haible  <bruno@clisp.org>
231
232         Add strtoull() declaration to <stdlib.h>.
233         * lib/stdlib.in.h (strtoull): New declaration.
234         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
235         Set HAVE_STRTOULL.
236         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
237         HAVE_STRTOULL.
238         * modules/strtoull (Depends-on): Add stdlib.
239         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
240         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
241         HAVE_STRTOULL.
242
243 2008-10-19  Bruno Haible  <bruno@clisp.org>
244
245         Add strtoll() declaration to <stdlib.h>.
246         * lib/stdlib.in.h (strtoll): New declaration.
247         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
248         Set HAVE_STRTOLL.
249         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
250         HAVE_STRTOLL.
251         * modules/strtoll (Depends-on): Add stdlib.
252         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
253         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
254
255 2008-10-19  Bruno Haible  <bruno@clisp.org>
256
257         * modules/bcopy (Depends-on): Add strings.
258         (Include): Specify <strings.h>.
259
260 2008-10-19  Bruno Haible  <bruno@clisp.org>
261
262         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
263
264 2008-10-19  Bruno Haible  <bruno@clisp.org>
265
266         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
267         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
268         mingw.
269
270 2008-10-19  Bruno Haible  <bruno@clisp.org>
271
272         * lib/atanl.c: Don't include isnanl.h.
273         * lib/cosl.c: Likewise.
274         * lib/ldexpl.c: Likewise.
275         * lib/logl.c: Likewise.
276         * lib/sinl.c: Likewise.
277         * lib/sqrtl.c: Likewise.
278         * lib/tanl.c: Likewise.
279
280         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
281         * lib/isnanf.h: Remove file.
282         * lib/isnand.h: Remove file.
283         * lib/isnanl.h: Remove file.
284         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
285         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
286         macros.
287         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
288         HAVE_ISNANF, don't define it as a C macro.
289         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
290         HAVE_ISNAND, don't define it as a C macro.
291         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
292         HAVE_ISNANL, don't define it as a C macro.
293         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
294         HAVE_ISNAN[FDL].
295         * modules/isnanf (Files): Remove lib/isnanf.h.
296         (Depends-on): Add math.
297         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
298         (Include): Specify <math.h> instead of isnanf.h.
299         * modules/isnand (Files): Remove lib/isnand.h.
300         (Depends-on): Add math.
301         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
302         (Include): Specify <math.h> instead of isnand.h.
303         * modules/isnanl (Files): Remove lib/isnanl.h.
304         (Depends-on): Add math.
305         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
306         (Include): Specify <math.h> instead of isnanl.h.
307         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
308         HAVE_ISNAN[FDL].
309         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
310         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
311         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
312         * NEWS: Mention the change.
313
314 2008-10-18  Bruno Haible  <bruno@clisp.org>
315
316         Add getusershell(), setusershell(), endusershell() declarations to
317         <unistd.h>.
318         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
319         declarations.
320         * lib/getusershell.c: Include unistd.h.
321         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
322         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
323         HAVE_GETUSERSHELL.
324         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
325         and HAVE_GETUSERSHELL.
326         * modules/getusershell (Depends-on): Add unistd, extensions.
327         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
328         (Include): Specify <unistd.h>.
329         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
330         HAVE_GETUSERSHELL.
331
332 2008-10-18  Bruno Haible  <bruno@clisp.org>
333
334         Add a getloadavg() declaration to <stdlib.h>.
335         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
336         getloadavg declaration.
337         (getloadavg): New declaration.
338         * lib/getloadavg.c: Include <stdlib.h> first.
339         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
340         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
341         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
342         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
343         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
344         * modules/getloadavg (Depends-on): Add stdlib, extensions.
345         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
346         (Include): Specify <stdlib.h>.
347         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
348         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
349
350 2008-10-18  Bruno Haible  <bruno@clisp.org>
351
352         * lib/dirchownmod.c: Don't include lchmod.h.
353
354         Move the lchmod() declaration to <sys/stat.h>.
355         * lib/lchmod.h: Remove file.
356         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
357         (lchmod): New declaration, moved here from lib/lchown.h.
358         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
359         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
360         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
361         and HAVE_LCHMOD.
362         * modules/lchmod (Files): Remove lib/lchmod.h.
363         (Depends-on): Add sys_stat, extensions.
364         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
365         (Include): Specify <sys/stat.h> instead of lchmod.h.
366         * modules/sys_stat (Depends-on): Add link-warning.
367         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
368         definition of GL_LINK_WARNING.
369         * NEWS: Mention the change.
370
371 2008-10-18  Bruno Haible  <bruno@clisp.org>
372
373         * lib/fchdir.c: Don't include dirfd.h.
374         * lib/fts.c: Likewise.
375         * lib/getcwd.c: Likewise.
376         * lib/glob.c: Likewise.
377
378         Move the dirfd() declaration to <dirent.h>.
379         * lib/dirfd.h: Remove file.
380         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
381         (dirfd): New declaration.
382         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
383         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
384         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
385         HAVE_DECL_DIRFD.
386         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
387         HAVE_DECL_DIRFD.
388         * modules/dirfd (Files): Remove lib/dirfd.h.
389         (Depends-on): Add dirent, extensions.
390         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
391         (Include): Specify <dirent.h> instead of dirfd.h.
392         * modules/dirent (Depends-on): Add link-warning.
393         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
394         definition of GL_LINK_WARNING.
395         * NEWS: Mention the change.
396
397 2008-10-18  Bruno Haible  <bruno@clisp.org>
398
399         Move the euidaccess() declaration to <unistd.h>.
400         * lib/euidaccess.h: Remove file.
401         * lib/unistd.in.h (euidaccess): New declaration.
402         * lib/euidaccess.c: Don't include euidaccess.h.
403         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
404         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
405         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
406         and HAVE_EUIDACCESS.
407         * modules/euidaccess (Files): Remove lib/euidaccess.h.
408         (Depends-on): Add unistd.
409         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
410         (Include): Specify <unistd.h> instead of euidaccess.h.
411         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
412         HAVE_EUIDACCESS.
413         * NEWS: Mention the change.
414
415 2008-10-18  Bruno Haible  <bruno@clisp.org>
416
417         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
418
419         Move the getdomainname() declaration to <unistd.h>.
420         * lib/getdomainname.h: Remove file.
421         * lib/unistd.in.h (getdomainname): New declaration.
422         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
423         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
424         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
425         HAVE_GETDOMAINNAME.
426         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
427         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
428         * modules/getdomainname (Files): Remove lib/getdomainname.h.
429         (Depends-on): Add unistd, extensions.
430         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
431         (Includes): Specify <unistd.h> instead of getdomainname.h.
432         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
433         HAVE_GETDOMAINNAME.
434         * NEWS: Mention the change.
435
436 2008-10-18  Bruno Haible  <bruno@clisp.org>
437
438         * modules/dirent: New file.
439         * m4/dirent_h.m4: New file.
440         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
441         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
442         * modules/fchdir (Files): Remove lib/dirent.in.h.
443         (Depends-on): Add dirent.
444         (Makefile.am): Move rules to modules/dirent.
445         * doc/posix-headers/dirent.texi: Mention the new module.
446
447 2008-10-18  Bruno Haible  <bruno@clisp.org>
448
449         Avoid -Wunused-parameter warnings in public gnulib header files.
450         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
451         macro.
452         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
453
454 2008-10-18  Bruno Haible  <bruno@clisp.org>
455
456         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
457         * doc/glibc-functions/error.texi: Mention the module 'error'.
458         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
459         * doc/glibc-functions/getdomainname.texi: Mention the module
460         'getdomainname'.
461         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
462         * doc/glibc-functions/getpagesize.texi: Mention the module
463         'getpagesize'.
464         * doc/glibc-functions/getusershell.texi: Mention the module
465         'getusershell'.
466         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
467         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
468         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
469         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
470         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
471         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
472         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
473         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
474         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
475         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
476         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
477         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
478         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
479         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
480
481 2008-10-17  Bruno Haible  <bruno@clisp.org>
482
483         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
484         HP-UX and IRIX, use -0.0L.
485         * tests/test-ceill.c (minus_zero): Likewise.
486         * tests/test-floorl.c (minus_zero): Likewise.
487         * tests/test-frexpl.c (minus_zero): Likewise.
488         * tests/test-isnan.c (minus_zerol): Likewise.
489         * tests/test-isnanl.h (minus_zero): Likewise.
490         * tests/test-ldexpl.c (minus_zero): Likewise.
491         * tests/test-roundl.c (minus_zero): Likewise.
492         * tests/test-signbit.c (minus_zerol): Likewise.
493         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
494         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
495         * tests/test-truncl.c (minus_zero): Likewise.
496         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
497         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
498         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
499         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
500
501 2008-10-17  Bruno Haible  <bruno@clisp.org>
502
503         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
504         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
505         that it gets activated only for gcc >= 3.0.
506         * lib/dirent.in.h: Likewise.
507         * lib/errno.in.h: Likewise.
508         * lib/fcntl.in.h: Likewise.
509         * lib/float.in.h: Likewise.
510         * lib/iconv.in.h: Likewise.
511         * lib/inttypes.in.h: Likewise.
512         * lib/locale.in.h: Likewise.
513         * lib/math.in.h: Likewise.
514         * lib/netdb.in.h: Likewise.
515         * lib/netinet_in.in.h: Likewise.
516         * lib/search.in.h: Likewise.
517         * lib/signal.in.h: Likewise.
518         * lib/spawn.in.h: Likewise.
519         * lib/stdarg.in.h: Likewise.
520         * lib/stdint.in.h: Likewise.
521         * lib/stdio.in.h: Likewise.
522         * lib/stdlib.in.h: Likewise.
523         * lib/string.in.h: Likewise.
524         * lib/strings.in.h: Likewise.
525         * lib/sys_file.in.h: Likewise.
526         * lib/sys_ioctl.in.h: Likewise.
527         * lib/sys_select.in.h: Likewise.
528         * lib/sys_socket.in.h: Likewise.
529         * lib/sys_stat.in.h: Likewise.
530         * lib/sys_time.in.h: Likewise.
531         * lib/sysexits.in.h: Likewise.
532         * lib/time.in.h: Likewise.
533         * lib/unistd.in.h: Likewise.
534         * lib/wchar.in.h: Likewise.
535         * lib/wctype.in.h: Likewise.
536         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
537
538 2008-10-17  Jim Meyering  <meyering@redhat.com>
539
540         ignore-value: don't depend on inline module
541         * modules/ignore-value (Depends-on): Remove 'inline'.
542         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
543         Suggestion from Bruno Haible.
544
545 2008-10-17  Bruno Haible  <bruno@clisp.org>
546
547         New implementation of condition variables for Win32.
548         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
549         (gl_linked_waitqueue_t): New type.
550         (gl_cond_t): Use it.
551         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
552         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
553         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
554         (glthread_cond_init_func, glthread_cond_wait_func,
555         glthread_cond_timedwait_func, glthread_cond_signal_func,
556         glthread_cond_broadcast_func, glthread_cond_destroy_func):
557         Reimplemented on the basis of gl_linked_waitqueue_t.
558         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
559         gl_waitqueue_t.
560         (gl_rwlock_t): Update.
561         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
562
563 2008-10-17  Simon Josefsson  <simon@josefsson.org>
564
565         * modules/recvfrom (Depends-on): Add dependency on getpeername.
566         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
567
568 2008-10-17  Jim Meyering  <meyering@redhat.com>
569
570         ignore-value: new module
571         * modules/ignore-value: New file.
572         * lib/ignore-value.h: New file.
573         * MODULES.html.sh (Compiler warning management): New section,
574         just for this module.  More to come.
575
576 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
577
578         open-safer.c: avoid 'signed and unsigned in conditional...' warning
579         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
580         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
581
582 2008-10-16  Jim Meyering  <meyering@redhat.com>
583
584         openat-die.c: avoid 'no previous prototype' warning
585         * lib/openat-die.c: Include "openat.h".
586         Reported by Reuben Thomas <rrt@sc3d.org>.
587
588 2008-10-16  Simon Josefsson  <simon@josefsson.org>
589
590         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
591         * lib/netdb.in.h: Fix typo.
592         Reported by Bruno Haible  <bruno@clisp.org>
593
594         * lib/netdb.in.h: Include sys/socket.h for platforms without
595         netdb.h, to get structures like hostent on MinGW.
596         * modules/netdb (Depends-on): Add sys_socket.
597
598 2008-10-15  Simon Josefsson  <simon@josefsson.org>
599
600         * modules/netdb, modules/netdb-tests: New file.
601         * m4/netdb_h.m4: New file.
602         * lib/netdb.in.h: Add, currently just an empty file pending
603         definitions.
604         * tests/test-netdb.c: New file.
605         * doc/posix-headers/netdb.texi: Mention that we replace it if
606         needed.
607         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
608         netdb.
609
610 2008-10-15  Simon Josefsson  <simon@josefsson.org>
611
612         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
613         with code.
614
615 2008-10-13  Bruno Haible  <bruno@clisp.org>
616
617         * lib/glthread/cond.c (glthread_cond_wait_func,
618         glthread_cond_timedwait_func): Add a comment.
619
620 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
621
622         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
623         * tests/test-select.c: Likewise,
624
625 2008-10-13  Bruno Haible  <bruno@clisp.org>
626
627         * lib/glthread/cond.c (glthread_cond_wait_func,
628         glthread_cond_timedwait_func): Fix variable name.
629         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
630
631 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
632
633         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
634         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
635         struct sockaddr.sa_len.
636         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
637
638 2008-10-13  Simon Josefsson  <simon@josefsson.org>
639
640         * build-aux/pmccabe2html: Add css and css_url parameters.
641
642 2008-10-12  Bruno Haible  <bruno@clisp.org>
643
644         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
645         calling aclx_get.
646         Reported by Rainer Tammer <tammer@tammer.net>.
647
648 2008-10-12  Bruno Haible  <bruno@clisp.org>
649
650         Use msvcrt aware primitives for creation/termination of Win32 threads.
651         * lib/glthread/thread.c: Include <process.h>.
652         (glthread_create_func): Use _beginthreadex instead of CreateThread.
653         (wrapper_func): Update signature.
654         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
655
656 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
657             Bruno Haible  <bruno@clisp.org>
658
659         Provide a Win32 implementation of the 'cond' module.
660         * lib/glthread/cond.h [USE_WIN32]: New implementation.
661         * lib/glthread/cond.c (glthread_cond_init_func,
662         glthread_cond_wait_func, glthread_cond_timedwait_func,
663         glthread_cond_signal_func, glthread_cond_broadcast_func,
664         glthread_cond_destroy_func) [USE_WIN32]: New functions.
665         * modules/cond (Dependencies): Add gettimeofday.
666
667 2008-10-11  Bruno Haible  <bruno@clisp.org>
668
669         Make sleep work on older versions of mingw.
670         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
671         only whether it exists.
672         * doc/posix-functions/sleep.texi: Mention the problem with older
673         versions of mingw.
674
675 2008-10-11  Bruno Haible  <bruno@clisp.org>
676
677         New module 'shutdown'.
678         * modules/shutdown: New file.
679         * lib/sys_socket.in.h (shutdown): New declaration.
680         * lib/winsock.c (shutdown): New function.
681         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
682         GNULIB_SHUTDOWN.
683         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
684         * doc/posix-functions/shutdown.texi: Document the new module.
685
686 2008-10-11  Jim Meyering  <meyering@redhat.com>
687
688         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
689
690 2008-10-11  Bruno Haible  <bruno@clisp.org>
691
692         New module 'fclose'.
693         * modules/fclose: New file.
694         * lib/stdio.in.h (fclose): New declaration.
695         * lib/fclose.c: New file.
696         * m4/fclose.m4: New file.
697         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
698         REPLACE_FCLOSE.
699         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
700         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
701         REPLACE_FCLOSE.
702         * modules/close (Depends-on): fclose.
703         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
704
705 2008-10-11  Bruno Haible  <bruno@clisp.org>
706
707         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
708         set errno and don't call _close.
709
710 2008-10-10  Bruno Haible  <bruno@clisp.org>
711
712         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
713         ACL, not afterwards. Fixes test failure on Cygwin.
714
715 2008-10-09  Ben Pfaff  <blp@gnu.org>
716
717         * build-aux/announce-gen: Fix gnulib version related part of usage
718         message.  Die with a useful error message if no tarballs are
719         found.
720
721 2008-10-10  Jim Meyering  <meyering@redhat.com>
722
723         bootstrap: use git's --depth=N option only if it's supported
724         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
725         recognize the --depth option.  Reported by Pádraig Brady.
726
727 2008-10-09  Bruno Haible  <bruno@clisp.org>
728
729         New module 'ioctl'.
730         * modules/ioctl: New file.
731         * lib/sys_socket.in.h (ioctl): Remove declaration.
732         * lib/winsock.c: Include <sys/ioctl.h>.
733         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
734         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
735         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
736         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
737         * doc/posix-functions/ioctl.texi: Mention the new module.
738
739 2008-10-09  Bruno Haible  <bruno@clisp.org>
740
741         New module 'sys_ioctl'.
742         * lib/sys_ioctl.in.h: New file.
743         * m4/sys_ioctl_h.m4: New file.
744         * modules/sys_ioctl: New file.
745         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
746
747 2008-10-09  Bruno Haible  <bruno@clisp.org>
748
749         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
750         * lib/winsock.c: Include <stdarg.h>.
751         (rpl_ioctl): Change to second argument 'int' and then varargs.
752
753 2008-10-09  Bruno Haible  <bruno@clisp.org>
754
755         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
756         when the sys_socket module is present and the system has <winsock2.h>.
757
758 2008-10-09  Bruno Haible  <bruno@clisp.org>
759
760         * doc/posix-functions/close.texi: Mention module 'close' instead of
761         module 'sys_socket'.
762
763 2008-10-09  Bruno Haible  <bruno@clisp.org>
764
765         * doc/glibc-headers/sys_ioctl.texi: New file.
766         * doc/gnulib.texi: Include it.
767
768 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
769             Bruno Haible  <bruno@clisp.org>
770
771         Combine the two replacements of 'close'.
772         * lib/sys_socket.in.h (close): Define to a reminder to include
773         <unistd.h>.
774         (_gl_close_fd_maybe_socket): New declaration.
775         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
776         * lib/winsock.c (close): Remove undefinition.
777         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
778         needed for the gnulib module 'close'.
779         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
780         define to an error symbol or to a warning, if suitable.
781         * lib/close.c: Include <sys/socket.h>.
782         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
783         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
784         UNISTD_H_HAVE_WINSOCK2_H.
785         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
786         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
787         UNISTD_H_HAVE_WINSOCK2_H.
788         * modules/sys_socket (Files): Add m4/unistd_h.m4.
789         (configure.ac): Set a module indicator.
790         (Makefile.am): Substitute GNULIB_CLOSE.
791         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
792         * modules/poll-tests (Depends-on): Add close.
793         * modules/select-tests (Depends-on): Likewise.
794
795 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
796             Bruno Haible  <bruno@clisp.org>
797
798         New module 'close'.
799         * modules/close: New file.
800         * lib/unistd.in.h (close): Move declaration out of the
801         FCHDIR_REPLACEMENT scope.
802         (_gl_unregister_fd): New declaration.
803         * lib/close.c: New file.
804         * lib/fchdir.c (rpl_close): Remove function.
805         * m4/close.m4: New file.
806         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
807         close.
808         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
809         REPLACE_CLOSE.
810         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
811         REPLACE_CLOSE.
812         * modules/fchdir (Depends-on): Add close.
813
814 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
815             Bruno Haible  <bruno@clisp.org>
816
817         * lib/fcntl.in.h (open): Simplify conditionals.
818         (_gl_register_fd): New declaration.
819         * lib/fchdir.c (rpl_open): Remove function.
820         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
821         also.
822         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
823         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
824         open.
825
826 2008-10-09  Jim Meyering  <meyering@redhat.com>
827
828         GNUmakefile: use the more name-space-friendly "_version"
829         * top/GNUmakefile (_dummy): Update.
830         (_version): Rename from "version".
831
832 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
833             Bruno Haible  <bruno@clisp.org>
834
835         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
836         rpl_close.
837         (_gl_register_fd): New function, extracted from rpl_open.
838         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
839         (rpl_open, rpl_opendir): Use _gl_register_fd.
840
841 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
842
843         Fix organization of 'open' replacement.
844         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
845         (gl_FUNC_OPEN): Use it.
846         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
847
848 2008-10-08  Bruno Haible  <bruno@clisp.org>
849
850         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
851
852 2008-10-08  Simon Josefsson  <simon@josefsson.org>
853
854         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
855         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
856         listen).
857
858 2008-10-08  Eric Blake  <ebb9@byu.net>
859
860         GNUmakefile: add 'make version' target
861         * top/GNUmakefile (_curr-ver): Split version update rules...
862         (version): ...into a target.
863
864 2008-10-07  Bruno Haible  <bruno@clisp.org>
865
866         Use a more portable replacement expression for -0.0L.
867         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
868         instead of -0.0L. Fix m4 quotation.
869
870         * tests/test-signbit.c: Include <float.h>.
871         (minus_zero): New variable.
872         (test_signbitl): Use minus_zero instead of -zero.
873         * modules/signbit-tests (Depends-on): Add float.
874
875         * tests/test-ceill.c: Include <float.h>.
876         (zero): Remove variable.
877         (minus_zero): New variable.
878         (main): Use minus_zero instead of -zero.
879         * modules/ceill-tests (Depends-on): Add float.
880
881         * tests/test-floorl.c: Include <float.h>.
882         (zero): Remove variable.
883         (minus_zero): New variable.
884         (main): Use minus_zero instead of -zero.
885         * modules/floorl-tests (Depends-on): Add float.
886
887         * tests/test-roundl.c: Include <float.h>.
888         (zero): Remove variable.
889         (minus_zero): New variable.
890         (main): Use minus_zero instead of -zero.
891         * modules/roundl-tests (Depends-on): Add float.
892
893         * tests/test-truncl.c: Include <float.h>.
894         (zero): Remove variable.
895         (minus_zero): New variable.
896         (main): Use minus_zero instead of -zero.
897         * modules/truncl-tests (Depends-on): Add float.
898
899         * tests/test-frexpl.c (zero): Remove variable.
900         (minus_zero): New variable.
901         (main): Use minus_zero instead of -zero.
902         * modules/frexpl-tests (Depends-on): Add float.
903
904         * tests/test-isnan.c (zerol): Remove variable.
905         (minus_zerol): New variable.
906         (test_long_double): Use minus_zerol instead of -zerol.
907         * modules/isnan-tests (Depends-on): Add float.
908
909         * tests/test-isnanl.h (zero): Remove variable.
910         (minus_zero): New variable.
911         (main): Use minus_zero instead of -zero.
912         * modules/isnanl-nolibm-tests (Depends-on): Add float.
913         * modules/isnanl-tests (Depends-on): Add float.
914
915         * tests/test-ldexpl.c (zero): Remove variable.
916         (minus_zero): New variable.
917         (main): Use minus_zero instead of -zero.
918         * modules/ldexpl-tests (Depends-on): Add float.
919
920         * tests/test-snprintf-posix.h (zerol): Remove variable.
921         (minus_zerol): New variable.
922         (test_function): Use minus_zerol instead of -zerol.
923         * modules/snprintf-posix-tests (Depends-on): Add float.
924         * modules/vsnprintf-posix-tests (Depends-on): Add float.
925
926         * tests/test-sprintf-posix.h (zerol): Remove variable.
927         (minus_zerol): New variable.
928         (test_function): Use minus_zerol instead of -zerol.
929         * modules/sprintf-posix-tests (Depends-on): Add float.
930         * modules/vsprintf-posix-tests (Depends-on): Add float.
931
932         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
933         (minus_zerol): New variable.
934         (test_function): Use minus_zerol instead of -zerol.
935         * modules/vasnprintf-posix-tests (Depends-on): Add float.
936
937         * tests/test-vasprintf-posix.c (zerol): Remove variable.
938         (minus_zerol): New variable.
939         (test_function): Use minus_zerol instead of -zerol.
940         * modules/vasprintf-posix-tests (Depends-on): Add float.
941
942 2008-10-07  Simon Josefsson  <simon@josefsson.org>
943
944         * MODULES.html.sh (Support for building documentation): Mention
945         pmccabe2html.  Sort entries.
946
947         Add pmccabe2html module, from gnupdf.
948         * build-aux/pmccabe.css: New file.
949         * build-aux/pmccabe2html: New file.
950         * m4/pmccabe2html.m4: New file.
951         * modules/pmccabe2html: New file.
952
953 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
954
955         flock: new module
956         * MODULES.html.sh: Add to list of modules.
957         * lib/flock.c: flock implementation for Windows and Unix systems
958         which have fcntl.
959         * doc/glibc-functions/flock.texi: Update documentation.
960         * lib/sys_file.in.h: <sys/file.h> header file.
961         * m4/flock.m4: M4 macros.
962         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
963         * modules/flock: flock module.
964         * modules/flock-tests: flock tests module.
965         * modules/sys_file: sys/file.h module.
966         * tests/test-flock.c: test suite for flock.
967
968 2008-10-06  Jim Meyering  <meyering@redhat.com>
969
970         bootstrap: check for LT_INIT more portably still ;-)
971         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
972         Spotted by Bruno Haible.
973
974 2008-10-06  Eric Blake  <ebb9@byu.net>
975
976         test-signbit: avoid tripping Irix cc bug on -0.0L
977         * tests/test-signbit.c (minus_zerol): Delete, and replace with
978         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
979         entire testsuite consistent and avoids an Irix 6.2 bug.
980
981 2008-10-05  Bruno Haible  <bruno@clisp.org>
982             Jim Meyering  <jim@meyering.net>
983
984         Add an option for ignoring EPIPE during close_stdout.
985         * lib/closeout.h: Include <stdbool.h>.
986         (close_stdout_set_ignore_EPIPE): New declaration.
987         * lib/closeout.c: Include <stdbool.h>.
988         (ignore_EPIPE): New variable.
989         (close_stdout_set_ignore_EPIPE): New function.
990         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
991         * lib/close-stream.c (close_stream): Mention the possible EPIPE
992         failure.
993         * modules/closeout (Depends-on): Add stdbool.
994
995 2008-10-05  Bruno Haible  <bruno@clisp.org>
996
997         * modules/accept: New file.
998         * modules/bind: New file.
999         * modules/connect: New file.
1000         * modules/getpeername: New file.
1001         * modules/getsockname: New file.
1002         * modules/getsockopt: New file.
1003         * modules/listen: New file.
1004         * modules/recv: New file.
1005         * modules/recvfrom: New file.
1006         * modules/send: New file.
1007         * modules/sendto: New file.
1008         * modules/setsockopt: New file.
1009         * modules/socket: New file.
1010         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1011         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1012         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1013         the particular module is requested. Add a link warning when the
1014         particular module is not requested.
1015         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1016         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1017         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1018         the particular module is requested.
1019         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1020         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1021         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1022         * modules/sys_socket (Depends-on): Add link-warning.
1023         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1024         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1025         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1026         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1027         GL_LINK_WARNING.
1028         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1029         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1030         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1031         * doc/posix-functions/getpeername.texi: Mention the new module
1032         'getpeername'.
1033         * doc/posix-functions/getsockname.texi: Mention the new module
1034         'getsockname'.
1035         * doc/posix-functions/getsockopt.texi: Mention the new module
1036         'getsockopt'.
1037         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1038         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1039         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1040         * doc/posix-functions/send.texi: Mention the new module 'send'.
1041         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1042         * doc/posix-functions/setsockopt.texi: Mention the new module
1043         'setsockopt'.
1044         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1045         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1046         listen, connect, accept.
1047         * modules/select-tests (Depends-on): Likewise.
1048
1049 2008-10-05  Bruno Haible  <bruno@clisp.org>
1050
1051         * lib/winsock.c (strerror): Remove unused #undef.
1052         (rpl_close): Remove unused local variable.
1053
1054         * modules/sys_socket (Depends-on); Add errno.
1055
1056 2008-10-05  Bruno Haible  <bruno@clisp.org>
1057
1058         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1059         (select): Add a link warning when the 'select' module is not used.
1060         * modules/sys_select (Depends-on): Add link-warning.
1061         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1062         Suggested by Paolo Bonzini.
1063
1064 2008-10-05  Jim Meyering  <meyering@redhat.com>
1065
1066         bootstrap: check for LT_INIT more portably
1067         * build-aux/bootstrap: Avoid using grep -E, since it's not
1068         portable enough.  Suggestion from Bruno Haible.
1069
1070 2008-10-05  Bruno Haible  <bruno@clisp.org>
1071
1072         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1073         as being fixed by gnulib.
1074
1075 2008-10-05  Bruno Haible  <bruno@clisp.org>
1076
1077         * modules/select-tests: New file, mostly copied from
1078         modules/sys_select-tests.
1079         * tests/test-select.c: New file, mostly copied from
1080         tests/test-sys_select.c.
1081         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1082         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1083         (Makefile.am): Remove test_sys_select_LDADD.
1084
1085         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1086         to an undefined symbol, for an error message.
1087         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1088         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1089         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1090         winsock-select.c here.
1091         * modules/sys_select (Files): Remove lib/winsock-select.c.
1092         (Depends-on): Remove alloca.
1093         (Makefile.am): Substitute GNULIB_SELECT.
1094         * modules/select: New file.
1095         * doc/posix-functions/select.texi: Update.
1096
1097 2008-10-05  Bruno Haible  <bruno@clisp.org>
1098
1099         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1100         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1101         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1102         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1103         getdtablesize.
1104         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1105         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1106
1107 2008-10-05  Bruno Haible  <bruno@clisp.org>
1108
1109         * modules/getdtablesize-tests: New file.
1110         * tests/test-getdtablesize.c: New file.
1111
1112         New module 'getdtablesize'.
1113         * lib/unistd.in.h (getdtablesize): New declaration.
1114         * lib/getdtablesize.c: New file.
1115         * m4/getdtablesize.m4: New file.
1116         * modules/getdtablesize: New file.
1117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1118         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1119         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1120         HAVE_GETDTABLESIZE.
1121         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1122
1123 2008-10-05  Bruno Haible  <bruno@clisp.org>
1124
1125         * modules/sched (Makefile.am): Fix typo.
1126         Reported by Simon Josefsson.
1127
1128 2008-10-05  Jim Meyering  <meyering@redhat.com>
1129
1130         bootstrap: check for LT_INIT, too
1131         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1132         are deprecated.  Suggestion from Ralf Wildenhues.
1133
1134 2008-10-05  Bruno Haible  <bruno@clisp.org>
1135
1136         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1137         overriding them by ours.
1138         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1139
1140 2008-10-05  Jim Meyering  <meyering@redhat.com>
1141
1142         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1143         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1144         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1145
1146 2008-10-04  Bruno Haible  <bruno@clisp.org>
1147
1148         * modules/dup2 (License): Change to LGPLv2+.
1149         * modules/sleep (License): Likewise.
1150         * modules/perror (License): Likewise.
1151         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1152         Blake.
1153         * modules/signal (License): Likewise.
1154         * modules/sigprocmask (License): Likewise.
1155         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1156         Meyering.
1157
1158 2008-10-04  Bruno Haible  <bruno@clisp.org>
1159
1160         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1161         Reported by Rainer Tammer <tammer@tammer.net>.
1162
1163 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1164             Bruno Haible  <bruno@clisp.org>
1165
1166         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1167         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1168         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1169
1170 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1171
1172         filevercmp: new module
1173         * lib/filevercmp.h: New function filevercmp comparing version strings.
1174         * lib/filevercmp.c: Implementation of filevercmp function.
1175         * modules/filevercmp: Module metadata.
1176         * tests/test-filevercmp.c: Unit test for new module.
1177         * modules/filevercmp-tests: Unit test metadata.
1178         * MODULES.html.sh: Add filevercmp module.
1179
1180 2008-10-03  Bruno Haible  <bruno@clisp.org>
1181
1182         * lib/c-ctype.h: Add comment.
1183         Reported by Jim Meyering.
1184
1185 2008-10-02  Bruno Haible  <bruno@clisp.org>
1186
1187         * modules/posix_spawn-internal (Depends-on): Add 'open'.
1188
1189 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1190
1191         * build-aux/bootstrap: Allow renaming bootstrap, and change the
1192         name of bootstrap.conf accordingly.
1193
1194 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1195
1196         * build-aux/bootstrap: Install git-merge-changelog configuration
1197         items into .gitconfig if needed.
1198
1199 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1200
1201         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
1202         git repository, and initialize/update it accordingly.
1203
1204 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
1205
1206         * modules/fsync-tests: New file.
1207         * tests/test-fsync.c: New file.
1208
1209         New module 'fsync'.
1210         * lib/fsync.c: New file.
1211         * m4/fsync.m4: New file.
1212         * modules/fsync: New file.
1213         * lib/unistd.in.h (fsync): New declaration.
1214         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
1215         GNULIB_FSYNC and HAVE_FSYNC.
1216         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
1217         * MODULES.html.sh (posix_functions): Add fsync.
1218         * doc/posix-functions/fsync.texi: Mention the new module.
1219
1220 2008-10-02  Jim Meyering  <meyering@redhat.com>
1221
1222         fts.c: sync with similar code from coreutils' remove.c
1223         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
1224         Guard also with "#if defined __linux__", since for now at least,
1225         this code is Linux-kernel-specific.
1226
1227 2008-10-02  Jim Meyering  <meyering@redhat.com>
1228
1229         fts: bug fixes
1230         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
1231         Include <sys/vfs.h>, not <sys/statfs.h>.
1232
1233         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
1234         Include <sys/vfs.h>, not <sys/statfs.h>.
1235
1236 2008-10-01  Bruno Haible  <bruno@clisp.org>
1237
1238         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
1239         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
1240         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
1241         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
1242         * doc/posix-functions/posix_spawnp.texi: Likewise.
1243         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
1244         whether posix_spawn actually works.
1245         * m4/pipe.m4 (gl_PIPE): Likewise.
1246         * modules/execute (Files): Add m4/posix_spawn.m4.
1247         * modules/pipe (Files): Add m4/posix_spawn.m4.
1248         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
1249
1250 2008-10-01  Jim Meyering  <meyering@redhat.com>
1251
1252         remove trailing spaces
1253         * NEWS: Likewise.
1254         * lib/poll.c (poll): Likewise.
1255         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
1256         * lib/winsock.c (rpl_close): Likewise.
1257         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
1258         * modules/yield: Likewise.
1259         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
1260         * tests/test-sys_select.c (connect_to_socket): Likewise.
1261
1262         fts.c: adjust a new interface to be more generally useful
1263         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
1264         (fts_build): Adjust caller.
1265
1266 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1267
1268         * modules/cond-tests: New file.
1269         * tests/test-cond.c: New file.
1270
1271 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1272             Bruno Haible  <bruno@clisp.org>
1273
1274         * modules/cond (Dependencies): Add errno, time.
1275         * lib/glthread/cond.h: Include <time.h>.
1276         (gl_cond_define, gl_cond_define_initialized): Use the same definition
1277         across platforms.
1278
1279 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1280             Bruno Haible  <bruno@clisp.org>
1281
1282         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
1283
1284 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1285             Bruno Haible  <bruno@clisp.org>
1286
1287         * modules/tls-tests (Depends-on): Add thread, yield.
1288         (configure.ac): Remove all checks.
1289         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
1290         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1291         gl_thread_self): Remove definitions. Include glthread/thread.h and
1292         glthread/yield.h instead.
1293         (test_tls): Pass an additional NULL argument to gl_thread_join.
1294
1295 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1296             Bruno Haible  <bruno@clisp.org>
1297
1298         * modules/lock-tests (Depends-on): Add thread, yield.
1299         (configure.ac): Remove all checks.
1300         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
1301         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1302         gl_thread_self): Remove definitions. Include glthread/thread.h and
1303         glthread/yield.h instead.
1304         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
1305         additional NULL argument to gl_thread_join.
1306
1307 2008-09-30  Bruno Haible  <bruno@clisp.org>
1308
1309         Fix the Win32 implementation of the 'thread' module.
1310         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
1311         pointer type.
1312         (gl_thread_self): Invoke gl_thread_self_func.
1313         (gl_thread_self_func): New declaration.
1314         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
1315         (do_init_self_key, init_self_key): New functions.
1316         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
1317         Remove some fields.
1318         (running_threads, running_lock): Remove variables.
1319         (get_current_thread_handle): New function.
1320         (gl_thread_self_func, wrapper_func, glthread_create_func,
1321         glthread_join_func, gl_thread_exit_func): Largely rewritten and
1322         simplified.
1323
1324 2008-09-30  Bruno Haible  <bruno@clisp.org>
1325
1326         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
1327         files.
1328
1329 2008-09-30  Jim Meyering  <meyering@redhat.com>
1330
1331         fts.m4: correct the test for statfs.f_type
1332         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
1333         when checking for statfs.f_type.
1334
1335 2008-09-15  Simon Josefsson  <simon@josefsson.org>
1336
1337         tests: avoid some compiler warnings
1338         * tests/test-memchr.c (main): Pass NULL indirectly.
1339         * tests/test-getdate.c (main): Remove unused variable 'ret'.
1340
1341 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
1342
1343         getdate.y: disallow countable dayshifts like "4 yesterday ago"
1344         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
1345         exactly specified dayshifts.
1346         (dayshift): New rule.
1347         (rel): Add dayshift.
1348         (relative_time_table) [tomorrow, yesterday, today, now]:
1349         Use tDAY_SHIFT in place of tDAY_UNIT.
1350         * tests/test-getdate.c: Add tests for now-disallowed countable
1351         dayshifts, e.g., "4 yesterday ago".
1352
1353 2008-09-29  Bruno Haible  <bruno@clisp.org>
1354
1355         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
1356         * tests/test-posix_spawn1.in.sh: Renamed from
1357         tests/test-posix_spawn.in.sh.
1358         * tests/test-posix_spawn2.c: New file.
1359         * tests/test-posix_spawn2.in.sh: New file.
1360         * modules/posix_spawnp-tests (Files): Update.
1361         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
1362
1363 2008-09-29  Bruno Haible  <bruno@clisp.org>
1364
1365         Propagate effects of putenv/setenv/unsetenv to child processes.
1366         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
1367         * lib/pipe.c (create_pipe): Likewise.
1368
1369 2008-09-29  Bruno Haible  <bruno@clisp.org>
1370
1371         Enable use of shell scripts as executables in mingw.
1372         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
1373         run the program as a shell script.
1374         * lib/pipe.c (create_pipe): Likewise.
1375         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
1376         resulting array.
1377
1378 2008-09-29  Eric Blake  <ebb9@byu.net>
1379
1380         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
1381
1382 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
1383
1384         * doc/posix-functions/accept.texi: Update mingw problems.
1385         * doc/posix-functions/bind.texi: Update mingw problems.
1386         * doc/posix-functions/close.texi: Update mingw problems.
1387         * doc/posix-functions/connect.texi: Update mingw problems.
1388         * doc/posix-functions/getpeername.texi: Update mingw problems.
1389         * doc/posix-functions/getsockname.texi: Update mingw problems.
1390         * doc/posix-functions/getsockopt.texi: Update mingw problems.
1391         * doc/posix-functions/ioctl.texi: Update mingw problems.
1392         * doc/posix-functions/listen.texi: Update mingw problems.
1393         * doc/posix-functions/recv.texi: Update mingw problems.
1394         * doc/posix-functions/recvfrom.texi: Update mingw problems.
1395         * doc/posix-functions/select.texi: Update mingw problems.
1396         * doc/posix-functions/send.texi: Update mingw problems.
1397         * doc/posix-functions/sendto.texi: Update mingw problems.
1398         * doc/posix-functions/setsockopt.texi: Update mingw problems.
1399         * doc/posix-functions/socket.texi: Update mingw problems.
1400
1401 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
1402             Bruno Haible  <bruno@clisp.org>
1403
1404         * lib/sys_select.in.h: Include sys/time.h.
1405         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
1406         * modules/sys_select: Depend on sys_time.
1407         * tests/test-sys_select.c: Test that sys/select.h defines struct
1408         timeval fully.
1409
1410 2008-09-29  Bruno Haible  <bruno@clisp.org>
1411
1412         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
1413         * lib/sys_select.in.h: Likewise.
1414
1415 2008-09-29  Bruno Haible  <bruno@clisp.org>
1416
1417         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
1418
1419 2008-09-29  Bruno Haible  <bruno@clisp.org>
1420
1421         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
1422         Set LIBSOCKET instead of augmenting LIBS.
1423         * modules/sockets (Link): New section.
1424         * modules/sockets-tests (test_sockets_LDADD): New variable.
1425         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
1426         * modules/poll-tests (test_poll_LDADD): New variable.
1427         * NEWS: Document the change.
1428
1429 2008-09-29  Bruno Haible  <bruno@clisp.org>
1430
1431         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
1432         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
1433         ARPA_INET_H directly.
1434         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1435
1436 2008-09-28  Bruno Haible  <bruno@clisp.org>
1437
1438         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
1439         from gl_HEADER_SYS_SOCKET.
1440         (gl_HEADER_SYS_SOCKET): Invoke it.
1441         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1442
1443 2008-09-28  Bruno Haible  <bruno@clisp.org>
1444
1445         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
1446         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
1447         Needed on OSF/1 4.0.
1448
1449 2008-09-28  Bruno Haible  <bruno@clisp.org>
1450
1451         Override open more carefully.
1452         * lib/open.c (orig_open): New function.
1453         (rpl_open): Use orig_open instead of open.
1454         * lib/fcntl.in.h: Add special invocation convention.
1455         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
1456         (gl_FUNC_OPEN): Invoke it.
1457
1458         Override freopen more carefully.
1459         * lib/freopen.c (orig_freopen): New function.
1460         (rpl_freopen): Use orig_freopen instead of freopen.
1461         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
1462         (gl_FUNC_FREOPEN): Invoke it.
1463
1464         Override fopen more carefully.
1465         * lib/fopen.c (orig_fopen): New function.
1466         (rpl_fopen): Use orig_fopen instead of fopen.
1467         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
1468         (gl_FUNC_FOPEN): Invoke it.
1469         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
1470
1471 2008-09-28  Bruno Haible  <bruno@clisp.org>
1472
1473         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
1474         SIGPIPE.
1475
1476 2008-09-28  Bruno Haible  <bruno@clisp.org>
1477
1478         * tests/test-sigaction.c (handler, main): Disable the check whether
1479         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
1480         glibc systems with LinuxThreads.
1481
1482 2008-09-28  Bruno Haible  <bruno@clisp.org>
1483
1484         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
1485
1486         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
1487         with AIX xlc.
1488         * lib/fcntl.in.h (open): Likewise.
1489         Reported by Rainer Tammer <tammer@tammer.net>.
1490
1491 2008-09-28  Bruno Haible  <bruno@clisp.org>
1492
1493         * modules/posix_spawnp-tests: New file.
1494         * tests/test-posix_spawn.c: New file.
1495         * tests/test-posix_spawn.in.sh: New file.
1496
1497         New module 'posix_spawnp'.
1498         * modules/posix_spawnp: New file.
1499         * lib/spawnp.c: New file, from GNU libc with modifications.
1500         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
1501
1502         New module 'posix_spawn'.
1503         * modules/posix_spawn: New file.
1504         * lib/spawn.c: New file, from GNU libc with modifications.
1505         * doc/posix-functions/posix_spawn.texi: Mention the new module.
1506
1507         New module 'posix_spawnattr_destroy'.
1508         * modules/posix_spawnattr_destroy: New file.
1509         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
1510         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
1511         module.
1512
1513         New module 'posix_spawnattr_setsigmask'.
1514         * modules/posix_spawnattr_setsigmask: New file.
1515         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
1516         modifications.
1517         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
1518         new module.
1519
1520         New module 'posix_spawnattr_getsigmask'.
1521         * modules/posix_spawnattr_getsigmask: New file.
1522         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
1523         modifications.
1524         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
1525         new module.
1526
1527         New module 'posix_spawnattr_setsigdefault'.
1528         * modules/posix_spawnattr_setsigdefault: New file.
1529         * lib/spawnattr_setdefault.c: New file, from GNU libc with
1530         modifications.
1531         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
1532         new module.
1533
1534         New module 'posix_spawnattr_getsigdefault'.
1535         * modules/posix_spawnattr_getsigdefault: New file.
1536         * lib/spawnattr_getdefault.c: New file, from GNU libc with
1537         modifications.
1538         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
1539         new module.
1540
1541         New module 'posix_spawnattr_setschedpolicy'.
1542         * modules/posix_spawnattr_setschedpolicy: New file.
1543         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
1544         modifications.
1545         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
1546         new module.
1547
1548         New module 'posix_spawnattr_getschedpolicy'.
1549         * modules/posix_spawnattr_getschedpolicy: New file.
1550         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
1551         modifications.
1552         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
1553         new module.
1554
1555         New module 'posix_spawnattr_setschedparam'.
1556         * modules/posix_spawnattr_setschedparam: New file.
1557         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
1558         modifications.
1559         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
1560         new module.
1561
1562         New module 'posix_spawnattr_getschedparam'.
1563         * modules/posix_spawnattr_getschedparam: New file.
1564         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
1565         modifications.
1566         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
1567         new module.
1568
1569         New module 'posix_spawnattr_setpgroup'.
1570         * modules/posix_spawnattr_setpgroup: New file.
1571         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
1572         modifications.
1573         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
1574         module.
1575
1576         New module 'posix_spawnattr_getpgroup'.
1577         * modules/posix_spawnattr_getpgroup: New file.
1578         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
1579         modifications.
1580         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
1581         module.
1582
1583         New module 'posix_spawnattr_setflags'.
1584         * modules/posix_spawnattr_setflags: New file.
1585         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
1586         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
1587         module.
1588
1589         New module 'posix_spawnattr_getflags'.
1590         * modules/posix_spawnattr_getflags: New file.
1591         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
1592         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
1593         module.
1594
1595         New module 'posix_spawnattr_init'.
1596         * modules/posix_spawnattr_init: New file.
1597         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
1598         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
1599         module.
1600
1601         New module 'posix_spawn_file_actions_destroy'.
1602         * modules/posix_spawn_file_actions_destroy: New file.
1603         * lib/spawn_faction_destroy.c: New file, from GNU libc with
1604         modifications.
1605         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
1606         the new module.
1607
1608         New module 'posix_spawn_file_actions_addopen'.
1609         * modules/posix_spawn_file_actions_addopen: New file.
1610         * lib/spawn_faction_addopen.c: New file, from GNU libc with
1611         modifications.
1612         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
1613         the new module.
1614
1615         New module 'posix_spawn_file_actions_adddup2'.
1616         * modules/posix_spawn_file_actions_adddup2: New file.
1617         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
1618         modifications.
1619         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
1620         the new module.
1621
1622         New module 'posix_spawn_file_actions_addclose'.
1623         * modules/posix_spawn_file_actions_addclose: New file.
1624         * lib/spawn_faction_addclose.c: New file, from GNU libc with
1625         modifications.
1626         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
1627         the new module.
1628
1629         New module 'posix_spawn_file_actions_init'.
1630         * modules/posix_spawn_file_actions_init: New file.
1631         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
1632         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
1633         new module.
1634
1635         New module 'posix_spawn-internal'.
1636         * modules/posix_spawn-internal: New file.
1637         * lib/spawn_int.h: New file, from GNU libc with modifications.
1638         * lib/spawni.c: New file, from GNU libc with modifications.
1639         * m4/posix_spawn.m4: New file.
1640
1641         New module 'spawn'.
1642         * modules/spawn: New file.
1643         * lib/spawn.in.h: New file, from GNU libc with modifications.
1644         * m4/spawn_h.m4: New file.
1645         * doc/posix-headers/spawn.texi: Mention the new module.
1646
1647 2008-09-28  Bruno Haible  <bruno@clisp.org>
1648
1649         * modules/sched-tests: New file.
1650         * tests/test-sched.c: New file.
1651
1652         New module 'sched'.
1653         * modules/sched: New file.
1654         * lib/sched.in.h: New file.
1655         * m4/sched_h.m4: New file.
1656         * doc/posix-headers/sched.texi: Mention the new module.
1657
1658 2008-09-27  Eric Blake  <ebb9@byu.net>
1659
1660         Fix previous patch, and tweak references to $0.
1661         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
1662         (func_version, func_gnulib_dir): Don't call this program
1663         gnulib-tool.
1664         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
1665         with using $0 in function.
1666         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
1667         (func_fatal_error): Reuse the name the user invoked us with.
1668
1669 2008-09-27  Bruno Haible  <bruno@clisp.org>
1670
1671         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
1672         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
1673         (gl_ICONV_H): Not here.
1674         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1675         instead of assigning ICONV_H directly.
1676
1677         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
1678         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
1679         WCHAR_H directly.
1680
1681 2008-09-27  Bruno Haible  <bruno@clisp.org>
1682
1683         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
1684         * modules/arpa_inet (Depends-on): Add link-warning.
1685         (Makefile.am): Insert the definition of GL_LINK-WARNING.
1686         * modules/unistd (Makefile.am): Likewise.
1687
1688 2008-09-26  Bruno Haible  <bruno@clisp.org>
1689
1690         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
1691         variables.
1692         (func_version): Essentially copied from gnulib-tool.
1693         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
1694         func_readlink): Copied from gnulib-tool.
1695
1696 2008-09-26  Bruno Haible  <bruno@clisp.org>
1697
1698         * gnulib-tool (func_version): Change directory to $gnulib_dir before
1699         invoking git-version-gen.
1700
1701 2008-09-26  Bruno Haible  <bruno@clisp.org>
1702
1703         * posix-modules: Update to directory names changed on 2008-01-19.
1704         Remove commas in output before splitting into words. No more need to
1705         avoid 'ftruncate' since 2007-02-19.
1706
1707 2008-09-26  Bruno Haible  <bruno@clisp.org>
1708
1709         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
1710
1711 2008-09-26  Bruno Haible  <bruno@clisp.org>
1712
1713         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
1714         * modules/fwriteerror (Depends-on): Add errno.
1715
1716 2008-09-26  Bruno Haible  <bruno@clisp.org>
1717
1718         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
1719         * tests/test-vc-list-files-cvs.sh: Likewise.
1720
1721 2008-09-26  Bruno Haible  <bruno@clisp.org>
1722
1723         * doc/posix-headers/sys_resource.texi: Reorder items.
1724
1725 2008-09-26  Jim Meyering  <meyering@redhat.com>
1726
1727         fts: tweak inode comparison function
1728         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
1729         inode numbers, as documented.
1730
1731         fts: sort dirent entries on inode number before traversing
1732         This avoids a quadratic, seek-related performance penalty when
1733         operating on a directory containing many entries (measurable at 10k;
1734         3.5 hours at 2 million entries with a cold cache) on certain types
1735         of file systems, including ext3 and ext4, but not tmpfs.
1736         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
1737         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
1738         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
1739         (fs_handles_readdir_ordered_dirents_efficiently): New function.
1740         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
1741         (fts_build): Set the stat.st_ino member from D_INO.
1742         If it is likely to be useful, sort dirent entries on inode number.
1743
1744         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
1745         and the struct statfs.f_type member.
1746         * modules/fts (Depends-on): Add d-ino.
1747
1748 2008-09-26  Bruno Haible  <bruno@clisp.org>
1749
1750         * modules/sigpipe-die (Depends-on): Add sigpipe.
1751
1752         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
1753         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
1754         and GNULIB_STDIO_H_SIGPIPE are set.
1755         * lib/stdio-write.c: New file.
1756         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
1757         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
1758         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
1759         REPLACE_STDIO_WRITE_FUNCS.
1760         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
1761         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
1762         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
1763         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
1764         * modules/stdio (Files): Add lib/stdio-write.c.
1765         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
1766         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
1767         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
1768         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
1769         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
1770         REPLACE_FPRINTF_POSIX.
1771         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
1772         REPLACE_PRINTF_POSIX.
1773         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
1774         REPLACE_VFPRINTF_POSIX.
1775         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
1776         REPLACE_VPRINTF_POSIX.
1777         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
1778         SIGPIPE issue.
1779         * doc/posix-functions/fputc.texi: Likewise.
1780         * doc/posix-functions/fputs.texi: Likewise.
1781         * doc/posix-functions/fwrite.texi: Likewise.
1782         * doc/posix-functions/printf.texi: Likewise.
1783         * doc/posix-functions/putc.texi: Likewise.
1784         * doc/posix-functions/putchar.texi: Likewise.
1785         * doc/posix-functions/puts.texi: Likewise.
1786         * doc/posix-functions/vfprintf.texi: Likewise.
1787         * doc/posix-functions/vprintf.texi: Likewise.
1788
1789         * modules/safe-write (Depends-on): Add write.
1790
1791         * modules/sigpipe-tests: New file.
1792         * tests/test-sigpipe.c: New file.
1793         * tests/test-sigpipe.sh: New file.
1794
1795         * modules/write: New file.
1796         * lib/unistd.in.h: Include <sys/types.h>.
1797         (write): New declaration.
1798         * lib/write.c: New file.
1799         * m4/write.m4: New file.
1800         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1801         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
1802         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
1803         GNULIB_WRITE, REPLACE_WRITE.
1804         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
1805         and the SIGPIPE issue.
1806
1807         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
1808         (raise): New declaration.
1809         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
1810         (ext_signal): New function.
1811         (rpl_raise): New function.
1812         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
1813         GNULIB_SIGNAL_H_SIGPIPE.
1814         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
1815         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
1816
1817         * modules/sigpipe: New file.
1818         * m4/sigpipe.m4: New file.
1819
1820 2008-09-25  Derek Price  <derek@ximbiot.com>
1821             Bruno Haible  <bruno@clisp.org>
1822
1823         * gnulib-tool (func_import): Report all license incompatibilities, not
1824         just the first one.
1825
1826 2008-09-25  Bruno Haible  <bruno@clisp.org>
1827
1828         * gnulib-tool (func_import): When computing the edits, consider not
1829         only the Makefile.ams that exist but also those that will be generated.
1830
1831 2008-09-25  Simon Josefsson  <simon@josefsson.org>
1832
1833         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
1834         fixes gnulib-tool --test warning about duplicate dependency.
1835
1836 2008-09-25  Bruno Haible  <bruno@clisp.org>
1837
1838         * gnulib-tool: Don't ask the user to perform edits in the generated
1839         Makefile.ams.
1840         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
1841         apply to the Makefile.am being generated.
1842         (func_emit_tests_Makefile_am): Execute edits that apply to the
1843         Makefile.am being generated.
1844         (func_import): Setup list of Makefile.am edits before emitting the
1845         Makefile.ams, not at the end.
1846         (func_create_testdir): Update.
1847         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1848
1849 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1850
1851         * gnulib-tool (func_import): Store the --tests-base option in the
1852         comment in gnulib-cache.m4.
1853
1854 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
1855
1856         * NEWS: Document increased portability that sys_select now provides.
1857
1858         * lib/sys_select.in.h: Install select wrapper.
1859         * lib/sys_socket.in.h: Use more descriptive name when there is no
1860         select wrapper.
1861         * lib/winsock-select.c: New.
1862         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
1863         Require gl_HEADER_SYS_SOCKET.
1864         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
1865         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
1866         * tests/test-sys_select.c: Add functional tests.
1867
1868 2008-09-24  Eric Blake  <ebb9@byu.net>
1869
1870         open, fopen: close fd leak in last patch
1871         * lib/open.c (rpl_open): Close fd before returning error.
1872         * lib/fopen.c (rpl_fopen): Close fd before returning error.
1873         * doc/posix-functions/open.texi (open): Document that Irix also
1874         has the bug.
1875         * doc/posix-functions/fopen.texi (fopen): Likewise.
1876         Reported by Paolo Bonzini.
1877
1878 2008-09-24  Bruno Haible  <bruno@clisp.org>
1879
1880         Ensure that a filename ending in a slash cannot be used to access a
1881         non-directory.
1882         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
1883         to check whether it's really a directory.
1884         * lib/fopen.c: Include fcntl.h, unistd.h.
1885         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
1886         and fdopen().
1887         * modules/fopen (Depends-on): Add unistd.
1888         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
1889         * tests/test-fopen.c (main): Likewise.
1890         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
1891         * doc/posix-functions/fopen.texi: Likewise.
1892         Reported by Eric Blake.
1893
1894 2008-09-23  Eric Blake  <ebb9@byu.net>
1895
1896         c-stack: avoid compiler optimizations when provoking overflow
1897         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
1898         recursion harder to optimize, to ensure a stack overflow occurs.
1899         * tests/test-c-stack.c (recurse): Likewise.
1900         Borrowed from libsigsegv.
1901
1902         c-stack: work around Irix sigaltstack bug
1903         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
1904         whether sigaltstack uses wrong end of stack_t (copied in part from
1905         libsigsegv).
1906         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
1907         Irix bug, without requiring an over-allocation.
1908         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
1909         bug.
1910
1911         fopen: document mingw bug on directories
1912         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
1913         not allowing a stream visiting a directory, even though reading
1914         from such a stream is not portable.
1915
1916 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1917
1918         * lib/poll.c: Rewrite.
1919         * modules/poll: Depend on alloca.
1920
1921 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1922
1923         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
1924         instead define prototypes for a full set of wrappers.  Ensure
1925         that Cygwin does not use the compatibility code, which is only
1926         for MinGW.
1927         * lib/winsock.c: New.
1928         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
1929         * modules/sys_socket: Add lib/winsock.c.
1930
1931         * modules/poll-tests: Add errno and perror.
1932         * tests/test-poll.c: Use ioctl, not ioctlsocket.
1933
1934 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1935
1936         * tests/test-poll.c: Downgrade minimum needed Winsock version.
1937
1938 2008-09-23  Bruno Haible  <bruno@clisp.org>
1939
1940         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
1941         * doc/glibc-functions/*: Likewise.
1942
1943 2008-09-23  Simon Josefsson  <simon@josefsson.org>
1944
1945         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
1946         success.
1947
1948 2008-09-22  Eric Blake  <ebb9@byu.net>
1949             Bruno Haible  <bruno@clisp.org>
1950
1951         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
1952         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
1953         supply %A but mishandle pseudo-NaN.
1954         Reported by Simon Josefsson.
1955
1956 2008-09-21  Bruno Haible  <bruno@clisp.org>
1957
1958         * tests/test-lock.c (main): Tweak skip message.
1959         * tests/test-tls.c (main): Likewise.
1960
1961 2008-09-21  Bruno Haible  <bruno@clisp.org>
1962
1963         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
1964         whether 'struct sigaction' has sa_sigaction here...
1965         (gl_PREREQ_SIG_HANDLER_H): ... not here.
1966         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
1967
1968 2008-09-21  Bruno Haible  <bruno@clisp.org>
1969
1970         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
1971         section.
1972         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
1973         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
1974         the new section.
1975         (Support for obsolete systems lacking POSIX:2001): New section.
1976         (String handling <string.h>): Move strdup to the new section.
1977         Suggested by Simon Josefsson and Paolo Bonzini.
1978
1979 2008-09-21  Bruno Haible  <bruno@clisp.org>
1980
1981         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
1982         exponents in %e and %g results on 'long double'. Needed for mingw's
1983         improved *printf functions.
1984         * tests/test-vasprintf-posix.c (test_function): Likewise.
1985         * tests/test-snprintf-posix.h (test_function): Likewise.
1986         * tests/test-sprintf-posix.h (test_function): Likewise.
1987         Reported by Eric Blake.
1988
1989 2008-09-21  Bruno Haible  <bruno@clisp.org>
1990
1991         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
1992         * tests/test-sprintf-posix.h (test_function): Likewise.
1993
1994 2008-09-21  Bruno Haible  <bruno@clisp.org>
1995
1996         * modules/getpass (Depends-on): Add strdup-posix.
1997
1998         New module 'strdup-posix'.
1999         * modules/strdup-posix: New file.
2000         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2001         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2002         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2003         REPLACE_STRDUP.
2004         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2005         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2006         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2007         strdup-posix.
2008
2009         * modules/strdup (Depends-on): Remove malloc-posix.
2010
2011 2008-09-20  Bruno Haible  <bruno@clisp.org>
2012
2013         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2014         Wildenhues.
2015
2016 2008-09-20  Bruno Haible  <bruno@clisp.org>
2017
2018         Ensure that wint_t gets defined on IRIX 5.3.
2019         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2020         * lib/wctype.in.h (wint_t): Likewise.
2021         (__wctype_wint_t): Remove type.
2022         (isw*): Use wint_t instead of __wctype_wint_t.
2023         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2024         * modules/wchar (Files): Add m4/wint_t.m4.
2025         (Makefile.am): Substitute HAVE_WINT_T.
2026         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2027         * tests/test-wctype.c: Check that wint_t is defined.
2028         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2029         * doc/posix-headers/wctype.texi: Likewise.
2030         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2031
2032 2008-09-18  Bruno Haible  <bruno@clisp.org>
2033
2034         * gnulib-tool (func_exit): Update comment.
2035
2036 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2037
2038         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2039         assumes strdup exists and does not depend on strdup to return
2040         ENOMEM on out of memory conditions.
2041
2042 2008-09-18  Bruno Haible  <bruno@clisp.org>
2043
2044         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
2045         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2046         digits for the exponent.
2047
2048 2008-09-18  Jim Meyering  <meyering@redhat.com>
2049             Bruno Haible  <bruno@clisp.org>
2050
2051         * lib/vasnprintf.c (decimal_point_char): Define also if
2052         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2053
2054 2008-09-16  Bruno Haible  <bruno@clisp.org>
2055         and Eric Blake  <ebb9@byu.net>
2056
2057         vasnprintf: support Irix 5.3
2058         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2059         that mishandle long double infinity.
2060         Reported by Tom G. Christensen.
2061
2062 2008-09-16  Bruno Haible  <bruno@clisp.org>
2063
2064         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2065         Solaris 9.
2066         * doc/glibc-functions/alphasort.texi: Likewise.
2067         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2068
2069 2008-09-16  Jim Meyering  <meyering@redhat.com>
2070
2071         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2072         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2073         a umask modification leak out of a subshell.  Otherwise, the
2074         opensolaris /bin/sh would be accepted and thus cause unwarranted
2075         failures in the coreutils test suite.
2076
2077 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2078
2079         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2080         to succeed.
2081
2082 2008-09-16  Jim Meyering  <meyering@redhat.com>
2083
2084         avoid spurious test failure when library is built without ACL support
2085         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2086         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2087         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2088         * tests/test-copy-acl.sh: Likewise.
2089
2090 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2091
2092         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2093         based on character occurrence counts.
2094
2095 2008-09-15  Eric Blake  <ebb9@byu.net>
2096
2097         tests: avoid some compiler warnings
2098         * tests/test-memchr.c (main): Pass NULL indirectly.
2099         * tests/test-closein.c (main): Avoid unused variable.
2100
2101 2008-09-15  Bruno Haible  <bruno@clisp.org>
2102
2103         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2104         are missing on OpenBSD 4.0 individually.
2105         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2106
2107 2008-09-15  Bruno Haible  <bruno@clisp.org>
2108
2109         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2110         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2111         * doc/posix-functions/perror.texi: Likewise.
2112         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2113         is missing.
2114         Reported by Eric Blake.
2115
2116         * lib/errno.in.h: Use replacement values >= 2000.
2117         Reported by Eric Blake.
2118
2119 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2120
2121         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2122         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2123         limit.
2124         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2125         compareseq was aborted.
2126
2127 2008-09-14  Bruno Haible  <bruno@clisp.org>
2128
2129         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2130         yvec_edit_count.
2131         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2132         (fstrcmp_bounded): Simplify result computation accordingly.
2133
2134 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2135
2136         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2137         (fstrcmp): Define in terms of fstrcmp_bounded.
2138         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2139         lower_bound argument.
2140         Return quickly if the result is certainly < lower_bound.
2141         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2142
2143 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2144
2145         * lib/diffseq.h (EARLY_ABORT): New macro.
2146         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2147         evaluates to true.
2148
2149 2008-09-14  Bruno Haible  <bruno@clisp.org>
2150
2151         * modules/perror-tests: New file.
2152         * tests/test-perror.sh: New file.
2153         * tests/test-perror.c: New file.
2154
2155         New module 'perror'.
2156         * lib/stdio.in.h (perror): New declaration.
2157         * lib/perror.c: New file.
2158         * m4/perror.m4: New file.
2159         * modules/perror: New file.
2160         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2161         * doc/posix-functions/perror.texi: Mention the perror module.
2162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2163         REPLACE_PERROR.
2164         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2165         REPLACE_PERROR.
2166
2167 2008-09-14  Bruno Haible  <bruno@clisp.org>
2168
2169         * modules/stdio (Makefile.am): Reorder to match the order in
2170         lib/stdio.in.h.
2171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2172
2173 2008-09-13  Bruno Haible  <bruno@clisp.org>
2174
2175         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2176
2177 2008-09-13  Bruno Haible  <bruno@clisp.org>
2178
2179         Extend strerror to cover the added errno values.
2180         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
2181         (rpl_strerror): Provide error messages for the added errno values and
2182         for the WSA* values.
2183         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
2184         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
2185         strerror.
2186         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
2187         * modules/strerror (Depends-on): Add errno.
2188         * doc/posix-functions/strerror.texi: Document the change.
2189         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
2190         and EOVERFLOW.
2191
2192 2008-09-13  Bruno Haible  <bruno@clisp.org>
2193
2194         * modules/EOVERFLOW: Remove file.
2195         * m4/eoverflow.m4: Remove file.
2196         * modules/EOVERFLOW-tests: Remove file.
2197         * tests/test-EOVERFLOW.c: Remove file.
2198         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
2199         * modules/ftell (Depends-on): Likewise.
2200         * modules/getdelim (Depends-on): Likewise.
2201         * modules/getugroups (Depends-on): Likewise.
2202         * modules/poll (Depends-on): Likewise.
2203         * modules/snprintf (Depends-on): Likewise.
2204         * modules/sprintf-posix (Depends-on): Likewise.
2205         * modules/vasnprintf (Depends-on): Likewise.
2206         * modules/vasprintf (Depends-on): Likewise.
2207         * modules/vfprintf-posix (Depends-on): Likewise.
2208         * modules/vsnprintf (Depends-on): Likewise.
2209         * modules/vsprintf-posix (Depends-on): Likewise.
2210         * modules/xvasprintf (Depends-on): Likewise.
2211         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2212         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
2213         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
2214         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
2215         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2216         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
2217         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
2218         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
2219         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2220         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
2221         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
2222         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
2223         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2224         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
2225         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
2226         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
2227         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2228         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
2229         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
2230         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
2231         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2232         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
2233         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
2234         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
2235         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
2236         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2237         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
2238         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
2239         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
2240         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
2241         * MODULES.html.sh: Remove EOVERFLOW.
2242         * NEWS: Mention the change.
2243
2244 2008-09-13  Bruno Haible  <bruno@clisp.org>
2245
2246         * modules/errno-tests: New file.
2247         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
2248
2249         * lib/errno.in.h: New file.
2250         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
2251         * modules/errno: New file.
2252         * doc/posix-headers/errno.texi: Update documentation.
2253         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
2254
2255 2008-09-13  Bruno Haible  <bruno@clisp.org>
2256
2257         * tests/test-poll.c: Use #if for native Windows, rather than testing
2258         __MSVCRT__.
2259
2260 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2261             Bruno Haible  <bruno@clisp.org>
2262
2263         * lib/glob.c: Don't include <pwd.h> on native Windows.
2264         (WINDOWS32): New macro.
2265         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
2266
2267 2008-09-13  Bruno Haible  <bruno@clisp.org>
2268
2269         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
2270         (ETIMEDOUT): Remove macro.
2271         (glthread_cond_timedwait_multithreaded): New declaration.
2272         (glthread_cond_timedwait): Use it.
2273         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
2274         (glthread_cond_timedwait_multithreaded): New function.
2275
2276 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2277
2278         * modules/poll-tests: Do not check for io.h.
2279         * tests/test-poll.c: Check for __MSVCRT__ instead.
2280
2281 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2282
2283         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
2284         * modules/poll-tests: Add inet_pton, stdbool, sockets.
2285         * tests/test-poll.c: Use them.  Use _pipe on Windows.
2286
2287 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2288
2289         * modules/poll-tests: New.
2290         * tests/test-poll.c: New.
2291
2292 2008-09-12  Eric Blake  <ebb9@byu.net>
2293
2294         frexp: test for NetBSD failure on -0.0
2295         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
2296         not all, bugs from NetBSD 3.0 have been fixed.
2297         * doc/posix-functions/frexp.texi (frexp): Document bug.
2298         Reported by Thomas Klausner.
2299
2300         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
2301         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
2302         literal -0.0.
2303         Reported by Jonathan C. Patschke <jp@centtech.com>.
2304
2305 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2306
2307         * lib/glthread/cond.h: Use dummy implementation also if
2308         USE_WIN32_THREADS.
2309
2310 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2311
2312         * modules/fnmatch-posix (License): Change to LGPLv2+.
2313         * modules/fnmatch-gnu (License): Likewise.
2314
2315 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2316
2317         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
2318
2319 2008-09-11  Jim Meyering  <meyering@redhat.com>
2320
2321         * users.txt: Add gtk-vnc.
2322
2323 2008-09-08  Simon Josefsson  <simon@josefsson.org>
2324
2325         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
2326         rotate amounts.
2327
2328         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
2329         required for 16-bit and 8-bit rotates.
2330         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
2331         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
2332         UINT8_MAX instead of hard-coded constants.
2333         Suggested by Paul Eggert.
2334
2335 2008-09-07  Bruno Haible  <bruno@clisp.org>
2336
2337         * tests/test-striconveh.c (main): Check behaviour when converting from
2338         UTF-7.
2339
2340         Make striconveh work better with stateful encodings.
2341         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
2342         that iconv does not increment the inptr when returning -1/EINVAL.
2343
2344 2008-09-07  Bruno Haible  <bruno@clisp.org>
2345
2346         * build-aux/config.rpath: Update according to libtool-2.2.6.
2347         * build-aux/config.libpath: Likewise.
2348
2349 2008-09-06  Bruno Haible  <bruno@clisp.org>
2350
2351         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
2352         * lib/freadptr.c (freadptr): Likewise.
2353         * lib/freadseek.c (freadptrinc): Likewise.
2354         Reported by Simon Josefsson.
2355
2356 2008-09-06  Bruno Haible  <bruno@clisp.org>
2357
2358         * modules/freadptr (License): Change to LGPLv2+.
2359         * modules/freadseek (License): Likewise.
2360         Suggested by Eric Blake.
2361
2362         * modules/memchr2 (License): Change to LGPLv2+.
2363         Approved by Eric Blake.
2364
2365 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2366             Bruno Haible  <bruno@clisp.org>
2367
2368         Make gnulib-tool work with native 'sed' on AIX.
2369         * gnulib-tool (sed_noop): New variable.
2370         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
2371         func_add_or_update, func_create_testdir): Use it to initialize sed
2372         script variables.
2373         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2374
2375 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
2376             Bruno Haible  <bruno@clisp.org>
2377
2378         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
2379         also works after #include directives.
2380
2381 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
2382
2383         getdate.y: reject an out-of-range timezone value
2384         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
2385         the range [-24...+24].  When specified with only one or two digits,
2386         * tests/test-getdate.c: Tests for the fix.
2387         * doc/getdate.texi: Document this change.
2388
2389 2008-09-03  Bruno Haible  <bruno@clisp.org>
2390
2391         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
2392
2393 2008-09-02  Simon Josefsson  <simon@josefsson.org>
2394
2395         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
2396         <bruce.korb@gmail.com> with ideas from Ben Pfaff
2397         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
2398         Blake <ebb9@byu.net>.
2399
2400         * tests/test-bitrotate.c: Add more test vectors.
2401
2402 2008-09-02  Eric Blake  <ebb9@byu.net>
2403
2404         vasnprintf-posix: handle large precision via %.*d
2405         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
2406         when handling it ourselves.
2407         * tests/test-vasnprintf-posix.c (test_function): Add test.
2408         * tests/test-snprintf-posix.h (test_function): Likewise.
2409         * tests/test-sprintf-posix.h (test_function): Likewise.
2410         * tests/test-vasprintf-posix.c (test_function): Likewise.
2411         Reported by Alain Guibert.
2412
2413 2008-09-01  Eric Blake  <ebb9@byu.net>
2414
2415         c-stack: make configure-time check more robust
2416         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
2417         successful sigaction call.
2418         Reported by Tom G. Christensen.
2419
2420 2008-09-01  Bruno Haible  <bruno@clisp.org>
2421
2422         New module 'findprog-lgpl'.
2423         * modules/findprog-lgpl: New file.
2424         * lib/findprog-lgpl.c: New file.
2425         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
2426         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
2427         to decide whether to use strdup or xstrdup, concatenated_filename or
2428         xconcatenated_filename.
2429
2430 2008-09-01  Bruno Haible  <bruno@clisp.org>
2431
2432         Split module 'concat-filename' into 'concat-filename' (LGPL) and
2433         'xconcat-filename' (GPL).
2434         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
2435         (License): Change to LGPLv2+.
2436         * modules/xconcat-filename: New file.
2437         * lib/concat-filename.h (concatenated_filename): Change specification.
2438         (xconcatenated_filename): New declaration.
2439         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
2440         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
2441         memory situations.
2442         * lib/xconcat-filename.c: New file.
2443         * NEWS: Mention the change.
2444         * lib/findprog.c: Include concat-filename.h, not filename.h.
2445         (find_in_path): Use xconcatenated_filename instead of
2446         concatenated_filename.
2447         * lib/javacomp.c: Include concat-filename.h, not filename.h.
2448         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2449         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2450         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2451         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
2452         instead of concatenated_filename.
2453         * lib/javaexec.c: Include concat-filename.h, not filename.h.
2454         (execute_java_class): Use xconcatenated_filename instead of
2455         concatenated_filename.
2456         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
2457         * modules/javacomp (Depends-on): Likewise.
2458         * modules/javaexec (Depends-on): Likewise.
2459
2460 2008-09-01  Bruno Haible  <bruno@clisp.org>
2461
2462         Split module 'filename' into 'filename' and 'concat-filename'.
2463         * modules/filename: Keep only lib/filename.h.
2464         (License): Change to LGPLv2+.
2465         * modules/concat-filename: New file, extracted from modules/filename.
2466         * lib/filename.h (concatenated_filename): Remove declaration.
2467         * lib/concat-filename.h: New file, extracted from lib/filename.h.
2468         * lib/concat-filename.c: Include concat-filename.h.
2469         * NEWS: Mention the change.
2470
2471 2008-09-01  Simon Josefsson  <simon@josefsson.org>
2472
2473         * lib/bitrotate.h (rotl8, rotr8): Add.
2474
2475         * modules/bitrotate (configure.ac): Need
2476         AC_REQUIRE([AC_C_INLINE]).
2477         (Description): Mention stdint.h.  Reported by Bruno Haible
2478         <bruno@clisp.org>.
2479
2480         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
2481         Paolo Bonzini <bonzini@gnu.org>.
2482
2483 2008-08-31  Bruno Haible  <bruno@clisp.org>
2484
2485         Assume Solaris specific bi-arch conventions on Solaris systems.
2486         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
2487         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
2488         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
2489         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
2490         like acl_libdirstem.
2491         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
2492         acl_libdirstem.
2493         * NEWS: Mention the change.
2494         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
2495
2496 2008-08-31  Jim Meyering  <meyering@redhat.com>
2497
2498         * lib/strftime.h: Add comments describing the two added arguments.
2499
2500         remove duplicate #include directives
2501         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
2502         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
2503
2504 2008-08-31  Bruno Haible  <bruno@clisp.org>
2505
2506         New module 'sigpipe-die'.
2507         * modules/sigpipe-die: New file.
2508         * lib/sigpipe-die.h: New file.
2509         * lib/sigpipe-die.c: New file.
2510         * MODULES.html.sh (Signal handling): Add sigpipe-die.
2511
2512 2008-08-31  Bruno Haible  <bruno@clisp.org>
2513
2514         Don't override previously installed signal handlers.
2515         * lib/fatal-signal.c (saved_sigactions): New variable.
2516         (uninstall_handlers): Reset the signal to the saved handler, not
2517         to SIG_DFL (except when ignored).
2518         (install_handlers): Save the previous handlers.
2519
2520 2008-08-30  Bruno Haible  <bruno@clisp.org>
2521
2522         * gnulib-tool (func_reset_sigpipe): New function.
2523         (func_get_automake_snippet, func_modules_transitive_closure,
2524         func_import): Invoke it before a join command that reads from stdin,
2525         to avoid "echo: write error: Broken pipe" error messages on stderr.
2526         Reported by Sam Steingold <sds@gnu.org>.
2527
2528 2008-08-30  Bruno Haible  <bruno@clisp.org>
2529
2530         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
2531         Code copied from m4/open.m4.
2532         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
2533         access and the filename ends in a slash. Code copied from lib/open.c.
2534         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
2535         * tests/test-fopen.c (main): Check against bug with trailing slash.
2536
2537 2008-08-29  Bruno Haible  <bruno@clisp.org>
2538
2539         Avoid some "gcc -pedantic" warnings.
2540         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
2541         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
2542         * lib/dirent.in.h: Likewise.
2543         * lib/fcntl.in.h: Likewise.
2544         * lib/float.in.h: Likewise.
2545         * lib/iconv.in.h: Likewise.
2546         * lib/inttypes.in.h: Likewise.
2547         * lib/locale.in.h: Likewise.
2548         * lib/math.in.h: Likewise.
2549         * lib/netinet_in.in.h: Likewise.
2550         * lib/search.in.h: Likewise.
2551         * lib/signal.in.h: Likewise.
2552         * lib/stdarg.in.h: Likewise.
2553         * lib/stdint.in.h: Likewise.
2554         * lib/stdio.in.h: Likewise.
2555         * lib/stdlib.in.h: Likewise.
2556         * lib/string.in.h: Likewise.
2557         * lib/strings.in.h: Likewise.
2558         * lib/sys_select.in.h: Likewise.
2559         * lib/sys_socket.in.h: Likewise.
2560         * lib/sys_stat.in.h: Likewise.
2561         * lib/sys_time.in.h: Likewise.
2562         * lib/sysexits.in.h: Likewise.
2563         * lib/time.in.h: Likewise.
2564         * lib/unistd.in.h: Likewise.
2565         * lib/wchar.in.h: Likewise.
2566         * lib/wctype.in.h: Likewise.
2567         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
2568         * modules/fchdir (Makefile.am): Likewise.
2569         * modules/fcntl (Makefile.am): Likewise.
2570         * modules/float (Makefile.am): Likewise.
2571         * modules/iconv_open (Makefile.am): Likewise.
2572         * modules/inttypes (Makefile.am): Likewise.
2573         * modules/locale (Makefile.am): Likewise.
2574         * modules/math (Makefile.am): Likewise.
2575         * modules/netinet_in (Makefile.am): Likewise.
2576         * modules/search (Makefile.am): Likewise.
2577         * modules/signal (Makefile.am): Likewise.
2578         * modules/stdarg (Makefile.am): Likewise.
2579         * modules/stdint (Makefile.am): Likewise.
2580         * modules/stdio (Makefile.am): Likewise.
2581         * modules/stdlib (Makefile.am): Likewise.
2582         * modules/string (Makefile.am): Likewise.
2583         * modules/strings (Makefile.am): Likewise.
2584         * modules/sys_select (Makefile.am): Likewise.
2585         * modules/sys_socket (Makefile.am): Likewise.
2586         * modules/sys_stat (Makefile.am): Likewise.
2587         * modules/sys_time (Makefile.am): Likewise.
2588         * modules/sysexits (Makefile.am): Likewise.
2589         * modules/time (Makefile.am): Likewise.
2590         * modules/unistd (Makefile.am): Likewise.
2591         * modules/wchar (Makefile.am): Likewise.
2592         * modules/wctype (Makefile.am): Likewise.
2593         Reported by Reuben Thomas <rrt@sc3d.org>.
2594
2595 2008-08-29  Bruno Haible  <bruno@clisp.org>
2596
2597         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
2598         any more.
2599
2600 2008-08-29  Simon Josefsson  <simon@josefsson.org>
2601
2602         * MODULES.html.sh (Misc): Add bitrotate.
2603
2604         * modules/bitrotate: New file.
2605
2606         * lib/bitrotate.h: New file.
2607
2608         * modules/bitrotate-tests: New file.
2609
2610         * tests/test-bitrotate.c: New file.
2611
2612         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
2613         on the bitrotate module.
2614
2615         * lib/arctwo.c: Use new bitrotate module.
2616
2617 2008-08-29  Jim Meyering  <meyering@redhat.com>
2618
2619         bootstrap: merge changes from coreutils
2620         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
2621         of copied files.  Remove a kludge, now that this is fixed.
2622         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
2623         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
2624         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
2625
2626 2008-08-29  Bruno Haible  <bruno@clisp.org>
2627
2628         * MODULES.html.sh: Remove --cvs-urls option.
2629
2630 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
2631
2632         maint.mk: adjust to file name change
2633         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
2634
2635 2008-08-28  Jim Meyering  <meyering@redhat.com>
2636
2637         * modules/getndelim2 (License): Relicense to LGPLv2+.
2638         Approved by Richard Stallman for the version of 1995, and by
2639         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
2640
2641 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
2642
2643         * lib/getdelim.c (flockfile, funlockfile): Make all of them
2644         dummy if one is not available.  Do not touch them if
2645         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
2646         (getc_maybe_unlocked): New.
2647         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
2648
2649 2008-08-26  Eric Blake  <ebb9@byu.net>
2650
2651         doc/INSTALL: resync from autoconf
2652         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
2653         (INSTALL_PRELUDE): Delete; this is done more efficiently by
2654         moving...
2655         * install.texi [!autoconf]: ...here.  Resync from autoconf.
2656         * INSTALL: Regenerate.
2657         * INSTALL.ISO: New file.
2658         * INSTALL.UTF-8: Likewise.
2659
2660 2008-08-26  Jim Meyering  <meyering@redhat.com>
2661
2662         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
2663         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
2664         these definitions conditional, so that they may be overridden, too.
2665
2666 2008-08-26  Bruno Haible  <bruno@clisp.org>
2667
2668         Generate INSTALL file variants with prettier quotes.
2669         * doc/Makefile (INSTALL_PRELUDE): New macro.
2670         (INSTALL): Use it.
2671         (INSTALL.ISO, INSTALL.UTF-8): New rules.
2672
2673 2008-08-26  Bruno Haible  <bruno@clisp.org>
2674
2675         Run makeinfo in an English locale.
2676         * doc/Makefile (MAKEINFO): New variable.
2677
2678 2008-08-26  Bruno Haible  <bruno@clisp.org>
2679
2680         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
2681         Suggested by Eric Blake.
2682
2683 2008-08-25  Bruno Haible  <bruno@clisp.org>
2684
2685         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
2686
2687 2008-08-25  Eric Blake  <ebb9@byu.net>
2688
2689         c-stack: test that stack overflow can be caught
2690         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
2691         that platform allows handling stack overflow; at least OS/2 EMX
2692         has sigaltstack, but crashes before transferring control to
2693         handler on stack overflow.
2694         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
2695         check for HAVE_STACK_OVERFLOW_HANDLING.
2696         Reported by Elbert Pol.
2697
2698 2008-08-25  Bruno Haible  <bruno@clisp.org>
2699
2700         * doc/posix-functions/strftime.texi: Fix description of strftime
2701         module.
2702
2703 2008-08-24  Bruno Haible  <bruno@clisp.org>
2704
2705         * tests/uniwidth/test-uc_width2.c: New file.
2706         * tests/uniwidth/test-uc_width2.sh: New file.
2707         * modules/uniwidth/width-tests (Files): Add the new files.
2708         (TESTS): Add uniwidth/test-uc_width2.sh.
2709         (TESTS_ENVIRONMENT): New variable.
2710         (check_PROGRAMS): Add test-uc_width2.
2711         (test_uc_width2_SOURCES): New variable.
2712
2713         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
2714         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
2715         not 0x00AB.
2716         Reported by Alexander V. Lukyanov <lav@netis.ru>.
2717
2718 2008-08-22  Eric Blake  <ebb9@byu.net>
2719
2720         test-lock, test-tls: mention why a test is skipped
2721         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
2722         skipped.
2723         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
2724
2725         count-one-bits: relax license
2726         * modules/count-one-bits (License): Relicense to LGPLv2+.
2727         Suggested by Ludovic Courtès, approved by Ben Pfaff.
2728
2729 2008-08-22  Andreas Schwab  <schwab@suse.de>
2730
2731         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2732         Remove spurious space in assignment.
2733
2734 2008-08-21  Simon Josefsson  <simon@josefsson.org>
2735
2736         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
2737         Paul Eggert <eggert@CS.UCLA.EDU>.
2738
2739 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
2740
2741         * modules/gettext: Add m4/threadlib.m4.
2742
2743 2008-08-19  Eric Blake  <ebb9@byu.net>
2744
2745         test-c-stack: fix compilation failure on FreeBSD 5.0
2746         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
2747         headers before <sys/resource.h>.
2748         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
2749         the bug.
2750         Reported by Nelson H. F. Beebe.
2751
2752         strverscmp: migrate from "strverscmp.h" to <string.h>
2753         * modules/string (Makefile.am): Add new hooks.
2754         * modules/strverscmp (Files): Remove strverscmp.h.
2755         (Depends-on): Add string.
2756         (configure.ac): Add indicator.
2757         (Include): Mention new header.
2758         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
2759         defaults.
2760         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
2761         results.
2762         * lib/strverscmp.h: Delete.
2763         * lib/string.in.h (strverscmp): Provide declaration, when needed.
2764         * tests/test-strverscmp.c (includes): Adjust client.
2765         * lib/check-version.c (includes): Likewise.
2766         * NEWS: Document the change.
2767
2768         strverscmp: add unit test
2769         * modules/strverscmp-tests: New file.
2770         * tests/test-strverscmp.c: Likewise.
2771
2772 2008-08-19  Simon Josefsson  <simon@josefsson.org>
2773
2774         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
2775         regarding Windows crypto stuff, from Mono.
2776
2777 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
2778
2779         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
2780         if present, for intel RND.  Return error on failures.
2781
2782 2008-08-18  Ben Pfaff  <blp@gnu.org>
2783
2784         gitlog-to-changelog: give better diagnostic for failed pipe-open
2785         * build-aux/gitlog-to-changelog: Improve error message: suggest
2786         that the version of Git may be too old.
2787
2788 2008-08-18  Simon Josefsson  <simon@josefsson.org>
2789
2790         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
2791         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
2792
2793 2008-08-18  Bruno Haible  <bruno@clisp.org>
2794
2795         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
2796         pthread_in_use().
2797
2798 2008-08-18  Bruno Haible  <bruno@clisp.org>
2799
2800         * lib/glthread/threadlib.c: Include <pthread.h>.
2801
2802 2008-08-18  Bruno Haible  <bruno@clisp.org>
2803
2804         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
2805         glthread_recursive_lock_* macros.
2806         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
2807         Fix syntax error.
2808
2809 2008-08-18  Bruno Haible  <bruno@clisp.org>
2810
2811         * lib/glthread/thread.c: Avoid forcing a context switch right after
2812         thread creation.
2813
2814 2008-08-17  Bruno Haible  <bruno@clisp.org>
2815
2816         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
2817         * lib/glthread/thread.h: Provide Win32 specific implementation.
2818         * modules/thread (Files): Add lib/glthread/thread.c.
2819         (Depends-on): Add lock.
2820         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
2821
2822 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2823
2824         New module 'yield'.
2825         * modules/yield: New file.
2826         * lib/glthread/yield.h: New file.
2827         * m4/yield.m4: New file.
2828         * MODULES.html.sh (Multithreading): Add yield.
2829
2830 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2831
2832         New module 'thread'.
2833         * modules/thread: New file.
2834         * lib/glthread/thread.h: New file.
2835         * m4/thread.m4: New file.
2836         * MODULES.html.sh (Multithreading): Add thread.
2837
2838 2008-08-17  Bruno Haible  <bruno@clisp.org>
2839
2840         * lib/glthread/lock.h: Include <stdlib.h> always.
2841         * lib/glthread/tls.h: Likewise.
2842         * lib/glthread/cond.h: Likewise.
2843
2844 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2845
2846         New module 'cond'.
2847         * modules/cond: New file.
2848         * lib/glthread/cond.h: New file.
2849         * lib/glthread/cond.c: New file.
2850         * m4/cond.m4: New file.
2851         * MODULES.html.sh (Multithreading): Add cond.
2852
2853 2008-08-16  Eric Blake  <ebb9@byu.net>
2854
2855         c-stack: fix regression on Irix 5.3 from 2008-06-21
2856         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
2857         sa_sigaction...
2858         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
2859         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
2860         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
2861         * modules/signal (Makefile.am): Use the value.
2862         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
2863         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
2864         * doc/posix-headers/signal.texi (signal.h): Document this
2865         portability issue.
2866         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
2867         Reported by Tom G. Christensen.
2868
2869 2008-08-17  Bruno Haible  <bruno@clisp.org>
2870
2871         New module 'threadlib'.
2872         * modules/threadlib: New file.
2873         * lib/glthread/threadlib.c: New file, extracted from
2874         lib/glthread/lock.c.
2875         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
2876         functions.
2877         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
2878         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
2879         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
2880         macros.
2881         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
2882         (gl_DISABLE_THREADS): Remove macro.
2883         * modules/lock (Files): Remove build-aux/config.rpath.
2884         (Depends-on): Remove havelib. Add threadlib.
2885         (configure.ac-early): Remove section.
2886         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
2887         * modules/tls (Depends-on): Remove lock. Add threadlib.
2888         (Link): New section, copied from threadlib.
2889         * MODULES.html.sh (Multithreading): Add threadlib.
2890
2891 2008-08-14  Bruno Haible  <bruno@clisp.org>
2892
2893         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
2894         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
2895         glthread_rwlock_unlock, glthread_rwlock_destroy,
2896         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
2897         glthread_recursive_lock_destroy): Define as macros always.
2898         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
2899         glthread_lock_lock.
2900         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
2901         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
2902         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
2903         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
2904         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
2905         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
2906         (glthread_recursive_lock_lock_func): Renamed from
2907         glthread_recursive_lock_lock.
2908         (glthread_recursive_lock_unlock_func): Renamed from
2909         glthread_recursive_lock_unlock.
2910         (glthread_recursive_lock_destroy_func): Renamed from
2911         glthread_recursive_lock_destroy.
2912
2913 2008-08-14  Bruno Haible  <bruno@clisp.org>
2914
2915         * lib/glthread/lock.h: Renamed from lib/lock.h.
2916         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
2917         * lib/glthread/tls.h: Renamed from lib/tls.h.
2918         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
2919         * lib/fstrcmp.c: Update includes.
2920         * lib/strsignal.c: Update includes.
2921         * modules/lock (Files, Makefile.am): Update.
2922         (Include): Change to "glthread/lock.h".
2923         * modules/tls (Files, Makefile.am): Update.
2924         (Include): Change to "glthread/tls.h".
2925         * tests/test-lock.c: Update includes.
2926         * tests/test-tls.c: Update includes.
2927         * NEWS: Mention the renamed header files.
2928
2929 2008-08-11  Jim Meyering  <meyering@redhat.com>
2930
2931         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
2932
2933 2008-08-11  Eric Blake  <ebb9@byu.net>
2934
2935         test-c-stack: avoid C99-ism
2936         * tests/test-c-stack.c (main): Fix whitespace, move declaration
2937         before statement.
2938         Reported by Alain Guibert.
2939
2940 2008-08-10  Jim Meyering  <meyering@redhat.com>
2941
2942         ensure that return value of uinttostr et al are not ignored
2943         * lib/inttostr.h (__GNUC_PREREQ): Define.
2944         (__attribute_warn_unused_result__): Define.
2945         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
2946
2947 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
2948
2949         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
2950         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
2951
2952 2008-08-07  Jim Meyering  <meyering@redhat.com>
2953
2954         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
2955
2956         * modules/mkstemp (License): Relicense under LGPLv2+.
2957         * modules/tempname (License): Likewise.
2958
2959 2008-08-06  Bruno Haible  <bruno@clisp.org>
2960
2961         * lib/poll.c (poll): Further micro-optimization.
2962
2963 2008-08-06  Jim Meyering  <meyering@redhat.com>
2964
2965         inet_pton.c: use locale-independent tolower
2966         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
2967         (inet_pton6): Use c_tolower rather than tolower.
2968         * modules/inet_pton (Depends-on): Add c-ctype.
2969
2970 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
2971
2972         * lib/poll.c (poll): Avoid division when timeout is 0, cache
2973         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
2974
2975 2008-08-06  Jim Meyering  <meyering@redhat.com>
2976
2977         * modules/inet_pton (License): Relicense under LGPLv2+.
2978
2979 2008-08-03  Bruno Haible  <bruno@clisp.org>
2980
2981         Additional non-aborting API for lock and tls.
2982         * lib/lock.h: Include <errno.h>.
2983         (glthread_lock_init): New macro/function.
2984         (gl_lock_init): Define as wrapper around glthread_lock_init.
2985         (glthread_lock_lock): New macro/function.
2986         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
2987         (glthread_lock_unlock): New macro/function.
2988         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
2989         (glthread_lock_destroy): New macro/function.
2990         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
2991         (glthread_rwlock_init): New macro/function.
2992         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
2993         (glthread_rwlock_rdlock): New macro/function.
2994         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
2995         (glthread_rwlock_wrlock): New macro/function.
2996         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
2997         (glthread_rwlock_unlock): New macro/function.
2998         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
2999         (glthread_rwlock_destroy): New macro/function.
3000         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3001         (glthread_recursive_lock_init): New macro/function.
3002         (gl_recursive_lock_init): Define as wrapper around
3003         glthread_recursive_lock_init.
3004         (glthread_recursive_lock_lock): New macro/function.
3005         (gl_recursive_lock_lock): Define as wrapper around
3006         glthread_recursive_lock_lock.
3007         (glthread_recursive_lock_unlock): New macro/function.
3008         (gl_recursive_lock_unlock): Define as wrapper around
3009         glthread_recursive_lock_unlock.
3010         (glthread_recursive_lock_destroy): New macro/function.
3011         (gl_recursive_lock_destroy): Define as wrapper around
3012         glthread_recursive_lock_destroy.
3013         (glthread_once): New macro/function.
3014         (gl_once): Define as wrapper around glthread_once.
3015         Update function declarations.
3016         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3017         glthread_rwlock_init. Return error code.
3018         (glthread_rwlock_rdlock_multithreaded): Renamed from
3019         glthread_rwlock_rdlock. Return error code.
3020         (glthread_rwlock_wrlock_multithreaded): Renamed from
3021         glthread_rwlock_wrlock. Return error code.
3022         (glthread_rwlock_unlock_multithreaded): Renamed from
3023         glthread_rwlock_unlock. Return error code.
3024         (glthread_rwlock_destroy_multithreaded): Renamed from
3025         glthread_rwlock_destroy. Return error code.
3026         (glthread_recursive_lock_init_multithreaded): Renamed from
3027         glthread_recursive_lock_init. Return error code.
3028         (glthread_recursive_lock_lock_multithreaded): Renamed from
3029         glthread_recursive_lock_lock. Return error code.
3030         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3031         glthread_recursive_lock_unlock. Return error code.
3032         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3033         glthread_recursive_lock_destroy. Return error code.
3034         (glthread_once_call): Make static.
3035         (glthread_once_multithreaded): Renamed from glthread_once.
3036         * lib/tls.h: Include <errno.h>.
3037         (glthread_tls_key_init): New macro/function.
3038         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3039         (glthread_tls_set): New macro/function.
3040         (gl_tls_set): Define as wrapper around glthread_tls_set.
3041         (glthread_tls_key_destroy): New macro/function.
3042         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3043         Update function declarations.
3044         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3045         glthread_tls_get.
3046         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3047
3048 2008-08-04  Eric Blake  <ebb9@byu.net>
3049
3050         gnumakefile: use space, not TAB, outside of targets
3051         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3052
3053 2008-08-02  Jim Meyering  <meyering@redhat.com>
3054
3055         getdate.y: avoid locale-dependent date parsing failure
3056         In Turkish locales, getdate would fail to recognize keywords
3057         containing a lowercase "i".  The solution is not to rely on
3058         locale-sensitive case-conversion.
3059         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3060         (lookup_word): Use c_toupper in place of toupper.
3061         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3062         Reported by Vefa Bicakci <bicave@superonline.com> in
3063         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3064         * modules/getdate (Depends-on): Add c-ctype.
3065
3066 2008-08-02  Bruno Haible  <bruno@clisp.org>
3067
3068         * gnulib-tool (func_import): When updating or creating a .gitignore
3069         file, prepend each added line with a slash, and ignore leading slashes
3070         from the existing lines.
3071         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3072
3073 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3074
3075         Portability fix for GNU make 3.79.1.
3076         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3077         versions do not understand.
3078
3079 2008-08-01  Bruno Haible  <bruno@clisp.org>
3080
3081         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3082         * tests/test-isnanf.h (zero): New variable.
3083         (main): Avoid literal -0.0f.
3084         * tests/test-isnand.h (zero): New variable.
3085         (main): Avoid literal -0.0.
3086         * tests/test-isnanl.h (zero): New variable.
3087         (main): Avoid literal -0.0L.
3088         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3089         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3090         -0.0, -0.0L.
3091         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3092         (test_signbitd): Avoid literal -0.0.
3093         (test_signbitl): Avoid literal -0.0L.
3094         * tests/test-ceilf1.c (zero): New variable.
3095         (main): Avoid literal -0.0f.
3096         * tests/test-ceill.c (zero): New variable.
3097         (main): Avoid literal -0.0L.
3098         * tests/test-floorf1.c (zero): New variable.
3099         (main): Avoid literal -0.0f.
3100         * tests/test-floorl.c (zero): New variable.
3101         (main): Avoid literal -0.0L.
3102         * tests/test-roundf1.c (zero): New variable.
3103         (main): Avoid literal -0.0f.
3104         * tests/test-round1.c (zero): New variable.
3105         (main): Avoid literal -0.0.
3106         * tests/test-roundl.c (zero): New variable.
3107         (main): Avoid literal -0.0L.
3108         * tests/test-truncf1.c (zero): New variable.
3109         (main): Avoid literal -0.0f.
3110         * tests/test-trunc1.c (zero): New variable.
3111         (main): Avoid literal -0.0.
3112         * tests/test-truncl.c (zero): New variable.
3113         (main): Avoid literal -0.0L.
3114         * tests/test-frexp.c (zero): New variable.
3115         (main): Avoid literal -0.0.
3116         * tests/test-frexpl.c (zero): New variable.
3117         (main): Avoid literal -0.0L.
3118         * tests/test-ldexpl.c (zero): New variable.
3119         (main): Avoid literal -0.0L.
3120         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3121         (zerod, zerol): New variables.
3122         (test_function): Avoid literals -0.0, -0.0L.
3123         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3124         (zerod, zerol): New variables.
3125         (test_function): Avoid literals -0.0, -0.0L.
3126         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3127         (zerod, zerol): New variables.
3128         (test_function): Avoid literals -0.0, -0.0L.
3129         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3130         (zerod, zerol): New variables.
3131         (test_function): Avoid literals -0.0, -0.0L.
3132         * tests/test-strtod.c (zero): New variable.
3133         (main): Avoid literal -0.0.
3134         Reported by Jonathan C. Patschke <jp@centtech.com>.
3135
3136 2008-07-31  Jim Meyering  <meyering@redhat.com>
3137
3138         sha256.h: correct definition of SHA224_DIGEST_SIZE
3139         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3140         Reported by Paulie Pena IV <paulie4@gmail.com>.
3141         Define as 224 / 8, rather than as a literal.
3142         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3143         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3144         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3145
3146 2008-07-31  Bruno Haible  <bruno@clisp.org>
3147
3148         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3149         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3150         Reported by Jonathan Patschke <jp@centtech.com>.
3151
3152 2008-07-31  Bruno Haible  <bruno@clisp.org>
3153
3154         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3155         Reported by Paolo Bonzini <bonzini@gnu.org>.
3156
3157 2008-07-30  Eric Blake  <ebb9@byu.net>
3158
3159         test-strtod: allow compilation without -lm
3160         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3161         Reported by Dennis Clarke <blastwave@gmail.com>.
3162
3163 2008-07-28  Jim Meyering  <meyering@redhat.com>
3164
3165         bootstrap: work also when there are no .po files in po/
3166         * build-aux/bootstrap (update_po_files): Complete the change
3167         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3168
3169 2008-07-27  Jim Meyering  <meyering@redhat.com>
3170
3171         * users.txt: Add zile.
3172
3173 2008-07-26  Ben Pfaff  <blp@gnu.org>
3174
3175         Add missing dependencies on new m4/exponent[fdl].m4 files.
3176         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3177         * modules/isnand-nolibm: Add m4/exponentd.m4.
3178         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3179         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
3180         m4/isnan[fdl].m4, because the macros actually used moved.
3181         Reported by Jim Meyering.
3182
3183 2008-07-14  Ben Pfaff  <blp@gnu.org>
3184
3185         Add isinf module.
3186         * lib/isinf.c: New file.
3187         * lib/math.in.h: Define isinf macro if we have decided to replace
3188         it.
3189         * m4/isinf.m4: New file.
3190         * m4/math_h.m4: Initialize and substitute variables for isinf
3191         module.
3192         * modules/isinf: New file.
3193         * modules/isinf-tests: New file.
3194         * modules/math: Add substitutions for new module.
3195         * tests/test-isinf.c: New file.
3196         * doc/posix-functions/isinf.texi: Mention new module.
3197         * MODULES.html.sh: Mention new module.
3198
3199 2008-07-14  Ben Pfaff  <blp@gnu.org>
3200
3201         Factor out some macros for use by additional modules.
3202         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
3203         exponentf.m4.
3204         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
3205         exponentd.m4.
3206         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
3207         file exponentl.m4.
3208         * m4/exponentf.m4: New file.
3209         * m4/exponentd.m4: New file.
3210         * m4/exponentl.m4: New file.
3211         * modules/isnanf: Use new file m4/exponentf.m4.
3212         * modules/isnand: Use new file m4/exponentd.m4.
3213         * modules/isnanl: Use new file m4/exponentl.m4.
3214
3215 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
3216
3217         mktime.c: normalize tp->tm_isdst value to -1/0/1.
3218         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3219         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
3220         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
3221
3222         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
3223         readlink on platforms without PATH_MAX.
3224
3225 2008-07-21  Eric Blake  <ebb9@byu.net>
3226
3227         Warn, not fail, on stale version.
3228         * top/GNUmakefile (_curr-ver): Tone down previous patch.
3229
3230         Don't allow installation with stale devel version number.
3231         * top/GNUmakefile (_is-install-target): New macro.
3232         (_curr-ver): Forbid installation with stale version number.
3233
3234 2008-07-20  Bruno Haible  <bruno@clisp.org>
3235
3236         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
3237         TESTS_ENVIRONMENT.
3238         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
3239
3240 2008-07-20  Bruno Haible  <bruno@clisp.org>
3241
3242         * lib/c-stack.h (c_stack_action): Add documentation.
3243         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
3244
3245 2008-07-20  Bruno Haible  <bruno@clisp.org>
3246
3247         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
3248         * modules/readlink (License): Likewise.
3249
3250 2008-07-17  Eric Blake  <ebb9@byu.net>
3251
3252         * modules/c-stack (Link): Fix typo.
3253
3254         Make c-stack use libsigsegv, when available.
3255         * modules/c-stack (Depends-on): Add libsigsegv.
3256         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
3257         needed.
3258         * lib/c-stack.c (SIGSTKSZ): Define fallback.
3259         (segv_handler, overflow_handler, c_stack_action)
3260         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
3261         implementation when libsigsegv is available, but only when using
3262         the library is necessary.
3263         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
3264         comment, explaining why XSI check fails on Linux.
3265         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
3266         * tests/test-c-stack2.sh: Tweak skip message.
3267         * NEWS: Document new link-time requirements.
3268
3269 2008-07-16  Eric Blake  <ebb9@byu.net>
3270
3271         c-stack: Expose false positives when not using libsigsegv.
3272         * modules/c-stack-tests (Files): Expand test.
3273         * tests/test-c-stack.c (main): Add means to conditionally trigger
3274         non-overflow SIGSEGV.
3275         * tests/test-c-stack2.sh: New file.
3276
3277 2008-07-14  Bruno Haible  <bruno@clisp.org>
3278
3279         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
3280         Reported by Eric Blake.
3281
3282 2008-07-14  Sam Steingold  <sds@gnu.org>
3283             Bruno Haible  <bruno@clisp.org>
3284
3285         New module libsigsegv.
3286         * modules/libsigsegv: New file.
3287         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
3288         modifications.
3289         * MODULES.html.sh (Signal handling): New section.
3290
3291 2008-07-14  Bruno Haible  <bruno@clisp.org>
3292
3293         * modules/unictype/ctype-* (Description): Add the word "function".
3294         Improves the resulting doc in MODULES.html.
3295
3296 2008-07-12  Ben Pfaff  <blp@gnu.org>
3297
3298         Add longlong module.
3299         * modules/longlong: New file.
3300
3301 2008-07-12  Bruno Haible  <bruno@clisp.org>
3302
3303         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
3304         to empty.
3305
3306 2008-07-10  Ben Pfaff  <blp@gnu.org>
3307
3308         Add isnan module.
3309         * doc/posix-functions/isnan.texi: Mention new module.
3310         * lib/math.in.h: Define isnan macro if we have decided to replace
3311         it.
3312         * m4/isnan.m4: New file.
3313         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
3314         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
3315         also.
3316         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
3317         redundancy.
3318         * m4/math_h.m4: Initialize and substitute variables for isnan
3319         module.
3320         * modules/isnan: New file.
3321         * modules/isnan-tests: New file.
3322         * modules/math: Add substitutions for new module.
3323         * tests/test-isnan.c: New file.
3324         * MODULES.html.sh: Mention new module.
3325
3326 2008-07-10  Ben Pfaff  <blp@gnu.org>
3327
3328         Add isnanf module.
3329         * lib/isnanf.m4: New file.
3330         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
3331         (gl_HAVE_ISNANF_IN_LIBM): New macro.
3332         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
3333         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
3334         * modules/isnanf: New file.
3335         * modules/isnanf-tests: New file.
3336         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
3337         files.
3338         * tests/test-isnanf-nolibm.c: factored most of its contents into
3339         new file tests/test-isnanf.h.
3340         * tests/test-isnanf.h: New file.
3341         * tests/test-isnanf.c: New file.
3342         * MODULES.html.sh: Mention new module.
3343         * doc/glibc-functions/isnanf.texi: Mention new module.
3344
3345 2008-07-10  Ben Pfaff  <blp@gnu.org>
3346
3347         Add isnand module.
3348         * lib/isnand.h: New file.
3349         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
3350         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
3351         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
3352         functionality also.
3353         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
3354         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
3355         (gl_HAVE_ISNAND_IN_LIBM): New macro.
3356         * modules/isnand: New file.
3357         * modules/isnand-tests: New file.
3358         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
3359         files.
3360         * tests/test-isnand-nolibm.c: factored most of its contents into
3361         new file tests/test-isnand.h.
3362         * tests/test-isnand.h: New file.
3363         * tests/test-isnand.c: New file.
3364         * MODULES.html.sh: Mention new module.
3365
3366 2008-07-10  Ben Pfaff  <blp@gnu.org>
3367
3368         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
3369         * lib/isnand.h: Rename lib/isnand-nolibm.h.
3370         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
3371         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
3372         * modules/isnanf-nolibm: Update references to renamed files.
3373         * modules/isnand-nolibm: Likewise.
3374         * modules/isnanf-nolibm-tests: Likewise.
3375         * modules/isnand-nolibm-tests: Likewise.
3376         * lib/frexp.c: Likewise.
3377         * lib/isfinite.c: Likewise.
3378         * lib/signbitd.c: Likewise.
3379         * lib/signbitf.c: Likewise.
3380         * lib/vasnprintf.c: Likewise.
3381         * tests/test-ceilf1.c: Likewise.
3382         * tests/test-ceilf2.c: Likewise.
3383         * tests/test-floorf1.c: Likewise.
3384         * tests/test-floorf2.c: Likewise.
3385         * tests/test-frexp.c: Likewise.
3386         * tests/test-round1.c: Likewise.
3387         * tests/test-round2.c: Likewise.
3388         * tests/test-roundf1.c: Likewise.
3389         * tests/test-strtod.c: Likewise.
3390         * tests/test-trunc1.c: Likewise.
3391         * tests/test-trunc2.c: Likewise.
3392         * tests/test-truncf1.c: Likewise.
3393         * tests/test-truncf2.c: Likewise.
3394         * NEWS: Mention the renamed header files.
3395
3396 2008-07-11  Jim Meyering  <meyering@redhat.com>
3397
3398         vc-list-files: make the last-resort awk code more portable
3399         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
3400         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
3401         does not support it.
3402
3403 2008-07-10  Eric Blake  <ebb9@byu.net>
3404
3405         Work with tar's bootstrap.
3406         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
3407         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
3408         an m4 comment.
3409
3410 2008-07-09  Jim Meyering  <meyering@redhat.com>
3411
3412         posix-shell.m4: fix typo that made this test malfunction
3413         * m4/posix-shell.m4: Remove capitalization in variable name.
3414
3415 2008-07-08  Bruno Haible  <bruno@clisp.org>
3416
3417         * m4/onceonly.m4: Update comments.
3418         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3419
3420 2008-07-04  Jim Meyering  <meyering@redhat.com>
3421
3422         * users.txt: Add vc-dwim.
3423         (bison, coreutils): Use the gitweb URL.
3424
3425 2008-07-03  Jim Meyering  <meyering@redhat.com>
3426
3427         * users.txt: Add libffcall.  From Sam Steingold.
3428
3429 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
3430
3431         getdate.y: do not ignore TZ with relative day, month or year offset
3432         * lib/getdate.y (get_date): Move the tz-handling block to follow the
3433         relative-date-handling, since otherwise, the latter would clobber the
3434         sole output (an updated Start value) of the tz-handling block.
3435         * tests/test-getdate.c: Tests for the fix
3436
3437 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3438
3439         Recognize 'foo_LIBRARIES += libgnu.a'.
3440         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
3441         makefile snippet has already specified an installation location,
3442         also using '+='.
3443
3444 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
3445
3446         getdate.y: factor out common actions
3447         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
3448         Use them in place of open-coded actions.
3449
3450 2008-07-01  Simon Josefsson  <simon@josefsson.org>
3451
3452         Add self-test for getdate module.
3453         * modules/getdate-tests: New file.
3454         * tests/test-getdate.c: New file.
3455
3456 2008-06-29  Bruno Haible  <bruno@clisp.org>
3457
3458         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
3459         .gitignore.
3460         Reported by Sylvain Beucler <beuc@beuc.net>.
3461
3462 2008-06-29  Bruno Haible  <bruno@clisp.org>
3463
3464         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
3465         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
3466
3467 2008-06-29  Bruno Haible  <bruno@clisp.org>
3468
3469         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
3470         EXTRA_DIST.
3471         Reported by Sylvain Beucler <beuc@beuc.net>.
3472
3473 2008-06-26  Jim Meyering  <meyering@redhat.com>
3474
3475         make several modules depend on the "open" module
3476         This provides slightly increased consistency when opening-for-write
3477         the name of a non-directory spelled with a trailing slash.
3478         * modules/chdir-safer: Likewise.
3479         * modules/chown: Likewise.
3480         * modules/clean-temp: Likewise.
3481         * modules/copy-file: Likewise.
3482         * modules/fchdir: Likewise.
3483         * modules/fcntl-safer: Likewise.
3484         * modules/pipe: Likewise.
3485         * modules/utime: Likewise.
3486         Prompted by Eric Blake and Bruno Haible.
3487
3488 2008-06-24  Andreas Schwab  <schwab@suse.de>
3489
3490         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
3491         literals can be used as initializers for global variables.
3492
3493 2008-06-23  Eric Blake  <ebb9@byu.net>
3494
3495         Make gnulib-cache.m4 easier to diff.
3496         * gnulib-tool (func_import): Allow newlines when reading cached
3497         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
3498
3499 2008-06-23  Bruno Haible  <bruno@clisp.org>
3500
3501         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
3502         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
3503         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
3504         m4/signalblocking.m4.
3505         (gl_PREREQ_SIGACTION): Don't invoke it.
3506         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
3507         gl_PREREQ_SIG_HANDLER_H.
3508         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3509         Don't check for sigaction here.
3510
3511 2008-06-23  Bruno Haible  <bruno@clisp.org>
3512
3513         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
3514         (install_handlers): Don't set the SA_RESETHAND flag.
3515
3516 2008-06-23  Bruno Haible  <bruno@clisp.org>
3517
3518         * m4/sigaction.m4: Comment fixes.
3519         * lib/signal.in.h: Likewise.
3520
3521 2008-06-23  Eric Blake  <ebb9@byu.net>
3522
3523         Fix typo.
3524         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
3525
3526         Avoid SA_ namespace.
3527         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
3528         Reported by Ralf Wildenhues.
3529
3530         Avoid test failure due to SA_RESTORER.
3531         * tests/test-sigaction.c (SA_MASK): New macro.
3532         (main): Avoid failing due to extension flags being set.
3533         Reported by Jim Meyering.
3534
3535         Revert use of sig-handler.h in sigprocmask.c.
3536         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
3537         it requires the existence of struct sigaction.
3538         * lib/sigprocmask.c (handler_t): Restore typedef.
3539         (rpl_signal, old_handlers): Use local type.
3540
3541 2008-06-22  Bruno Haible  <bruno@clisp.org>
3542
3543         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
3544         conditionally.
3545         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3546
3547 2008-06-22  Bruno Haible  <bruno@clisp.org>
3548
3549         * doc/posix-functions/siginterrupt.texi: Move note.
3550
3551         * lib/signal.in.h (SA_RESTART): New macro.
3552         * lib/sigaction.c: Update comment.
3553
3554         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
3555
3556         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
3557         (gl_PREREQ_SIGPROCMASK): Invoke it.
3558         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
3559
3560         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
3561
3562         * lib/sigprocmask.c: Update a comment.
3563
3564 2008-06-21  Eric Blake  <ebb9@byu.net>
3565
3566         Use sigaction module rather than signal().
3567         * modules/c-stack (Depends-on): Add sigaction.
3568         * modules/fatal-signal (Depends-on): Likewise.
3569         * modules/nanosleep (Depends-on): Likewise.
3570         * modules/sigprocmask (Files): Add sig-handler.h.
3571         * modules/sigaction (Files): Likewise.
3572         * lib/sig-handler.h (get_handler): New file, suggested by Paul
3573         Eggert.
3574         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
3575         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
3576         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
3577         (init_fatal_signals): Likewise.
3578         * lib/nanosleep.c (rpl_nanosleep): Likewise.
3579         (siginterrupt): Delete fallback.
3580         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
3581         instead.
3582         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
3583         siginterrupt.
3584
3585         New module sigaction, for mingw.
3586         * modules/sigaction: New module...
3587         * modules/sigaction-tests: ...and its test.
3588         * m4/sigaction.m4: New file.
3589         * lib/sigaction.c: Likewise.
3590         * tests/test-sigaction.c: Likewise.
3591         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
3592         * modules/signal (Makefile.am): Likewise.
3593         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
3594         needed.
3595         * doc/posix-headers/signal.texi (signal.h): Mention provided
3596         types.
3597         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
3598         that sigaction is preferable.
3599         * doc/posix-functions/sigaction.texi (sigaction): Mention new
3600         module.
3601         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3602         sigaction.
3603
3604         Improve robustness of sigprocmask by overriding signal.
3605         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
3606         is in use.
3607         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
3608         (SIGKILL, SIGSTOP): Provide fallbacks.
3609         (rpl_signal): Implement.
3610         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
3611         signal can be called inside handlers.
3612
3613         Fix nanosleep module on mingw.
3614         * modules/nanosleep (Depends-on): Add sys_select.
3615         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
3616
3617         Fix licensing of sigprocmask.
3618         * modules/raise (License): Relicense as LGPL.
3619
3620 2008-06-21  Bruno Haible  <bruno@clisp.org>
3621
3622         * lib/propername.c (proper_name_utf8): Don't use the transliterated
3623         result if it contains question marks.
3624         Reported by Michael Geng <linux@michaelgeng.de>.
3625
3626 2008-06-19  Bruno Haible  <bruno@clisp.org>
3627
3628         Fix CVS-ism.
3629         * doc/gnulib.texi: Include updated-stamp.texi.
3630         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
3631         (updated-stamp.texi): New rule.
3632         (gnulib.info): Depend on it.
3633         * doc/.gitignore: Add updated-stamp.texi.
3634         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
3635
3636 2008-06-19  Bruno Haible  <bruno@clisp.org>
3637
3638         * doc/Makefile (gnulib.info): Update and simplify dependencies.
3639         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3640
3641 2008-06-19  Eric Blake  <ebb9@byu.net>
3642
3643         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
3644         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
3645         Reported by Stepan Kasal.
3646
3647 2008-06-18  Bruno Haible  <bruno@clisp.org>
3648
3649         * lib/fatal-signal.c (init_fatal_signals): Add comment.
3650         Reported by Eric Blake.
3651
3652 2008-06-18  Eric Blake  <ebb9@byu.net>
3653
3654         Work around cygwin 1.5.25 strsignal bug.
3655         * tests/test-strsignal.c: Allow for const char *.
3656         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
3657
3658 2008-06-18  Simon Josefsson  <simon@josefsson.org>
3659
3660         * users.txt: Update URL to article and add author/date
3661         information.
3662
3663 2008-06-17  Bruno Haible  <bruno@clisp.org>
3664
3665         New macro gl_DISABLE_THREADS.
3666         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
3667         if the user did not pass --enable-threads or --disable-threads option.
3668         (gl_DISABLE_THREADS): New macro.
3669         Reported by Eric Blake <ebb9@byu.net>.
3670
3671 2008-06-17  Bruno Haible  <bruno@clisp.org>
3672
3673         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
3674         when the macro ignores it.
3675         Based on a patch by Eric Blake <ebb9@byu.net>.
3676
3677 2008-06-17  Bruno Haible  <bruno@clisp.org>
3678
3679         * modules/tls (License): Change to LGPLv2+.
3680         Reported by Eric Blake.
3681
3682 2008-06-17  Eric Blake  <ebb9@byu.net>
3683
3684         Simplify c-stack prerequisites.
3685         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
3686         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
3687         no longer requires <ucontext.h> to exist.  Optimize setrlimit
3688         check.
3689         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
3690         <sys/resource.h>.
3691
3692         Move c-stack test into testsuite.
3693         * modules/c-stack-tests: New file.
3694         * lib/c-stack.c [DEBUG]: Move test program...
3695         * tests/test-c-stack.c: ...into this new file.  Skip rather than
3696         fail test if sigaltstack is lacking.
3697         * tests/test-c-stack.sh: New driver file.
3698
3699 2008-06-16  Eric Blake  <ebb9@byu.net>
3700
3701         Use raise module consistently.
3702         * modules/fatal-signal (Depends-on): Add raise.
3703         * modules/sigprocmask (Depends-on): Likewise.
3704         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
3705         * lib/sigprocmask.c (sigprocmask): Likewise.
3706         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3707         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
3708
3709         Fix compliance bug in sigpending.
3710         * lib/sigprocmask.c (sigpending): Return pending array via
3711         parameter, not return value.
3712
3713 2008-06-14  Eric Blake  <ebb9@byu.net>
3714
3715         Improve obstack-printf test code.
3716         * tests/test-obstack-printf.c (test_function): Fix comment, and
3717         simplify usage of obstack_* in macros.  Add a test for coverage.
3718         Reported by Bruno Haible.
3719
3720 2008-06-14  Bruno Haible  <bruno@clisp.org>
3721
3722         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
3723         array size as a constant, not as a const variable.
3724         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
3725         AC_USE_SYSTEM_EXTENSIONS.
3726         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
3727         Test whether the obstack_printf function actually exists.
3728         * modules/obstack-printf (Depends-on): Add extensions.
3729         (Include): Remove obstack.h.
3730         * modules/obstack-printf-posix (Depends-on): Add extensions.
3731         (Include): Remove obstack.h.
3732
3733 2008-06-13  Eric Blake  <ebb9@byu.net>
3734
3735         Add obstack-printf and obstack-printf-posix modules.
3736         * modules/obstack-printf: New file.
3737         * modules/obstack-printf-posix: Likewise.
3738         * MODULES.html.sh (Misc): Mention them.
3739         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
3740         Likewise.
3741         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
3742         Likewise.
3743         * modules/stdio (Makefile.am): Accomodate new modules.
3744         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3745         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
3746         Declare.
3747         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
3748         functions.
3749         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
3750         (gl_REPLACE_OBSTACK_PRINTF): New macros
3751         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
3752         * tests/test-obstack-printf.c: New file.
3753         * modules/obstack-printf-tests: Likewise.
3754         * modules/obstack-printf-posix-tests: Likewise.
3755
3756 2008-06-11  Bruno Haible  <bruno@clisp.org>
3757
3758         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
3759         * lib/open.c: Include errno.h.
3760         (open): Fail when attempting to write to a file that has a trailing
3761         slash.
3762         * tests/test-open.c (main): Test against trailing slash bug.
3763         * doc/posix-functions/open.texi: Mention the trailing slash bug.
3764
3765 2008-06-10  Bruno Haible  <bruno@clisp.org>
3766
3767         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
3768         for $? to work inside the trap command, with various /bin/sh-s.
3769         * tests/test-vc-list-files-cvs.sh: Likewise.
3770
3771 2008-06-10  Bruno Haible  <bruno@clisp.org>
3772
3773         * lib/acl-internal.h: Don't include gettext.h here.
3774         * lib/set-mode-acl.c: Include gettext.h here.
3775         * lib/copy-acl.c: Likewise.
3776
3777 2008-06-10  Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
3780         * lib/wait-process.c (wait_subprocess): Likewise.
3781         * lib/execute.h (execute): Add termsigp argument.
3782         * lib/execute.c (execute): Likewise.
3783         * lib/csharpcomp.c (compile_csharp_using_pnet,
3784         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
3785         * lib/csharpexec.c (execute_csharp_using_pnet,
3786         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
3787         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
3788         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
3789         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
3790         is_jikes_present): Update.
3791         * lib/javaexec.c (execute_java_class): Update.
3792         * lib/javaversion.c (execute_and_read_line): Update.
3793         * NEWS: Document the changes.
3794         Reported by Eric Blake.
3795
3796 2008-06-10  Eric Blake  <ebb9@byu.net>
3797
3798         Add missing include.
3799         * tests/test-strstr.c (includes): Add <signal.h>.
3800         * tests/test-strcasestr.c (includes): Likewise.
3801         * tests/test-memmem.c (includes): Likewise.
3802
3803 2008-06-10  Bruno Haible  <bruno@clisp.org>
3804
3805         * lib/wait-process.c (wait_subprocess): Add an assertion.
3806
3807 2008-06-10  Bruno Haible  <bruno@clisp.org>
3808
3809         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
3810
3811 2008-06-10  Bruno Haible  <bruno@clisp.org>
3812
3813         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
3814         using alarm().
3815         * tests/test-strcasestr.c (main): Likewise.
3816         * tests/test-strstr.c (main): Likewise.
3817
3818 2008-06-09  Bruno Haible  <bruno@clisp.org>
3819
3820         Work around the Solaris 10 ACE ACLs ABI change.
3821         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
3822         declare if ACL_NO_TRIVIAL is present.
3823         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
3824         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
3825         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
3826         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
3827         define if ACL_NO_TRIVIAL is present.
3828         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
3829         and use the current ABI.
3830         (file_has_acl): Use same #if condition as elsewhere.
3831         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
3832         in use, and use the current ABI.
3833         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
3834         Reported by Jim Meyering.
3835
3836 2008-06-09  Eric Blake  <ebb9@byu.net>
3837
3838         Work around environments that (stupidly) ignore SIGALRM.
3839         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
3840         before using alarm().
3841         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3842         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3843         Reported by Ian Beckwith <ianb@erislabs.net>.
3844
3845         Produce autobuild blurb earlier in log.
3846         * modules/autobuild (configure.ac-early): Move AB_INIT here.
3847
3848 2008-06-09  Jim Meyering  <meyering@redhat.com>
3849         and OndÅ™ej Vašík  <ovasik@redhat.com>
3850
3851         utimens.c: correct kernel bug work-around
3852         OndÅ™ej Vašík found that the invalid return value of 280 indicates
3853         failure, not success, and the kernel bug we're trying to work
3854         around affects not just the utimensat call, but also the fallback
3855         futimens call.
3856         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
3857         not success.
3858         [HAVE_FUTIMENS]: Use the same work-around, here.
3859
3860 2008-06-09  Jim Meyering  <meyering@redhat.com>
3861
3862         add more guards around definition of ACE_-related code
3863         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
3864         ALLOW and ACE_OWNER are also defined.
3865
3866 2008-06-08  Bruno Haible  <bruno@clisp.org>
3867
3868         * lib/acl-internal.h: Add me as co-author.
3869         * lib/file-has-acl.c: Likewise.
3870         * lib/set-mode-acl.c: Likewise.
3871         * lib/copy-acl.c: Likewise.
3872
3873 2008-06-08  Bruno Haible  <bruno@clisp.org>
3874
3875         Add support for AIX ACLs.
3876         * lib/acl-internal.h (acl_nontrivial): New declaration.
3877         * lib/file-has-acl.c (acl_nontrivial): New function.
3878         (file_has_acl): Add implementation using AIX 4 ACL API.
3879         * lib/set-mode-acl.c (qset_acl): Likewise.
3880         * lib/copy-acl.c (qcopy_acl): Likewise.
3881
3882 2008-06-08  Bruno Haible  <bruno@clisp.org>
3883
3884         Add support for HP-UX ACLs.
3885         * lib/acl-internal.h (acl_nontrivial): New declaration.
3886         * lib/file-has-acl.c (acl_nontrivial): New function.
3887         (file_has_acl): Add implementation using HP-UX 11 ACL API.
3888         * lib/set-mode-acl.c (qset_acl): Likewise.
3889         * lib/copy-acl.c (qcopy_acl): Likewise.
3890
3891 2008-06-08  Bruno Haible  <bruno@clisp.org>
3892
3893         Add support for Cygwin ACLs.
3894         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
3895         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
3896         the chmod_or_fchmod call.
3897         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
3898
3899 2008-06-08  Bruno Haible  <bruno@clisp.org>
3900
3901         Fix bug with setuid modes in Solaris 10+ code.
3902         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
3903         succeeded, when the mode contains some special bits.
3904
3905 2008-06-08  Bruno Haible  <bruno@clisp.org>
3906
3907         Add support for Solaris 7..10 ACLs.
3908         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
3909         declarations.
3910         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
3911         functions.
3912         (file_has_acl): Add implementation using Solaris 7..10 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         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
3919         declaration.
3920         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
3921         (acl_access_nontrivial): Remove MacOS X case.
3922         (file_has_acl): Use acl_extended_nontrivial.
3923         * lib/copy-acl.c (qcopy_acl): Likewise.
3924
3925 2008-06-08  Bruno Haible  <bruno@clisp.org>
3926
3927         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
3928
3929 2008-06-08  Jim Meyering  <meyering@redhat.com>
3930
3931         * modules/acl (Maintainer): Add Bruno Haible.
3932
3933 2008-06-07  Bruno Haible  <bruno@clisp.org>
3934
3935         Improve support for Tru64 ACLs.
3936         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
3937         ACL on OSF/1.
3938
3939 2008-06-07  Bruno Haible  <bruno@clisp.org>
3940
3941         Add support for MacOS X ACLs.
3942         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
3943         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
3944         * lib/set-mode-acl.c (qset_acl): Likewise.
3945         * lib/copy-acl.c (qcopy_acl): Likewise.
3946
3947 2008-06-07  Bruno Haible  <bruno@clisp.org>
3948
3949         Fix memory leak introduced on 2008-05-22.
3950         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
3951         use.
3952
3953 2008-06-07  Bruno Haible  <bruno@clisp.org>
3954
3955         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
3956         to construct an empty ACL.
3957
3958 2008-06-07  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
3961         precisely.
3962         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
3963
3964 2008-06-07  Bruno Haible  <bruno@clisp.org>
3965
3966         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
3967         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
3968
3969 2008-06-07  Bruno Haible  <bruno@clisp.org>
3970
3971         * doc/posix-functions/_setjmp.texi: Explain the use of this function
3972         regardless of POSIX.
3973         * doc/posix-functions/_longjmp.texi: Likewise.
3974         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
3975         SystemV platform in this case.
3976
3977 2008-06-06  Eric Blake  <ebb9@byu.net>
3978
3979         Document abort() bugs.
3980         * doc/posix-functions/abort.texi (abort): Mention anomalies.
3981
3982         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
3983         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
3984         sigsetjmp.
3985         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
3986         siglongjmp, but only as a macro.
3987         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
3988         is obsolete.
3989         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
3990
3991         Tweak documentation to cover cygwin argz bugs.
3992         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
3993         argz bug fix; no code change needed since no cygwin releases
3994         occurred between the last fix and the bug being tested.
3995         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
3996         module and recently fixed cygwin bugs.
3997         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
3998         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
3999         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4000         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4001         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4002         Likewise.
4003         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4004         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4005         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4006         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4007         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4008         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4009         Likewise.
4010
4011         Avoid gcc warning on cygwin.
4012         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4013         !ACL_NO_TRIVIAL]: Avoid unused variable.
4014
4015 2008-06-05  Eric Blake  <ebb9@byu.net>
4016
4017         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4018         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4019         git-version-gen fails to come up with a version.
4020         Reported by Simon Josefsson.
4021
4022 2008-06-05  Jim Meyering  <meyering@redhat.com>
4023             Paul Eggert  <eggert@cs.ucla.edu>
4024
4025         utimens.c: work around a probable Linux kernel bug
4026         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4027         appears to be a kernel bug that causes utimensat to return 280
4028         instead of 0, indicating success.
4029
4030 2008-06-04  Bruno Haible  <bruno@clisp.org>
4031
4032         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4033         2008-06-01 commit.
4034
4035 2008-06-04  Bruno Haible  <bruno@clisp.org>
4036
4037         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4038         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4039         (file_has_acl): Use it. Save errno afterwards.
4040         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4041
4042 2008-06-03  Bruno Haible  <bruno@clisp.org>
4043
4044         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4045         draft code. Simplify #ifs.
4046         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4047         Put Solaris code after POSIX-draft code. Fix comments regarding
4048         Solaris 10, HP-UX. Mention Cygwin.
4049         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4050
4051 2008-06-03  Eric Blake  <ebb9@byu.net>
4052
4053         Provide fallback for older kernels.
4054         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4055         Provide runtime fallback if kernel lacks support.
4056         Reported by Mike Frysinger.
4057
4058 2008-06-02  Bruno Haible  <bruno@clisp.org>
4059
4060         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4061         it exists.
4062
4063 2008-06-02  Bruno Haible  <bruno@clisp.org>
4064
4065         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4066         * lib/copy-acl.c (qcopy_acl): Update comment.
4067
4068 2008-06-02  Bruno Haible  <bruno@clisp.org>
4069
4070         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4071         like ACL APIs.
4072
4073 2008-06-02  Bruno Haible  <bruno@clisp.org>
4074
4075         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4076         * tests/test-set-mode-acl.sh: Likewise.
4077         * tests/test-copy-acl.sh: Likewise.
4078         * tests/test-copy-file.sh: Likewise.
4079
4080 2008-06-02  Bruno Haible  <bruno@clisp.org>
4081
4082         * tests/test-file-has-acl.sh: Remove unused code.
4083
4084 2008-06-01  Bruno Haible  <bruno@clisp.org>
4085
4086         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4087         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4088         messages.
4089         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4090
4091 2008-06-01  Bruno Haible  <bruno@clisp.org>
4092
4093         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4094         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4095         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4096         APIs.
4097         * modules/acl-tests (configure.ac): Remove tests now contained in
4098         m4/acl.m4.
4099
4100 2008-06-02  Jim Meyering  <meyering@redhat.com>
4101
4102         announce-gen: use a better key-server host name
4103         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4104         it may be more consistently reliable.  Suggested by Werner Koch
4105         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4106
4107 2008-06-01  Bruno Haible  <bruno@clisp.org>
4108
4109         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4110         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4111
4112 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4113
4114         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4115
4116 2008-06-01  Bruno Haible  <bruno@clisp.org>
4117
4118         New ACL tests.
4119         * tests/test-file-has-acl.sh: New file.
4120         * tests/test-file-has-acl.c: New file.
4121         * tests/test-set-mode-acl.sh: New file.
4122         * tests/test-set-mode-acl.c: New file.
4123         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4124         * tests/test-copy-acl.c: New file.
4125         * modules/acl-tests: New file, based on modules/copy-file-tests.
4126         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4127         (Depends-on): Add acl-tests.
4128         (configure.ac): Remove checks.
4129         (Makefile.am): Don't create test-sameacls program here any more.
4130
4131 2008-06-01  Bruno Haible  <bruno@clisp.org>
4132
4133         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4134         * tests/test-sameacls.c: Include progname.h.
4135         (main): Invoke set_program_name. Portability fixes for MacOS X,
4136         Solaris, HP-UX.
4137
4138 2008-06-01  Bruno Haible  <bruno@clisp.org>
4139
4140         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4141         function.
4142         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4143
4144 2008-06-01  Bruno Haible  <bruno@clisp.org>
4145
4146         * modules/rpmatch (Depends-on): Add strdup.
4147
4148 2008-06-01  Bruno Haible  <bruno@clisp.org>
4149
4150         * lib/pipe.c: Include unistd-safer.h.
4151         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4152         * modules/pipe (Depends-on): Add unistd-safer.
4153
4154 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4155
4156         * modules/autobuild (configure.ac): Call AB_INIT.
4157
4158 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4159
4160         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4161         Suggested by Bruno Haible <bruno@clisp.org>.
4162
4163 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4164
4165         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4166         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4167         <bruno@clisp.org>.
4168
4169 2008-05-29  Eric Blake  <ebb9@byu.net>
4170
4171         Prefer new POSIX 200x interfaces over futimesat.
4172         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4173         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4174         when available.
4175         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4176
4177 2008-05-28  Bruno Haible  <bruno@clisp.org>
4178
4179         * modules/stpcpy (License): Change to LGPLv2+.
4180         Requested by David Lutterkort <dlutter@redhat.com>.
4181
4182 2008-05-27  Bruno Haible  <bruno@clisp.org>
4183
4184         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
4185         current mingw.
4186         Reported by Jose E. Marchesi <jemarch@gnu.org>.
4187
4188 2008-05-27  Bruno Haible  <bruno@clisp.org>
4189
4190         * modules/iconv_open (Link): New section, from module 'iconv'.
4191         * modules/striconv (Link): Likewise.
4192         * modules/striconveh (Link): Likewise.
4193         * modules/xstriconv (Link): Likewise.
4194         * modules/unicodeio (Link): Likewise.
4195         * modules/propername (Link): Likewise.
4196         Reported by Jim Meyering.
4197
4198 2008-05-26  Jim Meyering  <meyering@redhat.com>
4199
4200         sha256: do not artificially restrict buffer length to be < 2^32
4201         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
4202         uint32_t to size_t.
4203         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
4204         to match.
4205
4206         avoid unaligned access errors, e.g., on sparc
4207         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
4208         direct access through a possibly-unaligned uint64* pointer.
4209         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
4210         direct access through a possibly-unaligned uint32* pointer.
4211         Prompted by this patch from Tom "spot" Callaway:
4212         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
4213
4214         sha512.c: fix typo in comment
4215         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
4216
4217 2008-05-25  Bruno Haible  <bruno@clisp.org>
4218
4219         * lib/set-mode-acl.c: Renamed from lib/acl.c.
4220         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
4221         (Makefile.am): Update lib_SOURCES.
4222
4223 2008-05-25  Bruno Haible  <bruno@clisp.org>
4224
4225         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
4226
4227 2008-05-25  Jim Meyering  <meyering@redhat.com>
4228
4229         useless-if-before-free: freed expr may have white-space differences
4230         * build-aux/useless-if-before-free: Recognize cases in which the
4231         freed expression differs from the tested one in embedded white
4232         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
4233         $1 was used, so we can't make any regexp shy.  Improved tests now
4234         detect this.
4235
4236         useless-if-before-free: accept white space in the expression.
4237         * build-aux/useless-if-before-free: For now, any white space
4238         in the expression must be identical in the free argument.
4239
4240         useless-if-before-free: efficiency tweak
4241         * build-aux/useless-if-before-free: Make the expression-matching
4242         regexp "shy".
4243         Make the *outer* regexp shy, not the expr-matching one.
4244
4245         update code-in-comment to accept cast of free arg
4246         * build-aux/useless-if-before-free: Update regexp.
4247
4248 2008-05-25  Bruno Haible  <bruno@clisp.org>
4249
4250         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
4251         * modules/copy-file-tests (Files, Makefile.am): Update.
4252         * tests/test-copy-file.c (func_test_copy): Update.
4253
4254 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
4255
4256         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
4257
4258 2008-05-23  Bruno Haible  <bruno@clisp.org>
4259
4260         Improve support for ACLs on OSF/1.
4261         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
4262         Remove fallback for unknown flavors of ACLs.
4263
4264 2008-05-22  Bruno Haible  <bruno@clisp.org>
4265
4266         Add support for ACLs on OSF/1.
4267         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
4268         replacements.
4269         (acl_free_text): New macro fallback.
4270         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
4271         acl_free.
4272         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
4273         acl_free_text function. Require AC_C_INLINE.
4274
4275 2008-05-22  Bruno Haible  <bruno@clisp.org>
4276
4277         Make copy_acl work on MacOS X 10.5.
4278         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
4279         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
4280         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
4281         If MODE_INSIDE_ACL, don't assume that every system has the same text
4282         representation for ACLs as FreeBSD.
4283         * lib/copy-acl.c (copy_acl): Add support for platforms with
4284         !MODE_INSIDE_ACL.
4285         * lib/file-has-acl.c (file_has_acl): Likewise.
4286         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
4287         FreeBSD, MacOS X, or IRIX, respectively.
4288
4289 2008-05-22  Bruno Haible  <bruno@clisp.org>
4290
4291         * lib/acl.h: Don't include <sys/acl.h>.
4292         (GETACLCNT): Move fallback to lib/acl-internal.h.
4293         * lib/acl-internal.h: Include <sys/acl.h> here.
4294         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
4295
4296 2008-05-22  Bruno Haible  <bruno@clisp.org>
4297
4298         Split off copy_acl function to separate file.
4299         * lib/copy-acl.c: New file, extracted from lib/acl.c.
4300         * lib/acl.c (copy_acl): Moved function to separate file.
4301         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
4302         * modules/acl (Files): Add lib/copy-acl.c.
4303         (Makefiles.am): Augment lib_SOURCES.
4304
4305 2008-05-22  Bruno Haible  <bruno@clisp.org>
4306
4307         * modules/copy-file-tests: New file.
4308         * tests/test-copy-file.sh: New file.
4309         * tests/test-copy-file.c: New file.
4310         * tests/test-copy-file-sameacls.c: New file.
4311
4312 2008-05-22  Eric Blake  <ebb9@byu.net>
4313
4314         Avoid gcc warning.
4315         * tests/test-memcmp.c (main): Pass NULL indirectly.
4316
4317 2008-05-21  Bruno Haible  <bruno@clisp.org>
4318
4319         Add reference doc about ACLs.
4320         * doc/acl-resources.txt: New file.
4321         * doc/acl-cygwin.txt: New file.
4322
4323 2008-05-21  Bruno Haible  <bruno@clisp.org>
4324
4325         Avoid one more warning from gcc.
4326         * lib/vasnprintf.c (IF_LINT): Update comments.
4327         (VASNPRINTF): Use it also for the 'prefix' array initializer.
4328
4329 2008-05-21  Jim Meyering  <meyering@redhat.com>
4330
4331         avoid a warning from gcc
4332         * lib/vasnprintf.c (IF_LINT): Define.
4333         (scale10_round_decimal_long_double):
4334         Use it to avoid a "may be used uninitialized" warning.
4335         (scale10_round_decimal_double): Likewise.
4336
4337 2008-05-21  Simon Josefsson  <simon@josefsson.org>
4338
4339         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
4340         declared.
4341
4342 2008-05-20  Bruno Haible  <bruno@clisp.org>
4343
4344         * tests/test-memcmp.c (main): Test also the sign of the result. Test
4345         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
4346
4347 2008-05-20  Simon Josefsson  <simon@josefsson.org>
4348
4349         * modules/memcmp-tests: New file.
4350         * tests/test-memcmp.c: New file.
4351
4352 2008-05-19  Bruno Haible  <bruno@clisp.org>
4353
4354         * modules/propername (Notice, configure.ac): Put quoted "..." into
4355         --keyword option.
4356         * lib/propername.h: Update comments accordingly.
4357         Reported by Eric Blake.
4358
4359 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
4360
4361         * modules/getpass-gnu (Depends-on): Add fseeko.
4362
4363 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4364
4365         * modules/base64-tests: New file.
4366
4367 2008-05-19  Bo Borgerson <gigabo@gmail.com>
4368
4369         * lib/base64.c (base64_decode_ctx): If a decode context structure
4370         was passed in use it to ignore newlines.  If a context structure
4371         was _not_ passed in, continue to treat newlines as garbage (this
4372         is the historical behavior).  Formerly base64_decode.
4373         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4374         takes a decode context structure.
4375         * lib/base64.h (base64_decode): Macro for four-argument calls.
4376         (base64_decode_alloc): Likewise.
4377         * lib/base64.c (base64_decode_ctx): If a decode context structure
4378         was passed in use it to ignore newlines.  If a context structure
4379         was _not_ passed in, continue to treat newlines as garbage (this
4380         is the historical behavior).  Formerly base64_decode.
4381         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4382         takes a decode context structure.
4383         * lib/base64.h (base64_decode): Macro for four-argument calls.
4384         (base64_decode_alloc): Likewise.
4385
4386 2008-05-19  Jim Meyering  <meyering@redhat.com>
4387
4388         avoid a warning from gcc
4389         * lib/trim.c (IF_LINT): Define.
4390         (trim2): Use it to avoid a "may be used uninitialized" warning.
4391
4392         Fix doc typo.
4393         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
4394
4395 2008-05-19  Bruno Haible  <bruno@clisp.org>
4396
4397         * doc/glibc-functions/getpass.texi: Document limits of other
4398         implementations.
4399
4400 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4401             Bruno Haible <bruno@clisp.org>
4402
4403         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
4404
4405 2008-05-18  Bruno Haible  <bruno@clisp.org>
4406
4407         * modules/propername: New file, from GNU gettext.
4408         * lib/propername.h: New file, from GNU gettext.
4409         * lib/propername.c: New file, from GNU gettext.
4410         * MODULES.html.sh (Internationalization functions): Add propername.
4411
4412 2008-05-16  Jim Meyering  <meyering@redhat.com>
4413             Bruno Haible  <bruno@clisp.org>
4414
4415         Avoid some warnings from "gcc -Wshadow".
4416         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
4417
4418 2008-05-15  Eric Blake  <ebb9@byu.net>
4419
4420         Extend previous patch to cygwin 1.7.0.
4421         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
4422         fast implementation in cygwin >= 1.7.0.
4423         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4424         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4425
4426 2008-05-15  Bruno Haible  <bruno@clisp.org>
4427
4428         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
4429         implementation in glibc >= 2.9.
4430         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4431         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4432
4433 2008-05-15  Bruno Haible  <bruno@clisp.org>
4434
4435         * MODULES.html.sh (Internationalization functions): Remove linebreak.
4436         (Unicode string functions): Add unilbrk/*.
4437         Reported by Karl Berry.
4438
4439 2008-05-15  Eric Blake  <ebb9@byu.net>
4440
4441         Fix violation of <stdbool.h> replacement in regex.
4442         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
4443         * lib/regexec.c (re_search_internal): Likewise.
4444         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
4445
4446 2008-05-15  Jim Meyering  <meyering@redhat.com>
4447
4448         avoid distracting test output when git or cvs is not found
4449         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
4450         * tests/test-vc-list-files-git.sh: Likewise.
4451
4452 2008-05-15  Eric Blake  <ebb9@byu.net>
4453
4454         Glibc finally accepted the memmem speedup code, bugzilla #5514.
4455         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
4456         glibc version.
4457         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
4458         * doc/posix-functions/strstr.texi (strstr): Likewise.
4459         * lib/str-two-way.h (MAX): Sychronize with glibc.
4460
4461 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
4462
4463         * lib/regcomp.c (optimize_utf8): Add a note on why we test
4464         opr.ctx_type.
4465         (calc_first): Initialize constraint field.
4466         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4467         Fix grammar.
4468         (duplicate_node): Merge constraint field for all node types.
4469         (calc_eclosure_iter): Look at constraint field for all node types.
4470         * lib/regex_internal.c (create_cd_newstate): Don't look at
4471         opr.ctx_type.
4472
4473 2008-05-14  Bruno Haible  <bruno@clisp.org>
4474
4475         Help GCC to do better code generation.
4476         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
4477         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
4478         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
4479         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
4480         Declare with attribute 'malloc' if supported.
4481
4482 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
4483
4484         use "echo STR|wc -c" rather than unportable "expr length STR"
4485         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
4486         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
4487
4488 2008-05-14  Jim Meyering  <meyering@redhat.com>
4489
4490         use dd ibs=$n count=1 ... rather than less-portable head -c$n
4491         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
4492         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
4493         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
4494         via Collin Lasse.
4495
4496 2008-05-14  Eric Blake  <ebb9@byu.net>
4497
4498         Avoid quadratic growth in gl_LIBSOURCES.
4499         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
4500         Suggested by Bruno Haible.
4501
4502         Test xmemdup0.
4503         * modules/xmemdup0-tests: New file.
4504         * tests/test-xmemdup0.c: Likewise.
4505
4506 2008-05-13  Eric Blake  <ebb9@byu.net>
4507
4508         Split xmemdup0 into its own module.
4509         * modules/xmemdup0: New file.
4510         * lib/xmemdup0.h: Likewise.
4511         * lib/xmemdup0.c: Likewise.
4512         * MODULES.html.sh (Memory management functions): Add xmemdup0.
4513         * lib/xalloc.h (xmemdup0): Remove.
4514         * lib/xmalloc.c (xmemdup0): Likewise.
4515
4516 2008-05-13  Eric Blake  <ebb9@byu.net>
4517             Bruno Haible  <bruno@clisp.org>
4518
4519         Reduce number of forks required during autoconf.
4520         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
4521         and gl_LIBSOURCES_DIR.
4522         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
4523         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
4524         m4_syscmd per file.
4525         <m4_foreach_w>: Move...
4526         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
4527
4528 2008-05-13  Eric Blake  <ebb9@byu.net>
4529
4530         * gnulib-tool: Fix various comment typos.
4531
4532 2008-05-12  Bruno Haible  <bruno@clisp.org>
4533
4534         Tailor the linebreaking algorithm.
4535         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
4536
4537 2008-05-12  Bruno Haible  <bruno@clisp.org>
4538
4539         Update to Unicode 5.0.0.
4540         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
4541         LBP_JV, LBP_JT. Redistribute values.
4542         (unilbrk_table): Change size.
4543         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
4544         Unicode TR#14 rev. 22.
4545         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
4546         LBP_JV, LBP_JT. Redistribute values.
4547         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
4548         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
4549         Update.
4550         * lib/unilbrk/lbrkprop1.h: Regenerated.
4551         * lib/unilbrk/lbrkprop2.h: Regenerated.
4552         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
4553         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
4554         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
4555         Likewise.
4556         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
4557         Likewise.
4558         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
4559         result.
4560         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
4561         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
4562         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
4563         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
4564         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
4565         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
4566
4567 2008-05-11  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
4570
4571 2008-05-11  Bruno Haible  <bruno@clisp.org>
4572
4573         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
4574         * modules/unilbrk/gen-lbrk: New file.
4575
4576 2008-05-11  Bruno Haible  <bruno@clisp.org>
4577
4578         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
4579         * m4/sha512.m4 (gl_SHA512): Likewise.
4580
4581 2008-05-11  Jim Meyering  <meyering@redhat.com>
4582
4583         New modules: crypto/sha256, crypto/sha512 (from coreutils)
4584         * modules/crypto/sha256: New file.
4585         * modules/crypto/sha512: Likewise.
4586         * lib/sha256.c: Likewise.
4587         * lib/sha256.h: Likewise.
4588         * lib/sha512.c: Likewise.
4589         * lib/sha512.h: Likewise.
4590         * lib/u64.h: Likewise.
4591         * m4/sha256.m4: Likewise.
4592         * m4/sha512.m4: Likewise.
4593         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
4594
4595 2008-05-10  Bruno Haible  <bruno@clisp.org>
4596
4597         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
4598         (Input/Output <stdio.h>): Add xprintf.
4599         (Signal handling <signal.h>): Add strsignal.
4600         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
4601         (Core language properties): Add func.
4602         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
4603         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
4604         strings.
4605         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
4606         (Input/output): New section.
4607         (File system functions): Add openat-die, stat-macros.
4608         (Networking functions): Add sockets.
4609         (Unicode string functions): Add unictype/*.
4610         (Support for building libraries and executables): Add gperf.
4611         (Support for building documentation): Add agpl-3.0.
4612         (Misc): Add nocrash.
4613
4614 2008-05-10  Bruno Haible  <bruno@clisp.org>
4615
4616         * modules/unictype/gen-ctype: New file.
4617
4618 2008-05-10  Jim Meyering  <meyering@redhat.com>
4619
4620         Make chdir-safer.c more efficient on a system with no symlinks.
4621         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
4622         also if ELOOP is zero.  Suggested by Bruno Haible.
4623
4624         Make chdir-safer.c slightly safer.
4625         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
4626         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
4627
4628         Avoid compile failure on systems without ELOOP (like mingw).
4629         * lib/chdir-safer.c (ELOOP): Define if not already defined.
4630         Reported by Bruno Haible.
4631
4632 2008-05-10  Bruno Haible  <bruno@clisp.org>
4633
4634         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
4635         (is_utf8_encoding): Use a case-insensitive comparison.
4636         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
4637         streq.
4638
4639 2008-05-10  Bruno Haible  <bruno@clisp.org>
4640
4641         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
4642         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
4643         * lib/unilbrk/ulc-common.h (iconv_string_length,
4644         iconv_string_keeping_offsets): Remove declarations.
4645         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
4646         Don't include <iconv.h>, streq.h, xsize.h.
4647         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
4648         conversion.
4649         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
4650         <iconv.h>, streq.h, xsize.h.
4651         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
4652         conversion.
4653         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
4654         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
4655         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
4656         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
4657
4658 2008-05-10  Bruno Haible  <bruno@clisp.org>
4659
4660         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
4661         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
4662
4663         * modules/unilbrk/u32-width-linebreaks-tests: New file.
4664         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
4665
4666         * modules/unilbrk/u16-width-linebreaks-tests: New file.
4667         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
4668
4669         * modules/unilbrk/u8-width-linebreaks-tests: New file.
4670         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
4671
4672         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
4673         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
4674
4675         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
4676         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
4677
4678         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
4679         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
4680
4681         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
4682         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
4683
4684 2008-05-10  Bruno Haible  <bruno@clisp.org>
4685
4686         Split up 'linebreak' module.
4687         * lib/unilbrk.h: New file, based on lib/linebreak.h.
4688         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
4689         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
4690         modifications.
4691         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
4692         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
4693         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
4694         lib/linebreak.c.
4695         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
4696         lib/linebreak.c.
4697         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
4698         lib/linebreak.c.
4699         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
4700         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
4701         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
4702         lib/linebreak.c.
4703         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
4704         lib/linebreak.c.
4705         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
4706         lib/linebreak.c.
4707         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
4708         lib/linebreak.c.
4709         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
4710         lib/linebreak.c.
4711         * modules/unilbrk/base: New file.
4712         * modules/unilbrk/tables: New file.
4713         * modules/unilbrk/u8-possible-linebreaks: New file.
4714         * modules/unilbrk/u16-possible-linebreaks: New file.
4715         * modules/unilbrk/u32-possible-linebreaks: New file.
4716         * modules/unilbrk/ulc-common: New file.
4717         * modules/unilbrk/ulc-possible-linebreaks: New file.
4718         * modules/unilbrk/u8-width-linebreaks: New file.
4719         * modules/unilbrk/u16-width-linebreaks: New file.
4720         * modules/unilbrk/u32-width-linebreaks: New file.
4721         * modules/unilbrk/ulc-width-linebreaks: New file.
4722         * lib/linebreak.h: Remove file.
4723         * lib/linebreak.c: Remove file.
4724         * m4/linebreak.m4: Remove file.
4725         * modules/linebreak: Remove file.
4726         * NEWS: Mention the changes.
4727
4728 2008-05-09  Eric Blake  <ebb9@byu.net>
4729
4730         Add xmemdup0.
4731         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
4732         implementation.
4733         * lib/xmalloc.c (xmemdup0): New C implementation.
4734
4735 2008-05-08  Bruno Haible  <bruno@clisp.org>
4736
4737         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
4738
4739 2008-05-07  Eric Blake  <ebb9@byu.net>
4740
4741         Support cross-compilation of <wctype.h>.
4742         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
4743         AC_CACHE_CHECK.
4744
4745 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
4746
4747         * build-aux/vc-list-files: Add support for bzr.
4748
4749 2008-05-03  Jim Meyering  <meyering@redhat.com>
4750
4751         avoid failed assertion with tight malloc
4752         * tests/test-getndelim2.c: Correct an off-by-one assertion.
4753
4754 2008-05-03  Simon Josefsson  <simon@josefsson.org>
4755
4756         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
4757         are needed from arpa/inet.h.
4758         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
4759         Reported by Bruno Haible.
4760
4761 2008-05-02  Jim Meyering  <meyering@redhat.com>
4762
4763         avoid compilation error on FreeBSD 6
4764         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
4765
4766 2008-05-01  Jim Meyering  <meyering@redhat.com>
4767
4768         useless-if-before-free: correct --help's exit status description
4769         * build-aux/useless-if-before-free (usage): Like grep, exit 0
4770         for one or more matches, etc.  Reported by Bruno Haible.
4771
4772         vc-list-files: make the stand-alone gnulib test work
4773         * modules/vc-list-files-tests (configure.ac):
4774         Define and AC_SUBST abs_aux_dir.
4775         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
4776         $(abs_top_srcdir) to each script and having each of them
4777         duplicate the work of setting PATH, set PATH here, using
4778         the new variable, abs_aux_dir instead.
4779         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
4780         * tests/test-vc-list-files-git.sh: Likewise.
4781         Reported by Bruno Haible.
4782
4783 2008-05-01  Bruno Haible  <bruno@clisp.org>
4784
4785         * lib/getndelim2.c (getndelim2): Fix newsize computation during
4786         reallocation. Rename 'done' to 'found_delimiter'.
4787
4788 2008-05-01  Jim Meyering  <meyering@redhat.com>
4789
4790         vc-list-files: accommodate /bin/sh like the one from Solaris 10
4791         * build-aux/vc-list-files: Use `...`, not $(...).
4792
4793 2008-04-30  Jim Meyering  <meyering@redhat.com>
4794
4795         add tests for vc-list-files
4796         * modules/vc-list-files-tests: New module.
4797         * tests/test-vc-list-files-cvs.sh: New file.
4798         * tests/test-vc-list-files-git.sh: New file.
4799
4800         avoid a warning from gcc
4801         * lib/getndelim2.c (IF_LINT): Define.
4802         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
4803
4804         vc-list-files: work properly with build-aux/cvsu, too
4805         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
4806         to all cvs-based clauses.
4807
4808         vc-list-files: work properly in the CVS+awk case, too
4809         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
4810
4811         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
4812         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
4813         take more than one file argument, so .  Add quotes, just in case $dir
4814         ever contains a shell meta-character.  Prompted by Soren Hansen in
4815         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
4816
4817 2008-04-29  Eric Blake  <ebb9@byu.net>
4818
4819         Optimize getndelim2 to use block operations when possible.
4820         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
4821         freadseek, and memchr2.
4822         * lib/getndelim2.c (getndelim2): Use them for block reads.
4823
4824 2008-04-29  Bruno Haible  <bruno@clisp.org>
4825
4826         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
4827         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4828         * modules/inet_ntop (Depends-on): Add extensions.
4829         * modules/inet_pton (Depends-on): Likewise.
4830         Reported by Simon Josefsson.
4831
4832 2008-04-29  Jim Meyering  <meyering@redhat.com>
4833
4834         When the is more than one match in a block, match all of them.
4835         * build-aux/useless-if-before-free: Iterate through each block
4836         until there are no more matches.
4837
4838         Fix broken useless-if-before-free script.
4839         * build-aux/useless-if-before-free: Fix typo: missing "?" after
4840         the expression to match cast of argument to free-like function.
4841
4842 2008-04-29  Eric Blake  <ebb9@byu.net>
4843
4844         Use new header.
4845         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
4846
4847 2008-04-29  Jim Meyering  <meyering@redhat.com>
4848
4849         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
4850         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
4851         by gnulib to exist and to declare e.g., inet_ntop.
4852         Don't include "inet_ntop.h", now removed.
4853
4854         * m4/arpa_inet_h.m4: Remove trailing blanks.
4855
4856 2008-04-29  Eric Blake  <ebb9@byu.net>
4857
4858         Silence valgrind on safe reads beyond potential array bounds.
4859         * lib/rawmemchr.valgrind: New file.
4860         * lib/strchrnul.valgrind: Likewise.
4861         * modules/rawmemchr (Files): Distribute new file.
4862         * modules/strchrnul (Files): Likewise.
4863         Suggested by Bruno Haible.
4864
4865 2008-04-29  Bruno Haible  <bruno@clisp.org>
4866
4867         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
4868         (inet_ntop, inet_pton): Change portability warning's wording.
4869         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
4870         Invoke gl_CHECK_NEXT_HEADERS.
4871         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
4872         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
4873         set ARPA_INET_H.
4874         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4875         * modules/arpa_inet (Description): No longer only for systems that
4876         lack it.
4877         (Depends-on): Add include_next.
4878         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
4879         HAVE_ARPA_INET_H.
4880
4881 2008-04-29  Jim Meyering  <meyering@redhat.com>
4882
4883         * modules/mkdir (License): Re-license as LGPLv2+.
4884
4885 2008-04-29  Bruno Haible  <bruno@clisp.org>
4886
4887         * modules/rawmemchr (Maintainer): Set to Eric.
4888         * modules/strchrnul (Maintainer): Likewise.
4889
4890 2008-04-29  Simon Josefsson  <simon@josefsson.org>
4891
4892         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
4893         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
4894
4895         * modules/arpa_inet (arpa/inet.h): Use them.
4896
4897 2008-04-28  Eric Blake  <ebb9@byu.net>
4898
4899         Test getndelim2.
4900         * modules/getndelim2-tests: New file.
4901         * tests/test-getndelim2.c: Likewise.
4902         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
4903         stream.
4904         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
4905
4906         * MODULES.html.sh: Document new module.
4907
4908 2008-04-20  Bruno Haible  <bruno@clisp.org>
4909
4910         * lib/c-stack.c (die): Use raise.
4911         * modules/c-stack (Depends-on): Add raise.
4912
4913 2008-04-28  Bruno Haible  <bruno@clisp.org>
4914
4915         Expect rpmatch to be declared.
4916         * lib/yesno.c (rpmatch): Remove declaration.
4917
4918         Declare rpmatch.
4919         * lib/stdlib.in.h (rpmatch): New declaration.
4920         * lib/rpmatch.c: Include <stdlib.h> first.
4921         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
4922         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
4923         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
4924         HAVE_RPMATCH.
4925         * modules/rpmatch (Depends-on): Add stdlib, extensions.
4926         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4927         (Include): Set to <stdlib.h>.
4928         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
4929         HAVE_RPMATCH.
4930         * NEWS: Document the change.
4931
4932 2008-04-28  Bruno Haible  <bruno@clisp.org>
4933
4934         Change rpmatch to use nl_langinfo when appropriate.
4935         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
4936         (N_): New macro.
4937         (localized_pattern): New function/macro.
4938         (try): Remove match, nomatch arguments. Copy the pattern into safe
4939         memory before caching it.
4940         (rpmatch): Use localized_pattern. Add translator comments.
4941         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
4942         Suggested by Eric Blake.
4943         * modules/rpmatch (Depends-on): Add stdbool.
4944
4945 2008-04-28  Eric Blake  <ebb9@byu.net>
4946
4947         Add rawmemchr module, matching glibc.
4948         * modules/string (Makefile.am): New indicator.
4949         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
4950         * lib/string.in.h (rawmemchr): Declare when appropriate.
4951         * modules/rawmemchr: New file.
4952         * m4/rawmemchr.m4: Likewise.
4953         * lib/rawmemchr.c: Likewise.
4954         * modules/rawmemchr-tests: Likewise.
4955         * tests/test-rawmemchr.c: Likewise.
4956         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
4957         module.
4958         * modules/strchrnul (Depends-on): Add rawmemchr.
4959         * lib/strchrnul.c (strchrnul): Optimize a corner case.
4960
4961         Whitespace cleanup.
4962         * tests/test-strchrnul.c: Reindent.
4963         * lib/strchrnul.c: Likewise.
4964
4965         Optimize and test strchrnul.
4966         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
4967         * modules/strchrnul-tests: New file.
4968         * tests/test-strchrnul.c: Likewise.
4969
4970         Remove intprops dependency.
4971         * modules/memchr (Depends-on): Remove intprops.
4972         * modules/memrchr (Depends-on): Likewise.
4973         * modules/memchr2 (Depends-on): Likewise.
4974         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
4975         * lib/memrchr.c (__memrchr): Likewise.
4976         * lib/memrchr2.c (memchr2): Likewise.
4977         Reported by Simon Josefsson.
4978
4979 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4980
4981         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
4982         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4983
4984 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4985
4986         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
4987
4988         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
4989
4990         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
4991
4992         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
4993         declarations.
4994         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
4995
4996         * m4/inet_pton.m4: Don't check for header files.
4997
4998         * m4/inet_ntop.m4: Don't check for header files.
4999
5000 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5001
5002         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5003         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5004         trigger for cygwin).
5005         Reported by Bruno Haible  <bruno@clisp.org>.
5006
5007 2008-04-28  Bruno Haible  <bruno@clisp.org>
5008
5009         * doc/posix-functions/strdup.texi: Mention mingw problem.
5010
5011 2008-04-27  Bruno Haible  <bruno@clisp.org>
5012
5013         * modules/stat-time-tests (Depends-on): Add sleep.
5014         * tests/test-stat-time.c (force_unlink): New function.
5015         (cleanup): Use it.
5016         (test_mtime): Remove the ctime related tests.
5017         (test_ctime): New function, containing the ctime related tests.
5018         (main): Call test_ctime, except on native Windows platforms.
5019
5020 2008-04-27  Bruno Haible  <bruno@clisp.org>
5021
5022         * lib/rpmatch.c (rpmatch): Add some comments.
5023         Reported by James Youngman <jay@gnu.org>.
5024
5025 2008-04-27  Bruno Haible  <bruno@clisp.org>
5026
5027         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5028         quiet NaNs.
5029
5030 2008-04-27  Bruno Haible  <bruno@clisp.org>
5031
5032         Make test-yesno.sh work on mingw.
5033         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5034         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5035         (main): Set stdin to binary mode.
5036         * modules/yesno-tests (Depends-on): Add binary-io.
5037
5038 2008-04-27  Bruno Haible  <bruno@clisp.org>
5039
5040         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5041         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5042         argument that lie outside the IEEE 854 domain.
5043         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5044         (gl_ISFINITE): Use it.
5045         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5046
5047 2008-04-27  Bruno Haible  <bruno@clisp.org>
5048
5049         Allow local renaming in config.h.
5050         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5051
5052 2008-04-27  Bruno Haible  <bruno@clisp.org>
5053
5054         * lib/memchr.c (__memchr): Change type of 'i'.
5055         * lib/memchr2.c (memchr2): Likewise.
5056
5057 2008-04-26  Eric Blake  <ebb9@byu.net>
5058         and Bruno Haible  <bruno@clisp.org>
5059
5060         Optimize and test memrchr.
5061         * modules/memrchr (Depends-on): Add intprops.
5062         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5063         * modules/memrchr-tests: New file.
5064         * tests/test-memrchr.c: New file.
5065
5066 2008-04-26  Bruno Haible  <bruno@clisp.org>
5067
5068         Add tentative support for DragonFly BSD.
5069         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5070         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5071         fp.
5072         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5073         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5074         * lib/fpurge.c (fpurge): Likewise.
5075         * lib/freadable.c (freaadable): Likewise.
5076         * lib/freadahead.c (freadahead): Likewise.
5077         * lib/freading.c (freading): Likewise.
5078         * lib/freadptr.c (freadptr): Likewise.
5079         * lib/freadseek.c (freadptrinc): Likewise.
5080         * lib/fseeko.c (fseeko): Likewise.
5081         * lib/fseterr.c (fseterr): Likewise.
5082         * lib/fwritable.c (fwritable): Likewise.
5083         * lib/fwriting.c (fwriting): Likewise.
5084
5085 2008-04-26  Bruno Haible  <bruno@clisp.org>
5086
5087         * lib/stdio-impl.h: New file.
5088         * lib/fbufmode.c: Include stdio-impl.h.
5089         (fbufmode): Use fp_, remove redundant #defines.
5090         * lib/fflush.c: Include stdio-impl.h.
5091         (clear_ungetc_buffer): Remove redundant #defines.
5092         * lib/fpurge.c: Include stdio-impl.h.
5093         (fpurge): Remove redundant #defines.
5094         * lib/freadable.c: Include stdio-impl.h.
5095         (freadable): Remove redundant #defines.
5096         * lib/freadahead.c: Include stdio-impl.h.
5097         (freadahead): Remove redundant #defines.
5098         * lib/freading.c: Include stdio-impl.h.
5099         (freading): Remove redundant #defines.
5100         * lib/freadptr.c: Include stdio-impl.h.
5101         (freadptr): Remove redundant #defines.
5102         * lib/freadseek.c: Include stdio-impl.h.
5103         (freadptrinc): Remove redundant #defines.
5104         * lib/fseeko.c: Include stdio-impl.h.
5105         (rpl_fseeko): Remove redundant #defines.
5106         * lib/fseterr.c: Include stdio-impl.h.
5107         (fseterr): Remove redundant #defines.
5108         * lib/fwritable.c: Include stdio-impl.h.
5109         (fwritable: Remove redundant #defines.
5110         * lib/fwriting.c: Include stdio-impl.h.
5111         (fwriting): Remove redundant #defines.
5112         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5113         * modules/fflush (Files): Likewise.
5114         * modules/fpurge (Files): Likewise.
5115         * modules/freadable (Files): Likewise.
5116         * modules/freadahead (Files): Likewise.
5117         * modules/freading (Files): Likewise.
5118         * modules/freadptr (Files): Likewise.
5119         * modules/freadseek (Files): Likewise.
5120         * modules/fseeko (Files): Likewise.
5121         * modules/fseterr (Files): Likewise.
5122         * modules/fwritable (Files): Likewise.
5123         * modules/fwriting (Files): Likewise.
5124
5125 2008-04-26  Bruno Haible  <bruno@clisp.org>
5126
5127         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5128         restore_seek_optimization, update_fpos_cache): New functions, extracted
5129         from rpl_fflush.
5130         (rpl_fflush): Use them.
5131         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5132         (gl_REPLACE_FFLUSH): Use it.
5133
5134 2008-04-26  Bruno Haible  <bruno@clisp.org>
5135
5136         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5137         on Solaris.
5138         * tests/test-xstrtoimax.sh: Likewise.
5139         * tests/test-xstrtoumax.sh: Likewise.
5140         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5141
5142 2008-04-26  Bruno Haible  <bruno@clisp.org>
5143
5144         * modules/memchr-tests: New file.
5145         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5146
5147 2008-04-26  Eric Blake  <ebb9@byu.net>
5148             Bruno Haible  <bruno@clisp.org>
5149
5150         * lib/memchr.c: Include intprops.h.
5151         (__memchr): Optimize parallel detection of matching bytes. Rename local
5152         variables. Add explanatory comments.
5153
5154 2008-04-26  Bruno Haible  <bruno@clisp.org>
5155
5156         Fix module 'memchr', broken since 2000-10-28.
5157         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5158
5159 2008-04-26  Bruno Haible  <bruno@clisp.org>
5160
5161         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5162         comments.
5163
5164 2008-04-25  Eric Blake  <ebb9@byu.net>
5165
5166         Use native fstatat on cygwin 1.7.0.
5167         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5168         first.
5169
5170 2008-04-23  Eric Blake  <ebb9@byu.net>
5171
5172         Improve memchr2 performance.
5173         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5174         NUL bytes.
5175         * modules/memchr2 (Depends-on): Use intprops.h.
5176
5177 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5178
5179         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
5180         an inline function instead of a CPP macro.  Patch by Ben Pfaff
5181         <blp@cs.stanford.edu>.
5182
5183 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5184
5185         * lib/arpa_inet.in.h: New file.
5186
5187         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
5188         (Makefile.am): Sed in substitute header file.
5189
5190         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
5191         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
5192
5193         * modules/inet_ntop (configure.ac): Use
5194         gl_ARPA_INET_MODULE_INDICATOR.
5195
5196         * modules/inet_pton (configure.ac): Use
5197         gl_ARPA_INET_MODULE_INDICATOR.
5198
5199 2008-04-22  Jim Meyering  <meyering@redhat.com>
5200
5201         * modules/verify (License): Re-license as LGPLv2+.
5202
5203 2008-04-22  Simon Josefsson  <simon@josefsson.org>
5204
5205         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
5206         parameter to void* as per POSIX standard (MinGW uses char*).
5207
5208 2008-04-21  Bruno Haible  <bruno@clisp.org>
5209
5210         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5211         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5212         Define to replacements if REPLACE_ISWCNTRL is 1.
5213         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
5214         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
5215         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
5216         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
5217         what it fixes.
5218         * doc/posix-functions/iswalpha.texi: Likewise.
5219         * doc/posix-functions/iswblank.texi: Likewise.
5220         * doc/posix-functions/iswcntrl.texi: Likewise.
5221         * doc/posix-functions/iswdigit.texi: Likewise.
5222         * doc/posix-functions/iswgraph.texi: Likewise.
5223         * doc/posix-functions/iswlower.texi: Likewise.
5224         * doc/posix-functions/iswprint.texi: Likewise.
5225         * doc/posix-functions/iswpunct.texi: Likewise.
5226         * doc/posix-functions/iswspace.texi: Likewise.
5227         * doc/posix-functions/iswupper.texi: Likewise.
5228         * doc/posix-functions/iswxdigit.texi: Likewise.
5229         Reported by Alain Guibert.
5230
5231 2008-04-21  Bruno Haible  <bruno@clisp.org>
5232
5233         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
5234         Patch by Alain Guibert.
5235
5236 2008-04-21  Bruno Haible  <bruno@clisp.org>
5237
5238         Fix test failures on mingw.
5239         * tests/test-xstrtol.c (print_no_progname): New function.
5240         (main): Install it in error_print_progname hook.
5241         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
5242         * tests/test-xstrtoimax.sh: Likewise.
5243         * tests/test-xstrtoumax.sh: Likewise.
5244
5245 2008-04-21  Bruno Haible  <bruno@clisp.org>
5246
5247         Fix test failure on mingw.
5248         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
5249
5250 2008-04-21  Bruno Haible  <bruno@clisp.org>
5251
5252         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
5253         Actually assign a value.
5254
5255 2008-04-20  Bruno Haible  <bruno@clisp.org>
5256
5257         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
5258         take 2.
5259         * lib/canonicalize.c (canonicalize_file_name): Elide if the
5260         'canonicalize-lgpl' module is also used.
5261         * lib/canonicalize-lgpl.c: Undo last change.
5262         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
5263
5264 2008-04-20  Bruno Haible  <bruno@clisp.org>
5265
5266         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
5267         config.h. Provide _mkdir based fallback for mingw.
5268         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
5269         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
5270         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
5271         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
5272         rather than defining mkdir in config.h.
5273         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
5274         (gl_SYS_STAT_H_DEFAULTS): New macro.
5275         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
5276         HAVE_IO_H any more.
5277         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
5278         HAVE_DECL_MKDIR and HAVE_IO_H.
5279
5280 2008-04-20  Bruno Haible  <bruno@clisp.org>
5281
5282         * lib/isapipe.c: Port to native Windows platforms.
5283
5284 2008-04-20  Bruno Haible  <bruno@clisp.org>
5285
5286         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
5287
5288 2008-04-21  Eric Blake  <ebb9@byu.net>
5289
5290         Work around preprocessors that don't handle UINTMAX_MAX.
5291         * lib/memchr2.c (memchr2): Avoid embedded #if.
5292         Reported by Alain Guibert, fix suggested by Bruno Haible.
5293
5294 2008-04-21  Simon Josefsson  <simon@josefsson.org>
5295
5296         * doc/posix-functions/strftime.texi (strftime): Explain better
5297         Windows incompatibility.  Suggested by Micah Cowan
5298         <micah@cowan.name>.
5299
5300 2008-04-20  Bruno Haible  <bruno@clisp.org>
5301
5302         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
5303         unistr/u8-mblen.
5304
5305 2008-04-20  Bruno Haible  <bruno@clisp.org>
5306
5307         Fix test failure on platforms with non-GNU iconv.
5308         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
5309         (U_TO_U8): Use it, rather than u16_to_u8.
5310         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
5311         units at the end of the input string.
5312         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
5313
5314 2008-04-20  Bruno Haible  <bruno@clisp.org>
5315
5316         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
5317         when the resulting length is 0.
5318         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
5319
5320 2008-04-20  Bruno Haible  <bruno@clisp.org>
5321
5322         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
5323         works.
5324         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
5325
5326 2008-04-20  Bruno Haible  <bruno@clisp.org>
5327
5328         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
5329         * modules/tsearch-tests (configure.ac): Test for initstate function.
5330
5331 2008-04-20  Bruno Haible  <bruno@clisp.org>
5332
5333         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
5334         for nlink_t if missing.
5335         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
5336
5337 2008-04-19  Bruno Haible  <bruno@clisp.org>
5338
5339         Work around snprintf bug on Linux libc5.
5340         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
5341         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5342         gl_SNPRINTF_SIZE1.
5343         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5344         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
5345         that test failed.
5346         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
5347         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
5348         * modules/snprintf (Files): Add m4/printf.m4.
5349         * modules/vsnprintf (Files): Likewise.
5350         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
5351         * doc/posix-functions/vsnprintf.texi: Likewise.
5352
5353 2008-04-19  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
5356         from 0.0058 to less than 10^-7.
5357
5358 2008-04-19  Bruno Haible  <bruno@clisp.org>
5359
5360         Fix rounding when a precision is given.
5361         * lib/vasnprintf.c (is_borderline): New function.
5362         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
5363         9...9x.
5364         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
5365         %e, %g.
5366         * tests/test-vasprintf-posix.c (test_function): Likewise.
5367         * tests/test-snprintf-posix.h (test_function): Likewise.
5368         * tests/test-sprintf-posix.h (test_function): Likewise.
5369         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
5370         * tests/test-printf-posix.h (test_function): Likewise.
5371         * tests/test-printf-posix.output: Update.
5372         Reported by John Darrington <john@darrington.wattle.id.au> via
5373         Ben Pfaff <blp@cs.stanford.edu>.
5374
5375 2008-04-18  Simon Josefsson  <simon@josefsson.org>
5376
5377         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
5378         Suggested by Bruno Haible <bruno@clisp.org>.
5379
5380 2008-04-17  Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
5383         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
5384         implementation.
5385         Patch by Bruce Merry <bmerry@gmail.com>.
5386
5387 2008-04-17  Simon Josefsson  <simon@josefsson.org>
5388
5389         * doc/posix-functions/strftime.texi (strftime): Mention that %e
5390         doesn't work under Windows.
5391
5392 2008-04-16  Bruno Haible  <bruno@clisp.org>
5393
5394         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
5395         New macros.
5396         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
5397         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
5398         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
5399         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
5400         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
5401         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
5402         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
5403         macros.
5404         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
5405         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
5406         Northern Sotho, Uighur.
5407
5408 2008-04-16  Bruno Haible  <bruno@clisp.org>
5409
5410         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
5411         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
5412         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
5413         Reported by Daniel Bergström <daniel@octocode.com>.
5414
5415 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
5416             Bruno Haible  <bruno@clisp.org>
5417
5418         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
5419         function.
5420         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
5421         New functions, mostly extracted from gl_locale_name_default.
5422         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
5423
5424 2008-04-16  Eric Blake  <ebb9@byu.net>
5425
5426         Adjust strtod detection to catch glibc 2.7 bug.
5427         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
5428         Reported by John Gatewood Ham.
5429
5430 2008-04-16  Bruno Haible  <bruno@clisp.org>
5431
5432         Add tentative support for Linux libc5.
5433         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
5434         * lib/fpurge.c (fpurge): Likewise.
5435         * lib/freadable.c (freadable): Likewise.
5436         * lib/freadahead.c (freadahead): Likewise.
5437         * lib/freading.c (freading): Likewise.
5438         * lib/freadptr.c (freadptr): Likewise.
5439         * lib/freadseek.c (freadptrinc): Likewise.
5440         * lib/fseeko.c (rpl_fseeko): Likewise.
5441         * lib/fseterr.c (fseterr): Likewise.
5442         * lib/fwritable.c (fwritable): Likewise.
5443         * lib/fwriting.c (fwriting): Likewise.
5444         Reported by Alain Guibert <alguibert+bts@free.fr>.
5445
5446 2008-04-15  Bruno Haible  <bruno@clisp.org>
5447
5448         * modules/mathl (configure.ac): Define module indicator.
5449
5450 2008-04-15  Bruno Haible  <bruno@clisp.org>
5451
5452         * lib/logl.c (logl): Remove unused variables.
5453
5454 2008-04-15  Bruno Haible  <bruno@clisp.org>
5455
5456         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
5457         fails.
5458
5459 2008-04-15  Bruno Haible  <bruno@clisp.org>
5460
5461         * lib/trim.c (trim2): Fix argument of isspace() macro.
5462
5463 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
5464
5465         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
5466         to 0.
5467         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
5468
5469 2008-04-14  Bruno Haible  <bruno@clisp.org>
5470
5471         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
5472         AC_LANG_PROGRAM argument.
5473         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
5474         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
5475         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
5476         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5477         * m4/math_h.m4 (gl_MATH_H): Likewise.
5478         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
5479         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5480         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5481         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
5482         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5483         * m4/regex.m4 (gl_REGEX): Likewise.
5484         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
5485         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
5486         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5487         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
5488         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5489         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5490         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5491         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5492
5493 2008-04-14  Jim Meyering  <meyering@redhat.com>
5494
5495         test-strtod: fix typos: s/abs/fabs/
5496         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
5497
5498 2008-04-13  Bruno Haible  <bruno@clisp.org>
5499
5500         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
5501         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
5502         module is also used and while not building the reloc-wrapper.
5503
5504 2008-04-13  Bruno Haible  <bruno@clisp.org>
5505
5506         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
5507
5508 2008-04-13  Bruno Haible  <bruno@clisp.org>
5509
5510         Fix AIX compilation failure introduced on 2008-04-02.
5511         * tests/test-frexp.c (exp): Undefine before redefining.
5512         * tests/test-frexpl.c (exp): Likewise.
5513
5514 2008-04-13  Bruno Haible  <bruno@clisp.org>
5515
5516         Work around a HP-UX stdio bug.
5517         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
5518         * tests/test-ftello.c (main): Likewise.
5519         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
5520         * doc/posix-functions/ftello.texi: Likewise.
5521
5522 2008-04-13  Bruno Haible  <bruno@clisp.org>
5523
5524         Make test-signbit pass on HP-UX/hppa.
5525         * tests/test-signbit.c (minus_zerol): New variable.
5526         (test_signbitl): Use it.
5527
5528 2008-04-13  Bruno Haible  <bruno@clisp.org>
5529
5530         Make truncl work on OSF/1 4.0.
5531         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
5532         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
5533         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
5534         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
5535         HAVE_DECL_TRUNCL.
5536         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
5537         HAVE_DECL_TRUNCL.
5538         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
5539
5540 2008-04-13  Bruno Haible  <bruno@clisp.org>
5541
5542         * lib/unictype.h: Remove trailing comma from enumeration definitions.
5543
5544 2008-04-13  Bruno Haible  <bruno@clisp.org>
5545
5546         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
5547         expression, so as to avoid HP-UX 11 cc compiler bug.
5548
5549 2008-04-13  Bruno Haible  <bruno@clisp.org>
5550
5551         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
5552
5553 2008-04-13  Bruno Haible  <bruno@clisp.org>
5554
5555         * lib/git-merge-changelog.c: Remove empty declaration outside of
5556         functions.
5557
5558 2008-04-13  Bruno Haible  <bruno@clisp.org>
5559
5560         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
5561
5562 2008-04-13  Bruno Haible  <bruno@clisp.org>
5563
5564         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
5565         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
5566         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
5567         also if it exists but lacks definitions of the SHUT_* macros.
5568         * modules/sys_socket (Description): Update.
5569         Reported by Elbert Pol <e.pol@chello.nl>.
5570
5571 2008-04-13  Bruno Haible  <bruno@clisp.org>
5572
5573         * lib/localcharset.c (OS2): Don't redefine if already defined.
5574         Reported by Elbert Pol <e.pol@chello.nl>.
5575
5576 2008-04-13  Bruno Haible  <bruno@clisp.org>
5577
5578         * lib/binary-io.h [__EMX__]: Include <io.h>.
5579         Reported by Elbert Pol <e.pol@chello.nl>.
5580
5581 2008-04-12  Bruno Haible  <bruno@clisp.org>
5582
5583         * lib/fpucw.h: Enable the definitions also for x86_64.
5584         Needed for NetBSD/x86_64.
5585         Reported by Thomas Klausner <tk@giga.or.at>.
5586
5587 2008-04-12  Bruno Haible  <bruno@clisp.org>
5588
5589         * tests/test-strtod.c: Include isnand.h.
5590         (main): Use isnand instead of isnan.
5591         Reported by Jim Meyering.
5592
5593 2008-04-12  Bruno Haible  <bruno@clisp.org>
5594
5595         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
5596         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5597
5598 2008-04-12  Jim Meyering  <meyering@redhat.com>
5599
5600         * m4/math_h.m4 (gl_MATH_H): Fix typos.
5601
5602 2008-04-12  Bruno Haible  <bruno@clisp.org>
5603
5604         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
5605         Reported by Elbert Pol <e.pol@chello.nl>.
5606
5607 2008-04-12  Eric Blake  <ebb9@byu.net>
5608
5609         Work around Solaris 10 math.h bug.
5610         * m4/math_h.m4 (gl_MATH_H): Check for bug.
5611         (gl_MATH_H_DEFAULTS): Set up default.
5612         * modules/math (Makefile.am): Replace new indicators.
5613         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
5614         * tests/test-math.c (main): Test this.
5615         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
5616         * doc/posix-headers/math.texi (math.h): Mention bug.
5617         Reported by Nelson H. F. Beebe and Jim Meyering.
5618
5619 2008-04-11  Bruno Haible  <bruno@clisp.org>
5620
5621         Adapt to future versions of Apple GCC.
5622         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
5623         Reported by Peter O'Gorman <peter@pogma.com>.
5624
5625 2008-04-11  Bruno Haible  <bruno@clisp.org>
5626
5627         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
5628
5629 2008-04-11  Bruno Haible  <bruno@clisp.org>
5630
5631         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
5632
5633         * modules/getaddrinfo-tests (Makefile.am): Define
5634         test_getaddrinfo_LDADD.
5635
5636 2008-04-11  Bruno Haible  <bruno@clisp.org>
5637
5638         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
5639         (init): Fix syntax error.
5640         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
5641         is declared.
5642
5643 2008-04-11  Bruno Haible  <bruno@clisp.org>
5644
5645         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
5646         * modules/glob (Depends-on): Add stdbool.
5647
5648 2008-04-11  Bruno Haible  <bruno@clisp.org>
5649
5650         * lib/trim.c: Include <string.h>.
5651
5652 2008-04-11  Eric Blake  <ebb9@byu.net>
5653
5654         Avoid compile failure on OS/2.
5655         * lib/regex_internal.h (internal_function): Disable optimization
5656         on OS/2 (__EMX__), where it caused compiler error.
5657         Reported by Elbert Pol.
5658
5659 2008-04-11  Bruno Haible  <bruno@clisp.org>
5660
5661         Flush the standard error stream before aborting. Needed on mingw.
5662         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
5663         * tests/test-array_list.c (ASSERT): Likewise.
5664         * tests/test-array_oset.c (ASSERT): Likewise.
5665         * tests/test-avltree_list.c (ASSERT): Likewise.
5666         * tests/test-avltree_oset.c (ASSERT): Likewise.
5667         * tests/test-avltreehash_list.c (ASSERT): Likewise.
5668         * tests/test-binary-io.c (ASSERT): Likewise.
5669         * tests/test-byteswap.c (ASSERT): Likewise.
5670         * tests/test-c-ctype.c (ASSERT): Likewise.
5671         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
5672         * tests/test-c-strcasestr.c (ASSERT): Likewise.
5673         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
5674         * tests/test-c-strstr.c (ASSERT): Likewise.
5675         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
5676         * tests/test-canonicalize.c (ASSERT): Likewise.
5677         * tests/test-carray_list.c (ASSERT): Likewise.
5678         * tests/test-ceilf1.c (ASSERT): Likewise.
5679         * tests/test-ceilf2.c (ASSERT): Likewise.
5680         * tests/test-ceill.c (ASSERT): Likewise.
5681         * tests/test-count-one-bits.c (ASSERT): Likewise.
5682         * tests/test-fbufmode.c (ASSERT): Likewise.
5683         * tests/test-fflush2.c (ASSERT): Likewise.
5684         * tests/test-floorf1.c (ASSERT): Likewise.
5685         * tests/test-floorf2.c (ASSERT): Likewise.
5686         * tests/test-floorl.c (ASSERT): Likewise.
5687         * tests/test-fopen.c (ASSERT): Likewise.
5688         * tests/test-fpending.c (ASSERT): Likewise.
5689         * tests/test-fprintf-posix.c (ASSERT): Likewise.
5690         * tests/test-fpurge.c (ASSERT): Likewise.
5691         * tests/test-freadable.c (ASSERT): Likewise.
5692         * tests/test-freadahead.c (ASSERT): Likewise.
5693         * tests/test-freading.c (ASSERT): Likewise.
5694         * tests/test-freadptr.c (ASSERT): Likewise.
5695         * tests/test-freadptr2.c (ASSERT): Likewise.
5696         * tests/test-freadseek.c (ASSERT): Likewise.
5697         * tests/test-freopen.c (ASSERT): Likewise.
5698         * tests/test-frexp.c (ASSERT): Likewise.
5699         * tests/test-frexpl.c (ASSERT): Likewise.
5700         * tests/test-fseek.c (ASSERT): Likewise.
5701         * tests/test-fseeko.c (ASSERT): Likewise.
5702         * tests/test-fstrcmp.c (ASSERT): Likewise.
5703         * tests/test-ftell.c (ASSERT): Likewise.
5704         * tests/test-ftello.c (ASSERT): Likewise.
5705         * tests/test-func.c (ASSERT): Likewise.
5706         * tests/test-fwritable.c (ASSERT): Likewise.
5707         * tests/test-fwriting.c (ASSERT): Likewise.
5708         * tests/test-getdelim.c (ASSERT): Likewise.
5709         * tests/test-getline.c (ASSERT): Likewise.
5710         * tests/test-i-ring.c (ASSERT): Likewise.
5711         * tests/test-iconv-utf.c (ASSERT): Likewise.
5712         * tests/test-iconv.c (ASSERT): Likewise.
5713         * tests/test-isfinite.c (ASSERT): Likewise.
5714         * tests/test-isnand.c (ASSERT): Likewise.
5715         * tests/test-isnanf.c (ASSERT): Likewise.
5716         * tests/test-isnanl.h (ASSERT): Likewise.
5717         * tests/test-ldexpl.c (ASSERT): Likewise.
5718         * tests/test-linked_list.c (ASSERT): Likewise.
5719         * tests/test-linkedhash_list.c (ASSERT): Likewise.
5720         * tests/test-localename.c (ASSERT): Likewise.
5721         * tests/test-lseek.c (ASSERT): Likewise.
5722         * tests/test-mbscasecmp.c (ASSERT): Likewise.
5723         * tests/test-mbscasestr1.c (ASSERT): Likewise.
5724         * tests/test-mbscasestr2.c (ASSERT): Likewise.
5725         * tests/test-mbscasestr3.c (ASSERT): Likewise.
5726         * tests/test-mbscasestr4.c (ASSERT): Likewise.
5727         * tests/test-mbschr.c (ASSERT): Likewise.
5728         * tests/test-mbscspn.c (ASSERT): Likewise.
5729         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
5730         * tests/test-mbspbrk.c (ASSERT): Likewise.
5731         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
5732         * tests/test-mbsrchr.c (ASSERT): Likewise.
5733         * tests/test-mbsspn.c (ASSERT): Likewise.
5734         * tests/test-mbsstr1.c (ASSERT): Likewise.
5735         * tests/test-mbsstr2.c (ASSERT): Likewise.
5736         * tests/test-mbsstr3.c (ASSERT): Likewise.
5737         * tests/test-memchr2.c (ASSERT): Likewise.
5738         * tests/test-memmem.c (ASSERT): Likewise.
5739         * tests/test-open.c (ASSERT): Likewise.
5740         * tests/test-printf-frexp.c (ASSERT): Likewise.
5741         * tests/test-printf-frexpl.c (ASSERT): Likewise.
5742         * tests/test-printf-posix.c (ASSERT): Likewise.
5743         * tests/test-quotearg.c (ASSERT): Likewise.
5744         * tests/test-rbtree_list.c (ASSERT): Likewise.
5745         * tests/test-rbtree_oset.c (ASSERT): Likewise.
5746         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
5747         * tests/test-round1.c (ASSERT): Likewise.
5748         * tests/test-roundf1.c (ASSERT): Likewise.
5749         * tests/test-roundl.c (ASSERT): Likewise.
5750         * tests/test-signbit.c (ASSERT): Likewise.
5751         * tests/test-sleep.c (ASSERT): Likewise.
5752         * tests/test-snprintf-posix.c (ASSERT): Likewise.
5753         * tests/test-snprintf.c (ASSERT): Likewise.
5754         * tests/test-sprintf-posix.c (ASSERT): Likewise.
5755         * tests/test-stat-time.c (ASSERT): Likewise.
5756         * tests/test-strcasestr.c (ASSERT): Likewise.
5757         * tests/test-strerror.c (ASSERT): Likewise.
5758         * tests/test-striconv.c (ASSERT): Likewise.
5759         * tests/test-striconveh.c (ASSERT): Likewise.
5760         * tests/test-striconveha.c (ASSERT): Likewise.
5761         * tests/test-strsignal.c (ASSERT): Likewise.
5762         * tests/test-strstr.c (ASSERT): Likewise.
5763         * tests/test-strtod.c (ASSERT): Likewise.
5764         * tests/test-trunc1.c (ASSERT): Likewise.
5765         * tests/test-trunc2.c (ASSERT): Likewise.
5766         * tests/test-truncf1.c (ASSERT): Likewise.
5767         * tests/test-truncf2.c (ASSERT): Likewise.
5768         * tests/test-truncl.c (ASSERT): Likewise.
5769         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
5770         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
5771         * tests/test-vasnprintf.c (ASSERT): Likewise.
5772         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
5773         * tests/test-vasprintf.c (ASSERT): Likewise.
5774         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
5775         * tests/test-vprintf-posix.c (ASSERT): Likewise.
5776         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
5777         * tests/test-vsnprintf.c (ASSERT): Likewise.
5778         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
5779         * tests/test-wcwidth.c (ASSERT): Likewise.
5780         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
5781         * tests/test-xprintf-posix.c (ASSERT): Likewise.
5782         * tests/test-xvasprintf.c (ASSERT): Likewise.
5783         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
5784         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
5785         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
5786         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
5787         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
5788         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
5789         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
5790         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
5791         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
5792         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
5793         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
5794         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
5795         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
5796         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
5797         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
5798         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
5799         * tests/unictype/test-block_list.c (ASSERT): Likewise.
5800         * tests/unictype/test-block_of.c (ASSERT): Likewise.
5801         * tests/unictype/test-block_test.c (ASSERT): Likewise.
5802         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
5803         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
5804         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
5805         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
5806         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
5807         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
5808         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
5809         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
5810         * tests/unictype/test-combining.c (ASSERT): Likewise.
5811         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
5812         * tests/unictype/test-digit.c (ASSERT): Likewise.
5813         * tests/unictype/test-mirror.c (ASSERT): Likewise.
5814         * tests/unictype/test-numeric.c (ASSERT): Likewise.
5815         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
5816         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
5817         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
5818         * tests/unictype/test-scripts.c (ASSERT): Likewise.
5819         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
5820         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
5821         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
5822         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
5823         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
5824         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
5825         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
5826         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
5827         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
5828         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
5829         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
5830         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
5831         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
5832         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
5833         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
5834         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
5835         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
5836         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
5837         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
5838         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
5839         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
5840         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
5841         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
5842         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
5843         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
5844         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
5845         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
5846         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
5847         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
5848         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
5849         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
5850         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
5851         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
5852         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
5853         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
5854         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
5855         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
5856         Reported by Eric Blake.
5857
5858 2008-04-11  Bruno Haible  <bruno@clisp.org>
5859
5860         * lib/wchar.in.h: Tweak comment.
5861
5862 2008-04-11  Bruno Haible  <bruno@clisp.org>
5863
5864         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
5865         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
5866         gl_COMMON.
5867         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
5868
5869 2008-04-11  Bruno Haible  <bruno@clisp.org>
5870
5871         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
5872
5873 2008-04-11  Simon Josefsson  <simon@josefsson.org>
5874
5875         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
5876         of attempting to use non-existing /dev/*random.  Based on patch
5877         from Adam Strzelecki <ono@java.pl> in
5878         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
5879
5880 2008-04-08  Bruno Haible  <bruno@clisp.org>
5881
5882         Add tentative support for emx+gcc.
5883         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
5884         * lib/fpurge.c (fpurge): Likewise.
5885         * lib/freadable.c (freadable): Likewise.
5886         * lib/freadahead.c (freadahead): Likewise.
5887         * lib/freading.c (freading): Likewise.
5888         * lib/freadptr.c (freadptr): Likewise.
5889         * lib/freadseek.c (freadptrinc): Likewise.
5890         * lib/fseeko.c (rpl_fseeko): Likewise.
5891         * lib/fseterr.c (fseterr): Likewise.
5892         * lib/fwritable.c (fwritable): Likewise.
5893         * lib/fwriting.c (fwriting): Likewise.
5894         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
5895
5896 2008-04-09  Eric Blake  <ebb9@byu.net>
5897
5898         Avoid some autoconf warnings.
5899         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
5900         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
5901         * m4/afs.m4 (gl_AFS): Likewise.
5902         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
5903         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
5904         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5905         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
5906         (gl_INTEGER_TYPE_SUFFIX): Likewise.
5907         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
5908         (AC_CHECK_DECLS_ONCE): Likewise.
5909         Rename file...
5910         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
5911         gnulib-tool requires autoconf 2.59 or better.
5912         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
5913
5914 2008-04-08  Eric Blake  <ebb9@byu.net>
5915
5916         Use 'git describe --match' if present (added in git 1.5.5).
5917         * build-aux/git-version-gen: Limit result to tags that match 'v*'
5918         if possible.
5919
5920 2008-04-08  Bruno Haible  <bruno@clisp.org>
5921
5922         Add tentative support for OpenServer.
5923         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
5924         _ptr, _cnt.
5925         * lib/fpurge.c (fpurge): Likewise.
5926         * lib/freadable.c (freadable): Likewise.
5927         * lib/freadahead.c (freadahead): Likewise.
5928         * lib/freading.c (freading): Likewise.
5929         * lib/freadptr.c (freadptr): Likewise.
5930         * lib/freadseek.c (freadptrinc): Likewise.
5931         * lib/fseeko.c (rpl_fseeko): Likewise.
5932         * lib/fseterr.c (fseterr): Likewise.
5933         * lib/fwritable.c (fwritable): Likewise.
5934         * lib/fwriting.c (fwriting): Likewise.
5935         Reported by Roger Cornelius <rac@tenzing.org> and
5936         Brian K. White <brian@aljex.com>.
5937
5938 2008-04-06  Jim Meyering  <meyering@redhat.com>
5939
5940         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
5941
5942 2008-04-06  Bruno Haible  <bruno@clisp.org>
5943
5944         Avoid possible error with non-ASCII bytes in UTF-8 locales.
5945         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
5946         * tests/test-printf-posix.sh: Likewise.
5947         * tests/test-vfprintf-posix.sh: Likewise.
5948         * tests/test-vprintf-posix.sh: Likewise.
5949         * tests/test-xprintf-posix.sh: Likewise.
5950
5951 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5952
5953         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
5954         hide error from 'ls', needed on OS/2.
5955         Report by Elbert Pol <elbert.pol@gmail.com>.
5956
5957 2008-04-04  Eric Blake  <ebb9@byu.net>
5958
5959         Make test-fseeko.c failures meaningful.
5960         * tests/test-fseeko.c: Print line number on failure.
5961         * tests/test-fseek.c: Likewise.
5962         Reported by Nelson H. F. Beebe.
5963
5964         Improve strtod bug detection check.
5965         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
5966         required for Solaris 10.
5967         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
5968
5969 2008-04-04  Bruno Haible  <bruno@clisp.org>
5970
5971         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
5972         by m4/setenv.m4.
5973
5974 2008-04-03  Eric Blake  <ebb9@byu.net>
5975
5976         Ensure sane .version contents.
5977         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
5978         version string.
5979         * build-aux/git-version-gen: Improve documentation.
5980
5981         Make GNU make output nicer.
5982         * top/GNUmakefile [!_have-Makefile]: Add dependency on
5983         MAKECMDGOALS to enforce message for all command line targets.  Set
5984         srcdir for use in maint.mk.
5985
5986         Another maintainer tweak.
5987         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
5988         a target that regenerates version.
5989
5990 2008-04-03  Jim Meyering  <meyering@redhat.com>
5991
5992         vc-list-files: don't cause coreutils "make po-check" failure
5993         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
5994
5995 2008-04-03  Eric Blake  <ebb9@byu.net>
5996
5997         Allow VPATH usage of vc-list-files.
5998         * build-aux/vc-list-files (scriptversion): Add timestamp.
5999         (options): Add --help, --version, -C.
6000         (CVS): Support installed cvsu.
6001
6002 2008-04-02  Bruno Haible  <bruno@clisp.org>
6003
6004         Avoid some "statement with no effect" warnings from gcc.
6005         * tests/test-wctype.c (main): Explicitly ignore unused values.
6006         Reported by Jim Meyering.
6007
6008 2008-04-02  Jim Meyering  <meyering@redhat.com>
6009
6010         Avoid some warnings from "gcc -Wshadow".
6011         * tests/test-frexp.c (exp): Define to a different identifier.
6012         * tests/test-frexpl.c (exp): Likewise.
6013
6014 2008-04-03  Jim Meyering  <meyering@redhat.com>
6015
6016         bootstrap: remove dangling *.[ch] symlinks from lib
6017         * build-aux/bootstrap [dangling symlink removal]: Move find's
6018         -depth option to precede all others, to avoid a warning.
6019         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6020
6021 2008-04-02  Bruno Haible  <bruno@clisp.org>
6022
6023         Avoid some warnings from "gcc -Wshadow".
6024         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6025         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6026         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6027         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6028         Reported by Jim Meyering.
6029
6030 2008-04-01  Bruno Haible  <bruno@clisp.org>
6031
6032         Fix test to work on IRIX 6.5 with cc.
6033         * tests/test-math.c (numeric_equal): New function.
6034         (main): Use it.
6035
6036 2008-04-01  Bruno Haible  <bruno@clisp.org>
6037
6038         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6039
6040 2008-04-01  Bruno Haible  <bruno@clisp.org>
6041
6042         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6043         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6044         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6045         (Depends-on): Remove math.
6046
6047         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6048         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6049         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6050         (Depends-on): Remove math.
6051
6052         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6053         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6054         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6055         (Depends-on): Remove math.
6056         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6057         (Depends-on): Remove math.
6058
6059         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6060         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6061         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6062         (Depends-on): Remove math.
6063         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6064         (Depends-on): Remove math.
6065
6066         * tests/test-round1.c: Include nan.h.
6067         (main): Use NaNd instead of NAN.
6068         * modules/round-tests (Files): Add tests/nan.h.
6069
6070         * tests/test-trunc1.c: Include nan.h.
6071         (main): Use NaNd instead of NAN.
6072         * modules/trunc-tests (Files): Add tests/nan.h.
6073
6074         * tests/test-roundf1.c: Include nan.h.
6075         (main): Use NaNf instead of NAN.
6076         * modules/roundf-tests (Files): Add tests/nan.h.
6077
6078         * tests/test-truncf1.c: Include nan.h.
6079         (main): Use NaNf instead of NAN.
6080         * modules/truncf-tests (Files): Add tests/nan.h.
6081
6082         * tests/test-ceilf1.c: Include nan.h.
6083         (main): Use NaNf instead of NAN.
6084         * modules/ceilf-tests (Files): Add tests/nan.h.
6085
6086         * tests/test-floorf1.c: Include nan.h.
6087         (main): Use NaNf instead of NAN.
6088         * modules/floorf-tests (Files): Add tests/nan.h.
6089
6090         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6091         (main): Use NaNf instead of NAN.
6092         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6093
6094         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6095         (main): Use NaNd instead of NAN.
6096         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6097
6098         * tests/test-frexp.c: Include nan.h.
6099         (main): Use NaNd instead of NAN.
6100         * modules/frexp-tests (Files): Add tests/nan.h.
6101
6102         * lib/isnan.c: Don't include <math.h>.
6103         (FUNC): Don't use NAN macro.
6104         * modules/isnand-nolibm (Depends-on): Remove math.
6105         * modules/isnanf-nolibm (Depends-on): Remove math.
6106         * modules/isnanl (Depends-on): Remove math.
6107         * modules/isnanl-nolibm (Depends-on): Remove math.
6108
6109         * tests/nan.h: New file.
6110
6111 2008-04-01  Eric Blake  <ebb9@byu.net>
6112
6113         Fix typos.
6114         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6115         values to be the right type.
6116
6117         For now, cater to gnulib strtod inaccuracies.
6118         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6119         fractional results.  While not as nice from a QoI perspective, it
6120         is a quicker patch than correctly implementing decimal to binary
6121         rounding.
6122
6123 2008-03-31  Eric Blake  <ebb9@byu.net>
6124
6125         Guarantee a definition of NAN.
6126         * lib/math.in.h (NAN): Define if missing.
6127         * tests/test-math.c (main): Test it.
6128         * doc/posix-headers/math.texi (math.h): Document this.
6129         * lib/isnan.c (rpl_isnand): Use it.
6130         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6131         * tests/test-floorf1.c (NaN): Likewise.
6132         * tests/test-frexp.c (NaN): Likewise.
6133         * tests/test-isnand.c (NaN): Likewise.
6134         * tests/test-isnanf.c (NaN): Likewise.
6135         * tests/test-round1.c (NaN): Likewise.
6136         * tests/test-roundf1.c (NaN): Likewise.
6137         * tests/test-snprintf-posix.h (NaN): Likewise.
6138         * tests/test-sprintf-posix.h (NaN): Likewise.
6139         * tests/test-trunc1.c (NaN): Likewise.
6140         * tests/test-truncf1.c (NaN): Likewise.
6141         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6142         * tests/test-vasprintf-posix.c (NaN): Likewise.
6143         * modules/isnand-nolibm (Depends-on): Add math.
6144         * modules/isnanf-nolibm (Depends-on): Likewise.
6145         * modules/isnanl (Depends-on): Likewise.
6146         * modules/isnanl-nolibm (Depends-on): Likewise.
6147         * modules/snprintf-posix-tests (Depends-on): Likewise.
6148         * modules/sprintf-posix-tests (Depends-on): Likewise.
6149         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6150         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6151         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6152         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6153
6154 2008-03-31  Bruno Haible  <bruno@clisp.org>
6155
6156         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6157         * doc/posix-functions/strtod.texi: Likewise.
6158
6159 2008-03-31  Bruno Haible  <bruno@clisp.org>
6160
6161         * tests/test-strtod.c (main): Don't use C99 syntax.
6162
6163 2008-03-31  Bruno Haible  <bruno@clisp.org>
6164
6165         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6166         Reported by Eric Blake.
6167
6168 2008-03-31  Jim Meyering  <meyering@redhat.com>
6169
6170         Don't compare actual signbit return values.
6171         * tests/test-strtod.c (main): Rather, compare only their
6172         zero/non-zero nature.
6173
6174 2008-03-31  Eric Blake  <ebb9@byu.net>
6175
6176         More strtod documentation.
6177         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6178         failures as distinct bugs.
6179
6180 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6181
6182         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
6183         Problem reported by Erik Benada in
6184         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
6185
6186 2008-03-30  Bruno Haible  <bruno@clisp.org>
6187
6188         * tests/test-strtod.c: Add comments about which assertion fails on which
6189         platform.
6190         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6191
6192 2008-03-30  Eric Blake  <ebb9@byu.net>
6193
6194         Test signbit behavior on zeros.
6195         * tests/test-signbit.c (test_signbitf): Add tests for zero.
6196         (test_signbitd, test_signbitl): Likewise.
6197
6198         More strtod touchups.
6199         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
6200         sign of negative underflow, for now.  Use .5, not .1.
6201         * doc/posix-functions/strtod.texi (strtod): Mention these
6202         limitations.
6203         Reported by Jim Meyering.
6204
6205 2008-03-30  Bruno Haible  <bruno@clisp.org>
6206
6207         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
6208         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
6209
6210 2008-03-30  Bruno Haible  <bruno@clisp.org>
6211
6212         Avoid failure when attempting to return empty iconv results on some
6213         platforms.
6214         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
6215         allocation, don't report ENOMEM when the resulting string is empty.
6216
6217 2008-03-30  Bruno Haible  <bruno@clisp.org>
6218
6219         Fix buffer overrun.
6220         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
6221         Don't consider the width for tmp_length. Check count against tmp_length
6222         before doing the padding. Ensure enough allocation during padding.
6223
6224 2008-03-30  Eric Blake  <ebb9@byu.net>
6225
6226         strtod touchups.
6227         * lib/strtod.c (strtod): Avoid compiler warnings.
6228         Reported by Jim Meyering.
6229
6230 2008-03-30  Bruno Haible  <bruno@clisp.org>
6231
6232         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
6233         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
6234         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
6235         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
6236         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
6237         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
6238         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
6239         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
6240
6241         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
6242         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
6243         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
6244         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
6245         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
6246         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
6247         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
6248         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
6249
6250         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
6251         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
6252         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
6253         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
6254         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
6255         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
6256         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
6257         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
6258
6259         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
6260         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
6261
6262         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
6263         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
6264
6265         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
6266         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
6267
6268         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
6269         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
6270         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
6271
6272         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
6273         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
6274         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
6275
6276         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
6277         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
6278         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
6279
6280         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
6281         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
6282         * modules/vasprintf (Depends-on): Add EOVERFLOW.
6283
6284         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
6285         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
6286         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
6287         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
6288         (Depends-on): Add EOVERFLOW.
6289         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
6290         (Depends-on): Add EOVERFLOW.
6291         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6292         (Depends-on): Add EOVERFLOW.
6293         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6294         (Depends-on): Add EOVERFLOW.
6295         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6296         (Depends-on): Add EOVERFLOW.
6297         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6298         (Depends-on): Add EOVERFLOW.
6299         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6300         (Depends-on): Add EOVERFLOW.
6301         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6302         (Depends-on): Add EOVERFLOW.
6303
6304         * lib/sprintf.c (EOVERFLOW): Remove fallback.
6305         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
6306         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
6307
6308         * lib/snprintf.c (EOVERFLOW): Remove fallback.
6309         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
6310         * modules/snprintf (Depends-on): Add EOVERFLOW.
6311
6312         * lib/poll.c (EOVERFLOW): Remove fallback.
6313         * modules/poll (Depends-on): Add EOVERFLOW.
6314
6315         * lib/getugroups.c (EOVERFLOW): Remove fallback.
6316         * modules/getugroups (Depends-on): Add EOVERFLOW.
6317
6318         * lib/getdelim.c (EOVERFLOW): Remove fallback.
6319         * modules/getdelim (Depends-on): Add EOVERFLOW.
6320
6321         * lib/ftell.c (EOVERFLOW): Remove fallback.
6322         * modules/ftell (Depends-on): Add EOVERFLOW.
6323
6324         * lib/fprintf.c (EOVERFLOW): Remove fallback.
6325         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
6326         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
6327
6328         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
6329
6330         * modules/EOVERFLOW-tests: New file.
6331         * tests/test-EOVERFLOW.c: New file.
6332
6333         * modules/EOVERFLOW: New file.
6334         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
6335
6336 2008-03-30  Bruno Haible  <bruno@clisp.org>
6337
6338         Fix bug introduced on 2007-06-10.
6339         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
6340         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
6341
6342 2008-03-30  Bruno Haible  <bruno@clisp.org>
6343
6344         Improve freadseek's efficiency after ungetc.
6345         * lib/freadseek.c: Include freadahead.h.
6346         (freadptrinc): New function, extracted from freadseek.
6347         (freadseek): Use it in a loop. Use freadahead to determine the number
6348         of loop iterations.
6349         * modules/freadseek (Depends-on): Add freadahead.
6350         (configure.ac): Require AC_C_INLINE.
6351
6352 2008-03-30  Bruno Haible  <bruno@clisp.org>
6353
6354         * lib/freadseek.c (freadseek): Don't ignore the return value of
6355         freadptr.
6356
6357 2008-03-29  Eric Blake  <ebb9@byu.net>
6358
6359         Add hex float support.
6360         * modules/strtod (Depends-on): Add c-ctype.
6361         (Link): Mention POW_LIB.
6362         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
6363         whitespace between 'e' and exponent.
6364         * tests/test-strtod.c (main): Enable hex float tests.
6365         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
6366         now provides.
6367
6368         Document various strtod bugs, with some fixes.
6369         * doc/posix-functions/strtod.texi (strtod): Document bugs with
6370         "-0x", "inf", "nan", and hex constants.
6371         * doc/posix-functions/atof.texi (atof): Likewise.
6372         * modules/stdlib (Makefile.am): Support strtod.
6373         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6374         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
6375         detect additional strtod bugs.
6376         * lib/stdlib.in.h (rpl_strtod): Add declarations.
6377         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
6378         bool where appropriate.  Parse 'inf' and 'nan'.
6379         * tests/test-strtod.c: New file.
6380         * modules/strtod (Depends-on): Add stdbool, stdlib.
6381         (configure.ac): Turn on module indicator.
6382         * modules/strtod-tests: New module.
6383
6384 2008-03-29  Eric Blake  <ebb9@byu.net>
6385
6386         Fix ftell on mingw.
6387         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
6388         * modules/ftell-tests (Depends-on): Add binary-io.
6389         * modules/ftello-tests (Depends-on): Likewise.
6390         * tests/test-ftell.c (main): Enhance test to cover behavior after
6391         ungetc.  Enforce binary mode.
6392         * tests/test-ftello.c (main): Likewise.
6393
6394         Pass test-freadseek on cygwin.
6395         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
6396         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
6397         ungetc buffer.
6398
6399         * tests/test-fflush2.c (main): Fix typo.
6400
6401 2008-03-29  Bruno Haible  <bruno@clisp.org>
6402
6403         * tests/test-fflush2.c (main): Temporarily disable the contents of
6404         this test.
6405         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
6406         Reported by Eric Blake.
6407
6408 2008-03-28  Simon Josefsson  <simon@josefsson.org>
6409
6410         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
6411         (GC_SHA224_DIGEST_SIZE): Add.
6412
6413         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
6414         (gc_hash_digest_length): Likewise.
6415         (gc_hash_buffer): Likewise.
6416
6417 2008-03-25  Bruno Haible  <bruno@clisp.org>
6418
6419         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
6420         detail which gettext release to use.
6421         Reported by Simon Josefsson.
6422
6423 2008-03-26  Jim Meyering  <meyering@redhat.com>
6424
6425         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
6426         * modules/gnumakefile (clean-GNUmakefile): Also, use
6427         test ... && ... || : syntax rather than if-then ... fi.
6428
6429         gnumakefile: Don't double-quote-expand $(VPATH) value.
6430         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
6431
6432 2008-03-24  Eric Blake  <ebb9@byu.net>
6433
6434         Alter GNUmakefile to install into top directory.
6435         * modules/maintainer-makefile: Split, and add dependency...
6436         * modules/gnumakefile: to this new module.
6437         * build-aux/GNUmakefile: Move...
6438         * top/GNUmakefile: ...here.
6439         * build-aux/maint.mk: Move...
6440         * top/maint.mk: ...here.
6441         * MODULES.html.sh (Support for maintaining...): Document new
6442         module.
6443
6444 2008-03-23  Bruno Haible  <bruno@clisp.org>
6445
6446         * gnulib-tool: New options --vc-files, --no-vc-files.
6447         (func_usage): Document them.
6448         (vc_files): New variable.
6449         (func_import): Consider vc_files.
6450         (func_create_testdir): Set vc_files to empty.
6451         Suggested by Jim Meyering and Karl Berry.
6452
6453 2008-03-23  Bruno Haible  <bruno@clisp.org>
6454
6455         Fix regex compilation error on HP-UX 11.
6456         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
6457         * modules/regex (Files): Add m4/mbstate_t.m4.
6458         Reported by Ton Voon <ton.voon@altinity.com>.
6459
6460 2008-03-23  Bruno Haible  <bruno@clisp.org>
6461
6462         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
6463
6464 2008-03-23  Eric Blake  <ebb9@byu.net>
6465             Bruno Haible  <bruno@clisp.org>
6466
6467         Install files from top/ in the destination directory.
6468         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6469         augmentation also for the files from top/.
6470         (func_import, func_create_testdir): Rewrite file names:
6471         top/filename -> filename.
6472
6473 2008-03-23  Bruno Haible  <bruno@clisp.org>
6474
6475         Tweak "gnulib --version" output.
6476         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
6477
6478 2008-03-23  Bruno Haible  <bruno@clisp.org>
6479
6480         Tweak "gnulib --version" output.
6481         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
6482         rather than contents of ChangeLog, when possible.
6483
6484 2008-03-21  Eric Blake  <ebb9@byu.net>
6485
6486         More --version tweaks.
6487         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
6488         date of last ChangeLog entry.
6489
6490 2008-03-21  Jim Meyering  <meyering@redhat.com>
6491
6492         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
6493
6494 2008-03-20  Eric Blake  <ebb9@byu.net>
6495
6496         VPATH fix.
6497         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
6498
6499 2008-03-20  Simon Josefsson  <simon@josefsson.org>
6500
6501         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
6502         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
6503
6504 2008-03-20  Eric Blake  <ebb9@byu.net>
6505
6506         Sync GNUmakefile with coreutils.
6507         * build-aux/GNUmakefile (have-Makefile): Rename...
6508         (_have-Makefile): ...to this, for namespace consideration.
6509         (GNUmakefile.cfg): Include, if present.
6510         (_autoreconf): Define a default.
6511         (_is-dist-target): New rule for rebuilds to pick up intra-release
6512         version.
6513         (maint-cfg.mk): Rename...
6514         (cfg.mk): ...to this.
6515
6516 2008-03-18  Jim Meyering  <meyering@redhat.com>
6517
6518         New script and module: mktempd
6519         * MODULES.html.sh (maint+release support): Add mktempd.
6520         * build-aux/mktempd: New file.
6521         * modules/mktempd: New file.
6522
6523 2008-03-15  Jim Meyering  <meyering@redhat.com>
6524
6525         Undo last change.
6526         * lib/sha1.c, lib/md5.c: 63 != ~63.
6527         Reported by Andreas Schwab.
6528
6529         sha1.c, md5.c: Hoist a redundant expression.
6530         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
6531         "ctx->buflen" only once, before calling *_process_block.
6532         * lib/md5.c (md5_process_bytes): Likewise.
6533
6534 2008-03-14  Eric Blake  <ebb9@byu.net>
6535
6536         Bump copyright year in files generated by gnulib-tool.
6537         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
6538         gnulib-tool, rather than hard-coding it.
6539
6540         Fix 'gnulib-tool --version' output to work with git.
6541         * gnulib-tool (func_gnulib_dir): New function, extracted from...
6542         (startup): ...here.
6543         (func_version): Use it to invoke git-version-gen, rather than
6544         relying on CVS keyword expansion.  Modernize wording.
6545         (cvsdatestamp, last_checkin_date, version): Kill unused
6546         variables.
6547
6548 2008-03-12  Jim Meyering  <meyering@redhat.com>
6549
6550         Recognize optional cast of the argument to free.
6551         * build-aux/useless-if-before-free: Update regexps.
6552
6553         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
6554
6555 2008-03-11  Bruno Haible  <bruno@clisp.org>
6556
6557         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
6558         by a single package.
6559         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
6560         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
6561         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
6562         Reported by Sam Steingold <sds@gnu.org>.
6563
6564 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6565
6566         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
6567         repositories.
6568
6569 2008-03-11  Bruno Haible  <bruno@clisp.org>
6570
6571         Avoid conflicts between local macro definitions.
6572         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6573         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
6574
6575 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
6576             Bruno Haible  <bruno@clisp.org>
6577
6578         Make va_copy work with some version of xlc on AIX 5.1.
6579         * lib/stdarg.in.h: New file.
6580         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
6581         On AIX, use a <stdarg.h> file substitute.
6582         * modules/stdarg (Files): Add lib/stdarg.in.h.
6583         (Depends-on): Add include_next.
6584         (Makefile.am): Build a stdarg.h substitute if requested.
6585         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
6586
6587 2008-03-10  Bruno Haible  <bruno@clisp.org>
6588
6589         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
6590         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6591         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
6592
6593 2008-03-10  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/stdlib (Depends-on): Add include_next, remove
6596         absolute-header.
6597
6598 2008-03-09  Bruno Haible  <bruno@clisp.org>
6599
6600         * lib/freadahead.h (freadahead): Document more precisely.
6601         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
6602         the sum of both buffer sizes.
6603         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
6604         * NEWS: Document the change.
6605
6606 2008-03-09  Bruno Haible  <bruno@clisp.org>
6607
6608         Extend freadptr to return also the buffer size.
6609         * lib/freadptr.h (freadptr): Add sizep argument.
6610         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
6611         (freadptr): Add sizep argument. Determine buffer size like freadahead
6612         does.
6613         * tests/test-freadptr.c: Don't include freadahead.h.
6614         (main): Adapt for new calling convention of freadptr.
6615         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
6616         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
6617         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
6618         tests/test-freadptr2.sh.
6619         (Depends): Remove freadahead.
6620         (TESTS): Add test-freadptr2.sh.
6621         (check_PROGRAMS): Add test-freadptr2.
6622
6623 2008-03-09  Bruno Haible  <bruno@clisp.org>
6624
6625         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
6626         Report and solution by Simon Josefsson.
6627
6628 2008-03-06  Bruno Haible  <bruno@clisp.org>
6629
6630         Make fflush after ungetc work on BSD platforms.
6631         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
6632         * tests/test-fflush2.c: New file.
6633         * tests/test-fflush2.sh: New file.
6634         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
6635         tests/test-fflush2.c.
6636         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
6637         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
6638
6639 2008-03-06  Eric Blake  <ebb9@byu.net>
6640
6641         Likewise for ftello.
6642         * modules/ftello (Dependencies): Add extensions.
6643         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
6644
6645 2008-03-06  Bruno Haible  <bruno@clisp.org>
6646
6647         * modules/fseeko (Dependencies): Add extensions.
6648         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
6649         Needed on glibc systems.
6650
6651 2008-03-06  Bruno Haible  <bruno@clisp.org>
6652
6653         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
6654         email address.
6655         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
6656
6657 2008-03-06  Bruno Haible  <bruno@clisp.org>
6658
6659         * users.txt: Add libgnupdf.
6660
6661 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
6662
6663         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
6664         (Header File Substitutes, Function Substitutes,
6665         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
6666         (Build robot for gnulib): Fix typo.
6667
6668 2008-03-06  Bruno Haible  <bruno@clisp.org>
6669
6670         * doc/gnulib-tool.texi (VCS Issues): Small updates.
6671         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
6672
6673 2008-03-06  Bruno Haible  <bruno@clisp.org>
6674
6675         * doc/func.texi: New file, extracted from doc/gnulib.texi.
6676         * doc/gnulib.texi: Include it.
6677
6678 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6679
6680         * modules/func (License): Change license to unlimited; there was
6681         no LGPL parts in the module anyway.
6682
6683 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6684
6685         * modules/__func__: Renamed to modules/func.
6686         * modules/__func__-tests: Renamed to modules/func-tests.
6687         * tests/test-__func__.c: Renamed to tests/test-func.c.
6688         * m4/__func__.m4: Renamed to m4/func.m4.
6689         * doc/gnulib.texi (__func__): Section renamed to func.
6690         Suggested by Eric Blake <ebb9@byu.net>.
6691
6692 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6693
6694         * doc/gnulib.texi (__func__): Use C99 terminology when talking
6695         about __func__.  Make example self-contained.  Suggested by Eric
6696         Blake <ebb9@byu.net>.
6697
6698         * tests/test-__func__.c (main): Avoid extraneous () around __func.
6699         Suggested by Eric Blake <ebb9@byu.net>.
6700
6701 2008-03-06  Simon Josefsson  <simon@josefsson.org>
6702
6703         * modules/__func__: New file.
6704         * modules/__func__-tests: New file.
6705         * tests/test-__func__.c: New file.
6706         * m4/__func__.m4: New file.
6707         * doc/gnulib.texi (__func__): Document __func__ module.
6708
6709 2008-03-05  Simon Josefsson  <simon@josefsson.org>
6710
6711         * modules/byteswap (License): Re-license as LGPLv2+.
6712
6713 2008-03-05  Simon Josefsson  <simon@josefsson.org>
6714
6715         * doc/Makefile: Add pdf target.
6716
6717 2008-03-05  Simon Josefsson  <simon@josefsson.org>
6718
6719         * modules/inline (License): Use 'unlimited', since there are only
6720         *.m4 files in this module.
6721
6722 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
6723             Bruno Haible  <bruno@clisp.org>
6724
6725         Add support for HP C 7.1 on OpenVMS 8.3.
6726         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
6727
6728 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
6729
6730         Update VMS specifics.
6731         * lib/getopt.c [VMS]: Remove include of unixlib.h.
6732
6733 2008-03-02  Jim Meyering  <meyering@redhat.com>
6734
6735         Remove the last dependency on the "free" module.
6736         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
6737         Reported by Bob Proulx.
6738
6739         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
6740
6741         Remove useless "if" tests before free.  Deprecate "free" module.
6742         * doc/posix-functions/free.texi: Mention that this
6743         module is no longer useful.
6744         * modules/free (Notice): Say this module is obsolete.
6745         * modules/readutmp (Depends-on): Remove free.
6746         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
6747         * lib/putenv.c (putenv): Likewise.
6748         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
6749         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
6750         * tests/test-c-strcasestr.c (main): Likewise.
6751         * tests/test-c-strstr.c (main): Likewise.
6752         * tests/test-mbscasestr1.c (main): Likewise.
6753         * tests/test-mbscasestr2.c (main): Likewise.
6754         * tests/test-mbsstr1.c (main): Likewise.
6755         * tests/test-mbsstr2.c (main): Likewise.
6756         * tests/test-memmem.c (main): Likewise.
6757         * tests/test-strcasestr.c (main): Likewise.
6758         * tests/test-striconv.c (main): Likewise.
6759         * tests/test-striconveh.c (main): Likewise.
6760         * tests/test-striconveha.c (main): Likewise.
6761         * tests/test-strstr.c (main): Likewise.
6762
6763         * build-aux/git-version-gen: Adjust a comment and the Usage string.
6764
6765         bootstrap: sync from coreutils again
6766         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
6767
6768 2008-03-01  Jim Meyering  <meyering@redhat.com>
6769
6770         bootstrap: sync from coreutils
6771         * build-aux/bootstrap (update_po_files): Copy a .po file into place
6772         also when the target doesn't exist.
6773
6774 2008-03-01  Eric Blake  <ebb9@byu.net>
6775
6776         Fix bugs in last patch.
6777         * lib/memchr2.c (memchr2): Fix typo.
6778         * tests/test-memchr2.c: Test previous bug, and don't use GNU
6779         extension.
6780         Reported by Bruce Korb.
6781
6782         New module 'memchr2'.
6783         * modules/memchr2: New file.
6784         * modules/memchr2-tests: Likewise.
6785         * lib/memchr2.h: Likewise.
6786         * lib/memchr2.c: Likewise, based on memchr.c.
6787         * tests/test-memchr2.c: New test.
6788         * MODULES.html.sh (String handling): Add memchr2.
6789
6790 2008-02-29  Bruno Haible  <bruno@clisp.org>
6791
6792         * modules/freadseek-tests: New file.
6793         * tests/test-freadseek.sh: New file.
6794         * tests/test-freadseek.c: New file.
6795
6796         New module 'freadseek'.
6797         * modules/freadseek: New file.
6798         * lib/freadseek.h: New file.
6799         * lib/freadseek.c: New file.
6800         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
6801
6802 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
6803
6804         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
6805         wydawca.
6806
6807         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
6808         program_invocation_name and program_invocation_short_name are
6809         present.
6810
6811 2008-02-28  Bruno Haible  <bruno@clisp.org>
6812
6813         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
6814         * tests/test-freadptr.sh: Also test non-seekable stdin.
6815
6816 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
6817
6818         * build-aux/bootstrap (source_base, m4_base)
6819         (doc_base, tests_base): New variables.
6820         (gnulib_tool_options): Do not hardcode base directories, use
6821         the above variables instead.
6822
6823 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
6824
6825         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
6826
6827 2008-02-28  Bruno Haible  <bruno@clisp.org>
6828
6829         * modules/freadptr-tests: New file.
6830         * tests/test-freadptr.sh: New file.
6831         * tests/test-freadptr.c: New file.
6832
6833         New module 'freadptr'.
6834         * modules/freadptr: New file.
6835         * lib/freadptr.h: New file.
6836         * lib/freadptr.c: New file.
6837         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
6838
6839 2008-02-26  Karl Berry  <karl@freefriends.org>
6840
6841         Sync from Libtool:
6842         * libltdl/argz.c (argz_add, argz_count): New functions.
6843         * libltdl/argz.in.h: Declare them.
6844         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
6845
6846 2008-02-22  Bruno Haible  <bruno@clisp.org>
6847
6848         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
6849         is a pointer type.  Needed for HP-UX 10.
6850         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
6851         * doc/posix-functions/gmtime_r.texi: Likewise.
6852         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
6853
6854 2008-02-24  Bruno Haible  <bruno@clisp.org>
6855
6856         * modules/environ-tests: New file.
6857         * tests/test-environ.c: New file.
6858
6859         New module 'environ'.
6860         * modules/environ: New file.
6861         * lib/unistd.in.h (environ): New declaration.
6862         * m4/environ.m4: New file.
6863         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
6864         after use.
6865         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
6866         HAVE_DECL_ENVIRON.
6867         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
6868         HAVE_DECL_ENVIRON.
6869         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
6870         wrong claim that 'environ' is missing on some systems.
6871         * modules/execute (Depends-on): Add environ.
6872         * lib/execute.c (environ): Remove fallback declaration.
6873         * modules/pipe (Depends-on): Add environ.
6874         * lib/pipe.c (environ): Remove fallback declaration.
6875         * modules/setenv (Depends-on): Add environ.
6876         * lib/setenv.c (environ): Remove fallback declaration.
6877         * modules/unsetenv (Depends-on): Add environ.
6878         * lib/unsetenv.c (environ): Remove fallback declaration.
6879         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
6880         m4/environ.m4.
6881         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
6882         (gl_PREREQ_UNSETENV): Likewise.
6883
6884 2008-02-24  Bruno Haible  <bruno@clisp.org>
6885
6886         * doc/posix-functions/environ.texi: Document the MacOS X problem.
6887
6888 2008-02-20  Bob Proulx  <bob@proulx.com>
6889
6890         Enable use of older two part flavor 'git describe'.
6891         * build-aux/git-version-gen: If using the older two part flavor of
6892         git version then recreate the third part now present in the
6893         newer three part flavor of git describe.
6894
6895 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
6896
6897         * lib/fts.c (fts_build): Typo correction to comment.
6898
6899 2008-02-17  Bruno Haible  <bruno@clisp.org>
6900
6901         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
6902         generating no-op conflicts.
6903
6904 2008-02-17  Bruno Haible  <bruno@clisp.org>
6905
6906         Speed up by 10%.
6907         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
6908         result_entries, rather than an index-based loop.
6909
6910 2008-02-17  Bruno Haible  <bruno@clisp.org>
6911
6912         Speed up by 25%.
6913         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
6914         'hashcode_cached'.
6915         (entry_create): New function.
6916         (entry_hashcode): Use the cached hashcode if possible.
6917         (read_changelog_file, try_split_merged_entry): Use entry_create.
6918
6919 2008-02-17  Bruno Haible  <bruno@clisp.org>
6920
6921         Speed up from O(n^2) to O(n) for long ChangeLog files.
6922         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
6923         (read_changelog_file): Change implementation of entries_reversed list
6924         to rbtreehash.
6925         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
6926
6927 2008-02-17  Bruno Haible  <bruno@clisp.org>
6928
6929         New option --split-merged-entry.
6930         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
6931         (find_paragraph_end, try_split_merged_entry): New functions.
6932         (long_options): Add option --split-merged-entry.
6933         (usage): Document option --split-merged-entry.
6934         (main): Implement option --split-merged-entry.
6935         Reported by Eric Blake.
6936
6937 2008-02-17  Bruno Haible  <bruno@clisp.org>
6938
6939         * lib/git-merge-changelog.c: Include c-strstr.h.
6940         (main): Support the "git pull --rebase" situation.
6941         * modules/git-merge-changelog (Depends-on): Add c-strstr.
6942         Reported by Eric Blake.
6943
6944 2008-02-16  Eric Blake  <ebb9@byu.net>
6945
6946         Avoid doubling \ in common case of "c-maybe" quoting style.
6947         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
6948         eliding outer quotes.
6949         * lib/quotearg.h: Document this.
6950         * tests/test-quotearg.c (result_strings, inputs, results_g)
6951         (flag_results, locale_results): Test it by adding a new string to
6952         each test group.
6953         (compare_strings): Test new string.
6954
6955 2008-02-13  Eric Blake  <ebb9@byu.net>
6956
6957         Avoid trigraph quoting in default output.
6958         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
6959         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
6960         unless explicitly requested.
6961         * tests/test-quotearg.c (flag_results, main): Add additional tests.
6962
6963 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
6964
6965         Don't rely on signed integer overflowing to negative value.
6966         * lib/getugroups.c (getugroups): Include <limits.h>.
6967         Instead, compare against INT_MAX, and increment only if the test passes.
6968
6969 2008-02-13  Jim Meyering  <meyering@redhat.com>
6970         and Eric Blake  <ebb9@byu.net>
6971
6972         Avoid shadowing warning and compile errors on Linux.
6973         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
6974         forwarding macros on Linux.
6975         (dcgettext): Define a stub, for Linux.
6976         (results_g, main): Avoid warnings.
6977
6978 2008-02-12  Eric Blake  <ebb9@byu.net>
6979
6980         Silence warning in last patch.
6981         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
6982
6983         Quotearg part 4: add tests, fix c-maybe colon quoting.
6984         * lib/quotearg.h: Improve documentation.
6985         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
6986         escapes when adding outer quotes.  When quoting trigraphs, use
6987         valid C notation.  When quoting NUL, omit extra characters if next
6988         character is not digit.  Alter prototype.
6989         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
6990         callers.
6991         * modules/quotearg-tests: New module.
6992         * tests/test-quotearg.c: New test.
6993
6994 2008-02-07  Eric Blake  <ebb9@byu.net>
6995
6996         Quotearg part 3: add flag to control outer quote elision.
6997         * lib/quotearg.h (c_maybe_quoting_style): New style.
6998         (enum quoting_flags): Better documentation of flags.
6999         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7000         c-maybe style.
7001         (quotearg_buffer_restyled): Handle new flag to elide outer
7002         quotes.
7003
7004         Quotearg part 2: add flag that can control NUL elision.
7005         * lib/quotearg.h (set_quoting_flags): New prototype.
7006         * lib/quotearg.c (struct quoting_options): Add flag field.
7007         (set_quoting_flags): New function.
7008         (quotearg_buffer_restyled): Add flags parameter.
7009         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7010         (quotearg_n_options): Set the flag, since length cannot be
7011         returned.
7012         (quoting_options_from_style): Default flags correctly.
7013
7014         Quotearg part 1: more wrappers, restore quotearg_char state.
7015         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7016         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7017         (quotearg_colon_mem): New wrappers.
7018         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7019         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7020         functions.
7021         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7022         (quotearg_colon_mem): New functions.
7023
7024 2008-02-11  Bruno Haible  <bruno@clisp.org>
7025
7026         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7027         library in the current directory: it does not work with parallel make.
7028         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7029
7030 2008-02-11  Bruno Haible  <bruno@clisp.org>
7031
7032         * .gitattributes: New file.
7033
7034 2008-02-11  Jim Meyering  <meyering@redhat.com>
7035
7036         useless-if-before-free: Fix reversed exit values.
7037         * build-aux/useless-if-before-free: Use correct values
7038         for EXIT_MATCH and EXIT_NO_MATCH.
7039
7040         * build-aux/useless-if-before-free: Close stdout carefully.
7041
7042 2008-02-10  Bruno Haible  <bruno@clisp.org>
7043
7044         New module 'git-merge-changelog'.
7045         * modules/git-merge-changelog: New file.
7046         * lib/git-merge-changelog.c: New file.
7047
7048 2008-02-10  Jim Meyering  <meyering@redhat.com>
7049
7050         useless-if-before-free: New option: --list (-l).
7051
7052         useless-if-before-free: Don't exit immediately upon open failure.
7053         * build-aux/useless-if-before-free: Exit 2 for errors.
7054         Upon failure to open a file, don't exit immediately.
7055         Rather, just warn and continue with any remaining files.
7056
7057 2008-02-10  Bruno Haible  <bruno@clisp.org>
7058
7059         New abstract list operation 'node_set_value'.
7060         * lib/gl_list.h (gl_list_node_set_value): New function.
7061         (struct gl_list_implementation): New field node_set_value.
7062         * lib/gl_list.c (gl_list_node_set_value): New function.
7063         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7064         (gl_array_list_implementation): Update.
7065         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7066         (gl_carray_list_implementation): Update.
7067         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7068         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7069         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7070         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7071         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7072         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7073         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7074         Update.
7075         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7076         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7077         (gl_sublist_list_implementation): Update.
7078
7079 2008-02-10  Bruno Haible  <bruno@clisp.org>
7080
7081         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7082         Needed when ELEMENT is #defined to 'some_type *'.
7083
7084 2008-02-10  Jim Meyering  <meyering@redhat.com>
7085
7086         New script and module: useless-if-before-free
7087         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7088         * build-aux/useless-if-before-free: New file.
7089         * modules/useless-if-before-free: New file.
7090
7091         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7092
7093         xstrtol_error: Fix typo.
7094         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7095         s/exit_failure/exit_status/.
7096
7097 2008-02-09  Jim Meyering  <meyering@redhat.com>
7098
7099         New script and module: gitlog-to-changelog
7100         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7101         * modules/gitlog-to-changelog: New file.
7102         * build-aux/gitlog-to-changelog: New file.
7103
7104 2008-02-08  Jim Meyering  <meyering@redhat.com>
7105
7106         Avoid two "parameter unused" warnings.
7107         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7108         Mark "st" as used.
7109
7110         Use "git COMMAND", not "git-COMMAND".
7111         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7112         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7113         * build-aux/git-version-gen: Use "git status", not "git-status".
7114
7115 2008-02-07  Bruno Haible  <bruno@clisp.org>
7116
7117         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7118         Avoids a crash on Windows Vista.
7119         Reported by Adam Strzelecki <ono@java.pl> via
7120         Simon Josefsson <simon@josefsson.org>.
7121
7122 2008-02-06  Bruno Haible  <bruno@clisp.org>
7123
7124         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7125         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7126         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7127         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7128         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7129         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7130         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7131         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7132         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7133         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7134         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7135         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7136         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7137         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7138         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7139         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7140         left-adjust flag.
7141         * tests/test-snprintf-posix.h (test_function): Likewise.
7142         * tests/test-sprintf-posix.h (test_function): Likewise.
7143         * tests/test-vasprintf-posix.c (test_function): Likewise.
7144         * doc/posix-functions/fprintf.texi: Update.
7145         * doc/posix-functions/printf.texi: Update.
7146         * doc/posix-functions/snprintf.texi: Update.
7147         * doc/posix-functions/sprintf.texi: Update.
7148         * doc/posix-functions/vfprintf.texi: Update.
7149         * doc/posix-functions/vprintf.texi: Update.
7150         * doc/posix-functions/vsnprintf.texi: Update.
7151         * doc/posix-functions/vsprintf.texi: Update.
7152         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7153
7154 2008-02-06  Bruno Haible  <bruno@clisp.org>
7155
7156         Fix bug introduced on 2008-01-26.
7157         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7158
7159 2008-02-06  Bruno Haible  <bruno@clisp.org>
7160
7161         Fix bug introduced on 2007-06-10.
7162         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7163         !NEED_PRINTF_FLAG_ZERO.
7164
7165 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7166
7167         getloadavg: use libperfstat on AIX5
7168         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7169
7170 2008-02-03  Bruno Haible  <bruno@clisp.org>
7171
7172         * lib/diffseq.h: Add comments about required #includes.
7173         Reported by Michael Biggs <gnulib@doubleplum.net>.
7174
7175 2008-02-01  Bruno Haible  <bruno@clisp.org>
7176
7177         * users.txt: Add gnuit.
7178
7179 2008-01-31  Bruno Haible  <bruno@clisp.org>
7180
7181         * lib/md4.c (set_uint32): Mark as inline.
7182         * lib/md5.c (set_uint32): Likewise.
7183         * lib/sha1.c (set_uint32): Likewise.
7184         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
7185         * m4/md5.m4 (gl_MD5): Likewise.
7186         * m4/sha1.m4 (gl_SHA1): Likewise.
7187
7188 2008-01-31  Jim Meyering  <meyering@redhat.com>
7189
7190         Use "sizeof VAR", rather than a literal "4".
7191         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
7192         * lib/md4.c (md4_read_ctx): Likewise.
7193         * lib/sha1.c (sha1_read_ctx): Likewise.
7194
7195 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7196
7197         * tests/test-sha1.c: New file, based on test-md5.c.
7198
7199         * modules/crypto/sha1-tests: New file.
7200
7201 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7202
7203         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
7204
7205 2008-01-31  Jim Meyering  <meyering@redhat.com>
7206
7207         Prefer "sizeof v" over the equivalent "4".
7208         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
7209         * lib/md5.c (set_uint32): Likewise.
7210         * lib/sha1.c (set_uint32): Likewise.
7211
7212 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7213
7214         * lib/sha1.c (set_uint32): Mark function as static.
7215
7216 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7217
7218         md2: clarify comments to say that alignment is not required.
7219         * lib/md2.h: Remove warning about alignment in comment.
7220         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
7221         never been required.
7222
7223 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7224
7225         md4: adapt alignment constraint fix from sha1.
7226         * lib/md4.c (set_uint32): New function, from sha1.c
7227         (md4_read_ctx): Use it.
7228         (md4_finish_ctx): Doc fix.
7229         * lib/md4.h: Doc fix.
7230
7231 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7232
7233         md5: adapt alignment constraint fix from sha1.
7234         * lib/md5.c (set_uint32): New function, from sha1.c
7235         (md5_read_ctx): Use it.
7236         (md5_finish_ctx): Doc fix.
7237         * lib/md5.h: Doc fix.
7238
7239 2008-01-30  Peter Palfrader  <weasel@debian.org>
7240
7241         sha1: remove the result buffer alignment constraint
7242         * lib/sha1.c (set_uint32): New function.
7243         (sha1_read_ctx): Rewrite to remove the result buffer alignment
7244         constraint.
7245         (sha1_finish_ctx): Remove comment warning about alignment constraint.
7246         * lib/sha1.h: Likewise.
7247
7248 2008-01-30  Andreas Schwab  <schwab@suse.de>
7249             Bruno Haible  <bruno@clisp.org>
7250
7251         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
7252         correct definition of LDBL_MIN_EXP.
7253
7254 2008-01-30  Karl Berry  <karl@gnu.org>
7255
7256         * config/srclist-update: try to preserve x bit on updates.
7257         * config/srclistvars.sh: update for karl.
7258
7259 2008-01-29  Jim Meyering  <meyering@redhat.com>
7260
7261         vasnprintf.c: Avoid warning about unused label
7262         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
7263         "overflow" label definition and associated code with the
7264         same cpp condition that guards the sole use of that label.
7265
7266 2008-01-26  Bruno Haible  <bruno@clisp.org>
7267
7268         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
7269         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
7270         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
7271         * lib/isnanl-nolibm.h (isnanl): Likewise.
7272         Reported by Paul Eggert <eggert@cs.ucla.edu>.
7273
7274 2008-01-26  Bruno Haible  <bruno@clisp.org>
7275
7276         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
7277         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
7278
7279 2008-01-26  Bruno Haible  <bruno@clisp.org>
7280
7281         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
7282         GCC >= 4.0 built-in.
7283         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
7284
7285 2008-01-26  Bruno Haible  <bruno@clisp.org>
7286
7287         Rename isnan, applicable to 'double' only, to isnand.
7288         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
7289         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
7290         (configure.ac): Update.
7291         (Include): Replace "isnan.h" with "isnand.h".
7292         * m4/isnand.m4: Renamed from m4/isnan.m4.
7293         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
7294         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
7295         instead of isnan.c.
7296         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
7297         instead of HAVE_ISNAN_IN_LIBC.
7298         (isnand): Renamed from isnan.
7299         * lib/isnand.c: New file.
7300         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
7301         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
7302         (Makefile.am): Update.
7303         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
7304         Include isnand.h instead of isnan.h.
7305         (main): Test isnand instead of isnan.
7306         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
7307         isnan-nolibm.
7308         * modules/frexp (Depends-on): Likewise.
7309         * modules/frexp-tests (Depends-on): Likewise.
7310         * modules/frexp-nolibm (Depends-on): Likewise.
7311         * modules/frexp-nolibm-tests (Depends-on): Likewise.
7312         * modules/isfinite (Depends-on): Likewise.
7313         * modules/round-tests (Depends-on): Likewise.
7314         * modules/signbit (Depends-on): Likewise.
7315         * modules/signbit-tests (Depends-on): Likewise.
7316         * modules/snprintf-posix (Depends-on): Likewise.
7317         * modules/sprintf-posix (Depends-on): Likewise.
7318         * modules/trunc-tests (Depends-on): Likewise.
7319         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7320         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7321         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7322         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7323         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7324         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7325         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7326         * modules/vasnprintf-posix (Depends-on): Likewise.
7327         * modules/vasprintf-posix (Depends-on): Likewise.
7328         * modules/vfprintf-posix (Depends-on): Likewise.
7329         * modules/vsnprintf-posix (Depends-on): Likewise.
7330         * modules/vsprintf-posix (Depends-on): Likewise.
7331         * lib/frexp.c: Include isnand.h instead of isnan.h.
7332         (ISNAN): Set to isnand instead of isnan.
7333         * lib/isfinite.c: Include isnand.h instead of isnan.h.
7334         (gl_isfinited): Use isnand instead of isnan.
7335         * lib/signbitd.c: Include isnand.h instead of isnan.h.
7336         (gl_signbitd): Use isnand instead of isnan.
7337         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
7338         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
7339         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
7340         (main): Use isnand instead of isnan.
7341         * tests/test-round1.c: Include isnand.h.
7342         (main): Use isnand instead of isnan.
7343         * tests/test-round2.c: Include isnand.h instead of isnan.h.
7344         (ISNAN): Set to isnand instead of isnan.
7345         * tests/test-trunc1.c: Include isnand.h.
7346         (main): Use isnand instead of isnan.
7347         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
7348         (equal): Use isnand instead of isnan.
7349         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
7350         isnand-nolibm.
7351         * NEWS: Mention the change.
7352
7353 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7354             Bruno Haible  <bruno@clisp.org>
7355
7356         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
7357         the GCC builtins for signbits are present and set
7358         REPLACE_SIGNBIT_USING_GCC if so.
7359         * lib/math.in.h (signbit): Define using GCC builtins if
7360         REPLACE_SIGNBIT_USING_GCC is set.
7361         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
7362         REPLACE_SIGNBIT_USING_GCC.
7363         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
7364
7365 2008-01-25  Jim Meyering  <meyering@redhat.com>
7366
7367         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
7368         * lib/poll.c: Include <config.h>, not "config.h".
7369         * tests/test-getaddrinfo.c: Likewise.
7370
7371 2008-01-25  Simon Josefsson  <simon@josefsson.org>
7372
7373         * modules/sockets-tests: New file.
7374
7375 2008-01-24  Simon Josefsson  <simon@josefsson.org>
7376
7377         * modules/sockets: New module, can be used to call WSA_Startup and
7378         WSA_Cleanup when needed.
7379
7380         * lib/sockets.h, lib/sockets.c: New files.
7381
7382         * m4/sockets.m4: New file.
7383
7384         * tests/test-sockets.c: New file.
7385
7386 2008-01-19  Bruno Haible  <bruno@clisp.org>
7387
7388         * doc/posix-headers: Renamed from doc/headers.
7389         * doc/posix-functions: Renamed from doc/functions.
7390         * doc/gnulib.texi: Update.
7391
7392 2008-01-19  Bruno Haible  <bruno@clisp.org>
7393
7394         * doc/glibc-functions/strcasestr.texi: Include contents of
7395         doc/functions/strcasestr.texi, fixing the list of platforms.
7396         * doc/functions/strcasestr.texi: Remove file.
7397
7398 2008-01-19  Bruno Haible  <bruno@clisp.org>
7399
7400         * doc/glibc-functions/memmem.texi: Include contents of
7401         doc/functions/memmem.texi.
7402         * doc/functions/memmem.texi: Remove file.
7403
7404 2008-01-18  Bruno Haible  <bruno@clisp.org>
7405
7406         * doc/glibc-functions/*.texi: New files.
7407         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
7408         to use the new files.
7409
7410 2008-01-17  Bruno Haible  <bruno@clisp.org>
7411
7412         * tests/test-gethostname.c (main): Fix printf statement.
7413
7414 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7415
7416         * modules/gethostname-tests: New file.
7417
7418         * tests/test-gethostname.c: New file.
7419
7420 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7421
7422         * lib/gethostname.c: Include string.h unconditionally, strncpy is
7423         used by the UNAME case.  Reported by Bruno Haible
7424         <bruno@clisp.org>.
7425
7426 2008-01-17  Eric Blake  <ebb9@byu.net>
7427
7428         Convert c-strcasestr to be more efficient.
7429         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
7430         (Depends-on): Add c-strcase, remove malloca, strnlen.
7431         * tests/test-c-strcasestr.c (main): Enhance test.
7432         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
7433
7434 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7435
7436         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
7437         Use it in creating po/Makevars.
7438
7439 2008-01-15  Simon Josefsson  <simon@josefsson.org>
7440
7441         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
7442         Applications that requires it should initialize libgcrypt
7443         manually.
7444
7445 2008-01-16  Simon Josefsson  <simon@josefsson.org>
7446
7447         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
7448
7449 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
7450
7451         Fix problem with getdate on mingw32 reported by Simon Josefsson
7452         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
7453         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
7454         tzname", when deciding whether to declare tzname.
7455         * lib/strftime.c (tzname): Likewise.
7456
7457 2008-01-15  Bruno Haible  <bruno@clisp.org>
7458
7459         Work around a MacOS X 10.5 bug in frexpl().
7460         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
7461         * doc/functions/frexpl.texi: Document the bug.
7462         Reported by Elias Pipping <pipping@gentoo.org>.
7463
7464 2008-01-14  Eric Blake  <ebb9@byu.net>
7465
7466         Touch up previous patch.
7467         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
7468         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
7469
7470         Convert strcasestr module to use Two-Way algorithm.
7471         * modules/strcasestr-simple: New module, based on the old
7472         strcasestr, but with Two-Way rather than KMP.
7473         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
7474         * lib/string.in.h (rpl_strcasestr): Declare.
7475         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
7476         performance.
7477         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
7478         * modules/string (Makefile.am): Support strcasestr.
7479         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
7480         * modules/strcasestr-tests (Depends-on): Check for alarm.
7481         * tests/test-strcasestr.c: Augment test.
7482         * lib/str-two-way.h: Clean up stray macro.
7483         * NEWS: Document new module.
7484         * MODULES.html.sh (string handling): Likewise.
7485         * doc/functions/strcasestr.texi: New file.
7486         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
7487         here, since it is not a POSIX function.
7488
7489 2008-01-14  Colin Watson  <cjwatson@debian.org>
7490             Bruno Haible  <bruno@clisp.org>
7491
7492         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
7493         works fine; if not, set REPLACE_STRSIGNAL.
7494         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
7495         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7496         REPLACE_STRSIGNAL.
7497         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
7498         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
7499         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
7500
7501 2008-01-14  Bruno Haible  <bruno@clisp.org>
7502
7503         * modules/strsignal (Include): Change to <string.h>.
7504
7505 2008-01-14  Colin Watson  <cjwatson@debian.org>
7506
7507         * modules/argp (Notice): Add a notice recommending to change
7508         XGETTEXT_OPTIONS.
7509         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
7510
7511 2008-01-13  Colin Watson  <cjwatson@debian.org>
7512
7513         * modules/strsignal-tests: New file.
7514         * tests/test-strsignal.c: New file.
7515
7516         * lib/strsignal.c: New file, from glibc with modifications.
7517         * lib/siglist.h: New file, from glibc with modifications.
7518         * lib/string.in.h (strsignal): New declaration.
7519         * m4/strsignal.m4: New file.
7520         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7521         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
7522         * modules/strsignal: New file.
7523         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
7524         HAVE_DECL_STRSIGNAL.
7525
7526 2008-01-13  Bruno Haible  <bruno@clisp.org>
7527
7528         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
7529         locale encoding is not ASCII. Needed for OpenBSD 4.0.
7530         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
7531         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7532
7533 2008-01-13  Bruno Haible  <bruno@clisp.org>
7534
7535         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
7536         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
7537         * lib/argp.h (__attribute__): Likewise.
7538         * lib/c-stack.c (__attribute__): Likewise.
7539         * lib/error.h (__attribute__): Likewise.
7540         * lib/fts.c (__attribute__): Likewise.
7541         * lib/openat.h (__attribute__): Likewise.
7542         * lib/stdio.in.h (__attribute__): Likewise.
7543         * lib/string.in.h (__attribute__): Likewise.
7544         * lib/utimens.c (__attribute__): Likewise.
7545         * lib/vasnprintf.h (__attribute__): Likewise.
7546         * lib/xalloc.h (__attribute__): Likewise.
7547         * lib/xprintf.h (__attribute__): Likewise.
7548         * lib/xstrtol.h (__attribute__): Likewise.
7549         * lib/xvasprintf.h (__attribute__): Likewise.
7550
7551 2008-01-12  Bruno Haible  <bruno@clisp.org>
7552
7553         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
7554         * doc/glibc-headers/a.out.texi: New file.
7555         * doc/glibc-headers/aliases.texi: New file.
7556         * doc/glibc-headers/alloca.texi: New file.
7557         * doc/glibc-headers/ar.texi: New file.
7558         * doc/glibc-headers/argp.texi: New file.
7559         * doc/glibc-headers/argz.texi: New file.
7560         * doc/glibc-headers/byteswap.texi: New file.
7561         * doc/glibc-headers/crypt.texi: New file.
7562         * doc/glibc-headers/endian.texi: New file.
7563         * doc/glibc-headers/envz.texi: New file.
7564         * doc/glibc-headers/err.texi: New file.
7565         * doc/glibc-headers/error.texi: New file.
7566         * doc/glibc-headers/execinfo.texi: New file.
7567         * doc/glibc-headers/fpu_control.texi: New file.
7568         * doc/glibc-headers/fstab.texi: New file.
7569         * doc/glibc-headers/fts.texi: New file.
7570         * doc/glibc-headers/getopt.texi: New file.
7571         * doc/glibc-headers/ieee754.texi: New file.
7572         * doc/glibc-headers/ifaddrs.texi: New file.
7573         * doc/glibc-headers/libintl.texi: New file.
7574         * doc/glibc-headers/mcheck.texi: New file.
7575         * doc/glibc-headers/mntent.texi: New file.
7576         * doc/glibc-headers/obstack.texi: New file.
7577         * doc/glibc-headers/paths.texi: New file.
7578         * doc/glibc-headers/printf.texi: New file.
7579         * doc/glibc-headers/pty.texi: New file.
7580         * doc/glibc-headers/resolv.texi: New file.
7581         * doc/glibc-headers/shadow.texi: New file.
7582         * doc/glibc-headers/sysexits.texi: New file.
7583         * doc/glibc-headers/ttyent.texi: New file.
7584
7585 2008-01-12  Jim Meyering  <meyering@redhat.com>
7586
7587         announce-gen: emit Gnulib's git-based version string.
7588         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
7589         New option --gnulib-version=V, where V is expected to be
7590         the output of running git describe in the gnulib directory.
7591         (get_tool_versions): Request feedback on xdelta.  I suspect it's
7592         not useful, and plan to stop publishing an xdelta file with each
7593         coreutils release.
7594
7595         * build-aux/announce-gen: Also check for lzma-compressed files.
7596
7597 2008-01-11  Bruno Haible  <bruno@clisp.org>
7598
7599         * tests/test-memmem.c (main): Increase maximum allowed time.
7600         * tests/test-strstr.c (main): Likewise.
7601
7602 2008-01-11  Bruno Haible  <bruno@clisp.org>
7603
7604         * doc/functions/memmem.texi: Add more precisions about platforms.
7605         * doc/functions/strstr.texi: Likewise.
7606
7607 2008-01-10  Eric Blake  <ebb9@byu.net>
7608
7609         * m4/strstr.m4: Delete cruft from copy-n-paste.
7610         Reported by Bruno Haible.
7611
7612 2008-01-10  Bruno Haible  <bruno@clisp.org>
7613
7614         Make c-strstr rely on strstr.
7615         * lib/c-strstr.c: Don't include str-kmp.h.
7616         (c_strstr): Define in terms of strstr.
7617         * modules/c-strstr (Files): Remove lib/str-kmp.h.
7618         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
7619
7620 2008-01-10  Bruno Haible  <bruno@clisp.org>
7621
7622         * doc/gnulib.texi (String Functions in C Locale): New section.
7623         * doc/c-ctype.texi: New file.
7624         * doc/c-strcase.texi: New file.
7625         * doc/c-strcaseeq.texi: New file.
7626         * doc/c-strcasestr.texi: New file.
7627         * doc/c-strstr.texi: New file.
7628         * doc/c-strtod.texi: New file.
7629         * doc/c-strtold.texi: New file.
7630
7631 2008-01-10  Eric Blake  <ebb9@byu.net>
7632
7633         * lib/relocatable.h: Fix a comment.
7634
7635 2008-01-10  Eric Blake  <ebb9@byu.net>
7636
7637         Share two-way algorithm.
7638         * lib/str-two-way.h: New file, merged from...
7639         * lib/memmem.c: ...here...
7640         * lib/strstr.c: ...and here.
7641         * modules/memmem (Files): Use it.
7642         * modules/strstr (Files): Likewise.
7643
7644         Avoid quadratic strstr implementations.
7645         * lib/strstr.c: New file.
7646         * m4/strstr.m4: Likewise.
7647         * modules/strstr: Likewise.
7648         * modules/strstr-tests: Likewise.
7649         * tests/test-strstr.c: Likewise.
7650         * lib/string.in.h (rpl_strstr): Declare.
7651         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
7652         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
7653         * modules/string (Makefile.am): Likewise.
7654         * MODULES.html.sh (string handling): Mention new module.
7655         * doc/functions/strstr.texi (strstr): Document the bug.
7656
7657 2008-01-10  Bruno Haible  <bruno@clisp.org>
7658
7659         * lib/relocatable.h (relocate): State whether result is freshly
7660         allocated or not.
7661         * lib/relocatable.c (relocate): Return a freshly allocated string
7662         instead of a pointer to a privately held string.
7663         Reported by Sylvain Beucler <beuc@gnu.org>.
7664
7665 2008-01-10  Colin Watson  <cjwatson@debian.org>
7666
7667         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
7668         s/S_ISNLK/S_ISLNK/.
7669
7670 2008-01-09  Bruno Haible  <bruno@clisp.org>
7671
7672         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
7673         and other files.
7674         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
7675         if it's only a guess.
7676         * modules/memmem: Simplify by depending on memmem-simple.
7677
7678 2008-01-09  Bruno Haible  <bruno@clisp.org>
7679
7680         Work around OpenBSD 4.0 tdelete() bug.
7681         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
7682         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
7683         macros and don't redefine the enum values.
7684         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
7685         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
7686         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
7687
7688 2008-01-09  Bruno Haible  <bruno@clisp.org>
7689
7690         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
7691         (main): Don't perform the tests if setlocale did not install a UTF-8
7692         locale. Needed on OpenBSD 4.0.
7693         * modules/wcwidth-tests (Depends-on): Add localcharset.
7694
7695 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7696
7697         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
7698         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
7699         * NEWS: announce this.
7700         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
7701
7702 2008-01-09  Simon Josefsson  <simon@josefsson.org>
7703         and Eric Blake  <ebb9@byu.net>
7704
7705         Add memmem-simple module.
7706         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
7707         (gl_FUNC_MEMMEM): Separate performance from presence checks.
7708         * modules/memmem-simple: New file.
7709         * modules/memmem (Description): Tweak.
7710         * MODULES.html.sh (string handling): Mention new module.
7711         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
7712         addressed by memmem-simple.
7713         * NEWS: Document the difference.
7714
7715 2008-01-09  Eric Blake  <ebb9@byu.net>
7716
7717         Give gcc some memmem optimization hints.
7718         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
7719         (strcasestr): Declare as pure.
7720         * modules/memmem (Maintainer): Claim my implementation.
7721
7722 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7723
7724         Support AIX 6.1 and higher.
7725         * build-aux/config.libpath: Likewise.
7726         * build-aux/config.rpath: Likewise.
7727
7728 2008-01-08  Jim Meyering  <meyering@redhat.com>
7729             Bruno Haible  <bruno@clisp.org>
7730
7731         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
7732         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
7733         Reported by Peter Fales in
7734         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
7735
7736 2008-01-08  Bruno Haible  <bruno@clisp.org>
7737
7738         * modules/unictype/category-of (Depends-on): Add
7739         unictype/category-none.
7740         * modules/unictype/category-and-tests (Depends-on): Add
7741         unictype/category-{L,N,Lu,Nd}.
7742         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
7743         * modules/unictype/category-or-tests (Depends-on): Add
7744         unictype/category-{L,N}.
7745         * modules/unictype/category-name-tests (Depends-on): Add
7746         unictype/category-{Z,Nl}.
7747         Reported by Simon Josefsson.
7748
7749 2008-01-08  Bruno Haible  <bruno@clisp.org>
7750
7751         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
7752         convention better.
7753         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
7754         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
7755         Reported by Peter Miller <millerp@canb.auug.org.au>.
7756
7757 2008-01-08  Eric Blake  <ebb9@byu.net>
7758
7759         Rewrite memmem to guarantee linear complexity without malloc.
7760         * lib/memmem.c (memmem): Use Two-Way rather than
7761         Knuth-Morris-Pratt, to allow O(1) space usage.
7762         (critical_factorization, two_way_short_needle)
7763         (two_way_long_needle): New functions.
7764         (knuth_morris_pratt): Delete.
7765         * modules/memmem (Depends-on): No longer need malloca or stdbool.
7766         Add stdint.
7767         * tests/test-memmem.c (main): Add tests for periodic needle and
7768         sublinear performance.
7769         * doc/functions/memmem.texi (memmem): Document other deficiencies
7770         in cygwin and older glibc.
7771
7772 2008-01-08  Bruno Haible  <bruno@clisp.org>
7773
7774         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
7775         augmentation.
7776
7777 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
7778
7779         Add a configure time option: --disable-acl.
7780         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
7781         AC_ARG_ENABLE(acl).
7782
7783 2008-01-06  Simon Josefsson  <simon@josefsson.org>
7784
7785         * tests/test-localename.c: Don't include obsolete "setenv.h".
7786
7787         * modules/localename-tests (Depends-on): Need unsetenv.
7788
7789 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7790
7791         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
7792
7793 2008-01-06  Colin Watson  <cjwatson@debian.org>
7794
7795         * users.txt: Add man-db.
7796
7797 2008-01-07  Bruno Haible  <bruno@clisp.org>
7798
7799         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
7800         previous section name.
7801
7802 2008-01-07  Bruno Haible  <bruno@clisp.org>
7803
7804         * lib/progname.c (set_program_name): Don't strip off a leading
7805         "lt-" prefix outside a .libs directory.
7806         Suggested by Paul Eggert.
7807
7808 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
7809             Bruno Haible  <bruno@clisp.org>
7810
7811         Improve memory cleanup in 'relocatable' module.
7812         * lib/relocatable.h (compute_curr_prefix): Change return type to
7813         'char *'.
7814         * lib/relocatable.c (compute_curr_prefix): Change return type to
7815         'char *'. Free curr_installdir after use.
7816         (relocate): Free curr_prefix_better after use.
7817         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
7818
7819 2008-01-01  Bruno Haible  <bruno@clisp.org>
7820
7821         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
7822         failure on older glibc systems.
7823         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7824
7825 2008-01-05  Eric Blake  <ebb9@byu.net>
7826
7827         Avoid quadratic system memmem.
7828         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
7829         Reported by Ralf Wildenhues.
7830
7831         Fix memmem test for mingw.
7832         * modules/memmem-tests (configure.ac): Check for alarm.
7833         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
7834         it.
7835         * doc/functions/memmem.texi: New file.
7836         * doc/gnulib.texi (Function Substitutes): Add memmem.
7837         Reported by Bruno Haible.
7838
7839 2008-01-04  Bruno Haible  <bruno@clisp.org>
7840
7841         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
7842         Require gl_HEADER_STRINGS_H_DEFAULTS, not
7843         gl_HEADER_STRING_H_DEFAULTS.
7844
7845 2008-01-04  Eric Blake  <ebb9@byu.net>
7846
7847         Shorten duration of memmem test.
7848         * tests/test-memmem.c (main): Use alarm to declare failure if test
7849         is taking too long.
7850         Reported by Ralf Wildenhues.
7851
7852 2007-12-21  Simon Josefsson  <simon@josefsson.org>
7853
7854         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
7855         string, needed by strerror.
7856
7857 2008-01-03  Colin Watson  <cjwatson@debian.org>
7858             Bruno Haible  <bruno@clisp.org>
7859
7860         * doc/gnulib-tool.texi (Localization): New section.
7861
7862 2008-01-02  Bruno Haible  <bruno@clisp.org>
7863
7864         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
7865         variables to 'unsigned char *' type.
7866         Reported by Paul Eggert.
7867
7868 2008-01-02  Jim Meyering  <jim@meyering.net>
7869
7870         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
7871
7872 2007-12-31  Jim Meyering  <jim@meyering.net>
7873
7874         Avoid use of private FTS type name.
7875         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
7876
7877 2007-12-30  Karl Berry  <karl@gnu.org>
7878
7879         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
7880         work around defect in Texinfo and/or the standalone Info browser.
7881
7882 2007-12-30  Bruno Haible  <bruno@clisp.org>
7883
7884         Unify 5 copies of the KMP code.
7885         * lib/str-kmp.h: New file.
7886         * lib/c-strcasestr.c: Include str-kmp.h.
7887         (knuth_morris_pratt): Remove function.
7888         (c_strcasestr): Update.
7889         * lib/c-strstr.c: Include str-kmp.h.
7890         (knuth_morris_pratt): Remove function.
7891         (c_strcasestr): Update.
7892         * lib/mbscasestr.c: Include str-kmp.h.
7893         (knuth_morris_pratt_unibyte): Remove function.
7894         * lib/mbsstr.c: Include str-kmp.h.
7895         (knuth_morris_pratt_unibyte): Remove function.
7896         * lib/strcasestr.c: Include str-kmp.h.
7897         (knuth_morris_pratt): Remove function.
7898         (strcasestr): Update.
7899         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
7900         * modules/c-strstr (Files): Likewise.
7901         * modules/mbscasestr (Files): Likewise.
7902         * modules/mbsstr (Files): Likewise.
7903         * modules/strcasestr (Files): Likewise.
7904         Suggested by Paul Eggert.
7905
7906 2007-12-30  Bruno Haible  <bruno@clisp.org>
7907
7908         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
7909         defined.
7910
7911 2007-12-30  Bruno Haible  <bruno@clisp.org>
7912
7913         * lib/xmalloca.h: Include xalloc.h.
7914         (xnmalloca): New macro.
7915
7916 2007-12-30  Bruno Haible  <bruno@clisp.org>
7917
7918         * lib/malloca.h (nmalloca): New macro.
7919         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
7920         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
7921         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
7922         knuth_morris_pratt_multibyte): Likewise.
7923         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
7924         knuth_morris_pratt_multibyte): Likewise.
7925         * lib/memmem.c (knuth_morris_pratt): Likewise.
7926         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
7927
7928 2007-12-25  Bruno Haible  <bruno@clisp.org>
7929
7930         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
7931         * lib/glob.c: Don't include openat.h.
7932         (link_exists2_p): Add back the code that deals with the
7933         !GLOB_ALTDIRFUNC case.
7934         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
7935         let it do the filename concatenation.
7936         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
7937         * modules/glob (Depends-on): Remove openat.
7938
7939 2007-12-31  Bruno Haible  <bruno@clisp.org>
7940
7941         * modules/dirfd (License): Change to LGPLv2+.
7942         Approved by Jim Meyering.
7943
7944 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
7947         when multiplying M by sizeof (size_t).
7948
7949 2007-12-10  Martin Lambers  <marlam@marlam.de>
7950
7951         Override getpagesize on mingw.
7952         * lib/getpagesize.c: New file.
7953         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
7954         * modules/getpagesize (Files): Add lib/getpagesize.c.
7955         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
7956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7957         REPLACE_GETPAGESIZE.
7958         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
7959
7960 2007-12-25  Bruno Haible  <bruno@clisp.org>
7961
7962         * modules/localcharset (Notice): New field.
7963         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
7964         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
7965
7966 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7967             Bruno Haible  <bruno@clisp.org>
7968
7969         Avoid using the syntax symbol() in formatted documentation.
7970         * MODULES.html.sh (func_module): When replacing symbol() with a
7971         hyperlink, remove the parentheses. Show an error if some remain.
7972         Recognize and render the '...' syntax.
7973         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
7974         Rework. Add paragraph about GCC's inlining.
7975         * doc/alloca.texi: Likewise.
7976         * doc/error.texi: Remove parentheses from symbol reference.
7977         * doc/gnulib-intro.texi: Likewise.
7978         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
7979         * modules/fnmatch (Description): Reword to say "the ... function".
7980         * modules/full-read (Description): Likewise.
7981         * modules/full-write (Description): Likewise.
7982         * modules/safe-read (Description): Likewise.
7983         * modules/safe-write (Description): Likewise.
7984         * modules/strchrnul (Description): Likewise.
7985         * modules/trim (Description): Likewise.
7986         * modules/error (Description): Remove parentheses from symbol
7987         references.
7988         * modules/verror (Description): Likewise.
7989         Reported by Karl Berry.
7990
7991 2007-12-25  Bruno Haible  <bruno@clisp.org>
7992
7993         Fixup after 2007-10-16 commit.
7994         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
7995
7996 2007-12-24  Bruno Haible  <bruno@clisp.org>
7997
7998         Make --enable-relocatable work with DESTDIR.
7999         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8000         to compute installdir from destprog.
8001         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8002         also set the RELOC_DESTDIR variable.
8003         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8004
8005 2007-12-24  Bruno Haible  <bruno@clisp.org>
8006
8007         Fix link error due to xalloc_die().
8008         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8009         of xreadlink.
8010         * lib/relocwrapper.c: Update comments.
8011         * build-aux/install-reloc: Remove xreadlink.c from file list.
8012         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8013         xreadlink.c.
8014         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8015
8016 2007-12-24  Bruno Haible  <bruno@clisp.org>
8017
8018         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8019         * lib/setenv.h: Remove file.
8020         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8021         lib/setenv.h.
8022         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8023         (Depends-on): Add stdlib.
8024         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8025         gl_FUNC_UNSETENV.
8026         (Include): Replace setenv.h with <stdlib.h>.
8027         * modules/unsetenv: New file.
8028         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8029         * lib/unsetenv.c: Include <stdlib.h> first.
8030         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8031         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8032         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8033         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8034         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8035         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8036         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8037         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8038         * doc/functions/unsetenv.texi: Update.
8039         * modules/xsetenv (Depends-on): Add unsetenv.
8040         * modules/getdate (Depends-on): Likewise.
8041         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8042         * lib/xsetenv.c: Don't include setenv.h.
8043         * lib/getdate.y: Likewise.
8044         * lib/relocwrapper.c: Likewise.
8045         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8046         (Depends-on): Add stdlib.
8047         * NEWS: Mention the changes.
8048         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8049
8050 2007-12-23  Bruno Haible  <bruno@clisp.org>
8051
8052         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8053         indentation.
8054
8055 2007-12-23  Bruno Haible  <bruno@clisp.org>
8056
8057         * lib/c-strcasestr.c: Add more comments.
8058         * lib/c-strstr.c: Likewise.
8059         * lib/mbscasestr.c: Likewise.
8060         * lib/mbsstr.c: Likewise.
8061         * lib/strcasestr.c: Likewise.
8062         * lib/memmem.c: Likewise.
8063
8064 2007-12-23  Bruno Haible  <bruno@clisp.org>
8065
8066         * tests/test-memmem.c: Include <string.h> first.
8067
8068 2007-12-22  Bruno Haible  <bruno@clisp.org>
8069
8070         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8071         the contents of $testsbase.
8072         Reported by Ralf Wildenhues.
8073
8074 2007-12-22  Bruno Haible  <bruno@clisp.org>
8075
8076         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8077         two variables local_ldadd_before, local_ldadd_last.
8078
8079 2007-12-20  Eric Blake  <ebb9@byu.net>
8080
8081         Work around circular library issue when cross-compiling.
8082         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8083         that progname.o does not need to pull in rpl_memcmp.
8084
8085 2007-12-19  Eric Blake  <ebb9@byu.net>
8086
8087         Fix memmem to avoid O(n^2) worst-case complexity.
8088         * lib/memmem.c (knuth_morris_pratt): New function.
8089         (memmem): Use it if first few naive iterations fail.
8090         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8091         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8092         * modules/memchr (License): Likewise.
8093         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8094         malloca.
8095         * tests/test-memmem.c: Rewrite, borrowing ideas from
8096         test-mbsstr1.c; the old version wouldn't even compile!
8097         * modules/memmem-tests: New file.
8098         * lib/string.in.h (rpl_memmem): Add declaration.
8099         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8100         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8101         REPLACE_MEMMEM.
8102
8103 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8104
8105         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8106         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8107         before any system include files, and undef after them all.  This
8108         should fix a problem on VMS reported by John E. Malmberg in
8109         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8110
8111 2007-12-17  Eric Blake  <ebb9@byu.net>
8112
8113         Revert addition of verify, for BSD/OS.
8114         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8115         can't handle large files, for the sake of obsolete platforms.
8116         * modules/fseeko (Depends-on): Remove verify.
8117         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8118         * doc/functions/ftello.texi (ftello): Likewise.
8119         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8120         Reported by Larry Jones.
8121
8122 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8123
8124         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8125         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8126
8127 2007-12-17  Jim Meyering  <meyering@redhat.com>
8128
8129         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8130         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8131         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8132         * modules/getcwd (Depends-on): Add openat.
8133         Reported by Petr Salinger.
8134
8135 2007-12-17  Bruno Haible  <bruno@clisp.org>
8136
8137         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8138         avoid a segmentation fault of the configure test on x86_64 systems.
8139
8140 2007-12-15  Jim Meyering  <meyering@redhat.com>
8141
8142         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8143
8144 2007-12-13  Eric Blake  <ebb9@byu.net>
8145
8146         Another fseek test.
8147         * tests/test-fseek.c (main): Also test ungetc handling.
8148         * tests/test-fseeko.c (main): Likewise.
8149         * modules/fseeko (Depends-on): Add verify.
8150         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8151         large.
8152         Reported by Larry Jones.
8153
8154         Fix fseeko on mingw.
8155         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8156         seek.
8157
8158         Beef up fseek tests.
8159         * tests/test-fseek.c (main): Also test eof handling.
8160         * tests/test-fseeko.c (main): Likewise.
8161         Reported by Larry Jones.
8162
8163 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8164
8165         Fix fseeko on BSD-based platforms.
8166         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8167         successful seek.
8168
8169 2007-12-12  Eric Blake  <ebb9@byu.net>
8170
8171         Allow circular dependency of separate libtests.a
8172         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8173         when use_libtests.
8174
8175 2007-12-11  Eric Blake  <ebb9@byu.net>
8176
8177         Fix bug with -0.0L in previous patch.
8178         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8179         * tests/test-isnan.c (main): Also test on zeroes.
8180         * tests/test-isnanf.c (main): Likewise.
8181         * tests/test-isnanl.h (main): Likewise.
8182
8183         Detect pseudo-denormals on x86 even when cross-compiling.
8184         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
8185         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
8186         invalid bit patterns that happen to satisfy ==.
8187
8188         Avoid link failures with separate libtests.a.
8189         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
8190         last, to satisfy circular dependencies.
8191
8192 2007-12-11  Eric Blake  <ebb9@byu.net>
8193         and Bruno Haible  <bruno@clisp.org>
8194
8195         Fix OpenBSD 4.0 <float.h> handling of long double.
8196         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
8197         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
8198         * doc/headers/float.texi (float.h): Document OpenBSD bug.
8199
8200 2007-12-11  Jim Meyering  <meyering@redhat.com>
8201
8202         * users.txt: Add libvirt.
8203
8204         Support versions of autoconf prior to 2.59c.
8205         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
8206         if it is not already defined.
8207
8208 2007-12-09  Bruno Haible  <bruno@clisp.org>
8209
8210         Let 'gnulib-tool --import' collect sources needed for the tests in
8211         tests/ rather than in lib/.
8212         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
8213         argument. If true, add rules to generate libtests.a, and put libtests.a
8214         into $(LDADD). Consider source files in subdirectories and set
8215         uses_subdirs.
8216         (func_emit_initmacro_start, func_emit_initmacro_end,
8217         func_emit_initmacro_done): Pass all arguments explicitly.
8218         (func_import): Determine two module lists main_modules,
8219         testsrelated_modules. Determine use_libtests. Determine two variables
8220         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
8221         instead of just sed_transform_lib_file. Determine two variables
8222         main_files and testsrelated_files. Compute 'files' as the union of
8223         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
8224         func_add_or_update. In the generated gnulib-comp.m4, collect the
8225         object files for tests/ in different variables than those for lib/.
8226         Substitute LIBTESTS_LIBDEPS.
8227         (func_create_testdir): Combine the uses_subdirs results from
8228         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
8229
8230 2007-12-09  Bruno Haible  <bruno@clisp.org>
8231
8232         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
8233         the build-aux directory.
8234
8235 2007-12-09  Bruno Haible  <bruno@clisp.org>
8236
8237         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
8238         introduced on 2006-09-09.
8239
8240 2007-12-07  Jim Meyering  <meyering@redhat.com>
8241
8242         Let these macros work also with autoconf-2.59.
8243         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
8244         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
8245         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8246
8247 2007-12-06  Jim Meyering  <meyering@redhat.com>
8248
8249         Avoid a configure-time syntax error in gl_FUNC_ACL.
8250         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
8251         function in each branch, before testing the cache variable.
8252
8253 2007-12-04  Eric Blake  <ebb9@byu.net>
8254
8255         Make scripts executable.
8256         * build-aux/config.guess: Add execute permissions.
8257         * build-aux/config.sub: Likewise.
8258         * build-aux/gendocs.sh: Likewise.
8259
8260         Fix frexp on mingw.
8261         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
8262         cross-compiling.
8263         * doc/functions/frexp.texi (frexp): Document the bug.
8264
8265         Make cygwin fseeko check more reliable.
8266         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
8267         version numbers, rather than unrelated feature check.
8268         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
8269         * doc/functions/ftello.texi (ftello): Likewise.
8270         Reported by Bruno Haible.
8271
8272         * m4/strerror.m4: Bump version number.
8273
8274 2007-12-03  Bruno Haible  <bruno@clisp.org>
8275
8276         * doc/functions/mprotect.texi: Mention the mingw problem.
8277
8278 2007-12-03  Eric Blake  <ebb9@byu.net>
8279
8280         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
8281         REPLACE_STRERROR is initialized before this macro.
8282
8283 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8284
8285         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
8286         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
8287         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
8288         put -lsec in even for programs other than 'ls'.  This fixes a problem
8289         for gettext reported by Bruno Haible in
8290         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
8291         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
8292         Add support for Solaris 10.  This isn't efficient, but should get the
8293         job done for now.
8294
8295 2007-12-03  James Youngman  <jay@gnu.org>
8296
8297         * doc/regexprops-generic.texi: change "an close-group" to "a
8298         close-group" and "illegal" to "not allowed".
8299
8300 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8301
8302         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
8303         pr_byname.h. Needed for the rare case when the maintainer has done
8304         "make maintainer-clean" in the source directory and then attempts a
8305         build outside the source directory.
8306         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
8307         scripts_byname.h.
8308
8309 2007-12-02  Martin Lambers <marlam@marlam.de>
8310             Bruno Haible  <bruno@clisp.org>
8311
8312         * lib/getpagesize.h: Remove file.
8313         * lib/unistd.in.h: Include declaration of getpagesize here.
8314         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
8315         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
8316         HAVE_SYS_PARAM_H.
8317         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
8318         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8319         * modules/getpagesize (Files): Remove lib/getpagesize.h.
8320         (Depends-on): Add unistd.
8321         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8322         (Include): Use <unistd.h> instead of getpagesize.h.
8323         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
8324         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8325         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
8326         gl_GETPAGESIZE invocation, already handled by module dependency.
8327         * lib/pagealign_alloc.c: Don't include getpagesize.h.
8328
8329 2007-12-02  Bruno Haible  <bruno@clisp.org>
8330
8331         * modules/strings-tests: New file.
8332         * tests/test-strings.c: New file.
8333
8334         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
8335         * lib/strings.in.h: New file.
8336         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
8337         * m4/strings_h.m4: New file.
8338         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
8339         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
8340         * modules/strings: New file.
8341         * modules/string (Makefile.am): Update.
8342         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
8343         Reported by Karl Berry.
8344
8345 2007-12-01  Eric Blake  <ebb9@byu.net>
8346
8347         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
8348         accomodate fix in cygwin 1.5.25.
8349
8350 2007-12-01  Jim Meyering  <meyering@redhat.com>
8351
8352         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
8353         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8354         that would inhibit utf8-optimization of a regexp containing line-
8355         or buffer-anchors, e.g., `^', `$'.
8356
8357 2007-11-30  Bruno Haible  <bruno@clisp.org>
8358
8359         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
8360         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
8361         glthread_recursive_lock_init.
8362         * lib/lock.c (glthread_recursive_lock_init)
8363         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
8364         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8365
8366 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8367
8368         New function qset_acl, like set_acl but with syscall semantics.
8369         * lib/acl.h (qset_acl): New decl.
8370         * lib/acl.c (qset_acl): New function.
8371         (set_acl): Use new function.  Use more-consistent diagnostics.
8372
8373 2007-11-28  Jim Meyering  <meyering@redhat.com>
8374
8375         * modules/physmem (License): Change from GPL to LGPLv2+.
8376
8377 2007-11-26  Bruno Haible  <bruno@clisp.org>
8378
8379         * lib/vasnprintf.c (decode_long_double): Don't abort if the
8380         'long double' type has excess precision.
8381         Reported by Jim Meyering in
8382         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
8383
8384 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8385
8386         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
8387         Sync from <http://gnu.org/licenses>.
8388         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
8389         with license text from same location.
8390         * doc/maintain.texi, doc/standards.texi:  Sync from
8391         <http://savannah.gnu.org/projects/gnustandards>.
8392
8393 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
8394         and Jim Meyering  <meyering@redhat.com>
8395
8396         Adjust getdate' grammar to accept a slightly more regular language.
8397         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
8398         Before, the former was rejected.
8399         * lib/getdate.y (digits_to_date_time): New function, factored
8400         out of ...
8401         (number): ...here.  Just call digits_to_date_time.
8402         (hybrid): New non-terminal to handle an <unsigned number,
8403         signed relative offset> sequence consistently.
8404
8405 2007-11-18  Jim Meyering  <meyering@redhat.com>
8406
8407         Pull my changes from coreutils:
8408         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
8409         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
8410         use of $gnulib_tool_option_extras, so that it's separated from the
8411         preceding argument.
8412
8413         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
8414         * build-aux/bootstrap (cp_mark_as_generated): Create any required
8415         parent destination directories before copying a file into place.
8416
8417 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8418
8419         bootstrap: work also with 4-argument variant of AC_INIT
8420         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
8421
8422 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8423
8424         Port test-getaddrinfo to Solaris.
8425         Problem reported by Bruno Haible in
8426         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
8427         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
8428         explanation of setting 'hints'.
8429         Don't reject an implementation merely because it returns EAI_SERVICE.
8430         (EAI_SERVICE): Define to 0 if not defined.
8431
8432 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8433
8434         The license of gnu-make and posix-shell is now "GPLed build tool".
8435         * modules/gnu-make (License): Likewise.
8436         * modules/posix-shell (License): Likewise.
8437
8438         New module posix-shell, for determining a POSIX shell
8439         or perhaps something that is close enough to a POSIX shell.
8440         * m4/posix-shell.m4: New file.
8441         * modules/posix-shell: New file.
8442
8443         * MODULES.html.sh: Mention new module.
8444
8445         New module gnu-make, for determining whether we're using GNU Make.
8446         * m4/gnu-make.m4: New file.
8447         * modules/gnu-make: New file.
8448         * MODULES.html.sh: Mention new module.
8449
8450 2007-11-14  Jim Meyering  <meyering@redhat.com>
8451
8452         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
8453         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
8454         use this macro to create a function _definition_.
8455         Remove useless "#undef ARGMATCH_DIE".
8456
8457 2007-11-14  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/config.charset: Update for OpenBSD 4.1.
8460         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
8461
8462 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
8463
8464         Document 64-bit #if problems in stdint.texi.
8465         * doc/headers/stdint.texi (stdint.h): Mention problems with
8466         64-bit-#if, and how to work around them.
8467
8468         Don't insist on 'long long int' support in the preprocessor.  It
8469         breaks too many things.  For example, PRIdMAX still uses a 'long
8470         long int' format with the latest Sun compiler, even though
8471         HAVE_LONG_LONG_INT isn't defined due to that compiler's
8472         preprocessor problem.  This causes the latest coreutils to dump
8473         core on Solaris 10 sparc with the Sun C compiler.
8474         Instead, fix the 2007-10-16 problem in a different way, by evaluating
8475         the troublesome expressions at configure-time, not at #if-time.
8476         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
8477         preprocessor.
8478         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
8479         compile-time C checks, done at 'configure'-time.
8480         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
8481         * modules/inttypes (Makefile): Substitute the new symbols that
8482         gl_INTTYPES_H now generates.
8483         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
8484
8485 2007-11-12  Bruno Haible  <bruno@clisp.org>
8486
8487         Tests for Unicode character classification functions.
8488
8489         * modules/unictype/bidicategory-byname-tests: New file.
8490         * modules/unictype/bidicategory-name-tests: New file.
8491         * modules/unictype/bidicategory-of-tests: New file.
8492         * modules/unictype/bidicategory-test-tests: New file.
8493         * modules/unictype/block-list-tests: New file.
8494         * modules/unictype/block-of-tests: New file.
8495         * modules/unictype/block-test-tests: New file.
8496         * modules/unictype/category-C-tests: New file.
8497         * modules/unictype/category-Cc-tests: New file.
8498         * modules/unictype/category-Cf-tests: New file.
8499         * modules/unictype/category-Cn-tests: New file.
8500         * modules/unictype/category-Co-tests: New file.
8501         * modules/unictype/category-Cs-tests: New file.
8502         * modules/unictype/category-L-tests: New file.
8503         * modules/unictype/category-Ll-tests: New file.
8504         * modules/unictype/category-Lm-tests: New file.
8505         * modules/unictype/category-Lo-tests: New file.
8506         * modules/unictype/category-Lt-tests: New file.
8507         * modules/unictype/category-Lu-tests: New file.
8508         * modules/unictype/category-M-tests: New file.
8509         * modules/unictype/category-Mc-tests: New file.
8510         * modules/unictype/category-Me-tests: New file.
8511         * modules/unictype/category-Mn-tests: New file.
8512         * modules/unictype/category-N-tests: New file.
8513         * modules/unictype/category-Nd-tests: New file.
8514         * modules/unictype/category-Nl-tests: New file.
8515         * modules/unictype/category-No-tests: New file.
8516         * modules/unictype/category-P-tests: New file.
8517         * modules/unictype/category-Pc-tests: New file.
8518         * modules/unictype/category-Pd-tests: New file.
8519         * modules/unictype/category-Pe-tests: New file.
8520         * modules/unictype/category-Pf-tests: New file.
8521         * modules/unictype/category-Pi-tests: New file.
8522         * modules/unictype/category-Po-tests: New file.
8523         * modules/unictype/category-Ps-tests: New file.
8524         * modules/unictype/category-S-tests: New file.
8525         * modules/unictype/category-Sc-tests: New file.
8526         * modules/unictype/category-Sk-tests: New file.
8527         * modules/unictype/category-Sm-tests: New file.
8528         * modules/unictype/category-So-tests: New file.
8529         * modules/unictype/category-Z-tests: New file.
8530         * modules/unictype/category-Zl-tests: New file.
8531         * modules/unictype/category-Zp-tests: New file.
8532         * modules/unictype/category-Zs-tests: New file.
8533         * modules/unictype/category-and-not-tests: New file.
8534         * modules/unictype/category-and-tests: New file.
8535         * modules/unictype/category-byname-tests: New file.
8536         * modules/unictype/category-name-tests: New file.
8537         * modules/unictype/category-none-tests: New file.
8538         * modules/unictype/category-of-tests: New file.
8539         * modules/unictype/category-or-tests: New file.
8540         * modules/unictype/category-test-withtable-tests: New file.
8541         * modules/unictype/combining-class-tests: New file.
8542         * modules/unictype/ctype-alnum-tests: New file.
8543         * modules/unictype/ctype-alpha-tests: New file.
8544         * modules/unictype/ctype-blank-tests: New file.
8545         * modules/unictype/ctype-cntrl-tests: New file.
8546         * modules/unictype/ctype-digit-tests: New file.
8547         * modules/unictype/ctype-graph-tests: New file.
8548         * modules/unictype/ctype-lower-tests: New file.
8549         * modules/unictype/ctype-print-tests: New file.
8550         * modules/unictype/ctype-punct-tests: New file.
8551         * modules/unictype/ctype-space-tests: New file.
8552         * modules/unictype/ctype-upper-tests: New file.
8553         * modules/unictype/ctype-xdigit-tests: New file.
8554         * modules/unictype/decimal-digit-tests: New file.
8555         * modules/unictype/digit-tests: New file.
8556         * modules/unictype/mirror-tests: New file.
8557         * modules/unictype/numeric-tests: New file.
8558         * modules/unictype/property-alphabetic-tests: New file.
8559         * modules/unictype/property-ascii-hex-digit-tests: New file.
8560         * modules/unictype/property-bidi-arabic-digit-tests: New file.
8561         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
8562         * modules/unictype/property-bidi-block-separator-tests: New file.
8563         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
8564         * modules/unictype/property-bidi-common-separator-tests: New file.
8565         * modules/unictype/property-bidi-control-tests: New file.
8566         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
8567         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
8568         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
8569         * modules/unictype/property-bidi-european-digit-tests: New file.
8570         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
8571         * modules/unictype/property-bidi-left-to-right-tests: New file.
8572         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
8573         * modules/unictype/property-bidi-other-neutral-tests: New file.
8574         * modules/unictype/property-bidi-pdf-tests: New file.
8575         * modules/unictype/property-bidi-segment-separator-tests: New file.
8576         * modules/unictype/property-bidi-whitespace-tests: New file.
8577         * modules/unictype/property-byname-tests: New file.
8578         * modules/unictype/property-combining-tests: New file.
8579         * modules/unictype/property-composite-tests: New file.
8580         * modules/unictype/property-currency-symbol-tests: New file.
8581         * modules/unictype/property-dash-tests: New file.
8582         * modules/unictype/property-decimal-digit-tests: New file.
8583         * modules/unictype/property-default-ignorable-code-point-tests: New file.
8584         * modules/unictype/property-deprecated-tests: New file.
8585         * modules/unictype/property-diacritic-tests: New file.
8586         * modules/unictype/property-extender-tests: New file.
8587         * modules/unictype/property-format-control-tests: New file.
8588         * modules/unictype/property-grapheme-base-tests: New file.
8589         * modules/unictype/property-grapheme-extend-tests: New file.
8590         * modules/unictype/property-grapheme-link-tests: New file.
8591         * modules/unictype/property-hex-digit-tests: New file.
8592         * modules/unictype/property-hyphen-tests: New file.
8593         * modules/unictype/property-id-continue-tests: New file.
8594         * modules/unictype/property-id-start-tests: New file.
8595         * modules/unictype/property-ideographic-tests: New file.
8596         * modules/unictype/property-ids-binary-operator-tests: New file.
8597         * modules/unictype/property-ids-trinary-operator-tests: New file.
8598         * modules/unictype/property-ignorable-control-tests: New file.
8599         * modules/unictype/property-iso-control-tests: New file.
8600         * modules/unictype/property-join-control-tests: New file.
8601         * modules/unictype/property-left-of-pair-tests: New file.
8602         * modules/unictype/property-line-separator-tests: New file.
8603         * modules/unictype/property-logical-order-exception-tests: New file.
8604         * modules/unictype/property-lowercase-tests: New file.
8605         * modules/unictype/property-math-tests: New file.
8606         * modules/unictype/property-non-break-tests: New file.
8607         * modules/unictype/property-not-a-character-tests: New file.
8608         * modules/unictype/property-numeric-tests: New file.
8609         * modules/unictype/property-other-alphabetic-tests: New file.
8610         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
8611         * modules/unictype/property-other-grapheme-extend-tests: New file.
8612         * modules/unictype/property-other-id-continue-tests: New file.
8613         * modules/unictype/property-other-id-start-tests: New file.
8614         * modules/unictype/property-other-lowercase-tests: New file.
8615         * modules/unictype/property-other-math-tests: New file.
8616         * modules/unictype/property-other-uppercase-tests: New file.
8617         * modules/unictype/property-paired-punctuation-tests: New file.
8618         * modules/unictype/property-paragraph-separator-tests: New file.
8619         * modules/unictype/property-pattern-syntax-tests: New file.
8620         * modules/unictype/property-pattern-white-space-tests: New file.
8621         * modules/unictype/property-private-use-tests: New file.
8622         * modules/unictype/property-punctuation-tests: New file.
8623         * modules/unictype/property-quotation-mark-tests: New file.
8624         * modules/unictype/property-radical-tests: New file.
8625         * modules/unictype/property-sentence-terminal-tests: New file.
8626         * modules/unictype/property-soft-dotted-tests: New file.
8627         * modules/unictype/property-space-tests: New file.
8628         * modules/unictype/property-terminal-punctuation-tests: New file.
8629         * modules/unictype/property-test-tests: New file.
8630         * modules/unictype/property-titlecase-tests: New file.
8631         * modules/unictype/property-unassigned-code-value-tests: New file.
8632         * modules/unictype/property-unified-ideograph-tests: New file.
8633         * modules/unictype/property-uppercase-tests: New file.
8634         * modules/unictype/property-variation-selector-tests: New file.
8635         * modules/unictype/property-white-space-tests: New file.
8636         * modules/unictype/property-xid-continue-tests: New file.
8637         * modules/unictype/property-xid-start-tests: New file.
8638         * modules/unictype/property-zero-width-tests: New file.
8639         * modules/unictype/scripts-tests: New file.
8640         * modules/unictype/syntax-c-ident-tests: New file.
8641         * modules/unictype/syntax-c-whitespace-tests: New file.
8642         * modules/unictype/syntax-java-ident-tests: New file.
8643         * modules/unictype/syntax-java-whitespace-tests: New file.
8644         * tests/unictype/test-bidi_byname.c: New file.
8645         * tests/unictype/test-bidi_name.c: New file.
8646         * tests/unictype/test-bidi_of.c: New file.
8647         * tests/unictype/test-bidi_test.c: New file.
8648         * tests/unictype/test-block_list.c: New file.
8649         * tests/unictype/test-block_of.c: New file.
8650         * tests/unictype/test-block_test.c: New file.
8651         * tests/unictype/test-categ_and.c: New file.
8652         * tests/unictype/test-categ_and_not.c: New file.
8653         * tests/unictype/test-categ_byname.c: New file.
8654         * tests/unictype/test-categ_name.c: New file.
8655         * tests/unictype/test-categ_none.c: New file.
8656         * tests/unictype/test-categ_of.c: New file.
8657         * tests/unictype/test-categ_or.c: New file.
8658         * tests/unictype/test-categ_test_withtable.c: New file.
8659         * tests/unictype/test-combining.c: New file.
8660         * tests/unictype/test-decdigit.c: New file.
8661         * tests/unictype/test-digit.c: New file.
8662         * tests/unictype/test-mirror.c: New file.
8663         * tests/unictype/test-numeric.c: New file.
8664         * tests/unictype/test-pr_byname.c: New file.
8665         * tests/unictype/test-pr_test.c: New file.
8666         * tests/unictype/test-predicate-part1.h: New file.
8667         * tests/unictype/test-predicate-part2.h: New file.
8668         * tests/unictype/test-scripts.c: New file.
8669         * tests/unictype/test-sy_c_ident.c: New file.
8670         * tests/unictype/test-sy_java_ident.c: New file.
8671
8672         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
8673         for Unicode 5.0.0.
8674         * tests/unictype/test-categ_Cc.c: Likewise.
8675         * tests/unictype/test-categ_Cf.c: Likewise.
8676         * tests/unictype/test-categ_Cn.c: Likewise.
8677         * tests/unictype/test-categ_Co.c: Likewise.
8678         * tests/unictype/test-categ_Cs.c: Likewise.
8679         * tests/unictype/test-categ_L.c: Likewise.
8680         * tests/unictype/test-categ_Ll.c: Likewise.
8681         * tests/unictype/test-categ_Lm.c: Likewise.
8682         * tests/unictype/test-categ_Lo.c: Likewise.
8683         * tests/unictype/test-categ_Lt.c: Likewise.
8684         * tests/unictype/test-categ_Lu.c: Likewise.
8685         * tests/unictype/test-categ_M.c: Likewise.
8686         * tests/unictype/test-categ_Mc.c: Likewise.
8687         * tests/unictype/test-categ_Me.c: Likewise.
8688         * tests/unictype/test-categ_Mn.c: Likewise.
8689         * tests/unictype/test-categ_N.c: Likewise.
8690         * tests/unictype/test-categ_Nd.c: Likewise.
8691         * tests/unictype/test-categ_Nl.c: Likewise.
8692         * tests/unictype/test-categ_No.c: Likewise.
8693         * tests/unictype/test-categ_P.c: Likewise.
8694         * tests/unictype/test-categ_Pc.c: Likewise.
8695         * tests/unictype/test-categ_Pd.c: Likewise.
8696         * tests/unictype/test-categ_Pe.c: Likewise.
8697         * tests/unictype/test-categ_Pf.c: Likewise.
8698         * tests/unictype/test-categ_Pi.c: Likewise.
8699         * tests/unictype/test-categ_Po.c: Likewise.
8700         * tests/unictype/test-categ_Ps.c: Likewise.
8701         * tests/unictype/test-categ_S.c: Likewise.
8702         * tests/unictype/test-categ_Sc.c: Likewise.
8703         * tests/unictype/test-categ_Sk.c: Likewise.
8704         * tests/unictype/test-categ_Sm.c: Likewise.
8705         * tests/unictype/test-categ_So.c: Likewise.
8706         * tests/unictype/test-categ_Z.c: Likewise.
8707         * tests/unictype/test-categ_Zl.c: Likewise.
8708         * tests/unictype/test-categ_Zp.c: Likewise.
8709         * tests/unictype/test-categ_Zs.c: Likewise.
8710         * tests/unictype/test-ctype_alnum.c: Likewise.
8711         * tests/unictype/test-ctype_alpha.c: Likewise.
8712         * tests/unictype/test-ctype_blank.c: Likewise.
8713         * tests/unictype/test-ctype_cntrl.c: Likewise.
8714         * tests/unictype/test-ctype_digit.c: Likewise.
8715         * tests/unictype/test-ctype_graph.c: Likewise.
8716         * tests/unictype/test-ctype_lower.c: Likewise.
8717         * tests/unictype/test-ctype_print.c: Likewise.
8718         * tests/unictype/test-ctype_punct.c: Likewise.
8719         * tests/unictype/test-ctype_space.c: Likewise.
8720         * tests/unictype/test-ctype_upper.c: Likewise.
8721         * tests/unictype/test-ctype_xdigit.c: Likewise.
8722         * tests/unictype/test-decdigit.h: Likewise.
8723         * tests/unictype/test-digit.h: Likewise.
8724         * tests/unictype/test-numeric.h: Likewise.
8725         * tests/unictype/test-pr_alphabetic.c: Likewise.
8726         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
8727         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
8728         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
8729         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
8730         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
8731         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
8732         * tests/unictype/test-pr_bidi_control.c: Likewise.
8733         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
8734         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
8735         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
8736         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
8737         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
8738         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
8739         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
8740         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
8741         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
8742         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
8743         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
8744         * tests/unictype/test-pr_combining.c: Likewise.
8745         * tests/unictype/test-pr_composite.c: Likewise.
8746         * tests/unictype/test-pr_currency_symbol.c: Likewise.
8747         * tests/unictype/test-pr_dash.c: Likewise.
8748         * tests/unictype/test-pr_decimal_digit.c: Likewise.
8749         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
8750         * tests/unictype/test-pr_deprecated.c: Likewise.
8751         * tests/unictype/test-pr_diacritic.c: Likewise.
8752         * tests/unictype/test-pr_extender.c: Likewise.
8753         * tests/unictype/test-pr_format_control.c: Likewise.
8754         * tests/unictype/test-pr_grapheme_base.c: Likewise.
8755         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
8756         * tests/unictype/test-pr_grapheme_link.c: Likewise.
8757         * tests/unictype/test-pr_hex_digit.c: Likewise.
8758         * tests/unictype/test-pr_hyphen.c: Likewise.
8759         * tests/unictype/test-pr_id_continue.c: Likewise.
8760         * tests/unictype/test-pr_id_start.c: Likewise.
8761         * tests/unictype/test-pr_ideographic.c: Likewise.
8762         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
8763         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
8764         * tests/unictype/test-pr_ignorable_control.c: Likewise.
8765         * tests/unictype/test-pr_iso_control.c: Likewise.
8766         * tests/unictype/test-pr_join_control.c: Likewise.
8767         * tests/unictype/test-pr_left_of_pair.c: Likewise.
8768         * tests/unictype/test-pr_line_separator.c: Likewise.
8769         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
8770         * tests/unictype/test-pr_lowercase.c: Likewise.
8771         * tests/unictype/test-pr_math.c: Likewise.
8772         * tests/unictype/test-pr_non_break.c: Likewise.
8773         * tests/unictype/test-pr_not_a_character.c: Likewise.
8774         * tests/unictype/test-pr_numeric.c: Likewise.
8775         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
8776         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
8777         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
8778         * tests/unictype/test-pr_other_id_continue.c: Likewise.
8779         * tests/unictype/test-pr_other_id_start.c: Likewise.
8780         * tests/unictype/test-pr_other_lowercase.c: Likewise.
8781         * tests/unictype/test-pr_other_math.c: Likewise.
8782         * tests/unictype/test-pr_other_uppercase.c: Likewise.
8783         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
8784         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
8785         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
8786         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
8787         * tests/unictype/test-pr_private_use.c: Likewise.
8788         * tests/unictype/test-pr_punctuation.c: Likewise.
8789         * tests/unictype/test-pr_quotation_mark.c: Likewise.
8790         * tests/unictype/test-pr_radical.c: Likewise.
8791         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
8792         * tests/unictype/test-pr_soft_dotted.c: Likewise.
8793         * tests/unictype/test-pr_space.c: Likewise.
8794         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
8795         * tests/unictype/test-pr_titlecase.c: Likewise.
8796         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
8797         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
8798         * tests/unictype/test-pr_uppercase.c: Likewise.
8799         * tests/unictype/test-pr_variation_selector.c: Likewise.
8800         * tests/unictype/test-pr_white_space.c: Likewise.
8801         * tests/unictype/test-pr_xid_continue.c: Likewise.
8802         * tests/unictype/test-pr_xid_start.c: Likewise.
8803         * tests/unictype/test-pr_zero_width.c: Likewise.
8804         * tests/unictype/test-sy_c_whitespace.c: Likewise.
8805         * tests/unictype/test-sy_java_whitespace.c: Likewise.
8806
8807 2007-11-12  Bruno Haible  <bruno@clisp.org>
8808
8809         Unicode character classification functions.
8810         * lib/unictype.h: New file.
8811         * modules/unictype/base: New file.
8812         * modules/unictype/category-L: New file.
8813         * modules/unictype/category-Lu: New file.
8814         * modules/unictype/category-Ll: New file.
8815         * modules/unictype/category-Lt: New file.
8816         * modules/unictype/category-Lm: New file.
8817         * modules/unictype/category-Lo: New file.
8818         * modules/unictype/category-M: New file.
8819         * modules/unictype/category-Mn: New file.
8820         * modules/unictype/category-Mc: New file.
8821         * modules/unictype/category-Me: New file.
8822         * modules/unictype/category-N: New file.
8823         * modules/unictype/category-Nd: New file.
8824         * modules/unictype/category-Nl: New file.
8825         * modules/unictype/category-No: New file.
8826         * modules/unictype/category-P: New file.
8827         * modules/unictype/category-Pc: New file.
8828         * modules/unictype/category-Pd: New file.
8829         * modules/unictype/category-Ps: New file.
8830         * modules/unictype/category-Pe: New file.
8831         * modules/unictype/category-Pi: New file.
8832         * modules/unictype/category-Pf: New file.
8833         * modules/unictype/category-Po: New file.
8834         * modules/unictype/category-S: New file.
8835         * modules/unictype/category-Sm: New file.
8836         * modules/unictype/category-Sc: New file.
8837         * modules/unictype/category-Sk: New file.
8838         * modules/unictype/category-So: New file.
8839         * modules/unictype/category-Z: New file.
8840         * modules/unictype/category-Zs: New file.
8841         * modules/unictype/category-Zl: New file.
8842         * modules/unictype/category-Zp: New file.
8843         * modules/unictype/category-C: New file.
8844         * modules/unictype/category-Cc: New file.
8845         * modules/unictype/category-Cf: New file.
8846         * modules/unictype/category-Cs: New file.
8847         * modules/unictype/category-Co: New file.
8848         * modules/unictype/category-Cn: New file.
8849         * modules/unictype/category-or: New file.
8850         * modules/unictype/category-of: New file.
8851         * modules/unictype/category-test: New file.
8852         * modules/unictype/category-test-withtable: New file.
8853         * modules/unictype/category-byname: New file.
8854         * modules/unictype/category-none: New file.
8855         * modules/unictype/category-and: New file.
8856         * modules/unictype/category-and-not: New file.
8857         * modules/unictype/category-name: New file.
8858         * modules/unictype/combining-class: New file.
8859         * modules/unictype/category-all: New file.
8860         * modules/unictype/bidicategory-all: New file.
8861         * modules/unictype/bidicategory-byname: New file.
8862         * modules/unictype/bidicategory-name: New file.
8863         * modules/unictype/bidicategory-of: New file.
8864         * modules/unictype/bidicategory-test: New file.
8865         * modules/unictype/decimal-digit: New file.
8866         * modules/unictype/digit: New file.
8867         * modules/unictype/numeric: New file.
8868         * modules/unictype/mirror: New file.
8869         * modules/unictype/property-white-space: New file.
8870         * modules/unictype/property-alphabetic: New file.
8871         * modules/unictype/property-other-alphabetic: New file.
8872         * modules/unictype/property-not-a-character: New file.
8873         * modules/unictype/property-default-ignorable-code-point: New file.
8874         * modules/unictype/property-other-default-ignorable-code-point: New
8875         file.
8876         * modules/unictype/property-deprecated: New file.
8877         * modules/unictype/property-logical-order-exception: New file.
8878         * modules/unictype/property-variation-selector: New file.
8879         * modules/unictype/property-private-use: New file.
8880         * modules/unictype/property-unassigned-code-value: New file.
8881         * modules/unictype/property-uppercase: New file.
8882         * modules/unictype/property-other-uppercase: New file.
8883         * modules/unictype/property-lowercase: New file.
8884         * modules/unictype/property-other-lowercase: New file.
8885         * modules/unictype/property-titlecase: New file.
8886         * modules/unictype/property-soft-dotted: New file.
8887         * modules/unictype/property-id-start: New file.
8888         * modules/unictype/property-other-id-start: New file.
8889         * modules/unictype/property-id-continue: New file.
8890         * modules/unictype/property-other-id-continue: New file.
8891         * modules/unictype/property-xid-start: New file.
8892         * modules/unictype/property-xid-continue: New file.
8893         * modules/unictype/property-pattern-white-space: New file.
8894         * modules/unictype/property-pattern-syntax: New file.
8895         * modules/unictype/property-join-control: New file.
8896         * modules/unictype/property-grapheme-base: New file.
8897         * modules/unictype/property-grapheme-extend: New file.
8898         * modules/unictype/property-other-grapheme-extend: New file.
8899         * modules/unictype/property-grapheme-link: New file.
8900         * modules/unictype/property-bidi-control: New file.
8901         * modules/unictype/property-bidi-left-to-right: New file.
8902         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
8903         * modules/unictype/property-bidi-arabic-right-to-left: New file.
8904         * modules/unictype/property-bidi-european-digit: New file.
8905         * modules/unictype/property-bidi-eur-num-separator: New file.
8906         * modules/unictype/property-bidi-eur-num-terminator: New file.
8907         * modules/unictype/property-bidi-arabic-digit: New file.
8908         * modules/unictype/property-bidi-common-separator: New file.
8909         * modules/unictype/property-bidi-block-separator: New file.
8910         * modules/unictype/property-bidi-segment-separator: New file.
8911         * modules/unictype/property-bidi-whitespace: New file.
8912         * modules/unictype/property-bidi-non-spacing-mark: New file.
8913         * modules/unictype/property-bidi-boundary-neutral: New file.
8914         * modules/unictype/property-bidi-pdf: New file.
8915         * modules/unictype/property-bidi-embedding-or-override: New file.
8916         * modules/unictype/property-bidi-other-neutral: New file.
8917         * modules/unictype/property-hex-digit: New file.
8918         * modules/unictype/property-ascii-hex-digit: New file.
8919         * modules/unictype/property-ideographic: New file.
8920         * modules/unictype/property-unified-ideograph: New file.
8921         * modules/unictype/property-radical: New file.
8922         * modules/unictype/property-ids-binary-operator: New file.
8923         * modules/unictype/property-ids-trinary-operator: New file.
8924         * modules/unictype/property-zero-width: New file.
8925         * modules/unictype/property-space: New file.
8926         * modules/unictype/property-non-break: New file.
8927         * modules/unictype/property-iso-control: New file.
8928         * modules/unictype/property-format-control: New file.
8929         * modules/unictype/property-dash: New file.
8930         * modules/unictype/property-hyphen: New file.
8931         * modules/unictype/property-punctuation: New file.
8932         * modules/unictype/property-line-separator: New file.
8933         * modules/unictype/property-paragraph-separator: New file.
8934         * modules/unictype/property-quotation-mark: New file.
8935         * modules/unictype/property-sentence-terminal: New file.
8936         * modules/unictype/property-terminal-punctuation: New file.
8937         * modules/unictype/property-currency-symbol: New file.
8938         * modules/unictype/property-math: New file.
8939         * modules/unictype/property-other-math: New file.
8940         * modules/unictype/property-paired-punctuation: New file.
8941         * modules/unictype/property-left-of-pair: New file.
8942         * modules/unictype/property-combining: New file.
8943         * modules/unictype/property-composite: New file.
8944         * modules/unictype/property-decimal-digit: New file.
8945         * modules/unictype/property-numeric: New file.
8946         * modules/unictype/property-diacritic: New file.
8947         * modules/unictype/property-extender: New file.
8948         * modules/unictype/property-ignorable-control: New file.
8949         * modules/unictype/property-test: New file.
8950         * modules/unictype/property-byname: New file.
8951         * modules/unictype/property-all: New file.
8952         * modules/unictype/scripts: New file.
8953         * modules/unictype/scripts-all: New file.
8954         * modules/unictype/block-of: New file.
8955         * modules/unictype/block-test: New file.
8956         * modules/unictype/block-list: New file.
8957         * modules/unictype/block-all: New file.
8958         * modules/unictype/syntax-c-whitespace: New file.
8959         * modules/unictype/syntax-java-whitespace: New file.
8960         * modules/unictype/syntax-c-ident: New file.
8961         * modules/unictype/syntax-java-ident: New file.
8962         * modules/unictype/ctype-alnum: New file.
8963         * modules/unictype/ctype-alpha: New file.
8964         * modules/unictype/ctype-cntrl: New file.
8965         * modules/unictype/ctype-digit: New file.
8966         * modules/unictype/ctype-graph: New file.
8967         * modules/unictype/ctype-lower: New file.
8968         * modules/unictype/ctype-print: New file.
8969         * modules/unictype/ctype-punct: New file.
8970         * modules/unictype/ctype-space: New file.
8971         * modules/unictype/ctype-upper: New file.
8972         * modules/unictype/ctype-xdigit: New file.
8973         * modules/unictype/ctype-blank: New file.
8974         * lib/unictype/bidi_byname.c: New file.
8975         * lib/unictype/bidi_name.c: New file.
8976         * lib/unictype/bidi_of.c: New file.
8977         * lib/unictype/bidi_test.c: New file.
8978         * lib/unictype/bitmap.h: New file.
8979         * lib/unictype/block_test.c: New file.
8980         * lib/unictype/blocks.c: New file.
8981         * lib/unictype/categ_C.c: New file.
8982         * lib/unictype/categ_Cc.c: New file.
8983         * lib/unictype/categ_Cf.c: New file.
8984         * lib/unictype/categ_Cn.c: New file.
8985         * lib/unictype/categ_Co.c: New file.
8986         * lib/unictype/categ_Cs.c: New file.
8987         * lib/unictype/categ_L.c: New file.
8988         * lib/unictype/categ_Ll.c: New file.
8989         * lib/unictype/categ_Lm.c: New file.
8990         * lib/unictype/categ_Lo.c: New file.
8991         * lib/unictype/categ_Lt.c: New file.
8992         * lib/unictype/categ_Lu.c: New file.
8993         * lib/unictype/categ_M.c: New file.
8994         * lib/unictype/categ_Mc.c: New file.
8995         * lib/unictype/categ_Me.c: New file.
8996         * lib/unictype/categ_Mn.c: New file.
8997         * lib/unictype/categ_N.c: New file.
8998         * lib/unictype/categ_Nd.c: New file.
8999         * lib/unictype/categ_Nl.c: New file.
9000         * lib/unictype/categ_No.c: New file.
9001         * lib/unictype/categ_P.c: New file.
9002         * lib/unictype/categ_Pc.c: New file.
9003         * lib/unictype/categ_Pd.c: New file.
9004         * lib/unictype/categ_Pe.c: New file.
9005         * lib/unictype/categ_Pf.c: New file.
9006         * lib/unictype/categ_Pi.c: New file.
9007         * lib/unictype/categ_Po.c: New file.
9008         * lib/unictype/categ_Ps.c: New file.
9009         * lib/unictype/categ_S.c: New file.
9010         * lib/unictype/categ_Sc.c: New file.
9011         * lib/unictype/categ_Sk.c: New file.
9012         * lib/unictype/categ_Sm.c: New file.
9013         * lib/unictype/categ_So.c: New file.
9014         * lib/unictype/categ_Z.c: New file.
9015         * lib/unictype/categ_Zl.c: New file.
9016         * lib/unictype/categ_Zp.c: New file.
9017         * lib/unictype/categ_Zs.c: New file.
9018         * lib/unictype/categ_and.c: New file.
9019         * lib/unictype/categ_and_not.c: New file.
9020         * lib/unictype/categ_byname.c: New file.
9021         * lib/unictype/categ_name.c: New file.
9022         * lib/unictype/categ_none.c: New file.
9023         * lib/unictype/categ_of.c: New file.
9024         * lib/unictype/categ_or.c: New file.
9025         * lib/unictype/categ_test.c: New file.
9026         * lib/unictype/combining.c: New file.
9027         * lib/unictype/ctype_alnum.c: New file.
9028         * lib/unictype/ctype_alpha.c: New file.
9029         * lib/unictype/ctype_blank.c: New file.
9030         * lib/unictype/ctype_cntrl.c: New file.
9031         * lib/unictype/ctype_digit.c: New file.
9032         * lib/unictype/ctype_graph.c: New file.
9033         * lib/unictype/ctype_lower.c: New file.
9034         * lib/unictype/ctype_print.c: New file.
9035         * lib/unictype/ctype_punct.c: New file.
9036         * lib/unictype/ctype_space.c: New file.
9037         * lib/unictype/ctype_upper.c: New file.
9038         * lib/unictype/ctype_xdigit.c: New file.
9039         * lib/unictype/decdigit.c: New file.
9040         * lib/unictype/digit.c: New file.
9041         * lib/unictype/identsyntaxmap.h: New file.
9042         * lib/unictype/mirror.c: New file.
9043         * lib/unictype/numeric.c: New file.
9044         * lib/unictype/pr_alphabetic.c: New file.
9045         * lib/unictype/pr_ascii_hex_digit.c: New file.
9046         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9047         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9048         * lib/unictype/pr_bidi_block_separator.c: New file.
9049         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9050         * lib/unictype/pr_bidi_common_separator.c: New file.
9051         * lib/unictype/pr_bidi_control.c: New file.
9052         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9053         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9054         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9055         * lib/unictype/pr_bidi_european_digit.c: New file.
9056         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9057         * lib/unictype/pr_bidi_left_to_right.c: New file.
9058         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9059         * lib/unictype/pr_bidi_other_neutral.c: New file.
9060         * lib/unictype/pr_bidi_pdf.c: New file.
9061         * lib/unictype/pr_bidi_segment_separator.c: New file.
9062         * lib/unictype/pr_bidi_whitespace.c: New file.
9063         * lib/unictype/pr_byname.c: New file.
9064         * lib/unictype/pr_byname.gperf: New file.
9065         * lib/unictype/pr_combining.c: New file.
9066         * lib/unictype/pr_composite.c: New file.
9067         * lib/unictype/pr_currency_symbol.c: New file.
9068         * lib/unictype/pr_dash.c: New file.
9069         * lib/unictype/pr_decimal_digit.c: New file.
9070         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9071         * lib/unictype/pr_deprecated.c: New file.
9072         * lib/unictype/pr_diacritic.c: New file.
9073         * lib/unictype/pr_extender.c: New file.
9074         * lib/unictype/pr_format_control.c: New file.
9075         * lib/unictype/pr_grapheme_base.c: New file.
9076         * lib/unictype/pr_grapheme_extend.c: New file.
9077         * lib/unictype/pr_grapheme_link.c: New file.
9078         * lib/unictype/pr_hex_digit.c: New file.
9079         * lib/unictype/pr_hyphen.c: New file.
9080         * lib/unictype/pr_id_continue.c: New file.
9081         * lib/unictype/pr_id_start.c: New file.
9082         * lib/unictype/pr_ideographic.c: New file.
9083         * lib/unictype/pr_ids_binary_operator.c: New file.
9084         * lib/unictype/pr_ids_trinary_operator.c: New file.
9085         * lib/unictype/pr_ignorable_control.c: New file.
9086         * lib/unictype/pr_iso_control.c: New file.
9087         * lib/unictype/pr_join_control.c: New file.
9088         * lib/unictype/pr_left_of_pair.c: New file.
9089         * lib/unictype/pr_line_separator.c: New file.
9090         * lib/unictype/pr_logical_order_exception.c: New file.
9091         * lib/unictype/pr_lowercase.c: New file.
9092         * lib/unictype/pr_math.c: New file.
9093         * lib/unictype/pr_non_break.c: New file.
9094         * lib/unictype/pr_not_a_character.c: New file.
9095         * lib/unictype/pr_numeric.c: New file.
9096         * lib/unictype/pr_other_alphabetic.c: New file.
9097         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9098         * lib/unictype/pr_other_grapheme_extend.c: New file.
9099         * lib/unictype/pr_other_id_continue.c: New file.
9100         * lib/unictype/pr_other_id_start.c: New file.
9101         * lib/unictype/pr_other_lowercase.c: New file.
9102         * lib/unictype/pr_other_math.c: New file.
9103         * lib/unictype/pr_other_uppercase.c: New file.
9104         * lib/unictype/pr_paired_punctuation.c: New file.
9105         * lib/unictype/pr_paragraph_separator.c: New file.
9106         * lib/unictype/pr_pattern_syntax.c: New file.
9107         * lib/unictype/pr_pattern_white_space.c: New file.
9108         * lib/unictype/pr_private_use.c: New file.
9109         * lib/unictype/pr_punctuation.c: New file.
9110         * lib/unictype/pr_quotation_mark.c: New file.
9111         * lib/unictype/pr_radical.c: New file.
9112         * lib/unictype/pr_sentence_terminal.c: New file.
9113         * lib/unictype/pr_soft_dotted.c: New file.
9114         * lib/unictype/pr_space.c: New file.
9115         * lib/unictype/pr_terminal_punctuation.c: New file.
9116         * lib/unictype/pr_test.c: New file.
9117         * lib/unictype/pr_titlecase.c: New file.
9118         * lib/unictype/pr_unassigned_code_value.c: New file.
9119         * lib/unictype/pr_unified_ideograph.c: New file.
9120         * lib/unictype/pr_uppercase.c: New file.
9121         * lib/unictype/pr_variation_selector.c: New file.
9122         * lib/unictype/pr_white_space.c: New file.
9123         * lib/unictype/pr_xid_continue.c: New file.
9124         * lib/unictype/pr_xid_start.c: New file.
9125         * lib/unictype/pr_zero_width.c: New file.
9126         * lib/unictype/scripts.c: New file.
9127         * lib/unictype/sy_c_ident.c: New file.
9128         * lib/unictype/sy_c_whitespace.c: New file.
9129         * lib/unictype/sy_java_ident.c: New file.
9130         * lib/unictype/sy_java_whitespace.c: New file.
9131
9132         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9133         Unicode 5.0.0.
9134         * lib/unictype/blocks.h: Likewise.
9135         * lib/unictype/categ_C.h: Likewise.
9136         * lib/unictype/categ_Cc.h: Likewise.
9137         * lib/unictype/categ_Cf.h: Likewise.
9138         * lib/unictype/categ_Cn.h: Likewise.
9139         * lib/unictype/categ_Co.h: Likewise.
9140         * lib/unictype/categ_Cs.h: Likewise.
9141         * lib/unictype/categ_L.h: Likewise.
9142         * lib/unictype/categ_Ll.h: Likewise.
9143         * lib/unictype/categ_Lm.h: Likewise.
9144         * lib/unictype/categ_Lo.h: Likewise.
9145         * lib/unictype/categ_Lt.h: Likewise.
9146         * lib/unictype/categ_Lu.h: Likewise.
9147         * lib/unictype/categ_M.h: Likewise.
9148         * lib/unictype/categ_Mc.h: Likewise.
9149         * lib/unictype/categ_Me.h: Likewise.
9150         * lib/unictype/categ_Mn.h: Likewise.
9151         * lib/unictype/categ_N.h: Likewise.
9152         * lib/unictype/categ_Nd.h: Likewise.
9153         * lib/unictype/categ_Nl.h: Likewise.
9154         * lib/unictype/categ_No.h: Likewise.
9155         * lib/unictype/categ_P.h: Likewise.
9156         * lib/unictype/categ_Pc.h: Likewise.
9157         * lib/unictype/categ_Pd.h: Likewise.
9158         * lib/unictype/categ_Pe.h: Likewise.
9159         * lib/unictype/categ_Pf.h: Likewise.
9160         * lib/unictype/categ_Pi.h: Likewise.
9161         * lib/unictype/categ_Po.h: Likewise.
9162         * lib/unictype/categ_Ps.h: Likewise.
9163         * lib/unictype/categ_S.h: Likewise.
9164         * lib/unictype/categ_Sc.h: Likewise.
9165         * lib/unictype/categ_Sk.h: Likewise.
9166         * lib/unictype/categ_Sm.h: Likewise.
9167         * lib/unictype/categ_So.h: Likewise.
9168         * lib/unictype/categ_Z.h: Likewise.
9169         * lib/unictype/categ_Zl.h: Likewise.
9170         * lib/unictype/categ_Zp.h: Likewise.
9171         * lib/unictype/categ_Zs.h: Likewise.
9172         * lib/unictype/categ_of.h: Likewise.
9173         * lib/unictype/combining.h: Likewise.
9174         * lib/unictype/ctype_alnum.h: Likewise.
9175         * lib/unictype/ctype_alpha.h: Likewise.
9176         * lib/unictype/ctype_blank.h: Likewise.
9177         * lib/unictype/ctype_cntrl.h: Likewise.
9178         * lib/unictype/ctype_digit.h: Likewise.
9179         * lib/unictype/ctype_graph.h: Likewise.
9180         * lib/unictype/ctype_lower.h: Likewise.
9181         * lib/unictype/ctype_print.h: Likewise.
9182         * lib/unictype/ctype_punct.h: Likewise.
9183         * lib/unictype/ctype_space.h: Likewise.
9184         * lib/unictype/ctype_upper.h: Likewise.
9185         * lib/unictype/ctype_xdigit.h: Likewise.
9186         * lib/unictype/decdigit.h: Likewise.
9187         * lib/unictype/digit.h: Likewise.
9188         * lib/unictype/mirror.h: Likewise.
9189         * lib/unictype/numeric.h: Likewise.
9190         * lib/unictype/pr_alphabetic.h: Likewise.
9191         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
9192         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
9193         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
9194         * lib/unictype/pr_bidi_block_separator.h: Likewise.
9195         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
9196         * lib/unictype/pr_bidi_common_separator.h: Likewise.
9197         * lib/unictype/pr_bidi_control.h: Likewise.
9198         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
9199         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
9200         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
9201         * lib/unictype/pr_bidi_european_digit.h: Likewise.
9202         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
9203         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
9204         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
9205         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
9206         * lib/unictype/pr_bidi_pdf.h: Likewise.
9207         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
9208         * lib/unictype/pr_bidi_whitespace.h: Likewise.
9209         * lib/unictype/pr_combining.h: Likewise.
9210         * lib/unictype/pr_composite.h: Likewise.
9211         * lib/unictype/pr_currency_symbol.h: Likewise.
9212         * lib/unictype/pr_dash.h: Likewise.
9213         * lib/unictype/pr_decimal_digit.h: Likewise.
9214         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
9215         * lib/unictype/pr_deprecated.h: Likewise.
9216         * lib/unictype/pr_diacritic.h: Likewise.
9217         * lib/unictype/pr_extender.h: Likewise.
9218         * lib/unictype/pr_format_control.h: Likewise.
9219         * lib/unictype/pr_grapheme_base.h: Likewise.
9220         * lib/unictype/pr_grapheme_extend.h: Likewise.
9221         * lib/unictype/pr_grapheme_link.h: Likewise.
9222         * lib/unictype/pr_hex_digit.h: Likewise.
9223         * lib/unictype/pr_hyphen.h: Likewise.
9224         * lib/unictype/pr_id_continue.h: Likewise.
9225         * lib/unictype/pr_id_start.h: Likewise.
9226         * lib/unictype/pr_ideographic.h: Likewise.
9227         * lib/unictype/pr_ids_binary_operator.h: Likewise.
9228         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
9229         * lib/unictype/pr_ignorable_control.h: Likewise.
9230         * lib/unictype/pr_iso_control.h: Likewise.
9231         * lib/unictype/pr_join_control.h: Likewise.
9232         * lib/unictype/pr_left_of_pair.h: Likewise.
9233         * lib/unictype/pr_line_separator.h: Likewise.
9234         * lib/unictype/pr_logical_order_exception.h: Likewise.
9235         * lib/unictype/pr_lowercase.h: Likewise.
9236         * lib/unictype/pr_math.h: Likewise.
9237         * lib/unictype/pr_non_break.h: Likewise.
9238         * lib/unictype/pr_not_a_character.h: Likewise.
9239         * lib/unictype/pr_numeric.h: Likewise.
9240         * lib/unictype/pr_other_alphabetic.h: Likewise.
9241         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
9242         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
9243         * lib/unictype/pr_other_id_continue.h: Likewise.
9244         * lib/unictype/pr_other_id_start.h: Likewise.
9245         * lib/unictype/pr_other_lowercase.h: Likewise.
9246         * lib/unictype/pr_other_math.h: Likewise.
9247         * lib/unictype/pr_other_uppercase.h: Likewise.
9248         * lib/unictype/pr_paired_punctuation.h: Likewise.
9249         * lib/unictype/pr_paragraph_separator.h: Likewise.
9250         * lib/unictype/pr_pattern_syntax.h: Likewise.
9251         * lib/unictype/pr_pattern_white_space.h: Likewise.
9252         * lib/unictype/pr_private_use.h: Likewise.
9253         * lib/unictype/pr_punctuation.h: Likewise.
9254         * lib/unictype/pr_quotation_mark.h: Likewise.
9255         * lib/unictype/pr_radical.h: Likewise.
9256         * lib/unictype/pr_sentence_terminal.h: Likewise.
9257         * lib/unictype/pr_soft_dotted.h: Likewise.
9258         * lib/unictype/pr_space.h: Likewise.
9259         * lib/unictype/pr_terminal_punctuation.h: Likewise.
9260         * lib/unictype/pr_titlecase.h: Likewise.
9261         * lib/unictype/pr_unassigned_code_value.h: Likewise.
9262         * lib/unictype/pr_unified_ideograph.h: Likewise.
9263         * lib/unictype/pr_uppercase.h: Likewise.
9264         * lib/unictype/pr_variation_selector.h: Likewise.
9265         * lib/unictype/pr_white_space.h: Likewise.
9266         * lib/unictype/pr_xid_continue.h: Likewise.
9267         * lib/unictype/pr_xid_start.h: Likewise.
9268         * lib/unictype/pr_zero_width.h: Likewise.
9269         * lib/unictype/scripts.h: Likewise.
9270         * lib/unictype/scripts_byname.gperf: Likewise.
9271         * lib/unictype/sy_c_ident.h: Likewise.
9272         * lib/unictype/sy_c_whitespace.h: Likewise.
9273         * lib/unictype/sy_java_ident.h: Likewise.
9274         * lib/unictype/sy_java_whitespace.h: Likewise.
9275
9276         * lib/unictype/Makefile: New file.
9277         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
9278         glibc.
9279         * lib/unictype/3level.h: New file, copied from glibc.
9280         * lib/unictype/3levelbit.h: New file.
9281
9282 2007-11-11  Bruno Haible  <bruno@clisp.org>
9283
9284         * modules/gperf: New file.
9285         * modules/iconv_open (Depends-on): Add it.
9286         (Makefile.am): Remove the GPERF definition.
9287
9288 2007-11-11  Bruno Haible  <bruno@clisp.org>
9289
9290         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
9291         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
9292
9293 2007-11-11  Bruno Haible  <bruno@clisp.org>
9294
9295         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
9296         (usage): Remove function.
9297
9298 2007-11-11  Bruno Haible  <bruno@clisp.org>
9299
9300         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
9301         gl_FUNC_CEILF_LIBS.
9302         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
9303         gl_FUNC_CEIL_LIBS.
9304         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
9305         gl_FUNC_CEILL_LIBS.
9306         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
9307         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
9308         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
9309
9310 2007-11-11  Bruno Haible  <bruno@clisp.org>
9311
9312         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
9313         roundf were declared but do not exist on functions.
9314         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
9315         roundl were declared but do not exist on functions.
9316         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
9317         HAVE_FLOORL_AND_CEILL, respectively.
9318         Needed for Sun C on Solaris 10.
9319
9320 2007-11-11  Bruno Haible  <bruno@clisp.org>
9321
9322         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
9323         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
9324         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
9325         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
9326         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
9327         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9328         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
9329         HAVE_DECL_ROUNDF.
9330         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
9331         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
9332         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
9333         of HAVE_DECL_ROUND*.
9334         * modules/math (Makefile.am): Update.
9335
9336 2007-11-10  Bruno Haible  <bruno@clisp.org>
9337
9338         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
9339         ptrdiff_t as m4/intl.m4.
9340
9341 2007-11-10  Jim Meyering  <meyering@redhat.com>
9342
9343         Avoid link failure for the argmatch test.
9344         * tests/test-argmatch.c (usage): Define function to avoid a link
9345         failure: argmatch_die requires a usage function.
9346
9347 2007-11-09  Bruno Haible  <bruno@clisp.org>
9348
9349         * doc/functions/snprintf.texi: Mention BeOS deficiency.
9350         * doc/functions/vsnprintf.texi: Likewise.
9351         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
9352         with a size argument < 2.
9353
9354 2007-11-09  Bruno Haible  <bruno@clisp.org>
9355
9356         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
9357         buffer. Fixes an inefficiency introduced on 2007-11-03.
9358
9359 2007-11-09  Bruno Haible  <bruno@clisp.org>
9360
9361         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
9362         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
9363
9364 2007-11-08  Jim Meyering  <meyering@redhat.com>
9365
9366         Change cache variable name prefix "jm_" to "gl_" everywhere.
9367         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
9368         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
9369         * m4/uptime.m4: s/gl_/jm_/
9370
9371 2007-11-07  Bruno Haible  <bruno@clisp.org>
9372
9373         Update to GNU gettext 0.17.
9374         * m4/intl.m4: Update to GNU gettext 0.17.
9375         * m4/po.m4: Likewise.
9376         * modules/gettext (Files): Remove m4/ulonglong.m4.
9377         (configure.ac): Require gettext infrastructure from version 0.17.
9378
9379 2007-11-06  Bruno Haible  <bruno@clisp.org>
9380
9381         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
9382         symbolic values are not defined in a public header.
9383         * lib/freadable.c (freadable) [QNX]: Likewise.
9384         * lib/freadahead.c (freadahead) [QNX]: Likewise.
9385         * lib/freading.c (freading) [QNX]: Likewise.
9386         * lib/fseterr.c (fseterr) [QNX]: Likewise.
9387         * lib/fwritable.c (fwritable) [QNX]: Likewise.
9388         * lib/fwriting.c (fwriting) [QNX]: Likewise.
9389         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
9390         Reported by Alain Magloire.
9391
9392         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
9393
9394 2007-11-05  Bruno Haible  <bruno@clisp.org>
9395
9396         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
9397         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
9398         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
9399         Reported by Eric Blake.
9400
9401 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9402             Bruno Haible  <bruno@clisp.org>
9403
9404         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
9405         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
9406         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
9407         (malloc): Undefine also before including <stdlib.h>.
9408         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
9409         Needed on OSF/1 4.0.
9410
9411 2007-11-05  Jim Meyering  <meyering@redhat.com>
9412
9413         git-version-gen: sync from coreutils.
9414         * build-aux/git-version-gen: Add comments.
9415         Change the first '-' to '.' in the snapshot version string,
9416         e.g., 6.9-377-08144 -> 6.9.377-08144
9417         Remove first parameter.
9418         Don't declare a version "-dirty" merely because a time
9419         stamp has changed.
9420
9421 2007-11-04  Bruno Haible  <bruno@clisp.org>
9422
9423         * lib/lock.h: Protect all macro definitions containing an 'if'
9424         statement through a "do { ... } while (0)".
9425         * lib/tls.h: Likewise.
9426
9427 2007-11-04  Bruno Haible  <bruno@clisp.org>
9428
9429         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
9430
9431 2007-11-04  Bruno Haible  <bruno@clisp.org>
9432
9433         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
9434         * modules/fprintf-posix (Depends-on): Add nocrash.
9435         * modules/snprintf-posix (Depends-on): Likewise.
9436         * modules/sprintf-posix (Depends-on): Likewise.
9437         * modules/vasnprintf-posix (Depends-on): Likewise.
9438         * modules/vasprintf-posix (Depends-on): Likewise.
9439         * modules/vfprintf-posix (Depends-on): Likewise.
9440         * modules/vsnprintf-posix (Depends-on): Likewise.
9441         * modules/vsprintf-posix (Depends-on): Likewise.
9442         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9443         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9444         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9445         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9446         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9447         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9448         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9449
9450 2007-11-04  Bruno Haible  <bruno@clisp.org>
9451
9452         * modules/nocrash: New file.
9453         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
9454         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
9455
9456 2007-11-04  Bruno Haible  <bruno@clisp.org>
9457
9458         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
9459         precision handling.
9460         * tests/test-vasprintf-posix.c (test_function): Likewise.
9461         * tests/test-snprintf-posix.h (test_function): Likewise.
9462         * tests/test-sprintf-posix.h (test_function): Likewise.
9463
9464         Fix *printf behaviour for large precisions on mingw and BeOS.
9465         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
9466         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
9467         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
9468         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9469         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9470         gl_PRINTF_PRECISION and test its result. Invoke
9471         gl_PREREQ_VASNPRINTF_PRECISION.
9472         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9473         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9474         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9475         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9476         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9478         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9479         * doc/functions/fprintf.texi: Update.
9480         * doc/functions/printf.texi: Update.
9481         * doc/functions/snprintf.texi: Update.
9482         * doc/functions/sprintf.texi: Update.
9483         * doc/functions/vfprintf.texi: Update.
9484         * doc/functions/vprintf.texi: Update.
9485         * doc/functions/vsnprintf.texi: Update.
9486         * doc/functions/vsprintf.texi: Update.
9487
9488 2007-11-04  Bruno Haible  <bruno@clisp.org>
9489
9490         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
9491
9492 2007-11-04  Bruno Haible  <bruno@clisp.org>
9493
9494         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
9495         Reported by Sylvain Beucler <beuc@gnu.org>.
9496
9497 2007-11-03  Bruno Haible  <bruno@clisp.org>
9498
9499         * tests/test-fprintf-posix2.sh: New file.
9500         * tests/test-fprintf-posix2.c: New file.
9501         * modules/fprintf-posix-tests (Files): Add them.
9502         (TESTS): Add test-fprintf-posix2.sh.
9503         (configure.ac): Check for getrlimit and setrlimit.
9504         (check_PROGRAMS): Add test-fprintf-posix2.
9505
9506         * tests/test-printf-posix2.sh: New file.
9507         * tests/test-printf-posix2.c: New file.
9508         * modules/printf-posix-tests (Files): Add them.
9509         (TESTS): Add test-printf-posix2.sh.
9510         (configure.ac): Check for getrlimit and setrlimit.
9511         (check_PROGRAMS): Add test-printf-posix2.
9512
9513         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
9514         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
9515         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
9516         (decode_double): New function, copied from decode_long_double.
9517         (scale10_round_decimal_decoded): New function, extracted from
9518         scale10_round_decimal_long_double.
9519         (scale10_round_decimal_long_double): Use it.
9520         (scale10_round_decimal_double): New function.
9521         (floorlog10): New function.
9522         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
9523         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
9524         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9525         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9526         gl_PRINTF_ENOMEM and test its result. Invoke
9527         gl_PREREQ_VASNPRINTF_ENOMEM.
9528         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9529         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9530         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9531         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9532         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9533         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9534         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9535         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
9536         * modules/snprintf-posix (Depends-on): Likewise.
9537         * modules/sprintf-posix (Depends-on): Likewise.
9538         * modules/vasnprintf-posix (Depends-on): Likewise.
9539         * modules/vasprintf-posix (Depends-on): Likewise.
9540         * modules/vfprintf-posix (Depends-on): Likewise.
9541         * modules/vsnprintf-posix (Depends-on): Likewise.
9542         * modules/vsprintf-posix (Depends-on): Likewise.
9543         * doc/functions/fprintf.texi: Update.
9544         * doc/functions/printf.texi: Update.
9545         * doc/functions/snprintf.texi: Update.
9546         * doc/functions/sprintf.texi: Update.
9547         * doc/functions/vfprintf.texi: Update.
9548         * doc/functions/vprintf.texi: Update.
9549         * doc/functions/vsnprintf.texi: Update.
9550         * doc/functions/vsprintf.texi: Update.
9551
9552 2007-11-03  Bruno Haible  <bruno@clisp.org>
9553
9554         * modules/frexp-nolibm-tests: New file.
9555
9556         * modules/frexp-nolibm: New file.
9557         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
9558
9559 2007-11-03  Bruno Haible  <bruno@clisp.org>
9560
9561         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
9562         value is C99 compliant.
9563         Needed for OSF/1 5.1.
9564
9565 2007-11-03  Bruno Haible  <bruno@clisp.org>
9566
9567         Fix out-of-memory handling of vasnprintf.
9568         * lib/printf-parse.c: Include <errno.h>.
9569         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
9570         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
9571         is already set.
9572
9573 2007-11-02  Eric Blake  <ebb9@byu.net>
9574
9575         Fix tests on cygwin.
9576         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
9577
9578 2007-11-01  Bruno Haible  <bruno@clisp.org>
9579
9580         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
9581         warning.
9582         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
9583         needed for POSIX compatibility.
9584
9585 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
9586
9587         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
9588         for compatibility with GNU.
9589
9590 2007-11-01  Bruno Haible  <bruno@clisp.org>
9591
9592         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
9593         (putenv): Renamed from rpl_putenv. Change argument type from
9594         'const char *' to 'char *'.
9595         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
9596         of defining putenv in config.h, just set REPLACE_PUTENV.
9597         * modules/putenv (Depends-on): Add stdlib.
9598         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9599         (Include): Use <stdlib.h>.
9600         * lib/stdlib.in.h (putenv): New declaration.
9601         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
9602         REPLACE_PUTENV.
9603         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
9604         REPLACE_PUTENV.
9605         Needed for MacOS X 10.5.0.
9606         Reported by Peter O'Gorman <peter@pogma.com>.
9607
9608 2007-11-01  Jim Meyering  <meyering@redhat.com>
9609
9610         Treat an empty date string exactly like "0".
9611         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
9612         if the remaining date string (to be parsed) is empty, use "0".
9613         Reported by Mischa Molhoek and discussed in this thread:
9614         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
9615
9616 2007-10-31  Bruno Haible  <bruno@clisp.org>
9617
9618         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
9619         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
9620         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
9621         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
9622         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
9623         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
9624
9625 2007-10-31  Bruno Haible  <bruno@clisp.org>
9626
9627         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
9628         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
9629         (AC_TYPE_LONG_LONG_INT): Use it.
9630         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
9631         it as well.
9632         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
9633         to m4/longlong.m4.
9634         * modules/stdint (Files): Remove m4/ulonglong.m4.
9635         * modules/strtoull (Files): Use m4/longlong.m4 instead of
9636         m4/ulonglong.m4.
9637         * modules/strtoumax (Files): Likewise.
9638
9639 2007-10-30  Bruno Haible  <bruno@clisp.org>
9640
9641         * modules/xvasprintf-posix: New file.
9642         Suggested by Eric Blake.
9643
9644 2007-10-30  Bruno Haible  <bruno@clisp.org>
9645
9646         * modules/xprintf-posix-tests: New file.
9647         * tests/test-xprintf-posix.sh: New file.
9648         * tests/test-xprintf-posix.c: New file.
9649         * tests/test-xfprintf-posix.c: New file.
9650
9651         * modules/xprintf-posix: New file.
9652
9653 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9654
9655         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
9656         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
9657         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
9658
9659 2007-10-29  Bruno Haible  <bruno@clisp.org>
9660
9661         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
9662         contain the special marker '_cv_'.
9663         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
9664         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
9665         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
9666         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
9667         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
9668         Reported by Ralf Wildenhues.
9669
9670 2007-10-29  Bruno Haible  <bruno@clisp.org>
9671
9672         * gnulib-tool (func_import): When --lgpl is not specified, set
9673         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
9674         GPLv3.
9675         Reported by Simon Josefsson.
9676
9677 2007-10-28  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
9680         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
9681         HAVE_DECL_ISFINITE.
9682         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
9683         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
9684         HAVE_DECL_ISFINITE.
9685
9686 2007-10-28  Bruno Haible  <bruno@clisp.org>
9687
9688         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
9689         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
9690
9691 2007-10-28  Bruno Haible  <bruno@clisp.org>
9692
9693         Fix link errors with Sun C 5.0 on Solaris 10.
9694         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
9695         function is declared but not present in the compiler's libm.
9696         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
9697         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
9698         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
9699         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
9700         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
9701         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
9702         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
9703         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
9704         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
9705         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
9706         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
9707         HAVE_DECL_FLOORL.
9708
9709 2007-10-28  Bruno Haible  <bruno@clisp.org>
9710
9711         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
9712         gl_FUNC_FLOORL. Cache the result.
9713         (gl_FUNC_FLOORL): Use it.
9714         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
9715         gl_FUNC_CEILL. Cache the result.
9716         (gl_FUNC_CEILL): Use it.
9717
9718         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
9719         gl_FUNC_FLOOR. Cache the result.
9720         (gl_FUNC_FLOOR): Use it.
9721         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
9722         gl_FUNC_CEIL. Cache the result.
9723         (gl_FUNC_CEIL): Use it.
9724
9725         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
9726         gl_FUNC_FLOORF. Cache the result.
9727         (gl_FUNC_FLOORF): Use it.
9728         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
9729         gl_FUNC_CEILF. Cache the result.
9730         (gl_FUNC_CEILF): Use it.
9731
9732 2007-10-28  Bruno Haible  <bruno@clisp.org>
9733
9734         * gnulib-tool: Allow specifying the LGPL version number through
9735         --lgpl=2 or --lgpl=3.
9736         (func_usage): Document --lgpl with argument.
9737         Handle --lgpl=... arguments.
9738         (func_import): Recognize also gl_LGPL calls with an argument. When
9739         --lgpl=2 is used and the module's license is just LGPL, report an
9740         error. Set sed_transform_lib_file according to the lgpl variable. In
9741         the generated files, use --lgpl or gl_LGPL invocations with argument,
9742         if necessary.
9743         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
9744         an LGPv2+ license.
9745         * doc/gnulib-tool.texi (Modified imports): Update explanation of
9746         gl_LGPL macro.
9747
9748 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9749             Bruno Haible  <bruno@clisp.org>
9750
9751         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
9752         (u16_uctomb_aux): Likewise.
9753         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
9754         !HAVE_INLINE.
9755         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
9756
9757 2007-10-28  Bruno Haible  <bruno@clisp.org>
9758
9759         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
9760         Invoke AM_GETTEXT_OPTION if it exists.
9761         * modules/vasprintf: Likewise.
9762         * modules/verror: Likewise.
9763         * modules/xprintf: Likewise.
9764         * modules/xvasprintf: Likewise.
9765
9766 2007-10-27  Ben Pfaff  <blp@gnu.org>
9767
9768         * lib/math.in.h: Define isfinite macro and prototypes for
9769         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
9770         implementations.
9771         * m4/math_h.m4: New substitutions for isfinite module.
9772         * lib/isfinite.c: New file.
9773         * m4/isfinite.m4: New file.
9774         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
9775         * modules/isfinite: New file.
9776         * modules/isfinite-tests: New file.
9777         * tests/tests-isfinite.c: New file.
9778         * doc/functions/isfinite.texi: Mention isfinite module.
9779         * MODULES.html.sh: Mention new module.
9780
9781 2007-10-27  Ben Pfaff  <blp@gnu.org>
9782
9783         Ralf Wildenhues reported that Tru64 4.0D declares the round
9784         functions but does not have definitions.
9785         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
9786         cannot be found in any library, set the output variable to
9787         "missing" instead of "".
9788         * m4/round.m4: Also use our substitute if we cannot find round in
9789         any library, even if it is declared.
9790         * m4/roundf.m4: Likewise for roundf.
9791         * m4/roundl.m4: Likewise for roundl.
9792         * lib/math.in.h: Undefine roundf, round, roundl before defining
9793         their replacements, to allow for hypothetical systems where these
9794         may be defined as macros but not available in libraries.
9795
9796 2007-10-27  Bruno Haible  <bruno@clisp.org>
9797
9798         * doc/gnulib.texi: Invoke @firstparagraphindent.
9799         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
9800         changes in gnulib.
9801         (Source changes): New section.
9802
9803 2007-10-26  Bruno Haible  <bruno@clisp.org>
9804
9805         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
9806         borrowed from autoconf.
9807
9808 2007-10-26  Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
9811         strerror returned the empty string. Needed on HP-UX 11.00.
9812
9813 2007-10-24  Micah Cowan  <micah@cowan.name>
9814
9815         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
9816         * build-aux/bootstrap: Remove support for now-unnecessary option,
9817         --cvs-user, and envvars CVS_USER, CVS_RSH.
9818
9819 2007-10-24  Jim Meyering  <meyering@redhat.com>
9820
9821         Avoid diagnostics from sha1sum when there is no cached checksum.
9822         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
9823         if the po.s1 file hasn't been created yet.
9824
9825         * build-aux/bootstrap: Sync from coreutils:
9826         2007-10-24  Jim Meyering  <meyering@redhat.com>
9827         Get gnulib from the git repository, not from an obsolete cvs one.
9828         * build-aux/bootstrap: Suggestion from Micah Cowan.
9829         2007-10-04  Jim Meyering  <jim@meyering.net>
9830         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
9831         (update_po_files): Work also when there are no .po files in po/.
9832
9833 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9834
9835         * README: Append ".git" to git and cg examples.
9836         Problem reported by Benoit Sigoure.
9837
9838 2007-10-23  Micah Cowan  <micah@cowan.name>
9839
9840         * users.txt: Add wget.
9841
9842 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9843
9844         Fix linking of some unistdio tests on FreeBSD.
9845         * modules/unistdio/u16-vsnprintf-tests
9846         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
9847         * modules/unistdio/u16-vsprintf-tests
9848         (test_u16_vsnprintf1_LDADD): Likewise.
9849         * modules/unistdio/u32-vsnprintf-tests
9850         (test_u32_vsnprintf1_LDADD): Likewise.
9851         * modules/unistdio/u32-vsprintf-tests
9852         (test_u32_vsprintf1_LDADD): Likewise.
9853         * modules/unistdio/u8-vsnprintf-tests
9854         (test_u8_vsnprintf1_LDADD): Likewise.
9855         * modules/unistdio/u8-vsprintf-tests
9856         (test_u8_vsprintf1_LDADD): Likewise.
9857         * modules/unistdio/ulc-vsnprintf-tests
9858         (test_ulc_vsnprintf1_LDADD): Likewise.
9859         * modules/unistdio/ulc-vsprintf-tests
9860         (test_ulc_vsprintf1_LDADD): Likewise.
9861
9862         Fix linking of some uniconv tests on FreeBSD.
9863         * modules/uniconv/u16-conv-from-enc-tests
9864         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
9865         * modules/uniconv/u16-conv-to-enc-tests
9866         (test_u16_conv_to_enc_LDADD): Likewise.
9867         * modules/uniconv/u16-strconv-from-enc-tests
9868         (test_u16_strconv_from_enc_LDADD): Likewise.
9869         * modules/uniconv/u16-strconv-to-enc-tests
9870         (test_u16_strconv_to_enc_LDADD): Likewise.
9871         * modules/uniconv/u32-conv-from-enc-tests
9872         (test_u32_conv_from_enc_LDADD): Likewise.
9873         * modules/uniconv/u32-conv-to-enc-tests
9874         (test_u32_conv_to_enc_LDADD): Likewise.
9875         * modules/uniconv/u32-strconv-from-enc-tests
9876         (test_u32_strconv_from_enc_LDADD): Likewise.
9877         * modules/uniconv/u32-strconv-to-enc-tests
9878         (test_u32_strconv_to_enc_LDADD): Likewise.
9879         * modules/uniconv/u8-conv-from-enc-tests
9880         (test_u8_conv_from_enc_LDADD): Likewise.
9881         * modules/uniconv/u8-conv-to-enc-tests
9882         (test_u8_conv_to_enc_LDADD): Likewise.
9883         * modules/uniconv/u8-strconv-from-enc-tests
9884         (test_u8_strconv_from_enc_LDADD): Likewise.
9885         * modules/uniconv/u8-strconv-to-enc-tests
9886         (test_u8_strconv_to_enc_LDADD): Likewise.
9887
9888 2007-10-22  Bruno Haible  <bruno@clisp.org>
9889
9890         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
9891         size.
9892
9893 2007-10-22  Eric Blake  <ebb9@byu.net>
9894
9895         Tweak x*printf documentation.
9896         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
9897         variable name and comments.
9898         Suggested by Bruno Haible.
9899
9900 2007-10-22  Bruno Haible  <bruno@clisp.org>
9901
9902         * lib/acl.c (copy_acl): Fix file name in comment.
9903
9904 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9905
9906         Fix Tru64 problem with stdbool.h.
9907         * lib/stdbool.in.h (false, true):
9908         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
9909         Don't declare as an enum in this situation; it runs afoul of Tru64.
9910         Problem reported by Steven M. Schweda in
9911         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
9912
9913 2007-10-22  Eric Blake  <ebb9@byu.net>
9914
9915         Also wrap vf?printf.
9916         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
9917         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
9918         (xvprintf, xvfprintf): New functions.
9919
9920 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9921
9922         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
9923         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
9924
9925         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
9926         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
9927
9928 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9929
9930         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
9931         by Bruno Haible.
9932
9933 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9934
9935         * lib/getloadavg.c
9936         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
9937         Undef `sys' after including sys/table.h, for Tru64 4.0D.
9938
9939         * tests/test-i-ring.c: Work for C89.
9940
9941 2007-10-22  Bruno Haible  <bruno@clisp.org>
9942
9943         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
9944         -1u, in preprocessor expression, so that we don't test for the bug
9945         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
9946         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
9947
9948 2007-10-22  Eric Blake  <ebb9@byu.net>
9949
9950         * tests/test-yesno.sh: Silence stderr during test.
9951
9952 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9953
9954         * modules/crypto/gc-camellia: New file.
9955
9956         * m4/gc-camellia.m4: New file.
9957
9958         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
9959
9960         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
9961
9962 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9963
9964         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
9965         --help to stdout.  Reported by sms@antinode.org (Steven
9966         M. Schweda).
9967
9968 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9969
9970         * users.txt: Fix link to libksba.
9971
9972 2007-10-21  Ben Pfaff  <blp@gnu.org>
9973
9974         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
9975         round.c roundf implementation that depends on floorf and ceilf to
9976         be tested unconditionally.
9977
9978 2007-10-21  Ben Pfaff  <blp@gnu.org>
9979
9980         * m4/check-libm-func.m4: Removed.
9981         * m4/check-math-lib.m4: New file.
9982         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
9983         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
9984         definition and lack of AC_LIBOBJ([roundf]).
9985         * m4/roundl.m4: Ditto, and similarly for roundl.
9986         * modules/round: Reference new m4 file.
9987         * modules/roundf: Ditto.
9988         * modules/roundl: Ditto.
9989         * tests/test-round2.c (main): Use ROUND instead of round.
9990         Bug report from Bruno Haible.
9991
9992 2007-10-21  Bruno Haible  <bruno@clisp.org>
9993
9994         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
9995         context.
9996
9997 2007-10-21  Bruno Haible  <bruno@clisp.org>
9998
9999         * tests/test-wcwidth.c (main): Allow negative result for some control
10000         characters.
10001
10002         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10003         Needed on OSF/1 5.1.
10004
10005 2007-10-21  Bruno Haible  <bruno@clisp.org>
10006
10007         * tests/test-floorf1.c: Include isnanf.h.
10008         (main): Use isnanf() instead of isnan().
10009         * tests/test-ceilf1.c: Include isnanf.h.
10010         (main): Use isnanf() instead of isnan().
10011         * tests/test-truncf1.c: Include isnanf.h.
10012         (main): Use isnanf() instead of isnan().
10013         * tests/test-roundf1.c: Include isnanf.h.
10014         (main): Use isnanf() instead of isnan().
10015
10016 2007-10-21  Eric Blake  <ebb9@byu.net>
10017
10018         * users.txt: Update URL for m4.
10019
10020 2007-10-21  Bruno Haible  <bruno@clisp.org>
10021
10022         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10023
10024 2007-10-21  Bruno Haible  <bruno@clisp.org>
10025
10026         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10027         Git's management files if the CVS files are not present.
10028
10029 2007-10-20  Bruno Haible  <bruno@clisp.org>
10030
10031         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10032         gcc-3.4.x.
10033
10034 2007-10-20  Ben Pfaff  <blp@gnu.org>
10035
10036         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10037         implementations.
10038         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10039         * lib/round.c: New file.
10040         * lib/roundf.c: New file.
10041         * lib/roundl.c: New file.
10042         * m4/round.m4: New file.
10043         * m4/roundf.m4: New file.
10044         * m4/roundl.m4: New file.
10045         * m4/check-libm-func-m4: New file.
10046         * modules/math: Replace round, roundf, roundl related @VARS@ in
10047         math.in.h.
10048         * modules/round: New file.
10049         * modules/round-tests: New file.
10050         * modules/roundf: New file.
10051         * modules/roundf-tests: New file.
10052         * modules/roundl: New file.
10053         * modules/roundl-tests: New file.
10054         * tests/test-round1.c: New file.
10055         * tests/test-round2.c: New file.
10056         * tests/test-roundf1.c: New file.
10057         * tests/test-roundf2.c: New file.
10058         * tests/test-roundl.c: New file.
10059         * doc/functions/round.texi: Mention round module.
10060         * doc/functions/roundf.texi: Mention roundf module.
10061         * doc/functions/roundl.texi: Mention roundl module.
10062         * MODULES.html.sh: Mention new modules.
10063         Thanks to Bruno Haible for suggestions.
10064
10065 2007-10-20  Jim Meyering  <meyering@redhat.com>
10066
10067         * lib/xprintf.c: Include <config.h> unconditionally.
10068
10069         Change xprintf's license to GPL.
10070         * modules/xprintf (License): s/LGPL/GPL/, since this module
10071         depends on modules (exit and exitfail) which are GPL.
10072         Suggestion from Bruno Haible.
10073
10074         xprintf fixes.
10075         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10076         Use a clearer diagnostic.
10077         Patch from Bruno Haible.
10078
10079 2007-10-20  Bruno Haible  <bruno@clisp.org>
10080
10081         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10082         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10083         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10084
10085 2007-10-20  Bruno Haible  <bruno@clisp.org>
10086
10087         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10088         precision in the comparison result > x - 1 or similar.
10089         * tests/test-ceilf2.c (correct_result_p): Likewise.
10090         * tests/test-truncf2.c (correct_result_p): Likewise.
10091         * tests/test-trunc2.c (correct_result_p): Likewise.
10092         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10093
10094 2007-10-20  Bruno Haible  <bruno@clisp.org>
10095
10096         * modules/ceil: New file.
10097         * m4/ceil.m4: New file.
10098         * doc/functions/ceil.texi: Mention the 'ceil' module.
10099
10100 2007-10-20  Bruno Haible  <bruno@clisp.org>
10101
10102         * modules/floor: New file.
10103         * m4/floor.m4: New file.
10104         * doc/functions/floor.texi: Mention the 'floor' module.
10105
10106 2007-10-20  Bruno Haible  <bruno@clisp.org>
10107
10108         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10109         of %a.
10110         * modules/floorf-tests (Depends-on): Likewise.
10111         * modules/truncf-tests (Depends-on): Likewise.
10112         * modules/trunc-tests (Depends-on): Likewise.
10113         Reported by Ben Pfaff.
10114
10115 2007-10-19  Jim Meyering  <meyering@redhat.com>
10116
10117         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10118         Don't bother testing specific errno values.  Just test ferror.
10119
10120         New module: xprintf
10121         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10122
10123 2007-10-19  Bruno Haible  <bruno@clisp.org>
10124
10125         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10126         syntax.
10127         * modules/javaexec (Makefile.am): Likewise.
10128         * modules/relocatable-prog (Makefile.am): Likewise.
10129         Suggested by Jim Meyering.
10130
10131 2007-10-18  Bruno Haible  <bruno@clisp.org>
10132
10133         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10134         Reported by Jim Meyering.
10135
10136 2007-10-18  Eric Blake  <ebb9@byu.net>
10137
10138         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10139
10140 2007-10-18  Bruno Haible  <bruno@clisp.org>
10141
10142         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10143         the format string into writable memory. Needed in Fortify conditions.
10144
10145 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10146             Bruno Haible  <bruno@clisp.org>
10147
10148         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10149         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10150         * modules/trim (Depends-on): Add mbchar.
10151         (configure.ac): Add gl_FUNC_MBRTOWC.
10152         (Makefile.am): Augment lib_SOURCES.
10153
10154 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10155
10156         Modify glob.c to use fstatat and dirfd, to simplify it.
10157         Suggested by Eric Blake.
10158         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10159         Don't include <stdbool.h>; not used.
10160         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10161         (link_exists_p): Simplify implementation, since we can now assume
10162         dirfd and fstatat.
10163         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10164
10165 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10166
10167         * gnulib-tool (func_get_dependencies): Fix sed script to
10168         match only tests.
10169
10170 2007-10-17  Bruno Haible  <bruno@clisp.org>
10171
10172         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10173         allow locale names without encoding suffix.
10174         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10175         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10176
10177 2007-10-16  Bruno Haible  <bruno@clisp.org>
10178
10179         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
10180         * lib/getgroups.c (getgroups): Likewise.
10181         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
10182
10183 2007-10-16  Bruno Haible  <bruno@clisp.org>
10184
10185         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
10186         * modules/malloc-posix (License): Likewise.
10187         * modules/realloc-posix (License): Likewise.
10188         * modules/calloc-posix (License): Likewise.
10189         * modules/intprops (License): Change from GPL to LGPL, with
10190         Paul Eggert's approval.
10191
10192 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10193
10194         Merge glibc changes into lib/glob.c.
10195
10196         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
10197         2007-10-15 04:59:03 UTC.  Here are the changes:
10198
10199         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
10200
10201         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
10202
10203         * lib/glob.c: Add some branch prediction throughout.
10204
10205         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
10206
10207         [BZ #5103]
10208         * lib/glob.c (glob): Recognize patterns starting \/.
10209
10210         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10211
10212         [BZ #3996]
10213         * lib/glob.c (attribute_hidden): Define if not defined.
10214         (glob): Unescape dirname, filename or username when needed and not
10215         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10216         is NULL.  Handle unescaped [ in pattern without closing ].
10217         Don't pass GLOB_CHECK down to recursive glob for directories.
10218         (__glob_pattern_type): New function.
10219         (__glob_pattern_p): Implement using __glob_pattern_type.
10220         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10221         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10222         Remove unreachable code.
10223
10224         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10225
10226         * lib/glob.c (glob_in_dir): Add some comments and asserts to
10227         explain why there are no leaks.
10228
10229         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10230
10231         [BZ #3253]
10232         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10233         time, rather allocate increasingly bigger arrays of pointers, if
10234         possible with alloca, if too large with malloc.
10235
10236 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10237
10238         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
10239         Problem reported by H.Merijn Brand in
10240         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
10241         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
10242         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10243
10244 2007-10-15  Bruno Haible  <bruno@clisp.org>
10245
10246         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
10247         with explicit rpl_ prefix.
10248         * lib/fopen.c (fopen): Likewise.
10249         * lib/freopen.c (freopen): Likewise.
10250         * lib/iconv.c (iconv): Likewise.
10251         * lib/iconv_close.c (iconv_close): Likewise.
10252
10253 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10254
10255         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
10256
10257 2007-10-15  Bruno Haible  <bruno@clisp.org>
10258
10259         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
10260         <stddef.h> instead of <stdlib.h> since we only need NULL.
10261         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10262
10263 2007-10-15  Bruno Haible  <bruno@clisp.org>
10264
10265         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
10266         Replace paragraph talking about LIBOBJS.
10267         Reported by Colin Watson <cjwatson@debian.org>.
10268
10269 2007-10-15  Bruno Haible  <bruno@clisp.org>
10270
10271         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10272         <stdlib.h> before using NULL.
10273
10274 2007-10-15  Simon Josefsson  <simon@josefsson.org>
10275
10276         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
10277         Reported by Albert Chin <china@thewrittenword.com>.
10278
10279 2007-10-14  Bruno Haible  <bruno@clisp.org>
10280
10281         * modules/iconv_open-utf-tests: New file.
10282         * tests/test-iconv-utf.c: New file.
10283
10284         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
10285         * modules/iconv_open-utf: New file.
10286         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
10287         (iconv, iconv_close): New declarations.
10288         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
10289         be defined.
10290         (iconv_open): Add special handling of conversion between UTF-8 and
10291         UTF-{16,32}{BE,LE}.
10292         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
10293         * lib/iconv_close.c: New file.
10294         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
10295         gl_FUNC_ICONV_OPEN.
10296         (gl_FUNC_ICONV_OPEN): Use it.
10297         (gl_FUNC_ICONV_OPEN_UTF): New macro.
10298         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
10299         and REPLACE_ICONV_UTF.
10300         * modules/iconv_open (Depends-on): Add c-strcase.
10301         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
10302         ICONV_CONST.
10303         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
10304
10305 2007-10-13  Albert Chin  <china@thewrittenword.com>
10306             Bruno Haible  <bruno@clisp.org>
10307
10308         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
10309         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
10310
10311 2007-10-13  Bruno Haible  <bruno@clisp.org>
10312
10313         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
10314         defined, use the ISO C99 inline semantics.
10315         * lib/argp.h (ARGP_EI): Likewise.
10316
10317 2007-10-13  Bruno Haible  <bruno@clisp.org>
10318
10319         Handle 'inline' change in gcc 4.3.0.
10320         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
10321         argp_fmtstream_write, argp_fmtstream_set_lmargin,
10322         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
10323         argp_fmtstream_point): Disable 'extern' declaration if the function
10324         definition is going to be provided inline.
10325         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
10326         semantics, not the ISO C99 inline semantics.
10327         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
10328         'extern' declaration if the function definition is going to be provided
10329         inline.
10330         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
10331         the GNU C inline semantics, not the ISO C99 inline semantics. With
10332         GCC 4.2, avoid a warning.
10333
10334 2007-10-13  Bruno Haible  <bruno@clisp.org>
10335
10336         * lib/freading.h (freading): Enable the use of __freading for
10337         glibc >= 2.7.
10338         * lib/freading.c (freading): Likewise.
10339
10340 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10341
10342         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10343         "warning: C99 inline functions are not supported; using GNU89".
10344
10345 2007-10-12  Bruno Haible  <bruno@clisp.org>
10346
10347         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
10348         of 2.
10349         * tests/test-ceilf2.c: New file.
10350         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
10351
10352         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
10353         * modules/ceilf-tests: Update.
10354
10355 2007-10-12  Bruno Haible  <bruno@clisp.org>
10356
10357         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
10358         of 2.
10359         * tests/test-floorf2.c: New file.
10360         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
10361
10362         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
10363         * modules/floorf-tests: Update.
10364
10365 2007-10-12  Bruno Haible  <bruno@clisp.org>
10366
10367         * tests/test-trunc2.c: New file.
10368         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
10369
10370         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
10371         * modules/trunc-tests: Update.
10372
10373 2007-10-12  Bruno Haible  <bruno@clisp.org>
10374
10375         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
10376         of 2.
10377         * tests/test-truncf2.c: New file.
10378         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
10379
10380         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
10381         * modules/truncf-tests: Update.
10382
10383 2007-10-11  Eric Blake  <ebb9@byu.net>
10384
10385         Don't claim strerror is broken on Interix.
10386         * doc/functions/strerror.texi (strerror): Known broken systems are
10387         now Solaris 8, and not Interix.
10388         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
10389         Interix on cross-compile.
10390         Reported by Martin Koeppe in
10391         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
10392
10393 2007-10-11  Bruno Haible  <bruno@clisp.org>
10394
10395         * modules/i-ring-tests: New file.
10396         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
10397         instead of assert.
10398
10399 2007-10-11  Bruno Haible  <bruno@clisp.org>
10400
10401         * modules/filenamecat-tests: New file.
10402         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
10403         * lib/filenamecat.c: Remove test code.
10404
10405 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10406
10407         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
10408
10409         * lib/strerror.c: Include <string.h> always, to test interface,
10410         and to remove the need for the dummy.
10411         Include intprops.h to compute width instead of doing it ourselves
10412         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
10413         (strerror): Define it to return NULL if there's no system strerror.
10414         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
10415         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
10416         ancient pre-strerror Unix systems well any more.  Saying "unknown
10417         system error" is enough.
10418         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
10419         simpler strerror.c implementation.
10420         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
10421         Simplify the tests to reflect the simpler strerror implementation.
10422         * modules/strerror (Depends-on): Add intprops.
10423
10424 2007-10-09  Eric Blake  <ebb9@byu.net>
10425
10426         Silence test-fpending.
10427         * modules/fpending-tests (Files): Add wrapper script.
10428         * tests/test-fpending.sh: New file.
10429
10430 2007-10-09  Bruno Haible  <bruno@clisp.org>
10431
10432         * MODULES.html.sh (func_module): Don't create a hyperlink for
10433         function names like 'printf_frexp'.
10434         (Misc): Add crc, memxor.
10435         (Characteristics of floating types): New section.
10436         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
10437         isnanf-nolibm, signbit, trunc, truncf, truncl.
10438         (Enhancements for ISO C 99 functions): New subsection Input/output.
10439         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
10440         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
10441         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
10442         (Compatibility checks for POSIX:2001 functions): Add clock-time.
10443         (Enhancements for POSIX:2001 functions): Add chdir-long.
10444         (File system functions): Add areadlink, chdir-safer, read-file.
10445         Remove cycle-check.
10446         (File system as inode set): New section.
10447         (Date and time): Add gethrxtime.
10448         (Multithreading): Add openmp.
10449         (Internationalization functions): Add localename.
10450         (Unicode string functions): Add unistr/u*-mbsnlen.
10451         (Support for maintaining and releasing projects): Add git-version-gen.
10452         (Lone files): Remove directories.
10453
10454 2007-10-08  Ben Pfaff  <blp@gnu.org>
10455
10456         * lib/xmalloca.h: Fix typo in comment.
10457
10458 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10459
10460         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
10461         when avoiding problems with integer overflow.  Use a portable test
10462         instead.
10463
10464 2007-10-08  Simon Josefsson  <simon@josefsson.org>
10465
10466         * modules/dummy (License): Change to LGPLv2+.
10467         * modules/float (License): Likewise
10468         * modules/realloc (License): Likewise
10469         * modules/stdlib (License): Likewise
10470
10471 2007-10-07  Bruno Haible  <bruno@clisp.org>
10472
10473         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
10474         * floor.c (TWO_MANT_DIG): Likewise.
10475         * ceil.c (TWO_MANT_DIG): Likewise.
10476         Reported by Ben Pfaff.
10477
10478 2007-10-07  Bruno Haible  <bruno@clisp.org>
10479
10480         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
10481         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
10482         * lib/frexp.c (FUNC): Likewise.
10483         * lib/printf-frexp.h (printf_frexp): Likewise.
10484         * lib/printf-frexpl.h (printf_frexpl): Likewise.
10485         * lib/printf-frexp.c (FUNC): Likewise.
10486         Suggested by Jim Meyering.
10487
10488 2007-10-07  Jim Meyering  <meyering@redhat.com>
10489
10490         Make xnanosleep's integer overflow test more robust.
10491         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
10492         so that gcc-4.3.0 doesn't optimize away this test for overflow.
10493
10494 2007-10-07  Bruno Haible  <bruno@clisp.org>
10495
10496         * NEWS: Mention the license change.
10497
10498         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
10499         abbreviations in the modules files.
10500
10501         Change copyright notice from GPLv2+ to GPLv3+.
10502         * README: Change copyright notice.
10503         * MODULES.html.sh: Likewise.
10504         * build-aux/bootstrap.conf: Likewise.
10505         * build-aux/config.libpath: Likewise.
10506         * build-aux/csharpcomp.sh.in: Likewise.
10507         * build-aux/csharpexec.sh.in: Likewise.
10508         * build-aux/install-reloc: Likewise.
10509         * build-aux/javacomp.sh.in: Likewise.
10510         * build-aux/javaexec.sh.in: Likewise.
10511         * build-aux/ldd.sh.in: Likewise.
10512         * build-aux/reloc-ldflags: Likewise.
10513         * build-aux/relocatable.sh.in: Likewise.
10514         * build-aux/x-to-1.in: Likewise.
10515         * check-module: Likewise.
10516         * config/srclistvars.sh: Likewise.
10517         * gnulib-tool: Likewise.
10518         * lib/acl-internal.h: Likewise.
10519         * lib/acl.c: Likewise.
10520         * lib/acl.h: Likewise.
10521         * lib/acl_entries.c: Likewise.
10522         * lib/areadlink-with-size.c: Likewise.
10523         * lib/areadlink.c: Likewise.
10524         * lib/areadlink.h: Likewise.
10525         * lib/argmatch.c: Likewise.
10526         * lib/argmatch.h: Likewise.
10527         * lib/argp-ba.c: Likewise.
10528         * lib/argp-eexst.c: Likewise.
10529         * lib/argp-fmtstream.c: Likewise.
10530         * lib/argp-fmtstream.h: Likewise.
10531         * lib/argp-fs-xinl.c: Likewise.
10532         * lib/argp-help.c: Likewise.
10533         * lib/argp-namefrob.h: Likewise.
10534         * lib/argp-parse.c: Likewise.
10535         * lib/argp-pin.c: Likewise.
10536         * lib/argp-pv.c: Likewise.
10537         * lib/argp-pvh.c: Likewise.
10538         * lib/argp-xinl.c: Likewise.
10539         * lib/argp.h: Likewise.
10540         * lib/at-func.c: Likewise.
10541         * lib/atanl.c: Likewise.
10542         * lib/backupfile.c: Likewise.
10543         * lib/backupfile.h: Likewise.
10544         * lib/basename.c: Likewise.
10545         * lib/binary-io.h: Likewise.
10546         * lib/byteswap.in.h: Likewise.
10547         * lib/c-stack.c: Likewise.
10548         * lib/c-stack.h: Likewise.
10549         * lib/c-strcasestr.c: Likewise.
10550         * lib/c-strcasestr.h: Likewise.
10551         * lib/c-strstr.c: Likewise.
10552         * lib/c-strstr.h: Likewise.
10553         * lib/c-strtod.c: Likewise.
10554         * lib/calloc.c: Likewise.
10555         * lib/canon-host.c: Likewise.
10556         * lib/canon-host.h: Likewise.
10557         * lib/canonicalize-lgpl.c: Likewise.
10558         * lib/canonicalize.c: Likewise.
10559         * lib/canonicalize.h: Likewise.
10560         * lib/ceil.c: Likewise.
10561         * lib/ceilf.c: Likewise.
10562         * lib/ceill.c: Likewise.
10563         * lib/chdir-long.c: Likewise.
10564         * lib/chdir-long.h: Likewise.
10565         * lib/chdir-safer.c: Likewise.
10566         * lib/chdir-safer.h: Likewise.
10567         * lib/chown.c: Likewise.
10568         * lib/classpath.c: Likewise.
10569         * lib/classpath.h: Likewise.
10570         * lib/clean-temp.c: Likewise.
10571         * lib/clean-temp.h: Likewise.
10572         * lib/cloexec.c: Likewise.
10573         * lib/close-stream.c: Likewise.
10574         * lib/closein.c: Likewise.
10575         * lib/closein.h: Likewise.
10576         * lib/closeout.c: Likewise.
10577         * lib/closeout.h: Likewise.
10578         * lib/concat-filename.c: Likewise.
10579         * lib/copy-file.c: Likewise.
10580         * lib/copy-file.h: Likewise.
10581         * lib/count-one-bits.h: Likewise.
10582         * lib/crc.c: Likewise.
10583         * lib/crc.h: Likewise.
10584         * lib/creat-safer.c: Likewise.
10585         * lib/csharpcomp.c: Likewise.
10586         * lib/csharpcomp.h: Likewise.
10587         * lib/csharpexec.c: Likewise.
10588         * lib/csharpexec.h: Likewise.
10589         * lib/cycle-check.c: Likewise.
10590         * lib/cycle-check.h: Likewise.
10591         * lib/diacrit.c: Likewise.
10592         * lib/diacrit.h: Likewise.
10593         * lib/diffseq.h: Likewise.
10594         * lib/dirchownmod.c: Likewise.
10595         * lib/dirent.in.h: Likewise.
10596         * lib/dirfd.c: Likewise.
10597         * lib/dirfd.h: Likewise.
10598         * lib/dirname.c: Likewise.
10599         * lib/dirname.h: Likewise.
10600         * lib/dummy.c: Likewise.
10601         * lib/dup-safer.c: Likewise.
10602         * lib/dup2.c: Likewise.
10603         * lib/eealloc.h: Likewise.
10604         * lib/error.c: Likewise.
10605         * lib/error.h: Likewise.
10606         * lib/euidaccess.c: Likewise.
10607         * lib/exclude.c: Likewise.
10608         * lib/exclude.h: Likewise.
10609         * lib/execute.c: Likewise.
10610         * lib/execute.h: Likewise.
10611         * lib/exitfail.c: Likewise.
10612         * lib/exitfail.h: Likewise.
10613         * lib/expl.c: Likewise.
10614         * lib/fatal-signal.c: Likewise.
10615         * lib/fatal-signal.h: Likewise.
10616         * lib/fbufmode.c: Likewise.
10617         * lib/fbufmode.h: Likewise.
10618         * lib/fchdir.c: Likewise.
10619         * lib/fchmodat.c: Likewise.
10620         * lib/fchownat.c: Likewise.
10621         * lib/fcntl--.h: Likewise.
10622         * lib/fcntl-safer.h: Likewise.
10623         * lib/fcntl.in.h: Likewise.
10624         * lib/fd-safer.c: Likewise.
10625         * lib/fflush.c: Likewise.
10626         * lib/file-has-acl.c: Likewise.
10627         * lib/file-set.c: Likewise.
10628         * lib/file-type.c: Likewise.
10629         * lib/file-type.h: Likewise.
10630         * lib/fileblocks.c: Likewise.
10631         * lib/filemode.c: Likewise.
10632         * lib/filemode.h: Likewise.
10633         * lib/filename.h: Likewise.
10634         * lib/filenamecat.c: Likewise.
10635         * lib/filenamecat.h: Likewise.
10636         * lib/findprog.c: Likewise.
10637         * lib/findprog.h: Likewise.
10638         * lib/float.in.h: Likewise.
10639         * lib/floor.c: Likewise.
10640         * lib/floorf.c: Likewise.
10641         * lib/floorl.c: Likewise.
10642         * lib/fopen-safer.c: Likewise.
10643         * lib/fopen.c: Likewise.
10644         * lib/fpending.c: Likewise.
10645         * lib/fpending.h: Likewise.
10646         * lib/fprintf.c: Likewise.
10647         * lib/fprintftime.h: Likewise.
10648         * lib/fpucw.h: Likewise.
10649         * lib/fpurge.c: Likewise.
10650         * lib/fpurge.h: Likewise.
10651         * lib/freadable.c: Likewise.
10652         * lib/freadable.h: Likewise.
10653         * lib/freadahead.c: Likewise.
10654         * lib/freadahead.h: Likewise.
10655         * lib/freading.c: Likewise.
10656         * lib/freading.h: Likewise.
10657         * lib/free.c: Likewise.
10658         * lib/freopen.c: Likewise.
10659         * lib/frexp.c: Likewise.
10660         * lib/frexpl.c: Likewise.
10661         * lib/fseek.c: Likewise.
10662         * lib/fseterr.c: Likewise.
10663         * lib/fseterr.h: Likewise.
10664         * lib/fstatat.c: Likewise.
10665         * lib/fstrcmp.c: Likewise.
10666         * lib/fstrcmp.h: Likewise.
10667         * lib/fsusage.c: Likewise.
10668         * lib/fsusage.h: Likewise.
10669         * lib/ftell.c: Likewise.
10670         * lib/ftello.c: Likewise.
10671         * lib/fts-cycle.c: Likewise.
10672         * lib/fts.c: Likewise.
10673         * lib/fts_.h: Likewise.
10674         * lib/full-read.c: Likewise.
10675         * lib/full-read.h: Likewise.
10676         * lib/full-write.c: Likewise.
10677         * lib/full-write.h: Likewise.
10678         * lib/fwritable.c: Likewise.
10679         * lib/fwritable.h: Likewise.
10680         * lib/fwriteerror.c: Likewise.
10681         * lib/fwriteerror.h: Likewise.
10682         * lib/fwriting.c: Likewise.
10683         * lib/fwriting.h: Likewise.
10684         * lib/gcd.c: Likewise.
10685         * lib/gcd.h: Likewise.
10686         * lib/getcwd.c: Likewise.
10687         * lib/getdate.h: Likewise.
10688         * lib/getdate.y: Likewise.
10689         * lib/getdomainname.c: Likewise.
10690         * lib/getdomainname.h: Likewise.
10691         * lib/getgroups.c: Likewise.
10692         * lib/gethostname.c: Likewise.
10693         * lib/gethrxtime.c: Likewise.
10694         * lib/gethrxtime.h: Likewise.
10695         * lib/getloadavg.c: Likewise.
10696         * lib/getndelim2.c: Likewise.
10697         * lib/getndelim2.h: Likewise.
10698         * lib/getnline.c: Likewise.
10699         * lib/getnline.h: Likewise.
10700         * lib/getopt.c: Likewise.
10701         * lib/getopt.in.h: Likewise.
10702         * lib/getopt1.c: Likewise.
10703         * lib/getopt_int.h: Likewise.
10704         * lib/getpagesize.h: Likewise.
10705         * lib/getsubopt.c: Likewise.
10706         * lib/gettime.c: Likewise.
10707         * lib/getugroups.c: Likewise.
10708         * lib/getugroups.h: Likewise.
10709         * lib/getusershell.c: Likewise.
10710         * lib/gl_anyavltree_list1.h: Likewise.
10711         * lib/gl_anyavltree_list2.h: Likewise.
10712         * lib/gl_anyhash_list1.h: Likewise.
10713         * lib/gl_anyhash_list2.h: Likewise.
10714         * lib/gl_anylinked_list1.h: Likewise.
10715         * lib/gl_anylinked_list2.h: Likewise.
10716         * lib/gl_anyrbtree_list1.h: Likewise.
10717         * lib/gl_anyrbtree_list2.h: Likewise.
10718         * lib/gl_anytree_list1.h: Likewise.
10719         * lib/gl_anytree_list2.h: Likewise.
10720         * lib/gl_anytree_oset.h: Likewise.
10721         * lib/gl_anytreehash_list1.h: Likewise.
10722         * lib/gl_anytreehash_list2.h: Likewise.
10723         * lib/gl_array_list.c: Likewise.
10724         * lib/gl_array_list.h: Likewise.
10725         * lib/gl_array_oset.c: Likewise.
10726         * lib/gl_array_oset.h: Likewise.
10727         * lib/gl_avltree_list.c: Likewise.
10728         * lib/gl_avltree_list.h: Likewise.
10729         * lib/gl_avltree_oset.c: Likewise.
10730         * lib/gl_avltree_oset.h: Likewise.
10731         * lib/gl_avltreehash_list.c: Likewise.
10732         * lib/gl_avltreehash_list.h: Likewise.
10733         * lib/gl_carray_list.c: Likewise.
10734         * lib/gl_carray_list.h: Likewise.
10735         * lib/gl_linked_list.c: Likewise.
10736         * lib/gl_linked_list.h: Likewise.
10737         * lib/gl_linkedhash_list.c: Likewise.
10738         * lib/gl_linkedhash_list.h: Likewise.
10739         * lib/gl_list.c: Likewise.
10740         * lib/gl_list.h: Likewise.
10741         * lib/gl_oset.c: Likewise.
10742         * lib/gl_oset.h: Likewise.
10743         * lib/gl_rbtree_list.c: Likewise.
10744         * lib/gl_rbtree_list.h: Likewise.
10745         * lib/gl_rbtree_oset.c: Likewise.
10746         * lib/gl_rbtree_oset.h: Likewise.
10747         * lib/gl_rbtreehash_list.c: Likewise.
10748         * lib/gl_rbtreehash_list.h: Likewise.
10749         * lib/gl_sublist.c: Likewise.
10750         * lib/gl_sublist.h: Likewise.
10751         * lib/group-member.c: Likewise.
10752         * lib/group-member.h: Likewise.
10753         * lib/hard-locale.c: Likewise.
10754         * lib/hard-locale.h: Likewise.
10755         * lib/hash-pjw.c: Likewise.
10756         * lib/hash-pjw.h: Likewise.
10757         * lib/hash-triple.c: Likewise.
10758         * lib/hash.c: Likewise.
10759         * lib/hash.h: Likewise.
10760         * lib/human.c: Likewise.
10761         * lib/human.h: Likewise.
10762         * lib/i-ring.c: Likewise.
10763         * lib/i-ring.h: Likewise.
10764         * lib/idcache.c: Likewise.
10765         * lib/imaxabs.c: Likewise.
10766         * lib/imaxdiv.c: Likewise.
10767         * lib/inet_pton.c: Likewise.
10768         * lib/inet_pton.h: Likewise.
10769         * lib/intprops.h: Likewise.
10770         * lib/inttostr.c: Likewise.
10771         * lib/inttostr.h: Likewise.
10772         * lib/inttypes.in.h: Likewise.
10773         * lib/isapipe.c: Likewise.
10774         * lib/isdir.c: Likewise.
10775         * lib/isnan.c: Likewise.
10776         * lib/isnan.h: Likewise.
10777         * lib/isnanf.c: Likewise.
10778         * lib/isnanf.h: Likewise.
10779         * lib/isnanl-nolibm.h: Likewise.
10780         * lib/isnanl.c: Likewise.
10781         * lib/isnanl.h: Likewise.
10782         * lib/javacomp.c: Likewise.
10783         * lib/javacomp.h: Likewise.
10784         * lib/javaexec.c: Likewise.
10785         * lib/javaexec.h: Likewise.
10786         * lib/javaversion.c: Likewise.
10787         * lib/javaversion.h: Likewise.
10788         * lib/javaversion.java: Likewise.
10789         * lib/lbrkprop.h: Likewise.
10790         * lib/lchmod.h: Likewise.
10791         * lib/lchown.c: Likewise.
10792         * lib/ldexpl.c: Likewise.
10793         * lib/linebreak.c: Likewise.
10794         * lib/linebreak.h: Likewise.
10795         * lib/linebuffer.c: Likewise.
10796         * lib/linebuffer.h: Likewise.
10797         * lib/locale.in.h: Likewise.
10798         * lib/logl.c: Likewise.
10799         * lib/long-options.c: Likewise.
10800         * lib/long-options.h: Likewise.
10801         * lib/lstat.c: Likewise.
10802         * lib/lstat.h: Likewise.
10803         * lib/math.in.h: Likewise.
10804         * lib/mbchar.c: Likewise.
10805         * lib/mbchar.h: Likewise.
10806         * lib/mbfile.h: Likewise.
10807         * lib/mbiter.h: Likewise.
10808         * lib/mbscasecmp.c: Likewise.
10809         * lib/mbscasestr.c: Likewise.
10810         * lib/mbschr.c: Likewise.
10811         * lib/mbscspn.c: Likewise.
10812         * lib/mbslen.c: Likewise.
10813         * lib/mbsncasecmp.c: Likewise.
10814         * lib/mbsnlen.c: Likewise.
10815         * lib/mbspbrk.c: Likewise.
10816         * lib/mbspcasecmp.c: Likewise.
10817         * lib/mbsrchr.c: Likewise.
10818         * lib/mbssep.c: Likewise.
10819         * lib/mbsspn.c: Likewise.
10820         * lib/mbsstr.c: Likewise.
10821         * lib/mbstok_r.c: Likewise.
10822         * lib/mbswidth.c: Likewise.
10823         * lib/mbswidth.h: Likewise.
10824         * lib/mbuiter.h: Likewise.
10825         * lib/memcasecmp.c: Likewise.
10826         * lib/memcasecmp.h: Likewise.
10827         * lib/memchr.c: Likewise.
10828         * lib/memcmp.c: Likewise.
10829         * lib/memcoll.c: Likewise.
10830         * lib/memcoll.h: Likewise.
10831         * lib/memcpy.c: Likewise.
10832         * lib/memrchr.c: Likewise.
10833         * lib/mkancesdirs.c: Likewise.
10834         * lib/mkdir-p.c: Likewise.
10835         * lib/mkdir-p.h: Likewise.
10836         * lib/mkdir.c: Likewise.
10837         * lib/mkdirat.c: Likewise.
10838         * lib/mkdtemp.c: Likewise.
10839         * lib/mkstemp-safer.c: Likewise.
10840         * lib/mkstemp.c: Likewise.
10841         * lib/modechange.c: Likewise.
10842         * lib/modechange.h: Likewise.
10843         * lib/mountlist.c: Likewise.
10844         * lib/mountlist.h: Likewise.
10845         * lib/mpsort.c: Likewise.
10846         * lib/nanosleep.c: Likewise.
10847         * lib/obstack.c: Likewise.
10848         * lib/obstack.h: Likewise.
10849         * lib/open-safer.c: Likewise.
10850         * lib/open.c: Likewise.
10851         * lib/openat-die.c: Likewise.
10852         * lib/openat-priv.h: Likewise.
10853         * lib/openat-proc.c: Likewise.
10854         * lib/openat.c: Likewise.
10855         * lib/openat.h: Likewise.
10856         * lib/pagealign_alloc.c: Likewise.
10857         * lib/pagealign_alloc.h: Likewise.
10858         * lib/physmem.c: Likewise.
10859         * lib/physmem.h: Likewise.
10860         * lib/pipe-safer.c: Likewise.
10861         * lib/pipe.c: Likewise.
10862         * lib/pipe.h: Likewise.
10863         * lib/posixtm.c: Likewise.
10864         * lib/posixtm.h: Likewise.
10865         * lib/posixver.c: Likewise.
10866         * lib/printf-frexp.c: Likewise.
10867         * lib/printf-frexp.h: Likewise.
10868         * lib/printf-frexpl.c: Likewise.
10869         * lib/printf-frexpl.h: Likewise.
10870         * lib/printf.c: Likewise.
10871         * lib/progname.c: Likewise.
10872         * lib/progname.h: Likewise.
10873         * lib/progreloc.c: Likewise.
10874         * lib/putenv.c: Likewise.
10875         * lib/quote.c: Likewise.
10876         * lib/quote.h: Likewise.
10877         * lib/quotearg.c: Likewise.
10878         * lib/quotearg.h: Likewise.
10879         * lib/raise.c: Likewise.
10880         * lib/readline.c: Likewise.
10881         * lib/readline.h: Likewise.
10882         * lib/readlink.c: Likewise.
10883         * lib/readtokens.c: Likewise.
10884         * lib/readtokens.h: Likewise.
10885         * lib/readtokens0.c: Likewise.
10886         * lib/readtokens0.h: Likewise.
10887         * lib/readutmp.c: Likewise.
10888         * lib/readutmp.h: Likewise.
10889         * lib/realloc.c: Likewise.
10890         * lib/relocwrapper.c: Likewise.
10891         * lib/rename-dest-slash.c: Likewise.
10892         * lib/rename.c: Likewise.
10893         * lib/rmdir.c: Likewise.
10894         * lib/rpmatch.c: Likewise.
10895         * lib/safe-read.c: Likewise.
10896         * lib/safe-read.h: Likewise.
10897         * lib/safe-write.c: Likewise.
10898         * lib/safe-write.h: Likewise.
10899         * lib/same-inode.h: Likewise.
10900         * lib/same.c: Likewise.
10901         * lib/same.h: Likewise.
10902         * lib/save-cwd.c: Likewise.
10903         * lib/save-cwd.h: Likewise.
10904         * lib/savedir.c: Likewise.
10905         * lib/savedir.h: Likewise.
10906         * lib/savewd.c: Likewise.
10907         * lib/savewd.h: Likewise.
10908         * lib/search.in.h: Likewise.
10909         * lib/setenv.c: Likewise.
10910         * lib/setenv.h: Likewise.
10911         * lib/settime.c: Likewise.
10912         * lib/sh-quote.c: Likewise.
10913         * lib/sh-quote.h: Likewise.
10914         * lib/sig2str.c: Likewise.
10915         * lib/sig2str.h: Likewise.
10916         * lib/signal.in.h: Likewise.
10917         * lib/signbitd.c: Likewise.
10918         * lib/signbitf.c: Likewise.
10919         * lib/signbitl.c: Likewise.
10920         * lib/sigprocmask.c: Likewise.
10921         * lib/sincosl.c: Likewise.
10922         * lib/sleep.c: Likewise.
10923         * lib/sprintf.c: Likewise.
10924         * lib/sqrtl.c: Likewise.
10925         * lib/stat-time.h: Likewise.
10926         * lib/stdio--.h: Likewise.
10927         * lib/stdio-safer.h: Likewise.
10928         * lib/stdlib--.h: Likewise.
10929         * lib/stdlib-safer.h: Likewise.
10930         * lib/stdlib.in.h: Likewise.
10931         * lib/stpcpy.c: Likewise.
10932         * lib/stpncpy.c: Likewise.
10933         * lib/strchrnul.c: Likewise.
10934         * lib/strcspn.c: Likewise.
10935         * lib/strerror.c: Likewise.
10936         * lib/strftime.c: Likewise.
10937         * lib/strftime.h: Likewise.
10938         * lib/striconveh.c: Likewise.
10939         * lib/striconveh.h: Likewise.
10940         * lib/striconveha.c: Likewise.
10941         * lib/striconveha.h: Likewise.
10942         * lib/stripslash.c: Likewise.
10943         * lib/strnlen1.c: Likewise.
10944         * lib/strnlen1.h: Likewise.
10945         * lib/strtod.c: Likewise.
10946         * lib/strtoimax.c: Likewise.
10947         * lib/strtok_r.c: Likewise.
10948         * lib/strtol.c: Likewise.
10949         * lib/strtoll.c: Likewise.
10950         * lib/strtoul.c: Likewise.
10951         * lib/strtoull.c: Likewise.
10952         * lib/sysexits.in.h: Likewise.
10953         * lib/tempname.c: Likewise.
10954         * lib/tempname.h: Likewise.
10955         * lib/timespec.h: Likewise.
10956         * lib/tls.c: Likewise.
10957         * lib/tls.h: Likewise.
10958         * lib/tmpdir.c: Likewise.
10959         * lib/tmpdir.h: Likewise.
10960         * lib/tmpfile-safer.c: Likewise.
10961         * lib/tmpfile.c: Likewise.
10962         * lib/trigl.c: Likewise.
10963         * lib/trigl.h: Likewise.
10964         * lib/trim.c: Likewise.
10965         * lib/trim.h: Likewise.
10966         * lib/trunc.c: Likewise.
10967         * lib/truncf.c: Likewise.
10968         * lib/truncl.c: Likewise.
10969         * lib/tsearch.c: Likewise.
10970         * lib/unicodeio.c: Likewise.
10971         * lib/unicodeio.h: Likewise.
10972         * lib/unistd--.h: Likewise.
10973         * lib/unistd-safer.h: Likewise.
10974         * lib/unistdio/ulc-fprintf.c: Likewise.
10975         * lib/unistdio/ulc-vfprintf.c: Likewise.
10976         * lib/unlinkdir.c: Likewise.
10977         * lib/unlinkdir.h: Likewise.
10978         * lib/unlocked-io.h: Likewise.
10979         * lib/unsetenv.c: Likewise.
10980         * lib/userspec.c: Likewise.
10981         * lib/utime.c: Likewise.
10982         * lib/utimecmp.c: Likewise.
10983         * lib/utimecmp.h: Likewise.
10984         * lib/utimens.c: Likewise.
10985         * lib/verify.h: Likewise.
10986         * lib/verror.c: Likewise.
10987         * lib/verror.h: Likewise.
10988         * lib/version-etc-fsf.c: Likewise.
10989         * lib/version-etc.c: Likewise.
10990         * lib/version-etc.h: Likewise.
10991         * lib/vfprintf.c: Likewise.
10992         * lib/vprintf.c: Likewise.
10993         * lib/vsprintf.c: Likewise.
10994         * lib/w32spawn.h: Likewise.
10995         * lib/wait-process.c: Likewise.
10996         * lib/wait-process.h: Likewise.
10997         * lib/wcwidth.c: Likewise.
10998         * lib/write-any-file.c: Likewise.
10999         * lib/xalloc-die.c: Likewise.
11000         * lib/xalloc.h: Likewise.
11001         * lib/xasprintf.c: Likewise.
11002         * lib/xgetcwd.c: Likewise.
11003         * lib/xgetcwd.h: Likewise.
11004         * lib/xgetdomainname.c: Likewise.
11005         * lib/xgetdomainname.h: Likewise.
11006         * lib/xgethostname.c: Likewise.
11007         * lib/xmalloc.c: Likewise.
11008         * lib/xmalloca.c: Likewise.
11009         * lib/xmalloca.h: Likewise.
11010         * lib/xmemcoll.c: Likewise.
11011         * lib/xnanosleep.c: Likewise.
11012         * lib/xreadlink.c: Likewise.
11013         * lib/xreadlink.h: Likewise.
11014         * lib/xsetenv.c: Likewise.
11015         * lib/xsetenv.h: Likewise.
11016         * lib/xstriconv.c: Likewise.
11017         * lib/xstriconv.h: Likewise.
11018         * lib/xstrndup.c: Likewise.
11019         * lib/xstrndup.h: Likewise.
11020         * lib/xstrtod.c: Likewise.
11021         * lib/xstrtod.h: Likewise.
11022         * lib/xstrtol-error.c: Likewise.
11023         * lib/xstrtol.c: Likewise.
11024         * lib/xstrtol.h: Likewise.
11025         * lib/xtime.h: Likewise.
11026         * lib/xvasprintf.c: Likewise.
11027         * lib/xvasprintf.h: Likewise.
11028         * lib/yesno.c: Likewise.
11029         * lib/yesno.h: Likewise.
11030         * posix-modules: Likewise.
11031         * tests/test-alloca-opt.c: Likewise.
11032         * tests/test-arcfour.c: Likewise.
11033         * tests/test-arctwo.c: Likewise.
11034         * tests/test-argmatch.c: Likewise.
11035         * tests/test-argp-2.sh: Likewise.
11036         * tests/test-argp.c: Likewise.
11037         * tests/test-arpa_inet.c: Likewise.
11038         * tests/test-array_list.c: Likewise.
11039         * tests/test-array_oset.c: Likewise.
11040         * tests/test-atexit.c: Likewise.
11041         * tests/test-avltree_list.c: Likewise.
11042         * tests/test-avltree_oset.c: Likewise.
11043         * tests/test-avltreehash_list.c: Likewise.
11044         * tests/test-base64.c: Likewise.
11045         * tests/test-binary-io.c: Likewise.
11046         * tests/test-byteswap.c: Likewise.
11047         * tests/test-c-ctype.c: Likewise.
11048         * tests/test-c-strcasecmp.c: Likewise.
11049         * tests/test-c-strcasestr.c: Likewise.
11050         * tests/test-c-strncasecmp.c: Likewise.
11051         * tests/test-c-strstr.c: Likewise.
11052         * tests/test-canonicalize-lgpl.c: Likewise.
11053         * tests/test-canonicalize.c: Likewise.
11054         * tests/test-carray_list.c: Likewise.
11055         * tests/test-ceilf.c: Likewise.
11056         * tests/test-ceill.c: Likewise.
11057         * tests/test-count-one-bits.c: Likewise.
11058         * tests/test-crc.c: Likewise.
11059         * tests/test-dirname.c: Likewise.
11060         * tests/test-fbufmode.c: Likewise.
11061         * tests/test-fcntl.c: Likewise.
11062         * tests/test-fflush.c: Likewise.
11063         * tests/test-floorf.c: Likewise.
11064         * tests/test-floorl.c: Likewise.
11065         * tests/test-fopen.c: Likewise.
11066         * tests/test-fprintf-posix.c: Likewise.
11067         * tests/test-fprintf-posix.h: Likewise.
11068         * tests/test-fpurge.c: Likewise.
11069         * tests/test-freadable.c: Likewise.
11070         * tests/test-freadahead.c: Likewise.
11071         * tests/test-freading.c: Likewise.
11072         * tests/test-freopen.c: Likewise.
11073         * tests/test-frexp.c: Likewise.
11074         * tests/test-frexpl.c: Likewise.
11075         * tests/test-fseek.c: Likewise.
11076         * tests/test-fseeko.c: Likewise.
11077         * tests/test-fseterr.c: Likewise.
11078         * tests/test-fstrcmp.c: Likewise.
11079         * tests/test-ftell.c: Likewise.
11080         * tests/test-ftello.c: Likewise.
11081         * tests/test-fwritable.c: Likewise.
11082         * tests/test-fwriting.c: Likewise.
11083         * tests/test-getaddrinfo.c: Likewise.
11084         * tests/test-getpass.c: Likewise.
11085         * tests/test-gettimeofday.c: Likewise.
11086         * tests/test-hmac-md5.c: Likewise.
11087         * tests/test-hmac-sha1.c: Likewise.
11088         * tests/test-iconv.c: Likewise.
11089         * tests/test-iconvme.c: Likewise.
11090         * tests/test-inttypes.c: Likewise.
11091         * tests/test-isnan.c: Likewise.
11092         * tests/test-isnanf.c: Likewise.
11093         * tests/test-isnanl-nolibm.c: Likewise.
11094         * tests/test-isnanl.c: Likewise.
11095         * tests/test-isnanl.h: Likewise.
11096         * tests/test-ldexpl.c: Likewise.
11097         * tests/test-linked_list.c: Likewise.
11098         * tests/test-linkedhash_list.c: Likewise.
11099         * tests/test-locale.c: Likewise.
11100         * tests/test-localename.c: Likewise.
11101         * tests/test-lock.c: Likewise.
11102         * tests/test-lseek.c: Likewise.
11103         * tests/test-malloca.c: Likewise.
11104         * tests/test-math.c: Likewise.
11105         * tests/test-mbscasecmp.c: Likewise.
11106         * tests/test-mbscasestr1.c: Likewise.
11107         * tests/test-mbscasestr2.c: Likewise.
11108         * tests/test-mbscasestr3.c: Likewise.
11109         * tests/test-mbscasestr4.c: Likewise.
11110         * tests/test-mbschr.c: Likewise.
11111         * tests/test-mbscspn.c: Likewise.
11112         * tests/test-mbsncasecmp.c: Likewise.
11113         * tests/test-mbspbrk.c: Likewise.
11114         * tests/test-mbspcasecmp.c: Likewise.
11115         * tests/test-mbsrchr.c: Likewise.
11116         * tests/test-mbsspn.c: Likewise.
11117         * tests/test-mbsstr1.c: Likewise.
11118         * tests/test-mbsstr2.c: Likewise.
11119         * tests/test-mbsstr3.c: Likewise.
11120         * tests/test-md5.c: Likewise.
11121         * tests/test-memmem.c: Likewise.
11122         * tests/test-netinet_in.c: Likewise.
11123         * tests/test-open.c: Likewise.
11124         * tests/test-printf-frexp.c: Likewise.
11125         * tests/test-printf-frexpl.c: Likewise.
11126         * tests/test-printf-posix.c: Likewise.
11127         * tests/test-printf-posix.h: Likewise.
11128         * tests/test-rbtree_list.c: Likewise.
11129         * tests/test-rbtree_oset.c: Likewise.
11130         * tests/test-rbtreehash_list.c: Likewise.
11131         * tests/test-read-file.c: Likewise.
11132         * tests/test-rijndael.c: Likewise.
11133         * tests/test-search.c: Likewise.
11134         * tests/test-signbit.c: Likewise.
11135         * tests/test-sleep.c: Likewise.
11136         * tests/test-snprintf-posix.c: Likewise.
11137         * tests/test-snprintf-posix.h: Likewise.
11138         * tests/test-snprintf.c: Likewise.
11139         * tests/test-sprintf-posix.c: Likewise.
11140         * tests/test-sprintf-posix.h: Likewise.
11141         * tests/test-stat-time.c: Likewise.
11142         * tests/test-stdbool.c: Likewise.
11143         * tests/test-stdint.c: Likewise.
11144         * tests/test-stdio.c: Likewise.
11145         * tests/test-stdlib.c: Likewise.
11146         * tests/test-stpncpy.c: Likewise.
11147         * tests/test-strcasestr.c: Likewise.
11148         * tests/test-striconv.c: Likewise.
11149         * tests/test-striconveh.c: Likewise.
11150         * tests/test-striconveha.c: Likewise.
11151         * tests/test-string.c: Likewise.
11152         * tests/test-sys_select.c: Likewise.
11153         * tests/test-sys_socket.c: Likewise.
11154         * tests/test-sys_stat.c: Likewise.
11155         * tests/test-sys_time.c: Likewise.
11156         * tests/test-sysexits.c: Likewise.
11157         * tests/test-time.c: Likewise.
11158         * tests/test-tls.c: Likewise.
11159         * tests/test-trunc.c: Likewise.
11160         * tests/test-truncf.c: Likewise.
11161         * tests/test-truncl.c: Likewise.
11162         * tests/test-unistd.c: Likewise.
11163         * tests/test-vasnprintf-posix.c: Likewise.
11164         * tests/test-vasnprintf-posix2.c: Likewise.
11165         * tests/test-vasnprintf.c: Likewise.
11166         * tests/test-vasprintf-posix.c: Likewise.
11167         * tests/test-vasprintf.c: Likewise.
11168         * tests/test-verify.c: Likewise.
11169         * tests/test-vfprintf-posix.c: Likewise.
11170         * tests/test-vprintf-posix.c: Likewise.
11171         * tests/test-vsnprintf-posix.c: Likewise.
11172         * tests/test-vsnprintf.c: Likewise.
11173         * tests/test-vsprintf-posix.c: Likewise.
11174         * tests/test-wchar.c: Likewise.
11175         * tests/test-wctype.c: Likewise.
11176         * tests/test-wcwidth.c: Likewise.
11177         * tests/test-xstrtol.c: Likewise.
11178         * tests/test-xvasprintf.c: Likewise.
11179         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
11180         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
11181         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11182         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11183         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11184         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
11185         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11186         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11187         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11188         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
11189         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11190         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11191         * tests/uniname/test-uninames.c: Likewise.
11192         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
11193         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
11194         * tests/unistdio/test-u16-printf1.h: Likewise.
11195         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
11196         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
11197         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
11198         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
11199         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
11200         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
11201         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
11202         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
11203         * tests/unistdio/test-u32-printf1.h: Likewise.
11204         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
11205         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
11206         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
11207         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
11208         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
11209         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
11210         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
11211         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
11212         * tests/unistdio/test-u8-printf1.h: Likewise.
11213         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
11214         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
11215         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
11216         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
11217         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
11218         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
11219         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
11220         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
11221         * tests/unistdio/test-ulc-printf1.h: Likewise.
11222         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
11223         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
11224         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
11225         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
11226         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
11227         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
11228         * tests/uniwidth/test-u16-strwidth.c: Likewise.
11229         * tests/uniwidth/test-u16-width.c: Likewise.
11230         * tests/uniwidth/test-u32-strwidth.c: Likewise.
11231         * tests/uniwidth/test-u32-width.c: Likewise.
11232         * tests/uniwidth/test-u8-strwidth.c: Likewise.
11233         * tests/uniwidth/test-u8-width.c: Likewise.
11234         * tests/uniwidth/test-uc_width.c: Likewise.
11235         * config/srclist-update: Likewise.
11236         (fixlicense): Update to GPLv3+.
11237
11238         Change copyright notice from LGPLv2.1+ to LGPLv3+.
11239         * tests/test-tsearch.c: Change copyright notice.
11240
11241         Change copyright notice from LGPLv2.0+ to LGPLv3+.
11242         * lib/c-strcaseeq.h: Change copyright notice.
11243         * lib/streq.h: Likewise.
11244         * lib/uniconv.h: Likewise.
11245         * lib/uniconv/u-conv-from-enc.h: Likewise.
11246         * lib/uniconv/u-conv-to-enc.h: Likewise.
11247         * lib/uniconv/u-strconv-from-enc.h: Likewise.
11248         * lib/uniconv/u-strconv-to-enc.h: Likewise.
11249         * lib/uniconv/u16-conv-from-enc.c: Likewise.
11250         * lib/uniconv/u16-conv-to-enc.c: Likewise.
11251         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
11252         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
11253         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
11254         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
11255         * lib/uniconv/u32-conv-from-enc.c: Likewise.
11256         * lib/uniconv/u32-conv-to-enc.c: Likewise.
11257         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
11258         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
11259         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
11260         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
11261         * lib/uniconv/u8-conv-from-enc.c: Likewise.
11262         * lib/uniconv/u8-conv-to-enc.c: Likewise.
11263         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
11264         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
11265         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
11266         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
11267         * lib/uniname.h: Likewise.
11268         * lib/uniname/uniname.c: Likewise.
11269         * lib/unistdio.h: Likewise.
11270         * lib/unistdio/u-asnprintf.h: Likewise.
11271         * lib/unistdio/u-asprintf.h: Likewise.
11272         * lib/unistdio/u-printf-args.c: Likewise.
11273         * lib/unistdio/u-printf-args.h: Likewise.
11274         * lib/unistdio/u-printf-parse.h: Likewise.
11275         * lib/unistdio/u-snprintf.h: Likewise.
11276         * lib/unistdio/u-sprintf.h: Likewise.
11277         * lib/unistdio/u-vasprintf.h: Likewise.
11278         * lib/unistdio/u-vsnprintf.h: Likewise.
11279         * lib/unistdio/u-vsprintf.h: Likewise.
11280         * lib/unistdio/u16-asnprintf.c: Likewise.
11281         * lib/unistdio/u16-asprintf.c: Likewise.
11282         * lib/unistdio/u16-printf-parse.c: Likewise.
11283         * lib/unistdio/u16-snprintf.c: Likewise.
11284         * lib/unistdio/u16-sprintf.c: Likewise.
11285         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
11286         * lib/unistdio/u16-u16-asprintf.c: Likewise.
11287         * lib/unistdio/u16-u16-snprintf.c: Likewise.
11288         * lib/unistdio/u16-u16-sprintf.c: Likewise.
11289         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
11290         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
11291         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
11292         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
11293         * lib/unistdio/u16-vasnprintf.c: Likewise.
11294         * lib/unistdio/u16-vasprintf.c: Likewise.
11295         * lib/unistdio/u16-vsnprintf.c: Likewise.
11296         * lib/unistdio/u16-vsprintf.c: Likewise.
11297         * lib/unistdio/u32-asnprintf.c: Likewise.
11298         * lib/unistdio/u32-asprintf.c: Likewise.
11299         * lib/unistdio/u32-printf-parse.c: Likewise.
11300         * lib/unistdio/u32-snprintf.c: Likewise.
11301         * lib/unistdio/u32-sprintf.c: Likewise.
11302         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
11303         * lib/unistdio/u32-u32-asprintf.c: Likewise.
11304         * lib/unistdio/u32-u32-snprintf.c: Likewise.
11305         * lib/unistdio/u32-u32-sprintf.c: Likewise.
11306         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
11307         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
11308         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
11309         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
11310         * lib/unistdio/u32-vasnprintf.c: Likewise.
11311         * lib/unistdio/u32-vasprintf.c: Likewise.
11312         * lib/unistdio/u32-vsnprintf.c: Likewise.
11313         * lib/unistdio/u32-vsprintf.c: Likewise.
11314         * lib/unistdio/u8-asnprintf.c: Likewise.
11315         * lib/unistdio/u8-asprintf.c: Likewise.
11316         * lib/unistdio/u8-printf-parse.c: Likewise.
11317         * lib/unistdio/u8-snprintf.c: Likewise.
11318         * lib/unistdio/u8-sprintf.c: Likewise.
11319         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
11320         * lib/unistdio/u8-u8-asprintf.c: Likewise.
11321         * lib/unistdio/u8-u8-snprintf.c: Likewise.
11322         * lib/unistdio/u8-u8-sprintf.c: Likewise.
11323         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
11324         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
11325         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
11326         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
11327         * lib/unistdio/u8-vasnprintf.c: Likewise.
11328         * lib/unistdio/u8-vasprintf.c: Likewise.
11329         * lib/unistdio/u8-vsnprintf.c: Likewise.
11330         * lib/unistdio/u8-vsprintf.c: Likewise.
11331         * lib/unistdio/ulc-asnprintf.c: Likewise.
11332         * lib/unistdio/ulc-asprintf.c: Likewise.
11333         * lib/unistdio/ulc-printf-parse.c: Likewise.
11334         * lib/unistdio/ulc-snprintf.c: Likewise.
11335         * lib/unistdio/ulc-sprintf.c: Likewise.
11336         * lib/unistdio/ulc-vasnprintf.c: Likewise.
11337         * lib/unistdio/ulc-vasprintf.c: Likewise.
11338         * lib/unistdio/ulc-vsnprintf.c: Likewise.
11339         * lib/unistdio/ulc-vsprintf.c: Likewise.
11340         * lib/unistr.h: Likewise.
11341         * lib/unistr/u-cpy-alloc.h: Likewise.
11342         * lib/unistr/u-cpy.h: Likewise.
11343         * lib/unistr/u-endswith.h: Likewise.
11344         * lib/unistr/u-move.h: Likewise.
11345         * lib/unistr/u-set.h: Likewise.
11346         * lib/unistr/u-startswith.h: Likewise.
11347         * lib/unistr/u-stpcpy.h: Likewise.
11348         * lib/unistr/u-stpncpy.h: Likewise.
11349         * lib/unistr/u-strcat.h: Likewise.
11350         * lib/unistr/u-strcpy.h: Likewise.
11351         * lib/unistr/u-strcspn.h: Likewise.
11352         * lib/unistr/u-strdup.h: Likewise.
11353         * lib/unistr/u-strlen.h: Likewise.
11354         * lib/unistr/u-strncat.h: Likewise.
11355         * lib/unistr/u-strncpy.h: Likewise.
11356         * lib/unistr/u-strnlen.h: Likewise.
11357         * lib/unistr/u-strpbrk.h: Likewise.
11358         * lib/unistr/u-strspn.h: Likewise.
11359         * lib/unistr/u-strstr.h: Likewise.
11360         * lib/unistr/u-strtok.h: Likewise.
11361         * lib/unistr/u16-check.c: Likewise.
11362         * lib/unistr/u16-chr.c: Likewise.
11363         * lib/unistr/u16-cmp.c: Likewise.
11364         * lib/unistr/u16-cpy-alloc.c: Likewise.
11365         * lib/unistr/u16-cpy.c: Likewise.
11366         * lib/unistr/u16-endswith.c: Likewise.
11367         * lib/unistr/u16-mblen.c: Likewise.
11368         * lib/unistr/u16-mbsnlen.c: Likewise.
11369         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11370         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11371         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11372         * lib/unistr/u16-mbtouc.c: Likewise.
11373         * lib/unistr/u16-mbtoucr.c: Likewise.
11374         * lib/unistr/u16-move.c: Likewise.
11375         * lib/unistr/u16-next.c: Likewise.
11376         * lib/unistr/u16-prev.c: Likewise.
11377         * lib/unistr/u16-set.c: Likewise.
11378         * lib/unistr/u16-startswith.c: Likewise.
11379         * lib/unistr/u16-stpcpy.c: Likewise.
11380         * lib/unistr/u16-stpncpy.c: Likewise.
11381         * lib/unistr/u16-strcat.c: Likewise.
11382         * lib/unistr/u16-strchr.c: Likewise.
11383         * lib/unistr/u16-strcmp.c: Likewise.
11384         * lib/unistr/u16-strcpy.c: Likewise.
11385         * lib/unistr/u16-strcspn.c: Likewise.
11386         * lib/unistr/u16-strdup.c: Likewise.
11387         * lib/unistr/u16-strlen.c: Likewise.
11388         * lib/unistr/u16-strmblen.c: Likewise.
11389         * lib/unistr/u16-strmbtouc.c: Likewise.
11390         * lib/unistr/u16-strncat.c: Likewise.
11391         * lib/unistr/u16-strncmp.c: Likewise.
11392         * lib/unistr/u16-strncpy.c: Likewise.
11393         * lib/unistr/u16-strnlen.c: Likewise.
11394         * lib/unistr/u16-strpbrk.c: Likewise.
11395         * lib/unistr/u16-strrchr.c: Likewise.
11396         * lib/unistr/u16-strspn.c: Likewise.
11397         * lib/unistr/u16-strstr.c: Likewise.
11398         * lib/unistr/u16-strtok.c: Likewise.
11399         * lib/unistr/u16-to-u32.c: Likewise.
11400         * lib/unistr/u16-to-u8.c: Likewise.
11401         * lib/unistr/u16-uctomb-aux.c: Likewise.
11402         * lib/unistr/u16-uctomb.c: Likewise.
11403         * lib/unistr/u32-check.c: Likewise.
11404         * lib/unistr/u32-chr.c: Likewise.
11405         * lib/unistr/u32-cmp.c: Likewise.
11406         * lib/unistr/u32-cpy-alloc.c: Likewise.
11407         * lib/unistr/u32-cpy.c: Likewise.
11408         * lib/unistr/u32-endswith.c: Likewise.
11409         * lib/unistr/u32-mblen.c: Likewise.
11410         * lib/unistr/u32-mbsnlen.c: Likewise.
11411         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11412         * lib/unistr/u32-mbtouc.c: Likewise.
11413         * lib/unistr/u32-mbtoucr.c: Likewise.
11414         * lib/unistr/u32-move.c: Likewise.
11415         * lib/unistr/u32-next.c: Likewise.
11416         * lib/unistr/u32-prev.c: Likewise.
11417         * lib/unistr/u32-set.c: Likewise.
11418         * lib/unistr/u32-startswith.c: Likewise.
11419         * lib/unistr/u32-stpcpy.c: Likewise.
11420         * lib/unistr/u32-stpncpy.c: Likewise.
11421         * lib/unistr/u32-strcat.c: Likewise.
11422         * lib/unistr/u32-strchr.c: Likewise.
11423         * lib/unistr/u32-strcmp.c: Likewise.
11424         * lib/unistr/u32-strcpy.c: Likewise.
11425         * lib/unistr/u32-strcspn.c: Likewise.
11426         * lib/unistr/u32-strdup.c: Likewise.
11427         * lib/unistr/u32-strlen.c: Likewise.
11428         * lib/unistr/u32-strmblen.c: Likewise.
11429         * lib/unistr/u32-strmbtouc.c: Likewise.
11430         * lib/unistr/u32-strncat.c: Likewise.
11431         * lib/unistr/u32-strncmp.c: Likewise.
11432         * lib/unistr/u32-strncpy.c: Likewise.
11433         * lib/unistr/u32-strnlen.c: Likewise.
11434         * lib/unistr/u32-strpbrk.c: Likewise.
11435         * lib/unistr/u32-strrchr.c: Likewise.
11436         * lib/unistr/u32-strspn.c: Likewise.
11437         * lib/unistr/u32-strstr.c: Likewise.
11438         * lib/unistr/u32-strtok.c: Likewise.
11439         * lib/unistr/u32-to-u16.c: Likewise.
11440         * lib/unistr/u32-to-u8.c: Likewise.
11441         * lib/unistr/u32-uctomb.c: Likewise.
11442         * lib/unistr/u8-check.c: Likewise.
11443         * lib/unistr/u8-chr.c: Likewise.
11444         * lib/unistr/u8-cmp.c: Likewise.
11445         * lib/unistr/u8-cpy-alloc.c: Likewise.
11446         * lib/unistr/u8-cpy.c: Likewise.
11447         * lib/unistr/u8-endswith.c: Likewise.
11448         * lib/unistr/u8-mblen.c: Likewise.
11449         * lib/unistr/u8-mbsnlen.c: Likewise.
11450         * lib/unistr/u8-mbtouc-aux.c: Likewise.
11451         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
11452         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
11453         * lib/unistr/u8-mbtouc.c: Likewise.
11454         * lib/unistr/u8-mbtoucr.c: Likewise.
11455         * lib/unistr/u8-move.c: Likewise.
11456         * lib/unistr/u8-next.c: Likewise.
11457         * lib/unistr/u8-prev.c: Likewise.
11458         * lib/unistr/u8-set.c: Likewise.
11459         * lib/unistr/u8-startswith.c: Likewise.
11460         * lib/unistr/u8-stpcpy.c: Likewise.
11461         * lib/unistr/u8-stpncpy.c: Likewise.
11462         * lib/unistr/u8-strcat.c: Likewise.
11463         * lib/unistr/u8-strchr.c: Likewise.
11464         * lib/unistr/u8-strcmp.c: Likewise.
11465         * lib/unistr/u8-strcpy.c: Likewise.
11466         * lib/unistr/u8-strcspn.c: Likewise.
11467         * lib/unistr/u8-strdup.c: Likewise.
11468         * lib/unistr/u8-strlen.c: Likewise.
11469         * lib/unistr/u8-strmblen.c: Likewise.
11470         * lib/unistr/u8-strmbtouc.c: Likewise.
11471         * lib/unistr/u8-strncat.c: Likewise.
11472         * lib/unistr/u8-strncmp.c: Likewise.
11473         * lib/unistr/u8-strncpy.c: Likewise.
11474         * lib/unistr/u8-strnlen.c: Likewise.
11475         * lib/unistr/u8-strpbrk.c: Likewise.
11476         * lib/unistr/u8-strrchr.c: Likewise.
11477         * lib/unistr/u8-strspn.c: Likewise.
11478         * lib/unistr/u8-strstr.c: Likewise.
11479         * lib/unistr/u8-strtok.c: Likewise.
11480         * lib/unistr/u8-to-u16.c: Likewise.
11481         * lib/unistr/u8-to-u32.c: Likewise.
11482         * lib/unistr/u8-uctomb-aux.c: Likewise.
11483         * lib/unistr/u8-uctomb.c: Likewise.
11484         * lib/unitypes.h: Likewise.
11485         * lib/uniwidth.h: Likewise.
11486         * lib/uniwidth/cjk.h: Likewise.
11487         * lib/uniwidth/u16-strwidth.c: Likewise.
11488         * lib/uniwidth/u16-width.c: Likewise.
11489         * lib/uniwidth/u32-strwidth.c: Likewise.
11490         * lib/uniwidth/u32-width.c: Likewise.
11491         * lib/uniwidth/u8-strwidth.c: Likewise.
11492         * lib/uniwidth/u8-width.c: Likewise.
11493         * lib/uniwidth/width.c: Likewise.
11494
11495 2007-10-07  Bruno Haible  <bruno@clisp.org>
11496
11497         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
11498         The file is still under LGPL (see modules/inttypes).
11499
11500 2007-10-06  Bruno Haible  <bruno@clisp.org>
11501
11502         * modules/trunc (Dependencies): Add 'extensions'.
11503         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
11504         Reported by Ben Pfaff <blp@gnu.org>.
11505
11506 2007-10-06  Bruno Haible  <bruno@clisp.org>
11507
11508         * modules/freopen-tests: New file.
11509         * tests/test-freopen.c: New file.
11510
11511         * modules/fopen-tests: New file.
11512         * tests/test-fopen.c: New file.
11513
11514         * modules/fopen: New file.
11515         * lib/fopen.c: New file.
11516         * m4/fopen.m4: New file.
11517         * modules/freopen: New file.
11518         * lib/freopen.c: New file.
11519         * m4/freopen.m4: New file.
11520         * lib/stdio.in.h (fopen, freopen): New declarations.
11521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
11522         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11523         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
11524         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11525         * doc/functions/fopen.texi: Mention the 'fopen' module.
11526         * doc/functions/freopen.texi: Mention the 'freopen' module.
11527
11528 2007-10-06  Bruno Haible  <bruno@clisp.org>
11529
11530         * modules/open-tests: New file.
11531         * tests/test-open.c: New file.
11532
11533         * modules/open: New file.
11534         * lib/open.c: New file.
11535         * m4/open.m4: New file.
11536         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
11537         lib/open.c does.
11538         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
11539         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
11540         macros.
11541         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
11542         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
11543         REPLACE_OPEN.
11544         * doc/functions/open.texi: Mention the 'open' module.
11545
11546 2007-10-04  Bruno Haible  <bruno@clisp.org>
11547
11548         * modules/ceill-tests: New file.
11549         * tests/test-ceill.c: New file.
11550
11551         * modules/ceill: New file.
11552         * lib/ceill.c: Replace entire file.
11553         * m4/ceill.m4: New file.
11554         * lib/math.in.h (ceill): Replace declaration.
11555         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
11556         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
11557         * doc/functions/ceill.texi: Mention the 'ceill' module.
11558         * modules/mathl (Files): Remove lib/ceill.c.
11559         (Depends-on): Add ceill.
11560
11561 2007-10-04  Bruno Haible  <bruno@clisp.org>
11562
11563         * modules/ceilf-tests: New file.
11564         * tests/test-ceilf.c: New file.
11565
11566         * modules/ceilf: New file.
11567         * lib/ceil.c: New file.
11568         * lib/ceilf.c: New file.
11569         * m4/ceilf.m4: New file.
11570         * lib/math.in.h (ceilf): New declaration.
11571         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
11572         HAVE_DECL_CEILF.
11573         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
11574         HAVE_DECL_CEILF.
11575         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
11576
11577 2007-10-04  Bruno Haible  <bruno@clisp.org>
11578
11579         * modules/floorl-tests: New file.
11580         * tests/test-floorl.c: New file.
11581
11582         * modules/floorl: New file.
11583         * lib/floorl.c: Replace entire file.
11584         * m4/floorl.m4: New file.
11585         * lib/math.in.h (floorl): Replace declaration.
11586         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
11587         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
11588         * doc/functions/floorl.texi: Mention the 'floorl' module.
11589         * modules/mathl (Files): Remove lib/floorl.c.
11590         (Depends-on): Add floorl.
11591
11592 2007-10-04  Bruno Haible  <bruno@clisp.org>
11593
11594         * modules/floorf-tests: New file.
11595         * tests/test-floorf.c: New file.
11596
11597         * modules/floorf: New file.
11598         * lib/floor.c: New file.
11599         * lib/floorf.c: New file.
11600         * m4/floorf.m4: New file.
11601         * lib/math.in.h (floorf): New declaration.
11602         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
11603         HAVE_DECL_FLOORF.
11604         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
11605         HAVE_DECL_FLOORF.
11606         * doc/functions/floorf.texi: Mention the 'floorf' module.
11607
11608 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
11609             Bruno Haible  <bruno@clisp.org>
11610
11611         Advertise for the Git server instead of the CVS server.
11612         * doc/gnulib-intro.texi (Steady Development): Mention the Git
11613         repository instead of the CVS one.
11614         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
11615         about all VCS systems generically.
11616         * doc/gnulib.texi (Introduction): Capitalize `Git'.
11617
11618 2007-10-04  Bruno Haible  <bruno@clisp.org>
11619
11620         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
11621         means.
11622         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
11623
11624 2007-10-04  Bruno Haible  <bruno@clisp.org>
11625
11626         * modules/truncl-tests: New file.
11627         * tests/test-truncl.c: New file.
11628
11629         * modules/truncl: New file.
11630         * lib/truncl.c: New file.
11631         * m4/truncl.m4: New file.
11632         * lib/math.in.h (truncl): New declaration.
11633         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
11634         HAVE_DECL_TRUNCL.
11635         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
11636         HAVE_DECL_TRUNCL.
11637         * doc/functions/truncl.texi: Mention the 'truncl' module.
11638
11639 2007-10-04  Bruno Haible  <bruno@clisp.org>
11640
11641         * modules/truncf-tests: New file.
11642         * tests/test-truncf.c: New file.
11643
11644         * modules/truncf: New file.
11645         * lib/trunc.c: Make paramerizable through USE_* macros.
11646         * lib/truncf.c: New file.
11647         * m4/truncf.m4: New file.
11648         * lib/math.in.h (truncf): New declaration.
11649         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
11650         HAVE_DECL_TRUNCF.
11651         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
11652         HAVE_DECL_TRUNCF.
11653         * doc/functions/truncf.texi: Mention the 'truncf' module.
11654
11655 2007-10-03  Bruno Haible  <bruno@clisp.org>
11656
11657         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11658         augmentation also for tests modules.
11659         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
11660         * modules/atexit-tests (Makefile.am): Likewise.
11661         * modules/binary-io-tests (Makefile.am): Likewise.
11662         * modules/c-strcase-tests (Makefile.am): Likewise.
11663         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
11664         * modules/canonicalize-tests (Makefile.am): Likewise.
11665         * modules/closein-tests (Makefile.am): Likewise.
11666         * modules/fprintf-posix-tests (Makefile.am): Likewise.
11667         * modules/freadahead-tests (Makefile.am): Likewise.
11668         * modules/fseek-tests (Makefile.am): Likewise.
11669         * modules/fseeko-tests (Makefile.am): Likewise.
11670         * modules/ftell-tests (Makefile.am): Likewise.
11671         * modules/ftello-tests (Makefile.am): Likewise.
11672         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
11673         * modules/isnanl-tests (Makefile.am): Likewise.
11674         * modules/lseek-tests (Makefile.am): Likewise.
11675         * modules/mbscasecmp-tests (Makefile.am): Likewise.
11676         * modules/mbscasestr-tests (Makefile.am): Likewise.
11677         * modules/mbschr-tests (Makefile.am): Likewise.
11678         * modules/mbscspn-tests (Makefile.am): Likewise.
11679         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
11680         * modules/mbspbrk-tests (Makefile.am): Likewise.
11681         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
11682         * modules/mbsrchr-tests (Makefile.am): Likewise.
11683         * modules/mbsspn-tests (Makefile.am): Likewise.
11684         * modules/mbsstr-tests (Makefile.am): Likewise.
11685         * modules/printf-posix-tests (Makefile.am): Likewise.
11686         * modules/snprintf-posix-tests (Makefile.am): Likewise.
11687         * modules/sprintf-posix-tests (Makefile.am): Likewise.
11688         * modules/tsearch-tests (Makefile.am): Likewise.
11689         * modules/uniname/uniname-tests (Makefile.am): Likewise.
11690         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
11691         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
11692         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
11693         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
11694         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
11695         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
11696         * modules/vprintf-posix-tests (Makefile.am): Likewise.
11697         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
11698         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
11699         * modules/xstrtoimax-tests (Makefile.am): Likewise.
11700         * modules/xstrtol-tests (Makefile.am): Likewise.
11701         * modules/xstrtoumax-tests (Makefile.am): Likewise.
11702         * modules/yesno-tests (Makefile.am): Likewise.
11703
11704 2007-10-03  Bruno Haible  <bruno@clisp.org>
11705
11706         * modules/trunc-tests: New file.
11707         * tests/test-trunc.c: New file.
11708
11709         * modules/trunc: New file.
11710         * lib/trunc.c: New file.
11711         * m4/trunc.m4: New file.
11712         * lib/math.in.h (trunc): New declaration.
11713         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
11714         HAVE_DECL_TRUNC.
11715         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
11716         HAVE_DECL_TRUNC.
11717         * doc/functions/trunc.texi: Mention the 'trunc' module.
11718
11719 2007-10-03  Bruno Haible  <bruno@clisp.org>
11720
11721         * tests/test-fpending.c: New file, mostly copied
11722         from coreutils/lib/t-fpending.c.
11723         * modules/fpending-tests: New file.
11724
11725 2007-10-03  Bruno Haible  <bruno@clisp.org>
11726
11727         Port the stdio extensions to QNX (untested).
11728         * lib/fseterr.c (fseterr): Add support for QNX.
11729         * lib/fbufmode.c (fbufmode): Likewise.
11730         * lib/freadable.c (freadable): Likewise.
11731         * lib/fwritable.c (fwritable): Likewise.
11732         * lib/freading.c (freading): Likewise.
11733         * lib/fwriting.c (fwriting): Likewise.
11734         * lib/freadahead.c (freadahed): Likewise.
11735         * lib/fpurge.c (fpurge): Likewise.
11736         * lib/fseeko.c (rpl_fseeko): Likewise.
11737
11738 2007-10-03  Bruno Haible  <bruno@clisp.org>
11739             Jim Meyering  <jim@meyering.net>
11740             Eric Blake  <ebb9@byu.net>
11741
11742         * doc/relocatable.texi: Use @command instead of @program.
11743
11744 2007-10-02  Jim Meyering  <jim@meyering.net>
11745
11746         Perform one more "_.h" -> ".in.h" substitution.
11747         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
11748         instead of unistd_.h here, too.
11749
11750 2007-10-01  Bruno Haible  <bruno@clisp.org>
11751
11752         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
11753         Needed for the alloca-opt module.
11754
11755 2007-09-30  Bruno Haible  <bruno@clisp.org>
11756
11757         * lib/alloca.in.h: Renamed from lib/alloca_.h.
11758         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
11759         alloca_.h.
11760         * lib/argz.in.h: Renamed from lib/argz_.h.
11761         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
11762         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
11763         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
11764         byteswap_.h.
11765         * lib/dirent.in.h: Renamed from lib/dirent_.h.
11766         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
11767         dirent_.h.
11768         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
11769         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
11770         fcntl_.h.
11771         * lib/float.in.h: Renamed from lib/float_.h.
11772         * modules/float (Files, Makefile.am): Use float.in.h instead of
11773         float_.h.
11774         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
11775         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
11776         fnmatch_.h.
11777         * lib/getopt.in.h: Renamed from lib/getopt_.h.
11778         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
11779         getopt_.h.
11780         * lib/glob.in.h: Renamed from lib/glob_.h.
11781         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
11782         * lib/iconv.in.h: Renamed from lib/iconv_.h.
11783         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
11784         iconv_.h.
11785         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
11786         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
11787         inttypes_.h.
11788         * lib/locale.in.h: Renamed from lib/locale_.h.
11789         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
11790         locale_.h.
11791         * lib/math.in.h: Renamed from lib/math_.h.
11792         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
11793         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
11794         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
11795         of netinet_in_.h. Add dependency.
11796         * lib/poll.in.h: Renamed from lib/poll_.h.
11797         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
11798         * lib/search.in.h: Renamed from lib/search_.h.
11799         * modules/search (Files, Makefile.am): Use search.in.h instead of
11800         search_.h.
11801         * lib/signal.in.h: Renamed from lib/signal_.h.
11802         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
11803         _signal.h.
11804         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
11805         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
11806         stdbool_.h.
11807         * lib/stdint.in.h: Renamed from lib/stdint_.h.
11808         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
11809         stdint_.h.
11810         * lib/stdio.in.h: Renamed from lib/stdio_.h.
11811         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
11812         stdio_.h.
11813         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
11814         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
11815         stdlib_.h.
11816         * lib/string.in.h: Renamed from lib/string_.h.
11817         * modules/string (Files, Makefile.am): Use string.in.h instead of
11818         string_.h.
11819         * doc/gnulib-tool.texi (Initial import): Update.
11820         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
11821         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
11822         of sys_select_.h. Add dependency.
11823         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
11824         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
11825         of sys_socket_.h.
11826         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
11827         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
11828         sys_stat_.h.
11829         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
11830         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
11831         sys_time_.h.
11832         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
11833         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
11834         sysexits_.h.
11835         * lib/time.in.h: Renamed from lib/time_.h.
11836         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
11837         * lib/unistd.in.h: Renamed from lib/unistd_.h.
11838         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
11839         unistd_.h.
11840         * lib/wchar.in.h: Renamed from lib/wchar_.h.
11841         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
11842         wchar_.h.
11843         * lib/wctype.in.h: Renamed from lib/wctype_.h.
11844         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
11845         wctype_.h.
11846         * build-aux/bootstrap (slurp): Update.
11847         * lib/.cppi-disable: Update.
11848
11849 2007-09-30  Bruno Haible  <bruno@clisp.org>
11850
11851         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
11852         Needed on BeOS.
11853
11854 2007-09-30  Bruno Haible  <bruno@clisp.org>
11855
11856         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
11857
11858 2007-09-29  Bruno Haible  <bruno@clisp.org>
11859
11860         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
11861
11862 2007-09-29  Bruno Haible  <bruno@clisp.org>
11863
11864         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
11865         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
11866         * build-aux/install-reloc: Compile also areadlink.c.
11867         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
11868
11869 2007-09-29  Bruno Haible  <bruno@clisp.org>
11870
11871         * gnulib-tool (func_emit_initmacro_done): Indentation.
11872
11873 2007-09-29  Bruno Haible  <bruno@clisp.org>
11874
11875         * README: Add CVS checkout update instructions.
11876         Info from Bob Proulx <bob@proulx.com>.
11877
11878 2007-09-28  Eric Blake  <ebb9@byu.net>
11879
11880         Provide move-if-change.
11881         * build-aux/move-if-change: New file, based on best practice
11882         rather than any canonical upstream location.
11883
11884 2007-09-28  Jim Meyering  <jim@meyering.net>
11885
11886         Fix canonicalize loop-detection corner case.
11887         Do not attempt to stat the symlink values stored via seen_triple.
11888         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
11889         on linux-2.6.18, (but not 2.6.22).
11890         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
11891         triple_compare.  The former compares dev,ino,filename, while the latter
11892         would actually stat dirname(filename) when dev and ino were equal.
11893         * lib/hash-triple.c: Install <string.h>.
11894         (STREQ): Define.
11895         (triple_compare_ino_str): New function.
11896         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
11897
11898 2007-09-28  Eric Blake  <ebb9@byu.net>
11899
11900         Enforce that AC_REPLACE_FUNCS files exist.
11901         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
11902         override check for typos.
11903
11904         Fix test-closein on Solaris 10.
11905         * tests/test-closein.c (main): Don't assume stdin can be inherited
11906         closed on all systems.
11907         * tests/test-closein.sh: Likewise.
11908         Reported by Piotr Tarnowski.
11909
11910 2007-09-28  Jim Meyering  <jim@meyering.net>
11911
11912         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
11913
11914 2007-09-27  Jim Meyering  <jim@meyering.net>
11915
11916         canonicalize: Avoid a false-positive cycle failure.
11917         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
11918         Sort.  Remove cycle-check.
11919         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
11920         not cycle-check.h.
11921         (seen_triple): New function.
11922         (canonicalize_filename_mode): Use it instead of cycle-check.
11923         * tests/test-canonicalize.c: Add a test for this bug.
11924         * tests/test-canonicalize.sh: Set up and run the test.
11925
11926         New module, file-set, from coreutils.
11927         * modules/file-set: Define it.
11928         * lib/file-set.c, lib/file-set.h: Implement.
11929
11930         New module, hash-triple, from coreutils.
11931         * modules/hash-triple: Define it.
11932         * lib/hash-triple.c, lib/hash-triple.h: Implement.
11933
11934 2007-09-25  Eric Blake  <ebb9@byu.net>
11935
11936         Fix strerror on Interix.
11937         * lib/string_.h (strerror): Declare replacement.
11938         * doc/functions/strerror.texi (strerror): Document the Interix
11939         shortcoming.
11940         * modules/string (Makefile.am): Support new hooks.
11941         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
11942         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
11943         gl_FUNC_STRERROR_SEPARATE.
11944         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
11945         * lib/strerror.c (rpl_strerror): Provide replacement.
11946         * modules/strerror (Depends-on): Add string.
11947         (configure.ac): Detect use of module.
11948         * tests/test-strerror.c: New file.
11949         * modules/strerror-tests: New test module.
11950         * modules/argp (Depends-on): Add strerror.
11951         * modules/error (Depends-on): Likewise.
11952         Reported by Martin Koeppe.
11953
11954 2007-09-24  Bruno Haible  <bruno@clisp.org>
11955
11956         * README: Update git instructions.
11957
11958 2007-09-24  Eric Blake  <ebb9@byu.net>
11959
11960         Revert fpending breakage from 2007-09-08.
11961         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
11962         __fpending.c.
11963
11964 2007-09-24  Jim Meyering  <jim@meyering.net>
11965
11966         filenamecat.c: Add a test.
11967         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
11968         showing how the function works when DIR is the empty string.
11969
11970 2007-09-21  Simon Josefsson  <simon@josefsson.org>
11971
11972         * tests/test-canonicalize.sh: Turn on executable bit.
11973
11974 2007-09-19  Eric Blake  <ebb9@byu.net>
11975
11976         * README: Update CVS instructions.
11977
11978 2007-09-18  Bruno Haible  <bruno@clisp.org>
11979
11980         * modules/areadlink: New file.
11981         * lib/areadlink.h (areadlink): New declaration.
11982         * lib/areadlink.c: New file, based on lib/xreadlink.c.
11983
11984 2007-09-17  Jim Meyering  <jim@meyering.net>
11985
11986         * lib/savewd.c (ESTALE) [!defined]: Define.
11987         Reported to be required on Interix by Martin Koeppe.
11988
11989 2007-09-17  Bruno Haible  <bruno@clisp.org>
11990
11991         * gnulib-tool (func_version): Use $version.
11992
11993 2007-09-16  Bruno Haible  <bruno@clisp.org>
11994
11995         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
11996         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
11997         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
11998         Reported by Greg Schafer <gschafer@zip.com.au>.
11999
12000 2007-09-15  Bruno Haible  <bruno@clisp.org>
12001
12002         * gnulib-tool (sed): Try a little harder to make bash understand the
12003         alias.
12004         Reported by Bruce Korb <bruce.korb@gmail.com>.
12005
12006 2007-09-13  Eric Blake  <ebb9@byu.net>
12007
12008         * ChangeLog: Remove conflict markers.
12009
12010 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12011
12012         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12013         Reported by Bruno Haible <bruno@clisp.org>.
12014
12015 2007-09-12  Bruno Haible  <bruno@clisp.org>
12016
12017         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12018         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12019         is not defined.
12020
12021 2007-09-12  Eric Blake  <ebb9@byu.net>
12022
12023         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12024         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12025         Autoconf definition.
12026         * modules/euidaccess (Depends-on): Add extensions, for
12027         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12028         * modules/fnmatch (Depends-on): Likewise.
12029         * modules/getaddrinfo (Depends-on): Likewise.
12030         * modules/getdelim (Depends-on): Likewise.
12031         * modules/getline (Depends-on): Likewise.
12032         * modules/getsubopt (Depends-on): Likewise.
12033         * modules/gettext (Depends-on): Likewise.
12034         * modules/group-member (Depends-on): Likewise.
12035         * modules/mbchar (Depends-on): Likewise.
12036         * modules/memmem (Depends-on): Likewise.
12037         * modules/mempcpy (Depends-on): Likewise.
12038         * modules/memrchr (Depends-on): Likewise.
12039         * modules/pagealign_alloc (Depends-on): Likewise.
12040         * modules/readutmp (Depends-on): Likewise.
12041         * modules/stpcpy (Depends-on): Likewise.
12042         * modules/stpncpy (Depends-on): Likewise.
12043         * modules/strchrnul (Depends-on): Likewise.
12044         * modules/strndup (Depends-on): Likewise.
12045         * modules/strsep (Depends-on): Likewise.
12046         * modules/strverscmp (Depends-on): Likewise.
12047         * modules/vasprintf (Depends-on): Likewise.
12048         * modules/wcwidth (Depends-on): Likewise.
12049         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12050         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12051         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12052         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12053         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12054         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12055         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12056         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12057         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12058         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12059         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12060         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12061         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12062         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12063         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12064         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12065         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12066         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12067         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12068         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12069         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12070         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12071         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12072         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12073         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12074         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12075         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12076         so that lock.m4 can be used in gettext without extensions module.
12077
12078 2007-09-11  Bruno Haible  <bruno@clisp.org>
12079
12080         * m4/isc-posix.m4: Remove file.
12081         Suggested by Eric Blake.
12082
12083 2007-09-11  Eric Blake  <ebb9@byu.net>
12084
12085         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12086
12087 2007-09-10  Bruno Haible  <bruno@clisp.org>
12088
12089         * posix-modules: Fix typo in error message.
12090         Reported by Matt <mkraai@beckman.com>.
12091
12092 2007-09-09  Bruno Haible  <bruno@clisp.org>
12093
12094         * doc/functions/getdelim.texi: Update list of platforms lacking the
12095         function.
12096         * doc/functions/getline.texi: Likewise.
12097
12098 2007-09-09  Jim Meyering  <jim@meyering.net>
12099
12100         * lib/hash.c (hash_initialize): Detect calloc failure.
12101         Reported by Bruno Haible.
12102
12103 2007-09-09  Bruno Haible  <bruno@clisp.org>
12104
12105         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12106         malloc or realloc fails.
12107
12108 2007-09-09  Bruno Haible  <bruno@clisp.org>
12109
12110         * modules/getcwd (Depends-on): Add malloc-posix.
12111         * modules/glob (Depends-on): Likewise.
12112         * modules/putenv (Depends-on): Likewise.
12113         * modules/strdup (Depends-on): Likewise.
12114         * modules/getdelim (Depends-on): Add realloc-posix.
12115         * modules/read-file (Depends-on): Likewise.
12116
12117 2007-09-09  Bruno Haible  <bruno@clisp.org>
12118
12119         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12120         (gl_FUNC_MALLOC_POSIX): Require it.
12121         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12122         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12123         * modules/realloc (Files): Add m4/malloc.m4.
12124         * modules/calloc (Files): Likewise.
12125
12126 2007-09-09  Bruno Haible  <bruno@clisp.org>
12127
12128         * modules/malloc-posix: New file.
12129         * modules/malloc (Depends-on): Add malloc-posix.
12130         * lib/malloc.c: Include errno.h.
12131         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12132         and a POSIX-compatible malloc into a single function. Set ENOMEM
12133         when returning NULL.
12134         * m4/malloc.m4: New file.
12135         * doc/functions/malloc.texi: Mention the malloc-posix module.
12136         * lib/stdlib_.h (malloc): New declaration.
12137         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12138         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12139         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12140         and HAVE_MALLOC_POSIX.
12141
12142 2007-09-09  Bruno Haible  <bruno@clisp.org>
12143
12144         * modules/realloc-posix: New file.
12145         * modules/realloc (Depends-on): Add realloc-posix.
12146         * lib/realloc.c: Include errno.h.
12147         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12148         and a POSIX-compatible realloc into a single function. Set ENOMEM
12149         when returning NULL.
12150         * m4/realloc.m4: New file.
12151         * doc/functions/realloc.texi: Mention the realloc-posix module.
12152         * lib/stdlib_.h (realloc): New declaration.
12153         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12154         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12155         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12156         and HAVE_REALLOC_POSIX.
12157
12158 2007-09-09  Bruno Haible  <bruno@clisp.org>
12159
12160         * modules/calloc-posix: New file.
12161         * modules/calloc (Depends-on): Add calloc-posix.
12162         * lib/calloc.c: Include errno.h.
12163         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12164         and a POSIX-compatible calloc into a single function. Set ENOMEM
12165         when returning NULL.
12166         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12167         * doc/functions/calloc.texi: Mention the calloc-posix module.
12168         * lib/stdlib_.h (calloc): New declaration.
12169         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12170         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12171         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12172         and HAVE_CALLOC_POSIX.
12173
12174 2007-09-09  Bruno Haible  <bruno@clisp.org>
12175
12176         Allow for modules to show an arbitrary notice.
12177         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12178         * gnulib-tool: New option --extract-notice.
12179         (func_usage): Document it.
12180         (sed_extract_prog): Update.
12181         (func_get_notice): New function.
12182         (func_modules_notice): New function.
12183         (func_import, func_create_testdir): Invoke it.
12184         Suggested by Jim Meyering.
12185
12186 2007-09-09  Bruno Haible  <bruno@clisp.org>
12187
12188         * gnulib-tool: New options --verbose, --quiet.
12189         (func_usage): Document them.
12190         (verbose): New variable.
12191         (func_execute_command): New function.
12192         (func_import): Don't show the module list and the file list if
12193         $verbose < 0.
12194         (func_create_testdir): Likewise. Use func_execute_command.
12195         (func_create_megatestdir): Use func_execute_command.
12196
12197 2007-09-08  Bruno Haible  <bruno@clisp.org>
12198
12199         * gnulib-tool (func_import): Prefer rsync over wget when available,
12200         for fetching the PO files.
12201
12202 2007-09-08  Bruno Haible  <bruno@clisp.org>
12203
12204         * posix-modules: New file. Portions copied from gnulib-tool.
12205         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
12206
12207 2007-09-08  Jim Meyering  <jim@meyering.net>
12208
12209         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
12210         * lib/fpending.h: Rename from __fpending.h.
12211         * lib/fpending.c: Rename from __fpending.c.
12212         Include "fpending.h", not "__fpending.h".
12213         * lib/__fpending.h, lib/__fpending.c: Remove files.
12214         * modules/fpending (Files): Reflect new file names.
12215         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
12216
12217 2007-09-08  Bruno Haible  <bruno@clisp.org>
12218
12219         * m4/inttypes-h.m4: Remove stub file.
12220
12221 2007-09-07  Simon Josefsson  <simon@josefsson.org>
12222
12223         * doc/headers/stdint.texi: Discuss #include_next issue.
12224
12225 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12226
12227         * build-aux/bootstrap: Remove obsolete comment about wget --help.
12228
12229 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12230
12231         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
12232         in variable name.
12233
12234 2007-09-03  Jim Meyering  <jim@meyering.net>
12235
12236         New module: git-version-gen.
12237         * modules/git-version-gen: New file.
12238
12239         Import changes from coreutils for bootstrap script.
12240
12241         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
12242
12243         bootstrap: uses rsync to download the .po files
12244         * build-aux/bootstrap (po_download_command_format): New global.
12245         (download_po_files): Use rsync.
12246         (update_po_files): Don't remove .po files after download,
12247         so future rsync runs can take advantage of the copies.
12248
12249         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
12250
12251         Solve the unnecessary-.po-file-regeneration problem once and for all.
12252         * build-aux/bootstrap (download_po_files): New function, renamed from
12253         get_translations.  Now, downloads, but doesn't update LINGUAS.
12254         (update_po_files): New function.
12255
12256         bootstrap: Ignore more.
12257         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
12258         uniwidth to e.g., lib/.gitignore.
12259         (slurp): Handle the sys_stat_.h -> sys mapping, too.
12260
12261         * build-aux/bootstrap: New setting: vc_ignore.
12262         (insert_sorted_if_absent): Create $file if absent.
12263         Adapt to new, possibly empty, list: $vc_ignore.
12264
12265         bootstrap: generate more ignorable names
12266         * build-aux/bootstrap (slurp): When generating ignorable names,
12267         also map .sin to .sed, .gperf to .c, and .y to .c.
12268
12269 2007-09-03  Jim Meyering  <jim@meyering.net>
12270
12271         * build-aux/git-version-gen: New file, from coreutils.  For details, see
12272         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
12273
12274 2007-09-02  Bruno Haible  <bruno@clisp.org>
12275
12276         Fix mis-recognition of 'mcs' on QNX 6.
12277         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
12278         output contains the string "Mono".
12279         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
12280         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
12281
12282 2007-09-01  Bruno Haible  <bruno@clisp.org>
12283
12284         Fix collision between uniwidth/* and linebreak modules.
12285         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
12286         u32_width): Remove declarations.
12287         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
12288         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
12289         streq3, streq2, streq1, streq0): Remove functions.
12290         (STREQ): Remove macro.
12291         (is_cjk_encoding): Remove function.
12292         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
12293         (uc_width, u8_width, u16_width, u32_width): Remove functions.
12294         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
12295         * NEWS: Document the change.
12296
12297 2007-09-01  Bruno Haible  <bruno@clisp.org>
12298
12299         * lib/streq.h: Add double-inclusion guard.
12300
12301 2007-09-01  Karl Berry  <karl@gnu.org>
12302
12303         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
12304
12305 2007-08-28  Jim Meyering  <jim@meyering.net>
12306
12307         Rename mreadlink_with_size to areadlink_with_size.
12308         * NEWS: Document the change.
12309         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
12310         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
12311         * lib/mreadlink.h: Rename this to...
12312         * lib/areadlink.h: ...this.
12313         * modules/mreadlink-with-size: Rename this to...
12314         * modules/areadlink-with-size: ...this.
12315         * lib/canonicalize.c: Reflect the renaming.
12316         * modules/canonicalize: Likewise.
12317
12318 2007-08-26  Bruno Haible  <bruno@clisp.org>
12319
12320         * gnulib-tool (func_import): When deciding which files to remove,
12321         consider also dangling symbolic links.
12322         Reported by Eric Blake.
12323
12324 2007-08-26  Bruno Haible  <bruno@clisp.org>
12325
12326         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
12327
12328 2007-08-23  Simon Josefsson  <simon@josefsson.org>
12329
12330         * lib/readline.c: Don't include getline.h, the prototype is now
12331         found in stdio.h.
12332
12333 2007-08-23  Jim Meyering  <jim@meyering.net>
12334
12335         Getdelim touchup.
12336         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
12337         around the funlockfile call, since funlockfile never sets errno.
12338         Don't set errno upon failed realloc.
12339
12340 2007-08-22  Eric Blake  <ebb9@byu.net>
12341
12342         Getline touchups.
12343         * lib/getdelim.c (getdelim): Revert regression that required *n to
12344         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
12345         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
12346         getdelim, rather than whether implementation is missing.
12347         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
12348         * lib/stdio_.h (getline): Also declare if replacement is
12349         required.
12350         * doc/functions/getdelim.texi: New file.
12351         * doc/functions/getline.texi: Likewise.
12352         * doc/gnulib.texi (Function Substitutes): Add new files.
12353         Reported by Bruno Haible.
12354
12355 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
12356
12357         * users.txt: Add Guile.
12358
12359 2007-08-22  Eric Blake  <ebb9@byu.net>
12360
12361         * tests/test-getdelim.c (main): Use remove, not unlink.
12362         * tests/test-getline.c (main): Likewise.
12363
12364         Move getline and getdelim into stdio.h, per POSIX 200x.
12365         * modules/getline (Files): Remove getline.h.
12366         (Depends-on): Add stdio.
12367         (configure.ac): Add module indicator.
12368         * modules/getdelim (Files): Remove getdelim.h.
12369         (Depends-on): Add stdio.
12370         (configure.ac): Add module indicator.
12371         * modules/stdio (Makefile.am): Work with new indicators.
12372         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12373         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
12374         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12375         * lib/getdelim.h: Delete.
12376         * lib/getline.h: Delete.
12377         * lib/stdio_.h (getdelim, getline): Declare.
12378         * modules/getdelim-tests: New module.
12379         * modules/getline-tests: Likewise.
12380         * tests/test-getdelim.c: New file.
12381         * tests/test-getline.c: Likewise.
12382         * NEWS: Document the change.
12383         * lib/getline.c: Update choice of header.
12384         * lib/csharpcomp.c: Likewise.
12385         * lib/getpass.c: Likewise.
12386         * lib/javacomp.c: Likewise.
12387         * lib/javaversion.c: Likewise.
12388         * lib/yesno.c: Likewise.
12389         * lib/getdelim.c: Likewise.
12390         (getdelim): Set errno on failure, and avoid memory leak.
12391
12392 2007-08-19  Bruno Haible  <bruno@clisp.org>
12393
12394         * modules/closein (Depends-on): Add freadahead.
12395         * lib/closein.c: Include freadahead.h.
12396         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
12397         is zero.
12398
12399 2007-08-19  Bruno Haible  <bruno@clisp.org>
12400
12401         * modules/freadahead-tests: New file.
12402         * tests/test-freadahead.sh: New file.
12403         * tests/test-freadahead.c: New file.
12404
12405         * modules/freadahead: New file.
12406         * lib/freadahead.h: New file.
12407         * lib/freadahead.c: New file.
12408         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
12409         fbufmode, fpurge, freadable, fwritable.
12410
12411 2007-08-19  Eric Blake  <ebb9@byu.net>
12412
12413         Test yesno in combination with closein.
12414         * lib/yesno.c (yesno): Document use of stdin.
12415         * modules/yesno-tests (Files): New module.
12416         * tests/test-yesno.c (main): New file.
12417         * tests/test-yesno.sh: Likewise.
12418
12419 2007-08-19  Bruno Haible  <bruno@clisp.org>
12420
12421         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
12422         * lib/fseeko.c (rpl_fseeko): Likewise.
12423         * lib/fseterr.c (fseterr): Likewise.
12424
12425 2007-08-19  Bruno Haible  <bruno@clisp.org>
12426
12427         * tests/test-lseek.c (main): Disable a test for BeOS.
12428         * doc/functions/lseek.texi: Document the BeOS bug.
12429
12430 2007-08-19  Bruno Haible  <bruno@clisp.org>
12431             Eric Blake  <ebb9@byu.net>
12432
12433         * lib/lseek.c: Include <sys/stat.h>.
12434         (rpl_lseek): Add workaround code also for Unix platforms.
12435         Needed for BeOS.
12436         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
12437         * doc/functions/lseek.texi: Document BeOS definiency.
12438
12439 2007-08-18  Bruno Haible  <bruno@clisp.org>
12440
12441         * modules/fstrcmp-tests: New file.
12442         * tests/test-fstrcmp.c: New file.
12443
12444 2007-08-18  Bruno Haible  <bruno@clisp.org>
12445
12446         * modules/fstrcmp: New file, from GNU gettext with modifications.
12447         * lib/fstrcmp.h: New file, from GNU gettext.
12448         * lib/fstrcmp.c: New file, from GNU gettext.
12449         * MODULES.html.sh (String handling): Add fstrcmp.
12450
12451 2007-08-18  Bruno Haible  <bruno@clisp.org>
12452
12453         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
12454         'bool'.
12455         (diag, compareseq): Remove const from the ctxt argument.
12456         (USE_HEURISTIC): Undefine at the end.
12457
12458 2007-08-18  Jim Meyering  <jim@meyering.net>
12459
12460         New file: lib/idcache.h
12461         * NEWS: Mention the addition.
12462         * modules/idcache (Files): Add lib/idcache.h
12463         * lib/idcache.c: Include "idcache.h".
12464         Don't include <sys/types.h>.
12465         Add a FIXME comment.
12466         Move file-scoped "static" declarations to the top.
12467         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
12468
12469 2007-08-17  Bruno Haible  <bruno@clisp.org>
12470         and Paul Eggert  <eggert@cs.ucla.edu>
12471
12472         * MODULES.html.sh: Add diffseq.
12473         * modules/diffseq: New file.
12474         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
12475         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
12476
12477 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12478
12479         Import changes from coreutils for bootstrap script.
12480
12481         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
12482
12483         * build-aux/bootstrap (slurp): Work even in environments where
12484         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
12485         current code does not slurp files whose names start with ".", and
12486         this looks like it might be a troublesome area.
12487
12488         2007-07-11  Jim Meyering  <jim@meyering.net>
12489
12490         If there's a GPL vN copyright comment, require that N == 3.
12491
12492         2007-07-08  Jim Meyering  <jim@meyering.net>
12493
12494         Run the coreutils-specific code only if tests/Makefile.am.in exists.
12495         * build-aux/bootstrap (mam_template): Move definition out of loop.
12496
12497         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
12498
12499         * build-aux/bootstrap (symlink_to_dir): Rename function from
12500         symlink_to_gnulib.  Add a directory parameter.  Update all
12501         callers.
12502         (cp_mark_as_generated): Also check for -- and link to -- files in
12503         gl/.
12504
12505         2007-07-08  Jim Meyering  <jim@meyering.net>
12506
12507         Adapt to deeper hierarchy in gnulib.
12508         * build-aux/bootstrap (symlink_to_dir): If the destination
12509         directory doesn't exist, create it. This is required at least for
12510         "lib/uniwidth/cjk.h".
12511
12512         2007-05-15  Jim Meyering  <jim@meyering.net>
12513
12514         * build-aux/bootstrap: Now that generated Makefile.am files
12515         are no longer under version control, they must be created at
12516         bootstrap time.
12517
12518 2007-08-14  Ben Pfaff  <blp@gnu.org>
12519
12520         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
12521
12522 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12523
12524         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
12525         given the changes below.
12526         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
12527         even on hosts that have padding bits beyond the supported 64.
12528
12529 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12530
12531         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
12532         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
12533         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
12534         depends on it.
12535         (xstrtol_error): Remove.
12536         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
12537         but with a different signature.
12538         (ATTRIBUTE_NORETURN, __attribute__): New macros.
12539         * lib/xstrtol-error.c: Include exitfail.h.
12540         (xstrtol_fatal): New function, with a different signature from the
12541         old xstrtol_error, so that the caller need not worry about passing
12542         in an exit status, or about storage management of the option argument.
12543         (xstrtol_error): Now a static function.  Redo signature to
12544         implement xstrtol_fatal.  Output the correct number of hyphens in
12545         front of the option so that the caller need not worry about
12546         storage management.
12547         (N_): New macro.
12548         (_): Remove; not used now.
12549         * modules/xstrtol: Depend on getopt.
12550         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
12551         of old STRTOL_FATAL_ERROR macro.
12552         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
12553         of test program.
12554         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
12555         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
12556
12557 2007-08-08  Eric Blake  <ebb9@byu.net>
12558
12559         * lib/xstrtol-error.c: Add missing include.
12560
12561         Move xstrtol messages into gnulib domain, when --pobase is used.
12562         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
12563         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
12564         * modules/xstrtol (Files): Distribute new file.
12565         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
12566         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
12567         * tests/test-xstrtol.c: ...into new file.
12568         * tests/test-xstrtoul.c: Also test xstrtoul.
12569         * tests/test-xstrtoimax.c: Also test xstrtoimax.
12570         * tests/test-xstrtoumax.c: Also test xstrtoumax.
12571         * tests/test-xstrtol.sh: Drive the tests.
12572         * tests/test-xstrtoimax.sh: Likewise.
12573         * tests/test-xstrtoumax.sh: Likewise.
12574         * modules/xstrtol-tests: New module.
12575         * modules/xstrtoimax-tests: Likewise.
12576         * modules/xstrtoumax-tests: Likewise.
12577
12578 2007-08-08  Jim Meyering  <jim@meyering.net>
12579
12580         New function: mfile_name_concat.
12581         * lib/filenamecat.c (mfile_name_concat): New function, just like
12582         file_name_concat, but return NULL upon failure rather than exiting
12583         with a diagnostic.
12584         * lib/filenamecat.h: Declare it.
12585
12586 2007-08-07  Bruno Haible  <bruno@clisp.org>
12587
12588         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
12589         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
12590         warning from gcc.
12591         Reported by Eric Blake.
12592
12593 2007-08-07  Simon Josefsson  <simon@josefsson.org>
12594
12595         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
12596         * modules/crypto/arcfour (License): Likewise.
12597         * modules/crypto/des-tests (License): Likewise.
12598         * modules/crypto/gc-arctwo-tests (License): Likewise.
12599         * modules/crypto/gc-des-tests (License): Likewise.
12600         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
12601         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
12602         * modules/crypto/gc-md2-tests (License): Likewise.
12603         * modules/crypto/gc-md4-tests (License): Likewise.
12604         * modules/crypto/gc-md5-tests (License): Likewise.
12605         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
12606         * modules/crypto/gc-rijndael-tests (License): Likewise.
12607         * modules/crypto/gc-sha1-tests (License): Likewise.
12608         * modules/crypto/gc-tests (License): Likewise.
12609         * modules/crypto/hmac-md5 (License): Likewise.
12610         * modules/crypto/hmac-sha1 (License): Likewise.
12611         * modules/crypto/md2-tests (License): Likewise.
12612         * modules/crypto/md4-tests (License): Likewise.
12613         * modules/crypto/md5 (License): Likewise.
12614         * modules/crypto/rijndael (License): Likewise.
12615         * modules/crypto/sha1 (License): Likewise.
12616         * modules/memxor (License): Likewise.
12617
12618 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
12619         and Bruno Haible  <bruno@clisp.org>
12620
12621         * NEWS: Describe interface changes to human, xstrtol.
12622         * lib/human.h: Include <xstrtol.h>.
12623         (human_options): Return enum strtol_error, not int.  Remove
12624         bool arg; take int * instead.
12625         * lib/human.c: Don't include "gettext.h".
12626         (_): Remove; no longer used.
12627         Don't include <xstrtol.h>, since human.h does it.
12628         (human_options): Adjust to abovementioned interface changes.
12629         Do not report error to stderr; that's now the caller's
12630         responsibility.
12631         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
12632         interface change.
12633         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
12634         Str, Argument_type_string.  All uses changed.  Put " argument"
12635         in diagnostics to make them clearer.  Change wording of suffix
12636         message for clarity.
12637         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
12638         Argument_type_string.
12639         (STRTOL_FATAL_WARN): Remove; no longer used.
12640         * modules/human (Depends-on): Remove gettext-h.
12641
12642 2007-08-06  Simon Josefsson  <simon@josefsson.org>
12643
12644         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
12645
12646 2007-07-31  Bruno Haible  <bruno@clisp.org>
12647
12648         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
12649         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
12650         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
12651
12652 2007-07-31  Bruno Haible  <bruno@clisp.org>
12653
12654         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
12655         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
12656
12657 2007-07-30  Bruno Haible  <bruno@clisp.org>
12658
12659         * modules/base64 (License): Use the synonymous term "LGPLv2+".
12660         * modules/c-ctype (License): Likewise.
12661         * modules/c-strcase (License): Likewise.
12662         * modules/check-version (License): Likewise.
12663         * modules/iconv (License): Likewise.
12664         * modules/iconv_open (License): Likewise.
12665         * modules/read-file (License): Likewise.
12666         * modules/striconv (License): Likewise.
12667         * modules/strverscmp (License): Likewise.
12668         * modules/vasprintf (License): Likewise.
12669         * modules/crypto/des (License): Likewise.
12670         * modules/crypto/gc (License): Likewise.
12671         * modules/crypto/gc-arcfour (License): Likewise.
12672         * modules/crypto/gc-arctwo (License): Likewise.
12673         * modules/crypto/gc-des (License): Likewise.
12674         * modules/crypto/gc-hmac-md5 (License): Likewise.
12675         * modules/crypto/gc-hmac-sha1 (License): Likewise.
12676         * modules/crypto/gc-md2 (License): Likewise.
12677         * modules/crypto/gc-md4 (License): Likewise.
12678         * modules/crypto/gc-md5 (License): Likewise.
12679         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
12680         * modules/crypto/gc-random (License): Likewise.
12681         * modules/crypto/gc-rijndael (License): Likewise.
12682         * modules/crypto/gc-sha1 (License): Likewise.
12683         * modules/crypto/md2 (License): Likewise.
12684         * modules/crypto/md4 (License): Likewise.
12685
12686 2007-07-30  Jim Meyering  <jim@meyering.net>
12687
12688         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
12689         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
12690         it has valid stat data.  This bug would cause du not to count the
12691         sizes of inaccessible directories.
12692         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
12693         in <http://bugzilla.redhat.com/250077>.
12694
12695 2007-07-25  Peter O'Gorman  <peter@pogma.com>
12696             Bruno Haible  <bruno@clisp.org>
12697
12698         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
12699         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
12700         #include_next, gives a diagnostic about it, but reports no error in
12701         the exit code.
12702         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
12703
12704 2007-07-24  Ben Pfaff  <blp@gnu.org>
12705
12706         Improve name: "count-one-bits" is better than "popcount".
12707         * MODULES.html.sh: Update name.
12708         * lib/popcount.h: Renamed lib/count-one-bits.h.
12709         (popcount): Renamed count_one_bits.
12710         (popcountl): Renamed count_one_bits_l.
12711         (popcountll): Renamed count_one_bits_ll.
12712         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
12713         * modules/popcount: Renamed module/count-one-bits.
12714         * modules/popcount-tests: Renamed module/count-one-bits-tests.
12715         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
12716
12717 2007-07-23  Ben Pfaff  <blp@gnu.org>
12718
12719         * lib/popcount.h (popcount32): Reduce size of constants, to allow
12720         better code generation, and add U to large constants to avoid
12721         warnings, in non-GCC case.
12722         Suggested by Bruno Haible.
12723
12724 2007-07-23  Ben Pfaff  <blp@gnu.org>
12725
12726         * lib/popcount.h: Use verify_true instead of if...abort.
12727         * modules/popcount: Depend on verify module.
12728         Suggested by Jim Meyering.
12729
12730 2007-07-23  Bruno Haible  <bruno@clisp.org>
12731
12732         * gnulib-tool (func_import): Create a .cvsignore file also when the
12733         directory is not yet in CVS but the toplevel directory is. When
12734         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
12735         Reported by Karl Berry.
12736
12737 2007-07-22  Ben Pfaff  <blp@gnu.org>
12738
12739         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
12740         case.
12741         Suggested by Eric Blake.
12742
12743 2007-07-22  Ben Pfaff  <blp@gnu.org>
12744
12745         New module: popcount.
12746         * MODULES.html.sh: Add popcount.
12747         * modules/popcount: New file.
12748         * modules/popcount-tests: New file.
12749         * tests/test-popcount.c: New file.
12750         * lib/popcount.h: New file.
12751         * m4/popcount.m4: New file.
12752
12753 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12754
12755         * build-aux/announce-gen: Update to GPLv3.
12756
12757         * build-aux/config.guess: Update from config.
12758
12759 2007-07-21  Bruno Haible  <bruno@clisp.org>
12760
12761         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
12762         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
12763
12764 2007-07-20  Jim Meyering  <jim@meyering.net>
12765
12766         * check-module: Diagnose a self-dependency.
12767
12768 2007-07-19  Bruno Haible  <bruno@clisp.org>
12769
12770         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
12771         empty.
12772         Reported by Eric Blake.
12773
12774 2007-07-18  Bruno Haible  <bruno@clisp.org>
12775
12776         * gnulib-tool: New options --po-base, --po-domain.
12777         (func_usage): Document them.
12778         (pobase, po_domain): New variables.
12779         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
12780         DEFAULT_TEXT_DOMAIN.
12781         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
12782         (func_import): Consider pobase and po_domain. Create a po/ directory.
12783         (func_create_testdir): Set pobase and po_domain to empty.
12784         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
12785         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
12786
12787 2007-07-18  Bruno Haible  <bruno@clisp.org>
12788
12789         * gnulib-tool (func_get_automake_snippet): Synthesize also an
12790         EXTRA_DIST augmentation for files in build-aux/.
12791
12792 2007-07-16  Bruno Haible  <bruno@clisp.org>
12793
12794         * modules/lseek (License): Use the synonymous term "LGPLv2+".
12795         * modules/getdelim (License): Likewise.
12796
12797 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12798
12799         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
12800         * modules/d-type (License): Likewise.
12801         * modules/extensions (License): Likewise.
12802         * modules/fnmatch (License): Likewise.
12803         * modules/fseeko (License): Likewise.
12804         * modules/getaddrinfo (License): Likewise.
12805         * modules/getline (License): Likewise.
12806         * modules/getlogin_r (License): Likewise.
12807         * modules/getpass (License): Likewise.
12808         * modules/gettimeofday (License): Likewise.
12809         * modules/glob (License): Likewise.
12810         * modules/inet_ntop (License): Likewise.
12811         * modules/malloc (License): Likewise.
12812         * modules/malloca (License): Likewise.
12813         * modules/memmem (License): Likewise.
12814         * modules/mempcpy (License): Likewise.
12815         * modules/memset (License): Likewise.
12816         * modules/minmax (License): Likewise.
12817         * modules/mktime (License): Likewise.
12818         * modules/netinet_in (License): Likewise.
12819         * modules/pathmax (License): Likewise.
12820         * modules/poll (License): Likewise.
12821         * modules/regex (License): Likewise.
12822         * modules/snprintf (License): Likewise.
12823         * modules/stdbool (License): Likewise.
12824         * modules/stdint (License): Likewise.
12825         * modules/stdio (License): Likewise.
12826         * modules/strcase (License): Likewise.
12827         * modules/strcasestr (License): Likewise.
12828         * modules/strdup (License): Likewise.
12829         * modules/string (License): Likewise.
12830         * modules/strndup (License): Likewise.
12831         * modules/strnlen (License): Likewise.
12832         * modules/strpbrk (License): Likewise.
12833         * modules/strptime (License): Likewise.
12834         * modules/strsep (License): Likewise.
12835         * modules/sys_select (License): Likewise.
12836         * modules/sys_socket (License): Likewise.
12837         * modules/sys_stat (License): Likewise.
12838         * modules/sys_time (License): Likewise.
12839         * modules/time (License): Likewise.
12840         * modules/time_r (License): Likewise.
12841         * modules/timegm (License): Likewise.
12842         * modules/unistd (License): Likewise.
12843         * modules/vsnprintf (License): Likewise.
12844         * modules/wctype (License): Likewise.
12845
12846 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12847
12848         * modules/argz (License): LGPLv2+.
12849
12850 2007-07-15  Karl Berry  <karl@gnu.org>
12851
12852         * doc/gnulib.texi: revise node structure per new fdl.texi.
12853
12854 2007-07-14  Bruno Haible  <bruno@clisp.org>
12855
12856         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
12857         the output file.
12858         * lib/uniname/uninames.h: Regenerated.
12859
12860 2007-07-14  Karl Berry  <karl@gnu.org>
12861
12862         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
12863         omitting sectioning and index commands.
12864
12865 2007-07-13  Bruno Haible  <bruno@clisp.org>
12866
12867         New gnulib-tool option --more-symlinks.
12868         * gnulib-tool (func_usage): Document --more-symlinks.
12869         (do_copyrights): New variable.
12870         Recognize option --more-symlinks.
12871         (func_import): Don't add a copyright notice transform to
12872         sed_transform_lib_file if do_copyrights is empty.
12873
12874 2007-07-13  Bruno Haible  <bruno@clisp.org>
12875
12876         * lib/vasnprintf.c (decimal_point_char): Define also if
12877         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
12878         && !NEED_PRINTF_DIRECTIVE_A.
12879         Reported by Clemens Koller <clemens.koller@anagramm.de> via
12880         Gary V. Vaughan <gary@gnu.org>.
12881
12882 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
12883
12884         * lib/inttypes_.h: Undo previous change, since it was fixed
12885         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
12886
12887 2007-07-13  Bruno Haible  <bruno@clisp.org>
12888
12889         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
12890         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
12891
12892 2007-07-13  Jim Meyering  <jim@meyering.net>
12893
12894         df: Don't fail for Tru64's "file-on-file mount".
12895         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
12896         so we fall through and use statfs instead.  Details here:
12897         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
12898         Reported by Albert Chin.
12899
12900 2007-07-13  Bruno Haible  <bruno@clisp.org>
12901
12902         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
12903         * modules/configmake (License): Likewise.
12904         * modules/gettext (License): Likewise.
12905         * modules/gettext-h (License): Likewise.
12906         * modules/include_next (License): Likewise.
12907         * modules/link-warning (License): Likewise.
12908         * modules/localcharset (License): Likewise.
12909         * modules/localename (License): Likewise.
12910         * modules/lock (License): Likewise.
12911         * modules/relocatable-lib-lgpl (License): Likewise.
12912         * modules/size_max (License): Likewise.
12913         * modules/vasnprintf (License): Likewise.
12914         * modules/wchar (License): Likewise.
12915         * modules/xsize (License): Likewise.
12916
12917 2007-07-13  Bruno Haible  <bruno@clisp.org>
12918
12919         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
12920         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
12921
12922 2007-07-12  Bruno Haible  <bruno@clisp.org>
12923
12924         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
12925         in the modules files.
12926
12927 2007-07-11  Karl Berry  <karl@gnu.org>
12928
12929         * MODULES.html.sh (func_module): use
12930          sed -e '\|^'"${includefile}"'$|d'
12931          instead of /.../d, to avoid errors on $includefile's containing /.
12932
12933 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12934
12935         * gnulib-tool (func_import): Avoid duplication of --avoid
12936         statements
12937         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
12938         names to `_' in variable names.
12939
12940 2007-07-10  Eric Blake  <ebb9@byu.net>
12941
12942         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
12943         * NEWS: Document this change.
12944
12945 2007-07-08  Bruno Haible  <bruno@clisp.org>
12946
12947         Update to Unicode 5.0.
12948         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
12949         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
12950         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
12951         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
12952         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
12953         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
12954         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
12955         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
12956         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
12957         U+10A3F, U+1D242..U+1D244.
12958         (nonspacing_table_ind): Update.
12959         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
12960         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
12961
12962 2007-07-08  Bruno Haible  <bruno@clisp.org>
12963
12964         Update to Unicode 5.0.
12965         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
12966         code transform. Extend the name index field of unicode_name_to_code and
12967         unicode_code_to_name from 16 to 24 bits.
12968         * lib/uniname/uniname.c (unicode_character_name,
12969         unicode_name_character): Add the range 0x12xxx to the code transform.
12970         * lib/uniname/uninames.h: Regenerated.
12971         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
12972
12973 2007-07-07  Bruno Haible  <bruno@clisp.org>
12974
12975         * modules/wcwidth-tests: New file.
12976         * tests/test-wcwidth.c: New file.
12977
12978         Work around MacOS X wcwidth() bug.
12979         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
12980         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
12981         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
12982         original wcwidth in non-UTF-8 locales.
12983         * modules/wcwidth (Depends-on): Add localcharset, streq,
12984         uniwidth/width.
12985         * doc/functions/wcwidth.texi: Update.
12986
12987 2007-07-07  Bruno Haible  <bruno@clisp.org>
12988
12989         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
12990         (wcwidth): New declaration.
12991         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
12992         macros.
12993         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
12994         here. Prepare for creating <wchar.h> unconditionally.
12995         * modules/wchar (Depends-on): Add link-warning.
12996         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
12997         REPLACE_WCWIDTH, and GL_LINK_WARNING.
12998         * lib/wcwidth.h: Remove file.
12999         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13000         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13001         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13002         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13003         (Include): Replace wcwidth.h with <wchar.h>.
13004         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13005         * lib/mbchar.h: Don't include wcwidth.h.
13006         * lib/mbswidth.c: Likewise.
13007         * NEWS: Mention the change.
13008
13009 2007-07-07  Bruno Haible  <bruno@clisp.org>
13010
13011         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13012         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13013         definition with an external declaration.
13014         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13015         defined as a function. Remove AC_C_INLINE requirement.
13016         * modules/wcwidth (Files): Add lib/wcwidth.c.
13017         (Makefile.am): Remove redundant statement.
13018
13019 2007-07-07  Bruno Haible  <bruno@clisp.org>
13020
13021         * MODULES.html.sh (Unicode string functions): Add the new modules.
13022
13023         * tests/uniwidth/test-u32-strwidth.c: New file.
13024         * modules/uniwidth/u32-strwidth-tests: New file.
13025
13026         * lib/uniwidth/u32-strwidth.c: New file.
13027         * modules/uniwidth/u32-strwidth: New file.
13028
13029         * tests/uniwidth/test-u16-strwidth.c: New file.
13030         * modules/uniwidth/u16-strwidth-tests: New file.
13031
13032         * lib/uniwidth/u16-strwidth.c: New file.
13033         * modules/uniwidth/u16-strwidth: New file.
13034
13035         * tests/uniwidth/test-u8-strwidth.c: New file.
13036         * modules/uniwidth/u8-strwidth-tests: New file.
13037
13038         * lib/uniwidth/u8-strwidth.c: New file.
13039         * modules/uniwidth/u8-strwidth: New file.
13040
13041         * tests/uniwidth/test-u32-width.c: New file.
13042         * modules/uniwidth/u32-width-tests: New file.
13043
13044         * lib/uniwidth/u32-width.c: New file.
13045         * modules/uniwidth/u32-width: New file.
13046
13047         * tests/uniwidth/test-u16-width.c: New file.
13048         * modules/uniwidth/u16-width-tests: New file.
13049
13050         * lib/uniwidth/u16-width.c: New file.
13051         * modules/uniwidth/u16-width: New file.
13052
13053         * tests/uniwidth/test-u8-width.c: New file.
13054         * modules/uniwidth/u8-width-tests: New file.
13055
13056         * lib/uniwidth/u8-width.c: New file.
13057         * modules/uniwidth/u8-width: New file.
13058
13059         * tests/uniwidth/test-uc_width.c: New file.
13060         * modules/uniwidth/width-tests: New file.
13061
13062         * lib/uniwidth/width.c: New file, from GNU libiconv.
13063         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13064         * modules/uniwidth/width: New file.
13065
13066         * lib/uniwidth.h: New file, from GNU libiconv.
13067         * modules/uniwidth/base: New file.
13068
13069 2007-07-07  Bruno Haible  <bruno@clisp.org>
13070
13071         * lib/uniname.h: New file, from GNU gettext.
13072         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13073         * lib/uniname/uninames.h: New file, from GNU gettext.
13074         * lib/uniname/uniname.c: New file, from GNU gettext.
13075         * tests/uniname/test-uninames.sh: New file.
13076         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13077         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13078         * modules/uniname/base: New file.
13079         * modules/uniname/uniname: New file.
13080         * modules/uniname/uniname-tests: New file.
13081         * MODULES.html.sh (Unicode string functions): Add the new modules.
13082
13083 2007-07-06  Bruno Haible  <bruno@clisp.org>
13084
13085         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13086
13087 2007-07-06  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13090         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13091         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13092         include <sys/time.h>.
13093         Reported by Eric Blake.
13094
13095 2007-07-06  Eric Blake  <ebb9@byu.net>
13096
13097         Fix testing canonicalize on cygwin.
13098         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13099         Revert patch from 2007-06-19.
13100         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13101         canonicalize module is also in use.
13102         * tests/test-canonicalize.c: New file.
13103         * tests/test-canonicalize.sh: Likewise.
13104         * modules/canonicalize-tests: Likewise.
13105
13106 2007-07-06  Jim Meyering  <jim@meyering.net>
13107
13108         * lib/getugroups.c (getugroups): Detect getgrent failure.
13109         Adjust comment to reflect reality: this function may return -1.
13110
13111 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13112
13113         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13114         the new TP address.
13115         (usage): Fix typo
13116         (gnulib_mk): New variable.
13117
13118 2007-07-05  Jim Meyering  <jim@meyering.net>
13119
13120         Don't let endgrent clobber errno, no matter how improbable.
13121         * lib/getugroups.c (getugroups): Save and restore errno around
13122         endgrent call.
13123
13124         Close the group DB even when failing with 2^31 or more members.
13125         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13126
13127 2007-07-04  Jim Meyering  <jim@meyering.net>
13128
13129         * lib/getugroups.h: New file.
13130         * lib/getugroups.c: Include "getugroups.h".
13131         Remove uses of "register" keyword.
13132         Move local variable, "cp", down into scope where used.
13133         Give "username" parameter the "const" attribute.
13134         * modules/getugroups (Files): Add lib/getugroups.h
13135
13136 2007-07-04  Karl Berry  <karl@gnu.org>
13137
13138         * MODULES.html.sh (func_all_modules): Complete rename of
13139         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13140
13141 2007-07-02  Bruno Haible  <bruno@clisp.org>
13142
13143         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13144         mode, when inttypes.h comes from gnulib.
13145         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13146
13147 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13148
13149         * NEWS: Mention lgpl module name change.
13150
13151         * modules/lgpl-2.1: Renamed from lgpl.
13152
13153         * NEWS: Mention gpl module name change.
13154
13155         * modules/gpl-3.0: New file, based on gpl-2.0.
13156
13157         * modules/gpl-2.0: Renamed from gpl.
13158
13159         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13160         doc/gpl-2.0.texi.
13161
13162 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13163
13164         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13165         #define __STDC_LIMIT_MACROS temporarily while including
13166         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13167         Problem reported by Joel E. Denny in
13168         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13169
13170 2007-07-01  Bruno Haible  <bruno@clisp.org>
13171
13172         * lib/unistdio.h: New file.
13173         * lib/unistdio/u-asnprintf.h: New file.
13174         * lib/unistdio/u-asprintf.h: New file.
13175         * lib/unistdio/u-printf-args.c: New file.
13176         * lib/unistdio/u-printf-args.h: New file.
13177         * lib/unistdio/u-printf-parse.h: New file.
13178         * lib/unistdio/u-snprintf.h: New file.
13179         * lib/unistdio/u-sprintf.h: New file.
13180         * lib/unistdio/u-vasprintf.h: New file.
13181         * lib/unistdio/u-vsnprintf.h: New file.
13182         * lib/unistdio/u-vsprintf.h: New file.
13183         * lib/unistdio/ulc-asnprintf.c: New file.
13184         * lib/unistdio/ulc-asprintf.c: New file.
13185         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
13186         * lib/unistdio/ulc-printf-parse.c: New file.
13187         * lib/unistdio/ulc-snprintf.c: New file.
13188         * lib/unistdio/ulc-sprintf.c: New file.
13189         * lib/unistdio/ulc-vasnprintf.c: New file.
13190         * lib/unistdio/ulc-vasprintf.c: New file.
13191         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
13192         * lib/unistdio/ulc-vsnprintf.c: New file.
13193         * lib/unistdio/ulc-vsprintf.c: New file.
13194         * lib/unistdio/u8-asnprintf.c: New file.
13195         * lib/unistdio/u8-asprintf.c: New file.
13196         * lib/unistdio/u8-printf-parse.c: New file.
13197         * lib/unistdio/u8-snprintf.c: New file.
13198         * lib/unistdio/u8-sprintf.c: New file.
13199         * lib/unistdio/u8-vasnprintf.c: New file.
13200         * lib/unistdio/u8-vasprintf.c: New file.
13201         * lib/unistdio/u8-vsnprintf.c: New file.
13202         * lib/unistdio/u8-vsprintf.c: New file.
13203         * lib/unistdio/u8-u8-asnprintf.c: New file.
13204         * lib/unistdio/u8-u8-asprintf.c: New file.
13205         * lib/unistdio/u8-u8-snprintf.c: New file.
13206         * lib/unistdio/u8-u8-sprintf.c: New file.
13207         * lib/unistdio/u8-u8-vasnprintf.c: New file.
13208         * lib/unistdio/u8-u8-vasprintf.c: New file.
13209         * lib/unistdio/u8-u8-vsnprintf.c: New file.
13210         * lib/unistdio/u8-u8-vsprintf.c: New file.
13211         * lib/unistdio/u16-asnprintf.c: New file.
13212         * lib/unistdio/u16-asprintf.c: New file.
13213         * lib/unistdio/u16-printf-parse.c: New file.
13214         * lib/unistdio/u16-snprintf.c: New file.
13215         * lib/unistdio/u16-sprintf.c: New file.
13216         * lib/unistdio/u16-vasnprintf.c: New file.
13217         * lib/unistdio/u16-vasprintf.c: New file.
13218         * lib/unistdio/u16-vsnprintf.c: New file.
13219         * lib/unistdio/u16-vsprintf.c: New file.
13220         * lib/unistdio/u16-u16-asnprintf.c: New file.
13221         * lib/unistdio/u16-u16-asprintf.c: New file.
13222         * lib/unistdio/u16-u16-snprintf.c: New file.
13223         * lib/unistdio/u16-u16-sprintf.c: New file.
13224         * lib/unistdio/u16-u16-vasnprintf.c: New file.
13225         * lib/unistdio/u16-u16-vasprintf.c: New file.
13226         * lib/unistdio/u16-u16-vsnprintf.c: New file.
13227         * lib/unistdio/u16-u16-vsprintf.c: New file.
13228         * lib/unistdio/u32-asnprintf.c: New file.
13229         * lib/unistdio/u32-asprintf.c: New file.
13230         * lib/unistdio/u32-printf-parse.c: New file.
13231         * lib/unistdio/u32-snprintf.c: New file.
13232         * lib/unistdio/u32-sprintf.c: New file.
13233         * lib/unistdio/u32-vasnprintf.c: New file.
13234         * lib/unistdio/u32-vasprintf.c: New file.
13235         * lib/unistdio/u32-vsnprintf.c: New file.
13236         * lib/unistdio/u32-vsprintf.c: New file.
13237         * lib/unistdio/u32-u32-asnprintf.c: New file.
13238         * lib/unistdio/u32-u32-asprintf.c: New file.
13239         * lib/unistdio/u32-u32-snprintf.c: New file.
13240         * lib/unistdio/u32-u32-sprintf.c: New file.
13241         * lib/unistdio/u32-u32-vasnprintf.c: New file.
13242         * lib/unistdio/u32-u32-vasprintf.c: New file.
13243         * lib/unistdio/u32-u32-vsnprintf.c: New file.
13244         * lib/unistdio/u32-u32-vsprintf.c: New file.
13245         * tests/unistdio/test-ulc-asnprintf1.c: New file.
13246         * tests/unistdio/test-ulc-asnprintf1.h: New file.
13247         * tests/unistdio/test-ulc-printf1.h: New file.
13248         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
13249         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
13250         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
13251         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
13252         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
13253         * tests/unistdio/test-ulc-vasprintf1.c: New file.
13254         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
13255         * tests/unistdio/test-ulc-vsprintf1.c: New file.
13256         * tests/unistdio/test-u8-asnprintf1.c: New file.
13257         * tests/unistdio/test-u8-asnprintf1.h: New file.
13258         * tests/unistdio/test-u8-printf1.h: New file.
13259         * tests/unistdio/test-u8-vasnprintf1.c: New file.
13260         * tests/unistdio/test-u8-vasnprintf2.c: New file.
13261         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
13262         * tests/unistdio/test-u8-vasnprintf3.c: New file.
13263         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
13264         * tests/unistdio/test-u8-vasprintf1.c: New file.
13265         * tests/unistdio/test-u8-vsnprintf1.c: New file.
13266         * tests/unistdio/test-u8-vsprintf1.c: New file.
13267         * tests/unistdio/test-u16-asnprintf1.c: New file.
13268         * tests/unistdio/test-u16-asnprintf1.h: New file.
13269         * tests/unistdio/test-u16-printf1.h: New file.
13270         * tests/unistdio/test-u16-vasnprintf1.c: New file.
13271         * tests/unistdio/test-u16-vasnprintf2.c: New file.
13272         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
13273         * tests/unistdio/test-u16-vasnprintf3.c: New file.
13274         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
13275         * tests/unistdio/test-u16-vasprintf1.c: New file.
13276         * tests/unistdio/test-u16-vsnprintf1.c: New file.
13277         * tests/unistdio/test-u16-vsprintf1.c: New file.
13278         * tests/unistdio/test-u32-asnprintf1.c: New file.
13279         * tests/unistdio/test-u32-asnprintf1.h: New file.
13280         * tests/unistdio/test-u32-printf1.h: New file.
13281         * tests/unistdio/test-u32-vasnprintf1.c: New file.
13282         * tests/unistdio/test-u32-vasnprintf2.c: New file.
13283         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
13284         * tests/unistdio/test-u32-vasnprintf3.c: New file.
13285         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
13286         * tests/unistdio/test-u32-vasprintf1.c: New file.
13287         * tests/unistdio/test-u32-vsnprintf1.c: New file.
13288         * tests/unistdio/test-u32-vsprintf1.c: New file.
13289         * modules/unistdio/base: New file.
13290         * modules/unistdio/u-printf-args: New file.
13291         * modules/unistdio/ulc-asnprintf: New file.
13292         * modules/unistdio/ulc-asprintf: New file.
13293         * modules/unistdio/ulc-fprintf: New file.
13294         * modules/unistdio/ulc-printf-parse: New file.
13295         * modules/unistdio/ulc-snprintf: New file.
13296         * modules/unistdio/ulc-sprintf: New file.
13297         * modules/unistdio/ulc-vasnprintf: New file.
13298         * modules/unistdio/ulc-vasprintf: New file.
13299         * modules/unistdio/ulc-vfprintf: New file.
13300         * modules/unistdio/ulc-vsnprintf: New file.
13301         * modules/unistdio/ulc-vsprintf: New file.
13302         * modules/unistdio/u8-asnprintf: New file.
13303         * modules/unistdio/u8-asprintf: New file.
13304         * modules/unistdio/u8-printf-parse: New file.
13305         * modules/unistdio/u8-snprintf: New file.
13306         * modules/unistdio/u8-sprintf: New file.
13307         * modules/unistdio/u8-vasnprintf: New file.
13308         * modules/unistdio/u8-vasprintf: New file.
13309         * modules/unistdio/u8-vsnprintf: New file.
13310         * modules/unistdio/u8-vsprintf: New file.
13311         * modules/unistdio/u8-u8-asnprintf: New file.
13312         * modules/unistdio/u8-u8-asprintf: New file.
13313         * modules/unistdio/u8-u8-snprintf: New file.
13314         * modules/unistdio/u8-u8-sprintf: New file.
13315         * modules/unistdio/u8-u8-vasnprintf: New file.
13316         * modules/unistdio/u8-u8-vasprintf: New file.
13317         * modules/unistdio/u8-u8-vsnprintf: New file.
13318         * modules/unistdio/u8-u8-vsprintf: New file.
13319         * modules/unistdio/u16-asnprintf: New file.
13320         * modules/unistdio/u16-asprintf: New file.
13321         * modules/unistdio/u16-printf-parse: New file.
13322         * modules/unistdio/u16-snprintf: New file.
13323         * modules/unistdio/u16-sprintf: New file.
13324         * modules/unistdio/u16-vasnprintf: New file.
13325         * modules/unistdio/u16-vasprintf: New file.
13326         * modules/unistdio/u16-vsnprintf: New file.
13327         * modules/unistdio/u16-vsprintf: New file.
13328         * modules/unistdio/u16-u16-asnprintf: New file.
13329         * modules/unistdio/u16-u16-asprintf: New file.
13330         * modules/unistdio/u16-u16-snprintf: New file.
13331         * modules/unistdio/u16-u16-sprintf: New file.
13332         * modules/unistdio/u16-u16-vasnprintf: New file.
13333         * modules/unistdio/u16-u16-vasprintf: New file.
13334         * modules/unistdio/u16-u16-vsnprintf: New file.
13335         * modules/unistdio/u16-u16-vsprintf: New file.
13336         * modules/unistdio/u32-asnprintf: New file.
13337         * modules/unistdio/u32-asprintf: New file.
13338         * modules/unistdio/u32-printf-parse: New file.
13339         * modules/unistdio/u32-snprintf: New file.
13340         * modules/unistdio/u32-sprintf: New file.
13341         * modules/unistdio/u32-vasnprintf: New file.
13342         * modules/unistdio/u32-vasprintf: New file.
13343         * modules/unistdio/u32-vsnprintf: New file.
13344         * modules/unistdio/u32-vsprintf: New file.
13345         * modules/unistdio/u32-u32-asnprintf: New file.
13346         * modules/unistdio/u32-u32-asprintf: New file.
13347         * modules/unistdio/u32-u32-snprintf: New file.
13348         * modules/unistdio/u32-u32-sprintf: New file.
13349         * modules/unistdio/u32-u32-vasnprintf: New file.
13350         * modules/unistdio/u32-u32-vasprintf: New file.
13351         * modules/unistdio/u32-u32-vsnprintf: New file.
13352         * modules/unistdio/u32-u32-vsprintf: New file.
13353         * modules/unistdio/ulc-asnprintf-tests: New file.
13354         * modules/unistdio/ulc-vasnprintf-tests: New file.
13355         * modules/unistdio/ulc-vasprintf-tests: New file.
13356         * modules/unistdio/ulc-vsnprintf-tests: New file.
13357         * modules/unistdio/ulc-vsprintf-tests: New file.
13358         * modules/unistdio/u8-asnprintf-tests: New file.
13359         * modules/unistdio/u8-vasnprintf-tests: New file.
13360         * modules/unistdio/u8-vasprintf-tests: New file.
13361         * modules/unistdio/u8-vsnprintf-tests: New file.
13362         * modules/unistdio/u8-vsprintf-tests: New file.
13363         * modules/unistdio/u16-asnprintf-tests: New file.
13364         * modules/unistdio/u16-vasnprintf-tests: New file.
13365         * modules/unistdio/u16-vasprintf-tests: New file.
13366         * modules/unistdio/u16-vsnprintf-tests: New file.
13367         * modules/unistdio/u16-vsprintf-tests: New file.
13368         * modules/unistdio/u32-asnprintf-tests: New file.
13369         * modules/unistdio/u32-vasnprintf-tests: New file.
13370         * modules/unistdio/u32-vasprintf-tests: New file.
13371         * modules/unistdio/u32-vsnprintf-tests: New file.
13372         * modules/unistdio/u32-vsprintf-tests: New file.
13373         * MODULES.html.sh (Unicode string functions): Add the new modules.
13374
13375 2007-07-01  Bruno Haible  <bruno@clisp.org>
13376
13377         * lib/sprintf.c (sprintf): Limit the available length estimation,
13378         to avoid address wraparound.
13379         * lib/vsprintf.c (vsprintf): Likewise.
13380         * modules/sprintf-posix (Dependencies): Add stdint.
13381         * modules/vsprintf-posix (Dependencies): Likewise.
13382
13383 2007-07-01  Bruno Haible  <bruno@clisp.org>
13384
13385         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
13386         Windows PATH as well. Conservative double-quoting. Comments.
13387
13388 2007-07-01  Bruno Haible  <bruno@clisp.org>
13389             Eric Blake  <ebb9@byu.net>
13390             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13391
13392         * gnulib-tool (self_abspathname): Fix algorithm to cope with
13393         empty components in $PATH, denoting '.'.
13394
13395 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13396
13397         * gnulib-tool: Fix indentation.
13398         (func_create_megatestdir): Likewise.
13399         Report by Bruno Haible.
13400
13401 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13402
13403         Sync from Automake.
13404         * build-aux/gnupload: Fix shell portability issues with for loops.
13405         Report by Karl Berry.
13406
13407 2007-06-29  Simon Josefsson  <simon@josefsson.org>
13408
13409         * build-aux/maint.mk (POURL): Use translationproject.org.
13410
13411 2007-06-27  Simon Josefsson  <simon@josefsson.org>
13412             Bruno Haible  <bruno@clisp.org>
13413
13414         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
13415         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
13416         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
13417         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
13418         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
13419
13420 2007-06-27  Bruno Haible  <bruno@clisp.org>
13421
13422         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
13423         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
13424
13425 2007-06-26  Karl Berry  <karl@gnu.org>
13426
13427         * MODULES.html.sh: remove xreadlink-with-size.
13428
13429 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13430
13431         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
13432         method that I hope also handles the double-include problem noted
13433         by Bruno Haible in
13434         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
13435
13436 2007-06-23  Bruno Haible  <bruno@clisp.org>
13437
13438         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13439         Don't let the 'mostlyclean' target fail if the last subdirectory could
13440         not be removed.
13441         Reported by Karl Berry.
13442
13443 2007-06-23  Bruno Haible  <bruno@clisp.org>
13444
13445         * gnulib-tool (echo): Add a speedier workaround for ksh.
13446         * tests/test-echo.sh: Likewise.
13447
13448 2007-06-23  Bruno Haible  <bruno@clisp.org>
13449
13450         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
13451         * tests/test-echo.sh: Likewise.
13452
13453 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13454
13455         * gnulib-tool (IFS): Initialize early, so we don't set it to
13456         empty later.
13457         (self_abspathname): Rewrite algorithm to set it, reindent.
13458         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
13459         (func_create_megatestdir): Merge some sed scripts.
13460
13461 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13462
13463         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
13464         exposed by Sun Studio 11 cc on Solaris 8.
13465
13466 2007-06-22  Bruno Haible  <bruno@clisp.org>
13467
13468         * gnulib-tool (echo): Ensure the echo primitive does not interpret
13469         backslashes.
13470         * tests/test-echo.sh: New file.
13471
13472 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13473
13474         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
13475         simplify `sed_replace_build_aux' scripts, they are portable but
13476         echoing them with `echo' is not.
13477         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
13478
13479 2007-06-21  Karl Berry  <karl@gnu.org>
13480
13481         * config/srclist.txt: guess we can't handle the licenses via
13482         srclist at the moment.
13483
13484 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         * MODULES.html.sh: Add include_next.
13487         * modules/include_next: New file.
13488
13489 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13490
13491         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
13492         INCLUDE_NEXT.
13493         (gl_CHECK_NEXT_HEADERS): New macro.
13494         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
13495         the obsolescent gl_ABSOLUTE_HEADER.
13496         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
13497         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
13498         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
13499         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
13500         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
13501         * m4/math_h.m4 (gl_MATH_H): Likewise.
13502         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
13503         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
13504         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
13505         * m4/stdint.m4 (gl_STDINT_H): Likewise.
13506         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
13507         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
13508         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
13509         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13510         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
13511         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
13512         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
13513         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
13514         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
13515         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
13516         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13517         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
13518         * m4/inttypes.m4 (gl_INTTYPES_H): Define
13519         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
13520         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
13521         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
13522         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
13523         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
13524         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
13525         * lib/float_.h: Likewise.
13526         * lib/inttypes_.h: Likewise.
13527         * lib/math_.h: Likewise.
13528         * lib/search_.h: Likewise.
13529         * lib/signal_.h: Likewise.
13530         * lib/stdint_.h: Likewise.
13531         * lib/stdio_.h: Likewise.
13532         * lib/stdlib_.h: Likewise.
13533         * lib/string_.h: Likewise.
13534         * lib/sys_stat_.h: Likewise.
13535         * lib/sys_time_.h: Likewise.
13536         * lib/time_.h: Likewise.
13537         * lib/unistd_.h: Likewise.
13538         * lib/wchar_.h: Likewise.
13539         * lib/wctype_.h: Likewise.
13540         * lib/dirent_.h: Likewise.
13541         * lib/iconv_.h: Likewise.
13542         * lib/locale_.h: Likewise.
13543         * lib/netinet_in_.h: Likewise.
13544         * lib/sys_select_.h: Likewise.
13545         * lib/sys_socket_.h: Likewise.
13546         * lib/sysexits_.h: Likewise.
13547         * modules/fcntl (Depends-on): Depend on include_next, not
13548         absolute_header.
13549         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
13550         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
13551         * modules/fchdir: Likewise.
13552         * modules/float: Likewise.
13553         * modules/iconv_open: Likewise.
13554         * modules/inttypes: Likewise.
13555         * modules/locale: Likewise.
13556         * modules/math: Likewise.
13557         * modules/netinet_in: Likewise.
13558         * modules/search: Likewise.
13559         * modules/signal: Likewise.
13560         * modules/stdint: Likewise.
13561         * modules/stdio: Likewise.
13562         * modules/stdlib: Likewise.
13563         * modules/string: Likewise.
13564         * modules/sys_select: Likewise.
13565         * modules/sys_socket: Likewise.
13566         * modules/sys_stat: Likewise.
13567         * modules/sys_time: Likewise.
13568         * modules/sysexits: Likewise.
13569         * modules/time: Likewise.
13570         * modules/unistd: Likewise.
13571         * modules/wchar: Likewise.
13572         * modules/wctype: Likewise.
13573         * modules/sys_stat: Change maintainer to "all".
13574         * modules/unistd: Likewise.
13575
13576 2007-06-20  Karl Berry  <karl@gnu.org>
13577
13578         * config/srclist.txt: track www changes in license files.
13579
13580 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
13581
13582         * build-aux/bootstrap: Remove stray dot.
13583         Make sure build_aux settings are honored when linking
13584         gnulib_extra_files.
13585
13586 2007-06-19  Eric Blake  <ebb9@byu.net>
13587
13588         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13589         Allow compilation on cygwin.
13590
13591 2007-06-19  Jim Meyering  <jim@meyering.net>
13592
13593         xreadlink-with-size: Remove module.  No longer used.
13594         Ex-callers now use xreadlink or mreadlink-with-size.
13595         * modules/xreadlink-with-size: Remove module.
13596         * lib/xreadlink-with-size.c: Remove file.
13597         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
13598         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
13599         just before the function definition *is* accurate.
13600
13601         Eliminate one way canonicalize_filename_mode could exit.
13602         * lib/canonicalize.c (canonicalize_filename_mode):
13603         Use mreadlink_with_size, not xreadlink_with_size.
13604
13605 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
13606
13607         Detect porting problems to FreeBSD/arm, which has time_t wider than
13608         long int.  Original problem reported for GNU diff by Xin Li in
13609         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
13610         * modules/getdate (Depends-on): Add intprops, verify.
13611         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
13612         is an integer type no wider than long int.
13613
13614 2007-06-18  Jim Meyering  <jim@meyering.net>
13615
13616         New module: mreadlink-with-size.
13617         * MODULES.html.sh: Add mreadlink-with-size.
13618         * modules/mreadlink-with-size: New module
13619         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
13620         not xreadlink-with-size.
13621         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
13622
13623 2007-06-16  Bruno Haible  <bruno@clisp.org>
13624
13625         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
13626         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
13627         Reported by Gary V. Vaughan <gary@gnu.org>.
13628
13629 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
13630
13631         Revamp lchown so that it lives in unistd.h where it belongs.
13632         * lib/lchown.h: Remove.
13633         * lib/dirchownmod.c: Don't include lib/lchown.h.
13634         * lib/fchownat.c: Likewise.
13635         * lib/openat.c: Likewise.
13636         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
13637         does not follow symlinks.
13638         (EOPNOTSUPP): Define if not defined.
13639         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
13640         is defined to 0.
13641         (lchown): New decl.
13642         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
13643         Do not check for lchown decl.
13644         Set REPLACE_LCHOWN.
13645         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
13646         REPLACE_LCHOWN.
13647         * modules/chown: Make it clear it follows symlinks.
13648         * modules/lchown: Make it clear it doesn't follow symlinks.
13649         (Files): Remove lib/lchown.h
13650         (Depends-on): Add unistd.
13651         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
13652         (Include): Include <unistd.h>, not "lchown.h".
13653         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
13654         REPLACE_LCHOWN.
13655
13656 2007-06-15  Jim Meyering  <jim@meyering.net>
13657
13658         Change license (GPL to LGPL) of fsusage and dependents.
13659         * modules/fsusage (License): Change to LGPL.
13660         * modules/full-read (License): Likewise.
13661         * modules/full-write (License): Likewise.
13662         * modules/safe-read (License): Likewise.
13663         * modules/safe-write (License): Likewise.
13664
13665 2007-06-14  Ben Pfaff  <blp@gnu.org>
13666
13667         Missing part of allocsa -> malloca transition.
13668         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
13669         gl_MALLOCA.
13670
13671 2007-06-12  Bruno Haible  <bruno@clisp.org>
13672
13673         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
13674         to ia64, x86_64, i386.
13675         Reported by Eric Blake.
13676
13677 2007-06-12  Bruno Haible  <bruno@clisp.org>
13678
13679         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
13680         cross-compiling to x86_64.
13681
13682 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
13685         glitch reported by Ralf Wildenhues in
13686         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
13687
13688         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
13689         Vin Shelton.
13690
13691 2007-06-11  Bruno Haible  <bruno@clisp.org>
13692
13693         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
13694         replacement string.
13695         Reported by Eric Blake.
13696
13697 2007-06-10  Bruno Haible  <bruno@clisp.org>
13698
13699         Prepare vasnprintf code for use with Unicode strings.
13700         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
13701         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
13702         TYPE_U32_STRING.
13703         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
13704         a_u32_string variants.
13705         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
13706         * lib/printf-args.c: Don't include config.h and the specification
13707         header if PRINTF_FETCHARGS is already defined.
13708         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
13709         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
13710         TYPE_U16_STRING, TYPE_U32_STRING.
13711         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
13712         u16_directive, u16_directives, u32_directive, u32_directives): New
13713         types.
13714         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
13715         New declarations.
13716         * lib/printf-parse.c: Don't include config.h and the specification
13717         header if PRINTF_PARSE is already defined. Eliminate the set of
13718         parameters for WIDE_CHAR_VERSION; the user of this file must provide
13719         them now. Include c-ctype.h.
13720         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
13721         directive and CHAR_T_ONLY_ASCII.
13722         * lib/vasnprintf.c: Don't include config.h and the specification header
13723         if VASNPRINTF is already defined.
13724         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
13725         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
13726         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
13727         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
13728         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
13729         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
13730         code accordingly.
13731         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
13732         pad_ourselves also in this case, with the 'c' and 's' directives, and
13733         with a different notion of "width".
13734         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
13735
13736 2007-06-10  Bruno Haible  <bruno@clisp.org>
13737
13738         * modules/unistr/u32-mbsnlen: New file.
13739         * lib/unistr/u32-mbsnlen.c: New file.
13740
13741         * modules/unistr/u16-mbsnlen: New file.
13742         * lib/unistr/u16-mbsnlen.c: New file.
13743
13744         * modules/unistr/u8-mbsnlen: New file.
13745         * lib/unistr/u8-mbsnlen.c: New file.
13746
13747         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
13748         declarations.
13749
13750 2007-06-10  Bruno Haible  <bruno@clisp.org>
13751
13752         * lib/string_.h (mbsnlen): New declaration.
13753         * lib/mbsnlen.c: New file.
13754         * m4/mbsnlen.m4: New file.
13755         * modules/mbsnlen: New file.
13756         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
13757         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
13758         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
13759
13760 2007-06-10  Bruno Haible  <bruno@clisp.org>
13761
13762         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
13763
13764 2007-06-10  Bruno Haible  <bruno@clisp.org>
13765
13766         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
13767         * lib/mbuiter.h: Likewise.
13768
13769 2007-06-10  Bruno Haible  <bruno@clisp.org>
13770
13771         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
13772         declaration.
13773
13774 2007-06-10  Karl Berry  <karl@gnu.org>
13775
13776         * config/srclist.txt: remove gettext entries, Bruno prefers
13777         to update individually.
13778
13779 2007-06-10  Bruno Haible  <bruno@clisp.org>
13780
13781         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
13782         'maxlen'. Ensure only length + width bytes are allocated, not
13783         length + 1 + width.
13784
13785 2007-06-09  Bruno Haible  <bruno@clisp.org>
13786
13787         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
13788         (CHAR_T): Remove macro.
13789         (VASNPRINTF): Update.
13790
13791 2007-06-09  Bruno Haible  <bruno@clisp.org>
13792
13793         * MODULES.html.sh (Unicode string functions): Add the new modules.
13794
13795         * modules/uniconv/u32-conv-to-enc: New file.
13796         * lib/uniconv/u32-conv-to-enc.c: New file.
13797         * modules/uniconv/u32-conv-to-enc-tests: New file.
13798         * tests/uniconv/test-u32-conv-to-enc.c: New file.
13799
13800         * modules/uniconv/u16-conv-to-enc: New file.
13801         * lib/uniconv/u16-conv-to-enc.c: New file.
13802         * lib/uniconv/u-conv-to-enc.h: New file.
13803         * modules/uniconv/u16-conv-to-enc-tests: New file.
13804         * tests/uniconv/test-u16-conv-to-enc.c: New file.
13805
13806         * modules/uniconv/u8-conv-to-enc: New file.
13807         * lib/uniconv/u8-conv-to-enc.c: New file.
13808         * modules/uniconv/u8-conv-to-enc-tests: New file.
13809         * tests/uniconv/test-u8-conv-to-enc.c: New file.
13810
13811         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13812         u32_conv_to_encoding): New declarations.
13813
13814 2007-06-09  Bruno Haible  <bruno@clisp.org>
13815
13816         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
13817
13818 2007-06-09  Bruno Haible  <bruno@clisp.org>
13819
13820         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
13821         * modules/malloca: Renamed from modules/allocsa, updated.
13822         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
13823         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
13824         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
13825         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
13826         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
13827         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
13828         * modules/xmalloca: Renamed from modules/xallocsa, updated.
13829         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
13830         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
13831         * modules/c-strcasestr (Depends-on): Update.
13832         * lib/c-strcasestr.c: Update.
13833         * modules/c-strstr (Depends-on): Update.
13834         * lib/c-strstr.c: Update.
13835         * modules/canonicalize-lgpl (Depends-on): Update.
13836         * lib/canonicalize-lgpl.c: Update.
13837         * modules/clean-temp (Depends-on): Update.
13838         * lib/clean-temp.c: Update.
13839         * modules/csharpcomp (Depends-on): Update.
13840         * lib/csharpcomp.c: Update.
13841         * modules/csharpexec (Depends-on): Update.
13842         * lib/csharpexec.c: Update.
13843         * modules/javacomp (Depends-on): Update.
13844         * lib/javacomp.c: Update.
13845         * modules/javaexec (Depends-on): Update.
13846         * lib/javaexec.c: Update.
13847         * modules/mbscasestr (Depends-on): Update.
13848         * lib/mbscasestr.c: Update.
13849         * modules/mbsstr (Depends-on): Update.
13850         * lib/mbsstr.c: Update.
13851         * modules/setenv (Depends-on): Update.
13852         * lib/setenv.c: Update.
13853         * modules/strcasestr (Depends-on): Update.
13854         * lib/strcasestr.c: Update.
13855         * modules/striconveha (Depends-on): Update.
13856         * lib/striconveha.c: Update.
13857         * modules/relocatable-prog-wrapper (Files): Update.
13858         * lib/relocwrapper.c: Update.
13859         * build-aux/install-reloc: Update.
13860         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
13861
13862 2007-06-08  Bruno Haible  <bruno@clisp.org>
13863
13864         Port to uClibc.
13865         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
13866         * lib/fpurge.c (fpurge): Likewise.
13867         * lib/freading.c (freading): Likewise.
13868         * lib/fseeko.c (rpl_fseeko): Likewise.
13869         * lib/fseterr.c (fseterr): Likewise.
13870         * lib/fwriting.c (fwriting): Likewise.
13871         * tests/test-fflush.c (main): Avoid a failure on uClibc.
13872
13873 2007-06-08  Bruno Haible  <bruno@clisp.org>
13874
13875         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
13876         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
13877         * modules/gettext (Files): Add m4/intlmacosx.m4.
13878
13879 2007-06-07  Bruno Haible  <bruno@clisp.org>
13880
13881         * modules/localename-tests: New file.
13882         * tests/test-localename.c: New file.
13883
13884         New module 'localename'.
13885         * lib/localename.h: New file.
13886         * lib/localename.c: New file, from GNU gettext.
13887         * m4/localename.m4: New file.
13888         * modules/localename: New file.
13889
13890 2007-06-07  Bruno Haible  <bruno@clisp.org>
13891
13892         Work around the lack of <wchar.h> on some builds of uClibc.
13893         * doc/headers/wchar.texi: Update.
13894         * lib/wchar_.h: Include <wchar.h> only if it exists.
13895         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
13896         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
13897         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
13898         doesn't exist.
13899         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
13900         * modules/mbfile (Depends-on): Add wchar.
13901         * modules/mbiter (Depends-on): Likewise.
13902         * modules/mbuiter (Depends-on): Likewise.
13903         Reported by Simon Josefsson.
13904
13905 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         Work around problem reported by Steven M. Schweda in
13908         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
13909         Tru64 5.1B with the Compaq compiler environment installed declares
13910         an 'isblank' function but does not define it in the C library.
13911         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
13912         * lib/regex_internal.h (isblank): Likewise.
13913         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
13914         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13915
13916 2007-06-05  Bruno Haible  <bruno@clisp.org>
13917
13918         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
13919         ia64.
13920         * modules/printf-safe: New file.
13921         * modules/fprintf-posix (Depends-on): Add printf-safe.
13922         * modules/printf-posix (Depends-on): Likewise.
13923         * modules/snprintf-posix (Depends-on): Likewise.
13924         * modules/sprintf-posix (Depends-on): Likewise.
13925         * modules/vasnprintf-posix (Depends-on): Likewise.
13926         * modules/vasprintf-posix (Depends-on): Likewise.
13927         * modules/vfprintf-posix (Depends-on): Likewise.
13928         * modules/vprintf-posix (Depends-on): Likewise.
13929         * modules/vsnprintf-posix (Depends-on): Likewise.
13930         * modules/vsprintf-posix (Depends-on): Likewise.
13931         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
13932         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
13933         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
13934         "no" on i386, x86_64, ia64.
13935         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
13936         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13937         on i386, x86_64, ia64.
13938         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
13939         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13940         on i386, x86_64, ia64.
13941         * tests/test-vasnprintf-posix.c: Include float.h.
13942         (LDBL80_WORDS): New macro.
13943         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13944         on i386, x86_64, ia64.
13945         * tests/test-vasprintf-posix.c: Include float.h.
13946         (LDBL80_WORDS): New macro.
13947         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13948         on i386, x86_64, ia64.
13949         * tests/test-snprintf-posix.c: Include float.h.
13950         * tests/test-sprintf-posix.c: Likewise.
13951         * tests/test-vsnprintf-posix.c: Likewise.
13952         * tests/test-vsprintf-posix.c: Likewise.
13953
13954 2007-06-05  Bruno Haible  <bruno@clisp.org>
13955
13956         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
13957         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
13958         non-IEEE numbers on i386, x86_64, ia64.
13959         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
13960         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
13961         * tests/test-isnanl.h: Include float.h.
13962         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
13963
13964 2007-06-05  Bruno Haible  <bruno@clisp.org>
13965
13966         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
13967         also the %a / %A. Handle the %a / %A code before this extra handling.
13968
13969 2007-06-05  Bruno Haible  <bruno@clisp.org>
13970
13971         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
13972         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
13973
13974 2007-06-05  Bruno Haible  <bruno@clisp.org>
13975
13976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
13977         typo in variable name.
13978
13979 2007-06-05  Eric Blake  <ebb9@byu.net>
13980
13981         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
13982         Reported by Simon Josefsson.
13983
13984 2007-06-04  Bruno Haible  <bruno@clisp.org>
13985
13986         Avoid test failures on some PowerPC platforms.
13987         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
13988         Define differently for PowerPC.
13989         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
13990         Reported by Gary V. Vaughan <gary@gnu.org>.
13991
13992 2007-06-02  Bruno Haible  <bruno@clisp.org>
13993
13994         Fix test-stdint failure on FreeBSD/ia64.
13995         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
13996         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
13997         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
13998         * doc/headers/stdint.texi: Update.
13999
14000 2007-06-01  Bruno Haible  <bruno@clisp.org>
14001
14002         * tests/test-binary-io.c (main): Pass a third argument to open().
14003         Reported by Gary V. Vaughan <gary@gnu.org>.
14004
14005 2007-06-01  Bruno Haible  <bruno@clisp.org>
14006
14007         * doc/functions/frexpl.texi: Update for mingw.
14008
14009 2007-06-01  Bruno Haible  <bruno@clisp.org>
14010
14011         * tests/test-lseek.c (main): Disable test of errno for invalid third
14012         argument.
14013         * doc/functions/lseek.texi: Update.
14014         Reported by Gary V. Vaughan <gary@gnu.org>.
14015
14016 2007-05-28  Bruno Haible  <bruno@clisp.org>
14017
14018         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14019
14020 2007-05-31  Eric Blake  <ebb9@byu.net>
14021
14022         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14023         cross compiling.
14024
14025 2007-05-30  Eric Blake  <ebb9@byu.net>
14026         and Bruno Haible  <bruno@clisp.org>
14027
14028         Work around mingw test failures exposed by m4-1.4.9b.
14029         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14030         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14031         moment.
14032
14033 2007-05-30  Bruno Haible  <bruno@clisp.org>
14034
14035         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14036         assuming that they are closed. Needed on HP-UX 11.
14037
14038 2007-05-29  Bruno Haible  <bruno@clisp.org>
14039
14040         Fix a problem with #include_next.
14041         * lib/dirent_.h: Split the double-inclusion guard.
14042         * lib/fcntl_.h: Likewise.
14043         * lib/float_.h: Likewise.
14044         * lib/iconv_.h: Likewise.
14045         * lib/inttypes_.h: Likewise.
14046         * lib/locale_.h: Likewise.
14047         * lib/math_.h: Likewise.
14048         * lib/netinet_in_.h: Likewise.
14049         * lib/search_.h: Likewise.
14050         * lib/signal_.h: Likewise.
14051         * lib/stdint_.h: Likewise.
14052         * lib/stdio_.h: Likewise.
14053         * lib/stdlib_.h: Likewise.
14054         * lib/string_.h: Likewise.
14055         * lib/sys_select_.h: Likewise.
14056         * lib/sys_socket_.h: Likewise.
14057         * lib/sys_stat_.h: Likewise.
14058         * lib/sys_time_.h: Likewise.
14059         * lib/sysexits_.h: Likewise.
14060         * lib/time_.h: Likewise.
14061         * lib/unistd_.h: Likewise.
14062         * lib/wchar_.h: Likewise.
14063         * lib/wctype_.h: Likewise.
14064
14065 2007-05-29  Bruno Haible  <bruno@clisp.org>
14066
14067         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14068         for the moment.
14069
14070 2007-05-29  Bruno Haible  <bruno@clisp.org>
14071
14072         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14073         invocation.
14074         Reported by Eric Blake.
14075
14076 2007-05-29  Bruno Haible  <bruno@clisp.org>
14077
14078         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14079         compiling case.
14080
14081 2007-05-29  Eric Blake  <ebb9@byu.net>
14082             Bruno Haible  <bruno@clisp.org>
14083
14084         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14085         cross compiles.
14086
14087 2007-05-28  Eric Blake  <ebb9@byu.net>
14088
14089         * modules/closein-tests (test_closein_LDADD): Support test on
14090         cygwin with libtool.
14091
14092 2007-05-28  Bruno Haible  <bruno@clisp.org>
14093
14094         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14095         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14096         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14097         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14098         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14099         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14100         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14101         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14102         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14103
14104 2007-05-28  Eric Blake  <ebb9@byu.net>
14105
14106         Unconditionally include <config.h> in unit tests.
14107         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14108         * tests/test-allocsa.c, tests/test-arcfour.c,
14109         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14110         tests/test-array_list.c, tests/test-array_oset.c,
14111         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14112         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14113         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14114         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14115         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14116         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14117         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14118         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14119         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14120         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14121         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14122         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14123         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14124         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14125         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14126         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14127         test-md5.c, test-memmem.c, test-printf-posix.c,
14128         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14129         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14130         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14131         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14132         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14133         test-vasnprintf-posix2.c, test-vasnprintf.c,
14134         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14135         test-vfprintf-posix.c, test-vprintf-posix.c,
14136         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14137         test-xvasprintf.c: Likewise.
14138
14139 2007-05-28  Bruno Haible  <bruno@clisp.org>
14140
14141         * gnulib-tool (func_import): Remember the --with-tests command-line
14142         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14143         Reported by Eric Blake.
14144
14145 2007-05-28  Bruno Haible  <bruno@clisp.org>
14146
14147         * modules/ftell-tests: New file.
14148         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14149         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14150
14151         * lib/ftell.c: New file.
14152         * modules/ftell: New file.
14153         * m4/ftell.m4: New file.
14154         * doc/functions/ftell.texi: Update.
14155         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14156         REPLACE_FTELL.
14157         * lib/stdio_.h (rpl_ftell): New declaration.
14158         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14159         REPLACE_FTELL.
14160
14161 2007-05-28  Eric Blake  <ebb9@byu.net>
14162
14163         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14164
14165 2007-05-28  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/fseek-tests: New file.
14168         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14169         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14170
14171         * lib/fseek.c: New file.
14172         * modules/fseek: New file.
14173         * m4/fseek.m4: New file.
14174         * doc/functions/fseek.texi: Update.
14175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14176         REPLACE_FSEEK.
14177         * lib/stdio_.h (rpl_fseek): New declaration.
14178         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14179         REPLACE_FSEEK.
14180
14181 2007-05-28  Bruno Haible  <bruno@clisp.org>
14182
14183         * lib/stdio_.h (fflush): More comments.
14184
14185 2007-05-28  Bruno Haible  <bruno@clisp.org>
14186
14187         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
14188         runtime test.
14189
14190 2007-05-28  Eric Blake  <ebb9@byu.net>
14191
14192         Improve lseek module.
14193         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
14194         * lib/unistd_.h (lseek): Scale back link warning message.
14195         * tests/test-lseek.c: Beef up test.
14196         * tests/test-lseek.sh: Exercise more facets of lseek.
14197         Reported by Bruno Haible.
14198
14199 2007-05-28  Bruno Haible  <bruno@clisp.org>
14200
14201         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
14202         to define.
14203
14204 2007-05-27  Bruno Haible  <bruno@clisp.org>
14205
14206         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
14207
14208 2007-05-27  Bruno Haible  <bruno@clisp.org>
14209
14210         * modules/openmp: New file.
14211         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
14212         Noah Misch.
14213
14214 2007-05-26  Bruno Haible  <bruno@clisp.org>
14215
14216         * modules/chdir-long (Depends-on): Add fchdir.
14217         * modules/chdir-safer (Depends-on): Likewise.
14218         * modules/fts (Depends-on): Likewise.
14219         * modules/fts-lgpl (Depends-on): Likewise.
14220         * modules/openat (Depends-on): Likewise.
14221         * modules/savewd (Depends-on): Likewise.
14222
14223 2007-05-24  Eric Blake  <ebb9@byu.net>
14224
14225         Fix lseek on mingw.
14226         * modules/lseek: New module.
14227         * m4/lseek.m4: New file.
14228         * lib/lseek.c: New file.
14229         * modules/lseek-tests: New file.
14230         * tests/test-lseek.c: New file.
14231         * tests/test-lseek.sh: New file.
14232         * MODULES.html.sh: Document lseek module.
14233         * modules/fflush (Depends-on): Add lseek, fseeko.
14234         * modules/fseeko (Depends-on): Likewise.
14235         * modules/ftello (Depends-on): Likewise.
14236         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
14237         broken.
14238         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
14239         broken.
14240         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
14241         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
14242         * lib/ftello.c (rpl_ftello): Likewise.
14243         * tests/test-fseeko.c (main): Test this.
14244         * tests/test-fseeko.sh: Likewise.
14245         * tests/test-ftello.c (main): Likewise.
14246         * tests/test-ftello.sh: Likewise.
14247         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
14248         implies replacing fseek.
14249         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
14250         HAVE_FTELLO.
14251         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
14252         * modules/unistd (Makefile.am): Likewise.
14253         * lib/unistd_.h (lseek): Declare a replacement.
14254         * doc/functions/lseek.texi (lseek): Document this fix.
14255         * doc/functions/fseek.texi (fseek): Likewise.
14256         * doc/functions/ftell.texi (ftell): Likewise.
14257
14258 2007-05-24  Bruno Haible  <bruno@clisp.org>
14259
14260         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
14261         in the printed representation of a NaN.
14262         * tests/test-vasprintf-posix.c (test_function): Likewise.
14263         * tests/test-snprintf-posix.h (test_function): Likewise.
14264         * tests/test-sprintf-posix.h (test_function): Likewise.
14265         Reported by Eric Blake.
14266
14267 2007-05-23  Eric Blake  <ebb9@byu.net>
14268
14269         Fix fseeko/ftello on cygwin 1.5.24.
14270         * doc/functions/fseeko.texi (fseeko): Document the fix.
14271         * doc/functions/ftello.texi (ftello): Document the fix.
14272         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
14273         * doc/functions/stdout.text (stdout): New file.
14274         * doc/functions/stderr.text (stderr): New file.
14275         * doc/gnulib.texi (Function Substitutes): Use new files.
14276         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
14277         prior to 1.7.0.
14278         * tests/test-ftello.c (main): Likewise for ftello.
14279         * tests/test-fseeko.sh: New file.
14280         * tests/test-ftello.sh: New file.
14281         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
14282         with seekable stdin.
14283         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
14284         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
14285         (gl_REPLACE_FSEEKO): New macro.
14286         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
14287         * modules/fseeko (Files): Distribute fseeko.c.
14288         * modules/ftello (Files): Distribute ftello.c.
14289         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
14290         mode.
14291         * lib/ftello.c (rpl_ftello): New file.
14292         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
14293         fseeko, ftello.
14294         (gl_STDIN_LARGE_OFFSET): New macro.
14295         * modules/stdio (Makefile.am): Perform the replacement.
14296         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
14297
14298 2007-05-23  Bruno Haible  <bruno@clisp.org>
14299
14300         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
14301         GNULIB_POSIXCHECK is defined.
14302
14303 2007-05-21  Bruno Haible  <bruno@clisp.org>
14304
14305         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
14306         Check also the output for NaN arguments. When cross-compiling, guess
14307         no on IRIX.
14308         * lib/vasnprintf.c: Update comments.
14309         * tests/test-vasnprintf-posix.c (strisnan): New function.
14310         (test_function): Use it.
14311         * tests/test-vasprintf-posix.c (strisnan): New function.
14312         (test_function): Use it.
14313         * tests/test-snprintf-posix.h (strisnan): New function.
14314         (test_function): Use it.
14315         * tests/test-sprintf-posix.h (strisnan): New function.
14316         (test_function): Use it.
14317         Reported by Eric Blake.
14318
14319 2007-05-20  Bruno Haible  <bruno@clisp.org>
14320
14321         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
14322         numbers that fails on BeOS.
14323         * doc/functions/frexpl.texi: Update.
14324
14325 2007-05-20  Jim Meyering  <jim@meyering.net>
14326
14327         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
14328         forced upon us by glibc-2.6.
14329
14330 2007-05-20  Bruno Haible  <bruno@clisp.org>
14331
14332         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
14333         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
14334         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
14335         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
14336         NEED_PRINTF_INFINITE.
14337         (is_infinitel): New function.
14338         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
14339         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
14340         gl_PREREQ_VASNPRINTF_INFINITE.
14341         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
14342         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14343         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
14344         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
14345         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
14346         gl_PREREQ_VASNPRINTF_INFINITE.
14347         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14348         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14349         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14350         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14351         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14352         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14353         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14354         * doc/functions/fprintf.texi: Update.
14355         * doc/functions/printf.texi: Update.
14356         * doc/functions/snprintf.texi: Update.
14357         * doc/functions/sprintf.texi: Update.
14358         * doc/functions/vfprintf.texi: Update.
14359         * doc/functions/vprintf.texi: Update.
14360         * doc/functions/vsnprintf.texi: Update.
14361         * doc/functions/vsprintf.texi: Update.
14362
14363 2007-05-20  Bruno Haible  <bruno@clisp.org>
14364
14365         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
14366         was not found in libc.
14367         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
14368
14369 2007-05-20  Bruno Haible  <bruno@clisp.org>
14370
14371         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14372         printed as "-nan" instead of "nan".
14373         * tests/test-vasprintf-posix.c (test_function): Likewise.
14374         * tests/test-snprintf-posix.h (test_function): Likewise.
14375         * tests/test-sprintf-posix.h (test_function): Likewise.
14376         Needed for HP-UX 11.
14377
14378 2007-05-20  Jim Meyering  <jim@meyering.net>
14379
14380         Fix buggy test for the fchownat-deref bug.
14381         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
14382         symlink required for the run-test.  Without it, this test would
14383         always declare that fchownat doesn't work, and client code would
14384         unnecessarily use the replacement function with fixed libc.
14385         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
14386         Reported by Greg Schafer.
14387
14388 2007-05-19  Bruno Haible  <bruno@clisp.org>
14389
14390         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
14391         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
14392         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
14393         Needed for IRIX 6.5 and Solaris 2.5.1.
14394
14395 2007-05-19  Bruno Haible  <bruno@clisp.org>
14396
14397         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
14398         (test_function): Skip tests involving -0.0 on platforms where
14399         -0.0 = 0.0.
14400         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
14401         (test_function): Skip tests involving -0.0 on platforms where
14402         -0.0 = 0.0.
14403         * tests/test-snprintf-posix.h (have_minus_zero): New function.
14404         (test_function): Skip tests involving -0.0 on platforms where
14405         -0.0 = 0.0.
14406         * tests/test-sprintf-posix.h (have_minus_zero): New function.
14407         (test_function): Skip tests involving -0.0 on platforms where
14408         -0.0 = 0.0.
14409         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
14410         tests.
14411         * tests/test-printf-posix.h (test_function): Likewise.
14412         * tests/test-printf-posix.output: Remove all -0.0 related results.
14413         Needed for IRIX 6.5.
14414
14415 2007-05-19  Bruno Haible  <bruno@clisp.org>
14416
14417         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14418         printed as "nan0x7fffffff" instead of "nan".
14419         * tests/test-vasprintf-posix.c (test_function): Likewise.
14420         * tests/test-snprintf-posix.h (test_function): Likewise.
14421         * tests/test-sprintf-posix.h (test_function): Likewise.
14422         * tests/test-fprintf-posix.h (NaN): Remove macro.
14423         (test_function): Remove all NaN related tests.
14424         * tests/test-printf-posix.h (NaN): Remove macro.
14425         (test_function): Remove all NaN related tests.
14426         * tests/test-printf-posix.output: Remove all NaN related results.
14427         Needed for IRIX 6.5.
14428
14429 2007-05-19  Bruno Haible  <bruno@clisp.org>
14430
14431         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
14432         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
14433
14434 2007-05-19  Bruno Haible  <bruno@clisp.org>
14435
14436         * lib/float_.h: New file.
14437         * m4/float_h.m4: New file.
14438         * modules/float: New file.
14439         * modules/isnanl (Dependencies): Add float.
14440         * modules/isnanl-nolibm (Dependencies): Likewise.
14441         * modules/mathl (Dependencies): Likewise.
14442         * modules/printf-frexpl (Dependencies): Likewise.
14443         * modules/signbit (Dependencies): Likewise.
14444         * modules/vasnprintf (Dependencies): Likewise.
14445         * doc/headers/float.texi: Update.
14446
14447 2007-05-19  Jim Meyering  <jim@meyering.net>
14448
14449         * lib/utimens.c (gl_futimens): Rename from futimens,
14450         now that glibc-2.6 declares futimens.
14451         * lib/utimens.h: Likewise.
14452
14453 2007-05-19  Bruno Haible  <bruno@clisp.org>
14454
14455         Avoid test failures on mingw.
14456         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
14457         * tests/test-printf-posix.sh: Likewise.
14458         * tests/test-vfprintf-posix.sh: Likewise.
14459         * tests/test-vprintf-posix.sh: Likewise.
14460
14461 2007-05-19  Bruno Haible  <bruno@clisp.org>
14462
14463         Fix *printf result for NaN, Inf, -0.0 on mingw.
14464         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
14465         * lib/vasnprintf.c: Include math.h and isnan.h.
14466         (is_infinite_or_zero): New function.
14467         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
14468         values in the %f, %F, %e, %E, %g, %G directives.
14469         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
14470         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14471         gl_PRINTF_INFINITE and test its result. Invoke
14472         gl_PREREQ_VASNPRINTF_INFINITE.
14473         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14477         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14478         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14479         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14480         * doc/functions/fprintf.texi: Update.
14481         * doc/functions/printf.texi: Update.
14482         * doc/functions/snprintf.texi: Update.
14483         * doc/functions/sprintf.texi: Update.
14484         * doc/functions/vfprintf.texi: Update.
14485         * doc/functions/vprintf.texi: Update.
14486         * doc/functions/vsnprintf.texi: Update.
14487         * doc/functions/vsprintf.texi: Update.
14488
14489 2007-05-19  Bruno Haible  <bruno@clisp.org>
14490
14491         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
14492         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
14493         Instead of multiplying with 10^k, set extra_zeroes to k.
14494         (scale10_round_long_double): Remove function.
14495
14496 2007-05-18  Bruno Haible  <bruno@clisp.org>
14497
14498         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
14499         introduced on 2007-05-06.
14500
14501 2007-05-18  Bruno Haible  <bruno@clisp.org>
14502
14503         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
14504         %g directives.
14505         * tests/test-vasprintf-posix.c (test_function): Likewise.
14506         * tests/test-snprintf-posix.h (test_function): Likewise.
14507         * tests/test-sprintf-posix.h (test_function): Likewise.
14508
14509 2007-05-18  Bruno Haible  <bruno@clisp.org>
14510
14511         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
14512         (strmatch): New function.
14513         (test_function): Test the %f directive on numbers of various exponents.
14514         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
14515         (strmatch): New function.
14516         (test_function): Test the %f directive on numbers of various exponents.
14517         * tests/test-snprintf-posix.h (strmatch): New function.
14518         (test_function): Test the %f directive on numbers of various exponents.
14519         * tests/test-sprintf-posix.h (strmatch): New function.
14520         (test_function): Test the %f directive on numbers of various exponents.
14521         * tests/test-snprintf-posix.c (SIZEOF): New macro.
14522         * tests/test-sprintf-posix.c (SIZEOF): New macro.
14523         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
14524         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
14525
14526 2007-05-18  Bruno Haible  <bruno@clisp.org>
14527
14528         Add support for 'long double' number output.
14529         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
14530         * lib/vasnprintf.c: Include math.h and float+.h.
14531         (mp_limb_t): New type.
14532         (GMP_LIMB_BITS): New macro.
14533         (mp_twolimb_t): New type.
14534         (GMP_TWOLIMB_BITS): New macro.
14535         (mpn_t): New type.
14536         (multiply, divide, convert_to_decimal, decode_long_double,
14537         scale10_round_long_double, scale10_round_decimal_long_double,
14538         floorlog10l): New functions.
14539         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
14540         for the %f, %F, %e, %E, %g, %G directives.
14541         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
14542         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14543         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
14544         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
14545         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14546         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14547         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14548         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14549         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14550         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14551         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14552         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
14553         * modules/snprintf-posix (Depends-on): Likewise.
14554         * modules/sprintf-posix (Depends-on): Likewise.
14555         * modules/vasnprintf-posix (Depends-on): Likewise.
14556         * modules/vasprintf-posix (Depends-on): Likewise.
14557         * modules/vfprintf-posix (Depends-on): Likewise.
14558         * modules/vsnprintf-posix (Depends-on): Likewise.
14559         * modules/vsprintf-posix (Depends-on): Likewise.
14560         * modules/vasnprintf (Files): Add lib/float+.h.
14561         * doc/functions/fprintf.texi: Update.
14562         * doc/functions/printf.texi: Update.
14563         * doc/functions/snprintf.texi: Update.
14564         * doc/functions/sprintf.texi: Update.
14565         * doc/functions/vfprintf.texi: Update.
14566         * doc/functions/vprintf.texi: Update.
14567         * doc/functions/vsnprintf.texi: Update.
14568         * doc/functions/vsprintf.texi: Update.
14569
14570 2007-05-18  Bruno Haible  <bruno@clisp.org>
14571
14572         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
14573
14574 2007-05-18  Bruno Haible  <bruno@clisp.org>
14575
14576         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
14577         for printing 64-bit integers. Needed for mingw.
14578
14579 2007-05-18  Bruno Haible  <bruno@clisp.org>
14580
14581         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
14582         gl_FUNC_FREXPL_WORKS.
14583         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
14584
14585 2007-05-18  Bruno Haible  <bruno@clisp.org>
14586
14587         * modules/frexpl-nolibm-tests: New file.
14588
14589         * modules/frexpl-nolibm: New file.
14590         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
14591
14592 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14593
14594         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
14595         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
14596         GCC 4.2, which otherwise issues a lot of warnings.
14597         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
14598         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
14599         Likewise.
14600         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
14601         * modules/iconv_open (iconv.h): Likewise.
14602         * modules/locale (locale.h): Likewise.
14603         * modules/netinet_in (netinet/in.h): Likewise.
14604         * modules/sys_select (sys_select.h): Likewise.
14605         * modules/sys_socket (sys/socket.h): Likewise.
14606         * modules/sys_stat (sys/stat.h): Likewise.
14607         * modules/sysexits (sysexits.h): Likewise.
14608         * modules/unistd (unistd.h): Likewise.
14609
14610 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14611
14612         * modules/closein-tests (Makefile.am): Distribute
14613         `test-closein.sh'.
14614
14615 2007-05-17  Bruno Haible  <bruno@clisp.org>
14616
14617         * tests/test-printf-posix.output: Renamed from
14618         tests/test-fprintf-posix.out.
14619         * modules/fprintf-posix-tests: Update.
14620         * modules/printf-posix-tests: Update.
14621         * modules/vfprintf-posix-tests: Update.
14622         * modules/vprintf-posix-tests: Update.
14623         * tests/test-fprintf-posix.sh: Update.
14624         * tests/test-printf-posix.sh: Update.
14625         * tests/test-vfprintf-posix.sh: Update.
14626         * tests/test-vprintf-posix.sh: Update.
14627         Reported by Ralf Wildenhues.
14628
14629 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14630
14631         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
14632         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
14633         GCC 4.2, which otherwise issues a lot of warnings.
14634         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
14635         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
14636         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
14637         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
14638         it should no longer be needed.
14639         * lib/string_.h: Likewise.
14640         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
14641         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
14642         * modules/inttypes (inttypes.h): Likewise.
14643         * modules/math (math.h): Likewise.
14644         * modules/search (search.h): Likewise.
14645         * modules/signal (signal.h): Likewise.
14646         * modules/stdint (stdint.h): Likewise.
14647         * modules/stdio (stdio.h): Likewise.
14648         * modules/stdlib (stdlib.h): Likewise.
14649         * modules/string (string.h): Likewise.
14650         * modules/sys_time (sys/time.h): Likewise.
14651         * modules/time (time.h): Likewise.
14652         * modules/wchar (wchar.h): Likewise.
14653         * modules/wctype (wtype.h): Likewise.
14654
14655 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
14656
14657         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
14658
14659 2007-05-13  Bruno Haible  <bruno@clisp.org>
14660
14661         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
14662         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14663         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
14664         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14665         (gl_PREREQ_STRTOK_R): Don't require it here.
14666
14667 2007-05-13  Bruno Haible  <bruno@clisp.org>
14668
14669         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
14670         when used in C++ mode.
14671
14672 2007-05-12  Bruno Haible  <bruno@clisp.org>
14673
14674         * lib/linebuffer.h: Tweak doc.
14675         * lib/linebuffer.c: Likewise.
14676
14677 2007-05-12  James Youngman  <jay@gnu.org>
14678
14679         * lib/linebuffer.c (readlinebuffer_delim): New function,
14680         like readlinebuffer, but use a caller-specified delimiter.
14681         (readlinebuffer): Just call readlinebuffer_delim with '\n'
14682         as the delimiter.
14683         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
14684
14685 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
14686
14687         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
14688         * modules/openat (Files): Remove openat-die.c.
14689         (Depends-on): Add openat-die.
14690         * modules/openat-die: New module.
14691
14692 2007-05-06  Bruno Haible  <bruno@clisp.org>
14693
14694         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
14695         Update with info about Cygwin.
14696         * doc/functions/fprintf.texi: Update.
14697         * doc/functions/printf.texi: Update.
14698         * doc/functions/snprintf.texi: Update.
14699         * doc/functions/sprintf.texi: Update.
14700         * doc/functions/vfprintf.texi: Update.
14701         * doc/functions/vprintf.texi: Update.
14702         * doc/functions/vsnprintf.texi: Update.
14703         * doc/functions/vsprintf.texi: Update.
14704         Reported by Eric Blake.
14705
14706 2007-05-06  Bruno Haible  <bruno@clisp.org>
14707
14708         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
14709         padding ourselves for the floating-point directives.
14710         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
14711         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
14712         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14713         gl_PRINTF_FLAG_ZERO and test its result. Invoke
14714         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
14715         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14716         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
14717         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14718         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14719         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14720         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14721         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14722         * tests/test-snprintf-posix.h (test_function): Also check the width
14723         and some flags in the %f directive.
14724         * tests/test-sprintf-posix.h (test_function): Likewise.
14725         * tests/test-vasnprintf-posix.c (test_function): Likewise.
14726         * tests/test-vasprintf-posix.c (test_function): Likewise.
14727         * doc/functions/fprintf.texi: Update.
14728         * doc/functions/printf.texi: Update.
14729         * doc/functions/snprintf.texi: Update.
14730         * doc/functions/sprintf.texi: Update.
14731         * doc/functions/vfprintf.texi: Update.
14732         * doc/functions/vprintf.texi: Update.
14733         * doc/functions/vsnprintf.texi: Update.
14734         * doc/functions/vsprintf.texi: Update.
14735
14736 2007-05-06  Bruno Haible  <bruno@clisp.org>
14737
14738         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
14739         pass the ' flag character to sprintf or snprintf.
14740         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
14741         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
14742         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14743         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
14744         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
14745         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14746         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
14747         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14748         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14749         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14750         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14751         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14752         * tests/test-snprintf-posix.h (test_function): Also check the grouping
14753         flag.
14754         * tests/test-sprintf-posix.h (test_function): Likewise.
14755         * tests/test-vasnprintf-posix.c (test_function): Likewise.
14756         * tests/test-vasprintf-posix.c (test_function): Likewise.
14757         * doc/functions/fprintf.texi: Update.
14758         * doc/functions/printf.texi: Update.
14759         * doc/functions/snprintf.texi: Update.
14760         * doc/functions/sprintf.texi: Update.
14761         * doc/functions/vfprintf.texi: Update.
14762         * doc/functions/vprintf.texi: Update.
14763         * doc/functions/vsnprintf.texi: Update.
14764         * doc/functions/vsprintf.texi: Update.
14765
14766 2007-05-01  Bruno Haible  <bruno@clisp.org>
14767
14768         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
14769
14770 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
14773         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
14774
14775 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14776
14777         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
14778         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
14779         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
14780
14781 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
14782
14783         * lib/argp-help.c (struct hol_entry): New member `ord'.
14784         (HOL_ENTRY_PTRCMP): Use ord for comparison
14785         (hol_sort): Initialize ord.
14786
14787 2007-05-01  Bruno Haible  <bruno@clisp.org>
14788
14789         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
14790         Reported by Eric Blake.
14791         * doc/gnulib.texi (Function Substitutes): Update.
14792
14793 2007-05-01  Bruno Haible  <bruno@clisp.org>
14794
14795         * doc/functions.texi: Remove file, now redundant through
14796         doc/functions/*.texi.
14797
14798 2007-05-01  Bruno Haible  <bruno@clisp.org>
14799
14800         * modules/argp (Depends-on): Add sleep.
14801
14802 2007-05-01  Bruno Haible  <bruno@clisp.org>
14803
14804         * modules/sleep-tests: New file.
14805         * tests/test-sleep.c: New file.
14806
14807         * modules/sleep: New file.
14808         * lib/sleep.c: New file.
14809         * m4/sleep.m4: New file.
14810         * lib/unistd_.h (sleep): New declaration.
14811         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
14812         HAVE_SLEEP.
14813         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
14814         * doc/functions/sleep.texi: Document the sleep module.
14815
14816 2007-05-01  Bruno Haible  <bruno@clisp.org>
14817
14818         * lib/sigprocmask.h: Remove file.
14819         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
14820         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
14821         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
14822         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
14823         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
14824         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
14825         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
14826         HAVE_SIGSET_T as a shell variable.
14827         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
14828         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
14829         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
14830         (Depends-on): Add signal. Remove verify.
14831         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
14832         (Include): Mention <signal.h> instead of sigprocmask.h.
14833         * NEWS: Mention the change.
14834         * lib/fatal-signal.c: Don't include sigprocmask.h.
14835
14836 2007-05-01  Bruno Haible  <bruno@clisp.org>
14837
14838         * modules/signal: New file.
14839         * lib/signal_.h: New file.
14840         * m4/signal_h.m4: New file.
14841
14842 2007-05-01  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
14845         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
14846         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
14847         HAVE_WCTYPE_CTMP_BUG into wctype.h.
14848
14849 2007-05-01  Bruno Haible  <bruno@clisp.org>
14850
14851         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
14852         configure time.
14853         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
14854         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
14855         * modules/sys_stat (Makefile.am): Substitute their values into
14856         sys/stat.h.
14857
14858 2007-05-01  Bruno Haible  <bruno@clisp.org>
14859
14860         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
14861         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
14862         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
14863
14864 2007-05-01  Bruno Haible  <bruno@clisp.org>
14865
14866         * doc/header/assert.texi: Undo last change: don't mention the gnulib
14867         'assert' module here.
14868
14869 2007-05-01  Bruno Haible  <bruno@clisp.org>
14870
14871         * doc/functions/*.texi: New files.
14872         * doc/functions/google-ranking.txt: New file.
14873         * doc/gnulib.texi (Function Substitutes): New chapter.
14874         (ctime, inet_ntoa): Remove sections.
14875         * doc/ctime.texi: Remove file.
14876         * doc/inet_ntoa.texi: Remove file.
14877         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
14878         dependencies.
14879         (%.info): New rule, specifying a --reference-limit.
14880
14881 2007-05-01  Bruno Haible  <bruno@clisp.org>
14882
14883         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
14884
14885 2007-05-01  Bruno Haible  <bruno@clisp.org>
14886
14887         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
14888         the portability of 'mkdir' to mingw systems.
14889
14890 2007-05-01  Bruno Haible  <bruno@clisp.org>
14891
14892         * doc/headers/google-ranking.txt: New file.
14893
14894 2007-04-30  Eric Blake  <ebb9@byu.net>
14895
14896         Prefer fseeko to fseek.
14897         * modules/getpass (Depends-on): Add fseeko.
14898         * lib/getpass.c (getpass): Use fseeko, not fseek.
14899
14900 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
14901
14902         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
14903         assumes the sorting is stable, while most qsort implementations
14904         are not.  Use argument addresses to ensure they never compare as
14905         equal.
14906
14907         * tests/test-argp-2.sh (usage-indent test): Fix output
14908         (func_compare): Restore diff options
14909         * tests/test-argp.c: Restore #include "progname.h"
14910
14911 2007-04-29  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
14914         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14915         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
14916         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14917         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
14918         (configure.ac): Define CHECK_SNPRINTF_POSIX.
14919         (TESTS, check_PROGRAMS): Add test-snprintf.
14920         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
14921         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
14922         (TESTS, check_PROGRAMS): Add test-vsnprintf.
14923         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
14924         assertions that fail on HP-UX, OSF/1, or IRIX.
14925         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
14926
14927 2007-04-29  Bruno Haible  <bruno@clisp.org>
14928
14929         * MODULES.html.sh (posix_functions): Remove 'contents'.
14930
14931 2007-04-29  Karl Berry  <karl@gnu.org>
14932
14933         * config/srclist.txt (gendocs_template_min): new entry.
14934
14935 2007-04-29  Bruno Haible  <bruno@clisp.org>
14936
14937         Work around fpurge bug on BSD systems.
14938         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
14939         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
14940         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
14941         fpurge to rpl_fpurge if the system already has this function.
14942         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
14943         the case where the system already has this function. Correct invariants
14944         on BSD systems.
14945         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
14946         BSD systems.
14947
14948 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
14949
14950         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
14951         proposed by Sven Verdoolaege.
14952
14953         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
14954         options.
14955         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
14956         (usage and help tests): Update
14957
14958 2007-04-29  Bruno Haible  <bruno@clisp.org>
14959
14960         * tests/test-fflush.c (main): Use a file of size 17, not 10.
14961         Print more information in case of failure. Disable a test on BeOS.
14962
14963 2007-04-29  Bruno Haible  <bruno@clisp.org>
14964
14965         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
14966         This helps debugging on systems on which no gdb is available.
14967
14968 2007-04-29  Bruno Haible  <bruno@clisp.org>
14969
14970         * lib/freading.h: Improve comments.
14971         * lib/fwriting.h: Likewise.
14972         * tests/test-freading.c (main): Don't check freading immediately after
14973         repositioning. Needed for glibc.
14974
14975 2007-04-29  Bruno Haible  <bruno@clisp.org>
14976
14977         * lib/freading.c (freading): Trivial simplification.
14978
14979 2007-04-28  Bruno Haible  <bruno@clisp.org>
14980
14981         * tests/test-fwriting.c (main): Also test the interaction between
14982         fflush and fwriting.
14983         * modules/fwriting-tests (Depends-on): Add fflush.
14984
14985         * tests/test-freading.c (main): Also test the interaction between
14986         fflush and freading.
14987         * modules/freading-tests (Depends-on): Add fflush.
14988
14989 2007-04-28  Bruno Haible  <bruno@clisp.org>
14990
14991         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
14992         fseeko and ftello.
14993         Suggested by Eric Blake.
14994
14995 2007-04-28  Jim Meyering  <jim@meyering.net>
14996
14997         Avoid false-negative in gl_STDINT_H's C99 conformance test.
14998         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
14999         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15000
15001 2007-04-27  Eric Blake  <ebb9@byu.net>
15002
15003         * doc/headers/assert.texi (assert.h): Document assert module use.
15004
15005 2007-04-27  Bruno Haible  <bruno@clisp.org>
15006
15007         * doc/headers/*.texi: New files.
15008         * doc/gnulib.texi (Header File Substitutes): New chapter.
15009         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15010         dependencies.
15011         (standards.info ,standards.html, standards.dvi): Update dependencies.
15012         (mostlyclean, clean): New targets.
15013
15014 2007-04-27  Bruno Haible  <bruno@clisp.org>
15015
15016         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15017         * modules/sysexits (Files, Makefile.am): Update.
15018
15019         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15020         * modules/sys_socket (Files, Makefile.am): Update.
15021
15022         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15023         * modules/sys_stat (Files, Makefile.am): Update.
15024
15025 2007-04-27  Eric Blake  <ebb9@byu.net>
15026
15027         * lib/freading.h: Improve comments.
15028         * lib/fwriting.h: Likewise.
15029         * lib/fflush.c: Likewise.
15030
15031         Fix closein for mingw.
15032         * modules/closein-tests: Add tests for closein.
15033         * tests/test-closein.c: New file.
15034         * tests/test-closein.sh: Likewise.
15035         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15036         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15037
15038 2007-04-27  Bruno Haible  <bruno@clisp.org>
15039
15040         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15041         version is < 6.
15042         * lib/math_.h [__DECC]: Likewise.
15043         * lib/stdio_.h [__DECC]: Likewise.
15044         * lib/stdlib_.h [__DECC]: Likewise.
15045         * lib/string_.h [__DECC]: Likewise.
15046         * lib/time_.h [__DECC]: Likewise.
15047         * lib/wchar_.h [__DECC]: Likewise.
15048         * lib/wctype_.h [__DECC]: Likewise.
15049
15050 2007-04-27  Bruno Haible  <bruno@clisp.org>
15051
15052         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15053
15054 2007-04-27  Bruno Haible  <bruno@clisp.org>
15055
15056         * lib/fflush.c: Add comments.
15057         * modules/fpurge-tests (Depends-on): Add fflush.
15058         * modules/freadable-tests (Depends-on): Likewise.
15059         * modules/fwritable-tests (Depends-on): Likewise.
15060
15061 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15062
15063         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15064         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15065         Report by Bruno Haible <bruno@clisp.org>.
15066
15067 2007-04-26  Eric Blake  <ebb9@byu.net>
15068
15069         Fix fflush on mingw.
15070         * modules/fflush (Depends-on): Add freading.
15071         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15072         but unread data.
15073
15074 2007-04-26  Eric Blake  <ebb9@byu.net>
15075         and Bruno Haible  <bruno@clisp.org>
15076
15077         Implement freading and fwriting.
15078         * lib/freading.c: New file.
15079         * lib/freading.h: Likewise.
15080         * m4/freading.m4: Likewise.
15081         * modules/freading: Likewise.
15082         * modules/freading-tests: Likewise.
15083         * tests/test-freading.c: Likewise.
15084         * lib/fwriting.c: New file.
15085         * lib/fwriting.h: Likewise.
15086         * m4/fwriting.m4: Likewise.
15087         * modules/fwriting: Likewise.
15088         * modules/fwriting-tests: Likewise.
15089         * tests/test-fwriting.c: Likewise.
15090         * MODULES.html.sh (File stream based Input/Output): Mention them.
15091
15092 2007-04-26  Bruno Haible  <bruno@clisp.org>
15093
15094         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15095         'long' when we assume it.
15096         Suggested by Eric Blake.
15097
15098 2007-04-26  Bruno Haible  <bruno@clisp.org>
15099
15100         Ensure fseeko, ftello are declared on glibc systems.
15101         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15102         * modules/fseeko (configure.ac-early): Likewise.
15103         * modules/ftello (configure.ac-early): Likewise.
15104         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15105         AC_FUNC_FSEEKO for this.
15106         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15107         (gl_CHECK_FSEEKO): Remove macro.
15108
15109 2007-04-26  Bruno Haible  <bruno@clisp.org>
15110
15111         * tests/test-fflush.c (main): Also check the ftell result after
15112         fflush and fseek/fseeko.
15113         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15114         file descriptor position cache in the stream.
15115         * lib/fseeko.c (rpl_fseeko): Likewise.
15116
15117 2007-04-26  Bruno Haible  <bruno@clisp.org>
15118
15119         * modules/fflush-tests (Depends-on): Add fseeko.
15120
15121 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15122             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15123
15124         * lib/argz_.h: ensure error_t definition is obtained in same
15125         mechanism system argz.h would have.
15126         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15127         argz facilities are known bad.  Err on the side of caution if
15128         cross-compiling.
15129
15130 2007-04-25  Eric Blake  <ebb9@byu.net>
15131
15132         * lib/fpurge.c (includes): Use stdlib.h for free.
15133         * tests/test-fflush.c (main): Also test fflush-fseeko.
15134
15135 2007-04-25  Bruno Haible  <bruno@clisp.org>
15136
15137         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15138         * lib/fseeko.c: New file.
15139         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15140         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15141         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15142         gl_FUNC_FSEEKO.
15143         (gl_FUNC_FSEEKO): Invoke it.
15144         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15145         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15146         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15147
15148 2007-04-25  Bruno Haible  <bruno@clisp.org>
15149
15150         * modules/fflush (Depends-on): Add ftello.
15151
15152 2007-04-25  Bruno Haible  <bruno@clisp.org>
15153
15154         * modules/ftello-tests: New file.
15155         * tests/test-ftello.c: New file.
15156
15157         * modules/ftello: New file.
15158         * m4/ftello.m4: New file.
15159         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15160         HAVE_FTELLO.
15161         * lib/stdio_.h (ftello): New declaration.
15162         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15163         HAVE_FTELLO.
15164
15165 2007-04-25  Bruno Haible  <bruno@clisp.org>
15166
15167         * modules/fseeko-tests: New file.
15168         * tests/test-fseeko.c: New file.
15169
15170         * modules/fseeko: New file.
15171         * m4/fseeko.m4: New file.
15172         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15173         HAVE_FSEEKO.
15174         * lib/stdio_.h (fseeko): New declaration.
15175         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15176         HAVE_FSEEKO.
15177
15178 2007-04-25  Bruno Haible  <bruno@clisp.org>
15179
15180         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
15181
15182 2007-04-25  Bruno Haible  <bruno@clisp.org>
15183
15184         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
15185         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
15186         * tests/test-unistd.c: Likewise.
15187         * tests/test-fcntl.c: Likewise.
15188
15189 2007-04-23  Eric Blake  <ebb9@byu.net>
15190
15191         * lib/fflush.c: Fix missing include.
15192         Reported by Bruno Haible.
15193
15194 2007-04-23  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
15197         Reported by Eric Blake.
15198
15199 2007-04-23  Bruno Haible  <bruno@clisp.org>
15200
15201         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
15202
15203 2007-04-23  Bruno Haible  <bruno@clisp.org>
15204
15205         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
15206
15207 2007-04-23  Bruno Haible  <bruno@clisp.org>
15208
15209         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
15210         Needed on HP-UX 11.
15211
15212 2007-04-16  Eric Blake  <ebb9@byu.net>
15213
15214         Make fflush rely on fpurge.
15215         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
15216         open coding all variants.
15217         * modules/fflush (Depends-on): Add fpurge and unistd.
15218         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
15219         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
15220
15221         Fix --with-tests compilation on cygwin.
15222         * modules/argmatch-tests (Makefile.am): List gnulib library first
15223         in LDADD.
15224         * modules/argp-tests (Makefile.am): Likewise.
15225         * modules/array-list-tests (Makefile.am): Likewise.
15226         * modules/array-oset-tests (Makefile.am): Likewise.
15227         * modules/avltree-list-tests (Makefile.am): Likewise.
15228         * modules/avltree-oset-tests (Makefile.am): Likewise.
15229         * modules/avltreehash-list-tests (Makefile.am): Likewise.
15230         * modules/carray-list-tests (Makefile.am): Likewise.
15231         * modules/dirname-tests (Makefile.am): Likewise.
15232         * modules/frexp-tests (Makefile.am): Likewise.
15233         * modules/isnanl-tests (Makefile.am): Likewise.
15234         * modules/linked-list-tests (Makefile.am): Likewise.
15235         * modules/linkedhash-list-tests (Makefile.am): Likewise.
15236         * modules/lock-tests (Makefile.am): Likewise.
15237         * modules/rbtree-list-tests (Makefile.am): Likewise.
15238         * modules/rbtree-oset-tests (Makefile.am): Likewise.
15239         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
15240         * modules/tls-tests (Makefile.am): Likewise.
15241         * modules/tsearch-tests (Makefile.am): Likewise.
15242         * modules/xvasprintf-tests (Makefile.am): Likewise.
15243
15244         Fix fpurge for cygwin.
15245         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
15246         value.
15247         * modules/fpurge-tests (Depends-on): Clean up trash.
15248
15249 2007-04-16  Simon Josefsson  <simon@josefsson.org>
15250
15251         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
15252
15253         * m4/autobuild.m4: Re-indent.
15254
15255 2007-04-13  Bruno Haible  <bruno@clisp.org>
15256
15257         * modules/fpurge-tests: New file.
15258         * tests/test-fpurge.c: New file.
15259
15260         * modules/fpurge: New file.
15261         * lib/fpurge.h: New file.
15262         * lib/fpurge.c: New file.
15263         * m4/fpurge.m4: New file.
15264
15265 2007-04-13  Bruno Haible  <bruno@clisp.org>
15266
15267         * modules/fbufmode-tests: New file.
15268         * tests/test-fbufmode.c: New file.
15269
15270         * modules/fbufmode: New file.
15271         * lib/fbufmode.h: New file.
15272         * lib/fbufmode.c: New file.
15273         * m4/fbufmode.m4: New file.
15274
15275 2007-04-13  Bruno Haible  <bruno@clisp.org>
15276
15277         * modules/fwritable-tests: New file.
15278         * tests/test-fwritable.c: New file.
15279
15280         * modules/fwritable: New file.
15281         * lib/fwritable.h: New file.
15282         * lib/fwritable.c: New file.
15283         * m4/fwritable.m4: New file.
15284
15285 2007-04-13  Bruno Haible  <bruno@clisp.org>
15286
15287         * modules/freadable-tests: New file.
15288         * tests/test-freadable.c: New file.
15289
15290         * modules/freadable: New file.
15291         * lib/freadable.h: New file.
15292         * lib/freadable.c: New file.
15293         * m4/freadable.m4: New file.
15294
15295 2007-04-13  Bruno Haible  <bruno@clisp.org>
15296
15297         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
15298         MOSTLYCLEANFILES.
15299
15300 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15301
15302         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
15303         gzip bootstrap.conf to avoid dragging in i18n machinery.
15304         (gnulib_tool_option): Use it.
15305
15306 2007-04-13  Bruno Haible  <bruno@clisp.org>
15307
15308         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
15309         %F directives.
15310         * tests/test-vasprintf-posix.c (test_function): Likewise.
15311         * tests/test-snprintf-posix.h (test_function): Likewise.
15312         * tests/test-sprintf-posix.h (test_function): Likewise.
15313         * tests/test-fprintf-posix.h (test_function): Likewise.
15314         * tests/test-printf-posix.h (test_function): Likewise.
15315         * tests/test-fprintf-posix.out: Likewise.
15316
15317 2007-04-13  Bruno Haible  <bruno@clisp.org>
15318
15319         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
15320         * modules/tls-tests (configure.ac): Likewise.
15321         Reported by Arto C. Nirkko <anirkko@insel.ch>.
15322
15323 2007-04-13  Bruno Haible  <bruno@clisp.org>
15324
15325         * lib/tls.c (glthread_tls_get): Fix return type.
15326         Patch by Arto C. Nirkko <anirkko@insel.ch>.
15327
15328 2007-04-12  Eric Blake  <ebb9@byu.net>
15329
15330         * modules/gettime (Depends-on): Remove gettime.
15331         Reported by Dmitry V. Levin.
15332
15333 2007-04-12  Bruno Haible  <bruno@clisp.org>
15334
15335         * modules/fflush (Include): Mention <stdio.h>.
15336         * modules/strtoimax (Include): Mention <inttypes.h>.
15337         * modules/strtoumax (Include): Likewise.
15338
15339 2007-04-12  Eric Blake  <ebb9@byu.net>
15340
15341         * .cvsignore: New file.
15342         * .gitignore: Likewise.
15343
15344 2007-04-12  Bruno Haible  <bruno@clisp.org>
15345
15346         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
15347         not before, since $(LDADD) often contains libgnu.a.
15348         * modules/striconv-tests (test_striconv_LDADD): Likewise.
15349         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
15350         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
15351         Needed on Cygwin.
15352
15353 2007-04-12  Eric Blake  <ebb9@byu.net>
15354
15355         Work around glibc's failure to flush stdin on fclose.
15356         * lib/closein.c (close_stdin): Flush stdin before closing.
15357
15358         Work around glibc's failure to reset seekable stdin on exit.
15359         * modules/closein: New module.
15360         * lib/closein.c: New file.
15361         * lib/closein.h: Likewise.
15362         * m4/closein.m4: Likewise.
15363         * MODULES.html.sh (File stream based Input/Output): Document it.
15364
15365 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15366
15367         * gnulib-tool: Rename generated 'autobuild' script to
15368         'do-autobuild' in --create-megatestdir output.
15369
15370         * doc/gnulib.texi (Build robot for gnulib): Fix.
15371
15372 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15373
15374         * modules/sysexits (Depends-on): Add absolute-header.
15375
15376 2007-04-12  Eric Blake  <ebb9@byu.net>
15377
15378         No need to preserve errno on success.
15379         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
15380         Reported by Bruno Haible.
15381
15382 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15383
15384         * MODULES.html.sh (Support for maintaining and releasing
15385         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
15386
15387 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15388
15389         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
15390
15391 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15392
15393         * modules/autobuild: New module.
15394
15395         * m4/autobuild.m4: New file.
15396
15397 2007-04-11  Bruno Haible  <bruno@clisp.org>
15398
15399         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
15400         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
15401         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
15402         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
15403         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15404         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15405         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15406         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15407         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15408         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15409         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
15410         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15411         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15412         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
15413         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15414         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15415         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
15416         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15417         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15418         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
15419         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15420         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15421         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
15422         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15423         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15424         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
15425         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15426         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15427         Reported by Eric Blake.
15428
15429 2007-04-11  Bruno Haible  <bruno@clisp.org>
15430
15431         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
15432
15433 2007-04-10  Bruno Haible  <bruno@clisp.org>
15434
15435         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
15436         for NaN and Infinity. Needed on FreeBSD 6.1.
15437         * tests/test-vasnprintf-posix.c (test_function): Undo last change
15438         regarding results for "%010a" of Infinity and NaN.
15439         * tests/test-vasprintf-posix.c (test_function): Likewise.
15440         * tests/test-snprintf-posix.h (test_function): Likewise.
15441         * tests/test-sprintf-posix.h (test_function): Likewise.
15442         * tests/test-fprintf-posix.h (test_function): Likewise.
15443         * tests/test-printf-posix.h (test_function): Likewise.
15444         * tests/test-fprintf-posix.out: Likewise.
15445
15446 2007-04-10  Bruno Haible  <bruno@clisp.org>
15447
15448         * modules/locale-tests: New file.
15449         * tests/test-locale.c: New file.
15450
15451         * modules/locale: New file.
15452         * lib/locale_.h: New file.
15453         * m4/locale_h.m4: New file.
15454
15455 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
15456             Bruno Haible  <bruno@clisp.org>
15457
15458         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
15459         be determined, test for availability of the copysignf, copysign,
15460         copysignl functions.
15461         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
15462         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
15463         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
15464
15465 2007-04-09  Eric Blake  <ebb9@byu.net>
15466
15467         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
15468         * modules/stdio (Makefile.am): Support fflush.
15469         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15470         * modules/fflush: New file.
15471         * lib/fflush.c: Likewise.
15472         * m4/fflush.m4: Likewise.
15473         * modules/fflush-tests: New test.
15474         * tests/test-fflush.c: Likewise.
15475         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
15476
15477 2007-04-06  Bruno Haible  <bruno@clisp.org>
15478
15479         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
15480         (VASNPRINTF): Use signbit for faster determination whether to print a
15481         minus sign.
15482         * modules/vasnprintf (Files): Remove lib/float+.h.
15483         * modules/fprintf-posix (Depends-on): Add signbit.
15484         * modules/snprintf-posix (Depends-on): Likewise.
15485         * modules/sprintf-posix (Depends-on): Likewise.
15486         * modules/vasnprintf-posix (Depends-on): Likewise.
15487         * modules/vasprintf-posix (Depends-on): Likewise.
15488         * modules/vfprintf-posix (Depends-on): Likewise.
15489         * modules/vsnprintf-posix (Depends-on): Likewise.
15490         * modules/vsprintf-posix (Depends-on): Likewise.
15491
15492 2007-04-06  Bruno Haible  <bruno@clisp.org>
15493
15494         * tests/test-frexp.c (main): Test also the sign bit of zero results.
15495         * tests/test-frexpl.c (main): Likewise.
15496         * tests/test-ldexpl.c (main): Likewise.
15497         * modules/frexp-tests (Depends-on): Add signbit.
15498         * modules/frexpl-tests (Depdends-on): Likewise.
15499         * modules/ldexpl-tests (Depdends-on): Likewise.
15500
15501 2007-04-06  Bruno Haible  <bruno@clisp.org>
15502
15503         * modules/signbit-tests: New file.
15504         * tests/test-signbit.c: New file.
15505
15506         * modules/signbit: New file.
15507         * lib/signbitf.c: New file.
15508         * lib/signbitd.c: New file.
15509         * lib/signbitl.c: New file.
15510         * m4/signbit.m4: New file.
15511         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
15512         (signbit): New macro.
15513         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
15514         REPLACE_SIGNBIT.
15515         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
15516         REPLACE_FREXPL into math.h.
15517
15518 2007-04-06  Bruno Haible  <bruno@clisp.org>
15519
15520         * modules/isnanf-nolibm-tests: New file.
15521         * tests/test-isnanf.c: New file.
15522
15523         * modules/isnanf-nolibm: New file.
15524         * lib/isnanf.h: New file.
15525         * lib/isnanf.c: New file.
15526         * lib/isnan.c: Consider the USE_FLOAT macro.
15527         * m4/isnanf.m4: New file.
15528
15529 2007-04-06  Bruno Haible  <bruno@clisp.org>
15530
15531         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
15532         (Link): New section.
15533
15534         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
15535
15536 2007-04-06  Bruno Haible  <bruno@clisp.org>
15537
15538         Assume the 'long double' type.
15539         * m4/longdouble.m4: Remove file.
15540         * config/srclist.txt: Don't mention longdouble.m4.
15541         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
15542         * lib/float+.h: Likewise.
15543         * lib/frexp.c: Likewise.
15544         * lib/printf-args.h: Likewise.
15545         * lib/printf-args.c: Likewise.
15546         * lib/printf-frexp.c: Likewise.
15547         * lib/printf-parse.c: Likewise.
15548         * lib/vasnprintf.c: Likewise.
15549         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
15550         * m4/intl.m4: Likewise.
15551         * m4/isnanl.m4: Likewise.
15552         * m4/printf.m4: Likewise.
15553         * m4/printf-frexpl.m4: Likewise.
15554         * m4/vasnprintf.m4: Likewise.
15555         * modules/allocsa (Files): Remove m4/longdouble.m4.
15556         * modules/gettext (Files): Likewise.
15557         * modules/relocatable-prog-wrapper (Files): Likewise.
15558         * modules/vasnprintf (Files): Likewise.
15559         * modules/isnanl (Files): Likewise.
15560         (Include): Simplify.
15561         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
15562         (Include): Simplify.
15563         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
15564         (Include): Simplify.
15565         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
15566         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15567         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
15568         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15569         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
15570         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15571         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
15572         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15573         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
15574         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15575         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
15576         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15577         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
15578         * tests/test-isnanl.c: Likewise.
15579         * tests/test-snprintf-posix.h: Likewise.
15580         * tests/test-sprintf-posix.h: Likewise.
15581         * tests/test-vasnprintf-posix.c: Likewise.
15582         * tests/test-vasnprintf-posix2.c: Likewise.
15583         * tests/test-vasprintf-posix.c: Likewise.
15584
15585 2007-04-06  Bruno Haible  <bruno@clisp.org>
15586
15587         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
15588         * lib/math_.h [__DECC]: Include the overridden include file through
15589         #include_next, outside the double-inclusion guard.
15590         * lib/stdio_.h [__DECC]: Likewise.
15591         * lib/stdlib_.h [__DECC]: Likewise.
15592         * lib/string_.h [__DECC]: Likewise.
15593         * lib/time_.h [__DECC]: Likewise.
15594         * lib/wchar_.h [__DECC]: Likewise.
15595         * lib/wctype_.h [__DECC]: Likewise.
15596         * lib/inttypes_.h [__DECC]: Likewise.
15597         Reported by Albert Chin <china@thewrittenword.com> in
15598         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
15599
15600 2007-04-04  Eric Blake  <ebb9@byu.net>
15601
15602         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
15603         1.5.x.
15604
15605 2007-04-04  Bruno Haible  <bruno@clisp.org>
15606
15607         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
15608         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
15609
15610 2007-04-04  Bruno Haible  <bruno@clisp.org>
15611
15612         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
15613         results for "%010a" of Infinity and NaN.
15614         * tests/test-vasprintf-posix.c (test_function): Likewise.
15615         * tests/test-snprintf-posix.h (test_function): Likewise.
15616         * tests/test-sprintf-posix.h (test_function): Likewise.
15617         * tests/test-fprintf-posix.h (test_function): Remove these tests.
15618         * tests/test-printf-posix.h (test_function): Likewise.
15619         * tests/test-fprintf-posix.out: Update.
15620         Needed for FreeBSD 6.1.
15621
15622 2007-04-04  Bruno Haible  <bruno@clisp.org>
15623
15624         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
15625         directly used by the gnulib modules nor by gnulib-tool.
15626
15627 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15628
15629         * DEPENDENCIES: Give overall description of version dependency
15630         desirability.  Use more-typical names for apps.
15631         Add shell, coreutils, diffutils, grep, tar, gzip.
15632
15633 2007-04-04  Simon Josefsson  <simon@josefsson.org>
15634
15635         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
15636
15637 2007-04-04  Karl Berry  <karl@gnu.org>
15638
15639         * MODULES.html.sh (func_module): missing '.
15640
15641 2007-04-03  Bruno Haible  <bruno@clisp.org>
15642
15643         * modules/argmatch-tests (Makefile.am): New variable
15644         test_argmatch_LDADD.
15645         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
15646         * modules/array-list-tests (Makefile.am): New variable
15647         test_array_list_LDADD.
15648         * modules/array-oset-tests (Makefile.am): New variable
15649         test_array_oset_LDADD.
15650         * modules/avltree-list-tests (Makefile.am): New variable
15651         test_avltree_list_LDADD.
15652         * modules/avltree-oset-tests (Makefile.am): New variable
15653         test_avltree_oset_LDADD.
15654         * modules/avltreehash-list-tests (Makefile.am): New variable
15655         test_avltreehash_list_LDADD.
15656         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
15657         test_canonicalize_lgpl_LDADD.
15658         * modules/carray-list-tests (Makefile.am): New variable
15659         test_carray_list_LDADD.
15660         * modules/dirname-tests (Makefile.am): New variable
15661         test_dirname_LDADD.
15662         * modules/linked-list-tests (Makefile.am): New variable
15663         test_linked_list_LDADD.
15664         * modules/linkedhash-list-tests (Makefile.am): New variable
15665         test_linkedhash_list_LDADD.
15666         * modules/rbtree-list-tests (Makefile.am): New variable
15667         test_rbtree_list_LDADD.
15668         * modules/rbtree-oset-tests (Makefile.am): New variable
15669         test_rbtree_oset_LDADD.
15670         * modules/rbtreehash-list-tests (Makefile.am): New variable
15671         test_rbtreehash_list_LDADD.
15672         * modules/xvasprintf-tests (Makefile.am): New variable
15673         test_xvasprintf_LDADD.
15674         Reported by Eric Blake.
15675
15676 2007-04-03  Eric Blake  <ebb9@byu.net>
15677
15678         * DEPENDENCIES: Weaken m4 requirements.
15679
15680 2007-04-03  Bruno Haible  <bruno@clisp.org>
15681
15682         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
15683         * modules/isnanl-tests (configure.ac): Likewise.
15684
15685 2007-04-03  Ben Pfaff  <blp@gnu.org>
15686
15687         * modules/iconv_open: Add $(srcdir)/ to source directory
15688         references in Makefile fragments that call gperf, to fix VPATH
15689         builds.
15690
15691 2007-04-03  Bruno Haible  <bruno@clisp.org>
15692
15693         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
15694         * lib/ldexpl.c: Undo last change.
15695
15696 2007-04-03  Bruno Haible  <bruno@clisp.org>
15697
15698         * modules/printf-frexpl (Depends-on): Undo last change.
15699         (Files): Add m4/ldexpl.m4.
15700
15701 2007-04-03  Bruno Haible  <bruno@clisp.org>
15702
15703         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
15704         * modules/isnanl (Link): New section.
15705
15706         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
15707         * modules/frexp (Link): New section.
15708
15709         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
15710         * modules/frexpl (Link): New section.
15711
15712         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
15713         * modules/ldexpl (Link): New section.
15714
15715 2007-04-03  Bruno Haible  <bruno@clisp.org>
15716
15717         * modules/TEMPLATE-EXTENDED: New file.
15718         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
15719
15720 2007-04-03  Bruno Haible  <bruno@clisp.org>
15721
15722         * DEPENDENCIES: New file.
15723         Suggested by Simon Josefsson.
15724
15725 2007-04-03  Bruno Haible  <bruno@clisp.org>
15726
15727         * doc/gnulib.texi: Escape @.
15728
15729 2007-04-03  James Youngman  <jay@gnu.org>
15730         and Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
15733         birthtime on all systems that have birthtime, not just those which
15734         use st_birthtimensec rather than st_birthtim.  Putting zero in
15735         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
15736         that the birth time is not available for files on an NFS mount.
15737
15738 2007-04-03  Simon Josefsson  <simon@josefsson.org>
15739
15740         * modules/memxor: Move back from crypto/, suggested by Bruno.
15741         * modules/crypto/hmac-sha1: Fix memxor dependency.
15742
15743         * modules/crypto/gc: Moved from ../.
15744
15745 2007-04-02  Eric Blake  <ebb9@byu.net>
15746
15747         * lib/ldexpl.c (includes): Avoid libm.
15748
15749         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
15750
15751 2007-04-02  Bruno Haible  <bruno@clisp.org>
15752
15753         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
15754         on IRIX.
15755
15756 2007-04-02  Bruno Haible  <bruno@clisp.org>
15757
15758         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
15759         x86 or x86_64 platforms running MacOS X.
15760         Reported by Ryan Schmidt <@ryandesign.com>.
15761
15762 2007-04-02  Bruno Haible  <bruno@clisp.org>
15763
15764         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
15765         i386.
15766
15767 2007-04-01  Simon Josefsson  <simon@josefsson.org>
15768
15769         * modules/crypto/arcfour: Moved from ../.
15770         * modules/crypto/arcfour-tests: Moved from ../.
15771         * modules/crypto/arctwo: Moved from ../.
15772         * modules/crypto/arctwo-tests: Moved from ../.
15773         * modules/crypto/des: Moved from ../.
15774         * modules/crypto/des-tests: Moved from ../.
15775         * modules/crypto/gc-arcfour: Moved from ../.
15776         * modules/crypto/gc-arcfour-tests: Moved from ../.
15777         * modules/crypto/gc-arctwo: Moved from ../.
15778         * modules/crypto/gc-arctwo-tests: Moved from ../.
15779         * modules/crypto/gc-des: Moved from ../.
15780         * modules/crypto/gc-des-tests: Moved from ../.
15781         * modules/crypto/gc-hmac-md5: Moved from ../.
15782         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
15783         * modules/crypto/gc-hmac-sha1: Moved from ../.
15784         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
15785         * modules/crypto/gc-md2: Moved from ../.
15786         * modules/crypto/gc-md2-tests: Moved from ../.
15787         * modules/crypto/gc-md4: Moved from ../.
15788         * modules/crypto/gc-md4-tests: Moved from ../.
15789         * modules/crypto/gc-md5: Moved from ../.
15790         * modules/crypto/gc-md5-tests: Moved from ../.
15791         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
15792         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
15793         * modules/crypto/gc-random: Moved from ../.
15794         * modules/crypto/gc-rijndael: Moved from ../.
15795         * modules/crypto/gc-rijndael-tests: Moved from ../.
15796         * modules/crypto/gc-sha1: Moved from ../.
15797         * modules/crypto/gc-sha1-tests: Moved from ../.
15798         * modules/crypto/gc-tests: Moved from ../.
15799         * modules/crypto/hmac-md5: Moved from ../.
15800         * modules/crypto/hmac-md5-tests: Moved from ../.
15801         * modules/crypto/hmac-sha1: Moved from ../.
15802         * modules/crypto/hmac-sha1-tests: Moved from ../.
15803         * modules/crypto/md2: Moved from ../.
15804         * modules/crypto/md2-tests: Moved from ../.
15805         * modules/crypto/md4: Moved from ../.
15806         * modules/crypto/md4-tests: Moved from ../.
15807         * modules/crypto/md5: Moved from ../.
15808         * modules/crypto/md5-tests: Moved from ../.
15809         * modules/crypto/memxor: Moved from ../.
15810         * modules/crypto/rijndael: Moved from ../.
15811         * modules/crypto/rijndael-tests: Moved from ../.
15812         * modules/crypto/sha1: Moved from ../.
15813
15814 2007-03-30  James Youngman  <jay@gnu.org>
15815
15816         * tests/test-stat-time.c (prepare_test): use chmod() rather than
15817         rename() to change the ctime of a file (because ctime is unaffected
15818         by rename on jfs2 on AIX 5.1).
15819         (main): Start by doing cleanup, in case a previous run failed leaving
15820         test files behind.
15821
15822 2007-03-31  Bruno Haible  <bruno@clisp.org>
15823
15824         Support old proprietary implementations of iconv.
15825         * modules/iconv_open: New file.
15826         * lib/iconv_.h: New file.
15827         * m4/iconv_h.m4: New file.
15828         * lib/iconv_open.c: New file.
15829         * lib/iconv_open-aix.gperf: New file.
15830         * lib/iconv_open-hpux.gperf: New file.
15831         * lib/iconv_open-irix.gperf: New file.
15832         * lib/iconv_open-osf.gperf: New file.
15833         * m4/iconv_open.m4: New file.
15834         * modules/linebreak (Depends-on): Add iconv_open.
15835         * modules/striconv (Depends-on): Likewise.
15836         * modules/striconveh (Depends-on): Likewise.
15837         * modules/unicodeio (Depends-on): Likewise.
15838         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
15839         (iconv_t)(-1).
15840         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
15841         conversion if cd is (iconv_t)(-1).
15842         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
15843         is not possible.
15844
15845 2007-03-31  Bruno Haible  <bruno@clisp.org>
15846
15847         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15848         work on Solaris either. Protect also second use of "autodetect_jp".
15849
15850 2007-03-31  Bruno Haible  <bruno@clisp.org>
15851
15852         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
15853         the function is not present.
15854
15855 2007-03-31  Bruno Haible  <bruno@clisp.org>
15856
15857         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
15858         the function is not present.
15859
15860 2007-03-31  Bruno Haible  <bruno@clisp.org>
15861
15862         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
15863         a bug in HP-UX iconv_open().
15864
15865 2007-03-31  Bruno Haible  <bruno@clisp.org>
15866
15867         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
15868         (Mathematics <math.h>): New section, add fpieee.
15869         (Input/output <stdio.h>): Add fseterr.
15870         (Mathematics <math.h>): New section, add printf-frexp.
15871         (Container data structures): Add sublist.
15872         (Core language properties): Add fpucw, inline.
15873         (Functions for greatest-width integer types <inttypes.h>): Add
15874         imaxabs, imaxdiv, inttypes.
15875         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
15876         isnanl-nolibm, ldexp.
15877         (Mathematics <math.h>): New section, add printf-frexpl.
15878         (Support for systems lacking POSIX:2001): Add fprintf-posix,
15879         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
15880         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
15881         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
15882         (Unicode string functions): Add unistr/u*-mbtoucr.
15883         (Java): Add javacomp-script, javaexec-script.
15884         (C#): Add csharpcomp-script, csharpexec-script.
15885         (Support for building libraries and executables): Add havelib,
15886         relocatable-*.
15887         (Support for maintaining and releasing projects): Renamed from
15888         'Support for maintaining and release projects'. Add announce-gen.
15889
15890 2007-03-31  Bruno Haible  <bruno@clisp.org>
15891
15892         * README: Talk primarily about git.
15893         (git and CVS): Renamed from CVS.
15894         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
15895         gnulib is available through git.
15896         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
15897
15898 2007-03-30  Bruno Haible  <bruno@clisp.org>
15899
15900         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
15901         * lib/poll_.h: Likewise.
15902         * lib/stat_.h: Likewise.
15903         * lib/sys_time_.h: Likewise.
15904         * lib/sysexit_.h: Likewise.
15905         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
15906         * lib/stdbool_.h: Likewise.
15907         * lib/byteswap_.h: Add double-inclusion guard.
15908
15909 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
15910
15911         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
15912
15913 2007-03-30  Karl Berry  <karl@gnu.org>
15914
15915         * config/srclist-update: double space after USA in the license
15916         substitution, since that's how it's usually (?) written.
15917
15918 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15919
15920         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
15921         reported by Bruno Haible.
15922
15923 2007-03-29  Bruno Haible  <bruno@clisp.org>
15924
15925         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
15926         a bug in AIX iconv().
15927
15928 2007-03-29  Bruno Haible  <bruno@clisp.org>
15929
15930         * modules/ldexpl-tests: New file.
15931         * tests/test-ldexpl.c: New file.
15932
15933 2007-03-29  Bruno Haible  <bruno@clisp.org>
15934
15935         * lib/ldexpl.c: Include fpucw.h.
15936         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
15937         multiplication.
15938         * modules/ldexpl (Depends-on): Add fpucw.
15939
15940 2007-03-29  Bruno Haible  <bruno@clisp.org>
15941
15942         * modules/ldexpl: New file.
15943         * m4/ldexpl.m4: New file.
15944         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
15945         set.
15946         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
15947         REPLACE_LDEXPL.
15948         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
15949         REPLACE_LDEXPL.
15950         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15951         gl_FUNC_LDEXPL_WORKS.
15952         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
15953         * modules/mathl (Files): Remove lib/ldexpl.c.
15954         (Depends-on): Add ldexpl.
15955
15956 2007-03-29  Bruno Haible  <bruno@clisp.org>
15957
15958         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
15959
15960 2007-03-29  Bruno Haible  <bruno@clisp.org>
15961
15962         * tests/test-striconveh.c (main): Don't assume that a direct conversion
15963         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
15964         and possibly also HP-UX.
15965         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15966         work on AIX, IRIX, HP-UX, OSF/1.
15967         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
15968         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
15969         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
15970         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
15971         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
15972         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
15973
15974 2007-03-29  Bruno Haible  <bruno@clisp.org>
15975
15976         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
15977
15978 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15979
15980         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
15981         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
15982
15983 2007-03-29  Eric Blake  <ebb9@byu.net>
15984
15985         * lib/acl-internal.h: Remove redundant include.
15986         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
15987         Cygwin when a file is locked.
15988
15989 2007-03-29  Bruno Haible  <bruno@clisp.org>
15990
15991         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
15992         file.
15993         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
15994
15995 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15996
15997         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
15998         try to remove a parent directory if the child couldn't be removed
15999         (except for the first rmdir, which could fail because the child
16000         doesn't exist).  Problem reported by Jeff Blaine in
16001         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16002
16003 2007-03-28  Bruno Haible  <bruno@clisp.org>
16004
16005         * lib/striconveh.c (utf8conv_carefully): New function.
16006         (mem_cd_iconveh_internal): Invoke it.
16007
16008 2007-03-28  Bruno Haible  <bruno@clisp.org>
16009
16010         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16011         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16012         input.
16013         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16014         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16015         unistr/u8-uctomb.
16016
16017 2007-03-28  Bruno Haible  <bruno@clisp.org>
16018
16019         * modules/unistr/u8-mbtoucr: New file.
16020         * lib/unistr/u8-mbtoucr.c: New file.
16021         * modules/unistr/u16-mbtoucr: New file.
16022         * lib/unistr/u16-mbtoucr.c: New file.
16023         * modules/unistr/u16-mbtoucr: New file.
16024         * lib/unistr/u16-mbtoucr.c: New file.
16025         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16026
16027 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16028             Bruno Haible  <bruno@clisp.org>
16029
16030         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16031         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16032         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16033
16034         * m4/stdio_h.m4: Add stubs for vasprintf too.
16035
16036         * modules/stdio: Support vasprintf in sed command.
16037
16038         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16039         vasprintf.h.  Add stdio module indicator.
16040
16041         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16042         vasprintf.h.
16043
16044         * lib/vasprintf.h: File removed.
16045
16046         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16047         * lib/vasprintf.c: Ditto.
16048         * lib/xvasprintf.c: Ditto.
16049         * tests/test-vasprintf-posix.c: Ditto.
16050         * tests/test-vasprintf.c: Ditto.
16051
16052 2007-03-27  Bruno Haible  <bruno@clisp.org>
16053
16054         Make vasnprintf multithread-safe.
16055         * lib/vasnprintf.c (decimal_point_char): New function.
16056         (VASNPRINTF): Use it.
16057         Suggested by Simon Josefsson.
16058
16059 2007-03-27  Eric Blake  <ebb9@byu.net>
16060
16061         Support sub-second birthtime on cygwin.
16062         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16063         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16064         (get_stat_birthtime): Also work with st_birthtim.
16065
16066 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16069         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16070         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16071         (get_stat_birthtime_ns): Simplify compile-time tests.
16072         (get_stat_birthtime): Change the API to look like
16073         get_stat_mtime etc., except return a negative tv_nsec on error.
16074         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16075         Don't check for "spare" fields.
16076         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16077         or for struct stat.st_birthtime, as these tests aren't used.
16078         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16079
16080 2007-03-27  Bruno Haible  <bruno@clisp.org>
16081
16082         * lib/stat-time.h: Include <sys/stat.h>.
16083
16084 2007-03-27  James Youngman  <jay@gnu.org>
16085
16086         * lib/stat-time.h (get_stat_birthtime): New function for
16087           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16088         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16089           and its variants.
16090         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16091         * modules/stat-time-test: New file.
16092         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16093
16094 2007-03-26  Bruno Haible  <bruno@clisp.org>
16095
16096         Better support of signalling NaNs.
16097         * lib/atanl.c: Include isnanl.h.
16098         (atanl): Perform test for NaN at the beginning of the function and
16099         through a call to isnanl.
16100         * lib/cosl.c: Include isnanl.h.
16101         (cosl): Perform test for NaN at the beginning of the function and
16102         through a call to isnanl.
16103         * lib/ldexpl.c: Include isnanl.h.
16104         (ldexpl): Perform test for NaN through a call to isnanl.
16105         * lib/logl.c: Include isnanl.h.
16106         (logl): Perform test for NaN at the beginning of the function and
16107         through a call to isnanl.
16108         * lib/sinl.c: Include isnanl.h.
16109         (sinl): Perform test for NaN at the beginning of the function and
16110         through a call to isnanl.
16111         * lib/sqrtl.c: Include isnanl.h.
16112         (sqrtl): Perform test for NaN at the beginning of the function and
16113         through a call to isnanl.
16114         * lib/tanl.c: Include isnanl.h.
16115         (tanl): Perform test for NaN at the beginning of the function and
16116         through a call to isnanl.
16117         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16118         * modules/mathl (Depends-on): Add isnanl.
16119
16120 2007-03-26  Eric Blake  <ebb9@byu.net>
16121
16122         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16123         regression in logic sense of previous patch.
16124
16125 2007-03-26  Bruno Haible  <bruno@clisp.org>
16126
16127         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16128         unportable shell command "if ! ...".
16129         Reported by Ralf Wildenhues.
16130
16131 2007-03-25  Bruno Haible  <bruno@clisp.org>
16132
16133         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16134         <sysexits.h> file, and only add EX_CONFIG.
16135         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16136         absolute file name and whether it is sufficient. Substitute also
16137         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16138         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16139         ABSOLUTE_SYSEXITS_H into sysexits.h.
16140
16141 2007-03-25  Bruno Haible  <bruno@clisp.org>
16142
16143         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16144         hints is NULL.
16145
16146 2007-03-25  Bruno Haible  <bruno@clisp.org>
16147
16148         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16149         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16150
16151 2007-03-25  Bruno Haible  <bruno@clisp.org>
16152
16153         * lib/vasnprintf.c: Include langinfo.h.
16154         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16155         multithread-safe.
16156         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16157         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16158         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16159         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16160         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16161         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16162         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16163         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16164         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16165         Reported by Simon Josefsson.
16166
16167 2007-03-25  Bruno Haible  <bruno@clisp.org>
16168
16169         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16170         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16171         * modules/vasnprintf (Depends-on): Add stdint.
16172
16173 2007-03-25  Bruno Haible  <bruno@clisp.org>
16174
16175         * modules/fpieee: New file.
16176         * m4/fpieee.m4: New file.
16177         * modules/isnan-nolibm (Depends-on): Add fpieee.
16178         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16179         * modules/isnanl (Depends-on): Add fpieee.
16180
16181 2007-03-25  Bruno Haible  <bruno@clisp.org>
16182
16183         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
16184
16185 2007-03-25  Bruno Haible  <bruno@clisp.org>
16186
16187         Avoid test failures on IRIX 6.5.
16188         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
16189         (main): Use it.
16190         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
16191         macros.
16192         (main): Use them.
16193
16194 2007-03-25  Bruno Haible  <bruno@clisp.org>
16195
16196         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
16197         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
16198         exists but doesn't work.
16199         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
16200         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
16201         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
16202         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
16203
16204 2007-03-25  Bruno Haible  <bruno@clisp.org>
16205
16206         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
16207         returns inf. Needed on IRIX 6.5.
16208
16209 2007-03-25  Bruno Haible  <bruno@clisp.org>
16210
16211         * tests/test-frexpl.c: Include isnanl-nolibm.h.
16212         (main): Use isnanl instead of x != x idiom.
16213         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
16214
16215         * tests/test-frexp.c: Include isnan.h.
16216         (main): Use isnan instead of x != x idiom.
16217         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
16218
16219 2007-03-25  Bruno Haible  <bruno@clisp.org>
16220
16221         * tests/test-frexp.c (NaN): New function/macro.
16222         (main): Use it instead of 0.0 / 0.0.
16223         * tests/test-isnan.c (NaN): New function/macro.
16224         (main): Use it instead of 0.0 / 0.0.
16225         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
16226         (test_function): Use it instead of 0.0 / 0.0.
16227         * tests/test-vasprintf-posix.c (NaN): New function/macro.
16228         (test_function): Use it instead of 0.0 / 0.0.
16229         * tests/test-snprintf-posix.h (NaN): New function/macro.
16230         (test_function): Use it instead of 0.0 / 0.0.
16231         * tests/test-sprintf-posix.h (NaN): New function/macro.
16232         (test_function): Use it instead of 0.0 / 0.0.
16233         * tests/test-fprintf-posix.h (NaN): New function/macro.
16234         (test_function): Use it instead of 0.0 / 0.0.
16235         * tests/test-printf-posix.h (NaN): New function/macro.
16236         (test_function): Use it instead of 0.0 / 0.0.
16237
16238         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
16239
16240 2007-03-25  Bruno Haible  <bruno@clisp.org>
16241
16242         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
16243
16244 2007-03-25  Bruno Haible  <bruno@clisp.org>
16245
16246         * lib/regexec.c (merge_state_with_log): Make static.
16247
16248 2007-03-25  Bruno Haible  <bruno@clisp.org>
16249
16250         * lib/trigl.c (kernel_rem_pio2): Make static.
16251
16252 2007-03-25  Bruno Haible  <bruno@clisp.org>
16253
16254         * lib/sincosl.c (sincosl_table): Make static.
16255
16256 2007-03-25  Bruno Haible  <bruno@clisp.org>
16257
16258         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16259         if the compiler does not support C99.
16260
16261 2007-03-25  Bruno Haible  <bruno@clisp.org>
16262
16263         * modules/time (Makefile.am): Ensure all rule action lines start with a
16264         tab.
16265
16266 2007-03-24  Bruno Haible  <bruno@clisp.org>
16267
16268         * modules/tsearch-tests: New file.
16269         * tests/test-tsearch.sh: New file.
16270         * tests/test-tsearch.c: New file, mostly copied from glibc.
16271
16272         * modules/search-tests: New file.
16273         * tests/test-search.c: New file.
16274
16275         * modules/search: New file.
16276         * lib/search_.h: New file, incorporating lib/tsearch.h.
16277         * m4/search_h.m4: New file.
16278         * lib/tsearch.h: Remove file.
16279         * lib/tsearch.c: Include search.h instead of tsearch.h.
16280         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
16281         HAVE_TSEARCH.
16282         * modules/tsearch (Files): Remove lib/tsearch.h.
16283         (Depends-on): Add search.
16284         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
16285         (Include): Change tsearch.h into search.h.
16286
16287 2007-03-24  Bruno Haible  <bruno@clisp.org>
16288
16289         * modules/fpucw: New file.
16290         * lib/fpucw.h: New file.
16291         * lib/frexp.c: Include fpucw.h.
16292         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16293         (FUNC): Use them.
16294         * lib/printf-frexp.c: Include fpucw.h.
16295         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16296         (FUNC): Use them.
16297         * lib/vasnprintf.c: Include fpucw.h.
16298         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
16299         'long double' calculations.
16300         * tests/test-frexpl.c: Include fpucw.h.
16301         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16302         * tests/test-printf-frexpl.c: Include fpucw.h.
16303         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16304         * modules/frexpl (Depends-on): Add fpucw.
16305         * modules/printf-frexpl (Depends-on): Likewise.
16306         * modules/fprintf-posix (Depends-on): Likewise.
16307         * modules/snprintf-posix (Depends-on): Likewise.
16308         * modules/sprintf-posix (Depends-on): Likewise.
16309         * modules/vasnprintf-posix (Depends-on): Likewise.
16310         * modules/vasprintf-posix (Depends-on): Likewise.
16311         * modules/vfprintf-posix (Depends-on): Likewise.
16312         * modules/vsnprintf-posix (Depends-on): Likewise.
16313         * modules/vsprintf-posix (Depends-on): Likewise.
16314         * modules/frexpl-tests (Depends-on): Likewise.
16315         * modules/printf-frexpl-tests (Depends-on): Likewise.
16316
16317 2007-03-24  Bruno Haible  <bruno@clisp.org>
16318
16319         * lib/float+.h: New file.
16320         * lib/isnan.c: Include float+.h.
16321         (SIZE): New macro.
16322         (FUNC): Compare only SIZE bytes of the value.
16323         * lib/vasnprintf.c: Include float+.h.
16324         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
16325         SIZEOF_LDBL or SIZEOF_DBL bytes.
16326         * modules/isnan-nolibm (Files): Add lib/float+.h.
16327         * modules/isnanl-nolibm (Files): Add lib/float+.h.
16328         * modules/isnanl (Files): Add lib/float+.h.
16329         * modules/vasnprintf (Files): Add lib/float+.h.
16330
16331 2007-03-24  Bruno Haible  <bruno@clisp.org>
16332
16333         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
16334         include isnanl-nolibm.h.
16335
16336 2007-03-24  Bruno Haible  <bruno@clisp.org>
16337
16338         * tests/test-read-file.c (main): Don't produce spurious output for
16339         expected situations. Make the test fail if it encountered unexpected
16340         results.
16341
16342 2007-03-24  Bruno Haible  <bruno@clisp.org>
16343
16344         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
16345         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
16346
16347 2007-03-24  Bruno Haible  <bruno@clisp.org>
16348
16349         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
16350
16351 2007-03-24  Bruno Haible  <bruno@clisp.org>
16352
16353         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
16354         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
16355
16356         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
16357         * modules/utf8-ucs4: Turn into a symbolic link to module
16358         unistr/u8-mbtouc.
16359
16360         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
16361         utf8-ucs4-unsafe.
16362         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
16363         unistr/u8-mbtouc-unsafe.
16364
16365         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
16366         * modules/utf16-ucs4: Turn into a symbolic link to module
16367         unistr/u16-mbtouc.
16368
16369         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
16370         utf16-ucs4-unsafe.
16371         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
16372         unistr/u16-mbtouc-unsafe.
16373
16374         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
16375         * modules/ucs4-utf8: Turn into a symbolic link to module
16376         unistr/u8-ubtomb.
16377
16378         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
16379         * modules/ucs4-utf16: Turn into a symbolic link to module
16380         unistr/u16-ubtomb.
16381
16382 2007-03-24  Bruno Haible  <bruno@clisp.org>
16383
16384         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
16385         Enable the function only if HAVE_INLINE.
16386         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
16387         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16388         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
16389         Enable the function only if HAVE_INLINE.
16390         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
16391         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16392         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
16393         Enable the function only if HAVE_INLINE.
16394         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
16395         Enable the function only if HAVE_INLINE.
16396         * modules/utf8-ucs4: Update.
16397         * modules/utf8-ucs4-unsafe: Update.
16398         * modules/utf16-ucs4: Update.
16399         * modules/utf16-ucs4-unsafe: Update.
16400         * modules/ucs4-utf8: Update.
16401         * modules/ucs4-utf16: Update.
16402
16403 2007-03-24  Bruno Haible  <bruno@clisp.org>
16404
16405         * lib/utf8-ucs4.h: Remove file.
16406         * lib/utf8-ucs4-unsafe.h: Remove file.
16407         * lib/utf16-ucs4.h: Remove file.
16408         * lib/utf16-ucs4-unsafe.h: Remove file.
16409         * lib/ucs4-utf8.h: Remove file.
16410         * lib/ucs4-utf16.h: Remove file.
16411         * lib/unistr.h: Include their previous contents.
16412         * m4/utf-ucs4.m4: Remove file.
16413         * m4/ucs4-utf.m4: Remove file.
16414         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
16415         (Depends-on): Add unistr/base.
16416         (configure.ac): Remove gl_UTF_UCS4.
16417         (Makefile.am): Update.
16418         (Include): Change to unistr.h.
16419         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
16420         (Depends-on): Add unistr/base.
16421         (configure.ac): Remove gl_UTF_UCS4.
16422         (Makefile.am): Update.
16423         (Include): Change to unistr.h.
16424         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
16425         (Depends-on): Add unistr/base.
16426         (configure.ac): Remove gl_UTF_UCS4.
16427         (Makefile.am): Update.
16428         (Include): Change to unistr.h.
16429         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
16430         (Depends-on): Add unistr/base.
16431         (configure.ac): Remove gl_UTF_UCS4.
16432         (Makefile.am): Update.
16433         (Include): Change to unistr.h.
16434         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
16435         (Depends-on): Add unistr/base.
16436         (configure.ac): Remove gl_UCS4_UTF.
16437         (Makefile.am): Update.
16438         (Include): Change to unistr.h.
16439         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
16440         (Depends-on): Add unistr/base.
16441         (configure.ac): Remove gl_UCS4_UTF.
16442         (Makefile.am): Update.
16443         (Include): Change to unistr.h.
16444         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
16445         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
16446         utf8-ucs4-unsafe.h.
16447         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
16448         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
16449         utf16-ucs4-unsafe.h.
16450         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
16451         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
16452         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
16453         * lib/unistr/u8-strchr.c: Likewise.
16454         * lib/unistr/u8-strrchr.c: Likewise.
16455         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
16456         * lib/unistr/u16-strchr.c: Likewise.
16457         * lib/unistr/u16-strrchr.c: Likewise.
16458         * lib/striconveh.c: Update.
16459         * lib/linebreak.c: Update.
16460
16461 2007-03-24  Bruno Haible  <bruno@clisp.org>
16462
16463         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
16464         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
16465
16466 2007-03-22  Bruno Haible  <bruno@clisp.org>
16467
16468         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
16469
16470 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         * MODULES.html.sh (File system functions): New module write-any-file.
16473         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
16474         * m4/write-any-file.m4: New files.
16475
16476 2007-03-23  Eric Blake  <ebb9@byu.net>
16477
16478         * gnulib-tool: Rearrange space-tab sequences, since some editors
16479         like to eat them.
16480
16481 2007-03-23  Eric Blake  <ebb9@byu.net>
16482
16483         * lib/version-etc.c (version_etc_va): Update license wording to
16484         be more concise.  Recommended by Richard Stallman.
16485
16486 2007-03-22  Bruno Haible  <bruno@clisp.org>
16487
16488         * lib/poll.c (MSG_PEEK): New fallback definition.
16489
16490 2007-03-22  Bruno Haible  <bruno@clisp.org>
16491
16492         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
16493         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
16494         (main): Update.
16495         Fixes a compilation error on BeOS.
16496
16497 2007-03-22  Bruno Haible  <bruno@clisp.org>
16498
16499         * modules/frexpl-tests: New file.
16500         * tests/test-frexpl.c: New file.
16501
16502         * modules/frexpl: New file.
16503         * m4/frexpl.m4: New file.
16504         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
16505         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
16506         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
16507         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
16508         (Depends-on): Add frexpl. Remove isnanl-nolibm.
16509         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
16510
16511 2007-03-22  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/frexpl.c: Share code with lib/frexp.c.
16514         * modules/mathl (Files): Add lib/frexp.c.
16515         (Depends-on): Add isnanl-nolibm.
16516
16517 2007-03-22  Bruno Haible  <bruno@clisp.org>
16518
16519         * modules/printf-frexp (Files): Add m4/frexp.m4.
16520         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
16521         only if the found frexp function actually works.
16522
16523 2007-03-22  Bruno Haible  <bruno@clisp.org>
16524
16525         * lib/frexp.c: Remove older implementation that uses divisions.
16526
16527 2007-03-21  Bruno Haible  <bruno@clisp.org>
16528
16529         * modules/frexp-tests: New file.
16530         * tests/test-frexp.c: New file.
16531
16532         * modules/frexp: New file.
16533         * lib/frexp.c: New file.
16534         * m4/frexp.m4: New file.
16535         * lib/math_.h (frexp): New declaration.
16536         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
16537         REPLACE_FREXP.
16538         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
16539
16540 2007-03-21  Bruno Haible  <bruno@clisp.org>
16541
16542         * modules/isnanl-tests: New file.
16543         * tests/test-isnanl.c: New file.
16544
16545         * modules/isnanl: New file.
16546         * lib/isnanl.h: New file.
16547         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
16548         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
16549         gl_FUNC_ISNANL_WORKS.
16550         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
16551         New macros.
16552
16553 2007-03-21  Bruno Haible  <bruno@clisp.org>
16554
16555         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
16556         lib/isnanl.h.
16557         (Include): Update.
16558         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
16559         * lib/vasnprintf.c: Update.
16560         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
16561         tests/test-isnanl.h, remove tests/test-isnanl.c.
16562         (Makefile.am): Update.
16563         * tests/test-isnanl-nolibm.c: New file.
16564         * tests/test-isnanl.h: New file.
16565         * tests/test-isnanl.c: Remove file.
16566
16567 2007-03-21  Jim Meyering  <jim@meyering.net>
16568
16569         When trying to open ".", treat ESTALE like EACCES.
16570         * lib/savewd.c (savewd_save): Resort to forking not just upon
16571         failure with EACCES, but also when errno is ESTALE.
16572
16573 2007-03-20  Bruno Haible  <bruno@clisp.org>
16574
16575         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
16576         Needed on AIX 5.1. Reported by Matthew Woehlke.
16577
16578 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         Suggestions by Bruno Haible:
16581         * lib/acl-internal.h: Include "gettext.h" rather than rolling
16582         our own.
16583         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
16584         * modules/acl (Depends-on): Add gettext.
16585
16586 2007-03-19  Bruno Haible  <bruno@clisp.org>
16587
16588         * modules/iconvme: Remove file.
16589         * lib/iconvme.h: Remove file.
16590         * lib/iconvme.c: Remove file.
16591         * m4/iconvme.m4: Remove file.
16592
16593 2007-03-19  Bruno Haible  <bruno@clisp.org>
16594
16595         * doc/relocatable-maint.texi: Break long shell script line.
16596         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
16597
16598 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16599
16600         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
16601         handle file_has_acl.
16602         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
16603         * lib/acl.c: Move header inclusions and related macro defns into
16604         lib/acl-internal.h.
16605         (S_ISLNK): Remove defn, since that's now done for us.
16606         (file_has_acl): Move to lib/file-has-acl.c.
16607         Call acl_trivial if available.  This is the crucial part of the fix.
16608         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
16609         shared within the library.  Rewrite a bit, partly to make it compatible
16610         with the GNU coding style.
16611         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
16612         Remove unnecessary double-quotes.
16613         Don't test for acl_to_text; the build will catch that.
16614         Replace acl_entries if it doesn't exist and it is needed.
16615         Check for -lsec and acl_trivial (as used on Solaris 10).
16616         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
16617         lib/file-has-acl.c.
16618         (Depends-on): Add sys_stat, for S_ISLNK.
16619
16620 2007-03-19  Ben Pfaff  <blp@gnu.org>
16621
16622         * doc/gnulib.texi: Fix typos.
16623         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
16624
16625 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
16628         If size is zero here, buf must be zero.
16629
16630 2007-03-19  Simon Josefsson  <simon@josefsson.org>
16631
16632         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
16633         <bruno@clisp.org>.
16634
16635 2007-03-18  Bruno Haible  <bruno@clisp.org>
16636
16637         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
16638         Suggested by Eric Blake.
16639
16640 2007-03-18  Ben Pfaff  <blp@gnu.org>
16641
16642         * doc/relocatable.texi: Recommend using as prefix a directory
16643         that does not exist and will never be created.  Based on
16644         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
16645         and others.
16646
16647 2007-03-17  Bruno Haible  <bruno@clisp.org>
16648
16649         * lib/fchownat.c: Include lchown.h.
16650
16651 2007-03-17  Bruno Haible  <bruno@clisp.org>
16652
16653         Fix endless loop when the given allocated size was > INT_MAX.
16654         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
16655         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
16656         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
16657         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
16658         * lib/sprintf.c (sprintf): Likewise.
16659
16660 2007-03-17  Bruno Haible  <bruno@clisp.org>
16661
16662         * tests/test-argp-2.sh (func_compare): Output a context diff.
16663
16664 2007-03-17  Bruno Haible  <bruno@clisp.org>
16665
16666         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
16667         locale's decimal-point character.
16668
16669 2007-03-17  Bruno Haible  <bruno@clisp.org>
16670
16671         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
16672         before comparing it. Needed because on some platforms (e.g. x86) a
16673         'long double' occupies less bytes than sizeof (long double).
16674
16675 2007-03-17  Bruno Haible  <bruno@clisp.org>
16676
16677         * tests/test-crc.c (main): Make printf statements 64-bit clean.
16678         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
16679         * tests/test-getaddrinfo.c (simple): Likewise.
16680         * tests/test-read-file.c (main): Likewise.
16681
16682 2007-03-17  Bruno Haible  <bruno@clisp.org>
16683
16684         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
16685
16686 2007-03-17  Bruno Haible  <bruno@clisp.org>
16687
16688         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
16689         unused variable.
16690
16691 2007-03-17  Bruno Haible  <bruno@clisp.org>
16692
16693         * tests/test-c-strcasecmp.c: Include c-strcase.h.
16694         * tests/test-c-strncasecmp.c: Likewise.
16695
16696 2007-03-17  Bruno Haible  <bruno@clisp.org>
16697
16698         * modules/stdlib (Depends-on): Add unistd.
16699         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
16700         Needed for MacOS X 10.3.
16701
16702 2007-03-17  Bruno Haible  <bruno@clisp.org>
16703
16704         * lib/unistr/u-strdup.h: Include <stdlib.h>.
16705
16706 2007-03-17  Bruno Haible  <bruno@clisp.org>
16707
16708         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
16709
16710 2007-03-17  Bruno Haible  <bruno@clisp.org>
16711
16712         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
16713         to reflect files copied from gnulib (with or without modifications).
16714         Suggested by Jim Meyering.
16715
16716 2007-03-17  Eric Blake  <ebb9@byu.net>
16717
16718         * NEWS: Document stdlib change from 2007-02-18.
16719
16720 2007-03-17  Jim Meyering  <jim@meyering.net>
16721
16722         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
16723         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
16724         someone uses a name containing shell meta-characters.
16725         Reported by Alfred M. Szmidt.
16726
16727         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
16728
16729 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
16730
16731         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
16732         and copy gettext configuration files only if configure.ac contains
16733         a use of AM_GNU_GETTEXT_VERSION.
16734
16735 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
16736
16737         * build-aux/bootstrap (gnulib_name): New variable.
16738         (gnulib_tool_options): Use it.
16739
16740 2007-03-13  Simon Josefsson  <simon@josefsson.org>
16741
16742         * tests/test-des.c: Use new namespace.
16743
16744 2007-03-15  Bruno Haible  <bruno@clisp.org>
16745
16746         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
16747         Reported by James Youngman <jay@gnu.org>.
16748
16749 2007-03-15  Bruno Haible  <bruno@clisp.org>
16750
16751         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
16752         declared prototype. Needed with cc on OSF/1 5.1.
16753
16754 2007-03-15  Bruno Haible  <bruno@clisp.org>
16755
16756         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
16757         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
16758         (struct gl_list_implementation): Add dispose_fn argument to the
16759         'create_empty', 'create' methods.
16760         (struct gl_list_impl_base): Add field 'dispose_fn'.
16761         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
16762         argument.
16763         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
16764         dispose_fn argument.
16765         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
16766         dispose_fn on the dropped values.
16767         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
16768         dispose_fn argument.
16769         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
16770         dropped values.
16771         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
16772         (gl_tree_remove_node): Call dispose_fn on the dropped value.
16773         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
16774         (gl_tree_remove_node): Call dispose_fn on the dropped value.
16775         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
16776         argument.
16777         (gl_tree_list_free): Call dispose_fn on the dropped values.
16778         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
16779         the dropped values.
16780         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
16781         Add dispose_fn argument.
16782         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
16783         Call dispose_fn on the dropped values.
16784         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
16785         Add dispose_fn argument.
16786         (gl_sublist_create): Initialize the 'dispose_fn' field.
16787         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
16788         * tests/test-array_list.c (main): Update.
16789         * tests/test-carray_list.c (main): Update.
16790         * tests/test-avltree_list.c (main): Update.
16791         * tests/test-rbtree_list.c (main): Update.
16792         * tests/test-avltreehash_list.c (main): Update.
16793         * tests/test-rbtreehash_list.c (main): Update.
16794         * tests/test-linked_list.c (main): Update.
16795         * tests/test-linkedhash_list.c (main): Update.
16796         * tests/test-array_oset.c (main): Update.
16797
16798 2007-03-15  Bruno Haible  <bruno@clisp.org>
16799
16800         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
16801         (gl_oset_create_empty): Add dispose_fn argument.
16802         (struct gl_oset_implementation): Add dispose_fn argument to
16803         'create_empty' method.
16804         (struct gl_oset_impl_base): Add dispose_fn field.
16805         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
16806         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
16807         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
16808         values.
16809         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
16810         (gl_tree_oset_free): Call dispose_fn on the dropped values.
16811         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
16812         dropped value.
16813         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
16814         dropped value.
16815         * tests/test-array_oset.c (main): Update.
16816         * tests/test-avltree_oset.c (main): Update.
16817         * tests/test-rbtree_oset.c (main): Update.
16818         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
16819
16820 2007-03-13  Bruno Haible  <bruno@clisp.org>
16821
16822         * tests/test-stdbool.c (i): Update after last patch.
16823
16824 2007-03-12  Bruno Haible  <bruno@clisp.org>
16825
16826         * lib/quotearg.c: Include <wctype.h> early, before the definition of
16827         the iswprint macro. Needed on Solaris 2.5.1.
16828
16829 2007-03-12  Bruno Haible  <bruno@clisp.org>
16830
16831         * tests/test-printf-frexp.c (main): Declare x as volatile.
16832
16833 2007-03-12  Simon Josefsson  <simon@josefsson.org>
16834
16835         * doc/gnulib.texi (Build robot for gnulib): New section.
16836
16837 2007-03-12  Jim Meyering  <jim@meyering.net>
16838
16839         * build-aux/bootstrap: New file.
16840         * build-aux/bootstrap.conf: New file, from coreutils.
16841
16842 2007-03-11  Bruno Haible  <bruno@clisp.org>
16843
16844         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
16845
16846 2007-03-12  Simon Josefsson  <simon@josefsson.org>
16847
16848         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
16849         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
16850         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
16851
16852 2007-03-11  Bruno Haible  <bruno@clisp.org>
16853
16854         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
16855         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
16856
16857 2007-03-11  Bruno Haible  <bruno@clisp.org>
16858
16859         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
16860         formula. Needed for SunPRO C 5.0.
16861
16862 2007-03-11  Bruno Haible  <bruno@clisp.org>
16863
16864         * modules/long-options (Depends-on): Add getopt.
16865
16866 2007-03-11  Bruno Haible  <bruno@clisp.org>
16867
16868         * modules/modechange (Depends-on): Add stdbool.
16869
16870 2007-03-11  Bruno Haible  <bruno@clisp.org>
16871
16872         * modules/i-ring (Depends-on): Add stdbool.
16873
16874 2007-03-11  Bruno Haible  <bruno@clisp.org>
16875
16876         * modules/gc-des (Depends-on): Add stdbool.
16877
16878 2007-03-11  Bruno Haible  <bruno@clisp.org>
16879
16880         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
16881
16882 2007-03-11  Bruno Haible  <bruno@clisp.org>
16883
16884         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
16885
16886 2007-03-11  Bruno Haible  <bruno@clisp.org>
16887
16888         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
16889
16890 2007-03-11  Bruno Haible  <bruno@clisp.org>
16891
16892         * lib/vasnprintf.c (sprintf): Undefine.
16893
16894 2007-03-11  Bruno Haible  <bruno@clisp.org>
16895
16896         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
16897         initializers in SunPRO C and Compaq C compilers.
16898
16899 2007-03-11  Bruno Haible  <bruno@clisp.org>
16900
16901         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
16902         decrementing code ANSI C compliant.
16903
16904 2007-03-11  Bruno Haible  <bruno@clisp.org>
16905
16906         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
16907         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
16908
16909 2007-03-11  Bruno Haible  <bruno@clisp.org>
16910
16911         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
16912         <stdbool.h> substitute doesn't pass.
16913
16914 2007-03-11  Bruno Haible  <bruno@clisp.org>
16915
16916         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
16917
16918 2007-03-11  Bruno Haible  <bruno@clisp.org>
16919
16920         * gnulib-tool (func_create_megatestdir): Create also an autobuild
16921         script, for submission to autobuild.josefsson.org.
16922
16923 2007-03-10  Bruno Haible  <bruno@clisp.org>
16924
16925         * modules/canonicalize-lgpl-tests: New file.
16926         * tests/test-canonicalize-lgpl.sh: New file.
16927         * tests/test-canonicalize-lgpl.c: New file.
16928
16929         * modules/c-strcase-tests: New file.
16930         * tests/test-c-strcase.sh: New file.
16931         * tests/test-c-strcasecmp.c: New file.
16932         * tests/test-c-strncasecmp.c: New file.
16933
16934         * modules/atexit-tests: New file.
16935         * tests/test-atexit.sh: New file.
16936         * tests/test-atexit.c: New file.
16937
16938 2007-03-10  Bruno Haible  <bruno@clisp.org>
16939
16940         * tests/test-binary-io.sh: Use temporary filenames that are not so
16941         likely to clash with those of other tests (in a parallel make).
16942         * tests/test-binary-io.c: Likewise.
16943
16944 2007-03-10  Bruno Haible  <bruno@clisp.org>
16945
16946         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
16947         fallback; use #error instead.
16948         Suggested by Simon Josefsson.
16949
16950 2007-03-10  Bruno Haible  <bruno@clisp.org>
16951
16952         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
16953         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
16954         first and the last.
16955
16956 2007-03-10  Bruno Haible  <bruno@clisp.org>
16957
16958         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
16959
16960 2007-03-10  Bruno Haible  <bruno@clisp.org>
16961
16962         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
16963         "make distcheck".
16964         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
16965         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
16966         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
16967
16968 2007-03-10  Bruno Haible  <bruno@clisp.org>
16969
16970         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
16971         variable.
16972         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
16973         variable.
16974
16975 2007-03-09  Eric Blake  <ebb9@byu.net>
16976         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
16977
16978         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
16979         types are not being provided by gnulib.
16980         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
16981         types are supported.
16982
16983 2007-03-10  Bruno Haible  <bruno@clisp.org>
16984
16985         * lib/stdio_.h (__attribute__): New macro.
16986         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
16987         vsprintf): Specify __attribute__ __format__ for GCC.
16988         Suggested by Eric Blake.
16989
16990 2007-03-09  Bruno Haible  <bruno@clisp.org>
16991
16992         * modules/printf-posix-tests: New file.
16993         * tests/test-printf-posix.sh: New file.
16994         * tests/test-printf-posix.c: New file.
16995
16996         * modules/printf-posix: New file.
16997         * lib/printf.c: New file.
16998         * m4/printf-posix-rpl.m4: New file.
16999         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17000         REPLACE_PRINTF.
17001         * lib/stdio_.h (printf): New declaration.
17002         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17003         ____strfmon____): New macros.
17004         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17005         REPLACE_PRINTF.
17006
17007 2007-03-09  Bruno Haible  <bruno@clisp.org>
17008
17009         * tests/test-vasnprintf-posix2.sh: New file.
17010         * tests/test-vasnprintf-posix2.c: New file.
17011         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17012         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17013         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17014
17015         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17016         a locale dependent decimal point, rather than always '.'.
17017
17018 2007-03-09  Eric Blake  <ebb9@byu.net>
17019
17020         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17021         spite of platforms like Tandem/NSK that define it to -1.
17022
17023 2007-03-08  Bruno Haible  <bruno@clisp.org>
17024
17025         * modules/vprintf-posix-tests: New file.
17026         * tests/test-vprintf-posix.sh: New file.
17027         * tests/test-vprintf-posix.c: New file.
17028         * tests/test-printf-posix.h: New file.
17029
17030         * modules/vprintf-posix: New file.
17031         * lib/vprintf.c: New file.
17032         * m4/vprintf-posix.m4: New file.
17033         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17034         REPLACE_VPRINTF.
17035         * lib/stdio_.h (vprintf): New declaration.
17036         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17037         REPLACE_VPRINTF.
17038
17039 2007-03-08  Bruno Haible  <bruno@clisp.org>
17040
17041         * modules/fprintf-posix-tests: New file.
17042         * tests/test-fprintf-posix.sh: New file.
17043         * tests/test-fprintf-posix.c: New file.
17044
17045         * modules/fprintf-posix: New file.
17046         * lib/fprintf.c: New file.
17047         * m4/fprintf-posix.m4: New file.
17048         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17049         REPLACE_FPRINTF.
17050         * lib/stdio_.h (fprintf): New declaration.
17051         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17052         REPLACE_FPRINTF.
17053
17054 2007-03-08  Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/vfprintf-posix-tests: New file.
17057         * tests/test-vfprintf-posix.sh: New file.
17058         * tests/test-vfprintf-posix.c: New file.
17059         * tests/test-fprintf-posix.h: New file.
17060         * tests/test-fprintf-posix.out: New file.
17061
17062         * modules/vfprintf-posix: New file.
17063         * lib/vfprintf.c: New file.
17064         * m4/vfprintf-posix.m4: New file.
17065         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17066         REPLACE_VFPRINTF.
17067         * lib/stdio_.h (vfprintf): New declaration.
17068         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17069         REPLACE_VFPRINTF.
17070
17071 2007-03-08  Bruno Haible  <bruno@clisp.org>
17072
17073         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17074
17075 2007-03-08  Bruno Haible  <bruno@clisp.org>
17076
17077         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17078         instead of 'expr' invocations.
17079         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17080         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17081         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17082         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17083         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17084         Suggested by Paul Eggert.
17085
17086 2007-03-08  Bruno Haible  <bruno@clisp.org>
17087
17088         * modules/fseterr-tests: New file.
17089         * tests/test-fseterr.c: New file.
17090
17091         * modules/fseterr: New file.
17092         * lib/fseterr.h: New file.
17093         * lib/fseterr.c: New file.
17094
17095 2007-03-08  Bruno Haible  <bruno@clisp.org>
17096
17097         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17098         * lib/getopt_.h: Likewise.
17099         * lib/mbswidth.h: Likewise.
17100         * lib/setenv.h: Likewise.
17101         * lib/vasnprintf.h: Likewise.
17102         * lib/vasprintf.h: Likewise.
17103         * lib/verror.h: Likewise.
17104         * lib/xsetenv.h: Likewise.
17105         * lib/xvasprintf.h: Likewise.
17106
17107 2007-03-08  Jim Meyering  <jim@meyering.net>
17108
17109         * users.txt: Add parted.
17110
17111         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17112
17113 2007-03-07  Bruno Haible  <bruno@clisp.org>
17114
17115         * m4/printf.m4: Make the shell script snippets copy&pastable.
17116
17117 2007-03-02  Bruno Haible  <bruno@clisp.org>
17118
17119         * lib/netinet_in_.h: New file.
17120         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17121         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17122         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17123         (Depends-on): Add absolute-header.
17124         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17125         into netinet/in.h.
17126
17127 2007-03-03  Bruno Haible  <bruno@clisp.org>
17128
17129         * lib/sys_select_.h: New file.
17130         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17131         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17132         * modules/sys_select (Files): Add lib/sys_select_.h.
17133         (Depends-on): Add absolute-header.
17134         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17135         into sys/select.h.
17136
17137 2007-03-02  Bruno Haible  <bruno@clisp.org>
17138
17139         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17140         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17141         values.
17142         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17143         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17144         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17145         * modules/sys_socket (Depends-on): Add absolute-header.
17146         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17147         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17148         (Include): Remove requirement of inclusion of <sys/types.h>.
17149
17150 2007-03-02  Bruno Haible  <bruno@clisp.org>
17151
17152         * lib/byteswap_.h (bswap_32): Fix formula.
17153
17154 2007-03-06  Bruno Haible  <bruno@clisp.org>
17155
17156         * modules/sprintf-posix-tests: New file.
17157         * tests/test-sprintf-posix.c: New file.
17158
17159         * modules/sprintf-posix: New file.
17160         * lib/sprintf.c: New file.
17161         * m4/sprintf-posix.m4: New file.
17162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17163         REPLACE_SPRINTF.
17164         * lib/stdio_.h (sprintf): New declaration.
17165         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17166         REPLACE_SPRINTF.
17167
17168 2007-03-06  Bruno Haible  <bruno@clisp.org>
17169
17170         * modules/vsprintf-posix-tests: New file.
17171         * tests/test-vsprintf-posix.c: New file.
17172         * tests/test-sprintf-posix.h: New file.
17173
17174         * modules/vsprintf-posix: New file.
17175         * lib/vsprintf.c: New file.
17176         * m4/vsprintf-posix.m4: New file.
17177         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17178         REPLACE_VSPRINTF.
17179         * lib/stdio_.h (vsprintf): New declaration.
17180         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
17181         REPLACE_VSPRINTF.
17182
17183 2007-03-06  Bruno Haible  <bruno@clisp.org>
17184
17185         * modules/vsnprintf (Depend-on): Remove minmax.
17186
17187 2007-03-06  Bruno Haible  <bruno@clisp.org>
17188
17189         * modules/snprintf-posix-tests: New file.
17190         * tests/test-snprintf-posix.c: New file.
17191
17192         * modules/snprintf-posix: New file.
17193         * m4/snprintf-posix.m4: New file.
17194         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
17195         gl_FUNC_SNPRINTF.
17196         (gl_FUNC_SNPRINTF): Invoke it.
17197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
17198         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
17199         is set.
17200         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
17201
17202 2007-03-06  Bruno Haible  <bruno@clisp.org>
17203
17204         * modules/vsnprintf-posix-tests: New file.
17205         * tests/test-vsnprintf-posix.c: New file.
17206         * tests/test-snprintf-posix.h: New file.
17207
17208         * modules/vsnprintf-posix: New file.
17209         * m4/vsnprintf-posix.m4: New file.
17210         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
17211         gl_FUNC_VSNPRINTF.
17212         (gl_FUNC_VSNPRINTF): Invoke it.
17213         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
17214         * lib/stdio_.h (vsnprintf): Define as a replacement if
17215         REPLACE_VSNPRINTF is set.
17216         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
17217
17218 2007-03-06  Bruno Haible  <bruno@clisp.org>
17219
17220         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
17221         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
17222
17223 2007-03-06  Bruno Haible  <bruno@clisp.org>
17224
17225         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
17226         (asinl): Declare also if HAVE_DECL_ASINL is set.
17227         (atanl): Declare also if HAVE_DECL_ATANL is set.
17228         (ceill): Declare also if HAVE_DECL_CEILL is set.
17229         (cosl): Declare also if HAVE_DECL_COSL is set.
17230         (expl): Declare also if HAVE_DECL_EXPL is set.
17231         (floorl): Declare also if HAVE_DECL_FLOORL is set.
17232         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
17233         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
17234         (logl): Declare also if HAVE_DECL_LOGL is set.
17235         (sinl): Declare also if HAVE_DECL_SINL is set.
17236         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
17237         (tanl): Declare also if HAVE_DECL_TANL is set.
17238         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
17239         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
17240         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
17241         declaration of frexpl, ldexpl.
17242         * modules/printf-frexpl (Depends-on): Add math.
17243         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
17244
17245 2007-03-05  Bruno Haible  <bruno@clisp.org>
17246
17247         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
17248         frexpl and ldexpl are declared.
17249         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
17250
17251 2007-03-05  Bruno Haible  <bruno@clisp.org>
17252
17253         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
17254         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
17255
17256 2007-03-05  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/stdio_.h: Include <stddef.h>.
17259
17260 2007-03-05  Bruno Haible  <bruno@clisp.org>
17261
17262         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
17263
17264 2007-03-05  Bruno Haible  <bruno@clisp.org>
17265
17266         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
17267         NetBSD 4, from Ralf Wildenhues.
17268
17269 2007-03-04  Bruno Haible  <bruno@clisp.org>
17270
17271         * lib/vasprintf.h: Update #if logic for the case when the functions
17272         exist but are overridden.
17273
17274 2007-03-04  Bruno Haible  <bruno@clisp.org>
17275
17276         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
17277         implementations: glibc-2.4 and MacOS X 10.3.
17278         * tests/test-vasnprintf-posix.c (test_function): Test also the case
17279         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
17280         * tests/test-vasprintf-posix.c (test_function): Likewise.
17281
17282 2007-03-04  Bruno Haible  <bruno@clisp.org>
17283
17284         * modules/vasprintf-posix-tests: New file.
17285         * tests/test-vasprintf-posix.c: New file.
17286
17287         * modules/vasprintf-posix: New file.
17288         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
17289         defined.
17290         * m4/vasprintf-posix.m4: New file.
17291         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
17292         gl_FUNC_VASPRINTF.
17293         (gl_FUNC_VASPRINTF): Invoke it.
17294         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
17295         here.
17296         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
17297
17298 2007-03-04  Bruno Haible  <bruno@clisp.org>
17299
17300         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
17301         REPLACE_GETTIMEOFDAY.
17302         * modules/sys_time (Makefile.am): Likewise.
17303         * m4/sys_time_h.m4: Likewise.
17304         * m4/gettimeofday.m4: Likewise.
17305
17306 2007-03-04  Bruno Haible  <bruno@clisp.org>
17307
17308         * modules/vasnprintf-posix-tests: New file.
17309         * tests/test-vasnprintf-posix.c: New file.
17310
17311         * modules/vasnprintf-posix: New file.
17312         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
17313         printf-frexpl.h.
17314         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
17315         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
17316         REPLACE_VASNPRINTF is defined.
17317         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
17318         gl_FUNC_VASNPRINTF.
17319         (gl_FUNC_VASNPRINTF): Invoke it.
17320         * m4/vasnprintf-posix.m4: New file.
17321         * m4/printf.m4: New file.
17322
17323 2007-03-04  Bruno Haible  <bruno@clisp.org>
17324
17325         Compile progreloc.c only if --enable-relocatable is specified.
17326         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
17327         if --enable-relocatable was specified.
17328         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
17329         lib_SOURCES.
17330
17331 2007-03-04  Jim Meyering  <jim@meyering.net>
17332
17333         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
17334         Use it consistently, rather than enumerating errno constants.
17335
17336 2007-03-04  Bruno Haible  <bruno@clisp.org>
17337
17338         * modules/xvasprintf-tests: New file.
17339         * tests/test-xvasprintf.c: New file.
17340
17341         * modules/vasprintf-tests: New file.
17342         * tests/test-vasprintf.c: New file.
17343
17344         * modules/vasnprintf-tests: New file.
17345         * tests/test-vasnprintf.c: New file.
17346
17347         * modules/vsnprintf-tests: New file.
17348         * tests/test-vsnprintf.c: New file.
17349
17350         * modules/snprintf-tests: New file.
17351         * tests/test-snprintf.c: New file.
17352
17353 2007-03-04  Bruno Haible  <bruno@clisp.org>
17354
17355         Compile relocatable.c only if --enable-relocatable is specified.
17356         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
17357         gl_RELOCATABLE_LIBRARY.
17358         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
17359         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
17360         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
17361         gl_RELOCATABLE_LIBRARY.
17362         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
17363         (Makefile.am): Remove lib_SOURCES.
17364         * modules/relocatable-lib-lgpl (configure.ac): Invoke
17365         gl_RELOCATABLE_LIBRARY.
17366         (Makefile.am): Remove lib_SOURCES.
17367         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
17368         always.
17369         * modules/relocatable-prog-wrapper (configure.ac): Invoke
17370         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
17371
17372 2007-03-04  Bruno Haible  <bruno@clisp.org>
17373
17374         * modules/argmatch-tests: New file.
17375         * tests/test-argmatch.c: New file.
17376
17377         * tests/test-allocsa.c (main): Halve the number of loop runs.
17378
17379         * modules/alloca-opt-tests: New file.
17380         * tests/test-alloca-opt.c: New file.
17381
17382 2007-03-04  Jim Meyering  <jim@meyering.net>
17383
17384         Work around difference between Linux ACLs and Solaris 10 ZFS.
17385         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
17386         for EINVAL.
17387
17388 2007-03-03  Bruno Haible  <bruno@clisp.org>
17389
17390         * modules/relocatable-prog (Depends-on): Add back progreloc's
17391         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
17392
17393 2007-03-03  Bruno Haible  <bruno@clisp.org>
17394
17395         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
17396         * modules/relocatable-lib: New file.
17397
17398 2007-03-03  Bruno Haible  <bruno@clisp.org>
17399
17400         * modules/relocatable-prog: Renamed from modules/relocatable.
17401         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
17402
17403 2007-03-03  Bruno Haible  <bruno@clisp.org>
17404
17405         * modules/relocatable-script (Files): Add doc/relocatable.texi,
17406         m4/relocatable-lib.m4.
17407         (Depends-on): Remove 'relocatable'.
17408         (configure.ac): Add gl_RELOCATABLE_NOP.
17409
17410 2007-03-03  Bruno Haible  <bruno@clisp.org>
17411
17412         * modules/relocatable-prog-wrapper: New file.
17413         * modules/relocatable (Depends-on): Add it. Remove all other
17414         dependencies except progname.
17415         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
17416
17417         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
17418         (gl_FUNC_STRERROR): Nop.
17419         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
17420
17421         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
17422         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
17423
17424         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
17425         (gl_FUNC_READLINK): Update.
17426
17427         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
17428
17429 2007-03-03  Bruno Haible  <bruno@clisp.org>
17430
17431         * lib/xreadlink.c: Include <unistd.h> unconditionally.
17432         * modules/xreadlink (Depends-on): Add unistd.
17433         * modules/xreadlink-with-size (Depends-on): Likewise.
17434
17435 2007-03-03  Bruno Haible  <bruno@clisp.org>
17436
17437         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
17438         extracted from gt_FUNC_SETENV.
17439         (gt_FUNC_SETENV): Remove macro.
17440         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
17441         remove gt_FUNC_SETENV.
17442
17443 2007-03-03  Bruno Haible  <bruno@clisp.org>
17444
17445         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
17446         ENABLE_RELOCATABLE here.
17447         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
17448
17449 2007-03-03  Bruno Haible  <bruno@clisp.org>
17450
17451         * modules/rbtreehash-list-tests (Depends-on): Add progname.
17452         * tests/test-rbtreehash_list.c: Include progname.h.
17453         (main): Call set_program_name.
17454
17455         * modules/rbtree-oset-tests (Depends-on): Add progname.
17456         * tests/test-rbtree_oset.c: Include progname.h.
17457         (main): Call set_program_name.
17458
17459         * modules/rbtree-list-tests (Depends-on): Add progname.
17460         * tests/test-rbtree_list.c: Include progname.h.
17461         (main): Call set_program_name.
17462
17463         * modules/linked-list-tests (Depends-on): Add progname.
17464         * tests/test-linked_list.c: Include progname.h.
17465         (main): Call set_program_name.
17466
17467 2007-03-03  Bruno Haible  <bruno@clisp.org>
17468
17469         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
17470         All uses of __restrict changed to _Restrict_.
17471         * lib/glob_.h (__restrict): Remove macro.
17472
17473 2007-03-02  Bruno Haible  <bruno@clisp.org>
17474
17475         * modules/gettext (configure.ac): Require gettext infrastructure
17476         from version 0.16.1.
17477
17478 2007-03-02  Bruno Haible  <bruno@clisp.org>
17479
17480         * modules/linkedhash-list-tests (Depends-on): Add progname.
17481         * tests/test-linkedhash_list.c: Include progname.h.
17482         (main): Call set_program_name.
17483
17484         * modules/carray-list-tests (Depends-on): Add progname.
17485         * tests/test-carray_list.c: Include progname.h.
17486         (main): Call set_program_name.
17487
17488         * modules/avltreehash-list-tests (Depends-on): Add progname.
17489         * tests/test-avltreehash_list.c: Include progname.h.
17490         (main): Call set_program_name.
17491
17492         * modules/avltree-oset-tests (Depends-on): Add progname.
17493         * tests/test-avltree_oset.c: Include progname.h.
17494         (main): Call set_program_name.
17495
17496         * modules/avltree-list-tests (Depends-on): Add progname.
17497         * tests/test-avltree_list.c: Include progname.h.
17498         (main): Call set_program_name.
17499
17500         * modules/array-oset-tests (Depends-on): Add progname.
17501         * tests/test-array_oset.c: Include progname.h.
17502         (main): Call set_program_name.
17503
17504         * modules/array-list-tests (Depends-on): Add progname.
17505         * tests/test-array_list.c: Include progname.h.
17506         (main): Call set_program_name.
17507
17508         * modules/argp-tests (Depends-on): Add progname.
17509         * tests/test-argp.c: Include argp.h first. Include progname.h.
17510         (main): Call set_program_name.
17511
17512 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
17513
17514         * doc/gnulib-tool.texi (Initial import): Reword description of
17515         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
17516         limited effect even if defined after the first system include.
17517
17518 2007-03-01  Bruno Haible  <bruno@clisp.org>
17519
17520         * build-aux/config.libpath: Update to libtool-1.5.22.
17521         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17522
17523 2007-03-01  Bruno Haible  <bruno@clisp.org>
17524
17525         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
17526         foo_CFLAGS.
17527         Reported by Ralf Wildenhues.
17528
17529 2007-03-01  Bruno Haible  <bruno@clisp.org>
17530
17531         * build-aux/install-reloc: Remove object files left over by some
17532         compilers.
17533         Reported by Ralf Wildenhues.
17534
17535 2007-03-01  Bruno Haible  <bruno@clisp.org>
17536
17537         * build-aux/install-reloc: Break long lines.
17538
17539 2007-03-01  Bruno Haible  <bruno@clisp.org>
17540
17541         * doc/relocatable.texi: Document that it may not work on OpenBSD.
17542         Reported by Ralf Wildenhues.
17543
17544 2007-03-01  Bruno Haible  <bruno@clisp.org>
17545
17546         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
17547         include ordering constraints.
17548
17549 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
17552         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
17553         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
17554         as another example.
17555         * lib/time_.h: Fix misspelling.
17556         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
17557         Require gl_HEADER_TIME_H_DEFAULTS.
17558         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
17559         * m4/time_r.m4 (gl_TIME_R): Likewise.
17560         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
17561
17562 2007-03-01  Bruno Haible  <bruno@clisp.org>
17563
17564         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
17565         * m4/utimens.m4 (gl_UTIMENS): Likewise.
17566
17567 2007-03-01  Jim Meyering  <jim@meyering.net>
17568
17569         * modules/xreadlink (Maintainer): Add my name.
17570         * modules/xreadlink-with-size (Depends-on): Alphabetize.
17571
17572 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
17573             Bruno Haible  <bruno@clisp.org>
17574
17575         * build-aux/install-reloc: Compile also c-ctype.c.
17576         * build-aux/relocatable.sh.in: New file.
17577         * doc/relocatable.texi: New file.
17578         * doc/relocatable-maint.texi: New file.
17579         * doc/gnulib.texi: Include relocatable-maint.texi.
17580         * lib/progreloc.c: Include unistd.h unconditionally.
17581         * lib/relocwrapper.c: Include unistd.h unconditionally.
17582         Include c-ctype.h.
17583         (add_dotbin): Use c_tolower.
17584         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
17585         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
17586         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
17587         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
17588         to m4/relocatable-lib.m4.
17589         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
17590         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
17591         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
17592         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
17593         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
17594         * modules/relocatable: New file.
17595         * modules/relocatable-lib: New file.
17596         * modules/relocatable-script: New file.
17597
17598 2007-02-28  Bruno Haible  <bruno@clisp.org>
17599
17600         Import --enable-relocatable infrastructure.
17601         * build-aux/config.libpath: New file, from GNU gettext.
17602         * build-aux/install-reloc: New file, from GNU gettext.
17603         * build-aux/reloc-ldflags: New file, from GNU gettext.
17604         * lib/relocatable.h: New file, from GNU gettext.
17605         * lib/relocatable.c: New file, from GNU gettext.
17606         * lib/relocwrapper.c: New file, from GNU gettext.
17607         * m4/relocatable.m4: New file, from GNU gettext.
17608
17609 2007-02-28  Bruno Haible  <bruno@clisp.org>
17610
17611         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
17612
17613         * modules/xreadlink: New file, from GNU gettext with modifications.
17614         * lib/xreadlink.c: New file, from GNU gettext.
17615         * lib/xreadlink.h: Add comments.
17616         (xreadlink): New declaration.
17617
17618         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
17619         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
17620         lib/xreadlink-with-size.c.
17621         (configure.ac): Remove gl_XREADLINK invocation.
17622         (Makefile.am): Augment lib_SOURCES.
17623         * m4/xreadlink.m4: Remove file.
17624         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
17625         (xreadlink_with_size): Renamed from xreadink.
17626         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
17627         * modules/canonicalize (Depends-on): Replace xreadlink with
17628         xreadlink-with-size.
17629         * lib/canonicalize.c (canonicalize_filename_mode): Update.
17630
17631 2007-02-25  Jim Meyering  <jim@meyering.net>
17632
17633         * build-aux/announce-gen: When complaining about excess arguments,
17634         list them.
17635
17636 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17637
17638         * README: Document signed integer overflow situation more
17639         accurately.
17640
17641 2007-02-25  Bruno Haible  <bruno@clisp.org>
17642
17643         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
17644         'a' or 'A' conversion.
17645
17646 2007-02-25  Bruno Haible  <bruno@clisp.org>
17647
17648         * modules/filename: Renamed from modules/pathname.
17649         (Files): Replace lib/pathname.h with lib/filename.h. Replace
17650         lib/concatpath.c with lib/concat-filename.c.
17651         (Makefile.am): Update.
17652         (Include): Replace pathname.h with filename.h.
17653         * lib/filename.h: Renamed from lib/pathname.h.
17654         (concatenated_filename): Renamed from concatenated_pathname.
17655         * lib/concat-filename.c: Renamed from lib/concatpath.c.
17656         (concatenated_filename): Renamed from concatenated_pathname.
17657         * lib/findprog.c: Include filename.h instead of pathname.h.
17658         (find_in_path): Update.
17659         * lib/javacomp.c: Include filename.h instead of pathname.h.
17660         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
17661         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
17662         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
17663         is_oldgcj_14_13_usable, is_javac_usable): Update.
17664         * lib/javaexec.c: Include filename.h instead of pathname.h.
17665         (execute_java_class): Update.
17666         * modules/findprog: Update.
17667         * modules/javacomp: Update.
17668         * modules/javaexec: Update.
17669         * MODULES.html.sh (File system functions): Add 'filename', remove
17670         'pathname'.
17671
17672 2007-02-25  Bruno Haible  <bruno@clisp.org>
17673
17674         * modules/printf-frexpl-tests: New file.
17675         * tests/test-printf-frexpl.c: New file.
17676
17677         * modules/printf-frexpl: New file.
17678         * lib/printf-frexpl.h: New file.
17679         * lib/printf-frexpl.c: New file.
17680         * m4/printf-frexpl.m4: New file.
17681
17682 2007-02-25  Bruno Haible  <bruno@clisp.org>
17683
17684         * modules/printf-frexp-tests: New file.
17685         * tests/test-printf-frexp.c: New file.
17686
17687         * modules/printf-frexp: New file.
17688         * lib/printf-frexp.h: New file.
17689         * lib/printf-frexp.c: New file.
17690         * m4/printf-frexp.m4: New file.
17691
17692 2007-02-25  Bruno Haible  <bruno@clisp.org>
17693
17694         Assume automake >= 1.10 for the tests.
17695         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
17696         * modules/arctwo-tests: Likewise.
17697         * modules/argp-tests: Likewise.
17698         * modules/avltree-list-tests: Likewise.
17699         * modules/avltree-oset-tests: Likewise.
17700         * modules/avltreehash-list-tests: Likewise.
17701         * modules/carray-list-tests: Likewise.
17702         * modules/crc-tests: Likewise.
17703         * modules/des-tests: Likewise.
17704         * modules/gc-arcfour-tests: Likewise.
17705         * modules/gc-arctwo-tests: Likewise.
17706         * modules/gc-des-tests: Likewise.
17707         * modules/gc-hmac-md5-tests: Likewise.
17708         * modules/gc-hmac-sha1-tests: Likewise.
17709         * modules/gc-md2-tests: Likewise.
17710         * modules/gc-md4-tests: Likewise.
17711         * modules/gc-md5-tests: Likewise.
17712         * modules/gc-pbkdf2-sha1-tests: Likewise.
17713         * modules/gc-rijndael-tests: Likewise.
17714         * modules/gc-sha1-tests: Likewise.
17715         * modules/gc-tests: Likewise.
17716         * modules/getaddrinfo-tests: Likewise.
17717         * modules/hmac-md5-tests: Likewise.
17718         * modules/hmac-sha1-tests: Likewise.
17719         * modules/linked-list-tests: Likewise.
17720         * modules/linkedhash-list-tests: Likewise.
17721         * modules/lock-tests: Likewise.
17722         * modules/md2-tests: Likewise.
17723         * modules/md4-tests: Likewise.
17724         * modules/md5-tests: Likewise.
17725         * modules/rbtree-list-tests: Likewise.
17726         * modules/rbtree-oset-tests: Likewise.
17727         * modules/rbtreehash-list-tests: Likewise.
17728         * modules/read-file-tests: Likewise.
17729         * modules/rijndael-tests: Likewise.
17730         * modules/stdint-tests: Likewise.
17731         * modules/tls-tests: Likewise.
17732
17733 2007-02-24  Bruno Haible  <bruno@clisp.org>
17734
17735         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
17736         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
17737         function; instead check whether isnan with a double argument links.
17738         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
17739         function; instead check whether isnan with a 'long double' argument
17740         links.
17741         Reported by Eric Blake <ebb9@byu.net>.
17742
17743 2007-02-24  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
17746         defined.
17747         * lib/isnanl.c: Remove all code. Just include isnan.c.
17748         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
17749
17750 2007-02-25  Jim Meyering  <jim@meyering.net>
17751
17752         Avoid conflicting types for 'unsetenv' on FreeBSD.
17753         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
17754         conflicting with FreeBSD's (5.0 and 6.1) function declaration
17755         in stdlib.h.
17756
17757 2007-02-24  Bruno Haible  <bruno@clisp.org>
17758
17759         * modules/isnanl-nolibm-tests: New file.
17760         * tests/test-isnanl.c: New file.
17761
17762         * modules/isnanl-nolibm: New file.
17763         * lib/isnanl.h: New file.
17764         * lib/isnanl.c: New file.
17765         * m4/isnanl.m4: New file.
17766
17767 2007-02-24  Bruno Haible  <bruno@clisp.org>
17768
17769         * modules/isnan-nolibm-tests: New file.
17770         * tests/test-isnan.c: New file.
17771
17772         * modules/isnan-nolibm: New file.
17773         * lib/isnan.h: New file.
17774         * lib/isnan.c: New file.
17775         * m4/isnan.m4: New file.
17776
17777 2007-02-24  Bruno Haible  <bruno@clisp.org>
17778
17779         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
17780         assume that an exponent fits in 20 bits.
17781
17782 2007-02-24  Jim Meyering  <jim@meyering.net>
17783
17784         * m4/regex.m4: Update the description of the configure-time option,
17785         --without-included-regex, to state accurately what the defaults are,
17786         and perhaps to give people an idea why using this option is risky.
17787
17788 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17789
17790         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
17791         loops on small arguments.  This attempts to avoid the problem
17792         Bruno Haible reported for AIX 4.3.2 in
17793         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
17794
17795 2007-02-23  Bruno Haible  <bruno@clisp.org>
17796
17797         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
17798         Needed for help2man.
17799
17800 2007-02-23  Karl Berry  <karl@gnu.org>
17801
17802         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
17803         exists, foo.h should be cvs-ignored, not committed.
17804
17805 2007-02-23  Eric Blake  <ebb9@byu.net>
17806
17807         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
17808         * lib/stat-time.h (includes): Likewise.
17809         * lib/utimecmp.c (includes): Likewise.
17810         * lib/utimens.h (includes): Likewise.
17811         * lib/getdate.y (includes): Also include "timespec.h" for use
17812         internal to the module.
17813         * modules/utimens (Depends-on): Revert yesterday's patch.
17814         * modules/nanosleep (Depends-on): Add missing dependency.
17815
17816 2007-02-22  Bruno Haible  <bruno@clisp.org>
17817
17818         * lib/glob.c: Don't include getlogin_r.h.
17819
17820 2007-02-22  Jim Meyering  <jim@meyering.net>
17821
17822         * modules/utimens (Depends-on): Add timespec, required for
17823         utimens.h's inclusion of timespec.h.
17824
17825 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
17828         long unreadable paths in GNU/Linux.  Problem reported by Andreas
17829         Schwab in
17830         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
17831         I'll try to think of a better way to fix the Solaris problem.
17832
17833         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
17834         like glibc; on Solaris 10, it fails with errno == EINVAL.
17835         POSIX says the behavior is unspecified if the first argument is NULL,
17836         so play it safe and never pass NULL to the system getcwd.
17837
17838 2007-02-21  Jim Meyering  <jim@meyering.net>
17839
17840         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
17841         of gettimeofday.  It would conflict with the one now always
17842         provided via sys_time_.h.  Reported by Matthew Woehlke, as
17843         an IRIX 6.5 build failure.
17844
17845 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17846
17847         Minor fixups to port to Solaris 10 with Sun C 5.8.
17848         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
17849         * modules/getcwd (Depends-on): Add dirfd.
17850         * lib/putenv.c (putenv): #undef it.
17851         (rpl_putenv): New decl.
17852         (malloc, free): Include <stdlib.h> rather than prototyping separately.
17853
17854 2007-02-20  Bruno Haible  <bruno@clisp.org>
17855
17856         * modules/stdio-tests: New file.
17857         * tests/test-stdio.c: New file.
17858
17859         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
17860         (Depends-on): Add stdio.
17861         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17862         (Include): Use <stdio.h> instead of vsnprintf.h.
17863         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17864         HAVE_DECL_VSNPRINTF.
17865         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
17866
17867         * modules/snprintf (Files): Remove lib/snprintf.h.
17868         (Depends-on): Add stdio.
17869         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17870         (Include): Use <stdio.h> instead of snprintf.h.
17871         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17872         HAVE_DECL_SNPRINTF.
17873         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
17874         * lib/getaddrinfo.c: Likewise.
17875
17876         * modules/stdio: New file.
17877         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
17878         * lib/snprintf.h: Remove file.
17879         * lib/vsnprintf.h: Remove file.
17880         * lib/.cppi-disable: Remove snprintf.h.
17881         * m4/stdio_h.m4: New file.
17882         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
17883
17884 2007-02-20  Jim Meyering  <jim@meyering.net>
17885
17886         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
17887         used by e.g., mingw.  From Bruno Haible.
17888
17889 2007-02-19  Bruno Haible  <bruno@clisp.org>
17890
17891         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
17892         warnings.
17893         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17894
17895 2007-02-19  Bruno Haible  <bruno@clisp.org>
17896
17897         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
17898         from mingw users.
17899
17900 2007-02-19  Bruno Haible  <bruno@clisp.org>
17901
17902         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
17903         warnings.
17904         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
17905
17906 2007-02-19  Jim Meyering  <jim@meyering.net>
17907
17908         Don't use FD after a successful "fdopendir (fd)".
17909         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
17910         Reset it by calling dirfd on the just-obtained DIR*.
17911
17912         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
17913         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
17914
17915 2007-02-18  Bruno Haible  <bruno@clisp.org>
17916
17917         * lib/readlink.c: Include <unistd.h>.
17918         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
17919         HAVE_READLINK.
17920         * modules/readlink (Depends-on): Add unistd.
17921         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17922         (Include): Add <unistd.h>.
17923
17924         * lib/getlogin_r.h: Remove file.
17925         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
17926         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
17927         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
17928         HAVE_DECL_GETLOGIN_R.
17929         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
17930         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17931         (Include): Use <unistd.h> instead of getlogin_r.h.
17932
17933         * lib/getcwd.h: Remove file.
17934         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
17935         * lib/xgetcwd.c: Likewise.
17936         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
17937         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
17938         * modules/getcwd (Files): Remove lib/getcwd.h.
17939         (Depends-on): Add unistd.
17940         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17941         (Include): Use <unistd.h> instad of getcwd.h.
17942
17943         * lib/ftruncate.c: Include <unistd.h> first.
17944         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
17945         Set HAVE_FTRUNCATE.
17946         * modules/ftruncate (Depends-on): Add unistd.
17947         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17948
17949         * lib/fchdir.c: Include <unistd.h> first.
17950         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
17951         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
17952         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
17953         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17954         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
17955
17956         * lib/dup2.c: Include <unistd.h> first.
17957         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
17958         HAVE_DUP2.
17959         * modules/dup2 (Depends-on): Add unistd.
17960         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17961
17962         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
17963         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
17964         REPLACE_CHOWN. Don't define chown as a macro here.
17965         * modules/chown (Depends-on): Add unistd.
17966         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17967
17968         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
17969         Add definition for GL_LINK_WARNING.
17970         (chown, dup2): New declarations.
17971         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
17972         link warning.
17973         (ftruncate): New declaration.
17974         (getcwd): New declaration, taken from old getcwd.h.
17975         (getlogin_r): New declaration, taken from old getlogin_r.h.
17976         (readlink): New declaration.
17977         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
17978         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
17979         (gl_PREREQ_UNISTD): Remove macro.
17980         (gl_UNISTD_MODULE_INDICATOR): New macro.
17981         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
17982         many new variables. Don't set UNISTD_H.
17983         * modules/unistd (Description): Change.
17984         (Depends-on): Add link-warning.
17985         (configure.ac): Update.
17986         (Makefile.am): Create unistd.h always. Substitute many new variables
17987         into it.
17988
17989 2007-02-18  Bruno Haible  <bruno@clisp.org>
17990
17991         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
17992         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
17993         HAVE_GETSUBOPT.
17994         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
17995         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
17996         * lib/getsubopt.h: Remove file.
17997         * modules/getsubopt (Files): Remove lib/getsubopt.h.
17998         (Depends-on): Add stdlib.
17999         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18000         (Includes): Use <stdlib.h> instead of getsubopt.h.
18001         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18002         Set HAVE_GETSUBOPT.
18003         * lib/getsubopt.c: Don't include getsubopt.h.
18004
18005 2007-02-18  Bruno Haible  <bruno@clisp.org>
18006
18007         * modules/fchdir (Depends-on): Add dup2.
18008
18009 2007-02-18  Bruno Haible  <bruno@clisp.org>
18010
18011         * lib/stdlib_.h: Handle glibc's special invocation convention
18012         specially.
18013
18014 2007-02-18  Bruno Haible  <bruno@clisp.org>
18015
18016         * modules/stdlib-tests: New file.
18017         * tests/test-stdlib.c: New file.
18018
18019         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18020         (Depends-on): Add stdlib.
18021         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18022         (Includes): Use <stdlib.h> instead of mkstemp.h.
18023         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18024         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18025         * lib/mkstemp.c: Don't include mkstemp.h.
18026         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18027         * lib/stdlib--.h: Don't include mkstemp.h.
18028
18029         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18030         (Depends-on): Add stdlib.
18031         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18032         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18033         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18034         HAVE_MKDTEMP.
18035         * lib/mkdtemp.c: Don't include mkdtemp.h.
18036         * lib/clean-temp.c: Don't include mkdtemp.h.
18037
18038         * modules/exit (Files): Remove lib/exit.h.
18039         (Depends-on): Add stdlib.
18040         (Makefile.am): Remove lib_SOURCES.
18041         (Include): Use <stdlib.h> instead of exit.h.
18042         * lib/argmatch.c: Don't include exit.h.
18043         * lib/execute.c: Likewise.
18044         * lib/pagealign_alloc.c: Likewise.
18045         * lib/pipe.c: Likewise.
18046         * lib/wait-process.c: Likewise.
18047         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18048         * lib/exitfail.c: Likewise.
18049         * lib/savewd.c: Likewise.
18050         * lib/xsetenv.c: Likewise.
18051
18052         * modules/stdlib: New file.
18053         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18054         and extra comments about mkstemp().
18055         * lib/exit.h: Remove file.
18056         * lib/mkdtemp.h: Remove file.
18057         * lib/mkstemp.h: Remove file.
18058         * m4/stdlib_h.m4: New file.
18059         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18060
18061 2007-02-18  Bruno Haible  <bruno@clisp.org>
18062
18063         * modules/math-tests: New file.
18064         * tests/test-math.c: New file.
18065
18066         * modules/math: New file.
18067         * modules/mathl (Files): Remove lib/mathl.h.
18068         (Depends-on): Add math.
18069         (Makefile.am): Don't mention mathl.h.
18070         (Include): Use <math.h> instead of mathl.h.
18071         * lib/math_.h: New file.
18072         * lib/mathl.h: Remove file.
18073         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18074         mathl.h.
18075         * lib/asinl.c: Likewise.
18076         * lib/atanl.c: Likewise.
18077         * lib/ceill.c: Likewise.
18078         * lib/cosl.c: Likewise.
18079         * lib/expl.c: Likewise.
18080         * lib/floorl.c: Likewise.
18081         * lib/frexpl.c: Likewise.
18082         * lib/ldexpl.c: Likewise.
18083         * lib/logl.c: Likewise.
18084         * lib/sincosl.c: Likewise.
18085         * lib/sinl.c: Likewise.
18086         * lib/sqrtl.c: Likewise.
18087         * lib/tanl.c: Likewise.
18088         * lib/trigl.c: Likewise.
18089         * m4/math_h.m4: New file.
18090         * MODULES.html.sh (Mathematics): Add math.
18091
18092 2007-02-17  Bruno Haible  <bruno@clisp.org>
18093
18094         * modules/wctype-tests: New file.
18095         * tests/test-wctype.c: New file.
18096
18097         * modules/wchar-tests: New file.
18098         * tests/test-wchar.c: New file.
18099
18100         * modules/unistd-tests: New file.
18101         * tests/test-unistd.c: New file.
18102
18103         * modules/time-tests: New file.
18104         * tests/test-time.c: New file.
18105
18106         * modules/sysexits-tests: New file.
18107         * tests/test-sysexits.c: New file.
18108
18109         * modules/sys_time-tests: New file.
18110         * tests/test-sys_time.c: New file.
18111
18112         * modules/sys_stat-tests: New file.
18113         * tests/test-sys_stat.c: New file.
18114
18115         * modules/sys_socket-tests: New file.
18116         * tests/test-sys_socket.c: New file.
18117
18118         * modules/sys_select-tests: New file.
18119         * tests/test-sys_select.c: New file.
18120
18121         * modules/string-tests: New file.
18122         * tests/test-string.c: New file.
18123
18124         * modules/stdbool-tests: New file.
18125         * tests/test-stdbool.c: New file.
18126
18127         * modules/netinet_in-tests: New file.
18128         * tests/test-netinet_in.c: New file.
18129
18130         * modules/inttypes-tests: New file.
18131         * tests/test-inttypes.c: New file.
18132
18133         * modules/fcntl-tests: New file.
18134         * tests/test-fcntl.c: New file.
18135
18136         * modules/byteswap-tests: New file.
18137         * tests/test-byteswap.c: New file.
18138
18139         * modules/arpa_inet-tests: New file.
18140         * tests/test-arpa_inet.c: New file.
18141
18142 2007-02-17  Bruno Haible  <bruno@clisp.org>
18143
18144         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18145         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18146         if the corresponding module is not enabled. Emit link warnings if
18147         the function is used nevertheless.
18148         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18149         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18150         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18151         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18152         * modules/inttypes (Depends-on): Add link-warning.
18153         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18154         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18155         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18156         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18157         * modules/imaxdiv (configure.ac): Likewise.
18158         * modules/strtoimax (configure.ac): Likewise.
18159         * modules/strtoumax (configure.ac): Likewise.
18160
18161 2007-02-17  Bruno Haible  <bruno@clisp.org>
18162
18163         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18164         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18165         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18166         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18167
18168 2007-02-17  Bruno Haible  <bruno@clisp.org>
18169
18170         * modules/link-warning: New file.
18171         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18172         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18173         * modules/string (Depends-on): Add link-warning.
18174         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18175         string.h.
18176         * MODULES.html.sh (Support for building libraries and executables): Add
18177         link-warning.
18178
18179 2007-02-17  Bruno Haible  <bruno@clisp.org>
18180
18181         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
18182         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
18183         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
18184         long lines.
18185
18186 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
18187             Bruno Haible  <bruno@clisp.org>
18188
18189         * modules/tmpfile: New file.
18190         * lib/tmpfile.c: New file.
18191         * m4/tmpfile.m4: New file.
18192         * MODULES.html.sh (func_all_modules): New section "Input/output".
18193
18194 2007-02-15  Bruno Haible  <bruno@clisp.org>
18195
18196         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
18197         (supports_delete_on_close): New function.
18198         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
18199
18200 2007-02-14  Bruno Haible  <bruno@clisp.org>
18201
18202         * modules/mbspcasecmp-tests: New file.
18203         * tests/test-mbspcasecmp.sh: New file.
18204         * tests/test-mbspcasecmp.c: New file.
18205
18206         New module mbspcasecmp.
18207         * modules/mbspcasecmp: New file.
18208         * lib/mbspcasecmp.c: New file.
18209         * lib/string_.h (strncasecmp): Change warning message.
18210         (mbspcasecmp): New declaration.
18211         * m4/mbspcasecmp.m4: New file.
18212         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18213         GNULIB_MBSPCASECMP.
18214         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
18215         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
18216
18217 2007-02-14  Bruno Haible  <bruno@clisp.org>
18218
18219         * modules/mbsncasecmp-tests: New file.
18220         * tests/test-mbsncasecmp.sh: New file.
18221         * tests/test-mbsncasecmp.c: New file.
18222
18223         New module mbsncasecmp.
18224         * modules/mbsncasecmp: New file.
18225         * lib/mbsncasecmp.c: New file.
18226         * lib/string_.h (mbsncasecmp): New declaration.
18227         * m4/mbsncasecmp.m4: New file.
18228         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18229         GNULIB_MBSNCASECMP.
18230         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
18231         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
18232
18233 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18234
18235         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
18236         Verify that it doesn't overlap with our flags.
18237         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
18238         do not have the desired effect in multibyte locales; instead, use
18239         mbscasecmp.
18240         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
18241         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
18242         we don't require GNU fnmatch ourselves (if our users require it, they
18243         should do so explicitly).
18244
18245         Fix regex code so it doesn't rely on strcasecmp.
18246         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
18247         Otherwise, include gnulib's langinfo.h.
18248         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
18249         undesirable behavior in non-C locales.  Instead, rely on localecharset.
18250         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
18251         * modules/regex (FILES): Remove m4/codeset.m4.
18252         (Depends-on): Add localcharset.  Remove strcase.
18253
18254 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18255
18256         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
18257         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
18258
18259 2007-02-13  Bruno Haible  <bruno@clisp.org>
18260
18261         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
18262         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18263
18264 2007-02-12  Bruno Haible  <bruno@clisp.org>
18265
18266         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18267         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
18268         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
18269         time warning rather than a link error.
18270
18271 2007-02-12  Bruno Haible  <bruno@clisp.org>
18272
18273         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
18274         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18275         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18276
18277 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18278
18279         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
18280         args, not 2.
18281
18282 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18283
18284         New module 'time', so that apps can include <time.h> as per
18285         POSIX and GNU instead of separate include files like time_r.h
18286         and timegm.h.  This implementation tries out a simpler approach
18287         for replacing decls in standard include files (as compared to
18288         the string module), somewhat as an experiment.
18289
18290         * config/srclist.txt: Comment out mktime.c for now.
18291         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
18292         since it doesn't apply any more.  Use generic wording instead.
18293         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18294         'time'.
18295         * lib/time_.h, m4/time_h.m4, modules/time: New files.
18296         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
18297         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
18298         Don't include <sys/types.h>; no longer needed since we assume C89.
18299         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
18300         * lib/strftime.c: Likewise.
18301         * lib/time_r.c: Likewise.
18302         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
18303         * lib/nanosleep.c: Include <time.h> first, to check interface.
18304         * lib/strptime.c: Likewise.
18305         * lib/time_r.c: Likewise.
18306         * lib/timegm.c: Likewise.
18307         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
18308         needed.
18309         * lib/timegm.c: Don't include timegm.h; no longer needed.
18310         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
18311         time.h now handles any problems in that area.
18312         (struct timespec, nanosleep): Remove; time.h now arranges for these.
18313         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
18314         that time.h defines struct timespec.
18315         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
18316         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
18317         handles that.
18318         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
18319         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
18320         needed.  Set REPLACE_LOCALTIME.
18321         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
18322         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
18323         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
18324         nanosleep; time_h.m4 now does that.  Don't require
18325         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
18326         module handles this now.
18327         * modules/getdate (Depends-on): Remove timespec.  Add time.
18328         * modules/nanosleep (Depends-on): Likewise.
18329         * modules/stat-time (Depends-on): Likewise.
18330         * modules/nanosleep (Include): Include time.h, not timespec.h.
18331         * modules/strptime (Files): Remove lib/strptime.h.
18332         (Depends-on): Add extensions, time.
18333         (Include): Include time.h, not strptime.h.
18334         * modules/time_r (Files): Remove lib/time_r.h.
18335         (Depends-on): Add time.
18336         (Include): Include time.h, not time_r.h.
18337         * modules/timegm: Likewise.
18338         * modules/timespec (Description): Now does timespec-related decls
18339         of our own, instead of struct timespec itself.
18340         (Depends-on): Add time; remove extensions.
18341         (Maintainer): Add self.
18342         * modules/utimecmp (Depends-on): Add time; remove timespec.
18343         * modules/utimens (Depends-on): Likewise.
18344         * modules/xnanosleep (Depends-on): Likewise.
18345
18346 2007-02-11  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/c-strstr.c: Include allocsa.h.
18349         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18350         * lib/c-strcasestr.c: Include allocsa.h.
18351         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18352         * lib/strcasestr.c: Include allocsa.h.
18353         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18354         * lib/mbsstr.c: Include allocsa.h.
18355         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18356         allocsa/freesa instead of malloc/free.
18357         * lib/mbscasestr.c: Include allocsa.h.
18358         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18359         allocsa/freesa instead of malloc/free.
18360         * modules/c-strstr (Depends-on): Add allocsa.
18361         * modules/c-strcasestr (Depends-on): Likewise.
18362         * modules/strcasestr (Depends-on): Likewise.
18363         * modules/mbsstr (Depends-on): Likewise.
18364         * modules/mbscasestr (Depends-on): Likewise.
18365
18366 2007-02-11  Bruno Haible  <bruno@clisp.org>
18367
18368         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
18369
18370         * modules/mbsspn-tests: New file.
18371         * tests/test-mbsspn.sh: New file.
18372         * tests/test-mbsspn.c: New file.
18373
18374 2007-02-11  Bruno Haible  <bruno@clisp.org>
18375
18376         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
18377
18378         * modules/mbspbrk-tests: New file.
18379         * tests/test-mbspbrk.sh: New file.
18380         * tests/test-mbspbrk.c: New file.
18381
18382 2007-02-11  Bruno Haible  <bruno@clisp.org>
18383
18384         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
18385         unneeded cast.
18386
18387         * modules/mbscspn-tests: New file.
18388         * tests/test-mbscspn.sh: New file.
18389         * tests/test-mbscspn.c: New file.
18390
18391 2007-02-11  Bruno Haible  <bruno@clisp.org>
18392
18393         * modules/mbscasecmp-tests: New file.
18394         * tests/test-mbscasecmp.sh: New file.
18395         * tests/test-mbscasecmp.c: New file.
18396
18397 2007-02-11  Bruno Haible  <bruno@clisp.org>
18398
18399         Ensure O(n) worst-case complexity of mbscasestr.
18400         * lib/mbscasestr.c: Include stdbool.h.
18401         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18402         functions.
18403         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
18404         the bookkeeping indicates that it's worth it.
18405         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
18406
18407         * modules/mbscasestr-tests: New file.
18408         * tests/test-mbscasestr1.c: New file.
18409         * tests/test-mbscasestr2.sh: New file.
18410         * tests/test-mbscasestr2.c: New file.
18411         * tests/test-mbscasestr3.sh: New file.
18412         * tests/test-mbscasestr3.c: New file.
18413         * tests/test-mbscasestr4.sh: New file.
18414         * tests/test-mbscasestr4.c: New file.
18415         * m4/locale-tr.m4: New file.
18416
18417 2007-02-11  Bruno Haible  <bruno@clisp.org>
18418
18419         Ensure O(n) worst-case complexity of mbsstr.
18420         * lib/mbsstr.c: Include stdbool.h.
18421         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18422         functions.
18423         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
18424         bookkeeping indicates that it's worth it.
18425         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
18426
18427         * modules/mbsstr-tests: New file.
18428         * tests/test-mbsstr1.c: New file.
18429         * tests/test-mbsstr2.sh: New file.
18430         * tests/test-mbsstr2.c: New file.
18431         * tests/test-mbsstr3.sh: New file.
18432         * tests/test-mbsstr3.c: New file.
18433         * m4/locale-fr.m4: New file.
18434
18435 2007-02-11  Bruno Haible  <bruno@clisp.org>
18436
18437         * lib/mbsrchr.c (mbsrchr): Fix bug.
18438
18439         * modules/mbsrchr-tests: New file.
18440         * tests/test-mbsrchr.sh: New file.
18441         * tests/test-mbsrchr.c: New file.
18442
18443 2007-02-11  Bruno Haible  <bruno@clisp.org>
18444
18445         * lib/mbschr.c (mbschr): Fix bug.
18446
18447         * modules/mbschr-tests: New file.
18448         * tests/test-mbschr.sh: New file.
18449         * tests/test-mbschr.c: New file.
18450         * m4/locale-zh.m4: New file.
18451
18452 2007-02-11  Bruno Haible  <bruno@clisp.org>
18453
18454         Support for copying multibyte string iterators.
18455         * lib/mbiter.h: Include <string.h>.
18456         (mbiter_multi_copy): New function.
18457         (mbi_copy): New macro.
18458         * lib/mbuiter.h: Include <string.h>.
18459         (mbuiter_multi_copy): New function.
18460         (mbui_copy): New macro.
18461
18462 2007-02-11  Bruno Haible  <bruno@clisp.org>
18463
18464         New module mbslen.
18465         * modules/mbslen: New file.
18466         * lib/mbslen.c: New file.
18467         * lib/string_.h (mbslen): New declaration.
18468         * m4/mbslen.m4: New file.
18469         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18470         GNULIB_MBSLEN.
18471         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
18472         * MODULES.html.sh (Internationalization functions): Add mbslen.
18473
18474 2007-02-11  Bruno Haible  <bruno@clisp.org>
18475
18476         Ensure O(n) worst-case complexity of strcasestr substitute.
18477         * lib/strcasestr.c: Include stdbool.h.
18478         (knuth_morris_pratt): New function.
18479         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18480         bookkeeping indicates that it's worth it.
18481         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
18482
18483         * modules/strcasestr-tests: New file.
18484         * tests/test-strcasestr.c: New file.
18485
18486 2007-02-11  Bruno Haible  <bruno@clisp.org>
18487
18488         Ensure O(n) worst-case complexity of c_strcasestr.
18489         * lib/c-strcasestr.c: Include stdbool.h, string.h.
18490         (knuth_morris_pratt): New function.
18491         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
18492         the bookkeeping indicates that it's worth it.
18493         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
18494
18495         * modules/c-strcasestr-tests: New file.
18496         * tests/test-c-strcasestr.c: New file.
18497
18498 2007-02-11  Bruno Haible  <bruno@clisp.org>
18499
18500         Ensure O(n) worst-case complexity of c_strstr.
18501         * lib/c-strstr.c: Include stdbool.h, string.h.
18502         (knuth_morris_pratt): New function.
18503         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18504         bookkeeping indicates that it's worth it.
18505         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
18506
18507         * lib/c-strstr.c: Complete rewrite for maintainability.
18508
18509         * modules/c-strstr-tests: New file.
18510         * tests/test-c-strstr.c: New file.
18511
18512 2007-02-11  Bruno Haible  <bruno@clisp.org>
18513
18514         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
18515         5.2.1 and earlier, whereby \055 was treated just like the range
18516         delimiter '-'.
18517         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18518
18519 2007-02-08  Bruno Haible  <bruno@clisp.org>
18520
18521         * modules/regex (Depends-on): Add stdbool.
18522         Reported by Dalibor Topic <robilad@kaffe.org>.
18523
18524 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18525
18526         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
18527         Prefer returning from main to exiting from it.
18528         Remove unnecessary parens after sizeof.
18529
18530 2007-02-05  Bruno Haible  <bruno@clisp.org>
18531
18532         New module mbssep.
18533         * modules/mbssep: New file.
18534         * lib/mbssep.c: New file.
18535         * lib/string_.h (strsep): Add a conditional link warning.
18536         (mbssep): New declaration.
18537         * m4/mbssep.m4: New file.
18538         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18539         GNULIB_MBSSEP.
18540         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
18541         * MODULES.html.sh (Internationalization functions): Add mbssep.
18542
18543 2007-02-05  Bruno Haible  <bruno@clisp.org>
18544
18545         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
18546         Optimize search in case of 1 delimiter.
18547
18548 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
18549
18550         * lib/acl.h: Include sys/types.h before sys/acl.h.
18551
18552 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
18553
18554         Merge upstream fix for glibc bugzilla #3957:
18555
18556         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
18557
18558         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
18559         bit for RE_HAT_LISTS_NOT_NEWLINE.
18560         (build_charclass_op): Remove bogus comment.
18561
18562 2007-02-05  Simon Josefsson  <simon@josefsson.org>
18563
18564         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
18565
18566 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
18567
18568         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
18569         * lib/memmem.c [!defined _LIBC]: Include config.h.
18570
18571 2007-02-04  Bruno Haible  <bruno@clisp.org>
18572
18573         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
18574         warning message.
18575
18576 2007-02-04  Bruno Haible  <bruno@clisp.org>
18577
18578         New module mbstok_r.
18579         * modules/mbstok_r: New file.
18580         * lib/mbstok_r.c: New file.
18581         * lib/string_.h (strtok_r): Change argument names to match the
18582         comments. Add a conditional link warning.
18583         (mbstok_r): New declaration.
18584         * m4/mbstok_r.m4: New file.
18585         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18586         GNULIB_MBSTOK_R.
18587         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
18588         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
18589
18590 2007-02-04  Bruno Haible  <bruno@clisp.org>
18591
18592         New module mbsspn.
18593         * modules/mbsspn: New file.
18594         * lib/mbsspn.c: New file.
18595         * lib/string_.h (strspn): Add a conditional link warning.
18596         (mbsspn): New declaration.
18597         * m4/mbsspn.m4: New file.
18598         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18599         GNULIB_MBSSPN.
18600         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
18601         * MODULES.html.sh (Internationalization functions): Add mbsspn.
18602
18603 2007-02-04  Bruno Haible  <bruno@clisp.org>
18604
18605         New module mbspbrk.
18606         * modules/mbspbrk: New file.
18607         * lib/mbspbrk.c: New file.
18608         * lib/string_.h (strpbrk): Add a conditional link warning.
18609         (mbspbrk): New declaration.
18610         * m4/mbspbrk.m4: New file.
18611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18612         GNULIB_MBSPBRK.
18613         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
18614         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
18615
18616 2007-02-04  Bruno Haible  <bruno@clisp.org>
18617
18618         New module mbscspn.
18619         * modules/mbscspn: New file.
18620         * lib/mbscspn.c: New file.
18621         * lib/string_.h (strcspn): Add a conditional link warning.
18622         (mbscspn): New declaration.
18623         * m4/mbscspn.m4: New file.
18624         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18625         GNULIB_MBSCSPN.
18626         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
18627         * MODULES.html.sh (Internationalization functions): Add mbscspn.
18628
18629 2007-02-04  Bruno Haible  <bruno@clisp.org>
18630
18631         New module mbscasestr, reduced goal of strcasestr.
18632         * modules/mbscasestr: New file.
18633         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
18634         (mbscasestr): Renamed from strcasestr.
18635         * lib/strcasestr.c: Don't include mbuiter.h.
18636         (strcasestr): Remove support for multibyte locales.
18637         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
18638         Change the conditional link warning.
18639         (mbscasestr): New declaration.
18640         * m4/mbscasestr.m4: New file.
18641         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
18642         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
18643         REPLACE_STRCASESTR.
18644         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
18645         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18646         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
18647         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
18648         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
18649         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
18650         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
18651         (Depends-on): Remove mbuiter.
18652         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
18653
18654 2007-02-04  Bruno Haible  <bruno@clisp.org>
18655
18656         Simplify handling of strncasecmp.
18657         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
18658         the conditional link warning.
18659         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18660         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
18661         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
18662         * modules/strcase (configure.ac): Don't invoke
18663         gl_STRING_MODULE_INDICATOR.
18664         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
18665
18666 2007-02-04  Bruno Haible  <bruno@clisp.org>
18667
18668         New module mbscasecmp, reduced goal of strcasecmp.
18669         * modules/mbscasecmp: New file.
18670         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
18671         (mbscasecmp): Renamed from strcasecmp.
18672         * lib/strcasecmp.c: Don't include mbuiter.h.
18673         (strcasecmp): Remove support for multibyte locales.
18674         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
18675         Change the conditional link warning.
18676         (mbscasecmp): New declaration.
18677         * m4/mbscasecmp.m4: New file.
18678         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
18679         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
18680         REPLACE_STRCASECMP.
18681         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
18682         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18683         GNULIB_MBSCASECMP.
18684         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
18685         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
18686         * modules/strcase (Files): Remove m4/mbrtowc.m4.
18687         (Depends-on): Remove mbuiter.
18688         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
18689
18690 2007-02-04  Bruno Haible  <bruno@clisp.org>
18691
18692         New module mbsstr. Remove module strstr.
18693         * modules/mbsstr: New file.
18694         * modules/strstr: Remove file.
18695         * lib/mbsstr.c: Renamed from lib/strstr.c.
18696         (mbsstr): Renamed from strstr.
18697         * lib/string_.h (strstr): Remove declaration. Change the conditional
18698         link warning.
18699         (mbsstr): New declaration.
18700         * m4/mbsstr.m4: New file.
18701         * m4/strstr.m4: Remove file.
18702         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
18703         REPLACE_STRSTR.
18704         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
18705         Don't initialize GNULIB_STRSTR.
18706         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
18707         substitute GNULIB_STRSTR and REPLACE_STRSTR.
18708         * MODULES.html.sh (Internationalization functions): Add mbsstr.
18709         (Support for systems lacking ANSI C 89): Remove strstr.
18710
18711 2007-02-04  Bruno Haible  <bruno@clisp.org>
18712
18713         New module mbsrchr.
18714         * modules/mbsrchr: New file.
18715         * lib/mbsrchr.c: New file.
18716         * lib/string_.h (strrchr): Add a conditional link warning.
18717         (mbsrchr): New declaration.
18718         * m4/mbsrchr.m4: New file.
18719         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18720         GNULIB_MBSRCHR.
18721         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
18722         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
18723
18724 2007-02-04  Bruno Haible  <bruno@clisp.org>
18725
18726         New module mbschr.
18727         * modules/mbschr: New file.
18728         * lib/mbschr.c: New file.
18729         * lib/string_.h (strchr): Add a conditional link warning.
18730         (mbschr): New declaration.
18731         * m4/mbschr.m4: New file.
18732         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18733         GNULIB_MBSCHR.
18734         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
18735         * MODULES.html.sh (Internationalization functions): Add mbschr.
18736
18737 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
18738
18739         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
18740
18741         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
18742
18743 2007-02-04  Bruno Haible  <bruno@clisp.org>
18744
18745         New module description section 'configure.ac-early'.
18746         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
18747         (func_get_autoconf_early_snippet): New function.
18748         (func_import, func_create_testdir): Use it. Remove special cases for
18749         modules 'extensions' and 'lock'.
18750         * modules/extensions (configure.ac-early): Require
18751         gl_USE_SYSTEM_EXTENSIONS.
18752         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
18753
18754 2007-02-04  Bruno Haible  <bruno@clisp.org>
18755
18756         Make use of gcj-4.3's -fsource and -ftarget option.
18757         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
18758         and if so try the options -fsource and -ftarget.
18759         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
18760         source_version, ftarget_option, target_version arguments.
18761         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
18762         (is_envjavac_oldgcj_14_14_usable): Renamed from
18763         is_envjavac_gcj_14_14_usable.
18764         (is_envjavac_oldgcj_14_13_usable): Renamed from
18765         is_envjavac_gcj_14_13_usable.
18766         (is_gcj_present): Update.
18767         (is_gcj_43, is_gcj43_usable): New functions.
18768         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
18769         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
18770         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
18771         try the options -fsource and -ftarget.
18772
18773 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18774
18775         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
18776         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
18777         larger value.
18778
18779 2007-02-03  Jim Meyering  <jim@meyering.net>
18780
18781         Give tools a better chance to allocate space for very large buffers.
18782         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
18783
18784         Make pwd and readlink work also when run with an unreadable parent dir
18785         on systems with openat support.
18786         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
18787         provided getcwd function, even when we have openat support.
18788         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
18789
18790 2007-02-02  Bruno Haible  <bruno@clisp.org>
18791
18792         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18793         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
18794         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
18795         portability problems if one of these functions is only used on specific
18796         platforms.
18797         Reported by Paul Eggert.
18798
18799 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
18800
18801         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
18802         is causing more trouble than it's curing.
18803         * lib/regex_internal.h (__mempcpy): Remove.
18804         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
18805         (and make the code a tad smaller to boot).
18806         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
18807
18808 2007-02-02  Jim Meyering  <jim@meyering.net>
18809
18810         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
18811         section, not in the Makefile.am: one.
18812
18813 2007-02-02  Eric Blake  <ebb9@byu.net>
18814
18815         * lib/strchrnul.c: Always include config.h first.
18816
18817         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
18818         gnulib strstr is not necessary here.
18819
18820 2007-02-02  Simon Josefsson  <simon@josefsson.org>
18821
18822         * m4/socklen.m4: Fix typo.
18823
18824 2007-02-02  Eric Blake  <ebb9@byu.net>
18825
18826         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
18827         * modules/netinet_in (Makefile.am): Likewise.
18828
18829 2007-02-01  Bruno Haible  <bruno@clisp.org>
18830
18831         * lib/string_.h (GL_LINK_WARNING): New macro.
18832         (strcasecmp, strstr, strcasestr): If provided by the system,
18833         conditionally define as a macro that leads to a warning instead of to
18834         an error.
18835         (strncasecmp): Conditionally define as a macro that leads to a warning.
18836
18837 2007-02-01  Karl Berry  <karl@gnu.org>
18838
18839         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
18840
18841 2007-02-01  Bruno Haible  <bruno@clisp.org>
18842
18843         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
18844         renamings.
18845
18846 2007-02-01  Eric Blake  <ebb9@byu.net>
18847
18848         * modules/regex (Depends-on): Revert dependence on mempcpy.
18849         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
18850         module's definition of mempcpy.
18851         Reported by Paul Eggert.
18852
18853 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18854
18855         * lib/string_.h: If the gnulib module XYZ is not present, undefine
18856         the symbol XYZ before redefining it.  This fixes a problem with
18857         programs that don't use XYZ, when compiled on systems that define
18858         XYZ to something else.
18859
18860 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
18861
18862         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
18863         occurs when "mkdir -m foo" creates a setgid directory that is (1)
18864         writeable to group or other and (2) is intended to have a special
18865         mode bit that is set or cleared.  In such a case, the directory
18866         should be neither group- nor other-writeable until the special
18867         mode bits are right.
18868
18869 2007-01-31  Eric Blake  <ebb9@byu.net>
18870
18871         * modules/mountlist (Depends-on): Add strstr.
18872
18873         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
18874         bug.
18875         * modules/string (Makefile.am): Remove redundant replacement.
18876         * modules/regex (Depends-on): Add mempcpy.
18877
18878 2007-01-31  Bruno Haible  <bruno@clisp.org>
18879
18880         New module description field 'Link'.
18881         * gnulib-tool (func_usage): Document --extract-link-directive.
18882         (sed_extract_prog): Recognize 'Link' directive.
18883         (func_get_link_directive): New function.
18884         (func_import): Show summary of link directives.
18885         Handle --extract-link-directive option.
18886         * modules/acl (Link): New section.
18887         * modules/clock-time (Link): New section.
18888         * modules/euidaccess (Link): New section.
18889         * modules/gettext (Link): New section.
18890         * modules/iconv (Link): New section.
18891         * modules/lock (Link): New section.
18892         * modules/nanosleep (Link): New section.
18893         * modules/readline (Link): New section.
18894
18895 2007-01-27  Bruno Haible  <bruno@clisp.org>
18896
18897         Enforce the use of gnulib modules for unportable <string.h> functions.
18898         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
18899         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
18900         (gl_HEADER_STRING_H_BODY): Require it.
18901         * lib/string_.h: If the gnulib module XYZ is not present, redefine
18902         the symbol XYZ to one that gives a link error.
18903         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
18904         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
18905         * modules/mempcpy (configure.ac): Likewise.
18906         * modules/memrchr (configure.ac): Likewise.
18907         * modules/stpcpy (configure.ac): Likewise.
18908         * modules/stpncpy (configure.ac): Likewise.
18909         * modules/strcase (configure.ac): Likewise.
18910         * modules/strcasestr (configure.ac): Likewise.
18911         * modules/strchrnul (configure.ac): Likewise.
18912         * modules/strdup (configure.ac): Likewise.
18913         * modules/strndup (configure.ac): Likewise.
18914         * modules/strnlen (configure.ac): Likewise.
18915         * modules/strpbrk (configure.ac): Likewise.
18916         * modules/strsep (configure.ac): Likewise.
18917         * modules/strstr (configure.ac): Likewise.
18918         * modules/strtok_r (configure.ac): Likewise.
18919
18920 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
18921
18922         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
18923
18924 2007-01-30  Jim Meyering  <jim@meyering.net>
18925
18926         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
18927
18928 2007-01-29  Bruno Haible  <bruno@clisp.org>
18929
18930         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
18931         * lib/execute.c: Likewise.
18932         * lib/pipe.c: Likewise.
18933         * lib/printf-args.h: Likewise.
18934         * lib/printf-args.c: Likewise.
18935         * lib/printf-parse.c: Likewise.
18936         * lib/vasnprintf.c: Likewise.
18937
18938 2007-01-29  Eric Blake  <ebb9@byu.net>
18939
18940         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
18941         declaration.
18942
18943 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * lib/strptime.h (strptime): Use 'restrict' for args where
18946         POSIX requires this.
18947         * lib/strptime.c (strptime): Likewise.
18948         Change license notice from LGPL to GPL, since gnulib-tool will
18949         change this as needed.
18950         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
18951         defined.
18952         Include "strptime.h" first, to check interface.
18953         Do not #undef _LIBC and _NL_CURRENT.
18954         Do not include <stdlib.h>; no longer needed.
18955         Include "time_r.h" and declare ptime_locale_status
18956         only if _LIBC is not defined.
18957         (__P): Remove unused macro.
18958         (match_string): Bring back glibc version, but use it only if _LIBC
18959         is defined.
18960         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
18961         Remove unnecessary assertion and abort() call.
18962         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
18963         * m4/strptime.m4: Fix serial number comment.
18964         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
18965         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
18966         (Depends-on): Add time_r.
18967
18968 2007-01-29  Bruno Haible  <bruno@clisp.org>
18969
18970         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18971         strptime.
18972         * modules/strptime (Depends-on): Add stdbool.
18973         * lib/strptime.h: Include <time.h> always. Add comments.
18974
18975 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18976
18977         * modules/strptime: New file.
18978         * lib/strptime.h: New file.
18979         * lib/strptime.c: New file.
18980         * m4/strptime.m4: New file.
18981
18982 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * MODULES.html.sh: New module mpsort.
18985         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
18986
18987         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
18988         a circularity problem with HP-UX ia64 reported by Bob Proulx in
18989         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
18990         All uses changed.
18991         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
18992         All uses changed.
18993         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
18994         to _Restrict_.
18995         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
18996         the parameter matches the prototype.
18997
18998 2007-01-28  Jim Meyering  <jim@meyering.net>
18999
19000         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19001         sys/time.h here, reverting that part of the previous patch:
19002         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19003
19004 2007-01-28  Bruno Haible  <bruno@clisp.org>
19005
19006         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19007         value of $(SYS_TIME_H).
19008         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19009         remove it conditionally, too. [added by Jim Meyering]
19010         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19011         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19012         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19013         GETTIMEOFDAY_REPLACEMENT to 1.
19014
19015 2007-01-28  Bruno Haible  <bruno@clisp.org>
19016
19017         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19018         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19019         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19020         Set UNISTD_H instead of UNISTD_H2.
19021         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19022
19023 2007-01-28  Bruno Haible  <bruno@clisp.org>
19024
19025         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19026         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19027
19028 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19029
19030         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19031         (func_create_testdir): Ensure C locale for `grep' and `tr'
19032         character ranges.
19033         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19034         ACLOCAL_AMFLAGS parsing state machine.
19035
19036 2007-01-27  Bruno Haible  <bruno@clisp.org>
19037
19038         * modules/unistr/base: Update.
19039
19040 2007-01-27  Bruno Haible  <bruno@clisp.org>
19041
19042         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19043         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19044         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19045         modules/unistr/u32-mbtouc.
19046         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19047         * lib/unistr.h: Update.
19048         * lib/linebreak.c: Update.
19049         * modules/unistr/u32-mbtouc: Renamed from
19050         modules/unistr/u32-mbtouc-safe.
19051         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19052         * lib/unistr.h: Update.
19053         * lib/unistr/u32-to-u8.c: Update.
19054         * lib/unistr/u32-to-u16.c: Update.
19055
19056 2007-01-27  Bruno Haible  <bruno@clisp.org>
19057
19058         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19059         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19060         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19061         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19062         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19063         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19064         modules/unistr/u16-mbtouc.
19065         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19066         * lib/unistr.h: Update.
19067         * lib/linebreak.c: Update.
19068         * modules/linebreak: Update.
19069         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19070         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19071         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19072         * modules/unistr/u16-mbtouc: Renamed from
19073         modules/unistr/u16-mbtouc-safe.
19074         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19075         * lib/unistr.h: Update.
19076         * lib/unistr/u16-to-u8.c: Update.
19077         * modules/unistr/u16-to-u8: Update.
19078         * lib/unistr/u16-to-u32.c: Update.
19079         * modules/unistr/u16-to-u32: Update.
19080
19081 2007-01-27  Bruno Haible  <bruno@clisp.org>
19082
19083         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19084         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19085         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19086         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19087         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19088         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19089         modules/unistr/u8-mbtouc.
19090         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19091         * lib/unistr.h: Update.
19092         * lib/striconveh.c: Update.
19093         * modules/striconveh: Update.
19094         * lib/linebreak.c: Update.
19095         * modules/linebreak: Update.
19096         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19097         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19098         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19099         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19100         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19101         * lib/unistr.h: Update.
19102         * lib/striconveh.c: Update.
19103         * modules/striconveh: Update.
19104         * lib/unistr/u8-to-u16.c: Update.
19105         * modules/unistr/u8-to-u16: Update.
19106         * lib/unistr/u8-to-u32.c: Update.
19107         * modules/unistr/u8-to-u32: Update.
19108
19109 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19110
19111         Sync from Libtool.
19112         * lib/argz.c: Do not include strings.h nor memory.h, include
19113         string.h unconditionally.  Patch by Simon Josefsson.
19114
19115 2007-01-27  Bruno Haible  <bruno@clisp.org>
19116
19117         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19118         from gl_HEADER_STRING_H_BODY.
19119         (gl_HEADER_STRING_H_BODY): Require it.
19120         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19121         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19122         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19123         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19124         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19125         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19126         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19127         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19128         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19129         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19130         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19131         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19132         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19133         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19134         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19135
19136 2007-01-27  Bruno Haible  <bruno@clisp.org>
19137
19138         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19139         check_PROGRAMS into noinst_PROGRAMS.
19140         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19141         check_PROGRAMS in this case.
19142         (func_import): Set for_test to false.
19143         (func_create_testdir): Set for_test to true.
19144
19145 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19146             Bruno Haible  <bruno@clisp.org>
19147
19148         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19149         (Depends-on): Add string.
19150         (Includes): Use <string.h> instead of strcasestr.h.
19151         * modules/string (Makefile.am): Also substitute the value of
19152         REPLACE_STRCASESTR.
19153         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19154         assume strcasestr is declared in <string.h> not <strings.h>. Also
19155         set REPLACE_STRCASESTR.
19156         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19157         REPLACE_STRCASESTR.
19158         * lib/strcasestr.h: Remove file.
19159         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19160         * lib/string_.h (strcasestr): New declaration.
19161
19162 2007-01-27  Bruno Haible  <bruno@clisp.org>
19163
19164         * lib/string_.h: Use 'extern'.
19165
19166 2007-01-27  Jim Meyering  <jim@meyering.net>
19167
19168         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19169         of set-but-not-used local, "q".
19170
19171         * lib/mempcpy.c: Include <config.h> before <string.h>.
19172         This fixes a compilation error on HP-UX, due to the system's
19173         "restrict"-using mempcpy prototype.
19174
19175 2007-01-26  Bruno Haible  <bruno@clisp.org>
19176
19177         Small optimization.
19178         * lib/javacomp.c: Include c-strstr.h.
19179          (is_envjavac_gcj): Use c_strstr instead of strstr.
19180         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
19181
19182 2007-01-26  Bruno Haible  <bruno@clisp.org>
19183
19184         * MODULES.html.sh (Unicode string functions): Add the new modules.
19185
19186         * modules/uniconv/u32-strconv-to-locale: New file.
19187         * lib/uniconv/u32-strconv-to-locale.c: New file.
19188
19189         * modules/uniconv/u16-strconv-to-locale: New file.
19190         * lib/uniconv/u16-strconv-to-locale.c: New file.
19191
19192         * modules/uniconv/u8-strconv-to-locale: New file.
19193         * lib/uniconv/u8-strconv-to-locale.c: New file.
19194
19195         * modules/uniconv/u32-strconv-from-locale: New file.
19196         * lib/uniconv/u32-strconv-from-locale.c: New file.
19197
19198         * modules/uniconv/u16-strconv-from-locale: New file.
19199         * lib/uniconv/u16-strconv-from-locale.c: New file.
19200
19201         * modules/uniconv/u8-strconv-from-locale: New file.
19202         * lib/uniconv/u8-strconv-from-locale.c: New file.
19203
19204         * modules/uniconv/u32-strconv-to-enc: New file.
19205         * lib/uniconv/u32-strconv-to-enc.c: New file.
19206         * modules/uniconv/u32-strconv-to-enc-tests: New file.
19207         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
19208
19209         * modules/uniconv/u16-strconv-to-enc: New file.
19210         * lib/uniconv/u16-strconv-to-enc.c: New file.
19211         * lib/uniconv/u-strconv-to-enc.h: New file.
19212         * modules/uniconv/u16-strconv-to-enc-tests: New file.
19213         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
19214
19215         * modules/uniconv/u8-strconv-to-enc: New file.
19216         * lib/uniconv/u8-strconv-to-enc.c: New file.
19217         * modules/uniconv/u8-strconv-to-enc-tests: New file.
19218         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
19219
19220         * modules/uniconv/u32-strconv-from-enc: New file.
19221         * lib/uniconv/u32-strconv-from-enc.c: New file.
19222         * modules/uniconv/u32-strconv-from-enc-tests: New file.
19223         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
19224
19225         * modules/uniconv/u16-strconv-from-enc: New file.
19226         * lib/uniconv/u16-strconv-from-enc.c: New file.
19227         * modules/uniconv/u16-strconv-from-enc-tests: New file.
19228         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
19229
19230         * modules/uniconv/u8-strconv-from-enc: New file.
19231         * lib/uniconv/u8-strconv-from-enc.c: New file.
19232         * lib/uniconv/u-strconv-from-enc.h: New file.
19233         * modules/uniconv/u8-strconv-from-enc-tests: New file.
19234         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
19235
19236         * modules/uniconv/u32-conv-from-enc: New file.
19237         * lib/uniconv/u32-conv-from-enc.c: New file.
19238         * modules/uniconv/u32-conv-from-enc-tests: New file.
19239         * tests/uniconv/test-u32-conv-from-enc.c: New file.
19240
19241         * modules/uniconv/u16-conv-from-enc: New file.
19242         * lib/uniconv/u16-conv-from-enc.c: New file.
19243         * lib/uniconv/u-conv-from-enc.h: New file.
19244         * modules/uniconv/u16-conv-from-enc-tests: New file.
19245         * tests/uniconv/test-u16-conv-from-enc.c: New file.
19246
19247         * modules/uniconv/u8-conv-from-enc: New file.
19248         * lib/uniconv/u8-conv-from-enc.c: New file.
19249         * modules/uniconv/u8-conv-from-enc-tests: New file.
19250         * tests/uniconv/test-u8-conv-from-enc.c: New file.
19251
19252         * modules/uniconv/base: New file.
19253         * lib/uniconv.h: New file.
19254
19255 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19256
19257         * doc/gnulib-tool.texi (Initial import): Update to match current
19258         behavior with strdup module.
19259         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
19260         * lib/memmem.h: Remove; all uses removed.  This is now done
19261         by <string.h>.
19262         * lib/mempcpy.h: Likewise.
19263         * lib/memrchr.h: Likewise.
19264         * lib/stpcpy.h: Likewise.
19265         * lib/stpncpy.h: Likewise.
19266         * lib/strcase.h: Likewise.
19267         * lib/strchrnul.h: Likewise.
19268         * lib/strdup.h: Likewise.
19269         * lib/strndup.h: Likewise.
19270         * lib/strnlen.h: Likewise.
19271         * lib/strpbrk.h: Likewise.
19272         * lib/strsep.h: Likewise.
19273         * lib/strstr.h: Likewise.
19274         * lib/strtok_r.h: Likewise.
19275         * lib/string_.h: New file.
19276         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
19277         Rely on <string.h> instead.
19278         * lib/canon-host.c: Likewise.
19279         * lib/chdir-long.c: Likewise.
19280         * lib/concatpath.c: Likewise.
19281         * lib/exclude.c: Likewise.
19282         * lib/fchdir.c: Likewise.
19283         * lib/getaddrinfo.c: Likewise.
19284         * lib/getcwd.c: Likewise.
19285         * lib/getsubopt.c: Likewise.
19286         * lib/glob.c: Likewise.
19287         * lib/hard-locale.c: Likewise.
19288         * lib/iconvme.c: Likewise.
19289         * lib/javacomp.c: Likewise.
19290         * lib/mempcpy.c: Likewise.
19291         * lib/memrchr.c: Likewise.
19292         * lib/regex_internal.h: Likewise.
19293         * lib/stpncpy.c: Likewise.
19294         * lib/strcasecmp.c: Likewise.
19295         * lib/strchrnul.c: Likewise.
19296         * lib/strdup.c: Likewise.
19297         * lib/striconv.c: Likewise.
19298         * lib/striconveh.c: Likewise.
19299         * lib/striconveha.c: Likewise.
19300         * lib/strncasecmp.c: Likewise.
19301         * lib/strndup.c: Likewise.
19302         * lib/strnlen.c: Likewise.
19303         * lib/strsep.c: Likewise.
19304         * lib/strstr.c: Likewise.
19305         * lib/strtok_r.c: Likewise.
19306         * lib/userspec.c: Likewise.
19307         * lib/w32spawn.h: Likewise.
19308         * lib/xstrndup.c: Likewise.
19309         * lib/mountlist.c (strstr): Remove decl.
19310         * m4/string_h.m4: New file.
19311         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
19312         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
19313         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
19314         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
19315         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
19316         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
19317         Set REPLACE_STRCASECMP if necessary.
19318         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
19319         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
19320         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
19321         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
19322         HAVE_DECL_STRDUP if necessary.
19323         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
19324         since gl_FUNC_STRNDUP does that now.
19325         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
19326         Check for decl here...
19327         (gl_PREREQ_STRNLEN): ... not here.
19328         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
19329         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
19330         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
19331         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
19332         necessary.
19333         * modules/string: New file.
19334         * modules/memmem (Files): Remove special-purpose include file.
19335         (Depends-on): Add string.
19336         (Include): Include <string.h>, not the removed file.
19337         * modules/mempcpy: Likewise.
19338         * modules/memrchr: Likewise.
19339         * modules/stpcpy: Likewise.
19340         * modules/stpncpy: Likewise.
19341         * modules/strcase: Likewise.
19342         * modules/strchrnul: Likewise.
19343         * modules/strdup: Likewise.
19344         * modules/strndup: Likewise.
19345         * modules/strnlen: Likewise.
19346         * modules/strpbrk: Likewise.
19347         * modules/strsep: Likewise.
19348         * modules/strstr: Likewise.
19349         * modules/strtok_r: Likewise.
19350         * tests/test-dirname.c: Don't include "strdup.h", since
19351         <string.h> now suffices.
19352         * tests/test-memmem.c: Don't include "memmem.h", since
19353         <string.h> now suffices.
19354
19355 2007-01-25  Bruno Haible  <bruno@clisp.org>
19356
19357         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
19358         *resultp is 0.
19359
19360         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
19361         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
19362         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
19363         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
19364
19365         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
19366         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
19367         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
19368         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
19369         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
19370         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
19371
19372 2007-01-24  Bruno Haible  <bruno@clisp.org>
19373
19374         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
19375         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
19376         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
19377         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
19378         gl_FUNC_FTS_CORE.
19379         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
19380         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
19381         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19382         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
19383         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
19384         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
19385         gl_FUNC_FCHOWNAT.
19386         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
19387         gl_FUNC_STRFTIME.
19388         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
19389         Reported by Ralf Wildenhues.
19390
19391 2007-01-24  Bruno Haible  <bruno@clisp.org>
19392
19393         Drop AC_REQUIRE calls that are redundant with the module dependencies.
19394         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
19395         gl_GETADDRINFO.
19396         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
19397         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
19398         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
19399
19400 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
19403         Don't use 'exit'; just return from 'main'.
19404         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
19405
19406         * lib/fnmatch_.h: Readjust white space and comments to match
19407         glibc, to avoid spurious diffs.
19408
19409 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
19412         2004-12-01 change by Jakub Jelinek, since this code won't compile
19413         if !LIBC.  Problem reported by Bob Proulx.
19414
19415 2007-01-23  Bruno Haible  <bruno@clisp.org>
19416
19417         * lib/striconveh.c: Include c-strcaseeq.h.
19418         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
19419         * modules/striconveh (Depends-on): Add c-strcaseeq.
19420
19421 2007-01-23  Bruno Haible  <bruno@clisp.org>
19422
19423         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
19424
19425         * modules/c-strcaseeq: New file.
19426         * lib/c-strcaseeq.h: New file.
19427
19428         * modules/streq: New file.
19429         * lib/streq.h: New file.
19430
19431 2007-01-23  Bruno Haible  <bruno@clisp.org>
19432
19433         * modules/striconveha-tests: New file.
19434         * tests/test-striconveha.c: New file.
19435
19436         * lib/striconveha.h: Include <stdbool.h>.
19437         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
19438         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
19439         (mem_iconveha_notranslit): Renamed from mem_iconveha.
19440         (mem_iconveha): New function.
19441         (str_iconveha_notranslit): Renamed from str_iconveha.
19442         (str_iconveha): New function.
19443         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
19444         c-strcase.
19445
19446 2007-01-23  Bruno Haible  <bruno@clisp.org>
19447
19448         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
19449         encodings without forgiving before trying any encoding with handler.
19450         (str_iconveha): Try all encodings without forgiving before trying any
19451         encoding with handler.
19452
19453 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19454
19455         Import the following changes from libc.
19456
19457         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19458
19459         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
19460
19461         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19462
19463         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
19464         normal_bracket label.
19465
19466         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
19467
19468         [BZ #361]
19469         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
19470         to normal_bracket after fetching the next character.
19471
19472 2007-01-22  Bruno Haible  <bruno@clisp.org>
19473
19474         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
19475         argument.
19476         * lib/striconveh.c (iconv_carefully_1): New function.
19477         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
19478         argument.
19479         (str_cd_iconveh): Update.
19480         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
19481         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
19482         * tests/test-striconveh.c (MAGIC): New macro.
19483         (new_offsets): New function.
19484         (main): Test call with and without offsets.
19485
19486 2007-01-22  Bruno Haible  <bruno@clisp.org>
19487
19488         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
19489         * modules/sys_select (Makefile.am): Likewise.
19490         * modules/sys_socket (Makefile.am): Likewise.
19491         * modules/sys_time (Makefile.am): Likewise.
19492
19493 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19494
19495         * modules/gettimeofday (License): Change from GPL to LGPL, since
19496         gettimeofday is a library function.
19497
19498 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19499
19500         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
19501
19502 2007-01-21  Bruno Haible  <bruno@clisp.org>
19503
19504         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
19505
19506 2007-01-21  Bruno Haible  <bruno@clisp.org>
19507
19508         * modules/striconveha: New file.
19509         * lib/striconveha.h: New file.
19510         * lib/striconveha.c: New file.
19511         * MODULES.html.sh (Internationalization functions): Add striconveha.
19512         * lib/striconv.c (str_iconv): Optimize the case of an empty input
19513         string.
19514         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
19515
19516 2007-01-21  Bruno Haible  <bruno@clisp.org>
19517
19518         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
19519         * lib/striconveh.c (str_iconveh): Likewise.
19520
19521 2007-01-21  Bruno Haible  <bruno@clisp.org>
19522
19523         * lib/striconveh.h (mem_iconveh): New declaration.
19524         * lib/striconveh.c (mem_iconveh): New function.
19525         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
19526
19527 2007-01-21  Bruno Haible  <bruno@clisp.org>
19528
19529         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
19530
19531         * lib/striconveh.h (mem_cd_iconveh): Change specification.
19532         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
19533         original result buffer.
19534         (str_cd_iconveh): Update.
19535         * tests/test-striconveh.c (main): Update.
19536
19537         * lib/striconv.h (mem_cd_iconv): Change specification.
19538         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
19539         result buffer.
19540         (str_cd_iconv): Update.
19541         * tests/test-striconv.c (main): Update.
19542
19543 2007-01-21  Bruno Haible  <bruno@clisp.org>
19544
19545         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
19546
19547 2007-01-20  Jim Meyering  <jim@meyering.net>
19548
19549         * lib/userspec.c (parse_with_separator): If a user or group string
19550         starts with "+", skip the corresponding name-to-ID look-up, since
19551         such a look-up must fail: user and group names may not include "+".
19552
19553 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
19554
19555         * lib/poll.c: Include sys/time.h and time.h unconditionally,
19556         since we now assume the sys_time module.
19557         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
19558         check for sys/time.h; no longer needed.
19559         * modules/poll (Depends-on): Depend on sys_time.
19560
19561 2007-01-18  Bruno Haible  <bruno@clisp.org>
19562
19563         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
19564         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
19565
19566         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
19567         gettimeofday.
19568
19569         * tests/test-gettimeofday.c: Include <time.h>.
19570         (dummy): Remove variable.
19571
19572         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
19573         gl_HEADER_SYS_TIME_H.
19574         (gl_HEADER_SYS_TIME_H): New macro.
19575
19576         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
19577         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19578         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
19579         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
19580         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19581         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
19582         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
19583         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19584         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
19585         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
19586         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19587
19588         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
19589         last change; it caused a compilation error when cross-compiling to
19590         Cygwin.
19591
19592 2007-01-18  Jim Meyering  <jim@meyering.net>
19593
19594         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
19595         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
19596         than the race-prone "test -d sys || mkdir sys".
19597         (configure.ac): Use AC_PROG_MKDIR_P.
19598         * modules/sys_select: Likewise.
19599         * modules/sys_socket: Likewise.
19600         * modules/sys_time: Likewise.
19601
19602 2007-01-18  Eric Blake  <ebb9@byu.net>
19603
19604         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
19605         replace gettimeofday.
19606         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
19607         name, to avoid infinite recursion.
19608
19609 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
19610
19611         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
19612         module sys_time.
19613         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
19614         assume timespec.h defines struct timeval.
19615         * lib/settime.c: Likewise.
19616         * lib/utimens.c: Likewise.
19617         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
19618         since we now assume the gettimeofday module.
19619         * lib/tempname.c (__gen_tempname): Likewise.
19620         * lib/gettimeofday.h: Remove.
19621         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
19622         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
19623         Include <time.h>, for 'time()'.
19624         (localtime_buffer_addr): Also use this workaround if
19625         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
19626         to simplify the uses.  All uses changed.
19627         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
19628         that #undef is inside {}, and 'const' follows type name consistently.
19629         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
19630         (gettimeofday): Do not use the maximum possible value for
19631         tv->tv_usec, since that might break usages other than ls.c.
19632         Instead, we'll leave ls.c alone.  This undoes today's patch
19633         by Bruno.  Add a compile-time warning for 1s-clock resolution;
19634         we've never observed the problem but might as well keep the
19635         canary.
19636         * lib/nanosleep.c: Include timespec.h first, for interface check.
19637         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
19638         now assume the sys_time module.
19639         * lib/tempname.c: Likewise.
19640         * lib/timespec.h: Likewise.
19641         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
19642         needed.
19643         * lib/strftime.c: Likewise.
19644         * lib/timespec.h: Likewise.
19645         * lib/posixtm.c: Include posixtm.h first, for interface check.
19646         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
19647         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
19648         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
19649         * lib/sys_time_.h: New file.
19650         * lib/timespec.h (struct timespec): Use long int, not long.
19651         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19652         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
19653         Remove obsolescent call to AC_HEADER_TIME.
19654         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
19655         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
19656         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
19657         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
19658         Likewise.
19659         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
19660         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
19661         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
19662         into the sys_time module.  Check for gettimeofday just once.
19663         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
19664         for gettimeofday signature to just check the signature.  Merely
19665         compile it, since linking doesn't test signature.  Improve test for
19666         whether gettimeofday.o is actually needed.
19667         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
19668         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
19669         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
19670         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19671         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
19672         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
19673         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
19674         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
19675         than worrying about sys/time.h.
19676         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19677         Don't bother worrying about TIME_WITH_SYS_TIME.
19678         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
19679         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
19680         * m4/sys_time_h.m4: New file.
19681         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
19682         Don't include sys/time.h.  Return from main rather than exiting.
19683         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
19684         all uses changed.
19685         * modules/gethrxtime (Depends-on): Add sys_time.
19686         * modules/gettime (Depends-on): Likewise.
19687         * modules/gettimeofday (Depends-on): Likewise.
19688         * modules/nanosleep (Depends-on): Likewise.
19689         * modules/settime (Depends-on): Likewise.
19690         * modules/tempname (Depends-on): Likewise.
19691         * modules/utimens (Depends-on): Likewise.
19692         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
19693         (Include:) Change back to <sys/time.h>.
19694         (Maintainer:) Add self.
19695         * modules/sys_time: New file.
19696         * modules/tempname (Depends-on): Add gettimeofday.
19697         * tests/test-gettimeofday.c: Include <sys/time.h>
19698         rather than gettimeofday.h.
19699
19700 2007-01-17  Bruno Haible  <bruno@clisp.org>
19701
19702         * gnulib-tool (func_get_license): Revert last patch. Instead, let
19703         the license default to GPL.
19704         (func_create_testdir): Don't complain if a module is LGPL and its
19705         tests module depends on GPLed modules.
19706
19707 2007-01-17  Bruno Haible  <bruno@clisp.org>
19708
19709         * lib/gettimeofday.c (gettimeofday): Add code for the case
19710         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
19711         maximum possible value for tv->tv_usec, rather than the minimum one.
19712
19713 2005-10-08  Martin Lambers  <marlam@marlam.de>
19714 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19715 2007-01-16  Bruno Haible  <bruno@clisp.org>
19716
19717         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
19718         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
19719         gl_FUNC_GETTIMEOFDAY.
19720         (Include): Add gettimeofday.h.
19721         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
19722         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
19723         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
19724         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
19725         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
19726         * lib/gettimeofday.h: New file.
19727         * lib/gettimeofday.c: Include <sys/timeb.h>.
19728         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
19729         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19730         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
19731         fall back on time().
19732
19733         * tests/test-gettimeofday.c: New file.
19734         * modules/gettimeofday-tests: New file.
19735
19736 2007-01-16  Eric Blake  <ebb9@byu.net>
19737
19738         * modules/fnmatch (Depends-on): Depend on wchar.
19739         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
19740         * m4/fnmatch.m4: Likewise.
19741         * modules/mbchar (Makefile.am): Assume <wchar.h>.
19742         * m4/mbchar.m4: Likewise.
19743         * modules/mbswidth (Depends-on): Depend on wchar.
19744         * lib/mbswidth.c: Assume <wchar.h>.
19745         * m4/mbswidth.m4: Likewise.
19746         * modules/quotearg (Depends-on): Depend on wchar.
19747         * lib/quotearg.c: Assume <wchar.h>.
19748         * m4/quotearg.m4: Likewise.
19749         * modules/regex (Depends-on): Depend on wchar.
19750         * lib/regex_internal.h: Assume <wchar.h>.
19751         * m4/regex.m4: Likewise.
19752         * modules/stdint (Depends-on): Depend on wchar.
19753         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
19754         * m4/stdint.m4: Likewise.
19755         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
19756         * modules/strftime (Depends-on): Depend on wchar.
19757         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
19758         * modules/strtol (Depends-on): Depend on wchar.
19759         * lib/strtol.c: Assume <wchar.h>.
19760         * modules/wcwidth (Depends-on): Depend on wchar.
19761         * lib/wcwidth.h: Assume <wchar.h>.
19762         * m4/wcwidth.m4: Likewise.
19763
19764 2007-01-16  Bruno Haible  <bruno@clisp.org>
19765
19766         * modules/csharpexec-script: New, created from...
19767         * modules/csharpexec: ... this.
19768
19769 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
19770
19771         * modules/javaexec-script: New, created from...
19772         * modules/javaexec: ... this.
19773
19774 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19775
19776         * modules/poll (Dependencies): Add sys_select.
19777
19778 2007-01-15  Jim Meyering  <jim@meyering.net>
19779
19780         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
19781         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
19782         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
19783         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
19784
19785 2007-01-15  Bruno Haible  <bruno@clisp.org>
19786
19787         * modules/striconveh: New file.
19788         * lib/striconveh.h: New file.
19789         * lib/striconveh.c: New file.
19790         * MODULES.html.sh (Internationalization functions): Add striconveh.
19791
19792         * modules/striconveh-tests: New file.
19793         * tests/test-striconveh.c: New file.
19794
19795 2007-01-15  Bruno Haible  <bruno@clisp.org>
19796
19797         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
19798         not from GNU libiconv or GNU libc.
19799
19800 2007-01-15  Bruno Haible  <bruno@clisp.org>
19801
19802         * doc/gnulib-intro.texi (Copyright): Explain the different license
19803         terms for module descriptions, autoconf macros, tests, documentation.
19804
19805 2007-01-14  Bruno Haible  <bruno@clisp.org>
19806
19807         * modules/striconv-tests: New file.
19808         * tests/test-striconv.c: New file.
19809
19810 2007-01-14  Bruno Haible  <bruno@clisp.org>
19811
19812         * modules/iconv-tests: New file.
19813         * tests/test-iconv.c: New file.
19814
19815 2007-01-14  Bruno Haible  <bruno@clisp.org>
19816
19817         * gnulib-tool (func_get_license): For test modules, use the license of
19818         the main module.
19819
19820 2007-01-14  Bruno Haible  <bruno@clisp.org>
19821
19822         * modules/iconv (Include): Clarify that <iconv.h> can only be included
19823         if iconv is found to exist.
19824
19825 2007-01-14  Bruno Haible  <bruno@clisp.org>
19826
19827         * modules/c-ctype-tests: New file.
19828         * tests/test-c-ctype.c: New file.
19829
19830 2007-01-14  Bruno Haible  <bruno@clisp.org>
19831
19832         * modules/binary-io-tests: New file.
19833         * tests/test-binary-io.sh: New file.
19834         * tests/test-binary-io.c: New file.
19835
19836 2007-01-14  Bruno Haible  <bruno@clisp.org>
19837
19838         * modules/array-oset-tests: New file.
19839         * tests/test-array_oset.c: New file.
19840
19841 2007-01-14  Bruno Haible  <bruno@clisp.org>
19842
19843         * modules/array-list-tests: New file.
19844         * tests/test-array_list.c: New file.
19845
19846 2007-01-14  Bruno Haible  <bruno@clisp.org>
19847
19848         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
19849         and make.
19850         Reported by Simon Josefsson in
19851         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
19852
19853 2007-01-14  Bruno Haible  <bruno@clisp.org>
19854
19855         * modules/allocsa-tests: New file.
19856         * tests/test-allocsa.c: New file.
19857
19858 2007-01-14  Bruno Haible  <bruno@clisp.org>
19859
19860         * modules/fchdir (Depends-on): Add absolute-header.
19861         * modules/unistd (Depends-on): Likewise.
19862
19863 2006-12-30  Bruno Haible  <bruno@clisp.org>
19864
19865         * modules/fchdir: New file.
19866         * modules/unistd (Files): Add lib/unistd_.h.
19867         (Makefile.am): Generate unistd.h from unistd_.h.
19868         * lib/fchdir.c: New file.
19869         * lib/dirent_.h: New file.
19870         * lib/unistd_.h: New file.
19871         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
19872         * m4/fchdir.m4: New file.
19873         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
19874         (gl_HEADER_UNISTD): Invoke it.
19875         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
19876         function.
19877         * lib/backupfile.c (opendir, closedir): Undefine.
19878         * lib/chown.c (open, close): Undefine.
19879         * lib/clean-temp.c (open, close): Undefine.
19880         * lib/copy-file.c (open, close): Undefine.
19881         * lib/execute.c (open, close): Undefine.
19882         * lib/fsusage.c (open, close): Undefine.
19883         * lib/gc-gnulib.c (open, close): Undefine.
19884         * lib/getcwd.c (opendir, closedir): Undefine.
19885         * lib/glob.c (opendir, closedir): Undefine.
19886         * lib/javacomp.c (open, close): Undefine.
19887         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
19888         * lib/openat-proc.c (open, close): Undefine.
19889         * lib/pagealign_alloc.c (open, close): Undefine.
19890         * lib/pipe.c (open, close): Undefine.
19891         * lib/progreloc.c (open, close): Undefine.
19892         * lib/savedir.c (opendir, closedir): Undefine.
19893         * lib/utime.c (open, close): Undefine.
19894         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
19895
19896 2007-01-10  Bruno Haible  <bruno@clisp.org>
19897
19898         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
19899
19900 2007-01-12  Eric Blake  <ebb9@byu.net>
19901
19902         Provide a robust <wchar.h>.  Further simplifications are now
19903         possible in other modules, but not included here.
19904         * modules/wchar: New module.
19905         * m4/wchar.m4: New file.
19906         * lib/wchar_.h: Likewise.
19907         * modules/mbchar (Depends-on): Depend on wchar, as the first use
19908         of the new module.
19909         * MODULES.html.sh (Extended multibyte and wide character utilities):
19910         New section.
19911
19912 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
19913
19914         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
19915         to a reasonable default for memory allocation.
19916         (xreadlink): Don't allocate a huge buffer, to work around a buggy
19917         file system that reports garbage st_size values for symlinks.
19918         Problem reported by Liyang Hu.
19919
19920 2007-01-11  Simon Josefsson  <simon@josefsson.org>
19921
19922         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
19923         Emacs .#* auto-save files).
19924
19925 2007-01-11  Bruno Haible  <bruno@clisp.org>
19926
19927         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
19928         directory.
19929
19930 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19931
19932         Use @...@ consistently in lib/wctype_.h.
19933         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
19934         on it being set to 1 or 0.
19935         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
19936         go back to AC_SUBSTing it.
19937         * modules/wctype (Makefile.am): Undo previous change.
19938
19939 2007-01-10  Eric Blake  <ebb9@byu.net>
19940
19941         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
19942         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
19943         * modules/wctype (Makefile.am): Likewise.
19944         Reported by Chris McGuire.
19945
19946 2007-01-10  Jim Meyering  <jim@meyering.net>
19947
19948         fts.c: a small readability/maintainability improvement
19949         * lib/fts.c (fts_read): Make this code slightly more readable and
19950         maintainable by hoisting the "sp->fts_cur = p" assignments to
19951         immediately follow the statements that set P.  Derived from
19952         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
19953
19954 2007-01-10  Eric Blake  <ebb9@byu.net>
19955
19956         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
19957         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
19958         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19959         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19960         Reported by Chris McGuire.
19961
19962 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19963
19964         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
19965         in sed script.
19966
19967 2007-01-09  Bruno Haible  <bruno@clisp.org>
19968
19969         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
19970         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
19971         variables.
19972         (func_module): Use them.
19973
19974 2007-01-09  Bruno Haible  <bruno@clisp.org>
19975
19976         * modules/unistr/base: New file.
19977         * lib/unistr.h: New file.
19978
19979         * modules/unistr/u8-to-u16: New file.
19980         * lib/unistr/u8-to-u16.c: New file.
19981
19982         * modules/unistr/u8-to-u32: New file.
19983         * lib/unistr/u8-to-u32.c: New file.
19984
19985         * modules/unistr/u16-to-u8: New file.
19986         * lib/unistr/u16-to-u8.c: New file.
19987
19988         * modules/unistr/u16-to-u32: New file.
19989         * lib/unistr/u16-to-u32.c: New file.
19990
19991         * modules/unistr/u32-to-u8: New file.
19992         * lib/unistr/u32-to-u8.c: New file.
19993
19994         * modules/unistr/u32-to-u16: New file.
19995         * lib/unistr/u32-to-u16.c: New file.
19996
19997         * modules/unistr/u8-check: New file.
19998         * modules/unistr/u16-check: New file.
19999         * modules/unistr/u32-check: New file.
20000         * lib/unistr/u8-check.c: New file.
20001         * lib/unistr/u16-check.c: New file.
20002         * lib/unistr/u32-check.c: New file.
20003
20004         * modules/unistr/u8-chr: New file.
20005         * modules/unistr/u16-chr: New file.
20006         * modules/unistr/u32-chr: New file.
20007         * lib/unistr/u8-chr.c: New file.
20008         * lib/unistr/u16-chr.c: New file.
20009         * lib/unistr/u32-chr.c: New file.
20010
20011         * modules/unistr/u8-cmp: New file.
20012         * modules/unistr/u16-cmp: New file.
20013         * modules/unistr/u32-cmp: New file.
20014         * lib/unistr/u8-cmp.c: New file.
20015         * lib/unistr/u16-cmp.c: New file.
20016         * lib/unistr/u32-cmp.c: New file.
20017
20018         * modules/unistr/u8-cpy: New file.
20019         * modules/unistr/u16-cpy: New file.
20020         * modules/unistr/u32-cpy: New file.
20021         * lib/unistr/u8-cpy.c: New file.
20022         * lib/unistr/u16-cpy.c: New file.
20023         * lib/unistr/u32-cpy.c: New file.
20024         * lib/unistr/u-cpy.h: New file.
20025
20026         * modules/unistr/u8-cpy-alloc: New file.
20027         * modules/unistr/u16-cpy-alloc: New file.
20028         * modules/unistr/u32-cpy-alloc: New file.
20029         * lib/unistr/u8-cpy-alloc.c: New file.
20030         * lib/unistr/u16-cpy-alloc.c: New file.
20031         * lib/unistr/u32-cpy-alloc.c: New file.
20032         * lib/unistr/u-cpy-alloc.h: New file.
20033
20034         * modules/unistr/u8-endswith: New file.
20035         * modules/unistr/u16-endswith: New file.
20036         * modules/unistr/u32-endswith: New file.
20037         * lib/unistr/u8-endswith.c: New file.
20038         * lib/unistr/u16-endswith.c: New file.
20039         * lib/unistr/u32-endswith.c: New file.
20040         * lib/unistr/u-endswith.h: New file.
20041
20042         * modules/unistr/u8-mblen: New file.
20043         * modules/unistr/u16-mblen: New file.
20044         * modules/unistr/u32-mblen: New file.
20045         * lib/unistr/u8-mblen.c: New file.
20046         * lib/unistr/u16-mblen.c: New file.
20047         * lib/unistr/u32-mblen.c: New file.
20048
20049         * modules/unistr/u8-mbtouc: New file.
20050         * modules/unistr/u16-mbtouc: New file.
20051         * modules/unistr/u32-mbtouc: New file.
20052         * lib/unistr/u8-mbtouc.c: New file.
20053         * lib/unistr/u16-mbtouc.c: New file.
20054         * lib/unistr/u32-mbtouc.c: New file.
20055
20056         * modules/unistr/u8-mbtouc-safe: New file.
20057         * modules/unistr/u16-mbtouc-safe: New file.
20058         * modules/unistr/u32-mbtouc-safe: New file.
20059         * lib/unistr/u8-mbtouc-safe.c: New file.
20060         * lib/unistr/u16-mbtouc-safe.c: New file.
20061         * lib/unistr/u32-mbtouc-safe.c: New file.
20062
20063         * modules/unistr/u8-move: New file.
20064         * modules/unistr/u16-move: New file.
20065         * modules/unistr/u32-move: New file.
20066         * lib/unistr/u8-move.c: New file.
20067         * lib/unistr/u16-move.c: New file.
20068         * lib/unistr/u32-move.c: New file.
20069         * lib/unistr/u-move.h: New file.
20070
20071         * modules/unistr/u8-next: New file.
20072         * modules/unistr/u16-next: New file.
20073         * modules/unistr/u32-next: New file.
20074         * lib/unistr/u8-next.c: New file.
20075         * lib/unistr/u16-next.c: New file.
20076         * lib/unistr/u32-next.c: New file.
20077
20078         * modules/unistr/u8-prev: New file.
20079         * modules/unistr/u16-prev: New file.
20080         * modules/unistr/u32-prev: New file.
20081         * lib/unistr/u8-prev.c: New file.
20082         * lib/unistr/u16-prev.c: New file.
20083         * lib/unistr/u32-prev.c: New file.
20084
20085         * modules/unistr/u8-set: New file.
20086         * modules/unistr/u16-set: New file.
20087         * modules/unistr/u32-set: New file.
20088         * lib/unistr/u8-set.c: New file.
20089         * lib/unistr/u16-set.c: New file.
20090         * lib/unistr/u32-set.c: New file.
20091         * lib/unistr/u-set.h: New file.
20092
20093         * modules/unistr/u8-startswith: New file.
20094         * modules/unistr/u16-startswith: New file.
20095         * modules/unistr/u32-startswith: New file.
20096         * lib/unistr/u8-startswith.c: New file.
20097         * lib/unistr/u16-startswith.c: New file.
20098         * lib/unistr/u32-startswith.c: New file.
20099         * lib/unistr/u-startswith.h: New file.
20100
20101         * modules/unistr/u8-stpcpy: New file.
20102         * modules/unistr/u16-stpcpy: New file.
20103         * modules/unistr/u32-stpcpy: New file.
20104         * lib/unistr/u8-stpcpy.c: New file.
20105         * lib/unistr/u16-stpcpy.c: New file.
20106         * lib/unistr/u32-stpcpy.c: New file.
20107         * lib/unistr/u-stpcpy.h: New file.
20108
20109         * modules/unistr/u8-stpncpy: New file.
20110         * modules/unistr/u16-stpncpy: New file.
20111         * modules/unistr/u32-stpncpy: New file.
20112         * lib/unistr/u8-stpncpy.c: New file.
20113         * lib/unistr/u16-stpncpy.c: New file.
20114         * lib/unistr/u32-stpncpy.c: New file.
20115         * lib/unistr/u-stpncpy.h: New file.
20116
20117         * modules/unistr/u8-strcat: New file.
20118         * modules/unistr/u16-strcat: New file.
20119         * modules/unistr/u32-strcat: New file.
20120         * lib/unistr/u8-strcat.c: New file.
20121         * lib/unistr/u16-strcat.c: New file.
20122         * lib/unistr/u32-strcat.c: New file.
20123         * lib/unistr/u-strcat.h: New file.
20124
20125         * modules/unistr/u8-strchr: New file.
20126         * modules/unistr/u16-strchr: New file.
20127         * modules/unistr/u32-strchr: New file.
20128         * lib/unistr/u8-strchr.c: New file.
20129         * lib/unistr/u16-strchr.c: New file.
20130         * lib/unistr/u32-strchr.c: New file.
20131
20132         * modules/unistr/u8-strcmp: New file.
20133         * modules/unistr/u16-strcmp: New file.
20134         * modules/unistr/u32-strcmp: New file.
20135         * lib/unistr/u8-strcmp.c: New file.
20136         * lib/unistr/u16-strcmp.c: New file.
20137         * lib/unistr/u32-strcmp.c: New file.
20138
20139         * modules/unistr/u8-strcpy: New file.
20140         * modules/unistr/u16-strcpy: New file.
20141         * modules/unistr/u32-strcpy: New file.
20142         * lib/unistr/u8-strcpy.c: New file.
20143         * lib/unistr/u16-strcpy.c: New file.
20144         * lib/unistr/u32-strcpy.c: New file.
20145         * lib/unistr/u-strcpy.h: New file.
20146
20147         * modules/unistr/u8-strcspn: New file.
20148         * modules/unistr/u16-strcspn: New file.
20149         * modules/unistr/u32-strcspn: New file.
20150         * lib/unistr/u8-strcspn.c: New file.
20151         * lib/unistr/u16-strcspn.c: New file.
20152         * lib/unistr/u32-strcspn.c: New file.
20153         * lib/unistr/u-strcspn.h: New file.
20154
20155         * modules/unistr/u8-strdup: New file.
20156         * modules/unistr/u16-strdup: New file.
20157         * modules/unistr/u32-strdup: New file.
20158         * lib/unistr/u8-strdup.c: New file.
20159         * lib/unistr/u16-strdup.c: New file.
20160         * lib/unistr/u32-strdup.c: New file.
20161         * lib/unistr/u-strdup.h: New file.
20162
20163         * modules/unistr/u8-strlen: New file.
20164         * modules/unistr/u16-strlen: New file.
20165         * modules/unistr/u32-strlen: New file.
20166         * lib/unistr/u8-strlen.c: New file.
20167         * lib/unistr/u16-strlen.c: New file.
20168         * lib/unistr/u32-strlen.c: New file.
20169         * lib/unistr/u-strlen.h: New file.
20170
20171         * modules/unistr/u8-strmblen: New file.
20172         * modules/unistr/u16-strmblen: New file.
20173         * modules/unistr/u32-strmblen: New file.
20174         * lib/unistr/u8-strmblen.c: New file.
20175         * lib/unistr/u16-strmblen.c: New file.
20176         * lib/unistr/u32-strmblen.c: New file.
20177
20178         * modules/unistr/u8-strmbtouc: New file.
20179         * modules/unistr/u16-strmbtouc: New file.
20180         * modules/unistr/u32-strmbtouc: New file.
20181         * lib/unistr/u8-strmbtouc.c: New file.
20182         * lib/unistr/u16-strmbtouc.c: New file.
20183         * lib/unistr/u32-strmbtouc.c: New file.
20184
20185         * modules/unistr/u8-strncat: New file.
20186         * modules/unistr/u16-strncat: New file.
20187         * modules/unistr/u32-strncat: New file.
20188         * lib/unistr/u8-strncat.c: New file.
20189         * lib/unistr/u16-strncat.c: New file.
20190         * lib/unistr/u32-strncat.c: New file.
20191         * lib/unistr/u-strncat.h: New file.
20192
20193         * modules/unistr/u8-strncmp: New file.
20194         * modules/unistr/u16-strncmp: New file.
20195         * modules/unistr/u32-strncmp: New file.
20196         * lib/unistr/u8-strncmp.c: New file.
20197         * lib/unistr/u16-strncmp.c: New file.
20198         * lib/unistr/u32-strncmp.c: New file.
20199
20200         * modules/unistr/u8-strncpy: New file.
20201         * modules/unistr/u16-strncpy: New file.
20202         * modules/unistr/u32-strncpy: New file.
20203         * lib/unistr/u8-strncpy.c: New file.
20204         * lib/unistr/u16-strncpy.c: New file.
20205         * lib/unistr/u32-strncpy.c: New file.
20206         * lib/unistr/u-strncpy.h: New file.
20207
20208         * modules/unistr/u8-strnlen: New file.
20209         * modules/unistr/u16-strnlen: New file.
20210         * modules/unistr/u32-strnlen: New file.
20211         * lib/unistr/u8-strnlen.c: New file.
20212         * lib/unistr/u16-strnlen.c: New file.
20213         * lib/unistr/u32-strnlen.c: New file.
20214         * lib/unistr/u-strnlen.h: New file.
20215
20216         * modules/unistr/u8-strpbrk: New file.
20217         * modules/unistr/u16-strpbrk: New file.
20218         * modules/unistr/u32-strpbrk: New file.
20219         * lib/unistr/u8-strpbrk.c: New file.
20220         * lib/unistr/u16-strpbrk.c: New file.
20221         * lib/unistr/u32-strpbrk.c: New file.
20222         * lib/unistr/u-strpbrk.h: New file.
20223
20224         * modules/unistr/u8-strrchr: New file.
20225         * modules/unistr/u16-strrchr: New file.
20226         * modules/unistr/u32-strrchr: New file.
20227         * lib/unistr/u8-strrchr.c: New file.
20228         * lib/unistr/u16-strrchr.c: New file.
20229         * lib/unistr/u32-strrchr.c: New file.
20230
20231         * modules/unistr/u8-strspn: New file.
20232         * modules/unistr/u16-strspn: New file.
20233         * modules/unistr/u32-strspn: New file.
20234         * lib/unistr/u8-strspn.c: New file.
20235         * lib/unistr/u16-strspn.c: New file.
20236         * lib/unistr/u32-strspn.c: New file.
20237         * lib/unistr/u-strspn.h: New file.
20238
20239         * modules/unistr/u8-strstr: New file.
20240         * modules/unistr/u16-strstr: New file.
20241         * modules/unistr/u32-strstr: New file.
20242         * lib/unistr/u8-strstr.c: New file.
20243         * lib/unistr/u16-strstr.c: New file.
20244         * lib/unistr/u32-strstr.c: New file.
20245         * lib/unistr/u-strstr.h: New file.
20246
20247         * modules/unistr/u8-strtok: New file.
20248         * modules/unistr/u16-strtok: New file.
20249         * modules/unistr/u32-strtok: New file.
20250         * lib/unistr/u8-strtok.c: New file.
20251         * lib/unistr/u16-strtok.c: New file.
20252         * lib/unistr/u32-strtok.c: New file.
20253         * lib/unistr/u-strtok.h: New file.
20254
20255         * modules/unistr/u8-uctomb: New file.
20256         * modules/unistr/u16-uctomb: New file.
20257         * modules/unistr/u32-uctomb: New file.
20258         * lib/unistr/u8-uctomb.c: New file.
20259         * lib/unistr/u16-uctomb.c: New file.
20260         * lib/unistr/u32-uctomb.c: New file.
20261
20262         * MODULES.html.sh (Unicode string functions): Add the new modules.
20263
20264 2007-01-08  Bruno Haible  <bruno@clisp.org>
20265
20266         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
20267         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
20268         subdirectories.
20269
20270 2007-01-08  Karl Berry  <karl@gnu.org>
20271
20272         * doc/error.texi: mention that main() fns must set program_name
20273         when progname is used.
20274
20275 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
20278         WCTYPE_H is empty, for the benefit of builds from non-distclean
20279         directories.  Problem reported by Eric Blake in
20280         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
20281
20282 2007-01-08  Bruno Haible  <bruno@clisp.org>
20283
20284         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
20285         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
20286         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
20287         PROVIDE_CANONICALIZE_FILENAME_MODE.
20288         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
20289
20290 2007-01-08  Bruno Haible  <bruno@clisp.org>
20291
20292         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
20293         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
20294         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
20295         * lib/fts.c: Likewise.
20296         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
20297
20298 2006-12-25  Bruno Haible  <bruno@clisp.org>
20299
20300         * modules/utf8-ucs4-safe: New file.
20301         * lib/utf8-ucs4-safe.h: New file.
20302         * lib/unistr/utf8-ucs4-safe.c: New file.
20303
20304         * modules/utf16-ucs4-safe: New file.
20305         * lib/utf16-ucs4-safe.h: New file.
20306         * lib/unistr/utf16-ucs4-safe.c: New file.
20307
20308         * MODULES.html.sh (Unicode string functions): Add the new modules.
20309
20310 2007-01-08  Bruno Haible  <bruno@clisp.org>
20311
20312         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
20313         (Depends-on): Add unitypes.
20314         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20315         (u8_mbtouc_aux): Move out to separate file.
20316         (u8_mbtouc): Use ucs4_t, uint8_t types.
20317         * lib/unistr/utf8-ucs4.c: New file.
20318
20319         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
20320         (Depends-on): Add unitypes.
20321         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20322         (u16_mbtouc_aux): Move out to separate file.
20323         (u16_mbtouc): Use ucs4_t, uint16_t types.
20324         * lib/unistr/utf16-ucs4.c: New file.
20325
20326         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
20327         (Depends-on): Add unitypes.
20328         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
20329         (u8_uctomb_aux): Move out to separate file.
20330         (u8_uctomb): Use ucs4_t, uint8_t types.
20331         * lib/unistr/ucs4-utf8.c: New file.
20332
20333         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
20334         (Depends-on): Add unitypes.
20335         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
20336         (u16_uctomb_aux): Move out to separate file.
20337         (u16_uctomb): Use ucs4_t, uint16_t types.
20338         * lib/unistr/ucs4-utf16.c: New file.
20339
20340 2006-12-25  Bruno Haible  <bruno@clisp.org>
20341
20342         * modules/unitypes: New file.
20343         * lib/unitypes.h: New file.
20344         * MODULES.html.sh (func_all_modules): New section "Unicode string
20345         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
20346         this section. Add unitypes.
20347
20348 2007-01-08  Bruno Haible  <bruno@clisp.org>
20349
20350         Avoid variable names that conflict with those from libtool.
20351         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
20352         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
20353         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
20354         library_names_spec to acl_library_names_spec, hardcode_* to
20355         acl_hardcode_*.
20356         Reported by Ralf Wildenhues.
20357
20358 2007-01-08  Bruno Haible  <bruno@clisp.org>
20359
20360         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
20361         definition.
20362         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
20363         definition.
20364         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
20365         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
20366         definition.
20367         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
20368         definition.
20369         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
20370         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
20371         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
20372         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
20373         definition.
20374         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
20375         definition.
20376         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
20377         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
20378         GC_USE_<algorithm>.
20379         * lib/gc-libgcrypt.c: Likewise.
20380         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
20381         * modules/gc-arctwo (configure.ac): Likewise.
20382         * modules/gc-des (configure.ac): Likewise.
20383         * modules/gc-hmac-md5 (configure.ac): Likewise.
20384         * modules/gc-hmac-sha1 (configure.ac): Likewise.
20385         * modules/gc-md2 (configure.ac): Likewise.
20386         * modules/gc-md4 (configure.ac): Likewise.
20387         * modules/gc-md5 (configure.ac): Likewise.
20388         * modules/gc-random (configure.ac): Likewise.
20389         * modules/gc-rijndael (configure.ac): Likewise.
20390         * modules/gc-sha1 (configure.ac): Likewise.
20391
20392 2007-01-08  Bruno Haible  <bruno@clisp.org>
20393
20394         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
20395         macro definition.
20396         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
20397         definition.
20398         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
20399         definition.
20400         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
20401         * modules/fcntl-safer (configure.ac): Likewise.
20402         * modules/fopen-safer (configure.ac): Likewise.
20403         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
20404         GNULIB_FWRITEERROR macro definition.
20405
20406 2007-01-08  Bruno Haible  <bruno@clisp.org>
20407
20408         * m4/gnulib-common.m4: New file.
20409         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
20410         (func_get_filelist): Add m4/gnulib-common.m4.
20411
20412 2007-01-08  Bruno Haible  <bruno@clisp.org>
20413
20414         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
20415         command.
20416
20417 2007-01-08  Jim Meyering  <jim@meyering.net>
20418
20419         Use a more robust test for a "can't happen" condition.
20420         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
20421         narrowed the st_size value.  Presuming the "can't happen" condition
20422         is true, that narrowing could conceivably convert an invalid st_size
20423         value into a valid one.  Instead, use a change based on Matthew
20424         Woehlke's original patch.
20425
20426         Slight readability improvement: use an assert-like macro
20427         in place of literal "abort ()" uses.
20428         * lib/fts.c (fts_assert): Define.
20429         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
20430         Use this macro instead of a bare 'abort'.
20431
20432 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
20433
20434         Don't worry about using IRIX 5.3's wctype.h broken definitions;
20435         simply work around them.
20436         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
20437         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
20438         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
20439         declaring.
20440         Don't bother to define as macros, since the standard doesn't require it.
20441         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
20442         longer worry about IRIX 5.3.
20443         (HAVE_WCTYPE_CTMP_BUG): Remove.
20444
20445 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20446
20447         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
20448         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
20449         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20450         Problems reported by Georg Schwarz for IRIX 5.3.
20451
20452         * gnulib-tool (autoconf_minversion): Take the maximum version number
20453         found, not the minimum.  Problem reported by James Youngman.
20454
20455 2007-01-03  Karl Berry  <karl@gnu.org>
20456
20457         * doc/error.texi: new file, explaining interaction with progname.
20458         * doc/gnulib.texi: include it.  Update copyright.
20459
20460 2007-01-03  Simon Josefsson  <simon@josefsson.org>
20461
20462         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
20463         AC_CANONICAL_HOST, to improve autobuild outputs.
20464
20465 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
20466             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20467
20468         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
20469         sockets, server sockets, and other file descriptors.  Count errors
20470         to compute the return value.  Reorder the code a bit to be easier
20471         to follow.  Don't set event bits that were not requested (except
20472         POLLERR and POLLHUP).
20473
20474 2007-01-01  Bruno Haible  <bruno@clisp.org>
20475
20476         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
20477
20478 2007-01-03  Jim Meyering  <jim@meyering.net>
20479
20480         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
20481
20482 2007-01-02  Bruno Haible  <bruno@clisp.org>
20483
20484         * modules/settime (Include): Require timespec.h.
20485         * modules/nanosleep (Include): Likewise.
20486
20487 2007-01-01  Bruno Haible  <bruno@clisp.org>
20488
20489         * gnulib-tool (func_emit_copyright_notice): Bump year.
20490         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
20491
20492 2007-01-01  Bruno Haible  <bruno@clisp.org>
20493
20494         Improve support for OpenBSD.
20495         * build-aux/config.rpath (libname_spec): Export.
20496         (library_names_spec): New variable. Export.
20497         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
20498         library_names_spec from the config.rpath output. Locate shared library
20499         through the name pattern in library_names_spec.
20500
20501 2007-01-01  Eric Blake  <ebb9@byu.net>
20502
20503         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
20504
20505 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
20506
20507         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
20508         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
20509         assume the C locale, and avoid an "eval" that could cause trouble.
20510         Problem with SORT reported by Bob Proulx.
20511
20512         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
20513         Define.  Trivial patch from Henning Nielsen Lund, originally
20514         sent to bug-grep@gnu.org today.
20515
20516 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
20519         struct stat.  Problem reported by Henning Nielsen Lund.
20520         * lib/acl.c: Include acl.h first, to check interface.  Don't
20521         bother to include sys/types.h and sys/stat.h again.
20522
20523 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         Import the following change from libc; problem reported by
20526         Sven Verdoolaege.
20527
20528         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
20529
20530         [BZ #1373]
20531         * lib/argp.h: Remove __NTH for __argp_usage inline function.
20532
20533 2006-12-28  Jim Meyering  <jim@meyering.net>
20534
20535         * build-aux/announce-gen: Do not assume that the package
20536         builds any of tar.gz, tar.bz2, and .xdelta files.
20537         Suggestion from Simon Josefsson.
20538
20539 2006-12-28  Simon Josefsson  <simon@josefsson.org>
20540
20541         * modules/announce-gen: New file.
20542
20543 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
20544
20545         * lib/mbchar.h: Just include <wctype.h>; the wctype module
20546         handles its gotchas now.
20547         * lib/mbswidth.c: Likewise.
20548         * lib/wcwidth.h: Likewise.
20549         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
20550         and iswcntrl; the wctype module does this stuff now.
20551         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
20552         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20553         * modules/mbchar (Depends-on): Add wctype.
20554         * modules/mbswidth (Depends-on): Likewise.
20555         * modules/wcwidth (Depends-on): Likewise.
20556
20557 2006-12-27  Eric Blake  <ebb9@byu.net>
20558
20559         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
20560         module uses more than what <wctype.h> is required to provide.
20561
20562 2006-12-26  Eric Blake  <ebb9@byu.net>
20563
20564         * gnulib-tool (sed_extract_prog): Avoid space-tab.
20565
20566 2006-12-26  Eric Blake  <ebb9@byu.net>
20567
20568         * modules/absolute-header: New module.
20569         * modules/fcntl (Depends-on): Depend on it.
20570         * modules/inttypes (Depends-on): Likewise.
20571         * modules/stdint (Depends-on): Likewise.
20572         * modules/sys_stat (Depends-on): Likewise.
20573         * modules/wctype (Depends-on): Likewise.
20574         * MODULES.html.sh (Support for building libraries and
20575         executables): Document it.
20576
20577 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
20578
20579         * gnulib-tool (SED): Remove, undoing previous change.
20580         The problem was that it broke coreutils on Solaris, because
20581         "sed --posix" leaked into a makefile.
20582         (sed): New alias, if 'alias' and GNU sed.
20583
20584 2006-12-24  Jim Meyering  <jim@meyering.net>
20585
20586         Work around an fchownat bug in glibc-2.4:
20587         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
20588         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
20589         in spite of the -P option.
20590         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
20591         New macros.
20592         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
20593         * modules/openat (Files): Add lib/fchownat.c.
20594         * lib/openat.c (fchownat): Don't define here.  Move to...
20595         * lib/fchownat.c: ...this new file.
20596
20597 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20598
20599         Fix bug reported by Bruno Haible in
20600         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
20601         where quotearg.c didn't compile on Mac OS X 10.2 because it
20602         lacks <wchar.h> and wint_t.
20603         * lib/wctype_.h (__wctype_wint_t): New type.
20604         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
20605         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
20606         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
20607         Arg is now of type __wctype_wint_t, not wint_t.
20608         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
20609         substitute HAVE_WINT_T.
20610         * modules/wctype (Files): Add m4/wint_t.m4.
20611         (wctype.h): Substitute HAVE_WINT_T.
20612
20613 2006-12-23  Bruno Haible  <bruno@clisp.org>
20614
20615         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
20616
20617 2006-12-23  Bruno Haible  <bruno@clisp.org>
20618
20619         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
20620         S_ISLNK.
20621         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
20622         mingw.
20623
20624 2006-12-22  Bruno Haible  <bruno@clisp.org>
20625
20626         * lib/copy-file.c: Include acl.h.
20627         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
20628         Close the file descriptors only after being done with copy_acl.
20629         * modules/copy-file (Depends-on): Add acl.
20630
20631 2006-12-22  Bruno Haible  <bruno@clisp.org>
20632
20633         * gnulib-tool (SED): New variable.
20634         Use $SED instead of sed everywhere.
20635
20636 2006-12-22  Bruno Haible  <bruno@clisp.org>
20637
20638         * modules/no-c++: New file.
20639         * m4/no-c++.m4: New file.
20640         * MODULES.html.sh (Support for building libraries and executables):
20641         Add no-c++.
20642
20643 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
20644
20645         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
20646         Include <limits.h>, and use its INT_MAX to rewrite the
20647         j loop so that it does not overflow 'int'.  Problem reported by
20648         Ralf Wildenhues in
20649         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
20650         Play it safe by shifting left by 1 rather than multiplying by 2,
20651         as GCC is less likely to optimize this away when the value
20652         is signed (when it assumes overflow leads to undefined behavior).
20653         Also, don't assume time_t uses two's complement.
20654
20655 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
20656
20657         * MODULES.html.sh: New module wctype.
20658         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
20659         * lib/fnmatch.c: Don't bother to include <wchar.h> before
20660         <wctype.h>, since the new wctype module should fix this.
20661         * lib/quotearg.c: Include <wctype.h> unconditionally, since
20662         the wctype module should arrange for it.
20663         * lib/regex_internal.h: Likewise.
20664         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
20665         since the wctype module should handle this now.
20666         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
20667         * modules/fnmatch (Depends-on): Add wctype.
20668         * modules/quotearg (Depends-on): Likewise.
20669         * modules/regex (Depends-on): Likewise.
20670
20671 2006-12-19  Bruno Haible  <bruno@clisp.org>
20672
20673         * lib/strdup.h [C++]: Wrap definitions in extern "C".
20674         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
20675
20676 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20677
20678         * modules/savewd (Depends-on): Fix dependency on fcntl.
20679
20680 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
20681
20682         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
20683         conforms to C99, rather than relying on the user's environment
20684         setting of STDINT_H.
20685
20686 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
20687         and Eric Blake  <ebb9@byu.net>
20688
20689         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
20690         This is more consistent with the other defines here.
20691         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
20692         Port to z/OS.  Problem reported by Paul Gilmartin.
20693         Change local vars to use gl_ prefix rather than ac_.
20694         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
20695         with other defines.
20696         * modules/double-slash-root: New module.
20697         * modules/dirname (Files): Remove m4/double-slash-root.m4.
20698         (Depends-on): Add double-slash-root.
20699         * MODULES.html.sh (File system functions): Mention new module.
20700
20701 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
20702
20703         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
20704         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
20705         This is for the benefit of gzip, which doesn't do i18n.
20706
20707 2006-12-12  Jim Meyering  <jim@meyering.net>
20708
20709         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
20710         Reported by Andreas Schwab <schwab@suse.de>.
20711
20712 2006-12-12  Bruno Haible  <bruno@clisp.org>
20713
20714         Merge these changes.
20715         2006-09-05  Bruno Haible  <bruno@clisp.org>
20716         * lib/iconvme.c (iconv_string): No need to save and restore errno when
20717         iconv_alloc succeeded.
20718         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
20719         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
20720         test for " && dest " at the end - dest is always != NULL there. Call
20721         iconv with 4xNULL arguments initially, to reset the state. Call iconv
20722         with 2xNULL arguments, also to flush the state storage. Handle the
20723         IRIX iconv behaviour. Realloc the final result, to throw away unused
20724         memory.
20725
20726 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
20727
20728         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
20729         and fchmodat unconditionally, since glibc 2.4 has them.
20730         Problem reported by Arkadiusz Miskiewicz.
20731
20732 2006-12-10  Bruno Haible  <bruno@clisp.org>
20733
20734         * gnulib-tool (func_import): Show the include files only for those
20735         modules that are copied and specified.
20736         Reported by Karl Berry.
20737
20738 2006-12-08  Jim Meyering  <jim@meyering.net>
20739
20740         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
20741         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
20742
20743         * build-aux/announce-gen: Add two new options, both optional:
20744         --bootstrap-tools=TOOL_LIST
20745               a comma-separated list of tools, e.g.,
20746               autoconf,automake,bison,gnulib
20747         --gnulib-snapshot-date=DATE
20748               if gnulib is in the bootstrap tool list,
20749               then report this as the snapshot date.
20750               If not specified, use the current date/time.
20751               If you specify a date here, be sure it's UTC.
20752
20753 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20754
20755         * tests/test-argp-2.sh: Fix test to match actual output.
20756         (func_compare): Fix sed script to be portable.
20757
20758 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
20759
20760         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
20761         workaround for this case.  It is not autoconfigured now; offhand
20762         it's hard to see how to autoconfigure it.
20763
20764 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
20765
20766         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
20767         a directory that is about to be chowned.  Such a directory's
20768         initial file permissions should permit the owner only and this
20769         should not be changed until after the chown, since the group and
20770         other bits would be incorrect if they granted permission before
20771         the chown.
20772
20773         Fix porting problem for iswctype reported by Georg Schwarz in:
20774         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
20775         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
20776         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
20777         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
20778         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20779
20780 2006-12-03  Jim Meyering  <jim@meyering.net>
20781
20782         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
20783         p->fts_statp may not yet be defined.
20784         (fts_read): Instead, set it in the caller, once p->fts_statp is
20785         sure to be defined, and corresponds to a top-level directory.
20786         This bug made du -x fail.  Here's the coreutils test case:
20787         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
20788         Reported by Mike Frysinger.
20789
20790 2006-12-01  Jim Meyering  <jim@meyering.net>
20791
20792         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
20793         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
20794         Reported by Simon Josefsson.
20795
20796 2006-11-30  Jim Meyering  <jim@meyering.net>
20797
20798         * m4/warning.m4: Use the all-permissive copyright notice
20799         recommended by RMS (rather than LGPL).
20800         * m4/vararrays.m4: Likewise.
20801         * m4/flexmember.m4: Likewise.
20802
20803 2006-11-29  Bruno Haible  <bruno@clisp.org>
20804
20805         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20806         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
20807         using +=.
20808         Reported by Simon Josefsson <simon@josefsson.org>.
20809
20810 2006-11-28  James Youngman <jay@gnu.org>
20811
20812         * README: Advise users that they might find the bug-gnulib@gnu.org
20813         and autotools-announce@gnu.org mailing lists useful.
20814
20815 2006-11-28  Bruno Haible  <bruno@clisp.org>
20816
20817         * m4/ptrdiff_max.m4: Remove file.
20818
20819 2006-11-21  Bruno Haible  <bruno@clisp.org>
20820
20821         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
20822         _AC_COMPUTE_INT.
20823         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20824         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
20825         _AC_COMPUTE_INT.
20826         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20827         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
20828         _AC_COMPUTE_INT.
20829         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20830
20831 2006-11-28  Jim Meyering  <jim@meyering.net>
20832
20833         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
20834         warning from "gcc -Wshadow" about shadowing the builtin.
20835
20836 2006-11-27  Bruno Haible  <bruno@clisp.org>
20837
20838         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
20839         _AC_COMPUTE_INT.
20840         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20841
20842 2006-11-27  Bruno Haible  <bruno@clisp.org>
20843             Paul Eggert  <eggert@cs.ucla.edu>
20844
20845         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
20846
20847 2006-11-26  Bruno Haible  <bruno@clisp.org>
20848
20849         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20850         noinst_LTLIBRARIES.
20851
20852 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20853             Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
20856         if compiling with "gcc -ansi".
20857
20858 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20859
20860         Fix some incompatibilities with gcc -ansi -pedantic.
20861         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
20862         if compiling pedantically with GCC, unless it's C99 or later.
20863         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
20864         it mishandles gcc -ansi -pedantic as well.
20865         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
20866         if gcc -pedantic.
20867         * lib/regexec.c (check_node_accept_bytes): Don't use auto
20868         initializers for struct if -pedantic, unless it's C99 or later.
20869
20870 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
20871
20872         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
20873         Don't close an fd more than once. Identical atimes indicate
20874         success, not failure.
20875
20876 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
20877
20878         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
20879
20880 2006-11-23  Jim Meyering  <jim@meyering.net>
20881
20882         * build-aux/announce-gen: New file.  From coreutils.
20883
20884 2006-11-22  Jim Meyering  <jim@meyering.net>
20885
20886         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
20887         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
20888         (fts_read): Use a temporary to narrow the overused st_size member
20889         before using it in a switch statement.  Reported by Matthew Woehlke.
20890
20891         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
20892         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
20893
20894 2006-11-20  Bruno Haible  <bruno@clisp.org>
20895
20896         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
20897         changequote instead of pairs of brackets.
20898         Reported by Andreas Schwab <schwab@suse.de>.
20899
20900 2006-11-21  Jim Meyering  <jim@meyering.net>
20901
20902         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
20903         so as to remain compatible with older compilers.
20904         Patch from Michael Deutschmann.
20905
20906 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20907
20908         * MODULES.html.sh (File system functions): Add openat.
20909
20910         * lib/openat.h (rpl_fstatat): New macro, if
20911         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
20912         (fstatat): Define to rpl_fstatat under the same conditions,
20913         unless COMPILING_FSTATAT.
20914         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
20915         seems to have the bug.
20916         * lib/fstatat.c: New file.
20917         * modules/openat (Files): Add it.
20918
20919 2006-11-20  Bruno Haible  <bruno@clisp.org>
20920
20921         * Makefile: New file.
20922
20923 2006-11-20  Jim Meyering  <jim@meyering.net>
20924
20925         The beginnings of syntax-related checks for gnulib.
20926         * lib/Makefile: New file.
20927         * lib/t-idcache: New script.  Ensure that the two halves of
20928         idcache.c stay in sync.
20929
20930         * lib/idcache.c: Adjust comments in user- and group- portions to
20931         be more accurate, and to be consistent with one another.
20932
20933 2006-11-20  Jim Meyering  <jim@meyering.net>
20934
20935         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
20936         continue using the flexible array member (thus, this module performs
20937         half as many malloc calls), with the addition that...
20938         (getgroup, getuser): Consistently record a non-match via an empty
20939         "name" string, and map an empty string match to a NULL return value.
20940         * modules/idcache (Depends-on): Re-add flexmember.
20941
20942         * lib/idcache.c (getuser): Remove all uses of the register keyword.
20943         (getuidbyname, getgroup, getgidbyname): Likewise.
20944
20945         Use cleaner syntax: NULL rather than 0.
20946         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
20947
20948 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20949
20950         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
20951         It mishandled the case where the group was missing.
20952         Problem reported by Greg Schafer.
20953         * modules/idcache: Likewise.
20954
20955 2006-11-18  Jim Meyering  <jim@meyering.net>
20956
20957         * check-module (%exempt_header): Add exception for some
20958         conditionally-included headers.
20959
20960         * modules/i-ring (Depends-on): Add verify.
20961         (License): Change to LGPL.
20962
20963 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20964
20965         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
20966         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
20967         and inttostr.h.  Use snprintf rather than uinttostr, so that
20968         LGPLed code doesn't depend on GPLed.
20969
20970 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20971
20972         * modules/inline (License): Change from GPL to LGPL.
20973
20974 2006-11-17  Jim Meyering  <jim@meyering.net>
20975
20976         * modules/d-type (License): Switch to LGPL.
20977
20978 2006-11-15  Bruno Haible  <bruno@clisp.org>
20979
20980         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
20981
20982 2006-11-15  Eric Blake  <ebb9@byu.net>
20983
20984         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
20985         the module dependency.
20986
20987 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20988             Bruno Haible  <bruno@clisp.org>
20989
20990         * gnulib-tool (func_create_testdir): Add license consistency check.
20991
20992 2006-11-15  Eric Blake  <ebb9@byu.net>
20993
20994         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
20995         random "(cached)" in configure output.
20996
20997 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20998
20999         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21000         test for conforming inttypes.h is both announced and cached.
21001
21002         * MODULES.html.sh (seen_modules, seen_files): New variables.
21003         (func_module): Rewrite to use a few less gnulib-tool and sed
21004         invocations.  Avoid a couple of quadratic algorithms for ...
21005         (missed_modules, missed_files): ... these, with ...
21006         (func_append, func_tmpdir): ... these new functions, from
21007         gnulib-tool.  Analogously, install traps for cleanup.
21008
21009         * tests/test-gc.c (main): Remove unused variables.
21010         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21011
21012 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21013
21014         * modules/inttostr (License): Change to LGPL.
21015
21016 2006-11-14  Eric Blake  <ebb9@byu.net>
21017
21018         * modules/tempname (License): Change to LGPL.
21019
21020 2006-11-14  Eric Blake  <ebb9@byu.net>
21021
21022         * doc/functions.texi (Function Portability): *printf functions on
21023         Cygwin now understand all POSIX size specifiers.
21024
21025 2006-11-14  Bruno Haible  <bruno@clisp.org>
21026
21027         * modules/c-ctype (License): Change to LGPL.
21028
21029 2006-11-12  Bruno Haible  <bruno@clisp.org>
21030
21031         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21032         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21033         for GNOME libraries, for which the include files are installed in
21034         subdirectories of $prefix/include.
21035
21036 2006-11-12  Bruno Haible  <bruno@clisp.org>
21037
21038         * m4/lib-link.m4: Require at least autoconf-2.54.
21039         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21040         name to underscores for the --with option.
21041
21042 2006-11-13  Bruno Haible  <bruno@clisp.org>
21043
21044         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21045         the tests directory.
21046         Reported by Ralf Wildenhues.
21047
21048 2006-11-13  Bruno Haible  <bruno@clisp.org>
21049
21050         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21051         (func_emit_initmacro_end): Undo the override here.
21052         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21053         Works around the famous automake error in coreutils.
21054
21055 2006-11-13  Eric Blake  <ebb9@byu.net>
21056
21057         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21058         element, not its node.
21059
21060 2006-11-12  Bruno Haible  <bruno@clisp.org>
21061
21062         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21063         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21064
21065 2006-11-12  Bruno Haible  <bruno@clisp.org>
21066
21067         * gnulib-tool: New option --local-symlink.
21068         (func_usage): Document it.
21069         (lsymbolic): New variable.
21070         (func_import, func_create_testdir): If --symlink was not specified,
21071         test whether --local-symlink was specified and the file comes from
21072         the local_gnulib_dir.
21073
21074 2006-11-12  Bruno Haible  <bruno@clisp.org>
21075
21076         * gnulib-tool (func_ln): New function.
21077         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21078
21079 2006-11-12  Bruno Haible  <bruno@clisp.org>
21080
21081         Finish support for source files in subdirectories.
21082         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21083         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21084         AUTOMAKE_OPTIONS.
21085         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21086
21087 2006-11-12  Bruno Haible  <bruno@clisp.org>
21088
21089         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21090         EXTRA_lib_SOURCES augmentation.
21091         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21092
21093 2006-11-12  Jim Meyering  <jim@meyering.net>
21094
21095         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21096         file descriptors.  This also averts a failure on systems with
21097         native openat support when a traversed directory lacks "x" access.
21098         * lib/fts_.h: Include "i-ring.h"
21099         (struct FTS) [fts_fd_ring]: New member.
21100         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21101         (FCHDIR): Add parentheses.
21102         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21103         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21104         When descending, rather than simply closing the previous
21105         fts_cwd_fd value, push that file descriptor onto the ring.
21106         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21107         (fts_open): Initialize the new fd_ring member.
21108         (fts_close): Clear the ring.
21109         (fts_safe_changedir): When possible, use our new fd_ring to skip
21110         the diropen and fstat and dev/ino comparison that would normally
21111         accompany a virtual `chdir ("..")'.
21112
21113         * modules/fts (Depends-on): Add i-ring.
21114         * modules/i-ring: New module.
21115         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21116         * m4/i-ring.m4: New file.
21117
21118 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21119
21120         * gnulib-tool (func_create_testdir): Fix replacement of
21121         `build-aux' in configure.ac.  Run autotools in gltests
21122         subdirectory.
21123         (func_create_testdir, func_create_megatestdir, test): There is
21124         no need for '--force' in most autotool invocations in a new
21125         tree.  Actually fail the whole test if any of the tools, or the
21126         configure or make stages fail.
21127
21128         Sync from Automake.
21129         * build-aux/gnupload: Revert last change.  Add pointer to upload
21130         instructions of the GNU Maintenance Instructions.
21131         Suggestion by Karl Berry.
21132
21133 2006-11-10  Jim Meyering  <jim@meyering.net>
21134
21135         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21136
21137 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21138
21139         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21140         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21141         (bind_textdomain_codeset) [! ENABLE_NLS]:
21142         Evaluate all the arguments.  That way, callers get compatible behavior
21143         if the arguments have side effects.  Also, it avoids some GCC
21144         diagnostics in some cases; Joel E. Denny reported problems when Bison
21145         was configured with --enable-gcc-warnigs.
21146
21147 2006-11-10  Jim Meyering  <jim@meyering.net>
21148
21149         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21150         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21151         account.
21152
21153 2006-11-10  Jim Meyering  <jim@meyering.net>
21154
21155         * modules/inline: New file/module.
21156         * modules/xalloc (Files): Remove m4/inline.m4.
21157         (Depends-on): Add inline, instead.
21158         * modules/oset: Likewise.
21159         * modules/list: Likewise.
21160
21161 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21162
21163         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21164         Problem reported by Matthew Woehlke.
21165
21166 2006-11-09  Bruno Haible  <bruno@clisp.org>
21167
21168         * lib/tempname.c (gen_tempname): Remove variant that invokes
21169         __gen_tempname.
21170         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21171         __gen_tempname.
21172
21173 2006-11-08  Bruno Haible  <bruno@clisp.org>
21174
21175         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21176         to 'yes' instead of 'cross-compiling'.
21177
21178 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21179
21180         * lib/quotearg.h (quotearg_free): New decl.
21181         * lib/quotearg.c (quotearg_free): New function.
21182         (slot0, nslots, slotvec0, slotvec):
21183         Now file-scope so that quotearg_free can get at them.
21184
21185 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21186
21187         Sync from Automake.
21188         * build-aux/gnupload: Add missing 'gnu' to example URL.
21189         Report by Karl Berry.
21190
21191 2006-11-08  Bruno Haible  <bruno@clisp.org>
21192
21193         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
21194         Suggested by Paul Eggert.
21195
21196 2006-11-08  Jim Meyering  <jim@meyering.net>
21197
21198         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
21199         It's already included if !_LIBC.
21200         (fts_safe_changedir): Add a comment.
21201
21202 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21203
21204         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
21205         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
21206         Matthew Woehlke.
21207
21208         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
21209         definitions up, to avoid colliding with change below.
21210         (static_inline) [HAVE_INLINE]: New macro.
21211         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
21212         Provide extern decls when !HAVE_INLINE.  Do not define unless
21213         static_inline is defined, either by us or by xmalloc.c.  Use
21214         static_inline rather than static inline.
21215         (XCALLOC): Optimize sizeof(T) = 1 case.
21216         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
21217
21218 2006-11-07  Bruno Haible  <bruno@clisp.org>
21219
21220         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
21221         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
21222         AC_C_INLINE.
21223         * modules/xalloc (Files): Add m4/inline.m4.
21224
21225 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21226
21227         * README: Fix typo.
21228         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
21229         (Miscellanous Notes): ...from this.
21230
21231 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
21234         Mention that offsetof should be used instead of sizeof.
21235         From Bruno Haible.
21236
21237 2006-11-07  Bruno Haible  <bruno@clisp.org>
21238
21239         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
21240
21241 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21244         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
21245         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21246         (gl_tree_add_before, gl_tree_add_after):
21247         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
21248         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
21249         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21250         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
21251         (gl_linked_add_after, gl_linked_add_at): Likewise.
21252         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
21253         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21254         (gl_tree_add_before, gl_tree_add_after): Likewise.
21255         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
21256         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
21257         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
21258
21259 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21260
21261         * lib/gl_oset.h: Use C comment style, not C++ comment style.
21262
21263 2006-11-06  Bruno Haible  <bruno@clisp.org>
21264
21265         * m4/inline.m4: New file.
21266         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
21267         * modules/list (Files): Add m4/inline.m4.
21268         * modules/oset (Files): Likewise.
21269
21270 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21271
21272         * lib/idcache.c: Include <stddef.h>, for offsetof.
21273         (struct userid.name): Change from char * to a flexible array member.
21274         All uses changed.
21275         * modules/idcache (Depends-on): Add flexmember.
21276
21277         * MODULES.html.sh (Core language properties): New module flexmember.
21278         * modules/flexmember, m4/flexmember.m4: New files.
21279
21280         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
21281         inline functions that are identical with the old xnmalloc_inline,
21282         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
21283         that we can avoid some unnecessary integer multiplications and
21284         divisions in the common case where the element size is known at
21285         compile time.
21286         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
21287         needed.
21288         (xnboundedmalloc): Remove.
21289         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
21290         arguments, for consistency with rest of this header.
21291         (xcharalloc): Rewrite using XNMALLOC.
21292         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
21293         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
21294         versions have been moved to lib/xalloc.h and renamed to be the
21295         non-*_inline versions.
21296         (xmalloc, xrealloc): Implement without reference to the xnmalloc
21297         and xnrealloc functions, since those functions are now inline and
21298         now call us.
21299         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
21300         renaming described above.
21301         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
21302         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
21303         captures the dependency in AC_C_INLINE.
21304
21305         New module canonicalize-lgpl, proposed by Charles Wilson in
21306         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
21307         with a few small changes afterwards.
21308         * MODULES.html.sh (File system functions): New module
21309         canonicalize-lgpl.
21310         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
21311         and canonicalize_file_name.
21312         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
21313         * modules/canonicalize-lgpl: New files.
21314
21315 2006-11-05  Bruno Haible  <bruno@clisp.org>
21316
21317         * gnulib-tool (func_import, func_create_testdir): Create directories
21318         also for files in subdirectories of lib/.
21319
21320 2006-11-05  Bruno Haible  <bruno@clisp.org>
21321
21322         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
21323         ANSI C compliant.
21324
21325 2006-11-03  Bruno Haible  <bruno@clisp.org>
21326
21327         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21328         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
21329         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
21330         (xnboundedmalloc): New inline function.
21331         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
21332         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
21333         xmalloc.
21334         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
21335         xmalloc.
21336         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
21337         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
21338         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
21339         xmalloc.
21340         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21341         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
21342         xmalloc.
21343         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
21344         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21345         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
21346         xmalloc.
21347         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21348         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
21349         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21350         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
21351         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
21352         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
21353         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
21354
21355 2006-11-03  Bruno Haible  <bruno@clisp.org>
21356
21357         * lib/c-ctype.h [C++]: Define functions without name mangling.
21358         * lib/fwriteerror.h [C++]: Likewise.
21359         * lib/gcd.h [C++]: Likewise.
21360         * lib/linebreak.h [C++]: Likewise.
21361
21362 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21363
21364         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
21365         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
21366         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
21367         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21368         Check for functions and headers just once.
21369         Check for declaration of canonicalize_file_name.
21370         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
21371
21372 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21373
21374         * gnulib-tool (func_import): Fix typo in actioncmd.
21375
21376 2006-11-02  Bruno Haible  <bruno@clisp.org>
21377
21378         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
21379         newline sequence in the Makefile.am snippet as a space, like "make"
21380         does.
21381         Reported by Roger Persson <perrog@gmail.com>.
21382
21383 2006-11-01  Bruno Haible  <bruno@clisp.org>
21384
21385         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
21386         already declared in <string.h>.
21387         * lib/strcase.h (strncasecmp): Don't declare it if yes.
21388
21389 2006-11-01  Bruno Haible  <bruno@clisp.org>
21390
21391         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
21392         * lib/strcase.h: Include <string.h>.
21393         (strcasecmp): Define to rpl_strcasecmp here.
21394
21395 2006-11-01  Bruno Haible  <bruno@clisp.org>
21396
21397         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
21398
21399 2006-11-01  Eric Blake  <ebb9@byu.net>
21400
21401         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
21402
21403         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
21404
21405 2006-10-29  Bruno Haible  <bruno@clisp.org>
21406
21407         Make it compile in C++ mode.
21408         * lib/full-write.c (full_rw): Add a cast.
21409
21410 2006-11-01  Bruno Haible  <bruno@clisp.org>
21411
21412         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
21413         be POSIX compliant.
21414         Reported by Roger Persson <perrog@gmail.com>.
21415
21416 2006-11-01  Eric Blake  <ebb9@byu.net>
21417
21418         * lib/getopt_.h: Fix comments.
21419
21420 2006-10-31  Eric Blake  <ebb9@byu.net>
21421
21422         * modules/tmpdir (Depends-on): Add sys_stat.
21423         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
21424         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
21425         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
21426         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
21427         tempname.
21428
21429 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
21430
21431         Avoid some C++ diagnostics reported by Bruno Haible.
21432         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
21433         xmalloc.
21434         (quotearg_alloc): Use xcharalloc rather than xmalloc.
21435         (struct slotvec): Move to top level.
21436         (quotearg_n_options): Rewrite to avoid xmalloc.
21437         * lib/xalloc.h (xcharalloc): New function.
21438         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
21439         [defined __cplusplus]: Add function template that provides result
21440         type propagation.  This part of the change is from Bruno Haible.
21441
21442 2006-10-29  Bruno Haible  <bruno@clisp.org>
21443
21444         Make it compile in C++ mode.
21445         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
21446         * lib/strnlen1.c (strnlen1): Cast memchr result.
21447         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
21448         * lib/clean-temp.c (string_equals, string_hash): Add casts.
21449         (create_temp_dir): Rename local variable 'template'.
21450         (compile_csharp_using_sscli): Add cast.
21451         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
21452         * lib/findprog.c (find_in_path): Likewise.
21453         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
21454         * lib/wait-process.c (register_slave_subprocess): Likewise.
21455
21456 2006-10-22  Bruno Haible  <bruno@clisp.org>
21457
21458         * modules/tsearch: New file.
21459         * lib/tsearch.h: New file.
21460         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
21461         * m4/tsearch.m4: New file.
21462         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
21463
21464 2006-10-29  Eric Blake  <ebb9@byu.net>
21465
21466         * lib/arcfour.c: Assume config.h.
21467         * lib/arctwo.c: Likewise.
21468         * lib/base64.c: Likewise.
21469         * lib/check-version.c: Likewise.
21470         * lib/crc.c: Likewise.
21471         * lib/des.c: Likewise.
21472         * lib/gc-gnulib.c: Likewise.
21473         * lib/gc-libgcrypt.c: Likewise.
21474         * lib/gc-pbkdf2-sha1.c: Likewise.
21475         * lib/getaddrinfo.c: Likewise.
21476         * lib/getdelim.c: Likewise.
21477         * lib/getline.c: Likewise.
21478         * lib/hmac-md5.c: Likewise.
21479         * lib/hmac-sha1.c: Likewise.
21480         * lib/iconvme.c: Likewise.
21481         * lib/md2.c: Likewise.
21482         * lib/md4.c: Likewise.
21483         * lib/memxor.c: Likewise.
21484         * lib/read-file.c: Likewise.
21485         * lib/readline.c: Likewise.
21486         * lib/rijndael-alg-fst.c: Likewise.
21487         * lib/rijndael-api-fst.c: Likewise.
21488         * lib/xgetdomainname.c: Likewise.
21489
21490 2006-10-28  Eric Blake  <ebb9@byu.net>
21491
21492         * lib/xstrndup.c: Assume config.h.
21493
21494 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
21495
21496         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
21497         stat-macros.h is now for our own macros, whereas stat_h is for
21498         macros in the <sys/stat.h> name space.
21499         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
21500         (STAT_MACROS_H): Remove.
21501         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
21502         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
21503         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
21504         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
21505         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
21506         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
21507         Move these macros to ...
21508         * lib/stat_.h: here.  Don't include stat-macros.h.
21509         * lib/canonicalize.c: Don't include stat-macros.h.
21510         * lib/chown.c: Likewise.
21511         * lib/euidaccess.c: Likewise.
21512         * lib/file-type.c: Likewise.
21513         * lib/filemode.c: Likewise.
21514         * lib/glob.c: Likewise.
21515         * lib/isapipe.c: Likewise.
21516         * lib/lchown.c: Likewise.
21517         * lib/lstat.c: Likewise.
21518         * lib/mkdir-p.c: Likewise.
21519         * lib/rmdir.c: Likewise.
21520         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
21521         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
21522         unless mkdir isn't declared, to speed up 'configure'.
21523         Always create sys/stat.h, since it's unlikely any real sys/stat.h
21524         would define all the S_* symbols.
21525         * modules/canonicalize (Depends-on):
21526         Depend on sys_stat, not stat-macros.
21527         * modules/chown: Likewise.
21528         * modules/euidaccess: Likewise.
21529         * modules/filemode: Likewise.
21530         * modules/file-type: Likewise.
21531         * modules/glob: Likewise.
21532         * modules/isapipe: Likewise.
21533         * modules/lchown: Likewise.
21534         * modules/lstat: Likewise.
21535         * modules/mkancesdirs: Likewise.
21536         * modules/rmdir: Likewise.
21537         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
21538         * modules/modechange: Likewise.
21539         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
21540         (configure.ac): Remove gl_STAT_MACROS.
21541         * modules/sys_stat (Depends-on): Remove stat-macros.
21542
21543 2006-10-27  Bruno Haible  <bruno@clisp.org>
21544
21545         * m4/signed.m4: Remove file.
21546         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
21547         invocation.
21548         * modules/vasnprintf (Files): Remove m4/signed.m4.
21549
21550 2006-10-27  Bruno Haible  <bruno@clisp.org>
21551
21552         Update to GNU gettext 0.16.
21553         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
21554         m4/inttypes-h.m4, m4/signed.m4.
21555         * m4/gettext.m4: Update to GNU gettext 0.16.
21556         * m4/intl.m4: New file, from GNU gettext.
21557         * m4/intldir.m4: New file, from GNU gettext.
21558         * config/srclist.txt: Update
21559
21560 2006-10-27  Eric Blake  <ebb9@byu.net>
21561
21562         * MODULES.html.sh: Document tempname.
21563         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
21564         dependencies.
21565         (Files): Move lib/tempname.c...
21566         * modules/tempname: ...to this new module.
21567         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
21568         (gl_PREREQ_TEMPNAME): Move...
21569         * m4/tempname.m4: ...to this new file.
21570         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
21571         * modules/sys_stat (Depends-on): Add stat-macros.
21572         * lib/stat_.h (includes): Pick up stat macros.
21573         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
21574         if stat macros are broken.
21575         * lib/tempname.c (includes): No need to include "stat-macros.h".
21576         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
21577         (direxists, __path_search) [!_LIBC]: Don't compile these in
21578         gnulib; the tmpdir module covers that.
21579         * lib/tempname.h: New file.
21580
21581 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
21582
21583         * COPYING: Explain how gnulib-tool converts licence headers.
21584         Almost all wording by Eric Blake.
21585
21586 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
21587
21588         * lib/mbchar.h (is_basic_table): Make read-only.
21589         * lib/mbchar.c (is_basic_table): Likewise.
21590         Reported by John Darrington.
21591
21592 2006-10-25  Bruno Haible  <bruno@clisp.org>
21593
21594         * lib/progname.h (set_program_name): Undefine before defining.
21595
21596 2006-10-25  Bruno Haible  <bruno@clisp.org>
21597
21598         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
21599         false for non-gcc C++ compilers.
21600         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21601
21602 2006-10-24  Bruno Haible  <bruno@clisp.org>
21603
21604         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
21605         iconv implementations like Irix iconv.
21606
21607 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21608
21609         * modules/vararrays: New file.
21610         * m4/vararrays.m4: New file, taken from diffutils.
21611         * MODULES.html.sh: New module vararrays.
21612
21613 2006-10-24  Karl Berry  <karl@gnu.org>
21614
21615         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
21616         Don't call GNU Unix.
21617
21618 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21619
21620         * users.txt: Add Libtool.
21621
21622         Sync from Libtool:
21623
21624         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21625
21626         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
21627         to gnulib's policy of including config.h unconditionally.
21628
21629 2006-10-24  Bruno Haible  <bruno@clisp.org>
21630
21631         * modules/wcwidth (Files): Add m4/wint_t.m4.
21632         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
21633         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
21634
21635 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21636
21637         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
21638         to pacify GCC with some -W flags enabled.  Problem reported by
21639         Bruno Haible.
21640
21641 2006-10-24  Jim Meyering  <jim@meyering.net>
21642
21643         * MODULES.html.sh: Remove uinttostr.  It's not a module.
21644         Reported by Karl Berry.
21645
21646 2006-10-23  Bruno Haible  <bruno@clisp.org>
21647
21648         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
21649
21650 2006-10-24  Bruno Haible  <bruno@clisp.org>
21651
21652         * lib/gl_list.h: Use C comment style, not C++ comment style.
21653
21654 2006-10-23  Eric Blake  <ebb9@byu.net>
21655
21656         * lib/getaddrinfo.c (includes): Add missing include.
21657
21658 2006-10-23  Bruno Haible  <bruno@clisp.org>
21659             Paul Eggert  <eggert@cs.ucla.edu>
21660
21661         Ability to rename obstack_free.
21662         * lib/obstack.h (__obstack_free): New macro. Declare instead of
21663         obstack_free.
21664         (obstack_free): Invoke the __obstack_free macro.
21665         * lib/obstack.c (obstack_free): Use __obstack_free macro.
21666
21667 2006-10-23  Bruno Haible  <bruno@clisp.org>
21668             Paul Eggert  <eggert@cs.ucla.edu>
21669
21670         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
21671         __argc, __argv from the declaration. (They are defined as macros on
21672         mingw.)
21673
21674 2006-10-22  Bruno Haible  <bruno@clisp.org>
21675
21676         * doc/gnulib-intro.texi: New file.
21677         * doc/gnulib.texi: Include it.
21678
21679 2006-10-21  Bruno Haible  <bruno@clisp.org>
21680
21681         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
21682         "Introduction", "Miscellanous Notes", "Particular Modules".
21683
21684 2006-10-21  Bruno Haible  <bruno@clisp.org>
21685
21686         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21687         Change mostlyclean-local rule to avoid sh syntax error from bash
21688         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
21689
21690 2006-10-23  Jim Meyering  <jim@meyering.net>
21691
21692         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
21693         in place of snprintf.
21694
21695         * modules/inttostr (Files): Add lib/uinttostr.c.
21696         * lib/uinttostr.c (inttostr): New file/function.
21697         * lib/inttostr.h (uinttostr): Declare.
21698         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
21699         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
21700         Add uinttostr.
21701         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
21702
21703 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         * lib/canonicalize.c (ELOOP): Define if not already defined.
21706         Problem reported by Bruno Haible in
21707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
21708
21709 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
21712         Problem reported by Perry Smith and Ville Laurikari.
21713
21714         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
21715         uses.
21716
21717 2006-10-19  Bruno Haible  <bruno@clisp.org>
21718
21719         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
21720         for mingw.
21721
21722 2006-10-19  Bruno Haible  <bruno@clisp.org>
21723
21724         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
21725         Needed for mingw.
21726
21727 2006-10-19  Bruno Haible  <bruno@clisp.org>
21728
21729         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
21730
21731 2006-10-19  Bruno Haible  <bruno@clisp.org>
21732
21733         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
21734         it.
21735
21736 2006-10-19  Bruno Haible  <bruno@clisp.org>
21737
21738         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
21739         invocation.
21740
21741 2006-10-19  Bruno Haible  <bruno@clisp.org>
21742
21743         * gnulib-tool (func_create_testdir): Don't include ftruncate and
21744         mountlist by default.
21745
21746 2006-10-16  Bruno Haible  <bruno@clisp.org>
21747
21748         * lib/c-strstr.c: Include c-strstr.h.
21749
21750 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21751
21752         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
21753         in a slash.
21754
21755 2006-10-18  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/lock.h [C++]: Wrap definitions in extern "C".
21758
21759 2006-10-18  Bruno Haible  <bruno@clisp.org>
21760
21761         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
21762         gl_LIBOBJS list.
21763
21764 2006-10-18  Bruno Haible  <bruno@clisp.org>
21765
21766         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
21767
21768 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
21769
21770         * lib/xstrtol.h: Include gettext.h.
21771         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
21772         Problem reported by Eric Blake.
21773         * modules/xstrtol (Depends-on): Add gettext-h.
21774
21775 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
21776
21777         * lib/strftime.c (advance): New macro.
21778         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
21779         incomplete type, so you can't add 0 to it.  Problem and patch
21780         reported by Eelco Dolstra for dietlibc.
21781
21782 2006-10-18  Jim Meyering  <jim@meyering.net>
21783
21784         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
21785         type for a local, and rename it: s/up/user_proc/.
21786
21787 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
21788
21789         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
21790         READ_UTMP_USER_PROCESS.
21791         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
21792
21793 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21794
21795         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
21796         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
21797
21798 2006-10-17  Eric Blake  <ebb9@byu.net>
21799
21800         * lib/sigprocmask.c (sigprocmask): Fix typo.
21801
21802         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
21803
21804         * modules/clean-temp (Makefile.am): Don't add to make output...
21805         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
21806         config.h.
21807
21808 2006-10-17  Bruno Haible  <bruno@clisp.org>
21809
21810         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
21811         differently if DEFAULT_TEXT_DOMAIN is set.
21812
21813 2006-10-16  Bruno Haible  <bruno@clisp.org>
21814
21815         * lib/clean-temp.c: Include fwriteerror.h.
21816
21817 2006-10-16  Bruno Haible  <bruno@clisp.org>
21818
21819         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
21820
21821 2006-10-16  Bruno Haible  <bruno@clisp.org>
21822
21823         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
21824         * lib/sigprocmask.h: Include <sys/types.h>.
21825         (sigset_t): Use the system's definition if present.
21826
21827 2006-10-17  Eric Blake  <ebb9@byu.net>
21828
21829         * lib/xvasprintf.c (includes): Assume config.h.
21830         * lib/xasprintf.c (includes): Likewise.
21831
21832 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21833
21834         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
21835         at least as wide as intmax_t.
21836
21837 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
21838
21839         (Imported from Automake.)
21840         * build-aux/gnupload: Update to version 1.1 of directive file.
21841
21842 2006-10-16  Eric Blake  <ebb9@byu.net>
21843
21844         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
21845         match Automake 1.10a.
21846
21847 2006-10-14  Bruno Haible  <bruno@clisp.org>
21848
21849         * modules/sigprocmask: New file.
21850         * lib/sigprocmask.h: New file.
21851         * lib/sigprocmask.c: New file.
21852         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
21853         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
21854         request sigprocmask.o.
21855         (gl_PREREQ_SIGPROCMASK): New macro.
21856         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
21857         (Depends-on): Add sigprocmask.
21858         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
21859         gt_SIGNALBLOCKING. Test for 'raise' only once.
21860         * lib/fatal-signal.c: Include sigprocmask.h.
21861         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
21862         unblock_fatal_signals): Define always.
21863         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21864         sigprocmask.
21865
21866 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21867
21868         Sync from Automake.
21869         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
21870         which incorrectly sets the mode of an existing destination
21871         directory.  In some cases the unpatched install-sh could do the
21872         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
21873         system.  We hope this is rare in practice, but it's clearly worth
21874         fixing.  Problem reported by Alex Unleashed in
21875         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
21876         Also, don't bother to check for -m bugs unless we're using -m;
21877         suggested by Stepan Kasal.
21878
21879 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21880
21881         Sync from Automake.
21882         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
21883         `-c' flag, so they appear at the same position as in %FASTDEP%
21884         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
21885         which ignores unknown options only after the first non-option.
21886         Bug report against M4 by Nelson H. F. Beebe.
21887
21888 2006-10-13  Jim Meyering  <jim@meyering.net>
21889
21890         Fix a bug in yesterday's change.
21891         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
21892         p->fts_statp->st_dev would be used uninitialized.
21893         Ensures that we always call fts_stat on the very first entry.
21894         Miklos Szeredi reported that find -xdev stopped working.
21895
21896 2006-10-12  Bruno Haible  <bruno@clisp.org>
21897
21898         * gnulib-tool (func_get_automake_snippet): Append an automatically
21899         computed EXTRA_DIST augmentation.
21900         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
21901         * modules/alloca-opt (Makefile.am): Likewise.
21902         * modules/allocsa (Makefile.am): Likewise.
21903         * modules/arcfour (Makefile.am): Likewise.
21904         * modules/arctwo (Makefile.am): Likewise.
21905         * modules/argmatch (Makefile.am): Likewise.
21906         * modules/argz (Makefile.am): Likewise.
21907         * modules/atexit (Makefile.am): Likewise.
21908         * modules/backupfile (Makefile.am): Likewise.
21909         * modules/byteswap (Makefile.am): Likewise.
21910         * modules/c-strtod (Makefile.am): Likewise.
21911         * modules/c-strtold (Makefile.am): Likewise.
21912         * modules/calloc (Makefile.am): Likewise.
21913         * modules/canon-host (Makefile.am): Likewise.
21914         * modules/canonicalize (Makefile.am): Likewise.
21915         * modules/chdir-long (Makefile.am): Likewise.
21916         * modules/chdir-safer (Makefile.am): Likewise.
21917         * modules/check-version (Makefile.am): Likewise.
21918         * modules/chown (Makefile.am): Likewise.
21919         * modules/cloexec (Makefile.am): Likewise.
21920         * modules/close-stream (Makefile.am): Likewise.
21921         * modules/closeout (Makefile.am): Likewise.
21922         * modules/crc (Makefile.am): Likewise.
21923         * modules/csharpexec (Makefile.am): Likewise.
21924         * modules/cycle-check (Makefile.am): Likewise.
21925         * modules/des (Makefile.am): Likewise.
21926         * modules/dev-ino (Makefile.am): Likewise.
21927         * modules/dirfd (Makefile.am): Likewise.
21928         * modules/dirname (Makefile.am): Likewise.
21929         * modules/dup2 (Makefile.am): Likewise.
21930         * modules/eealloc (Makefile.am): Likewise.
21931         * modules/error (Makefile.am): Likewise.
21932         * modules/euidaccess (Makefile.am): Likewise.
21933         * modules/exclude (Makefile.am): Likewise.
21934         * modules/exitfail (Makefile.am): Likewise.
21935         * modules/fcntl-safer (Makefile.am): Likewise.
21936         * modules/fcntl (Makefile.am): Likewise.
21937         * modules/file-type (Makefile.am): Likewise.
21938         * modules/fileblocks (Makefile.am): Likewise.
21939         * modules/filemode (Makefile.am): Likewise.
21940         * modules/filenamecat (Makefile.am): Likewise.
21941         * modules/fnmatch (Makefile.am): Likewise.
21942         * modules/fopen-safer (Makefile.am): Likewise.
21943         * modules/fpending (Makefile.am): Likewise.
21944         * modules/fprintftime (Makefile.am): Likewise.
21945         * modules/free (Makefile.am): Likewise.
21946         * modules/fsusage (Makefile.am): Likewise.
21947         * modules/ftruncate (Makefile.am): Likewise.
21948         * modules/fts (Makefile.am): Likewise.
21949         * modules/gc-arcfour (Makefile.am): Likewise.
21950         * modules/gc-des (Makefile.am): Likewise.
21951         * modules/gc-hmac-md5 (Makefile.am): Likewise.
21952         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
21953         * modules/gc-md4 (Makefile.am): Likewise.
21954         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21955         * modules/gc-sha1 (Makefile.am): Likewise.
21956         * modules/gc (Makefile.am): Likewise.
21957         * modules/getaddrinfo (Makefile.am): Likewise.
21958         * modules/getcwd (Makefile.am): Likewise.
21959         * modules/getdelim (Makefile.am): Likewise.
21960         * modules/getdomainname (Makefile.am): Likewise.
21961         * modules/getgroups (Makefile.am): Likewise.
21962         * modules/gethostname (Makefile.am): Likewise.
21963         * modules/gethrxtime (Makefile.am): Likewise.
21964         * modules/getline (Makefile.am): Likewise.
21965         * modules/getloadavg (Makefile.am): Likewise.
21966         * modules/getlogin_r (Makefile.am): Likewise.
21967         * modules/getndelim2 (Makefile.am): Likewise.
21968         * modules/getopt (Makefile.am): Likewise.
21969         * modules/getpagesize (Makefile.am): Likewise.
21970         * modules/getpass-gnu (Makefile.am): Likewise.
21971         * modules/getpass (Makefile.am): Likewise.
21972         * modules/getsubopt (Makefile.am): Likewise.
21973         * modules/gettime (Makefile.am): Likewise.
21974         * modules/gettimeofday (Makefile.am): Likewise.
21975         * modules/getugroups (Makefile.am): Likewise.
21976         * modules/getusershell (Makefile.am): Likewise.
21977         * modules/glob (Makefile.am): Likewise.
21978         * modules/group-member (Makefile.am): Likewise.
21979         * modules/hard-locale (Makefile.am): Likewise.
21980         * modules/hash (Makefile.am): Likewise.
21981         * modules/hmac-md5 (Makefile.am): Likewise.
21982         * modules/hmac-sha1 (Makefile.am): Likewise.
21983         * modules/human (Makefile.am): Likewise.
21984         * modules/idcache (Makefile.am): Likewise.
21985         * modules/imaxabs (Makefile.am): Likewise.
21986         * modules/imaxdiv (Makefile.am): Likewise.
21987         * modules/inet_ntop (Makefile.am): Likewise.
21988         * modules/inet_pton (Makefile.am): Likewise.
21989         * modules/intprops (Makefile.am): Likewise.
21990         * modules/inttostr (Makefile.am): Likewise.
21991         * modules/inttypes (Makefile.am): Likewise.
21992         * modules/isapipe (Makefile.am): Likewise.
21993         * modules/javaversion (Makefile.am): Likewise.
21994         * modules/lchmod (Makefile.am): Likewise.
21995         * modules/lchown (Makefile.am): Likewise.
21996         * modules/localcharset (Makefile.am): Likewise.
21997         * modules/long-options (Makefile.am): Likewise.
21998         * modules/lstat (Makefile.am): Likewise.
21999         * modules/malloc (Makefile.am): Likewise.
22000         * modules/mathl (Makefile.am): Likewise.
22001         * modules/mbchar (Makefile.am): Likewise.
22002         * modules/md2 (Makefile.am): Likewise.
22003         * modules/md4 (Makefile.am): Likewise.
22004         * modules/md5 (Makefile.am): Likewise.
22005         * modules/memcasecmp (Makefile.am): Likewise.
22006         * modules/memchr (Makefile.am): Likewise.
22007         * modules/memcmp (Makefile.am): Likewise.
22008         * modules/memcoll (Makefile.am): Likewise.
22009         * modules/memcpy (Makefile.am): Likewise.
22010         * modules/memmem (Makefile.am): Likewise.
22011         * modules/memmove (Makefile.am): Likewise.
22012         * modules/mempcpy (Makefile.am): Likewise.
22013         * modules/memrchr (Makefile.am): Likewise.
22014         * modules/memset (Makefile.am): Likewise.
22015         * modules/memxor (Makefile.am): Likewise.
22016         * modules/mkancesdirs (Makefile.am): Likewise.
22017         * modules/mkdir-p (Makefile.am): Likewise.
22018         * modules/mkdir (Makefile.am): Likewise.
22019         * modules/mkdtemp (Makefile.am): Likewise.
22020         * modules/mkstemp (Makefile.am): Likewise.
22021         * modules/mktime (Makefile.am): Likewise.
22022         * modules/modechange (Makefile.am): Likewise.
22023         * modules/mountlist (Makefile.am): Likewise.
22024         * modules/nanosleep (Makefile.am): Likewise.
22025         * modules/obstack (Makefile.am): Likewise.
22026         * modules/openat (Makefile.am): Likewise.
22027         * modules/pagealign_alloc (Makefile.am): Likewise.
22028         * modules/pathmax (Makefile.am): Likewise.
22029         * modules/physmem (Makefile.am): Likewise.
22030         * modules/poll (Makefile.am): Likewise.
22031         * modules/posixtm (Makefile.am): Likewise.
22032         * modules/posixver (Makefile.am): Likewise.
22033         * modules/putenv (Makefile.am): Likewise.
22034         * modules/quote (Makefile.am): Likewise.
22035         * modules/quotearg (Makefile.am): Likewise.
22036         * modules/raise (Makefile.am): Likewise.
22037         * modules/read-file (Makefile.am): Likewise.
22038         * modules/readline (Makefile.am): Likewise.
22039         * modules/readlink (Makefile.am): Likewise.
22040         * modules/readtokens (Makefile.am): Likewise.
22041         * modules/readutmp (Makefile.am): Likewise.
22042         * modules/realloc (Makefile.am): Likewise.
22043         * modules/regex (Makefile.am): Likewise.
22044         * modules/rename-dest-slash (Makefile.am): Likewise.
22045         * modules/rename (Makefile.am): Likewise.
22046         * modules/rijndael (Makefile.am): Likewise.
22047         * modules/rmdir (Makefile.am): Likewise.
22048         * modules/rpmatch (Makefile.am): Likewise.
22049         * modules/safe-read (Makefile.am): Likewise.
22050         * modules/safe-write (Makefile.am): Likewise.
22051         * modules/same-inode (Makefile.am): Likewise.
22052         * modules/same (Makefile.am): Likewise.
22053         * modules/save-cwd (Makefile.am): Likewise.
22054         * modules/savedir (Makefile.am): Likewise.
22055         * modules/setenv (Makefile.am): Likewise.
22056         * modules/settime (Makefile.am): Likewise.
22057         * modules/sha1 (Makefile.am): Likewise.
22058         * modules/sig2str (Makefile.am): Likewise.
22059         * modules/snprintf (Makefile.am): Likewise.
22060         * modules/stat-macros (Makefile.am): Likewise.
22061         * modules/stat-time (Makefile.am): Likewise.
22062         * modules/stdbool (Makefile.am): Likewise.
22063         * modules/stdint (Makefile.am): Likewise.
22064         * modules/stdlib-safer (Makefile.am): Likewise.
22065         * modules/stpcpy (Makefile.am): Likewise.
22066         * modules/stpncpy (Makefile.am): Likewise.
22067         * modules/strcase (Makefile.am): Likewise.
22068         * modules/strcasestr (Makefile.am): Likewise.
22069         * modules/strchrnul (Makefile.am): Likewise.
22070         * modules/strcspn (Makefile.am): Likewise.
22071         * modules/strdup (Makefile.am): Likewise.
22072         * modules/strerror (Makefile.am): Likewise.
22073         * modules/strftime (Makefile.am): Likewise.
22074         * modules/strndup (Makefile.am): Likewise.
22075         * modules/strnlen (Makefile.am): Likewise.
22076         * modules/strpbrk (Makefile.am): Likewise.
22077         * modules/strsep (Makefile.am): Likewise.
22078         * modules/strstr (Makefile.am): Likewise.
22079         * modules/strtod (Makefile.am): Likewise.
22080         * modules/strtoimax (Makefile.am): Likewise.
22081         * modules/strtok_r (Makefile.am): Likewise.
22082         * modules/strtol (Makefile.am): Likewise.
22083         * modules/strtoll (Makefile.am): Likewise.
22084         * modules/strtoul (Makefile.am): Likewise.
22085         * modules/strtoull (Makefile.am): Likewise.
22086         * modules/strtoumax (Makefile.am): Likewise.
22087         * modules/strverscmp (Makefile.am): Likewise.
22088         * modules/sys_socket (Makefile.am): Likewise.
22089         * modules/sys_stat (Makefile.am): Likewise.
22090         * modules/sysexits (Makefile.am): Likewise.
22091         * modules/time_r (Makefile.am): Likewise.
22092         * modules/timegm (Makefile.am): Likewise.
22093         * modules/timespec (Makefile.am): Likewise.
22094         * modules/tmpfile-safer (Makefile.am): Likewise.
22095         * modules/trim (Makefile.am): Likewise.
22096         * modules/unistd-safer (Makefile.am): Likewise.
22097         * modules/unlinkdir (Makefile.am): Likewise.
22098         * modules/unlocked-io (Makefile.am): Likewise.
22099         * modules/userspec (Makefile.am): Likewise.
22100         * modules/utime (Makefile.am): Likewise.
22101         * modules/utimecmp (Makefile.am): Likewise.
22102         * modules/utimens (Makefile.am): Likewise.
22103         * modules/vasnprintf (Makefile.am): Likewise.
22104         * modules/vasprintf (Makefile.am): Likewise.
22105         * modules/vsnprintf (Makefile.am): Likewise.
22106         * modules/xalloc (Makefile.am): Likewise.
22107         * modules/xgetcwd (Makefile.am): Likewise.
22108         * modules/xnanosleep (Makefile.am): Likewise.
22109         * modules/xreadlink (Makefile.am): Likewise.
22110         * modules/xstrtod (Makefile.am): Likewise.
22111         * modules/xstrtol (Makefile.am): Likewise.
22112         * modules/xstrtold (Makefile.am): Likewise.
22113         * modules/yesno (Makefile.am): Likewise.
22114         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22115
22116 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22117
22118         * modules/error (Makefile.am): Distribute files through
22119         EXTRA_DIST, not lib_SOURCES.
22120
22121 2006-10-12  Eric Blake  <ebb9@byu.net>
22122
22123         * modules/error (Makefile.am): Distribute files in /lib.
22124         * modules/obstack (Makefile.am): Likewise.
22125
22126 2006-10-12  Bruno Haible  <bruno@clisp.org>
22127
22128         * modules/acl (Makefile.am): Distribute all files in lib/ through
22129         EXTRA_DIST.
22130         * modules/arcfour (Makefile.am): Likewise.
22131         * modules/arctwo (Makefile.am): Likewise.
22132         * modules/argmatch (Makefile.am): Likewise.
22133         * modules/argz (Makefile.am): Likewise.
22134         * modules/atexit (Makefile.am): Likewise.
22135         * modules/backupfile (Makefile.am): Likewise.
22136         * modules/c-strtod (Makefile.am): Likewise.
22137         * modules/c-strtold (Makefile.am): Likewise.
22138         * modules/calloc (Makefile.am): Likewise.
22139         * modules/canon-host (Makefile.am): Likewise.
22140         * modules/canonicalize (Makefile.am): Likewise.
22141         * modules/chdir-long (Makefile.am): Likewise.
22142         * modules/chdir-safer (Makefile.am): Likewise.
22143         * modules/check-version (Makefile.am): Likewise.
22144         * modules/chown (Makefile.am): Likewise.
22145         * modules/cloexec (Makefile.am): Likewise.
22146         * modules/close-stream (Makefile.am): Likewise.
22147         * modules/closeout (Makefile.am): Likewise.
22148         * modules/crc (Makefile.am): Likewise.
22149         * modules/cycle-check (Makefile.am): Likewise.
22150         * modules/des (Makefile.am): Likewise.
22151         * modules/dirfd (Makefile.am): Likewise.
22152         * modules/dirname (Makefile.am): Likewise.
22153         * modules/dup2 (Makefile.am): Likewise.
22154         * modules/euidaccess (Makefile.am): Likewise.
22155         * modules/exclude (Makefile.am): Likewise.
22156         * modules/exitfail (Makefile.am): Likewise.
22157         * modules/fcntl-safer (Makefile.am): Likewise.
22158         * modules/file-type (Makefile.am): Likewise.
22159         * modules/fileblocks (Makefile.am): Likewise.
22160         * modules/filemode (Makefile.am): Likewise.
22161         * modules/filenamecat (Makefile.am): Likewise.
22162         * modules/fnmatch (Makefile.am): Likewise.
22163         * modules/fopen-safer (Makefile.am): Likewise.
22164         * modules/fpending (Makefile.am): Likewise.
22165         * modules/fprintftime (Makefile.am): Likewise.
22166         * modules/free (Makefile.am): Likewise.
22167         * modules/fsusage (Makefile.am): Likewise.
22168         * modules/ftruncate (Makefile.am): Likewise.
22169         * modules/fts (Makefile.am): Likewise.
22170         * modules/gc (Makefile.am): Likewise.
22171         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22172         * modules/getaddrinfo (Makefile.am): Likewise.
22173         * modules/getcwd (Makefile.am): Likewise.
22174         * modules/getdelim (Makefile.am): Likewise.
22175         * modules/getdomainname (Makefile.am): Likewise.
22176         * modules/getgroups (Makefile.am): Likewise.
22177         * modules/gethostname (Makefile.am): Likewise.
22178         * modules/gethrxtime (Makefile.am): Likewise.
22179         * modules/getline (Makefile.am): Likewise.
22180         * modules/getloadavg (Makefile.am): Likewise.
22181         * modules/getlogin_r (Makefile.am): Likewise.
22182         * modules/getopt (Makefile.am): Likewise.
22183         * modules/getpass (Makefile.am): Likewise.
22184         * modules/getpass-gnu (Makefile.am): Likewise.
22185         * modules/getsubopt (Makefile.am): Likewise.
22186         * modules/gettime (Makefile.am): Likewise.
22187         * modules/gettimeofday (Makefile.am): Likewise.
22188         * modules/getugroups (Makefile.am): Likewise.
22189         * modules/getusershell (Makefile.am): Likewise.
22190         * modules/glob (Makefile.am): Likewise.
22191         * modules/group-member (Makefile.am): Likewise.
22192         * modules/hard-locale (Makefile.am): Likewise.
22193         * modules/hash (Makefile.am): Likewise.
22194         * modules/hmac-md5 (Makefile.am): Likewise.
22195         * modules/hmac-sha1 (Makefile.am): Likewise.
22196         * modules/human (Makefile.am): Likewise.
22197         * modules/idcache (Makefile.am): Likewise.
22198         * modules/imaxabs (Makefile.am): Likewise.
22199         * modules/imaxdiv (Makefile.am): Likewise.
22200         * modules/inet_ntop (Makefile.am): Likewise.
22201         * modules/inet_pton (Makefile.am): Likewise.
22202         * modules/inttostr (Makefile.am): Likewise.
22203         * modules/isapipe (Makefile.am): Likewise.
22204         * modules/lchown (Makefile.am): Likewise.
22205         * modules/long-options (Makefile.am): Likewise.
22206         * modules/lstat (Makefile.am): Likewise.
22207         * modules/malloc (Makefile.am): Likewise.
22208         * modules/mathl (Makefile.am): Likewise.
22209         * modules/mbchar (Makefile.am): Likewise.
22210         * modules/md2 (Makefile.am): Likewise.
22211         * modules/md4 (Makefile.am): Likewise.
22212         * modules/md5 (Makefile.am): Likewise.
22213         * modules/memcasecmp (Makefile.am): Likewise.
22214         * modules/memchr (Makefile.am): Likewise.
22215         * modules/memcmp (Makefile.am): Likewise.
22216         * modules/memcoll (Makefile.am): Likewise.
22217         * modules/memcpy (Makefile.am): Likewise.
22218         * modules/memmem (Makefile.am): Likewise.
22219         * modules/memmove (Makefile.am): Likewise.
22220         * modules/mempcpy (Makefile.am): Likewise.
22221         * modules/memrchr (Makefile.am): Likewise.
22222         * modules/memset (Makefile.am): Likewise.
22223         * modules/memxor (Makefile.am): Likewise.
22224         * modules/mkancesdirs (Makefile.am): Likewise.
22225         * modules/mkdir (Makefile.am): Likewise.
22226         * modules/mkdir-p (Makefile.am): Likewise.
22227         * modules/mkdtemp (Makefile.am): Likewise.
22228         * modules/mkstemp (Makefile.am): Likewise.
22229         * modules/mktime (Makefile.am): Likewise.
22230         * modules/modechange (Makefile.am): Likewise.
22231         * modules/mountlist (Makefile.am): Likewise.
22232         * modules/nanosleep (Makefile.am): Likewise.
22233         * modules/openat (Makefile.am): Likewise.
22234         * modules/pagealign_alloc (Makefile.am): Likewise.
22235         * modules/physmem (Makefile.am): Likewise.
22236         * modules/poll (Makefile.am): Likewise.
22237         * modules/posixtm (Makefile.am): Likewise.
22238         * modules/posixver (Makefile.am): Likewise.
22239         * modules/putenv (Makefile.am): Likewise.
22240         * modules/quote (Makefile.am): Likewise.
22241         * modules/quotearg (Makefile.am): Likewise.
22242         * modules/raise (Makefile.am): Likewise.
22243         * modules/read-file (Makefile.am): Likewise.
22244         * modules/readline (Makefile.am): Likewise.
22245         * modules/readlink (Makefile.am): Likewise.
22246         * modules/readtokens (Makefile.am): Likewise.
22247         * modules/readutmp (Makefile.am): Likewise.
22248         * modules/realloc (Makefile.am): Likewise.
22249         * modules/regex (Makefile.am): Likewise.
22250         * modules/rename (Makefile.am): Likewise.
22251         * modules/rename-dest-slash (Makefile.am): Likewise.
22252         * modules/rijndael (Makefile.am): Likewise.
22253         * modules/rmdir (Makefile.am): Likewise.
22254         * modules/rpmatch (Makefile.am): Likewise.
22255         * modules/safe-read (Makefile.am): Likewise.
22256         * modules/safe-write (Makefile.am): Likewise.
22257         * modules/same (Makefile.am): Likewise.
22258         * modules/save-cwd (Makefile.am): Likewise.
22259         * modules/savedir (Makefile.am): Likewise.
22260         * modules/setenv (Makefile.am): Likewise.
22261         * modules/settime (Makefile.am): Likewise.
22262         * modules/sha1 (Makefile.am): Likewise.
22263         * modules/sig2str (Makefile.am): Likewise.
22264         * modules/snprintf (Makefile.am): Likewise.
22265         * modules/stdlib-safer (Makefile.am): Likewise.
22266         * modules/stpcpy (Makefile.am): Likewise.
22267         * modules/stpncpy (Makefile.am): Likewise.
22268         * modules/strcase (Makefile.am): Likewise.
22269         * modules/strcasestr (Makefile.am): Likewise.
22270         * modules/strchrnul (Makefile.am): Likewise.
22271         * modules/strcspn (Makefile.am): Likewise.
22272         * modules/strdup (Makefile.am): Likewise.
22273         * modules/strerror (Makefile.am): Likewise.
22274         * modules/strftime (Makefile.am): Likewise.
22275         * modules/strndup (Makefile.am): Likewise.
22276         * modules/strnlen (Makefile.am): Likewise.
22277         * modules/strpbrk (Makefile.am): Likewise.
22278         * modules/strsep (Makefile.am): Likewise.
22279         * modules/strstr (Makefile.am): Likewise.
22280         * modules/strtod (Makefile.am): Likewise.
22281         * modules/strtoimax (Makefile.am): Likewise.
22282         * modules/strtok_r (Makefile.am): Likewise.
22283         * modules/strtol (Makefile.am): Likewise.
22284         * modules/strtoll (Makefile.am): Likewise.
22285         * modules/strtoul (Makefile.am): Likewise.
22286         * modules/strtoull (Makefile.am): Likewise.
22287         * modules/strtoumax (Makefile.am): Likewise.
22288         * modules/strverscmp (Makefile.am): Likewise.
22289         * modules/time_r (Makefile.am): Likewise.
22290         * modules/timegm (Makefile.am): Likewise.
22291         * modules/tmpfile-safer (Makefile.am): Likewise.
22292         * modules/unistd-safer (Makefile.am): Likewise.
22293         * modules/unlinkdir (Makefile.am): Likewise.
22294         * modules/userspec (Makefile.am): Likewise.
22295         * modules/utime (Makefile.am): Likewise.
22296         * modules/utimecmp (Makefile.am): Likewise.
22297         * modules/utimens (Makefile.am): Likewise.
22298         * modules/vasnprintf (Makefile.am): Likewise.
22299         * modules/vasprintf (Makefile.am): Likewise.
22300         * modules/vsnprintf (Makefile.am): Likewise.
22301         * modules/xalloc (Makefile.am): Likewise.
22302         * modules/xgetcwd (Makefile.am): Likewise.
22303         * modules/xnanosleep (Makefile.am): Likewise.
22304         * modules/xreadlink (Makefile.am): Likewise.
22305         * modules/xstrtod (Makefile.am): Likewise.
22306         * modules/xstrtol (Makefile.am): Likewise.
22307         * modules/xstrtold (Makefile.am): Likewise.
22308         * modules/yesno (Makefile.am): Likewise.
22309
22310 2006-10-12  Jim Meyering  <jim@meyering.net>
22311
22312         * m4/getloadavg.m4: Revert the change below.
22313
22314         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
22315         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
22316         fail with a symlink, which is what coreutils' ./bootstrap now
22317         creates by default.
22318
22319 2006-10-12  Bruno Haible  <bruno@clisp.org>
22320
22321         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
22322         mingw.
22323         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
22324         MSVC and mingw explicitly.
22325
22326 2006-10-11  Simon Josefsson  <jas@extundo.com>
22327             Bruno Haible  <bruno@clisp.org>
22328
22329         Add support for multiple gnulib-tool invocations in the scope of a
22330         single configure.ac file.
22331         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
22332         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
22333         with the same contents as the _LIBADD variable.
22334         (func_emit_initmacro_start, func_emit_initmacro_end,
22335         func_emit_initmacro_done): New functions.
22336         (func_import, func_create_testdir): Invoke them. Allow the identifiers
22337         gl_LIBOBJS and gl_LTLIBOBJS.
22338
22339 2006-10-11  Bruno Haible  <bruno@clisp.org>
22340
22341         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
22342         (func_create_testdir): Don't create po/Makefile.am, don't invoke
22343         autoreconf. Instead, invoke autopoint explicitly but move back the
22344         *.m4 files from gnulib.
22345
22346 2006-10-11  Bruno Haible  <bruno@clisp.org>
22347
22348         * gnulib-tool (func_usage): Make module names after --create-testdir
22349         optional.
22350         (func_create_testdir): If no module was specified, use nearly all
22351         modules.
22352
22353 2006-10-12  Jim Meyering  <jim@meyering.net>
22354
22355         Big performance improvement for fts-based tools that use FTS_NOSTAT.
22356         Avoid spurious inode-mismatch problems on non-POSIX file systems.
22357         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
22358         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
22359         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
22360         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
22361         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
22362         (fts_set_stat_required): New function.
22363         (fts_open): Defer the calls to fts_stat, if possible or requested.
22364         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
22365         into fts_stat itself.
22366         (fts_read): Perform any required (deferred) fts_stat call.
22367         (fts_build): Likewise, for the directory we're about to open and read.
22368         In the readdir loop, carefully decide whether each entry will require
22369         an eventual call to fts_stat, using dirent.d_type info if available.
22370         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
22371         a command line argument into this function.  Update all callers.
22372         Map a return value of FTS_DOT to FTS_D for a command line argument.
22373         * modules/fts (Depends-on): Add d-type.  Alphabetize.
22374         Thanks to Miklos Szeredi for his tenacity and for the initial
22375         bug report about "find" failing on a FUSE-based file system.
22376
22377         * lib/fts.c (fts_open): Use consistent indentation.
22378
22379 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22380
22381         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
22382         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
22383         reported by Jim Meyering.  All uses of cache variables renamed
22384         to match Autoconf's.
22385         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
22386         the other one.
22387
22388         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
22389         Fix misspelling in diagnostic.
22390
22391 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22392
22393         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
22394         defined.  Problem reported by Matthew Woehlke.
22395
22396         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
22397         Add support for Tandem NonStop R series.
22398         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
22399         Use new macro.
22400
22401         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
22402         (has_trailing_slash): Omit size arg; all callers changed.
22403         Omit 'inline', since it doesn't help performance and we'd
22404         need to configure it.
22405         Don't count //, ///, etc. as having a trailing slash.
22406         As a side effect, this removes a C99ism reported by Matthew Woehlke.
22407         (rpl_rename_dest_slash): On failure, use rename's errno rather
22408         than (in some cases) an incorrect or junk errno.
22409         Simplify code by removing need to compute length; this does
22410         cause it to make two passes instead of one over the file name,
22411         but it's worth it.
22412
22413         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
22414         change, since Autoconf's version may no longer be appropriate now
22415         that we are using CVS Autoconf's version.  Add support for Tandem.
22416
22417 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22418             Bruno Haible  <bruno@clisp.org>
22419
22420         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
22421         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
22422         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
22423         gl_AC_TYPE_LONG_LONG.
22424
22425         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
22426         instead of HAVE_LONG_LONG.
22427         * lib/printf-args.c (printf_fetchargs): Likewise.
22428         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
22429         * lib/vasnprintf.c (VASNPRINTF): Likewise.
22430         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
22431         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
22432         gl_AC_TYPE_LONG_LONG.
22433
22434 2006-10-11  Bruno Haible  <bruno@clisp.org>
22435
22436         * m4/longlong.m4: Add comments.
22437         * m4/ulonglong.m4: Likewise.
22438
22439 2006-10-10  Bruno Haible  <bruno@clisp.org>
22440
22441         Make it possible to #define stpcpy, strdup to aliases.
22442         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
22443         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
22444
22445 2006-10-10  Bruno Haible  <bruno@clisp.org>
22446
22447         Make it possible to #define gcd to an alias.
22448         * lib/gcd.c: Include config.h.
22449
22450 2006-10-10  Bruno Haible  <bruno@clisp.org>
22451
22452         Make it possible to #define c_isascii to an alias.
22453         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
22454         defined. Undefine the macros before defining them, to avoid gcc
22455         warnings.
22456         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
22457         define NO_C_CTYPE_MACROS early.
22458
22459 2006-10-10  Bruno Haible  <bruno@clisp.org>
22460
22461         Make it possible to #define set_program_name to an alias.
22462         * lib/progname.c: Don't undefine set_program_name; instead, undefine
22463         ENABLE_RELOCATABLE early.
22464
22465 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22466
22467         Port to Tandem NSK OSS, which has 64-bit signed int but at most
22468         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
22469         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
22470         More generally, don't assume that 64-bit signed int is available
22471         if unsigned int is, and vice versa.
22472         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
22473         unsigned symbols, not on their signed counterparts.
22474         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
22475         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
22476         (UINT64_C, UINTMAX_C):
22477         Likewise.
22478         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
22479         unsigned counterparts.
22480         (Have_long_long, Unsigned): New macros.
22481         (Int): Renamed from INT.
22482         (strtoimax): Use the new macros.
22483         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
22484         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
22485         * modules/inttypes (inttypes.h): Substitute
22486         HAVE_UNSIGNED_LONG_LONG_INT.
22487         * modules/stdint (stdint.h): Likewise.
22488         (Files): Add m4/ulonglong.m4.
22489
22490 2006-10-10  Bruno Haible  <bruno@clisp.org>
22491
22492         Fix a gcc -Wshadow warning.
22493         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
22494         to 'bucket'.
22495         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
22496         gl_linked_indexof_from_to): Likewise.
22497         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
22498         Likewise.
22499         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
22500         Likewise.
22501         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
22502         Reported by Eric Blake.
22503
22504 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
22505
22506         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
22507         for NetBSD.  Problem reported by Bruno Haible.
22508
22509 2006-10-09  Jim Meyering  <jim@meyering.net>
22510
22511         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
22512         Patch from Bruno Haible.
22513
22514 2006-10-09  Jim Meyering  <jim@meyering.net>
22515
22516         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
22517         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
22518         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
22519
22520 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
22521
22522         Don't include <config.h> twice; this doesn't work in some cases,
22523         e.g., when config.h has "#define intmax_t long long int" and
22524         we include <config.h>, <inttypes.h>, <config.h> in that order.
22525         Problem reported by Matthew Woehlke in:
22526         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
22527         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
22528         * lib/fts-cycle.c: Don't include config.h.
22529         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
22530         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
22531         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
22532         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
22533         inttypes.h.
22534         * lib/xstrtoumax.c: Likewise.
22535         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
22536         __strtol and the like, so that this module is more like its siblings.
22537         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
22538         Remove; no longer needed now that we assume gnulib inttypes.h.
22539
22540 2006-10-08  Bruno Haible  <bruno@clisp.org>
22541
22542         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
22543         option.
22544
22545 2006-10-07  Jim Meyering  <jim@meyering.net>
22546
22547         * modules/inttypes (inttypes.h): Revert what seems to have been
22548         an inadvertent part of today's change: use "|", not "/" in the
22549         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
22550
22551 2006-10-07  Bruno Haible  <bruno@clisp.org>
22552
22553         * modules/sublist: New file.
22554
22555 2006-10-07  Bruno Haible  <bruno@clisp.org>
22556
22557         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
22558         * modules/argz (argz.h): Likewise.
22559         * modules/arpa_inet (arpa/inet.h): Likewise.
22560         * modules/byteswap (byteswap.h): Likewise.
22561         * modules/configmake (configmake.h): Likewise.
22562         * modules/fcntl (fcntl.h): Likewise.
22563         * modules/fnmatch (fnmatch.h): Likewise.
22564         * modules/getopt (getopt.h): Likewise.
22565         * modules/glob (glob.h): Likewise.
22566         * modules/inttypes (inttypes.h): Likewise.
22567         * modules/netinet_in (netinet/in.h): Likewise.
22568         * modules/poll (poll.h): Likewise.
22569         * modules/stdbool (stdbool.h): Likewise.
22570         * modules/stdint (stdint.h): Likewise.
22571         * modules/sys_select (sys/select.h): Likewise.
22572         * modules/sys_socket (sys/socket.h): Likewise.
22573         * modules/sys_stat (sys/stat.h): Likewise.
22574         * modules/sysexits (sysexits.h): Likewise.
22575         * modules/unistd (unistd.h): Likewise.
22576         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22577         Add a "DO NOT EDIT" comment to the generated file.
22578         (func_import): Likewise for gnulib-comp.m4.
22579
22580 2006-10-07  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/gl_sublist.h: New file.
22583         * lib/gl_sublist.c: New file.
22584
22585 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
22588         name (relative to the original working directory) and the file
22589         name component (relative to the temporary working directory).  All
22590         callers changed.
22591         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
22592         * lib/mkdir-p.c (make_dir_parents): Likewise.
22593         * lib/mkdir-p.h (make_dir_parents): Likewise.
22594
22595 2006-10-06  Eric Blake  <ebb9@byu.net>
22596
22597         Define several macros for use by the clean-temp module.
22598         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
22599         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
22600         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
22601
22602         * lib/clean-temp.h (close_stream_temp): New declaration.
22603         * lib/clean-temp.c (includes): Pull in headers according to what
22604         other modules are in use.
22605         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
22606
22607 2006-10-06  Bruno Haible  <bruno@clisp.org>
22608
22609         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
22610         instead of fopen, fwriteerror.
22611
22612 2006-10-06  Bruno Haible  <bruno@clisp.org>
22613
22614         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
22615         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
22616         int.
22617         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
22618         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
22619         Return an error indicator.
22620         Suggested by Eric Blake.
22621
22622 2006-10-06  Bruno Haible  <bruno@clisp.org>
22623
22624         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
22625         Reported by Eric Blake.
22626
22627 2006-10-06  Bruno Haible  <bruno@clisp.org>
22628
22629         * modules/closeout (Description): Mention stderr too.
22630
22631 2006-10-06  Bruno Haible  <bruno@clisp.org>
22632         and Paul Eggert  <eggert@cs.ucla.edu>
22633
22634         * lib/closeout.c (close_stdout): Also close stderr.
22635         * lib/closeout.h: Update comment.
22636
22637 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
22638
22639         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
22640         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
22641         * lib/dirchownmod.c: Include lchown.h.
22642         * lib/lchown.c: Don't include files that lchown.h now includes.
22643         Don't declare chown, since lchown.h now does that.
22644         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
22645         (lchown): Define to rpl_chown if lchown is declared but
22646         does not exist.  Declare using a prototype if lchown is not
22647         declared.  Add a copyright notice.
22648         * lib/mkstemp.h: Include <unistd.h>.
22649         * lib/openat.c: Include lchown.h.
22650
22651         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
22652         we now test for that separately.
22653         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
22654         rather than O_NOFOLLOW, when testing whether it's possible to
22655         avoid a race condition reliably.
22656         * lib/savewd.c (savewd_chdir): Likewise.
22657
22658         Remove macros that are no longer needed now that stdint.h is
22659         reliable.
22660         * lib/fsusage.c (UINTMAX_MAX): Remove.
22661         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
22662         * lib/utimecmp.c (SIZE_MAX): Remove.
22663
22664         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
22665
22666         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
22667         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
22668         O_NOATIME works.
22669
22670 2006-10-05  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/gl_list.h (gl_sortedlist_search_from_to,
22673         gl_sortedlist_indexof_from_to): New declarations.
22674         (gl_list_implementation): New fields sortedlist_search_from_to,
22675         sortedlist_indexof_from_to.
22676         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
22677         inline functions.
22678         * lib/gl_list.c (gl_sortedlist_search_from_to,
22679         gl_sortedlist_indexof_from_to): New functions.
22680         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
22681         function.
22682         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
22683         (gl_array_sortedlist_search_from_to): New function.
22684         (gl_array_list_implementation): Update.
22685         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
22686         function.
22687         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
22688         (gl_carray_sortedlist_search_from_to): New function.
22689         (gl_carray_list_implementation): Update.
22690         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
22691         gl_linked_sortedlist_indexof_from_to): New functions.
22692         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22693         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22694         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
22695         gl_tree_sortedlist_indexof_from_to): New functions.
22696         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22697         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22698         Update.
22699         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22700         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
22701         Update.
22702
22703 2006-10-05  Bruno Haible  <bruno@clisp.org>
22704
22705         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
22706         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
22707         (struct gl_list_implementation): Add fields search_from_to,
22708         indexof_from_to. Remove fields search, indexof.
22709         (gl_list_search): Use the search_from_to method.
22710         (gl_list_search_from, gl_list_search_from_to): New functions.
22711         (gl_list_indexof): Use the indexof_from_to method.
22712         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
22713         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
22714         (gl_list_search_from, gl_list_search_from_to): New functions.
22715         (gl_list_indexof): Use the indexof_from_to method.
22716         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
22717         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
22718         gl_array_indexof. Add start_index, end_index arguments.
22719         (gl_array_search_from_to): Renamed from gl_array_search. Add
22720         start_index, end_index arguments.
22721         (gl_array_remove, gl_array_list_implementation): Update.
22722         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
22723         gl_carray_indexof. Add start_index, end_index arguments.
22724         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
22725         start_index, end_index arguments.
22726         (gl_carray_remove, gl_carray_list_implementation): Update.
22727         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
22728         gl_linked_search. Add start_index, end_index arguments.
22729         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
22730         start_index, end_index arguments.
22731         (gl_linked_remove): Update.
22732         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22733         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22734         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
22735         field to 'size_t'.
22736         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
22737         gl_tree_search. Add start_index, end_index arguments.
22738         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
22739         start_index, end_index arguments.
22740         (gl_tree_remove): Update.
22741         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22742         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22743         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
22744         function.
22745         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
22746         gl_tree_search. Add start_index, end_index arguments.
22747         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
22748         start_index, end_index arguments.
22749         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22750         Update.
22751         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
22752
22753 2006-10-05  Bruno Haible  <bruno@clisp.org>
22754
22755         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
22756
22757         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
22758         fwriteerror_temp): New declarations.
22759         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
22760         (descriptors): New variable.
22761         (cleanup): First, close the descriptors.
22762         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
22763         fclose_temp, fwriteerror_temp): New functions.
22764
22765 2006-10-04  Jim Meyering  <jim@meyering.net>
22766
22767         * lib/fts.c (fts_open): Tiny comment change.
22768
22769 2006-10-04  Bruno Haible  <bruno@clisp.org>
22770
22771         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
22772         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
22773         gl_LOCK_BODY.
22774         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
22775         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
22776         gl_LOCK_EARLY_BODY.
22777         (gl_LOCK): Require gl_LOCK_BODY.
22778
22779 2006-10-04  Bruno Haible  <bruno@clisp.org>
22780
22781         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
22782         (gl_oset_search_atleast): New declaration.
22783         (struct gl_oset_implementation): Add field 'search_atleast'.
22784         (gl_oset_search_atleast): New inline function.
22785         * lib/gl_oset.c (gl_oset_search_atleast): New function.
22786         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
22787         (gl_array_oset_implementation): Update.
22788         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
22789         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
22790         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
22791
22792 2006-10-04  Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
22795
22796 2006-10-03  Bruno Haible  <bruno@clisp.org>
22797
22798         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
22799         from gl_avltreehash_list_implementation.
22800
22801 2006-10-03  Bruno Haible  <bruno@clisp.org>
22802
22803         * lib/gl_oset.c (gl_oset_add): Fix return type.
22804
22805 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
22806
22807         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
22808
22809 2006-10-02  Eric Blake  <ebb9@byu.net>
22810
22811         * modules/strnlen (Depends-on): Add extensions.
22812
22813 2006-10-02  Eric Blake  <ebb9@byu.net>
22814
22815         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
22816         definition in 2.60+.
22817
22818 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
22819
22820         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
22821         checks.
22822
22823 2006-10-02  Bruno Haible  <bruno@clisp.org>
22824
22825         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
22826         to the AUTOMAKE_OPTIONS.
22827         Reported by Jim Meyering.
22828
22829 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
22830
22831         Work around bug in Solaris 10 /proc file system:
22832         /proc/self/fd/NNN/.. isn't the parent directory of
22833         the directory whose file descriptor is NNN.  This needs to
22834         be worked around at run time, not compile time, since a
22835         program might be built on Solaris 8, where things work, and
22836         run on Solaris 10.
22837         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
22838         to use the following interface instead:
22839         (OPENAT_BUFFER_SIZE): New macro.
22840         (openat_proc_name): New function.
22841         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
22842         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
22843         Likewise.
22844         * lib/openat-proc.c: New file.
22845         * modules/openat (Files): Add lib/openat-proc.c.
22846         (Depends-on): Add same-inode, stdbool.
22847         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
22848
22849 2006-09-29  Bruno Haible  <bruno@clisp.org>
22850
22851         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
22852         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
22853         argument. Set stdout_closed before testing for ferror, not after.
22854         (fwriteerror, fwriteerror_no_ebadf): New functions.
22855
22856 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22857
22858         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
22859
22860 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
22861
22862         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
22863         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
22864
22865 2006-09-28  Jim Meyering  <jim@meyering.net>
22866
22867         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
22868         Include <unistd.h>.
22869
22870 2006-09-28  Bruno Haible  <bruno@clisp.org>
22871
22872         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
22873         * modules/linkedhash-list (Depends-on): Likewise.
22874         * modules/rbtreehash-list (Depends-on): Likewise.
22875
22876 2006-09-28  Bruno Haible  <bruno@clisp.org>
22877
22878         * lib/strndup.h: Simplify the redefinition of strndup.
22879         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
22880         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
22881
22882 2006-09-28  Bruno Haible  <bruno@clisp.org>
22883
22884         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
22885         * lib/gl_linkedhash_list.c: Likewise.
22886         * lib/gl_rbtreehash_list.c: Likewise.
22887
22888 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22889
22890         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
22891         getaddrinfo.
22892
22893         * lib/__fpending.h: Don't include <stdio_ext.h> unless
22894         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
22895         it causes <stdio_ext.h> to cause a compile-time error.
22896         Problem reported by Nelson H. F. Beebe.
22897         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
22898         of HAVE_DECL___PENDING.
22899
22900         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
22901         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
22902         declaration.
22903
22904 2006-09-27  Jim Meyering  <jim@meyering.net>
22905
22906         This file could end up with a definition for a function
22907         named __strndup, rather than rpl_strndup on a system with
22908         incomplete weak_alias support.
22909         * lib/strndup.c (strndup): Rename from __strndup.
22910         Remove #defines that used to map __strndup to strndup.
22911         Don't use K&R prototypes.
22912         Remove LIBC-related code, since this file is not sync'd with glibc.
22913         * lib/strndup.h: Revamp, accordingly.
22914         * m4/strndup.m4: Modernize.
22915
22916 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
22917
22918         * modules/savewd (Depends-on): Add 'raise'.
22919         * lib/savewd.c: Include <signal.h>, for 'raise'.
22920
22921 2006-09-26  Jim Meyering  <jim@meyering.net>
22922
22923         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
22924         when we detect Darwin 8.7.0's acl_get_file bug.
22925         Rearrange to perform the new (below) run-test while $LIBS
22926         contains any acl-related library.  Set USE_ACL at the end.
22927         (gl_ACL_GET_FILE): New function.
22928
22929 2006-09-26  Eric Blake  <ebb9@byu.net>
22930
22931         * lib/verror.c: Include <config.h> unconditionally.
22932
22933 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
22934
22935         * modules/clock-time (Maintainer): Add self.
22936         * modules/getlogin_r (Depends-on): Add extensions.
22937
22938 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22939
22940         * modules/clock-time: New module.
22941         * modules/nanosleep (Depends-on): Add clock-time.
22942         * modules/gethrxtime (Depends-on): Likewise.
22943         * modules/gettime (Depends-on): Likewise.
22944         * modules/settime (Depends-on): Likewise.
22945
22946         * modules/fts-lgpl: Depend on openat.
22947         * modules/mkancesdirs: Depend on savewd.
22948         * modules/mkdir-p: Likewise.
22949
22950 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22951
22952         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
22953
22954         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
22955         `gl_have_arbitrary_file_name_length_limit' to
22956         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
22957         actually works between configure runs.
22958
22959 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22960             Bruno Haible  <bruno@clisp.org>
22961
22962         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
22963
22964 2006-09-25  Jim Meyering  <jim@meyering.net>
22965
22966         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
22967         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
22968
22969 2006-09-25  Eric Blake  <ebb9@byu.net>
22970
22971         * gnulib-tool (func_import, func_create_testdir): Fix typos in
22972         exec's in 2006-09-18 patch when shuffling fds.
22973
22974 2006-09-25  Bruno Haible  <bruno@clisp.org>
22975
22976         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
22977         Reported by Jim Meyering.
22978
22979 2006-09-24  Jim Meyering  <jim@meyering.net>
22980
22981         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
22982         compare a pointer against a literal "0".  That caused failures with
22983         at least HP-UX's hpcc.
22984
22985 2006-09-22  Simon Josefsson  <jas@extundo.com>
22986
22987         * modules/gc-sha1:
22988         * modules/gc-md4:
22989         * modules/gc-hmac-sha1:
22990         * modules/gc-hmac-md5:
22991         * modules/gc-des:
22992         * modules/gc-arcfour: Distribute more files.
22993
22994 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22995
22996         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
22997         (gl_linked_iterator_from_to): Initialize struct completely.
22998         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
22999         (gl_tree_iterator_from_to): Likewise
23000         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23001         * lib/gl_array_list.c [lint] (gl_array_iterator)
23002         (gl_array_iterator_from_to): Likewise.
23003         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23004         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23005         (gl_carray_iterator_from_to): Likewise.
23006
23007         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23008         * lib/md4.c (md4_process_block): Remove unused variable.
23009         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23010         parentheses for clarity.
23011
23012 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23013
23014         * modules/bison-i18n (Depends-on): Add gettext.
23015
23016 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23017
23018         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23019         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23020         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23021         also add missing comma that caused broken test.
23022         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23023         stdlib.h, for `abort'.
23024         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23025         variables.
23026         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23027         include unistd.h if present, for `rmdir'.
23028         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23029         variables.
23030         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23031         in the process include standard headers for prototypes.
23032         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23033         gets declared on GNU/Linux.
23034         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23035         unistd.h, for `rmdir'.
23036         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23037
23038         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23039         always true.
23040         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23041
23042         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23043
23044 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23045
23046         * gnulib-tool (func_version): Create output all at once.  This
23047         may help avoid triggering unnecessary SIGPIPEs, and at any
23048         rate it doesn't hurt.
23049
23050 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23051             Bruno Haible  <bruno@clisp.org>
23052
23053         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23054         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23055         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23056
23057         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23058         (gl_FUNC_VASPRINTF): Invoke it.
23059
23060 2006-09-22  Bruno Haible  <bruno@clisp.org>
23061
23062         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23063         getloadavg.c as first argument.
23064
23065 2006-09-22  Bruno Haible  <bruno@clisp.org>
23066
23067         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23068         at the beginning of the gl_INIT macro.
23069         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23070         gl_GETLOADAVG.
23071
23072 2006-09-22  Bruno Haible  <bruno@clisp.org>
23073
23074         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23075         module.
23076         Suggested by Ralf Wildenhues.
23077
23078 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23079
23080         Import this patch from libc:
23081
23082         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23083
23084         * lib/regex_internal.c (re_string_reconstruct): Handle
23085         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23086         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23087         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23088         re_string_context_at.
23089
23090         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23091         now requires it.
23092         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23093         gl_REGEX now does it for us.
23094         (gl_REGEX): Add test taken from
23095         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23096
23097         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23098         Check that large offsets work.  Modernize Autoconf usages.
23099         Prefer "yes" to mean a good thing rather than a bad.
23100         Don't put "#define mkstemp" in config.h, as this might interfere
23101         with standard system headers that "#define mkstemp mkstemp64".
23102
23103         * modules/mkstemp (Depends-on): Add extensions, so that
23104         mkstemp is visible on some platforms.
23105         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23106         (Include): Change to "mkstemp.h" from <stdlib.h>.
23107         (Files): Add mkstemp.h.
23108
23109         * lib/mkstemp.h: New file, since some standard headers
23110         #define mkstemp.
23111         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23112         Include "mkstemp.h".
23113         Make the _LIBC code resemble glibc original more,
23114         e.g., use K&R style.
23115         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23116         (mkstemp): Remove, since mkstemp.h does this for us.
23117         * lib/stdlib--.h: Include mkstemp.h.
23118
23119         Import this patch from libc:
23120
23121         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23122
23123         * lib/tempname.c (__gen_tempname): Change attempts_min
23124         into a macro.  Use preprocessor to decide how to initialize
23125         attempts [Coverity CID 67].
23126
23127 2006-09-20  Bruno Haible  <bruno@clisp.org>
23128
23129         * lib/mkdtemp.c: Import from libc.
23130         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23131                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23132                 attempts_min into a macro.  Use preprocessor to decide how to
23133                 initialize attempts [Coverity CID 67].
23134         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23135                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23136                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23137
23138 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23139
23140         * gnulib-tool (func_exit): New function, to allow to pass the
23141         exit status portably through the trap.  Use everywhere.
23142         (--help, --version): Signal a write error.
23143         (trap): catch SIGPIPE, for write errors.
23144         Exit at the end of the trap, with the correct exit status.
23145
23146 2006-09-19  Karl Berry  <karl@gnu.org>
23147
23148         * doc/gnulib.texi: note about the license texinfo files.
23149
23150 2006-09-19  Eric Blake  <ebb9@byu.net>
23151
23152         * gnulib-tool: Avoid space-tab.
23153
23154 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23155
23156         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23157         that prevented coreutils 6.1 from building.  Problem reported
23158         by Petter Reinholdtsen.
23159
23160 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23161
23162         * gnulib-tool (avoidlist): Fix typo that broke options like
23163         --avoid=lock that are used by coreutils bootstrap.
23164
23165 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23166
23167         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23168         more systematically.
23169
23170 2006-09-18  Jim Meyering  <jim@meyering.net>
23171
23172         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23173
23174 2006-09-18  Bruno Haible  <bruno@clisp.org>
23175
23176         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23177
23178 2006-09-18  Bruno Haible  <bruno@clisp.org>
23179
23180         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
23181         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
23182         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
23183         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
23184         * m4/gettext.m4: Require autoconf >= 2.52.
23185         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
23186         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
23187         of gl_cv_header_inttypes_h.
23188
23189 2006-09-18  Bruno Haible  <bruno@clisp.org>
23190
23191         * lib/javaversion.c: Include configmake.h.
23192
23193 2006-09-18  Bruno Haible  <bruno@clisp.org>
23194
23195         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
23196         avoid that the while loops be executed in a subshell.
23197
23198 2006-09-18  Bruno Haible  <bruno@clisp.org>
23199
23200         * MODULES.html.sh (func_module): Break long lines.
23201         Suggested by Bruce Korb <bkorb@gnu.org>.
23202
23203 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23204
23205         Speed up by a factor of 1.12.
23206         * gnulib-tool (nl): New variable.
23207         (func_import): Rewrite include directive extraction to only read each
23208         directive once.
23209
23210 2006-09-17  Bruno Haible  <bruno@clisp.org>
23211
23212         * modules/javaversion (Makefile.am): Remove DEFS setting.
23213         (Depends-on): Add configmake, for PKGDATADIR definition.
23214
23215 2006-09-17  Bruno Haible  <bruno@clisp.org>
23216
23217         * gnulib-tool (func_create_testdir): Rewrite all files at once.
23218
23219 2006-09-17  Bruno Haible  <bruno@clisp.org>
23220
23221         * gnulib-tool (func_append): New function, stolen from libtool.m4.
23222         (func_modules_transitive_closure, func_modules_add_dummy,
23223         func_modules_to_filelist, func_import, func_create_testdir,
23224         func_create_megatestdir, ...): Use it wherever possible.
23225         Suggested by Ralf Wildenhues.
23226
23227 2006-09-16  Karl Berry  <karl@gnu.org>
23228
23229         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
23230         to avoid sectioning errors.
23231         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
23232         [ifinfo]: blank line after @center-ed titles.
23233         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
23234         Spell FSF address consistently with others.
23235         (These changes approved by rms.)
23236
23237 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23238
23239         Speed up by a factor of 1.61.
23240         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
23241         already checked module names again.
23242
23243 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23244
23245         Speed up by a factor of 1.13.
23246         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
23247         for new_files, and the input to func_add_or_update.
23248
23249 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23250
23251         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
23252         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
23253
23254 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23255
23256         * modules/mkancesdirs (Depends-on): Add fcntl.
23257         * modules/savewd: New file.
23258         * MODULES.html.sh (File system functions): Add savewd.
23259
23260         * modules/configmake (Makefile.am): Add support for the
23261         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
23262
23263 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23264
23265         * m4/savewd.m4: New file.
23266
23267 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23268
23269         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
23270         (dirchownmod): New arg FD.  All callers changed.
23271         Use FD rather than opening the directory ourself, as opening is
23272         now the caller's responsibility.
23273         * lib/dirchownmod.h: Likewise.
23274         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
23275         hosts that require <sys/types.h> before <sys/stat.h>.  Include
23276         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
23277         (test_dir): Remove.
23278         (mkancesdirs): Return length of prefix of FILE that has already
23279         been made, or -2 if there is a child doing the work.  Redo
23280         algorithm so that it is O(N) rather than O(N**2).  Optimize away
23281         ".", and treat ".." specially since it might stray back into
23282         already-created areas.  Use a subprocess if necessary.  New arg
23283         WD; all users changed.  MAKE_DIR function should now return 1
23284         if it creates a directory that is not readable.  Return -2 if
23285         a child process is spun off.
23286         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
23287         Adjust signature to match code.
23288         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
23289         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
23290         all users changed.
23291         * lib/savewd.c, lib/savewd.h: New files.
23292
23293 2006-09-15  Jim Meyering  <jim@meyering.net>
23294
23295         * modules/rename-dest-slash: New module.
23296         * MODULES.html.sh (posix_compat): Add it here.
23297
23298         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
23299
23300 2006-09-15  Jim Meyering  <jim@meyering.net>
23301
23302         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
23303         file.
23304
23305         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
23306
23307 2006-09-15  Jim Meyering  <jim@meyering.net>
23308
23309         * lib/rename-dest-slash.c (has_trailing_slash): Use
23310         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
23311         (rpl_rename_dest_slash): Perform the cheaper trailing slash
23312         test before testing whether SRC is a directory.
23313         Suggestions from Bruno Haible.
23314
23315         Avoid a warning about an unused variable.
23316         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
23317         into the #ifdef block where it's used.
23318
23319         * lib/rename-dest-slash.c: New file.
23320
23321 2006-09-14  Bruno Haible  <bruno@clisp.org>
23322
23323         * lib/allocsa.c: Include <config.h> unconditionally.
23324         * lib/asnprintf.c: Likewise.
23325         * lib/asprintf.c: Likewise.
23326         * lib/c-strcasecmp.c: Likewise.
23327         * lib/c-strcasestr.c: Likewise.
23328         * lib/c-strncasecmp.c: Likewise.
23329         * lib/c-strstr.c: Likewise.
23330         * lib/classpath.c: Likewise.
23331         * lib/clean-temp.c: Likewise.
23332         * lib/concatpath.c: Likewise.
23333         * lib/copy-file.c: Likewise.
23334         * lib/csharpcomp.c: Likewise.
23335         * lib/csharpexec.c: Likewise.
23336         * lib/execute.c: Likewise.
23337         * lib/fatal-signal.c: Likewise.
23338         * lib/findprog.c: Likewise.
23339         * lib/fwriteerror.c: Likewise.
23340         * lib/gl_array_list.c: Likewise.
23341         * lib/gl_array_oset.c: Likewise.
23342         * lib/gl_avltree_list.c: Likewise.
23343         * lib/gl_avltree_oset.c: Likewise.
23344         * lib/gl_avltreehash_list.c: Likewise.
23345         * lib/gl_carray_list.c: Likewise.
23346         * lib/gl_linked_list.c: Likewise.
23347         * lib/gl_linkedhash_list.c: Likewise.
23348         * lib/gl_list.c: Likewise.
23349         * lib/gl_oset.c: Likewise.
23350         * lib/gl_rbtree_list.c: Likewise.
23351         * lib/gl_rbtree_oset.c: Likewise.
23352         * lib/gl_rbtreehash_list.c: Likewise.
23353         * lib/imaxabs.c: Likewise.
23354         * lib/imaxdiv.c: Likewise.
23355         * lib/javacomp.c: Likewise.
23356         * lib/javaexec.c: Likewise.
23357         * lib/javaversion.c: Likewise.
23358         * lib/linebreak.c: Likewise.
23359         * lib/localcharset.c: Likewise.
23360         * lib/lock.c: Likewise.
23361         * lib/mbchar.c: Likewise.
23362         * lib/mbswidth.c: Likewise.
23363         * lib/mkdtemp.c: Likewise.
23364         * lib/pipe.c: Likewise.
23365         * lib/printf-args.c: Likewise.
23366         * lib/printf-parse.c: Likewise.
23367         * lib/progname.c: Likewise.
23368         * lib/progreloc.c: Likewise.
23369         * lib/readlink.c: Likewise.
23370         * lib/sh-quote.c: Likewise.
23371         * lib/stpcpy.c: Likewise.
23372         * lib/stpncpy.c: Likewise.
23373         * lib/strcasecmp.c: Likewise.
23374         * lib/strcasestr.c: Likewise.
23375         * lib/strcspn.c: Likewise.
23376         * lib/striconv.c: Likewise.
23377         * lib/strncasecmp.c: Likewise.
23378         * lib/strnlen1.c: Likewise.
23379         * lib/strstr.c: Likewise.
23380         * lib/strtok_r.c: Likewise.
23381         * lib/tls.c: Likewise.
23382         * lib/tmpdir.c: Likewise.
23383         * lib/unicodeio.c: Likewise.
23384         * lib/unsetenv.c: Likewise.
23385         * lib/vasnprintf.c: Likewise.
23386         * lib/vasprintf.c: Likewise.
23387         * lib/wait-process.c: Likewise.
23388         * lib/xallocsa.c: Likewise.
23389         * lib/xsetenv.c: Likewise.
23390         * lib/xstriconv.c: Likewise.
23391
23392 2006-09-13  Simon Josefsson  <jas@extundo.com>
23393
23394         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
23395         that internally, suggested by Ralf Wildenhues
23396         <Ralf.Wildenhues@gmx.de>.
23397
23398 2006-09-13  Simon Josefsson  <jas@extundo.com>
23399
23400         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
23401         @LIBOBJS@.
23402         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23403
23404 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23405
23406         * lib/_fpending.c: Include <config.h> unconditionally, since we no
23407         longer worry about uses that don't define HAVE_CONFIG_H.
23408         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
23409         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
23410         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
23411         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
23412         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
23413         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
23414         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
23415         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
23416         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
23417         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
23418         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
23419         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
23420         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
23421         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
23422         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
23423         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
23424         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
23425         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
23426         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
23427         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
23428         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
23429         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
23430         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
23431         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
23432         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
23433         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
23434         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
23435         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
23436         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
23437         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
23438         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
23439         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
23440         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
23441         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
23442         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
23443         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
23444         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
23445         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
23446         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
23447         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
23448         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
23449         Likewise.
23450
23451 2006-09-13  Eric Blake  <ebb9@byu.net>
23452
23453         * lib/getopt.c: Fix typo in last commit.
23454
23455 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23456
23457         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
23458         dgettext.
23459
23460 2006-09-12  Jim Meyering  <jim@meyering.net>
23461
23462         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
23463         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
23464         Reported by Nelson H. F. Beebe.
23465
23466 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23467
23468         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
23469         program_invocation_name and program_invocation_short_name are
23470         initialized.
23471         * lib/argp-namefrob.h: Move declarations of program_invocation_name
23472         and program_invocation_short_name to argp.h, so they are visible
23473         to user programs.
23474         * lib/argp.h: Likewise
23475
23476 2006-09-10  Bruno Haible  <bruno@clisp.org>
23477
23478         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23479         m4/inttypes_h.m4, m4/uintmax_t.m4.
23480
23481 2006-09-10  Bruno Haible  <bruno@clisp.org>
23482
23483         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
23484         gl_AC_TYPE_UINTMAX_T.
23485
23486 2006-09-10  Bruno Haible  <bruno@clisp.org>
23487
23488         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
23489
23490 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23491
23492         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
23493         convention.  Text proposed by Bruno Haible.
23494         (struct argp_option): Document the use of N_() wrappers.
23495
23496         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
23497         '\v', and translate the two parts separately, instead of feeding
23498         the whole string to gettext.  This allows to exclude
23499         '\v' from the strings visible to the translator by writing doc
23500         strings as N_("..") "\v" N_("..").
23501
23502 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
23503
23504         * config/srclist.txt: Undo latest change; the bug was fixed.
23505
23506 2006-09-09  Bruno Haible  <bruno@clisp.org>
23507
23508         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
23509         assignments if building a library without libtool.
23510         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
23511         in func_emit_lib_Makefile_am.
23512         (func_import): When building a static library libfoo.a, arrange to
23513         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
23514         (func_create_testdir): Likewise.
23515         * modules/gc (configure.ac, Makefile.am): If building statically,
23516         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
23517         * modules/iconvme (configure.ac, Makefile.am): Likewise.
23518         * modules/striconv (configure.ac, Makefile.am): Likewise.
23519         Based on a suggestion by Ralf Wildenhues.
23520
23521 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23522
23523         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
23524         Check for unistd.h too, since Autoconf doesn't assume POSIX.
23525         Also:
23526
23527         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23528         Add year_2050_test to catch glibc bug 2821
23529         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
23530
23531         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23532         Prefer #ifdef to #if.
23533
23534         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
23535         Return from 'main' instead of calling 'exit'.
23536
23537 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23538
23539         * lib/mktime.c (guess_time_tm): Fix bug where mktime
23540         returned the maximum time_t value rather than (time_t) -1.
23541         Problem originally reported by William Bardwell
23542         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
23543
23544         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
23545         Moved to here ...
23546         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
23547         ... from here.
23548
23549 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23550
23551         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
23552         2821 is fixed.
23553
23554 2006-09-08  Jim Meyering  <jim@meyering.net>
23555
23556         Don't make generated files read-only.  That would bother too many
23557         people.  However, do retain the ability to work when targets are
23558         read-only: remove the destination and temporary files before writing
23559         them (when generated via sed or echo), or by using the -f option for
23560         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
23561         * modules/alloca-opt, modules/argz, modules/arpa_inet:
23562         * modules/byteswap, modules/configmake, modules/fcntl:
23563         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
23564         * modules/localcharset, modules/netinet_in, modules/poll:
23565         * modules/stdbool, modules/stdint, modules/sys_select:
23566         * modules/sys_socket, modules/sys_stat, modules/sysexits:
23567
23568 2006-09-08  Jim Meyering  <jim@meyering.net>
23569
23570         Avoid new build failure on FreeBSD 6.0.
23571         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
23572         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
23573         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
23574
23575 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23576
23577         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
23578
23579 2006-09-07  Jim Meyering  <jim@meyering.net>
23580
23581         Fix global typo in last change: use chmod u-w, not chmod u-x.
23582         Spotted by Paul Eggert and Bruce Korb.
23583         * modules/alloca-opt, modules/argz, modules/arpa_inet:
23584         * modules/byteswap, modules/configmake, modules/fcntl:
23585         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
23586         * modules/localcharset, modules/netinet_in, modules/poll:
23587         * modules/stdbool, modules/stdint, modules/sys_select:
23588         * modules/sys_socket, modules/sys_stat, modules/sysexits:
23589
23590 2006-09-06  Jim Meyering  <jim@meyering.net>
23591
23592         Make generated files be read-only.
23593         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
23594         Ensure that each generated file is now read-only.
23595         * modules/argz: Likewise.
23596         * modules/arpa_inet: Likewise.
23597         * modules/byteswap: Likewise.
23598         * modules/configmake: Likewise.
23599         * modules/fcntl: Likewise.
23600         * modules/fnmatch: Likewise.
23601         * modules/getopt: Likewise.
23602         * modules/glob: Likewise.
23603         * modules/inttypes: Likewise.
23604         * modules/netinet_in: Likewise.
23605         * modules/poll: Likewise.
23606         * modules/stdbool: Likewise.
23607         * modules/stdint: Likewise.
23608         * modules/sys_select: Likewise.
23609         * modules/sys_socket: Likewise.
23610         * modules/sys_stat: Likewise.
23611         * modules/sysexits: Likewise.
23612         * modules/localcharset: Same as above, but continue using temporary
23613         file named "t-$@" (why different?) rather than the "$@-t" used
23614         everywhere else.
23615
23616         * modules/sysexits (Makefile.am): Replace literal occurrences
23617         of "sysexit.h" more readable, and more consistent, "$@".
23618
23619 2006-09-06  Bruno Haible  <bruno@clisp.org>
23620
23621         * modules/striconv: New file.
23622         * modules/xstriconv: New file.
23623         * MODULES.html.sh (Internationalization functions): Add striconv,
23624         xstriconv.
23625
23626 2006-09-06  Bruno Haible  <bruno@clisp.org>
23627
23628         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
23629         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
23630         not using libtool correctly.
23631
23632 2006-09-06  Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/striconv.h: New file.
23635         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
23636         iconvstring.c.
23637         * lib/xstriconv.h: New file.
23638         * lib/xstriconv.c: New file.
23639
23640 2006-09-06  Bruno Haible  <bruno@clisp.org>
23641
23642         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
23643         lib_..._LDFLAGS.
23644
23645 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23646
23647         * lib/argz_.h: Sync from Libtool.
23648
23649         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
23650                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23651
23652         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
23653
23654 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
23655
23656         * modules/trim: New file.
23657
23658 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
23659
23660         * lib/trim.h: New file.
23661         * lib/trim.c: New file.
23662
23663 2006-09-05  Bruno Haible  <bruno@clisp.org>
23664
23665         * MODULES.html.sh (String handling): Add trim.
23666
23667 2006-09-04  Karl Berry  <karl@gnu.org>
23668
23669         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
23670         until next release.
23671
23672 2006-09-03  Bruno Haible  <bruno@clisp.org>
23673
23674         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
23675         correctly.
23676
23677 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23678
23679         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
23680         not gl_GETLOADAVG.  Omit unneeded semicolons.
23681         Problems reported by Ralf Wildenhues in
23682         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
23683         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
23684         at the end, which is the usual gnulib style.
23685
23686         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
23687         of doing all the work ourselves.
23688         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
23689         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
23690
23691 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23692
23693         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
23694         Problem reported by Ralf Wildenhues in
23695         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
23696
23697         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
23698         HAVE_STRUCT_STATFS_F_FSTYPENAME.
23699
23700 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23701
23702         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
23703         yesterday's patch by changing test -n to test -z.
23704
23705 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23706
23707         * modules/getloadavg (Files): Add m4/getloadavg.m4.
23708         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
23709         the former is now obsolescent.
23710
23711         * modules/chdir-long (Depends-on): Add fcntl.
23712
23713 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23714
23715         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
23716         obsolescent, and programs should use gnulib instead.
23717         * m4/getloadavg.m4: New file, with contents taken from Autoconf
23718         but with prefixes changed.
23719
23720 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23721
23722         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
23723         or stdbool.h, because they might not exist while configuring.
23724
23725         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
23726         Don't include unistd.h or limits.h; not needed, since chdir-long.h
23727         does that for us.
23728         (O_DIRECTORY): Remove.
23729
23730 2006-08-31  Eric Blake  <ebb9@byu.net>
23731
23732         * gnulib-tool: Don't let emacs change spaces to TAB.
23733
23734 2006-08-31  Bruno Haible  <bruno@clisp.org>
23735
23736         * gnulib-tool: When calling func_import more than once, do it in a
23737         subshell.
23738         Reported by Eric Blake <ebb9@byu.net>.
23739
23740 2006-08-31  Bruno Haible  <bruno@clisp.org>
23741
23742         * gnulib-tool (nl): Remove variable.
23743         (sed_transform_lib_file): Use more robust test for config-h module.
23744         (func_import): Fix typo in 2006-08-25 patch.
23745
23746 2006-08-31  Bruno Haible  <bruno@clisp.org>
23747
23748         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
23749         specified, augment Makefile.am variables instead of assigning them.
23750
23751 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23752
23753         Work around a bug in both the Linux and SunOS 64-bit kernels:
23754         nanosleep mishandles sleeps for longer than 2**31 seconds.
23755         Problem reported by Frank v Waveren in
23756         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
23757         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
23758         Check for nanosleep bug.
23759         (LIB_NANOSLEEP): Append clock_gettime library if needed.
23760
23761 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23762
23763         Work around a bug in both the Linux and SunOS 64-bit kernels:
23764         nanosleep mishandles sleeps for longer than 2**31 seconds.
23765         Problem reported by Frank v Waveren in
23766         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
23767         * lib/nanosleep.c (BILLION): New constant.
23768         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
23769         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
23770         implementation.
23771
23772 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23773
23774         * modules/nanosleep (Depends-on): Add gettime.
23775
23776 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
23777         and Simon Josefsson  <jas@extundo.com>
23778         and Oskar Liljeblad  <oskar@osk.mine.nu>
23779
23780         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
23781         * gnulib-tool (func_import): New license type 'unmodifiable license
23782         text'.
23783         * modules/fdl: Use it.  Longer description.
23784         * module/gpl, module/lgpl: New files.
23785
23786 2006-08-30  Jim Meyering  <jim@meyering.net>
23787
23788         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
23789         shadowing the parameter.
23790
23791 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23792
23793         Sync from Libtool:
23794
23795         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23796
23797         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
23798         sharing with gnulib.  Report by Eric Blake.
23799
23800 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23801
23802         * modules/isapipe: New file.
23803         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
23804
23805 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23806
23807         * modules/configmake (Makefile.am): Add a comment, and omit
23808         the CONFIGMAKE_ prefix from generated macro names.  Suggested
23809         by Bruno Haible.
23810
23811 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23812
23813         * m4/isapipe.m4: New file.
23814
23815 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
23816
23817         * lib/isapipe.c, lib/isapipe.h: New files.
23818
23819 2006-08-29  Jim Meyering  <jim@meyering.net>
23820
23821         * modules/configmake (Makefile.am): Make configmake.h depend on
23822         Makefile.  Otherwise, a stale configmake.h could hang around.
23823
23824 2006-08-29  Eric Blake  <ebb9@byu.net>
23825
23826         * lib/error.c (error_at_line, print_errno_message): Match libc, after
23827         resolution of upstream bug 3044.
23828
23829 2006-08-29  Bruno Haible  <bruno@clisp.org>
23830
23831         * modules/localcharset (Depends-on): Add configmake.
23832         (Makefile.am): Remove setting of LIBDIR through DEFS.
23833
23834 2006-08-29  Bruno Haible  <bruno@clisp.org>
23835
23836         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
23837         defined.
23838
23839 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23840
23841         * modules/fcntl: New file.
23842         * modules/chdir-safer (Depends-on): Add fcntl.
23843         * modules/fts: Likewise.
23844         * modules/mkdir-p: Likewise.
23845
23846         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
23847         This undoes the most recent change, since we're now addressing the
23848         problem in a different way.
23849
23850         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
23851         into output, since the output might be called Makefile.am even
23852         if $makefile_name is something different.
23853         (func_import): Use $makefile_am rather than
23854         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
23855         empty.
23856
23857         * modules/inttypes (Files): Add m4/inttypes-h.m4.
23858
23859 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23860
23861         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
23862         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
23863         recent change to stdint.m4, since we're now addressing the problem in a
23864         different way.
23865
23866 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23867
23868         * m4/fcntl_h.m4: New file.
23869
23870 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23871
23872         * lib/fcntl_.h: New file.
23873         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
23874         the fcntl module.
23875         * lib/dirchownmod.c: Likewise.
23876         * lib/fts.c: Likewise.
23877
23878         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
23879         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
23880         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
23881         just before including <inttypes.h>, to avoid circular inclusion.
23882
23883 2006-08-28  Jim Meyering  <jim@meyering.net>
23884
23885         * doc/visibility.texi: Actually read and correct the grammar of the
23886         sentence affected by yesterday's change.
23887
23888 2006-08-28  Eric Blake  <ebb9@byu.net>
23889
23890         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
23891         needs wrapper.
23892
23893 2006-08-28  Eric Blake  <ebb9@byu.net>
23894
23895         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
23896
23897 2006-08-28  Eric Blake  <ebb9@byu.net>
23898
23899         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
23900
23901 2006-08-28  Bruno Haible  <bruno@clisp.org>
23902
23903         * modules/c-strstr: New file, from GNU gettext.
23904         * MODULES.html.sh (String handling): Add c-strstr.
23905
23906 2006-08-28  Bruno Haible  <bruno@clisp.org>
23907
23908         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
23909         macros.
23910         Reported by Eric Blake.
23911
23912 2006-08-28  Bruno Haible  <bruno@clisp.org>
23913
23914         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
23915         (VASNPRINTF): Return a string of length > INT_MAX without failing.
23916         * lib/vasprintf.c: Include errno.h, limits.h.
23917         (EOVERFLOW): New fallback definition.
23918         (vasprintf): Test here whether the string length is > INT_MAX.
23919         * lib/vsnprintf.c: Include errno.h, limits.h.
23920         (EOVERFLOW): New fallback definition.
23921         (vsnprintf): Fix bug when generated string was too long for the buffer.
23922         Test here whether the string length is > INT_MAX.
23923
23924 2006-08-28  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/inttypes_.h (SCNX*): Remove definitions.
23927         Reported by Eric Blake.
23928
23929 2006-08-28  Bruno Haible  <bruno@clisp.org>
23930
23931         * lib/c-strstr.h: New file, from GNU gettext.
23932         * lib/c-strstr.c: New file, from GNU gettext.
23933
23934 2006-08-28  Bruno Haible  <bruno@clisp.org>
23935
23936         * gnulib-tool: Reorder some statements.
23937
23938 2006-08-28  Bruno Haible  <bruno@clisp.org>
23939
23940         * gnulib-tool: New option --makefile-name.
23941         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
23942         $makefile_name.
23943         (func_import): Write $makefile_name to the cache file, and read it from
23944         there unless explicitly specified. Use $makefile_name as file name
23945         instead of Makefile.am. Adjust the recommendations accordingly.
23946
23947 2006-08-28  Bruno Haible  <bruno@clisp.org>
23948
23949         * gnulib-tool (func_verify_module): Check against misapplying patch.
23950
23951 2006-08-28  Bruno Haible  <bruno@clisp.org>
23952
23953         * gnulib-tool (func_relativize, func_relconcat): New functions.
23954         Give an error if --local-dir is given with --update.
23955         Remove trailing slashes from $local_gnulib_dir.
23956         (func_import): Store the relativized $local_gnulib_dir in
23957         gnulib-cache.m4, and read it from there if not specified explicitly.
23958
23959 2006-08-28  Bruno Haible  <bruno@clisp.org>
23960
23961         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
23962         is the current directory. Respect also $local_gnulib_dir.
23963
23964 2006-08-28  Bruno Haible  <bruno@clisp.org>
23965             Simon Josefsson  <jas@extundo.com>
23966
23967         BeOS portability.
23968         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
23969
23970 2006-08-27  Jim Meyering  <jim@meyering.net>
23971
23972         * doc/visibility.texi: Remove duplicate word: "pointer".
23973
23974 2006-08-26  Bruno Haible  <bruno@clisp.org>
23975
23976         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
23977         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
23978         (Makefile.am): Create inttypes.h from inttypes_.h.
23979         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
23980
23981         * modules/imaxabs: New file.
23982
23983         * modules/imaxdiv: New file.
23984
23985 2006-08-26  Bruno Haible  <bruno@clisp.org>
23986
23987         * m4/inttypes.m4: New file.
23988         * m4/_inttypes_h.m4: Remove file.
23989         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
23990         PRI_MACROS_BROKEN.
23991         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
23992
23993         * m4/imaxabs.m4: New file.
23994
23995         * m4/imaxdiv.m4: New file.
23996
23997 2006-08-26  Bruno Haible  <bruno@clisp.org>
23998
23999         * lib/inttypes_.h: New file.
24000         * lib/inttypes.h: Remove file.
24001         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24002
24003         * lib/imaxabs.c: New file.
24004
24005         * lib/imaxdiv.c: New file.
24006
24007 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24008
24009         New config-h module, so that "make" output needn't be cluttered
24010         by -DHAVE_CONFIG_H.
24011         * MODULES.html.sh (Support for building libraries and executables):
24012         Add config-h.
24013         * modules/config-h: New file.
24014         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24015         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24016         the config-h module is used.
24017
24018         New configmake module, so that "make" output needn't be cluttered
24019         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24020         * MODULES.html.sh (Support for building libraries and executables):
24021         Add configmake.
24022         * modules/configmake: New file.
24023
24024 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24025
24026         * m4/config-h.m4: New file.
24027
24028 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24029
24030         * config/srclist.txt: Add elisp-comp.
24031
24032 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24033
24034         * MODULES.html.sh (Support for building libraries and executables):
24035         Add elisp-comp.
24036         * build-aux/elisp-comp: New file.
24037         * modules/elisp-comp: New file.
24038
24039 2006-08-24  Bruno Haible  <bruno@clisp.org>
24040
24041         * gnulib-tool (func_create_testdir): Use non-default values of
24042         sourcebase and m4base.
24043
24044 2006-08-24  Bruno Haible  <bruno@clisp.org>
24045
24046         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24047         HTML structure.
24048
24049 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24050
24051         * modules/openat (Depends-on): Add lchown.
24052
24053 2006-08-23  Bruno Haible  <bruno@clisp.org>
24054
24055         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24056         of gl_LOCK_EARLY instead of gl_LOCK.
24057
24058 2006-08-23  Bruno Haible  <bruno@clisp.org>
24059
24060         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24061         on OSF/1 to no.
24062         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24063
24064 2006-08-23  Bruno Haible  <bruno@clisp.org>
24065
24066         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24067         as unusable.
24068
24069         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24070         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24071         (gl_LOCK): New macro.
24072
24073 2006-08-22  Simon Josefsson  <jas@extundo.com>
24074
24075         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24076         to md5 module.
24077
24078 2006-08-22  Simon Josefsson  <jas@extundo.com>
24079
24080         * MODULES.html.sh: Add "Support for maintaining and release
24081         projects".
24082
24083         * build-aux/gnupload: New file, from coreutils.
24084
24085 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24086
24087         Avoid the need for AC_LIBSOURCES in m4 macros.
24088         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24089         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24090         * modules/check-version (EXTRA_DIST): Add check-version.h.
24091         * modules/crc (EXTRA_DIST): Add crc.h.
24092         * modules/des (EXTRA_DIST): Add des.h.
24093         * modules/gc (EXTRA_DIST): Add gc.h.
24094         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24095         * modules/getline (EXTRA_DIST): Add getline.h.
24096         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24097         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24098         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24099         * modules/md2 (EXTRA_DIST): Add md2.h.
24100         * modules/md4 (EXTRA_DIST): Add md4.h.
24101         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24102         * modules/read-file (EXTRA_DIST): Add read-file.h.
24103         * modules/readline (EXTRA_DIST): Add readline.h.
24104         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24105         rijndael-api-fst.h.
24106
24107 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24108
24109         * m4/rijndael.m4 (gl_ARCFOUR):
24110         * m4/arctwo.m4 (gl_ARCTWO):
24111         * m4/check-version.m4 (gl_CHECK_VERSION):
24112         * m4/crc.m4 (gl_CRC):
24113         * m4/des.m4 (gl_DES):
24114         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24115         * m4/gc.m4 (gl_GC):
24116         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24117         * m4/getline.m4 (gl_FUNC_GETLINE):
24118         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24119         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24120         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24121         * m4/md2.m4 (gl_MD2):
24122         * m4/md4.m4 (gl_MD4):
24123         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24124         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24125         * m4/readline.m4 (gl_FUNC_READLINE):
24126         * m4/rijndael.m4 (gl_RIJNDAEL):
24127         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24128         to get the necessary .h files and whatnot.
24129
24130 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24131
24132         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24133         gnulib rather than the other way around.
24134         * config/srclistvars.sh (COREUTILS): Remove.
24135
24136 2006-08-22  Jim Meyering  <jim@meyering.net>
24137
24138         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24139
24140         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24141
24142 2006-08-22  Eric Blake  <ebb9@byu.net>
24143
24144         * modules/regexprops-generic: New file.
24145         * MODULES.html.sh (Support for building documentation): List it.
24146
24147 2006-08-22  Eric Blake  <ebb9@byu.net>
24148
24149         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24150         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24151         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24152         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24153
24154 2006-08-22  Bruno Haible  <bruno@clisp.org>
24155
24156         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24157         and lib_LTLIBRARIES like the other lib_* variables.
24158
24159 2006-08-22  Bruno Haible  <bruno@clisp.org>
24160
24161         * build-aux/x-to-1.in: New file, from GNU gettext.
24162
24163 2006-08-22  Bruno Haible  <bruno@clisp.org>
24164
24165         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24166         <utmpx.h> exists.
24167
24168 2006-08-22  Bruno Haible  <bruno@clisp.org>
24169
24170         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24171         <utmpx.h> exists.
24172
24173 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24174
24175         BeOS portability.
24176         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24177         exist.
24178         Problem reported by Bruno Haible.
24179
24180 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24181
24182         Avoid the need for AC_LIBSOURCES in m4 macros.
24183         * modules/acl (EXTRA_DIST): Add acl.h.
24184         * modules/argmatch (Files): Add m4/argmatch.m4.
24185         (configure.ac): Add gl_ARGMATCH.
24186         (EXTRA_DIST): Renamed from lib_SOURCES, for
24187         consistency with the other modules.  Remove argmatch.c.
24188         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
24189         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
24190         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
24191         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
24192         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
24193         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
24194         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
24195         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
24196         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
24197         * modules/closeout (EXTRA_DIST): Add closeout.h.
24198         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
24199         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
24200         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
24201         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
24202         dirname.h; remove basename.c and stripslash.c.
24203         * modules/exclude (EXTRA_DIST): Add exclude.h.
24204         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
24205         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
24206         * modules/file-type (EXTRA_DIST): Add file-type.h.
24207         * modules/filemode (EXTRA_DIST): Add filemode.h.
24208         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
24209         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24210         * modules/fpending (EXTRA_DIST): Add __fpending.h.
24211         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
24212         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
24213         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
24214         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
24215         * modules/getdate (EXTRA_DIST): Add getdate.c.
24216         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
24217         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
24218         * modules/getpass (EXTRA_DIST): Add getpass.h.
24219         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
24220         * modules/group-member (EXTRA_DIST): Add group-member.h.
24221         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
24222         * modules/hash (EXTRA_DIST): Add hash.h.
24223         * modules/human (EXTRA_DIST): Add human.h.
24224         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
24225         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
24226         * modules/lchown (EXTRA_DIST): Add lchown.h.
24227         * modules/long-options (EXTRA_DIST): Add long-options.h.
24228         * modules/lstat (EXTRA_DIST): Add lstat.h.
24229         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
24230         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
24231         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
24232         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
24233         * modules/memxor (EXTRA_DIST): Add memxor.h.
24234         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
24235         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
24236         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
24237         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
24238         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
24239         * modules/physmem (EXTRA_DIST): Add physmem.h.
24240         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
24241         * modules/posixver (EXTRA_DIST): Add posixver.h.
24242         * modules/quote (EXTRA_DIST): Add quote.h.
24243         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
24244         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
24245         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
24246         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
24247         regex_internal.h regexec.c.
24248         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
24249         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
24250         * modules/same (EXTRA_DIST): Add same.h.
24251         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
24252         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
24253         * modules/savedir (EXTRA_DIST): Add savedir.h.
24254         * modules/sha1 (EXTRA_DIST): Add sha1.h.
24255         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
24256         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
24257         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
24258         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
24259         * modules/strdup (EXTRA_DIST): Add strdup.h.
24260         * modules/strftime (EXTRA_DIST): Add strftime.h.
24261         * modules/strndup (EXTRA_DIST): Add strndup.h.
24262         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
24263         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
24264         * modules/time_r (EXTRA_DIST): Add time_r.h.
24265         * modules/timespec (EXTRA_DIST): Add timespec.h.
24266         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24267         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
24268         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
24269         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
24270         * modules/userspec (EXTRA_DIST): Add userspec.h.
24271         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
24272         * modules/utimens (EXTRA_DIST): Add utimens.h.
24273         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
24274         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
24275         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
24276         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
24277         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
24278         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
24279         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
24280         * modules/yesno (EXTRA_DIST): Add yesno.h.
24281
24282 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
24285
24286         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
24287         * m4/dev-ino.m4, same-inode.m4: Remove.
24288
24289         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
24290         * m4/acl.m4 (AC_FUNC_ACL):
24291         * m4/backupfile.m4 (gl_BACKUPFILE):
24292         * m4/c-strtod.m4 (gl_C99_STRTOLD):
24293         * m4/canon-host.m4 (gl_CANON_HOST):
24294         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24295         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
24296         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
24297         * m4/cloexec.m4 (gl_CLOEXEC):
24298         * m4/close-stream.m4 (gl_CLOSE_STREAM):
24299         * m4/closeout.m4 (gl_CLOSEOUT):
24300         * m4/dirfd.m4 (gl_FUNC_DIRFD):
24301         * m4/dirname.m4 (gl_DIRNAME):
24302         * m4/exclude.m4 (gl_EXCLUDE):
24303         * m4/exitfail.m4 (gl_EXITFAIL):
24304         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
24305         * m4/file-type.m4 (gl_FILE_TYPE):
24306         * m4/filemode.m4 (gl_FILEMODE):
24307         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
24308         * m4/fpending.m4 (gl_FUNC_FPENDING):
24309         * m4/fprintftime.m4 (gl_FPRINTFTIME):
24310         * m4/fts.m4 (gl_FUNC_FTS):
24311         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
24312         * m4/getdate.m4 (gl_GETDATE):
24313         * m4/gethrxtime.m4 (gl_GETHRXTIME):
24314         * m4/getpagesize.m4 (gl_GETPAGESIZE):
24315         * m4/getpass.m4 (gl_FUNC_GETPASS):
24316         * m4/gettime.m4 (gl_GETTIME):
24317         * m4/getugroups.m4 (gl_GETUGROUPS):
24318         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
24319         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
24320         * m4/hard-locale.m4 (gl_HARD_LOCALE):
24321         * m4/hash.m4 (gl_HASH):
24322         * m4/idcache.m4 (gl_IDCACHE):
24323         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
24324         * m4/lchown.m4 (gl_FUNC_LCHOWN):
24325         * m4/long-options.m4 (gl_LONG_OPTIONS):
24326         * m4/lstat.m4 (gl_FUNC_LSTAT):
24327         * m4/md5.m4 (gl_MD5):
24328         * m4/memcasecmp.m4 (gl_MEMCASECMP):
24329         * m4/memcoll.m4 (gl_MEMCOLL):
24330         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
24331         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
24332         * m4/memxor.m4 (gl_MEMXOR):
24333         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
24334         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
24335         * m4/modechange.m4 (gl_MODECHANGE):
24336         * m4/mountlist.m4 (gl_MOUNTLIST):
24337         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24338         * m4/openat.m4 (gl_FUNC_OPENAT):
24339         * m4/pathmax.m4 (gl_PATHMAX):
24340         * m4/physmem.m4 (gl_PHYSMEM):
24341         * m4/posixtm.m4 (gl_POSIXTM):
24342         * m4/posixver.m4 (gl_POSIXVER):
24343         * m4/quote.m4 (gl_QUOTE):
24344         * m4/quotearg.m4 (gl_QUOTEARG):
24345         * m4/readtokens.m4 (gl_READTOKENS):
24346         * m4/readutmp.m4 (gl_READUTMP):
24347         * m4/regex.m4 (gl_REGEX):
24348         * m4/safe-read.m4 (gl_SAFE_READ):
24349         * m4/safe-write.m4 (gl_SAFE_WRITE):
24350         * m4/same.m4 (gl_SAME):
24351         * m4/save-cwd.m4 (gl_SAVE_CWD):
24352         * m4/savedir.m4 (gl_SAVEDIR):
24353         * m4/settime.m4 (gl_SETTIME):
24354         * m4/sha1.m4 (gl_SHA1):
24355         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
24356         * m4/stat-macros.m4 (gl_STAT_MACROS):
24357         * m4/stat-time.m4 (gl_STAT_TIME):
24358         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
24359         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
24360         * m4/strdup.m4 (gl_FUNC_STRDUP):
24361         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
24362         * m4/strndup.m4 (gl_FUNC_STRNDUP):
24363         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
24364         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
24365         * m4/time_r.m4 (gl_TIME_R):
24366         * m4/timespec.m4 (gl_TIMESPEC):
24367         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
24368         * m4/unlinkdir.m4 (gl_UNLINKDIR):
24369         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
24370         * m4/userspec.m4 (gl_USERSPEC):
24371         * m4/utimecmp.m4 (gl_UTIMECMP):
24372         * m4/utimens.m4 (gl_UTIMENS):
24373         * m4/xalloc.m4 (gl_XALLOC):
24374         * m4/xgetcwd.m4 (gl_XGETCWD):
24375         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
24376         * m4/xreadlink.m4 (gl_XREADLINK):
24377         * m4/xstrtod.m4 (gl_XSTRTOD):
24378         * m4/yesno.m4 (gl_YESNO):
24379         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24380         to get the necessary .h files and whatnot.
24381
24382 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
24383             Bruno Haible  <bruno@clisp.org>
24384
24385         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
24386         /bin/sh understanding of '!' conditional negation.
24387
24388 2006-08-21  Jim Meyering  <jim@meyering.net>
24389
24390         * modules/openat (Depends-on): Really alphabetize.
24391
24392         * modules/acl (Depends-on): Add error and quote.
24393
24394         * check-module (find_included_lib_files): Add at-func.c to the
24395         ok-to-include-more-than-once white list.
24396
24397         * modules/openat (Depends-on): Add lstat.  Alphabetize.
24398
24399 2006-08-21  Bruno Haible  <bruno@clisp.org>
24400
24401         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24402         Emit a pkgdata_DATA variable only if some snippets add contents to it.
24403         Reported by Martin Lambers <marlam@marlam.de>.
24404
24405 2006-08-21  Bruno Haible  <bruno@clisp.org>
24406
24407         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
24408         specify an installation location, don't emit a noinst_LIBRARIES or
24409         noinst_LTLIBRARIES assignment.
24410
24411 2006-08-21  Bruno Haible  <bruno@clisp.org>
24412
24413         BeOS portability.
24414         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
24415         BeOS has mbrtowc() but no <wctype.h>.
24416
24417 2006-08-21  Bruno Haible  <bruno@clisp.org>
24418
24419         BeOS portability.
24420         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
24421         exist.
24422
24423 2006-08-21  Bruno Haible  <bruno@clisp.org>
24424
24425         BeOS portability.
24426         * lib/mbchar.h: Include <wctype.h> only if it exists.
24427
24428 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24429
24430         Remove files that are no longer needed by their respective modules.
24431         * m4/obstack.m4: Remove.
24432         * m4/strerror_r.m4: Remove.
24433         * m4/uint32_t.m4: Remove.
24434         * m4/uintptr_t.m4: Remove.
24435         * m4/ullong_max.m4: Remove.
24436         * m4/xstrtoimax.m4: Remove.
24437         * m4/xstrtoumax.m4: Remove.
24438
24439         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
24440         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
24441         dependencies now capture this.
24442
24443         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
24444         Do not use AC_LIBSOURCES, since gnulib modules now do this.
24445         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
24446         * m4/human.m4 (gl_HUMAN): Likewise.
24447         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
24448         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
24449
24450         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
24451
24452         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
24453         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
24454         stdint.
24455         * m4/human.m4 (gl_HUMAN): Likewise.
24456         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
24457         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
24458         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24459         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24460         * m4/xstrtol (gl_XSTRTOL): Likewise.
24461
24462         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
24463         AC_TYPE_LONG_LONG_INT.
24464         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24465         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
24466         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
24467         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24468
24469         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
24470         on stdbool.
24471
24472         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
24473         (gl_PREREQ_XSTRTOUL): Remove.
24474
24475         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
24476
24477         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
24478         mode.
24479
24480 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24481
24482         Add and change modules to make it easier for coreutils to use
24483         gnulib-tool.
24484         * modules/backupfile (Files): Remove m4/d-ino.m4.
24485         (Depends-on): Add d-ino.
24486         * modules/cycle-check (Depends-on): Add stdint.
24487         (lib_SOURCES): Add cycle-check.h.
24488         * modules/d-ino: New module.
24489         * modules/d-type: New module.
24490         * modules/error (Files): Remove m4/strerror_r.m4.
24491         * modules/filemode (Files): Add m4/st_dm_mode.m4.
24492         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24493         m4/inttypes_h.m4, m4/uintmax_t.m4.
24494         (Depends-on): Add stdint.
24495         (lib_SOURCES): Add fsusage.h.
24496         * modules/getcwd (Files): Remove d-ino.m4.
24497         (Depends-on): Add d-ino.
24498         * modules/getndelim2 (Depends-on): Add stdint.
24499         * modules/glob (Files): Remove m4/d-type.m4.
24500         (Depends-on): Add d-type.
24501         * modules/host-os: New module.
24502         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
24503         m4/inttypes_h.m4, m4/uintmax_t.m4.
24504         * Depends-on: Add stdint.
24505         (lib_SOURCES): Add human.h.
24506         * modules/inttostr (Files): Remove m4/intmax_t.m4,
24507         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
24508         m4/uintmax_t.m4, m4/ulonglong.m4.
24509         (Depends-on): Add stdint.
24510         (EXTRA_DIST): Add inttostr.h.
24511         * modules/lchmod: New module.
24512         * modules/link-follow: New module.
24513         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
24514         (Depends-on): Add lchmod.
24515         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
24516         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
24517         (Depends-on): Add stdint.
24518         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
24519         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
24520         (Depends-on): Add stdint.
24521         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
24522         * modules/perl: New module.
24523         * modules/regex (Depends-on): Add stdint.
24524         * modules/rmdir-errno: New module.
24525         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
24526         m4/intmax_t.m4.
24527         (Depends-on): Add stdint.
24528         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
24529         m4/uintmax_t.m4.
24530         (Depends-on): Add stdint.
24531         * modules/unlink-busy: New module.
24532         * modules/utimecmp (Depends-on): Add stdint.
24533         * modules/uptime: New module.
24534         * modules/winsz-ioctl: New module.
24535         * modules/winsz-termios: New module.
24536         * modules/xnanosleep (Depends-on): Add nanosleep.
24537         * modules/ullong_max: Remove.
24538         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
24539         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
24540         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
24541         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
24542         (Depends-on): Add inttypes.
24543         (lib_SOURCES): Add xstrtol.h.
24544         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
24545         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
24546         * MODULES.html.sh: Move 'assert' into the assert section.
24547         Move 'dummy' into the linking section.
24548         Remove ullong_max.
24549         Add section for compatibility checks for POSIX:2001 functions,
24550         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
24551         winsz-ioctl, and winsz-termios into it.
24552         Add lchmod.
24553         Add top-level Misc section and put host-os, perl, and uptime
24554         into it.
24555
24556 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24557
24558         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
24559         now assume the stdint module.  Do not include inttypes.h.
24560         * lib/fsusage.h: Likewise.
24561         * lib/getndelim2.c: Likewise.
24562         * lib/human.h: Likewise.
24563         * lib/inttostr.h: Likewise.
24564         * lib/obstack.c: Likewise.
24565         * lib/regex_internal.h: Likewise.
24566         * lib/tempname.c: Likewise.
24567         * lib/utimecmp.c: Likewise.
24568         * lib/xstrtol.h: Likewise.
24569
24570         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
24571
24572         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
24573         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
24574         * lib/xtime.h: Likewise.
24575
24576 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24577
24578         * modules/openat (Files): Add lib/fchmodat.c.
24579         Fixes problem reported by Jay Youngman.
24580
24581 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24582
24583         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
24584         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
24585
24586 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
24587             Bruno Haible  <bruno@clisp.org>
24588
24589         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
24590         and is a script that invokes bison. Tighten the code. Add comments.
24591
24592 2006-08-18  Jim Meyering  <jim@meyering.net>
24593
24594         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
24595         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
24596         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
24597         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
24598
24599 2006-08-18  Bruno Haible  <bruno@clisp.org>
24600
24601         * modules/bison-i18n: New file.
24602         * MODULES.html.sh (Internationalization functions): Add it.
24603
24604 2006-08-18  Bruno Haible  <bruno@clisp.org>
24605
24606         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
24607         sys/statvfs.h. When getmntinfo was found, check its declaration and
24608         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
24609
24610 2006-08-18  Bruno Haible  <bruno@clisp.org>
24611
24612         * m4/bison-i18n.m4: New file, from bison.
24613
24614 2006-08-18  Bruno Haible  <bruno@clisp.org>
24615
24616         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
24617         (ME_DUMMY): Treat "kernfs" as a dummy.
24618         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
24619
24620 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24621
24622         Update from coreutils.
24623
24624         2006-08-15  Jim Meyering  <jim@meyering.net>
24625
24626         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
24627
24628         2006-01-17  Jim Meyering  <jim@meyering.net>
24629
24630         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
24631
24632         2006-01-11  Jim Meyering  <jim@meyering.net>
24633
24634         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
24635         Check for the lchmod function.
24636
24637 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24638
24639         Update from coreutils.
24640
24641         * lib/__fpending.h: Add copyright notice.
24642         * lib/fprintftime.h: Likewise.
24643         * lib/savedir.c: Use (C) in copyright notice.
24644         * lib/savedir.h: Likewise.
24645
24646         2006-08-15  Jim Meyering  <jim@meyering.net>
24647
24648         * lib/at-func.c: New file, with the logic of all emulated at-functions.
24649         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
24650         in support of the EXPECTED_ERRNO macro.
24651         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
24652         definitions.  Instead, define the appropriate symbols and include
24653         "at-func.c".
24654         * lib/mkdirat.c (mkdirat): Likewise.
24655         * lib/fchmodat.c (fchmodat): Likewise.
24656         (ENOSYS): Remove definition.
24657         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
24658         it.  Don't include "unistd--.h" -- it wasn't ever used.
24659
24660         2006-01-17  Jim Meyering  <jim@meyering.net>
24661
24662         Rewrite fts.c not to change the current working directory,
24663         by using openat, fstatat, fdopendir, etc..
24664
24665         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
24666         (HAVE_OPENAT_SUPPORT): Define.
24667         [_LIBC] (fchdir): Don't undef or define; no longer used.
24668         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
24669         Now, this `function' always succeeds, and consumes its file descriptor
24670         parameter -- so callers must not close such FDs.  Update callers.
24671         (diropen_fd, opendirat, cwd_advance_fd): New functions.
24672         (diropen): Add parameter, SP.  Adjust all callers.
24673         Implement using diropen_fd, rather than open.
24674         (fts_open): Initialize new member, fts_cwd_fd.
24675         Remove fts_rft-setting code.
24676         (fts_close): Close fts_cwd_fd, if necessary.
24677         (__opendir2): Define in terms of opendir or opendirat,
24678         depending on whether the FST_NOCHDIR flag is set.
24679         (fts_build): Since fts_safe_changedir consumes its FD, and since
24680         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
24681         and close the dup'd file descriptor upon failure.
24682         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
24683         (fts_safe_changedir): Tweak semantics to reflect that this function
24684         now calls cwd_advance_fd and hence consumes its FD argument.
24685         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
24686         [struct FTS] (fts_rft): Remove now-unused member.
24687         [struct FTS] (fts_cycle.state): Improve comment.
24688
24689         * lib/openat.c (openat_needs_fchdir): New function.
24690         * lib/openat.h (openat_needs_fchdir): Declare it.
24691
24692 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
24693
24694         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
24695         Problem and fix reported by Pádraig Brady in
24696         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
24697
24698 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24699
24700         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
24701
24702 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24703
24704         * lib/memcoll.c (memcoll): Optimize for the common case where the
24705         arguments are bytewise equal.
24706
24707 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24708
24709         * doc/regexprops-generic.texi: Add a copyright notice.
24710
24711 2006-08-15  Bruno Haible  <bruno@clisp.org>
24712
24713         * modules/tmpdir (License): Change to LGPL.
24714
24715 2006-08-15  Bruno Haible  <bruno@clisp.org>
24716
24717         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
24718         module.
24719
24720 2006-08-14  Simon Josefsson  <jas@extundo.com>
24721
24722         * config/srclist.txt: Add gnupload.
24723
24724 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24725
24726         Change copyright notice from LGPL 2 to GPL 2, since that's the
24727         standard form used in the gnulib repository.
24728         * tests/test-lock.c: Likewise.
24729         * tests/test-stdint.c: Likewise.
24730         * tests/test-tls.c: Likewise.
24731
24732         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
24733         prelude-manager.  User shorter URLs for GNU projects, without '?'.
24734         Add copyright notice.
24735
24736         * check-module: Add copyright notice.  Output a copyright
24737         notice if "--version" is specified.
24738         * modules/COPYING: New file.
24739         * tests/test-getaddrinfo.c: Add copyright notice.
24740         * tests/test-verify.c: Likewise.
24741
24742 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24743
24744         Change copyright notice from LGPL 2 to GPL 2, since that's the
24745         standard form used in the gnulib repository.
24746         * lib/lock.c: LGPL -> GPL.
24747         * lib/lock.h: Likewise.
24748         * lib/strnlen1.c: Likewise.
24749         * lib/strnlen1.h: Likewise.
24750         * lib/tls.c: Likewise.
24751         * lib/tls.h: Likewise.
24752         * lib/tmpdir.c: Likewise.
24753
24754         * lib/TODO: Remove; this belongs only in coreutils.
24755
24756 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24757
24758         Add copyright notices to long-enough files that lack them, since
24759         otherwise the files aren't clearly free.  Use the same notice that
24760         getdate.texi already uses.
24761         * doc/alloca-opt.texi: Add copyright notice.
24762         * doc/alloca.texi: Likewise.
24763         * doc/ctime.texi: Likewise.
24764         * doc/functions.texi: Likewise.
24765         * doc/gcd.texi: Likewise.
24766         * doc/gnulib-tool.texi: Likewise.
24767         * doc/inet_ntoa.texi: Likewise.
24768         * doc/visibility.texi: Likewise.
24769
24770         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
24771         * doc/quote.texi: Add copyright notice.
24772
24773         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
24774         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
24775         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
24776         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
24777         is now obsolete, and give a pointer to the Sun list.
24778         Add copyright notice.
24779
24780 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         * config/srclistvars.sh: Add copyright notice.
24783
24784 2006-08-14  Eric Blake  <ebb9@byu.net>
24785
24786         Import the following change from libc:
24787
24788         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
24789
24790         Upstream bug 2997.
24791         * lib/misc/error.c: Add space between program name and message if file
24792         name is missing.
24793
24794 2006-08-12  Karl Berry  <karl@gnu.org>
24795
24796         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
24797         remove, these originate in gnulib now.
24798
24799 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24800
24801         * doc/Makefile (standards.info standards.html standards.dvi):
24802         Also depend on make-stds.texi.
24803
24804 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24805
24806         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
24807         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
24808
24809         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
24810         in wchar_t.  Problem reported by Eric Blake.
24811
24812         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
24813         LEN is smaller than SIZE.  Suggested by Bruno Haible.
24814         Also, help the compiler to keep LEN in a register.
24815
24816 2006-08-11  Eric Blake  <ebb9@byu.net>
24817
24818         * users.txt: Sort.  Add tar.
24819
24820 2006-08-11  Bruno Haible  <bruno@clisp.org>
24821
24822         * users.txt: New file.
24823
24824 2006-08-11  Bruno Haible  <bruno@clisp.org>
24825
24826         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
24827         before <wchar.h>. Needed for OSF/1 and BSD/OS.
24828
24829 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24830
24831         * modules/snprintf (Depends-on): Remove minmax.
24832         (Maintainer): Add self and Bruno.
24833
24834 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24835
24836         * lib/.cppi-disable: Add snprintf.h, socket_.h.
24837         * lib/snprintf.c: Include <errno.h> and <limits.h>.
24838         (EOVERFLOW): Define if the system does not.
24839         Do not include "minmax.h"; it wasn't used.
24840         (snprintf): Don't assume size_t promotes to an unsigned type.
24841         Fix bug when generated string was too long for the buffer: the
24842         buffer's contents are supposed to be the initial prefix of the
24843         output.  Don't assume vasnprintf returns EOVERFLOW if the size
24844         exceeds INT_MAX; do the check ourselves.
24845
24846         Import the following changes from libc:
24847
24848         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
24849
24850         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
24851         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
24852         set wc to the byte which couldn't be converted.
24853         (re_string_reconstruct): Don't clear valid_raw_len before calling
24854         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
24855         tip_context using re_string_context_at.
24856
24857         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
24858
24859         * lib/posix/regex.h: g++ still cannot handled [restrict].
24860
24861         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
24862
24863         * lib/posix/regex.h: Remove special handling for VMS.
24864
24865 2006-08-10  Jim Meyering  <jim@meyering.net>
24866
24867         * modules/same-inode: New module.
24868         * modules/dev-ino: New module.
24869         * modules/cycle-check: Depend on these modules, rather than simply
24870         including their .h files.
24871         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
24872         required via m4/cycle-check.m4.
24873         * modules/same: Depend on new same-inode module, rather than
24874         including same-inode.h.
24875         * modules/chdir-safer: New file.
24876
24877         * modules/chown (Depends-on): Add stat-macros.
24878
24879 2006-08-10  Jim Meyering  <jim@meyering.net>
24880
24881         * m4/cycle-check.m4: New file.
24882         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
24883         * m4/dev-ino.m4, m4/same-inode.m4: New files.
24884
24885 2006-08-10  Eric Blake  <ebb9@byu.net>
24886
24887         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
24888         in from original proposal.
24889
24890 2006-08-10  Eric Blake  <ebb9@byu.net>
24891         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24892
24893         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
24894         namespace.
24895
24896 2006-08-10  Bruno Haible  <bruno@clisp.org>
24897
24898         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
24899         as well.
24900
24901 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24902
24903         Sync from coreutils.
24904
24905         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
24906
24907         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
24908         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
24909
24910 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24911
24912         * modules/restrict: Remove; no longer needed now that we assume
24913         Autoconf 2.59 or later.
24914         * MODULES.html.sh: Remove 'restrict'.
24915         * modules/argp (Depends-on): Remove 'restrict'.
24916         * modules/base64 (Depends-on): Likewise.
24917         * modules/gc (Depends-on): Likewise.
24918         * modules/getaddrinfo (Depends-on): Likewise.
24919         * modules/glob (Depends-on): Likewise.
24920         * modules/inet_ntop (Depends-on): Likewise.
24921         * modules/inet_pton (Depends-on): Likewise.
24922         * modules/memxor (Depends-on): Likewise.
24923         * modules/regex (Depends-on): Likewise.
24924         * modules/strtok_r (Depends-on): Likewise.
24925         * modules/time_r (Depends-on): Likewise.
24926
24927 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24928
24929         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
24930         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
24931         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24932         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
24933         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
24934         * m4/memxor.m4 (gl_MEMXOR): Likewise.
24935         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
24936         gl_C_RESTRICT replaced by AC_C_RESTRICT.
24937
24938         Merge from coreutils.
24939         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
24940         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
24941         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24942         * m4/time_r.m4 (gl_TIME_R): Likewise.
24943
24944 2006-08-09  Karl Berry  <karl@gnu.org>
24945
24946         * config/srclist.txt: no more gettext-tools, per Bruno.
24947
24948 2006-08-08  Eric Blake  <ebb9@byu.net>
24949
24950         * modules/verror: New module.
24951         * MODULES.html.sh: Document it.
24952
24953 2006-08-08  Eric Blake  <ebb9@byu.net>
24954
24955         * lib/verror.h, lib/verror.c: New files.
24956
24957 2006-08-08  Eric Blake  <ebb9@byu.net>
24958
24959         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
24960         verror_at_line output complies with GNU Coding Standards even when
24961         file is NULL.
24962
24963 2006-08-07  Bruno Haible  <bruno@clisp.org>
24964
24965         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
24966         versions of AIX.
24967         Reported by Ralf Wildenhues.
24968
24969 2006-08-07  Bruno Haible  <bruno@clisp.org>
24970
24971         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
24972         in an AC_DEFUN. Needed so that the autoconf snippets can use
24973         AC_REQUIRE.
24974
24975 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24976
24977         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24978         Initialize pkgdata_DATA.
24979         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
24980         overriding it.
24981
24982 2006-08-06  Eric Blake  <ebb9@byu.net>
24983
24984         * lib/error.h: Fold in some upstream changes from glibc.
24985         * lib/error.c: Likewise.
24986
24987 2006-08-04  Bruno Haible  <bruno@clisp.org>
24988
24989         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24990         Make the mostlyclean-local rule depend on mostlyclean-generic.
24991         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
24992
24993 2006-07-31  Bruno Haible  <bruno@clisp.org>
24994
24995         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
24996         <stdlib.h>, <string.h>.
24997
24998 2006-07-30  Bruno Haible  <bruno@clisp.org>
24999
25000         * modules/readlink (License): Change to LGPL.
25001
25002 2006-07-30  Bruno Haible  <bruno@clisp.org>
25003
25004         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25005         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25006         set PKGDATADIR to point to it.
25007
25008 2006-07-30  Bruno Haible  <bruno@clisp.org>
25009
25010         * modules/csharpexec (configure.ac): Comment out macro invocation.
25011         * modules/javaexec (configure.ac): Likewise.
25012         * modules/javacomp-script (configure.ac): Likewise.
25013
25014         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25015
25016 2006-07-30  Bruno Haible  <bruno@clisp.org>
25017
25018         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25019         linked-list.
25020
25021 2006-07-30  Bruno Haible  <bruno@clisp.org>
25022
25023         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25024
25025 2006-07-30  Bruno Haible  <bruno@clisp.org>
25026
25027         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25028         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25029         get removed.
25030
25031 2006-07-29  Bruno Haible  <bruno@clisp.org>
25032
25033         Make it possible for gnulib-tool to work with locally modified or
25034         augmented gnulib repositories.
25035         * gnulib-tool (func_usage): Document --local-dir option.
25036         (local_gnulib_dir): New variable.
25037         Handle --local-dir option.
25038         (func_lookup_file): New function.
25039         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25040         (func_get_description, func_get_filelist, func_get_description,
25041         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25042         func_get_automake_snippet, func_get_include_directive,
25043         func_get_license, func_get_maintainer): Use func_lookup_file.
25044         (func_import, func_create_testdir): Use func_lookup_file.
25045
25046 2006-07-29  Bruno Haible  <bruno@clisp.org>
25047
25048         * modules/setenv (Depends-on): Add unistd.
25049
25050 2006-07-29  Bruno Haible  <bruno@clisp.org>
25051
25052         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25053
25054 2006-07-29  Bruno Haible  <bruno@clisp.org>
25055
25056         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25057
25058 2006-07-29  Bruno Haible  <bruno@clisp.org>
25059
25060         * gnulib-tool (import, update): If there is no Makefile.am, look at
25061         aclocal.m4, instead of bailing out.
25062
25063 2006-07-29  Bruno Haible  <bruno@clisp.org>
25064
25065         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25066         Categorize the options by when they are useful.
25067
25068 2006-07-29  Bruno Haible  <bruno@clisp.org>
25069
25070         * gnulib-tool (func_usage): Document option --no-libtool.
25071         Handle option --no-libtool.
25072         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25073         for changed semantics of $libtool variable.
25074         (func_import): Likewise. If libtool is not used, show this through
25075         an option --no-libtool.
25076         (func_create_testdir): Update.
25077
25078 2006-07-29  Bruno Haible  <bruno@clisp.org>
25079
25080         * gnulib-tool (func_import): Extend error message about missing
25081         --doc-base.
25082
25083 2006-07-29  Bruno Haible  <bruno@clisp.org>
25084
25085         * gnulib-tool (func_import): Don't create the $docbase directory if
25086         there is no file to store there.
25087
25088 2006-07-29  Bruno Haible  <bruno@clisp.org>
25089
25090         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25091         relevant, look for configure.ac there, not in the current directory.
25092         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25093
25094 2006-07-29  Bruno Haible  <bruno@clisp.org>
25095
25096         * gnulib-tool (SORT): New variable.
25097         (func_usage): Undocument --assume-autoconf option.
25098         Remove --assume-autoconf option handling.
25099         (autoconf_minversion): Determine from the contents of configure.ac.
25100         (func_import): Remove autoconf_minversion handling.
25101         Suggested by Eric Blake.
25102
25103 2006-07-29  Bruno Haible  <bruno@clisp.org>
25104
25105         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25106
25107 2006-07-29  Bruno Haible  <bruno@clisp.org>
25108
25109         * config/srclist.txt (*setenv.[ch]): Remove rules.
25110
25111 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25112
25113         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25114
25115 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25116
25117         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25118         arpa/inet.h.
25119
25120 2006-07-28  Simon Josefsson  <jas@extundo.com>
25121
25122         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25123         * modules/inet_pton (Depends-on): Likewise.
25124
25125 2006-07-28  Simon Josefsson  <jas@extundo.com>
25126
25127         * m4/netinet_in_h.m4: New file.
25128
25129 2006-07-28  Simon Josefsson  <jas@extundo.com>
25130
25131         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25132         #include's.
25133
25134 2006-07-28  Simon Josefsson  <jas@extundo.com>
25135
25136         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25137         #include's.
25138
25139 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25142         setgid on directories only if they set these bits.
25143         * lib/modechange.h: Remove obsolete comment about masks.
25144
25145 2006-07-28  Eric Blake  <ebb9@byu.net>
25146
25147         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25148         macro expansion.
25149
25150 2006-07-28  Bruno Haible  <bruno@clisp.org>
25151
25152         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25153
25154 2006-07-28  Bruno Haible  <bruno@clisp.org>
25155
25156         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25157
25158 2006-07-28  Bruno Haible  <bruno@clisp.org>
25159
25160         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25161         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25162         Define fallbacks.
25163         Avoids link error on FreeBSD 4.x.
25164         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25165
25166         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25167         encoding.
25168         * lib/mbswidth.c (iswcntrl): Likewise.
25169
25170 2006-07-27  Bruno Haible  <bruno@clisp.org>
25171
25172         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25173         test.
25174
25175 2006-07-27  Bruno Haible  <bruno@clisp.org>
25176
25177         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25178         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25179         defined.
25180
25181 2006-07-26  Eric Blake  <ebb9@byu.net>
25182
25183         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
25184
25185 2006-07-26  Eric Blake  <ebb9@byu.net>
25186
25187         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
25188         like mingw that lack mkstemp.
25189         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
25190         avoid compilation warning on mingw.
25191
25192 2006-07-26  Bruno Haible  <bruno@clisp.org>
25193
25194         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
25195         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
25196         INT_FAST*_MIN, INTPTR_MIN.
25197
25198 2006-07-25  Bruno Haible  <bruno@clisp.org>
25199
25200         * modules/version-etc (Depends-on): Add stdarg.
25201
25202 2006-07-25  Bruno Haible  <bruno@clisp.org>
25203
25204         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
25205         complex commands.
25206
25207 2006-07-25  Bruno Haible  <bruno@clisp.org>
25208
25209         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
25210         defined in <stdarg.h> or config.h.
25211
25212 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25213
25214         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
25215         (gl_STDIO_SAFER): Remove.
25216
25217 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25218
25219         * MODULES.html.sh (File stream based Input/Output):
25220         Add fopen-safer, tmpfile-safer; remove stdio-safer.
25221         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
25222         * modules/fopen-safer, modules/tmpfile-safer: New files.
25223         * modules/stdio-safer: Remove.
25224
25225 2006-07-24  Bruno Haible  <bruno@clisp.org>
25226
25227         * modules/tmpdir: New file.
25228         * MODULES.html.sh (File system functions): Add it.
25229
25230 2006-07-24  Bruno Haible  <bruno@clisp.org>
25231
25232         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
25233         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
25234
25235 2006-07-24  Bruno Haible  <bruno@clisp.org>
25236
25237         * modules/clean-temp: New file.
25238
25239 2006-07-24  Bruno Haible  <bruno@clisp.org>
25240
25241         * m4/tmpdir.m4: New file, from GNU gettext.
25242
25243 2006-07-24  Bruno Haible  <bruno@clisp.org>
25244
25245         * lib/tmpdir.h: New file, from GNU gettext.
25246         * lib/tmpdir.c: New file, from GNU gettext.
25247
25248 2006-07-24  Bruno Haible  <bruno@clisp.org>
25249
25250         * lib/clean-temp.h: New file, from GNU gettext.
25251         * lib/clean-temp.c: New file, from GNU gettext.
25252
25253 2006-07-23  Eric Blake  <ebb9@byu.net>
25254
25255         * modules/stdio-safer (Files): Add tmpfile-safer.c.
25256         (Depends-on): Add binary-io.
25257
25258 2006-07-23  Eric Blake  <ebb9@byu.net>
25259
25260         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
25261
25262 2006-07-23  Eric Blake  <ebb9@byu.net>
25263
25264         * lib/tmpfile-safer.c: New file.
25265         * lib/stdio-safer.h (fopen_safer): Add prototype.
25266         * lib/stdio--.h (tmpfile): Make safer.
25267
25268 2006-07-23  Bruno Haible  <bruno@clisp.org>
25269
25270         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
25271         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
25272         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
25273         gl_linked_remove_at): Use it.
25274
25275 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25276         and Simon Josefsson <jas@extundo.com>
25277
25278         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
25279
25280         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
25281
25282 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25283
25284         * modules/close-stream: New file.
25285         * modules/closeout (Description): Make it clear that it exits
25286         with a diagnostic on error.
25287         (Depends-on): Add close-stream.  Remove fpending, stdbool.
25288         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
25289
25290 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25291
25292         * m4/close-stream.m4: New file.
25293
25294 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25295
25296         * lib/close-stream.c, lib/close-stream.h: New files.
25297
25298 2006-07-22  Bruno Haible  <bruno@clisp.org>
25299
25300         Merge from GNU gettext 0.15.
25301
25302         2006-05-01  Bruno Haible  <bruno@clisp.org>
25303
25304                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
25305
25306         2006-07-22  Bruno Haible  <bruno@clisp.org>
25307
25308                 * modules/javaversion: New file.
25309                 * MODULES.html.sh (Java): Add javaversion.
25310
25311         2006-03-12  Bruno Haible  <bruno@clisp.org>
25312
25313                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
25314
25315         2005-12-04  Bruno Haible  <bruno@clisp.org>
25316
25317                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
25318                 (untested).
25319
25320         2006-06-21  Bruno Haible  <bruno@clisp.org>
25321
25322                 Avoid warnings from recent versions of mcs.
25323                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
25324                 -o, -L, -r any more. Use options documented since mcs-1.0
25325                 instead. Similarly for -g.
25326
25327         2005-12-04  Bruno Haible  <bruno@clisp.org>
25328
25329                 * build-aux/csharpcomp.sh.in: Suffix for resources is
25330                 .resources, not .resource.
25331
25332         2005-07-09  Bruno Haible  <bruno@clisp.org>
25333
25334                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
25335                 add a .dll suffix.
25336                 Reported by Mark Junker <mjscod@gmx.de>.
25337
25338         2006-07-22  Bruno Haible  <bruno@clisp.org>
25339
25340                 * modules/gettext: Upgrade to gettext-0.15.
25341                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
25342                 m4/visibility.m4.
25343                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
25344
25345 2006-07-22  Bruno Haible  <bruno@clisp.org>
25346
25347         Merge from GNU gettext 0.15.
25348
25349         2006-03-25  Bruno Haible  <bruno@clisp.org>
25350
25351                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
25352
25353         2006-07-21  Bruno Haible  <bruno@clisp.org>
25354
25355                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
25356                 "1.1".
25357
25358         2006-05-09  Bruno Haible  <bruno@clisp.org>
25359
25360                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
25361                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
25362                 for the conftestver execution.
25363
25364         2006-05-01  Bruno Haible  <bruno@clisp.org>
25365
25366                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
25367                 optional target-version argument. Verify that the compiler
25368                 groks source of the specified source-version, or add -source
25369                 option as necessary. Verify that the compiler produces
25370                 bytecode in the specified target-version, or add -target and
25371                 -source options as necessary. Make the result of the test
25372                 available as variable CONF_JAVAC. Also log error output in
25373                 config.log.
25374
25375         2006-03-11  Bruno Haible  <bruno@clisp.org>
25376
25377                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
25378
25379         2006-05-09  Bruno Haible  <bruno@clisp.org>
25380
25381                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
25382                 CLASSPATH_SEPARATOR to a semicolon.
25383
25384         2006-03-12  Bruno Haible  <bruno@clisp.org>
25385
25386                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
25387                 available as variable CONF_JAVA, for subsequent autoconf
25388                 tests. Also log error output in config.log.
25389
25390         2006-07-19  Bruno Haible  <bruno@clisp.org>
25391
25392                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
25393                 that getline works on glibc2 systems. Needed to avoid trouble
25394                 in relocatable.c.
25395                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
25396
25397         2005-12-04  Bruno Haible  <bruno@clisp.org>
25398
25399                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
25400                 launcher (untested).
25401
25402         2005-12-04  Bruno Haible  <bruno@clisp.org>
25403
25404                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
25405
25406         2006-07-22  Bruno Haible  <bruno@clisp.org>
25407
25408                 * gettext.m4: Update from GNU gettext-0.15.
25409                 * nls.m4: Likewise.
25410                 * po.m4: Likewise.
25411                 * inttypes-pri.m4: Likewise.
25412                 * inttypes-h.m4: Renamed from inttypes.m4.
25413                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
25414
25415 2006-07-22  Bruno Haible  <bruno@clisp.org>
25416
25417         Merge from GNU gettext 0.15.
25418
25419         2005-07-05  Bruno Haible  <bruno@clisp.org>
25420
25421                 * printf-args.c (printf_fetchargs): Work around broken
25422                 definition of wint_t on mingw.
25423
25424         2005-02-12  Bruno Haible  <bruno@clisp.org>
25425
25426                 * xallocsa.h: Add extern "C" for C++.
25427
25428         2006-05-17  Bruno Haible  <bruno@clisp.org>
25429
25430                 Cygwin portability.
25431                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
25432
25433         2006-04-30  Bruno Haible  <bruno@clisp.org>
25434
25435                 * progreloc.c: Include <mach-o/dyld.h> if available.
25436                 (find_executable): Use _NSGetExecutablePath when possible.
25437
25438         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25439
25440                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
25441                 function.
25442
25443         2005-12-29  Bruno Haible  <bruno@clisp.org>
25444
25445                 * progreloc.c (set_program_name_and_installdir): Fix
25446                 compilation error.
25447
25448         2005-12-04  Bruno Haible  <bruno@clisp.org>
25449
25450                 Cygwin portability.
25451                 * progreloc.c: Include <windows.h> also on Cygwin.
25452                 (find_executable): Add support for Cygwin.
25453                 (set_program_name_and_installdir): Handle also platforms with
25454                 nonempty EXEEXT.
25455
25456         2006-07-11  Bruno Haible  <bruno@clisp.org>
25457
25458                 * javacomp.c: Fix a comment.
25459                 Reported by Jim Meyering.
25460
25461         2006-04-30  Bruno Haible  <bruno@clisp.org>
25462
25463                 * javacomp.h (compile_java_class): Add source_version,
25464                 target_version arguments.
25465                 * javacomp.c: Rewritten to choose only a compiler that
25466                 respects the specified source_version and target_version.
25467
25468         2006-06-27  Bruno Haible  <bruno@clisp.org>
25469
25470                 Assume correct S_ISDIR macro.
25471                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
25472
25473         2006-07-22  Bruno Haible  <bruno@clisp.org>
25474
25475                 * javaversion.h: New file, from GNU gettext.
25476                 * javaversion.c: New file, from GNU gettext.
25477                 * javaversion.java: New file, from GNU gettext.
25478                 * javaversion.class: New file, from GNU gettext.
25479
25480         2006-05-17  Bruno Haible  <bruno@clisp.org>
25481
25482                 Cygwin portability.
25483                 * javaexec.c (execute_java_class): Test for jview program
25484                 also on Cygwin.
25485
25486         2006-04-09  Bruno Haible  <bruno@clisp.org>
25487
25488                 * fatal-signal.c: Don't include string.h.
25489                 (at_fatal_signal): Use a copying loop instead of memcpy.
25490
25491         2005-12-04  Bruno Haible  <bruno@clisp.org>
25492
25493                 * csharpexec.c: Add support for 'clix' launcher (untested).
25494                 (execute_csharp_using_sscli): New function.
25495                 (execute_csharp_program): Call it.
25496
25497         2006-06-21  Bruno Haible  <bruno@clisp.org>
25498
25499                 Avoid warnings from recent versions of mcs.
25500                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
25501                 -o, -L, -r any more. Use options documented since mcs-1.0
25502                 instead. Similarly for -g.
25503
25504         2005-07-09  Bruno Haible  <bruno@clisp.org>
25505
25506                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
25507                 add a .dll suffix.
25508                 Reported by Mark Junker <mjscod@gmx.de>.
25509
25510         2006-06-17  Bruno Haible  <bruno@clisp.org>
25511
25512                 * config.charset: Update for NetBSD 3.0.
25513
25514         2006-05-17  Bruno Haible  <bruno@clisp.org>
25515
25516                 Cygwin portability.
25517                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
25518
25519         2006-05-16  Bruno Haible  <bruno@clisp.org>
25520
25521                 * localcharset.c [CYGWIN]: Include <windows.h>.
25522                 (get_charset_aliases): For Cygwin, return the same CPxxx
25523                 aliases list as under WIN32.
25524                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
25525                 the environment variables. Fall back to GetACP().
25526
25527         2006-04-05  Bruno Haible  <bruno@clisp.org>
25528
25529                 * config.charset: Update Juan Manuel Guerrero's address.
25530
25531         2005-02-12  Bruno Haible  <bruno@clisp.org>
25532
25533                 * allocsa.h: Add extern "C" for C++.
25534
25535         2005-02-10  Bruno Haible  <bruno@clisp.org>
25536
25537                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
25538                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
25539
25540         2006-07-22  Bruno Haible  <bruno@clisp.org>
25541
25542                 * gettext.h: Update to GNU gettext-0.15.
25543
25544 2006-07-22  Bruno Haible  <bruno@clisp.org>
25545
25546         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
25547         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
25548         lib-prefix.m4, longdouble.m4, ssize_t.m4.
25549
25550 2006-07-21  Eric Blake  <ebb9@byu.net>
25551
25552         * modules/stdlib-safer: New file.
25553         * MODULES.html.sh (File stream based Input/Output): Add
25554         stdlib-safer.
25555
25556 2006-07-21  Eric Blake  <ebb9@byu.net>
25557
25558         * lib/stdlib-safer.h: New file from coreutils, required by
25559         stdlib--.h.
25560
25561 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
25562
25563         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
25564
25565 2006-07-20  Bruno Haible  <bruno@clisp.org>
25566
25567         * gnulib-tool: Recognize new option --assume-autoconf.
25568         (autoconf_minversion): New variable.
25569         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
25570
25571 2006-07-20  Bruno Haible  <bruno@clisp.org>
25572
25573         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
25574
25575 2006-07-19  Derek R. Price  <derek@ximbiot.com>
25576
25577         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
25578         Reindent and repaginate.
25579
25580 2006-07-19  Derek Price  <derek@ximbiot.com>
25581
25582         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
25583         Correct grammar.
25584
25585 2006-07-17  Bruno Haible  <bruno@clisp.org>
25586
25587         * modules/list: New file.
25588         * modules/array-list: New file.
25589         * modules/carray-list, modules/carray-list-tests: New files.
25590         * modules/linked-list, modules/linked-list-tests: New files.
25591         * modules/avltree-list, modules/avltree-list-tests: New files.
25592         * modules/rbtree-list, modules/rbtree-list-tests: New files.
25593         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
25594         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
25595         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
25596         * modules/oset: New file.
25597         * modules/array-oset: New file.
25598         * modules/avltree-oset, modules/avltree-oset-tests: New files.
25599         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
25600         * tests/test-carray_list.c: New file.
25601         * tests/test-linked_list.c: New file.
25602         * tests/test-avltree_list.c: New file.
25603         * tests/test-rbtree_list.c: New file.
25604         * tests/test-linkedhash_list.c: New file.
25605         * tests/test-avltreehash_list.c: New file.
25606         * tests/test-rbtreehash_list.c: New file.
25607         * tests/test-avltree_oset.c: New file.
25608         * tests/test-rbtree_oset.c: New file.
25609         * MODULES.html.sh (Container data structures): New section.
25610
25611 2006-07-17  Bruno Haible  <bruno@clisp.org>
25612
25613         * m4/gl_list.m4: New file.
25614
25615 2006-07-17  Bruno Haible  <bruno@clisp.org>
25616
25617         * lib/gl_list.h: New file.
25618         * lib/gl_list.c: New file.
25619         * lib/gl_array_list.h: New file.
25620         * lib/gl_array_list.c: New file.
25621         * lib/gl_carray_list.h: New file.
25622         * lib/gl_carray_list.c: New file.
25623         * lib/gl_linked_list.h: New file.
25624         * lib/gl_linked_list.c: New file.
25625         * lib/gl_anylinked_list1.h: New file.
25626         * lib/gl_anylinked_list2.h: New file.
25627         * lib/gl_avltree_list.h: New file.
25628         * lib/gl_avltree_list.c: New file.
25629         * lib/gl_anyavltree_list1.h: New file.
25630         * lib/gl_anyavltree_list2.h: New file.
25631         * lib/gl_rbtree_list.h: New file.
25632         * lib/gl_rbtree_list.c: New file.
25633         * lib/gl_anyrbtree_list1.h: New file.
25634         * lib/gl_anyrbtree_list2.h: New file.
25635         * lib/gl_anytree_list1.h: New file.
25636         * lib/gl_anytree_list2.h: New file.
25637         * lib/gl_linkedhash_list.h: New file.
25638         * lib/gl_linkedhash_list.c: New file.
25639         * lib/gl_anyhash_list1.h: New file.
25640         * lib/gl_anyhash_list2.h: New file.
25641         * lib/gl_avltreehash_list.h: New file.
25642         * lib/gl_avltreehash_list.c: New file.
25643         * lib/gl_rbtreehash_list.h: New file.
25644         * lib/gl_rbtreehash_list.c: New file.
25645         * lib/gl_anytreehash_list1.h: New file.
25646         * lib/gl_anytreehash_list2.h: New file.
25647
25648         * lib/gl_oset.h: New file.
25649         * lib/gl_oset.c: New file.
25650         * lib/gl_array_oset.h: New file.
25651         * lib/gl_array_oset.c: New file.
25652         * lib/gl_avltree_oset.h: New file.
25653         * lib/gl_avltree_oset.c: New file.
25654         * lib/gl_rbtree_oset.h: New file.
25655         * lib/gl_rbtree_oset.c: New file.
25656         * lib/gl_anytree_oset.h: New file.
25657
25658 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
25659
25660         * m4/mkancesdirs.m4: New file.
25661         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
25662         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
25663         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
25664         it.
25665
25666 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
25667
25668         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
25669         * lib/mkancesdirs.h: New files.
25670         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
25671         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
25672         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
25673         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
25674         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
25675         callers changed.  Revamp internals significantly, by not
25676         attempting to create directories that are temporarily more
25677         permissive than the final results.  Do not attempt to use
25678         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
25679         This removes some race conditions, fixes some bugs, and simplifies
25680         things.  Use new dirchownmod function to do owner and mode changes.
25681         * lib/mkdir-p.h: Likewise.
25682         * lib/modechange.c (octal_to_mode): New function.
25683         (struct mode_change): New member mentioned.
25684         (make_node_op_equals): New arg mentioned.  All callers changed.
25685         (mode_compile): Keep track of which mode bits the user has explicitly
25686         mentioned.
25687         (mode_adjust): New arg DIR, so that we implement the X op correctly.
25688         New arg PMODE_BITS, to keep track of which mode bits the user
25689         mentioned; it treats S_ISUID and S_ISGID speciall.
25690         All callers changed.
25691         * lib/modechange.h: Likewise.
25692
25693 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
25694
25695         * MODULES.html.sh: Add mkancestors.
25696         * modules/mkancesdirs: New module.
25697         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
25698         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
25699         The chdir-safer and afs files are now orphans; I'll remove them
25700         unless someone speaks up.
25701         Add lib/dirchownmod.c, lib/dirchownmod.h.
25702         (Depends-on): Remove alloca, chown, save-cwd, dirname.
25703         Add lchown, mkancesdirs.
25704         (Maintainer): Add self.
25705
25706 2006-07-15  Karl Berry  <karl@gnu.org>
25707
25708         * gnulib-tool: help message wording/arrangement.
25709
25710 2006-07-14  Simon Josefsson  <jas@extundo.com>
25711
25712         * doc/gnulib.texi (Libtool and Windows): New section.
25713
25714 2006-07-12  Simon Josefsson  <jas@extundo.com>
25715
25716         * modules/gendocs (License): Fix license, approved by Karl.
25717
25718 2006-07-12  Eric Blake  <ebb9@byu.net>
25719
25720         * MODULES.html.sh: Add gendocs.
25721
25722 2006-07-11  Eric Blake  <ebb9@byu.net>
25723
25724         * modules/fdl: New module, to install doc/fdl.texi.
25725         * MODULES.html.sh: Add new section for documentation modules.
25726         * gnulib-tool: Avoid space-tab.
25727         (--doc-base): New option, to manage files from doc.
25728
25729 2006-07-11  Eric Blake  <ebb9@byu.net>
25730
25731         * m4/absolute-header.m4: Fix comments to match recent change.
25732
25733 2006-07-11  Eric Blake  <ebb9@byu.net>
25734
25735         * gnulib-tool: List --doc-base before --tests-base.
25736
25737 2006-07-11  Derek R. Price  <derek@ximbiot.com>
25738
25739         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
25740
25741 2006-07-11  Bruno Haible  <bruno@clisp.org>
25742
25743         * README: Mention where to put documentation.
25744
25745 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25746
25747         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
25748
25749 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
25750
25751         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
25752         to stdint.m4.
25753
25754 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
25755
25756         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
25757         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
25758         "no/such/file/stdint.h" when there is no such file, so that
25759         the resulting C code can be parsed by dodgy compilers.
25760         Problems reported by Bob Proulx.
25761
25762 2006-07-10  Derek R. Price  <derek@ximbiot.com>
25763
25764         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
25765         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
25766         macros into the GNU _D_EXACT_NAMLEN.
25767         * lib/savedir.c:  Likewise.
25768         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
25769
25770 2006-07-10  Derek R. Price  <derek@ximbiot.com>
25771         and Paul Eggert  <eggert@cs.ucla.edu>
25772
25773         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
25774         * m4/savedir.m4:
25775         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
25776         macros into the GNU _D_EXACT_NAMLEN.
25777
25778 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25779
25780         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
25781         around the absolute name, to work around a problem with the HP-UX
25782         11.23 native C compiler, reported by Bob Proulx.
25783
25784 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25785
25786         * doc/maintain.texi, make-stds.texi: Sync from
25787         <http://savannah.gnu.org/projects/gnustandards>.
25788
25789 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25790
25791         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
25792
25793 2006-07-09  Jim Meyering  <jim@meyering.net>
25794
25795         * m4/glob.m4: Remove a doubled word in a comment.
25796
25797 2006-07-09  Jim Meyering  <jim@meyering.net>
25798
25799         * lib/argp-pv.c: Remove a doubled word in a comment.
25800         * lib/check-version.c (check_version): Likewise.
25801         * lib/javacomp.c (compile_java_class): Likewise.
25802
25803 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
25804
25805         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
25806         for the benefit of people using Autoconf 2.60.  If you want to
25807         support older Autoconf versions you can copy m4/onceonly_2_57.m4
25808         (or m4/onceonly.m4, if pre-2.57) manually.
25809
25810 2006-07-08  Jim Meyering  <jim@meyering.net>
25811
25812         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
25813         comment.
25814         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
25815         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
25816         comment.
25817
25818 2006-07-08  Jim Meyering  <jim@meyering.net>
25819
25820         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
25821
25822 2006-07-07  Simon Josefsson  <jas@extundo.com>
25823
25824         * tests/test-crc.c: Change expected crc value, the test vector
25825         were probably computed using the old broken crc.c?
25826
25827 2006-07-06  Simon Josefsson  <jas@extundo.com>
25828
25829         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
25830         now the canonical place for the M4 file).
25831
25832         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
25833         from the sys_socket dependency now.
25834
25835         * modules/inet_pton (Files): Ditto.
25836
25837         * modules/inet_ntop (Files): Ditto.
25838
25839 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25840
25841         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
25842         not gl_PREREQ_GETUSERSHELL.
25843
25844 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25845
25846         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
25847         with only one argument, for Autoconf 2.60.
25848         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
25849         expand to nothing, so add a shell command to avoid syntax error.
25850         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25851
25852 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25853
25854         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
25855
25856 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25857
25858         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
25859         no longer needed.  Check for isblank decl.
25860         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
25861         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
25862         of existence.
25863
25864 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25865
25866         * lib/getloadavg.c: Use __VMS, not VMS.
25867         * lib/getopt.c: Likewise.
25868         * lib/getpagesize.h: Likewise.
25869         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
25870         and probably does not work.
25871
25872 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25873
25874         * lib/.cppi-disable: Add wcwidth.
25875         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
25876         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
25877         (ISGRAPH): Remove.  All uses changed to isgraph.
25878         (FOLD) [!defined _LIBC]: Remove special case.
25879         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
25880         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
25881         HAVE_ISBLANK.
25882         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
25883         case.
25884
25885 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25886
25887         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
25888         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
25889         brackets.  Other minor changes to suppress some compiler
25890         warnings.
25891
25892 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25893         and Paul Eggert  <eggert@cs.ucla.edu>
25894
25895         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
25896         of invoking obsolescent AC_HEADER_DIRENT macro.
25897         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
25898         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
25899         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
25900         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
25901         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
25902         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25903         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
25904         * m4/readdir.m4: Remove; no longer needed.
25905
25906 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25907         and Paul Eggert  <eggert@cs.ucla.edu>
25908
25909         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
25910         Don't worry about this obsolete case any more.
25911         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
25912         directories.
25913         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
25914         worry about this obsolete case any more.
25915         * lib/fts.c: Likewise.
25916         * lib/getcwd.c: Likewise.
25917         * lib/glob.h: Likewise.
25918         * lib/savedir.c: Likewise.
25919
25920 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25921
25922         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
25923         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
25924         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
25925         needed.
25926         All uses removed.
25927         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25928         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25929         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
25930         needed.
25931         * m4/getdate.m4 (gl_GETDATE): Likewise.
25932         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25933         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25934         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25935         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25936         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25937         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25938         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
25939         needed.
25940
25941 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25942
25943         * lib/memcasecmp.c: Include <limits.h>.
25944         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
25945         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
25946         Don't assume isdigit succeeds only on '0' through '9'.
25947
25948 2006-07-05  Eric Blake  <ebb9@byu.net>
25949
25950         * modules/getaddrinfo (Depends-on): Add snprintf.
25951
25952 2006-07-05  Eric Blake  <ebb9@byu.net>
25953
25954         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
25955         to avoid 'header present but could not be compiled' on cygwin.
25956
25957 2006-07-05  Eric Blake  <ebb9@byu.net>
25958
25959         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
25960         missing from netdb.h.
25961         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
25962
25963 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25964
25965         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
25966         no longer needed.
25967         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
25968         * m4/getdate.m4 (gl_GETDATE): Likewise.
25969         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25970         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25971         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25972         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25973         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25974
25975 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25976
25977         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
25978         All uses of is_space replaced by isspace.
25979         * lib/exit.h: Don't talk about STDC_HEADERS.
25980         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
25981         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
25982         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
25983         replaced by isprint etc.
25984         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
25985         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25986         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
25987         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
25988         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
25989         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25990
25991 2006-07-05  Bruno Haible  <bruno@clisp.org>
25992
25993         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
25994         the function exists, before testing against AIX.
25995         Reported by Martin Lambers <marlam@marlam.de>.
25996
25997 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25998
25999         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26000         From Mark D. Baushke.
26001
26002 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26003
26004         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26005         to the absolute name, not just one, to bypass Sun C 5.8's
26006         "warning: #include of /usr/include/... may be non-portable".
26007
26008 2006-07-04  Eric Blake  <ebb9@byu.net>
26009
26010         * modules/dirname-tests: New test module.
26011         * tests/test-dirname.c: New file, replacing dirname.c
26012         TEST_DIRNAME section that was recently deleted.
26013
26014 2006-07-04  Bruno Haible  <bruno@clisp.org>
26015
26016         Assume ANSI C header files and <ctype.h> functions.
26017         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26018         (mbsnwidth): Use isprint, iscntrl instead.
26019
26020 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26021
26022         Merge from coreutils.
26023         * MODULES.html.sh: Add xstrtold.
26024         * modules/xstrtold: New file.
26025         * modules/cycle-check (Files): Add lib/same-inode.h.
26026         * modules/dirname (Files): Add m4/double-slash-root.m4.
26027         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26028         * modules/mkdir-p (Files): Add lib/same-inode.h.
26029         * modules/same (Files): Add lib/same-inode.h.
26030
26031 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26032
26033         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26034         This is to keep the terminology clean; POSIX talks about
26035         "absolute pathnames", not "full pathnames", but the GNU
26036         Coding Standards say to use "path" for something else;
26037         so use "absolute" to keep both sides happy.
26038         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26039         Set gl_absolute_header, not gl_full_header_path.
26040         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26041         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26042         All uses changed.
26043
26044         Merge from coreutils.
26045
26046         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26047
26048         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26049         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26050         want to require the building of c-strtod.o.
26051         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26052         needs -lm directly.
26053         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26054
26055         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26056
26057         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26058         --as-needed option if available.  Problem reported by Albert Chin in
26059         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26060         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26061         cc merely issues a bunch of annoying warnings for --as-needed
26062         (this problem was reported by Bob Proulx).  Also, try linking with
26063         -lm to detect a bug in binutils 2.16 (this problem was reported
26064         by Ralf Wildenhues).
26065
26066         2006-06-18  Jim Meyering  <jim@meyering.net>
26067
26068         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26069         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26070         macro.
26071         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26072         also check for glibc-2.4's abort-inducing bug.
26073
26074         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26075         Low-probability clean-up should be to use rmdir to get rid of
26076         the just-created directory, not unlink.
26077
26078         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26079         configure fail, and request a bug report to inform us about it.
26080         Add a comment that, barring reports to the contrary, in 2007 we'll
26081         assume ftruncate is universally available.
26082
26083         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26084
26085         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26086
26087         2006-03-12  Jim Meyering  <jim@meyering.net>
26088
26089         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26090         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26091         * m4/same.m4 (gl_SAME): Likewise.
26092         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26093
26094         2006-03-11  Eric Blake  <ebb9@byu.net>
26095
26096         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26097         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26098         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26099         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26100
26101 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26102
26103         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26104         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26105         reported by Mark D. Baushke, one in
26106         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26107
26108         Merge from coreutils.
26109
26110         * lib/.cppi-disable: Add stdint_.h.
26111         * lib/.cvsignore: Add stdint.h.
26112
26113         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26114
26115         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26116         both double and long double versions.
26117         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26118         * lib/xstrtold.c: New file.
26119         * lib/xstrtod.h (xstrtold): New decl.
26120
26121         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26122
26123         * lib/filemode.c (setst): Remove.
26124         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26125         (arguably) clearer, and the generated code is a bit smaller on my
26126         Debian GNU/Linux stable x86 host.
26127
26128         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26129
26130         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26131         Assume that filemode.h includes sys/types.h and sys/stat.h.
26132         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26133         (ftypelet): Reorder to put common cases first, for efficiency.
26134         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26135         to do 'M'.
26136         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26137         of 10, for compatibility with FreeBSD.  All callers changed.
26138         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26139         types that can't be deduced solely from st_mode.  First arg is now a
26140         const pointer.
26141         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26142         (strmode): Renamed from mode_string.
26143         (filemodestring): New decl.
26144         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26145         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26146         needed.
26147         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26148
26149         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26150
26151         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26152         fsusage.h now does that.  Include fsusage.h first, to test interface.
26153         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26154         at most one method (the old code could have generated decls that
26155         didn't conform to C89, not that this was ever exercised).
26156         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26157
26158         2006-03-19  Jim Meyering  <jim@meyering.net>
26159
26160         Work even in a chroot where d_ino values for entries in "/"
26161         don't match the stat.st_ino values for the same names.
26162         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26163         number, iterate through all entries again, using lstat instead.
26164         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26165         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26166
26167         * lib/getcwd.c (__getcwd): Clarify a comment.
26168         Use memcpy in place of a call to strcpy.
26169
26170         2006-03-12  Jim Meyering  <jim@meyering.net>
26171
26172         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26173         matches that of the current directory (which we're about to chdir ".."
26174         out of), then save the dev-ino of the parent, instead.
26175
26176         * lib/same-inode.h (SAME_INODE): New file/macro.
26177         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26178         Include "same-inode.h", instead.
26179         * lib/same.c: Likewise.
26180         * lib/cycle-check.h: Include "same-inode.h".
26181         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
26182         * lib/cycle-check.c (SAME_INODE): Remove definition.
26183         * lib/root-dev-ino.h: Include "same-inode.h".
26184
26185         2006-03-11  Eric Blake  <ebb9@byu.net>
26186
26187         * lib/same.c (same_name): s/base_name/last_component/
26188         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
26189         * lib/filenamecat.c (file_name_concat): Likewise.
26190
26191         2006-03-11  Eric Blake  <ebb9@byu.net>,
26192                     Paul Eggert  <eggert@cs.ucla.edu>
26193
26194         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
26195         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
26196         drive prefix.
26197         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
26198         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
26199         (last_component): New method.
26200         * lib/dirname.c (dir_len): Determine when drive letters need a
26201         subsequent slash.  Preserve // when it is special.
26202         (dir_name): Don't append dot when drive letter is absolute.
26203         [TEST_DIRNAME]: Move into a full-blown gnulib test.
26204         * lib/basename.c (base_name): New semantics - malloc the result.
26205         Preserve // when it is special.  Preserve relative files that look
26206         like drive letters.
26207         (base_len): Preserve // when it is special.
26208         (last_component): New method, similar to old base_name semantics.
26209         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
26210         base_name.  Strip redundant slashes from ///.
26211
26212 2006-07-03  Jim Meyering  <jim@meyering.net>
26213
26214         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
26215         macro is used before the first cycle_check call.
26216
26217 2006-07-03  Eric Blake  <ebb9@byu.net>
26218
26219         * modules/dirname (Depends-on): Add xstrndup.
26220
26221 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26222
26223         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
26224         test cases, so that config.log is a bit easier to follow.
26225
26226 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26227
26228         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
26229         both are 64 bits, since this seems to be the tradition, and this
26230         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
26231         we ever run into a host that prefers long long to long in this
26232         case, we'll need another configure-time test.  Problem reported by
26233         Jim Meyering.
26234
26235 2006-07-02  Eric Blake  <ebb9@byu.net>
26236
26237         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
26238
26239 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26240
26241         * modules/inttypes (Depends-on): No longer depends on stdint.
26242         * modules/stdint (Description): Say more about assumptions.
26243         Say that the fast types might differ.  Say macros are used.
26244         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
26245         (Makefile.am): Revise list of substituted symbols to match
26246         new stdint.m4.
26247         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
26248         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
26249         * tests/test-stdint.c (verify_same_types)
26250         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
26251         the code conforms to C99/C89.
26252         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
26253         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
26254
26255 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26256
26257         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
26258         but fix a bug, by requiring at least 64 bits.
26259         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26260         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
26261         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
26262         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
26263
26264         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
26265         changes.  Make 2.59 a prerequisite.  Check and substitute for
26266         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
26267         inttypes.h.  Do not use special include files; just use the
26268         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
26269         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
26270         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
26271         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
26272         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
26273         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
26274         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
26275         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
26276         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
26277         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
26278         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
26279         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
26280         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
26281         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
26282         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
26283         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
26284         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
26285         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
26286         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
26287         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
26288         WINT_MAX.  Check for C99 conformance more strictly, by detecting
26289         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
26290         not check for things that C99 does not require, e.g., int8_t.  If
26291         a test isn't needed unless <stdint.h> isn't working, and is
26292         unlikely to be needed for any other reason, then don't do it
26293         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
26294         size_t, since we assume C89 freestanding at least.  Do not check
26295         for sig_atomic_t, wchar_t, or wint_t, since the code now does
26296         the right thing even if the types are not defined.  Instead use:
26297         (gl_STDINT_TYPE_PROPERTIES): New macro.
26298         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
26299         testing whether <sys/types.h> clashes, as Autoconf does this for
26300         us now.  All uses removed.
26301         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
26302         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
26303         (gl_CHECK_TYPE_SAME):
26304         Remove; no longer needed.
26305         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
26306         exists, since we'll return 0 anyway in that case.
26307         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
26308
26309 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26310
26311         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
26312         possible collision with system files.
26313         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
26314         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
26315         WCHAR_MIN and WCHAR_MAX in this case.
26316         (<stddef.h>): Do not include; no longer needed.
26317         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
26318         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
26319         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
26320         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
26321         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
26322         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
26323         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
26324         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
26325         !defined(__c99))]: Include in this case too, since it's harmless
26326         now.
26327         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
26328         dangerous to do so.
26329         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
26330         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
26331         (_STDINT_MIN, _STDINT_MAX): New macros.
26332         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
26333         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
26334         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
26335         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
26336         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
26337         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
26338         macros, not typedefs; this simplifies things quite a bit.
26339         Use long int for all types narrower than int64_t.
26340         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
26341         Define in terms of long long int or int64_t or long int,
26342         not int64_t or int32_t.  This saves some compile-time testing.
26343         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
26344         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
26345         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
26346         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
26347         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
26348         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
26349         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
26350         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
26351         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
26352         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
26353         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26354         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26355         undef any previous version and define our own version, for
26356         simplicity and consistency with the new macros for types.
26357         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26358         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26359         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
26360         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
26361         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
26362         @WINT_T_SUFFIX@ to keep things simple here.
26363         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
26364         Simplify by assuming typical 8/16/32/64 host, since we're
26365         already doing that elsewhere anyway.
26366         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
26367         and assume long long int is 64 bits if available.  This
26368         speeds up 'configure'.
26369
26370 2006-07-01  Eric Blake  <ebb9@byu.net>
26371
26372         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
26373         Reported by Andreas Buening.
26374
26375 2006-07-01  Eric Blake  <ebb9@byu.net>
26376
26377         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
26378
26379 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26380
26381         * lib/getaddrinfo.c: fixed typo
26382
26383 2006-06-29  Jim Meyering  <jim@meyering.net>
26384
26385         * modules/strftime (Maintainer): Add my name, since with the
26386         FPRINTFTIME changes strftime.c has forked from glibc.
26387
26388 2006-06-29  Eric Blake  <ebb9@byu.net>
26389
26390         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
26391
26392 2006-06-29  Eric Blake  <ebb9@byu.net>
26393
26394         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
26395
26396 2006-06-29  Eric Blake  <ebb9@byu.net>
26397
26398         * lib/stat_.h: New file.
26399
26400 2006-06-29  Eric Blake  <ebb9@byu.net>
26401
26402         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
26403         unused static function.
26404
26405 2006-06-29  Eric Blake  <ebb9@byu.net>
26406
26407         * doc/functions.texi (Function Portability): Document missing lstat
26408         on mingw.
26409
26410 2006-06-29  Eric Blake  <ebb9@byu.net>
26411
26412         * MODULES.html.sh: Add sys_stat.
26413         * modules/sys_stat: New module.
26414         * modules/mkstemp (Depends-on): Add sys_stat.
26415
26416 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26417
26418         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
26419
26420 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26421
26422         * m4/c-bs-a.m4: Removed.
26423
26424 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26425
26426         * lib/strftime.c: Assume strftime() exists.
26427
26428 2006-06-29  Derek Price  <derek@ximbiot.com>
26429
26430         * modules/c-bs-a: Removed - \a is C89.
26431         * MODULES.html.sh: Remove c-bs-a.
26432
26433 2006-06-29  Bruno Haible  <bruno@clisp.org>
26434
26435         * modules/wcwidth (License): Change to LGPL.
26436
26437 2006-06-28  Simon Josefsson  <jas@extundo.com>
26438
26439         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
26440         on _WIN32.
26441
26442         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
26443         getnameinfo.
26444
26445 2006-06-28  Simon Josefsson  <jas@extundo.com>
26446
26447         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
26448
26449 2006-06-28  Simon Josefsson  <jas@extundo.com>
26450
26451         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
26452         functions there.  It will succeed on Windows XP, but on Windows
26453         2000 and (presumably) earlier, it will fail, and use the internal
26454         re-implementation.
26455         (use_win32_p): New function.
26456         (getaddrinfo): Use strtoul on servname, to support numeric ports.
26457         Support AI_NUMERICSERV to disable getservbyname.
26458         (getnameinfo): New function, only supports
26459         NI_NUMERICHOST|NI_NUMERICSERV for now.
26460
26461         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
26462         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
26463         getnameinfo.
26464
26465 2006-06-28  Eric Blake  <ebb9@byu.net>
26466
26467         * modules/wcwidth: New file.
26468         * modules/mbchar (Depends-on): Add wcwidth.
26469         * modules/mbswidth (Depends-on): Add wcwidth.
26470         * MODULES.html.sh: Add wcwidth.
26471
26472 2006-06-28  Eric Blake  <ebb9@byu.net>
26473
26474         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
26475         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
26476
26477 2006-06-28  Eric Blake  <ebb9@byu.net>
26478
26479         * lib/xvasprintf.h: Fix comments.
26480
26481 2006-06-28  Eric Blake  <ebb9@byu.net>
26482
26483         * lib/mbchar.h (wcwidth): Include wcwidth.h.
26484         * lib/mbswidth.c (wcwidth): Move from here...
26485         * lib/wcwidth.h: ...to this new file.
26486
26487 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26488
26489         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
26490
26491         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
26492         it's obsolete.
26493         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
26494
26495 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26496
26497         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
26498         Autoconf 2.60 says this stuff was obsolete.
26499
26500 2006-06-28  Bruno Haible  <bruno@clisp.org>
26501
26502         * modules/wcwidth (Files): Add m4/wchar_t.m4.
26503
26504 2006-06-28  Bruno Haible  <bruno@clisp.org>
26505
26506         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
26507         gt_TYPE_WCHAR_T.
26508
26509 2006-06-28  Bruno Haible  <bruno@clisp.org>
26510
26511         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
26512         declaration for wcwidth.
26513         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
26514
26515 2006-06-28  Bruno Haible  <bruno@clisp.org>
26516
26517         * lib/mkdtemp.c [MINGW]: Include <io.h>.
26518         (mkdir): Define using _mkdir.
26519
26520 2006-06-28  Bruno Haible  <bruno@clisp.org>
26521
26522         * lib/getaddrinfo.h: Fix POSIX URL.
26523         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
26524         _WIN32.
26525         (use_win32_p): Make static.
26526         (getaddrinfo): Reject service name if it is empty or does not consist
26527         solely of decimal digits, or if its value is > 65535.
26528         (getnameinfo): Remove useless casts.
26529
26530 2006-06-27  Simon Josefsson  <jas@extundo.com>
26531
26532         * modules/sys_select: New file, suggested by Bruno Haible, Paul
26533         Eggert and Martin Lambers.
26534
26535 2006-06-27  Simon Josefsson  <jas@extundo.com>
26536
26537         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
26538         Eggert and Martin Lambers.
26539
26540 2006-06-27  Bruno Haible  <bruno@clisp.org>
26541
26542         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
26543         result to 0, not to empty.
26544         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
26545
26546 2006-06-27  Bruno Haible  <bruno@clisp.org>
26547
26548         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
26549
26550 2006-06-26  Simon Josefsson  <jas@extundo.com>
26551
26552         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
26553         present.
26554
26555 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
26556
26557         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
26558         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
26559         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
26560
26561 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
26562
26563         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
26564
26565 2006-06-26  Bruno Haible  <bruno@clisp.org>
26566
26567         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
26568
26569 2006-06-26  Bruno Haible  <bruno@clisp.org>
26570
26571         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
26572
26573 2006-06-26  Bruno Haible  <bruno@clisp.org>
26574
26575         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
26576         SGI C compiler in pre-C99 mode.
26577         Suggested by Mark D. Baushke and Larry Jones.
26578
26579 2006-06-26  Bruno Haible  <bruno@clisp.org>
26580
26581         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
26582         WCHAR_MAX.
26583         Reported by Mark D. Baushke and Larry Jones.
26584
26585 2006-06-26  Bruno Haible  <bruno@clisp.org>
26586
26587         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
26588         in pre-C99 mode.
26589         Suggested by Mark D. Baushke and Larry Jones.
26590
26591 2006-06-23  Simon Josefsson  <jas@extundo.com>
26592             Bruno Haible  <bruno@clisp.org>
26593
26594         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
26595         Emit mostlyclean-local rule.
26596         (func_emit_tests_Makefile_am): Likewise.
26597         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
26598
26599 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
26600
26601         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
26602
26603 2006-06-23  Bruno Haible  <bruno@clisp.org>
26604
26605         * tests/test-stdint.c: Update to match ISO C 99 Technical
26606         Corrigendum 1.
26607
26608 2006-06-23  Bruno Haible  <bruno@clisp.org>
26609
26610         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
26611
26612 2006-06-23  Bruno Haible  <bruno@clisp.org>
26613
26614         * lib/stdint_.h: Treat IRIX like OpenBSD.
26615
26616 2006-06-23  Bruno Haible  <bruno@clisp.org>
26617
26618         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
26619         ISO C 99 Technical Corrigendum 1.
26620
26621 2006-06-22  Simon Josefsson  <jas@extundo.com>
26622
26623         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
26624         MinGW.
26625
26626 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26627
26628         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
26629         needed.  Some compiler complained about some of them.  Problem reported
26630         by Larry Jones in
26631         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
26632
26633 2006-06-21  Simon Josefsson  <jas@extundo.com>
26634
26635         * tests/test-getaddrinfo.c: New file.
26636
26637         * modules/getaddrinfo-tests: New file.
26638
26639         * MODULES.html.sh: Add inet_pton.
26640
26641         * modules/inet_pton: New file.
26642
26643 2006-06-21  Simon Josefsson  <jas@extundo.com>
26644
26645         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
26646         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
26647         of using the (limited) gnulib implementation on Windows XP.
26648
26649         * m4/inet_pton.m4: New file.
26650
26651 2006-06-21  Simon Josefsson  <jas@extundo.com>
26652
26653         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
26654         variable.
26655
26656         * lib/socket_.h: Don't define WINVER.
26657
26658         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
26659         slightly modified to work in gnulib.
26660
26661 2006-06-21  Simon Josefsson  <jas@extundo.com>
26662
26663         * doc/gnulib.texi (Windows sockets): Add.
26664
26665 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
26666
26667         * lib/read-file.c (fread_file): Start with buffer allocation of
26668         0 bytes rather than 1 byte; this simplifies the code.
26669         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
26670         code to free buffer and save/restore errno.
26671         (internal_read_file): Remove unused local.
26672
26673 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
26674
26675         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
26676         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
26677         Problem reported by Denis Excoffier in
26678         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
26679
26680 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26681
26682         * modules/sys_socket, modules/socklen: Include sys/types since
26683         FreeBSD 4.x's sys/socket.h needs it.
26684
26685 2006-06-19  Simon Josefsson  <jas@extundo.com>
26686
26687         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
26688
26689 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26690
26691         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
26692
26693 2006-06-19  Bruno Haible  <bruno@clisp.org>
26694
26695         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
26696         and FULL_PATH_INTTYPES_H in angle brackets.
26697         Reported by Mark D. Baushke <mdb@gnu.org>.
26698
26699 2006-06-17  Eric Blake  <ebb9@byu.net>
26700
26701         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
26702         errno.
26703
26704 2006-06-17  Bruno Haible  <bruno@clisp.org>
26705
26706         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
26707         <sys/inttypes.h>.
26708
26709 2006-06-17  Bruno Haible  <bruno@clisp.org>
26710
26711         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
26712         whether errno is declared. Assume <errno.h> declares errno.
26713
26714 2006-06-17  Bruno Haible  <bruno@clisp.org>
26715
26716         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
26717
26718 2006-06-17  Bruno Haible  <bruno@clisp.org>
26719
26720         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
26721         problem on Solaris 2.5.1.
26722
26723 2006-06-16  Eric Blake  <ebb9@byu.net>
26724
26725         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
26726         * lib/unicodeio.c [!defined errno]: Likewise.
26727         * lib/strtol.c [!defined errno]: Likewise.
26728         * lib/strtod.c [!defined errno]: Likewise.
26729
26730 2006-06-15  Eric Blake  <ebb9@byu.net>
26731
26732         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
26733
26734 2006-06-15  Eric Blake  <ebb9@byu.net>
26735
26736         * config/srclist.txt (ssize_t.m4): Lose sync.
26737
26738 2006-06-15  Bruno Haible  <bruno@clisp.org>
26739
26740         * modules/stdint (Files): Include m4/full-header-path.m4,
26741         m4/size_max.m4, m4/wchar_t.m4.
26742         (Makefile.am): Many more substitutions.
26743         * modules/stdint-tests: New file.
26744         * tests/test-stdint.c: New file.
26745
26746 2006-06-15  Bruno Haible  <bruno@clisp.org>
26747
26748         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
26749         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
26750         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
26751         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
26752         gl_CHECK_TYPE_SAME): New macros.
26753
26754 2006-06-15  Bruno Haible  <bruno@clisp.org>
26755
26756         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
26757
26758 2006-06-15  Bruno Haible  <bruno@clisp.org>
26759
26760         * lib/stdint_.h: Rewritten to be fully auto-configured.
26761         Fixes bug on HP-UX/IA64.
26762
26763 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
26764
26765         * lib/getdate.y (__attribute__): Don't define if already defined.
26766         Problem reported by Larry Jones.
26767         * lib/utimens.c (__attribute__): Likewise.
26768
26769 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
26770
26771         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
26772         reported by Andreas Schwab.
26773
26774 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26775             Bruno Haible  <bruno@clisp.org>
26776
26777         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
26778         check for the declaration of strnlen and a run test that exposes the
26779         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
26780         rpl_strndup.
26781
26782 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26783             Bruno Haible  <bruno@clisp.org>
26784
26785         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
26786
26787 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26788
26789         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
26790         compile test, for Tru64 4.0D.
26791
26792 2006-05-28  Karl Berry  <karl@gnu.org>
26793
26794         * config/srclist.txt (printf-args.c): lose sync.
26795
26796 2006-05-26  Martin Lambers  <marlam@marlam.de>
26797
26798         * lib/getpass.c: Updates the test for the native W32 API, and adds
26799         missing includes, thus fixing compilation warnings.
26800
26801 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26802
26803         * lib/exclude.c (exclude_fnmatch): New function.
26804         (excluded_file_name): Call exclude_fnmatch.
26805         * lib/exclude.h (excluded_file_name): New prototype
26806
26807 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
26808
26809         * lib/tempname.c (small_open, large_open): New macros.
26810         (__open, __open64) [!_LIBC]: Remove.
26811         (__gen_tempname): Use small_open and large_open instead of __open
26812         and __open64.  This fixes a portability bug on HP-UX 11.11i
26813         reported by Simon Wing-Tang in
26814         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
26815
26816 2006-05-24  Bruno Haible  <bruno@clisp.org>
26817
26818         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
26819         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
26820         Reported by Thorsten Maerz <torte@netztorte.de> via
26821         Aaron Stone <aaron@serendipity.cx>.
26822
26823 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
26824
26825         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
26826         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
26827         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
26828         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
26829         not really conditional on the cache.
26830         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
26831
26832 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
26833
26834         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
26835         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
26836         (my_usleep): Don't mishandle maximum value.
26837
26838 2006-05-19  Jim Meyering  <jim@meyering.net>
26839
26840         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
26841
26842 2006-05-17  Bruno Haible  <bruno@clisp.org>
26843
26844         Cygwin portability.
26845         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
26846
26847 2006-05-17  Bruno Haible  <bruno@clisp.org>
26848
26849         * lib/stdint_.h: Fix recognition of Cygwin.
26850
26851 2006-05-15  Bruno Haible  <bruno@clisp.org>
26852
26853         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
26854         on libtool patch by Ralf Wildenhues.
26855
26856 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26857
26858         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
26859         test for C99 conformance; (bool) 0.5 is an integer constant
26860         expression, but (bool) -0.5 is not.  Problem reported by Fedor
26861         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
26862
26863 2006-05-11  Simon Josefsson  <jas@extundo.com>
26864
26865         * m4/xvasprintf.m4: Fix obvious typo.
26866
26867 2006-05-11  Jim Meyering  <jim@meyering.net>
26868
26869         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
26870         James Lemley.
26871
26872 2006-05-10  Simon Josefsson  <jas@extundo.com>
26873
26874         * lib/md4.c: Typo fix, update copyright years.
26875         (K1, K2): Don't use L because it turn computations into 64-bit on
26876         64-bit platforms.
26877
26878 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
26879
26880         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
26881         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
26882         unwanted sign propagation, e.g., on hosts with 64-bit int.
26883         There still are some problems with reeelly weird theoretical hosts
26884         (e.g., 33-bit int) but it's not worth worrying about now.
26885         * lib/sha1.c (rol): Likewise.
26886         (K1, K2, K3, K4): Remove unnecessary L suffix.
26887
26888 2006-05-10  Bruno Haible  <bruno@clisp.org>
26889
26890         * lib/des.c: Cast to avoid warnings.
26891
26892 2006-05-09  Bruno Haible  <bruno@clisp.org>
26893
26894         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
26895         (Depends-on): Depend also on xsize, stdarg.
26896         (configure.ac): Add gl_XVASPRINTF.
26897
26898 2006-05-09  Bruno Haible  <bruno@clisp.org>
26899
26900         * m4/xvasprintf.m4: New file.
26901
26902 2006-05-09  Bruno Haible  <bruno@clisp.org>
26903
26904         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
26905         (EOVERFLOW): Define fallback value.
26906         (xstrcat): New function.
26907         (xvasprintf): Recognize the special case of a string concatenation.
26908
26909 2006-05-08  Eric Blake  <ebb9@byu.net>
26910
26911         * gnulib-tool (func_version): Base copyright year on CVS date.
26912         (func_emit_copyright_notice): New function.
26913         (func_emit_lib_Makefile_am): Use it.
26914         (func_emit_tests_Makefile_am): Likewise.
26915         (func_import): Likewise.
26916
26917 2006-05-08  Bruno Haible  <bruno@clisp.org>
26918
26919         * modules/stdarg: New file.
26920         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
26921
26922 2006-05-08  Bruno Haible  <bruno@clisp.org>
26923
26924         * m4/stdarg.m4: New file, from GNU gettext.
26925
26926 2006-05-08  Bruno Haible  <bruno@clisp.org>
26927
26928         * config/srclist.txt (build-aux/config.rpath): different from latest
26929         release.
26930
26931 2006-05-08  Bruno Haible  <bruno@clisp.org>
26932
26933         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
26934
26935 2006-05-05  Jim Meyering  <jim@meyering.net>
26936
26937         * m4/warning.m4: New file, derived from bison's file by the same name.
26938
26939 2006-05-03  Bruno Haible  <bruno@clisp.org>
26940
26941         * lib/stdint_.h: Shorter URL.
26942         * lib/inttypes.h: Likewise.
26943
26944 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26945
26946         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
26947
26948 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26949
26950         * lib/verify.h: Document the internals better.  Most of this change
26951         was written by Bruno Haible.
26952
26953 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26954
26955         * doc/verify.texi: New file, partly based on a proposal by
26956         Bruno Haible.
26957
26958 2006-05-02  Bruno Haible  <bruno@clisp.org>
26959
26960         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
26961         test from here...
26962         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
26963
26964 2006-04-29  Bruno Haible  <bruno@clisp.org>
26965
26966         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
26967         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
26968
26969 2006-04-29  Bruno Haible  <bruno@clisp.org>
26970
26971         * gnulib-tool: Make --update option actually work.
26972
26973 2006-04-29  Bruno Haible  <bruno@clisp.org>
26974
26975         * doc/gcd.texi: New file.
26976         * doc/gnulib.texi: Include it.
26977
26978 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
26979
26980         * lib/getdate.y (get_date): When adding relative date, start with the
26981         initial time, not with the result of the first mktime call.
26982
26983 2006-04-25  Bruno Haible  <bruno@clisp.org>
26984
26985         * gnulib-tool (func_import): Output the include directives in three
26986         blocks, sorted separately.
26987         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26988
26989 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26990
26991         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
26992         to define main with arguments, for C++.  Reported by Eric Blake.
26993         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
26994         Prefer 'int main ()' to 'int main (void)', for C++.
26995         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
26996         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
26997         for 'main', for C99 and C++.
26998
26999 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27000
27001         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27002         Don't assume that exit status -1 is valid.
27003         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27004         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27005         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27006         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27007         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27008         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27009         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27010         functions can be used without declaring them, or that you can
27011         exit with status -1.
27012         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27013
27014 2006-04-24  Karl Berry  <karl@gnu.org>
27015
27016         * config/srclist.txt (longdouble.m4): sync lost.
27017
27018 2006-04-24  Eric Blake  <ebb9@byu.net>
27019
27020         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27021
27022 2006-04-24  Bruno Haible  <bruno@clisp.org>
27023
27024         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27025         poll() implementation in AIX.
27026         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27027
27028 2006-04-24  Bruno Haible  <bruno@clisp.org>
27029
27030         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27031         assigned exactly once.
27032
27033 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27034             Bruno Haible  <bruno@clisp.org>
27035
27036         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27037         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27038         for AM_CPPFLAGS.
27039
27040 2006-04-23  Bruno Haible  <bruno@clisp.org>
27041
27042         * modules/copy-file: Depend on unistd.
27043         * modules/execute: Likewise.
27044         * modules/fatal-signal: Likewise.
27045         * modules/findprog: Likewise.
27046         * modules/mkdtemp : Likewise.
27047         * modules/pipe: Likewise.
27048         * modules/wait-process: Likewise.
27049
27050 2006-04-23  Bruno Haible  <bruno@clisp.org>
27051
27052         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27053         condition was already detected.
27054         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27055
27056 2006-04-23  Bruno Haible  <bruno@clisp.org>
27057
27058         * lib/copy-file.c: Include <unistd.h> unconditionally.
27059         * lib/execute.c: Likewise.
27060         * lib/fatal-signal.c: Likewise.
27061         * lib/findprog.c: Likewise.
27062         * lib/mkdtemp.c: Likewise.
27063         * lib/pipe.h: Likewise.
27064         * lib/pipe.c: Likewise.
27065         * lib/wait-process.h: Likewise.
27066
27067 2006-04-23  Bruno Haible  <bruno@clisp.org>
27068
27069         * gnulib-tool (func_usage): Fix --import description. Document
27070         --update.
27071         (func_import): Create temporary file in a temporary directory, if
27072         --dry-run is specified. Silence errors from 'grep' when there are no
27073         m4 files in $m4dir.
27074         (func_create_testdir): Silence errors from 'grep' when there are no
27075         m4 files in $m4dir.
27076         Reported by Karl Berry <karl@freefriends.org>.
27077
27078 2006-04-20  Bruno Haible  <bruno@clisp.org>
27079
27080         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27081         one argument, so that the code will be portable to Autoconf 2.60.
27082         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27083         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27084         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27085
27086 2006-04-19  Derek Price  <derek@ximbiot.com>
27087             Eric Blake  <ebb9@byu.net>
27088
27089         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27090         rather than "/full/path.h".  Update comment to match.  Shorten &
27091         generalize m4_translit call via AS_TR_CPP.
27092
27093 2006-04-19  Derek Price  <derek@ximbiot.com>
27094             Eric Blake  <ebb9@byu.net>
27095
27096         * lib/inttypes.h: Correct grammar in comment.
27097
27098 2006-04-18  Derek Price  <derek@ximbiot.com>
27099             Paul Eggert  <eggert@cs.ucla.edu>
27100
27101         * modules/inttypes: New file.
27102         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27103
27104 2006-04-18  Derek Price  <derek@ximbiot.com>
27105             Paul Eggert  <eggert@cs.ucla.edu>
27106
27107         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27108         New files.
27109
27110 2006-04-18  Derek Price  <derek@ximbiot.com>
27111             Paul Eggert  <eggert@cs.ucla.edu>
27112
27113         * lib/inttypes.h: New file.
27114         * lib/strtoimax.c: Assume <inttypes.h>.
27115
27116 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27117
27118         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27119         isn't mounted.  Problem reported by Kir Kolyshkin.
27120
27121 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27122
27123         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27124         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27125         Derek R. Price.
27126         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27127         implementation.
27128
27129 2006-04-12  Eric Blake  <ebb9@byu.net>
27130
27131         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27132         is now done automatically by the corresponding Autoconf macro.
27133
27134 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27135
27136         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27137         time_r.h.
27138
27139 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27140
27141         Merge regex changes from libc, removing some of our
27142         POSIX-conformance changes that were rejected and redoing them in a
27143         less-intrusive way.
27144
27145         * lib/regcomp.c (re_compile_internal, init_dfa):
27146         Length arg is now size_t, not Idx.  All uses changed.
27147         (peek_token): Forward decl now says internal_function.
27148         (__re_error_msgid, __re_error_msgid_idx):
27149         Now static rather than extern with attribute_hidden.
27150         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27151         For some reason libc prefers K&R style defns for external functions.
27152         (regerror) [!defined _LIBC]: Likewise.
27153         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27154         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27155         (build_range_exp, build_collating_symbol):
27156         Use K&R-style defn.
27157         (re_compile_fastmap): Use '\0' to memset, not 0.
27158         (utf8_sb_map): Make the calculations more obvious.
27159         (init_dfa, parse_bracket_exp, build_charclass_op):
27160         Call calloc and cast result, as glibc does.
27161         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27162         (build_range_exp, build_collating_symbol):
27163         Now internal functions.
27164
27165         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27166
27167         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27168         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27169         Don't depend on VMS; depend on __VMS instead, for POSIX
27170         namespace cleanness.
27171         (regoff_t): Define to ssize_t, not long int.
27172
27173         Remove the REG_ macros named below.  Instead, make the old names
27174         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27175         __USE_GNU_REGEX.
27176         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27177         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27178         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27179         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
27180         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
27181         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
27182         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
27183         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
27184         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
27185         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
27186         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
27187         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
27188         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
27189         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
27190         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
27191         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
27192         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
27193         (REG_NREGS):
27194         Remove.  All uses replaced by the old RE_* names.
27195         (RE_BACKSLASH_ESCAPE_IN_LISTS):
27196         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
27197         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
27198         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
27199         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
27200         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
27201         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
27202         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
27203         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
27204         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
27205         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
27206         Don't bother having these macros be independent of each others'
27207         values, since they no longer exist in the POSIX name space.
27208
27209         Rename the following member names back to their old names,
27210         unless !__USE_GNU_REGEX.  All uses changed back.
27211         (buffer): Renamed from re_buffer.
27212         (allocated): Renamed from re_allocated.
27213         (used): Renamed from re_used.
27214         (syntax): Renamed from re_syntax.
27215         (fastmap): Renamed from re_fastmap.
27216         (translate): Renamed from re_translate.
27217         (can_be_null): Renamed from re_can_be_null.
27218         (regs_allocated): Renamed from re_regs_allocated.
27219         (fastmap_accurate): Renamed from re_fastmap_accurate.
27220         (no_sub): Renamed from re_no_sub.
27221         (not_bol): Renamed from re_not_bol.
27222         (not_eol): Renamed from re_not_eol.
27223         (newline_anchor): Renamed from re_newline_anchor.
27224         (num_regs): Renamed from rm_num_regs.
27225         (start): Renamed from rm_start.
27226         (end): Renamed from rm_end.
27227
27228         (free_state): Move up a bit.
27229
27230         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
27231         #define to be empty.
27232         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
27233         when that is what is intended.
27234         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
27235         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
27236         (MAX): New macro.
27237         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
27238         All uses changed back to re_malloc, etc.  It's now the caller's
27239         responsibility to check for overflow; all callers changed.
27240         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
27241         (re_x2nrealloc): Remove.
27242         (free_state): Remove decl.
27243
27244         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
27245         (re_set_registers, re_exec):
27246         Use K&R-style defn.
27247
27248         2006-01-31  Roland McGrath  <roland@redhat.com>
27249
27250         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
27251         Reported by Mike Frysinger <vapier@gentoo.org>.
27252
27253         2006-01-15  Andreas Jaeger  <aj@suse.de>
27254
27255         [BZ #1950]
27256         * lib/regex_internal.c (re_string_reconstruct): Adjust for
27257         build_wcs_upper_buffer change.
27258         (build_wcs_upper_buffer): Change return type.
27259
27260         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
27261
27262         * lib/regex_internal.h: Include <stdint.h> if available.
27263
27264         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
27265
27266         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
27267
27268         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27269
27270         * lib/regcomp.c: Adjust for changed secondary hash function.
27271
27272         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
27273
27274         * lib/regex.h: Pretty printing.
27275         Clean up namespace a bit.
27276
27277         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
27278
27279         * lib/regexec.c (update_cur_sifted_state, check_arrival,
27280         check_arrival_add_next_nodes): Avoid using uninitialized variable.
27281
27282         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27283                     Ulrich Drepper  <drepper@redhat.com>
27284
27285         [BZ #1302]
27286         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
27287         changed.
27288         (bitset_word_t): Renamed from bitset_word.  All uses changed.
27289
27290         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
27291
27292         [BZ #281]
27293         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
27294         * lib/regcomp.c: Remove unnecessary uses of
27295         unsigned RE_TRANSLATE_TYPE.
27296         * lib/regex_internal.h: Likewise.
27297         * lib/regex_internal.c: Likewise.
27298         * lib/regexec.c: Likewise.
27299         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
27300
27301         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
27302
27303         * lib/regexec.c (find_recover_state): Remove unnecessary
27304         initialization.
27305         (transit_state_bkref): Make DFA a const pointer.
27306         (get_subexp): Likewise.
27307         (check_arrival): Likewise.
27308         (update_cur_sifted_state): Likewise.
27309         (re_search_internal): Likewise.
27310         (prune_impossible_nodes): Likewise.
27311         (acquire_init_state_context): Likewise.
27312         (proceed_next_node): Likewise.
27313         (set_regs): Likewise.
27314         (free_fail_stack_return): Likewise.
27315         (check_arrival_expand_ecl): Mark DFA parameter as const.
27316         (check_arrival_expand_ecl_sub): Likewise.
27317         (check_subexp_limits): Likewise.
27318         (sub_epsilon_src_nodes):  Likewise.
27319         (add_epsilon_src_nodes):  Likewise.
27320         (merge_state_array): Likewise.
27321         (update_regs): Likewise.
27322         (build_trtable): Likewise.
27323         (sift_states_backward): Mark MCTX parameter as const.
27324         (build_sifted_states): Likewise.
27325         (update_cur_sifted_state): Likewise.
27326         (sift_states_mkref): Likewise.
27327         (check_arrival_expand_ecl): Mark eclosure as const.
27328         (check_dst_limits_calc_pos_1): Likewise.
27329         * lib/regex_internal.h (re_match_context_t): Make dfa a const
27330         pointer.
27331
27332         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
27333
27334         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
27335         (transit_state_sb): Likewise.
27336         (transit_state_mb): Likewise.
27337         (sift_states_iter_mb): Likewise.
27338         (check_arrival_add_next_nodes): Likewise.
27339         (check_node_accept_bytes): Change first parameter to pointer-to-const.
27340         [_LIBC] (re_search_2_stub): Use mempcpy.
27341
27342         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
27343         mbrtowc for very simple UTF-8 case.
27344
27345         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
27346         a pointer-to-const.
27347         (re_acquire_state_context): Likewise.
27348         * lib/regex_internal.h: Adjust prototypes.
27349
27350         * lib/regex.c: Prevent using C++ compilers.
27351
27352         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
27353         (re_acquire_state_context): Likewise.
27354
27355 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27356
27357         * modules/regex (Depends-on): Add ssize_t.
27358
27359 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27360
27361         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
27362         translation table.
27363
27364 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27365
27366         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
27367
27368 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
27369             Bruno Haible  <bruno@clisp.org>
27370
27371         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
27372         <sys/types.h> and <inttypes.h>.
27373
27374 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27375
27376         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
27377         `__error_t_defined', so argp.h will not typedef the former.
27378
27379 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
27380
27381         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
27382         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
27383         glibc names.  Even if glibc is changed to conform to POSIX, the
27384         traditional names will be available anyway, since regex depends on
27385         the extensions module.  Also, fix a longstanding typo in the
27386         implementation of Spencer ERE test #75 from grep 2.3.  Problems
27387         reported by Emanuele Giaquinta.  Also, change sense of cached
27388         variable, so that the message makes sense.
27389
27390 2006-03-24  Simon Josefsson  <jas@extundo.com>
27391
27392         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
27393         including some doc fixes.
27394         (base64_encode_alloc): Fix +1 bug on allocation failures.
27395
27396 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27397
27398         * lib/base64.c (base64_encode): Do not read past end of array with
27399         unsanitized input on systems with CHAR_BIT > 8.
27400
27401 2006-03-24  Eric Blake  <ebb9@byu.net>
27402
27403         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
27404
27405 2006-03-22  Karl Berry  <karl@gnu.org>
27406
27407         * config/srclist.txt (*setenv.[ch]): get from coreutils.
27408         * config/srclistvars.sh (COREUTILS): new var.
27409
27410 2006-03-17  Jim Meyering  <jim@meyering.net>
27411
27412         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
27413         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
27414
27415 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27416
27417         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
27418         no longer needs it.  Instead, check that regoff_t is as least
27419         as wide as ptrdiff_t.
27420
27421         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
27422         so that our regex.h stays compatible with the installed regex.
27423         This is helpful for installers who configure --without-included-regex.
27424         Problem reported by Emanuele Giaquinta.
27425
27426 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27427
27428         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
27429         Typedef to long int, not to off_, as POSIX will likely change
27430         in that direction.
27431
27432 2006-03-15  Eric Blake  <ebb9@byu.net>
27433
27434         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
27435
27436 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27437
27438         * lib/argp-help.c (validate_uparams): Fix typo
27439         * lib/argp-parse.c (argp_default_options): Consistently begin help
27440         messages with a lowercase letter.
27441
27442 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
27443
27444         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
27445         overrun buffers and shouldn't be used (much as gets shouldn't be
27446         used).
27447         * lib/time_r.c (asctime_r, ctime_r): Likewise.
27448
27449 2006-03-08  Simon Josefsson  <jas@extundo.com>
27450
27451         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
27452         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27453
27454 2006-03-08  Simon Josefsson  <jas@extundo.com>
27455
27456         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
27457         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27458
27459 2006-03-08  Simon Josefsson  <jas@extundo.com>
27460
27461         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
27462         signal that configure disabled the device.
27463
27464 2006-03-08  Simon Josefsson  <jas@extundo.com>
27465
27466         * build-aux/maint.mk: Fix refresh-po, to handle no translated
27467         languages.
27468
27469 2006-03-07  Simon Josefsson  <jas@extundo.com>
27470
27471         * modules/getopt (Depends-on): Add unistd.
27472
27473         * modules/unistd: New file.
27474
27475 2006-03-07  Simon Josefsson  <jas@extundo.com>
27476
27477         * modules/gc-random: New file.
27478
27479 2006-03-07  Simon Josefsson  <jas@extundo.com>
27480
27481         * m4/unistd_h.m4: New file.
27482
27483 2006-03-07  Simon Josefsson  <jas@extundo.com>
27484
27485         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
27486         test to be side-effect free by storing the result in the cache
27487         variable gl_cv_lib_readline, and moving the assignment of
27488         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
27489         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27490
27491 2006-03-07  Simon Josefsson  <jas@extundo.com>
27492
27493         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
27494         error on missing devices (the functions will return an error).
27495
27496         * m4/gc.m4: Move random stuff to gc-random.m4
27497
27498 2006-03-07  Simon Josefsson  <jas@extundo.com>
27499
27500         * lib/unistd_.h: New file.
27501
27502 2006-03-07  Simon Josefsson  <jas@extundo.com>
27503
27504         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
27505
27506 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27507
27508         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
27509         Problem reported by Juan Manuel Guerrero.
27510
27511 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27512
27513         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
27514         the unistd module.
27515         * lib/getlogin_r.c: Likewise.
27516         * lib/getlogin_r.h: Likewise.
27517         * lib/glob.c: Likewise.
27518         * lib/pagealign_alloc.c: Likewise.
27519         * lib/unistd_.h: Remove; no longer needed.
27520
27521 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27522
27523         * MODULES.html.sh (Support for systems lacking POSIX:2001):
27524         Add unistd.
27525         * modules/c-stack (Depends-on): Add unistd.
27526         * modules/getlogin_r: Likewise.
27527         * modules/glob: Likewise.
27528         * modules/pagealign_alloc: Likewise.
27529         * modules/unistd (Files): Remove lib/unistd_.h.
27530         (EXTRA_DIST): Remove.
27531         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
27532         need unistd_.h.
27533         (MOSTLYCLEANFILES): Remove unistd.h-t.
27534
27535 2006-03-03  Simon Josefsson  <jas@extundo.com>
27536
27537         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
27538
27539 2006-03-03  Simon Josefsson  <jas@extundo.com>
27540
27541         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
27542         libidn and bison.
27543
27544 2006-03-03  Simon Josefsson  <jas@extundo.com>
27545
27546         * build-aux/maint.mk: Add indent target.
27547
27548 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
27549
27550         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
27551         our replacement poll.h in any case, to avoid a differing
27552         declaration from a system header.  Seen on AIX.
27553
27554 2006-03-01  Simon Josefsson  <jas@extundo.com>
27555
27556         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
27557         <kasal@ucw.cz>.
27558
27559 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27560
27561         * modules/gettime (Depends-on): Add extensions module.
27562         * modules/nanosleep (Depends-on): Likewise.
27563         * modules/settime (Depends-on): Likewise.
27564
27565 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27566
27567         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
27568         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
27569         pedantically.
27570         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27571         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
27572
27573         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
27574         not "==".  Reported by Ralf Wildenhues.
27575
27576 2006-03-01  Karl Berry  <karl@gnu.org>
27577
27578         * doc/Copyright/request-*: new files, synced from gnuorg.
27579
27580 2006-03-01  Karl Berry  <karl@gnu.org>
27581
27582         * config/srclist.txt (Copyright/*): new entries.
27583
27584 2006-02-28  Simon Josefsson  <jas@extundo.com>
27585
27586         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
27587
27588 2006-02-27  Simon Josefsson  <jas@extundo.com>
27589
27590         * lib/base64.h: Indent #define's.  From Jim Meyering
27591         <jim@meyering.net>.
27592
27593 2006-02-27  Jim Meyering  <jim@meyering.net>
27594
27595         Revert the change of 2006-02-24, so these files can continue
27596         to be sync'd from gettext.
27597         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
27598         of `config.h'.
27599
27600 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27601
27602         * modules/intprops: New file.
27603         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
27604         Add intprops.
27605         * modules/getloadavg (Files): Remove lib/intprops.h.
27606         (Depends-on): Add intprops.
27607         * modules/human: Likewise.
27608         * modules/inttostr: Likewise.
27609         * modules/openat: Likewise.
27610         * modules/sig2str: Likewise.
27611         * modules/userspec: Likewise.
27612         * modules/utimecmp: Likewise.
27613         * modules/xnanosleep: Likewise.
27614         * modules/xstrtol: Likewise.
27615
27616 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
27617
27618         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
27619         * modules/lock-tests (TESTS): Use $(EXEEXT).
27620         * modules/tls-tests: Likewise.
27621         * modules/argp-tests: Likewise.
27622         (check_PROGRAMS): New var, replacing...
27623         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
27624
27625 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27626
27627         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
27628         `config.h'.
27629
27630 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
27631
27632         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
27633
27634 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27635
27636         Sync from coreutils.
27637         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
27638         gl_CHDIR_SAFER.
27639
27640 2006-02-22  Jim Meyering  <jim@meyering.net>
27641
27642         Sync from coreutils.
27643         * m4/chdir-safer.m4: New file.
27644
27645 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
27646
27647         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
27648         AT_FDCWD exceeds INT_MAX.
27649         * lib/openat.h (AT_FDCWD): Likewise.
27650
27651 2006-02-17  Eric Blake  <address@hidden>
27652
27653         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
27654
27655 2006-02-16  Simon Josefsson  <jas@extundo.com>
27656
27657         * modules/getaddrinfo (Depends-on): Add sys_socket.
27658
27659 2006-02-15  Simon Josefsson  <jas@extundo.com>
27660
27661         * build-aux/maint.mk: Add dsyntax-check rule.
27662
27663 2006-02-15  Eric Blake  <ebb9@byu.net>
27664
27665         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
27666         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
27667         'present but cannot compile' warnings on cygwin.
27668         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
27669         use ws2tcpip.h if sys/socket.h works.
27670         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
27671         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
27672
27673 2006-02-14  Simon Josefsson  <jas@extundo.com>
27674
27675         * modules/maintainer-makefile (Files): Rename.
27676
27677         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
27678         and (the local) Makefile.cfg to maint-cfg.mk.
27679
27680         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
27681         to the latter.
27682
27683         * modules/maintainer-makefile: New module.
27684
27685         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
27686         severaly stripped to make it possible to build it up from scratch
27687         with reliable tests.
27688
27689         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
27690         fixes to permit overriding the default actions when configure and
27691         makefile are not available.
27692
27693 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
27694
27695         Sync from coreutils.
27696         * modules/lstat (Depends-on): Don't depend on xalloc.
27697         (License): Change from GPL to LGPL, since this is now simply a
27698         replacement for a libc function.
27699
27700 2006-02-14  Jim Meyering  <jim@meyering.net>
27701
27702         Sync from coreutils.
27703
27704         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
27705         failure on deficient systems, and simplify gnulib lgpl dependencies.
27706         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
27707         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
27708
27709         * lib/xalloc-die.c: Remove unused definition of N_.
27710
27711 2006-02-14  Jim Meyering  <jim@meyering.net>
27712
27713         Sync from coreutils.
27714         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
27715         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
27716         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
27717         double-quote uses of that variable, to accommodate the rare case in
27718         which getmntent is available in none of the libraries checked.  This
27719         happens at least on FreeBSD 5.0.
27720
27721 2006-02-13  Simon Josefsson  <jas@extundo.com>
27722
27723         * gnulib-tool (Usage): Fix --import, from
27724         karl@freefriends.org (Karl Berry).
27725
27726 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27727
27728         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
27729
27730 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
27731
27732         * lib/argp-namefrob.h: Restore changes accidentally lost during the
27733         "autoupdate" on 2005-12-12.
27734
27735 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
27736
27737         * modules/closeout (Depends-on): Remove atexit.
27738
27739 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
27740
27741         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
27742         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
27743
27744 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
27745
27746         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
27747         __EXTENSIONS__ if this causes compilation to fail.  Problem
27748         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
27749         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
27750
27751 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
27752
27753         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
27754         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
27755         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
27756         All uses changed.
27757
27758 2006-01-26  Simon Josefsson  <jas@extundo.com>
27759
27760         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
27761         prototype is visible on mingw32.
27762
27763         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
27764         for mingw32.
27765
27766         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
27767         mingw32).
27768
27769 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
27770
27771         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
27772         attempt to open for write; this always fails, at least on POSIX
27773         hosts.  This reinstates the 2006-01-09 change, which was
27774         inadvertently removed.
27775
27776 2006-01-26  Bruno Haible  <bruno@clisp.org>
27777
27778         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
27779         Reported by Paul Eggert.
27780
27781 2006-01-26  Bruno Haible  <bruno@clisp.org>
27782             Paul Eggert  <eggert@cs.ucla.edu>
27783
27784         * lib/stdbool_.h (_Bool)
27785         [(! (defined __cplusplus || defined __BEOS__)
27786           && !defined __GNUC__
27787           && !(defined __HP_cc || defined __xlc__
27788                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
27789                || defined __sgi))]:
27790         #define to signed char in these cases too; this simplifies
27791         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
27792         etc., separately) and makes it more conservative.
27793
27794 2006-01-25  Simon Josefsson  <jas@extundo.com>
27795
27796         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
27797         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
27798         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
27799
27800 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27801
27802         * lib/argp-namefrob.h: Bugfix. Remove stray #
27803
27804 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27805
27806         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
27807         so that we test the test.
27808         Check for yet another HP-UX cc bug involving *bool |= bool.
27809
27810 2006-01-25  Karl Berry  <karl@gnu.org>
27811
27812         * config/srclist.txt (vasnprintf.c): sync lost.
27813
27814 2006-01-25  Jim Meyering  <jim@meyering.net>
27815
27816         Sync from the stable (b5) branch of coreutils:
27817
27818         * lib/fts.c (fts_children): Don't let close() clobber errno from
27819         failed fchdir().
27820
27821         * lib/fts.c (fts_stat): When following a symlink-to-directory,
27822         don't necessarily interpret stat-fails+lstat-succeeds as indicating
27823         a dangling symlink.  That can also happen at least for ELOOP.
27824         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
27825         FYI, this bug predates the inclusion of fts.c in coreutils.
27826
27827         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
27828         in their own block, so pre-c99 compilers don't object.
27829
27830         Avoid the double-free (first in fts_read, second in fts_close) that
27831         would occur when an `active' directory is made inaccessible (e.g.,
27832         via chmod a-x) during a traversal.
27833         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
27834         before returning.  Reproduce this failure by
27835         mkdir -p a/b; cd a; chmod a-x . b
27836         Reported by Stavros Passas.
27837
27838 2006-01-25  Jim Meyering  <jim@meyering.net>
27839
27840         * lib/fileblocks.c: Remove more useless parentheses.
27841         * lib/readutmp.h: Likewise.
27842
27843 2006-01-25  Bruno Haible  <bruno@clisp.org>
27844
27845         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
27846         warnings.
27847         Reported by Paul Eggert.
27848
27849 2006-01-25  Bruno Haible  <bruno@clisp.org>
27850
27851         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
27852         rid of a trap command. For Solaris sh.
27853         Reported by Mark D. Baushke <mdb@gnu.org>.
27854
27855 2006-01-24  Simon Josefsson  <jas@extundo.com>
27856
27857         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
27858         Bruno.
27859
27860 2006-01-24  Karl Berry  <karl@gnu.org>
27861
27862         * config/srclist.txt (argp-namefrob.h): sync lost.
27863
27864 2006-01-24  Jim Meyering  <jim@meyering.net>
27865
27866         * modules/openat (Files): Add lib/intprops.h.
27867         From Mark D. Baushke.
27868
27869 2006-01-24  Jim Meyering  <jim@meyering.net>
27870
27871         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
27872         Reported by Mark D. Baushke.
27873
27874 2006-01-24  Jim Meyering  <jim@meyering.net>
27875
27876         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
27877
27878 2006-01-24  Bruno Haible  <bruno@clisp.org>
27879
27880         * modules/strnlen (Maintainer): Change from glibc to all.
27881
27882 2006-01-24  Bruno Haible  <bruno@clisp.org>
27883
27884         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
27885         Patch by Paul Eggert.
27886
27887 2006-01-24  Bruno Haible  <bruno@clisp.org>
27888
27889         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
27890         already has it.
27891         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
27892         2005-11-26.
27893
27894         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
27895         'signed char' to avoid problems with the built-in _Bool type.
27896         Reported by Paul Eggert on 2005-11-26.
27897
27898 2006-01-24  Bruno Haible  <bruno@clisp.org>
27899
27900         * gnulib-tool (func_import): Avoid constructing complicated sed
27901         expressions inside backquote.
27902         Report and solution by Mark D. Baushke <mdb@gnu.org>.
27903
27904 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
27905
27906         These changes imported from libc.
27907         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
27908         test and two separate function calls.
27909         * lib/strndup.c (__strndup): Add libc_hidden_def.
27910
27911 2006-01-23  Simon Josefsson  <jas@extundo.com>
27912
27913         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
27914         Remove the test_*_SOURCES variable: automake infers it by default.
27915         * modules/tls-tests: Likewise.
27916
27917 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27918
27919         Work around porting bugs reported by Dieter in
27920         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
27921         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
27922         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
27923         Include "getopt.h" first, to check interface.
27924         (getenv): Declare only if defined HAVE_DECL_GETENV &&
27925         !HAVE_DECL_GETENV.
27926         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
27927         (__strndup): Revert to K&R-style function dfns, the glibc style.
27928         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
27929         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
27930         Include strnlen.h first, to get prototype properly.
27931         (strnlen): Renamed from __strnlen.
27932         Remove weak alias.
27933
27934 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27935
27936         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
27937
27938 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27939
27940         * config/srclist.txt: Adjust to reflect glibc reorganization.
27941         This affects only comments.
27942
27943 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27944
27945          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
27946          Reported by Bruce Korb <bkorb@gnu.org>.
27947
27948 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27949
27950         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
27951         to pacify gcc -Wswitch-default.
27952
27953 2006-01-22  Bruno Haible  <bruno@clisp.org>
27954
27955         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
27956         temporary buffer for sprintf, take into account the precision also
27957         for 'd', 'i', 'u', 'o', 'x', 'X'.
27958
27959 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27960
27961         * modules/argp-tests: New module
27962         * tests/test-argp.c: New file
27963         * tests/test-argp-2.sh: New file
27964
27965 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27966
27967         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
27968         (__argp_base_name): Removed
27969         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
27970         typo.
27971         (__argp_base_name): Provide macro definition or extern declaration
27972         depending on the configuration
27973
27974 2006-01-20  Simon Josefsson  <jas@extundo.com>
27975
27976         * modules/inet_ntop (Depends-on): Depend on sys_socket.
27977
27978 2006-01-20  Simon Josefsson  <jas@extundo.com>
27979
27980         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
27981
27982 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27983
27984         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
27985         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
27986         Suggested by Bruno Haible.
27987
27988 2006-01-20  Karl Berry  <karl@gnu.org>
27989
27990         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
27991         until changes propagate, I guess.
27992
27993 2006-01-19  Simon Josefsson  <jas@extundo.com>
27994
27995         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
27996
27997 2006-01-19  Simon Josefsson  <jas@extundo.com>
27998
27999         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28000
28001 2006-01-19  Simon Josefsson  <jas@extundo.com>
28002
28003         * gnulib-tool: Set check_PROGRAMS.
28004
28005         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28006         modules/des-tests, modules/gc-arcfour-tests,
28007         modules/gc-arctwo-tests, modules/gc-des-tests,
28008         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28009         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28010         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28011         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28012         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28013         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28014         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28015         test_*_SOURCES.
28016
28017 2006-01-18  Simon Josefsson  <jas@extundo.com>
28018
28019         * modules/socklen (Depends-on): Depend on sys_socket.
28020
28021 2006-01-18  Simon Josefsson  <jas@extundo.com>
28022
28023         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28024         modules/des-tests, modules/gc-arcfour-tests,
28025         modules/gc-arctwo-tests, modules/gc-des-tests,
28026         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28027         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28028         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28029         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28030         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28031         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28032         $(EXEEXT) to automake TESTS variable, for mingw32.
28033
28034 2006-01-17  Simon Josefsson  <jas@extundo.com>
28035
28036         * modules/socklen (Include): Need sys/socket.h.
28037
28038 2006-01-17  Bruno Haible  <bruno@clisp.org>
28039
28040         * modules/ssize_t (Include): Add <sys/types.h>.
28041
28042 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28043
28044         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28045         it's not portable and it doesn't work with cross-compiles.
28046         Problem reported by Bruno Haible.  Fix missing-$ typo in
28047         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28048         -zignore from being used with Sun's C compiler.
28049
28050 2006-01-12  Simon Josefsson  <jas@extundo.com>
28051
28052         * lib/base64.c: Fix warning, reported by Bruno Haible
28053         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28054
28055 2006-01-12  Bruno Haible  <bruno@clisp.org>
28056
28057         * modules/ldd: New file.
28058         * build-aux/ldd.sh.in: New file.
28059         * MODULES.html.sh (Support for building libraries and executables): Add
28060         ldd.
28061
28062 2006-01-12  Bruno Haible  <bruno@clisp.org>
28063
28064         * m4/ldd.m4: New file.
28065
28066 2006-01-12  Bruno Haible  <bruno@clisp.org>
28067
28068         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28069         endless loop while replacing $auxdir with build-aux.
28070
28071 2006-01-11  Simon Josefsson  <jas@extundo.com>
28072
28073         * lib/stdint_.h (SIZE_MAX): Add missing (.
28074
28075 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28076
28077         Sync from coreutils.
28078         * lib/md5.c: Fix commentary typos.
28079         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28080         * lib/md5.h (__attribute__): Remove; unused.
28081         * lib/sha1.c: Fix commentary to match md5 better.
28082         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28083         so that we don't need to worry about alignment.  All uses changed.
28084         This merges the 2005-10-28 md5 change into sha1.
28085
28086 2006-01-11  Jim Meyering  <jim@meyering.net>
28087
28088         Sync from coreutils.
28089         * lib/md5.c (OP): Fix spacing.
28090
28091 2006-01-11  Bruno Haible  <bruno@clisp.org>
28092
28093         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28094         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28095         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28096
28097 2006-01-11  Bruno Haible  <bruno@clisp.org>
28098
28099         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28100         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28101         the "early" section as well.
28102
28103 2006-01-11  Bruno Haible  <bruno@clisp.org>
28104
28105         Avoid "ar: no archive members specified" error on MacOS X.
28106         * gnulib-tool (func_modules_add_dummy): New function.
28107         (func_import, func_create_testdir): Invoke it.
28108
28109 2006-01-11  Bruno Haible  <bruno@clisp.org>
28110
28111         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28112         with $auxdir in AC_CONFIG_FILES statements.
28113
28114 2006-01-11  Bruno Haible  <bruno@clisp.org>
28115
28116         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28117         Initialize also noinst_HEADERS to empty.
28118
28119 2006-01-11  Bruno Haible  <bruno@clisp.org>
28120
28121         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28122         variables.
28123         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28124         autoreconf.
28125
28126 2006-01-11  Bruno Haible  <bruno@clisp.org>
28127
28128         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28129         overridable by the user.
28130         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28131
28132 2006-01-10  Simon Josefsson  <jas@extundo.com>
28133
28134         * modules/sys_socket: New file.
28135
28136 2006-01-10  Simon Josefsson  <jas@extundo.com>
28137
28138         * m4/sys_socket_h.m4: New file.
28139
28140 2006-01-10  Simon Josefsson  <jas@extundo.com>
28141
28142         * lib/socket_.h: New file.
28143
28144 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28145
28146         * modules/readutmp (Maintainer): Add myself.
28147
28148 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28149
28150         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28151         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28152         People who are still concerned with buggy memcmp implementations
28153         can invoke gl_FUNC_MEMCMP themselves.
28154
28155 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28156
28157         * lib/regex_internal.h (BITSET_WORD_BITS):
28158         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28159         preprocessor mishandles large unsigned values as if they were signed.
28160         Problem reported by Claudio Fontana in
28161         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28162
28163 2006-01-10  Jim Meyering  <jim@meyering.net>
28164
28165         Avoid the double-free (first in fts_read, second in fts_close) that
28166         would occur when an `active' directory is made inaccessible (e.g.,
28167         via chmod a-x) during a traversal.
28168         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28169         before returning.  Reproduce this failure by
28170         mkdir -p a/b; cd a; chmod a-x . b
28171         Reported by Stavros Passas.
28172
28173         Sync from coreutils.
28174         * lib/sha1.c: Tweak grammar in a comment.
28175
28176 2006-01-10  Jim Meyering  <jim@meyering.net>
28177
28178         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28179         Patch by Joerg Sonnenberger.
28180
28181 2006-01-10  Bruno Haible  <bruno@clisp.org>
28182
28183         * modules/readutmp: Depend on module free.
28184         * modules/strtok_r: Depend on module restrict.
28185
28186 2006-01-10  Bruno Haible  <bruno@clisp.org>
28187
28188         * modules/gettext (configure.ac): Add an invocation of
28189         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
28190
28191 2006-01-10  Bruno Haible  <bruno@clisp.org>
28192
28193         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
28194         Reported by Werner Lemberg <wl@gnu.org>.
28195
28196 2006-01-10  Bruno Haible  <bruno@clisp.org>
28197
28198         * lib/localcharset.c: Update from GNU gettext.
28199
28200 2006-01-10  Bruno Haible  <bruno@clisp.org>
28201
28202         * lib/argp.h (__const): Remove macro. Use const instead.
28203         * lib/argp-fmtstream.h (__const): Likewise.
28204         * lib/glob_.h (__const): Remove macro.
28205         * lib/glob-libc.h: Use const instead of __const.
28206
28207 2006-01-10  Bruno Haible  <bruno@clisp.org>
28208
28209         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
28210         variable.
28211         Needed to avoid an automake error regarding the 'gettext' module.
28212
28213 2006-01-09  Simon Josefsson  <jas@extundo.com>
28214
28215         * modules/inet_ntop (Depends-on): Add restrict.
28216
28217 2006-01-09  Simon Josefsson  <jas@extundo.com>
28218
28219         * modules/gc-rijndael-tests (License): Put under LGPL.
28220
28221         * modules/gc-des-tests (License): Likewise.
28222
28223         * modules/gc-arcfour-tests (License): Likewise.
28224
28225         * modules/gc-arctwo-tests (License): Likewise.
28226
28227         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
28228
28229         * modules/gc-hmac-sha1-tests (Files): Likewise.
28230
28231         * modules/gc-hmac-md5-tests (License): Likewise.
28232
28233         * modules/gc-sha1-tests (License): Likewise.
28234
28235         * modules/gc-md5-tests (License): Likewise.
28236
28237         * modules/gc-md4-tests (License): Likewise.
28238
28239         * modules/gc-md2-tests (License): Likewise.
28240
28241         * modules/gc-tests (License): Likewise.
28242
28243         * modules/des-tests (License): Likewise.
28244
28245         * modules/md4-tests (License): Likewise.
28246
28247         * modules/md2-tests (License): Likewise.
28248
28249 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28250
28251         Sync from coreutils:
28252
28253         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
28254         * modules/lib-ignore: New file.
28255         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
28256         chdir-safer.m4, lchmod.m4.
28257         * modules/openat: Add mkdirat.c, openat-priv.h.
28258
28259 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28260
28261         Sync from coreutils.
28262         * m4/lib-ignore.m4: New file.
28263         * m4/lchmod.m4: New file.
28264
28265 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28266
28267         Sync from coreutils.
28268         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
28269         for write access: POSIX says that must fail.
28270         * lib/fts.c (diropen): Likewise.
28271         * lib/save-cwd.c (save_cwd): Likewise.
28272         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
28273         well, for minor improvements on hosts that lack O_DIRECTORY.
28274         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
28275         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
28276         Fall back on chown if open failed with EACCES.
28277
28278         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
28279         Report an error at compile-time if only a 1-second nominal clock
28280         resolution is found.
28281
28282         * lib/lchmod.h: New file.
28283         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
28284         (make_dir_parents): Use lchown rather than chown, and
28285         lchmod rather than chmod.
28286
28287         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
28288         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
28289         "proc" reported by n0dalus.
28290
28291         * lib/mountlist.c: Include <limits.h>.
28292         (dev_from_mount_options)
28293         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
28294         New function.  It no longer assumes "dev=" has the System V meaning
28295         on Linux (since it doesn't).  It also parses "dev=" more carefully.
28296         (read_file_system_list)
28297         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
28298         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
28299         dev= in that case.
28300
28301         * lib/posixtm.h (PDS_PRE_2000): New macro.
28302         * lib/posixtm.c (year): Arg is now syntax_bits rather than
28303         allow_century.  All usages changed.  Reject dates outside the range
28304         1969-1999 if PDS_PRE_2000 is used.
28305
28306 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28307
28308         Sync from coreutils.
28309         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
28310         (Time of day items): Mention the possibility of leap seconds.
28311         Problem reported by Dr. David Alan Gilbert.
28312
28313 2006-01-09  Jim Meyering  <jim@meyering.net>
28314
28315         Sync from coreutils.
28316
28317         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
28318
28319         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
28320
28321         * lib/modechange.c (mode_compile): Reject an invalid mode string
28322         that starts with an octal digit.  From Andreas Gruenbacher.
28323
28324         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
28325         and dup to open_safer and dup_safer, respectively.
28326         (openat_permissive): Fix typo in comment.
28327
28328         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
28329         "gettext.h"; either no longer needed or are guaranteed by openat.h.
28330         (_): Remove; no longer needed.
28331         (openat): Renamed from rpl_openat; no need for rpl_openat
28332         since openat.h renames openat for us.
28333         Replace most of the body with a call to openat_permissive,
28334         to avoid duplicate code.
28335         Port to (probably hypothetical) environments were mode_t is
28336         wider than int.
28337         (openat_permissive): Require mode arg, so that we can check
28338         types better.  Put it just after flags.  Change cwd failure
28339         indicator from pointer-to-bool to pointer-to-errno-value.
28340         All callers changed.
28341         Invoke openat_save_fail and/or openat_restore_fail if
28342         cwd_errno is null, so that openat can call us.
28343         (openat_permissive, fdopendir, fstatat, unlinkat):
28344         Simplify errno handling to avoid some duplicate code,
28345         as it's OK to set errno on success.
28346         * lib/openat.h: Revamp code so that function macros depend on
28347         __OPENAT_PREFIX only, not also on AT_FDCWD.
28348         (openat_ro): Remove.  Caller changed to use openat_permissive.
28349         (openat_permissive): Now a macro, if not a function.
28350         (openat_restore_fail, openat_save_fail): Now always functions,
28351         since mkdirat needs them even if __OPENAT_PREFIX is defined.
28352
28353         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
28354         and openat.c.
28355         * lib/mkdirat.c: Include openat-priv.h.
28356         Remove definitions of macros defined therein.
28357         * lib/openat.c: Likewise.
28358
28359         * lib/mkdirat.c (mkdirat): New file and function.
28360         * lib/openat.h (mkdirat): Declare.
28361
28362         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
28363
28364         * lib/openat.h (openat_permissive): Declare.
28365         (openat_ro): Define.
28366
28367         * lib/openat.c (EXPECTED_ERRNO): New macro.
28368         (openat_permissive): New function -- used in remove.c rewrite.
28369         (all functions): Set errno just before returning, only if there
28370         was an actual failure.
28371         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
28372
28373         Emulate openat-family functions using Linux's procfs, if possible.
28374         Idea and some code based on Ulrich Drepper's glibc changes.
28375
28376         * lib/openat.c: (BUILD_PROC_NAME): New macro.
28377         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
28378         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
28379         before falling back on save_cwd and restore_cwd.
28380         (fdopendir, fstatat, unlinkat): Likewise.
28381
28382         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
28383         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
28384
28385         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
28386         as second argument to va_arg.  Otherwise, some versions of gcc
28387         warn that `if this code is reached, the program will abort'.
28388
28389 2006-01-09  Jim Meyering  <jim@meyering.net>
28390
28391         Sync from coreutils.
28392         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
28393         Require openat-priv.h.
28394
28395 2006-01-09  Bruno Haible  <bruno@clisp.org>
28396
28397         * modules/strnlen (Include): Use strnlen.h.
28398
28399 2006-01-09  Bruno Haible  <bruno@clisp.org>
28400
28401         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
28402
28403 2006-01-09  Bruno Haible  <bruno@clisp.org>
28404
28405         * lib/sysexit_.h (EX_OK): New macro.
28406         Suggested by Martin Lambers <marlam@marlam.de>.
28407
28408 2006-01-09  Bruno Haible  <bruno@clisp.org>
28409
28410         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
28411         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
28412
28413 2006-01-09  Bruno Haible  <bruno@clisp.org>
28414
28415         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
28416         numbers.
28417
28418 2006-01-09  Bruno Haible  <bruno@clisp.org>
28419
28420         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
28421         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
28422         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
28423         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
28424
28425 2006-01-09  Bruno Haible  <bruno@clisp.org>
28426
28427         * build-aux/javacomp.sh.in: New file, moved from lib/.
28428         * modules/javacomp-script (Files): Update.
28429         (configure.ac): Add AC_CONFIG_FILES invocation.
28430         (EXTRA_DIST): Remove variable.
28431
28432         * build-aux/javaexec.sh.in: New file, moved from lib/.
28433         * modules/javaexec (Files): Update.
28434         (configure.ac): Add AC_CONFIG_FILES invocation.
28435         (EXTRA_DIST): Remove javaexec.sh.in.
28436
28437         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
28438         * modules/csharpcomp-script (Files): Update.
28439         (configure.ac): Add AC_CONFIG_FILES invocation.
28440         (EXTRA_DIST): Remove variable.
28441
28442         * build-aux/csharpexec.sh.in: New file, moved from lib/.
28443         * modules/csharpexec (Files): Update.
28444         (configure.ac): Add AC_CONFIG_FILES invocation.
28445         (EXTRA_DIST): Remove csharpexec.sh.in.
28446
28447 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28448
28449         Sync from coreutils.
28450
28451         Add POSIX ACL support
28452         * lib/acl.h (copy_acl, set_acl): Add declarations.
28453         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
28454         systems other than Linux.
28455         (chmod_or_fchmod): New function: use fchmod when possible,
28456         and chmod otherwise.
28457         (file_has_acl): Add a POSIX ACL implementation, with a
28458         Linux-specific subcase.
28459         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
28460         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
28461         acls are unsupported.
28462         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
28463         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
28464         are unsupported.
28465
28466 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28467
28468         Sync from coreutils.
28469         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
28470
28471 2006-01-07  Bruno Haible  <bruno@clisp.org>
28472
28473         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
28474         gl_EARLY.
28475
28476 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28477
28478         * lib/strftime.c (tzname): Don't declare if it is already #defined.
28479         Problem reported for Mingw by Mark Junker.
28480
28481 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28482
28483         * README: Gnulib normally doesn't generate a tarball.
28484
28485 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
28486
28487         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
28488         long int, not int, for nanosecond counts, so that people who are
28489         used to POSIX struct timespec won't be surprised.  Reported by Jim
28490         Meyering.
28491
28492 2005-12-28  Bruno Haible  <bruno@clisp.org>
28493
28494         * build-aux/config.rpath: Update from GNU gettext.
28495
28496 2005-12-16  Jim Meyering  <jim@meyering.net>
28497
28498         * modules/fprintftime: New module.
28499         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
28500
28501 2005-12-16  Jim Meyering  <jim@meyering.net>
28502
28503         * m4/fprintftime.m4: New file.
28504
28505 2005-12-16  Jim Meyering  <jim@meyering.net>
28506
28507         * lib/fprintftime.c, lib/fprintftime.h: New files.
28508
28509 2005-12-15  Simon Josefsson  <jas@extundo.com>
28510
28511         * modules/socklen (configure.ac): Fix M4 macro name, to align with
28512         new m4/socklen.m4.
28513
28514 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28515
28516         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
28517         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
28518
28519 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28520
28521         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
28522         * lib/argp-help.c (fill_in_uparams): Check if the constructed
28523         struct uparams is valid. Fall back to the default values if it is
28524         not.
28525
28526 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28527
28528         * modules/argp (Files): Add argp-pin.c
28529         (Depends-on): dirname
28530         (lib_SOURCES): Add argp-pin.c
28531
28532 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28533
28534         * m4/argp.m4:  Check if program_invocation_name and
28535         program_invocation_short_name are declared and define appropriate
28536         macros if they are not.
28537
28538 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28539
28540         * lib/argp-help.c (__argp_base_name): New function
28541         (__argp_short_program_name): Rewrite using __argp_base_name
28542         * lib/argp-namefrob.h: Define program_invocation_name and
28543         program_invocation_short_name if requested
28544         (__argp_base_name): Add prototype
28545         * lib/argp-parse.c (argp_def): Use gettext wrappers
28546         (argp_default_parser): Use __argp_base_name
28547         * lib/argp-pin.c: New file. Defines program_invocation_name and
28548         program_invocation_short_name on systems that lack them.
28549
28550 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28551
28552         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
28553         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
28554         porting problem reported by Georg Schwarz in
28555         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
28556
28557 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28558
28559         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
28560         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
28561         porting problem reported by Georg Schwarz in
28562         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
28563
28564 2005-12-05  Bruno Haible  <bruno@clisp.org>
28565
28566         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
28567         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
28568         Reported by Mark Junker <mjscod@gmx.de>.
28569
28570 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
28571
28572         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
28573         Use implementation from Albert Chin, with some
28574         comments/corrections by Stepan Kasal and myself.
28575
28576 2005-12-02  Bruno Haible  <bruno@clisp.org>
28577
28578         * gnulib-tool (func_import): Accept GPLed build tool modules when
28579         --lgpl is given.
28580         * modules/csharpcomp-script: New file.
28581         * modules/csharpcomp: Depend on it.
28582         * modules/javacomp-script: New file.
28583         * modules/javacomp: Depend on it.
28584         Suggested by Simon Josefsson.
28585
28586 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
28587
28588         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
28589         statement, to work around an HP-UX 10.20 compiler bug reported by
28590         Peter O'Gorman.
28591
28592 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
28593
28594         * modules/savedir (Depends-on): Add openat.
28595
28596 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
28597
28598         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
28599         (uintmax_t) [defined uintmax_t]: Do not declare.
28600         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
28601         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
28602         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
28603         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
28604         sake of portability to weird hosts that C allows (though we don't
28605         know of any practical examples).
28606
28607         * lib/savedir.h (fdsavedir): New decl.
28608         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
28609         contains most of the former guts of savedir.
28610         (savedir): Use savedirstream.
28611         Include "openat.h".
28612
28613 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28614
28615         * modules/obstack (Files): Add m4/ulonglong.m4.
28616         Problem reported by Davide Angelocola.
28617
28618 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28619
28620         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
28621         coreutils no longer futzes with rounding modes.
28622
28623 2005-11-14  Jim Meyering  <jim@meyering.net>
28624
28625         * lib/mkstemp-safer.c: Include <config.h>, required for possible
28626         replacement of mkstemp.
28627
28628 2005-11-10  Simon Josefsson  <jas@extundo.com>
28629
28630         * lib/readline.c: Remove EOL.
28631
28632 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28633
28634         * modules/gethrxtime (Depends-on): Add gettime.
28635
28636 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28637
28638         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
28639         or gettimeofday; no longer needed.
28640
28641 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28642
28643         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
28644         time business.
28645         (gethrxtime) [! (HAVE_NANOUPTIME
28646         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
28647         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
28648         our own approximation.
28649
28650 2005-11-08  Eric Blake  <ebb9@byu.net>
28651
28652         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
28653
28654 2005-11-08  Eric Blake  <ebb9@byu.net>
28655
28656         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
28657
28658 2005-11-04  Bruno Haible  <bruno@clisp.org>
28659
28660         * gnulib-tool: Implement --update mode.
28661
28662 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
28663
28664         Fix porting problem reported by Theodoros V. Kalamatianos.
28665         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
28666         Don't assume that futimes failing means we must fail.
28667
28668 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
28669
28670         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
28671         variables to suggest the intended function of the PATH_MAX check.
28672
28673 2005-10-30  Kean Johnston  <jkj@sco.com>
28674
28675         Trivial changes to support SCO systems.
28676         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
28677         as PATH_MAX.
28678         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
28679         where __ptr is null when no I/O is pending.
28680
28681 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28682
28683         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
28684         leave errno alone.  Problem reported by Dmitry V. Levin.
28685
28686 2005-10-28  Simon Josefsson  <jas@extundo.com>
28687
28688         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
28689         Test more.
28690
28691         * tests/test-gc-md2.c, tests/test-md2.c: New files.
28692
28693         * modules/md2, modules/md2-tests: New files.
28694
28695 2005-10-28  Simon Josefsson  <jas@extundo.com>
28696
28697         * m4/inet_ntop.m4: More tests.
28698
28699         * m4/gc-md2.m4, md2.m4: New file.
28700
28701 2005-10-28  Simon Josefsson  <jas@extundo.com>
28702
28703         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
28704         "restrict" keywords, as per POSIX.  Protect the function
28705         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
28706         Don't use K&R prototypes.  Check the sprintf return values.
28707         Re-define EAFNOSUPPORT if not present.  Indent.
28708
28709         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
28710         suggested by Bruno Haible <bruno@clisp.org>.
28711
28712         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
28713
28714         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
28715
28716         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
28717         libgcrypt).
28718
28719         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
28720
28721         * lib/md2.h, lib/md2.c: New files.
28722
28723 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
28724
28725         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
28726         errno alone.  Problem reported by Frederic Jolliton.
28727
28728 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
28729
28730         * modules/verify (License): Change from GPL to LGPL.  This is a
28731         tiny module and there are apparently near-equivalents that are
28732         under the BSD license.
28733
28734 2005-10-24  Simon Josefsson  <jas@extundo.com>
28735
28736         * modules/sha1: Relicense to LGPL.
28737
28738 2005-10-24  Simon Josefsson  <jas@extundo.com>
28739
28740         * lib/md4.h: Shrink buffer size, now that we changed the type.
28741
28742 2005-10-23  Simon Josefsson  <jas@extundo.com>
28743
28744         * gnulib-tool (func_import): Fix --tests-base.
28745
28746 2005-10-22  Simon Josefsson  <jas@extundo.com>
28747
28748         * modules/arcfour (Depends-on): Need stdint.
28749
28750 2005-10-22  Simon Josefsson  <jas@extundo.com>
28751
28752         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
28753         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
28754
28755 2005-10-22  Simon Josefsson  <jas@extundo.com>
28756
28757         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
28758         suggested by Bruno Haible <bruno@clisp.org>.
28759
28760 2005-10-22  Simon Josefsson  <jas@extundo.com>
28761
28762         * lib/crc.h: Include stddef.h, for size_t.
28763
28764 2005-10-22  Simon Josefsson  <jas@extundo.com>
28765
28766         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
28767         arcfour_context struct (simplify test vector testing in GNU
28768         Shishi).
28769
28770 2005-10-21  Simon Josefsson  <jas@extundo.com>
28771
28772         * modules/des, modules/des-tests: New files.
28773
28774         * modules/gc-des, modules/gc-des-tests: New files.
28775
28776         * tests/test-des.c, tests/test-gc-des.c: New file.
28777
28778 2005-10-21  Simon Josefsson  <jas@extundo.com>
28779
28780         * modules/arctwo, modules/arctwo-tests: New files.
28781
28782         * tests/test-arctwo.c: New file.
28783
28784         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
28785
28786         * tests/test-gc-arctwo.c: New file.
28787
28788 2005-10-21  Simon Josefsson  <jas@extundo.com>
28789
28790         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
28791         Bruno Haible <bruno@clisp.org>.
28792
28793         * m4/gc-des.m4: New file.
28794
28795 2005-10-21  Simon Josefsson  <jas@extundo.com>
28796
28797         * m4/arctwo.m4: New file.
28798
28799         * m4/gc-arctwo.m4: New file.
28800
28801 2005-10-21  Simon Josefsson  <jas@extundo.com>
28802
28803         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
28804         block.
28805
28806 2005-10-21  Simon Josefsson  <jas@extundo.com>
28807
28808         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
28809         <bruno@clisp.org>.
28810
28811         * lib/hmac-sha1.c (hmac_sha1): Likewise.
28812
28813         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
28814         Bruno Haible <bruno@clisp.org>.
28815
28816         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
28817         <bruno@clisp.org>.
28818
28819 2005-10-21  Simon Josefsson  <jas@extundo.com>
28820
28821         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
28822
28823 2005-10-21  Simon Josefsson  <jas@extundo.com>
28824
28825         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
28826
28827 2005-10-21  Simon Josefsson  <jas@extundo.com>
28828
28829         * lib/des.h, lib/des.c: New files.
28830
28831         * lib/gc-gnulib.c: Support DES.c
28832
28833 2005-10-21  Simon Josefsson  <jas@extundo.com>
28834
28835         * lib/arctwo.h, lib/arctwo.c: New files.
28836
28837         * lib/gc-gnulib.c: Support ARCTWO.
28838
28839 2005-10-21  Simon Josefsson  <jas@extundo.com>
28840
28841         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
28842         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28843
28844 2005-10-21  Simon Josefsson  <jas@extundo.com>
28845
28846         * gnulib-tool (func_import, func_create_testdir): Define automake
28847         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
28848         Makefile.am snippet),
28849         suggested by Bruno Haible <bruno@clisp.org>.
28850
28851         * modules/gc (Makefile.am): Use it.
28852
28853 2005-10-21  Bruno Haible  <bruno@clisp.org>
28854
28855         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
28856         patch.
28857
28858 2005-10-19  Simon Josefsson  <jas@extundo.com>
28859
28860         * tests/test-gc-rijndael.c: New file.
28861
28862         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
28863
28864 2005-10-19  Simon Josefsson  <jas@extundo.com>
28865
28866         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
28867         interface too.
28868
28869 2005-10-19  Simon Josefsson  <jas@extundo.com>
28870
28871         * tests/test-gc-arcfour.c: New file.
28872
28873         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
28874
28875 2005-10-19  Simon Josefsson  <jas@extundo.com>
28876
28877         * modules/gc-md4, modules/gc-md4-tests: New file.
28878
28879         * tests/test-gc-md4.c: New file.
28880
28881 2005-10-19  Simon Josefsson  <jas@extundo.com>
28882
28883         * m4/gc-md4.m4: New file.
28884
28885 2005-10-19  Simon Josefsson  <jas@extundo.com>
28886
28887         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
28888         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
28889         <kasal@ucw.cz>.
28890
28891 2005-10-19  Simon Josefsson  <jas@extundo.com>
28892
28893         * m4/gc-arcfour.m4: New file.
28894
28895         * m4/gc-rijndael.m4: New file.
28896
28897 2005-10-19  Simon Josefsson  <jas@extundo.com>
28898
28899         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
28900
28901 2005-10-19  Simon Josefsson  <jas@extundo.com>
28902
28903         * lib/gc-gnulib.c: Support ARCFOUR.
28904
28905 2005-10-19  Simon Josefsson  <jas@extundo.com>
28906
28907         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
28908         support.
28909
28910         * lib/gc.h: Add ECB enum type.
28911
28912         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
28913
28914 2005-10-18  Simon Josefsson  <jas@extundo.com>
28915
28916         * tests/test-md5.c: New file.
28917
28918         * modules/md5-tests: New file.
28919
28920 2005-10-18  Simon Josefsson  <jas@extundo.com>
28921
28922         * tests/test-md4.c: New file.
28923
28924         * modules/md4, modules/md4-tests: New files.
28925
28926 2005-10-18  Simon Josefsson  <jas@extundo.com>
28927
28928         * m4/md4.m4: New file.
28929
28930 2005-10-18  Simon Josefsson  <jas@extundo.com>
28931
28932         * lib/md4.h, lib/md4.c: New files, based on md5.?.
28933
28934 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
28935
28936         * gnulib-tool (func_create_testdir): Omit the second check whether
28937         BUILT_SOURCES in nonempty.
28938
28939 2005-10-17  Simon Josefsson  <jas@extundo.com>
28940
28941         * tests/test-rijndael.c: New file.
28942
28943 2005-10-17  Simon Josefsson  <jas@extundo.com>
28944
28945         * modules/sha1: Depend on stdint instead of md5.
28946
28947         * modules/md5: Depend on stdint, remove uint32_t.
28948
28949 2005-10-17  Simon Josefsson  <jas@extundo.com>
28950
28951         * modules/gc-sha1-tests: New file.
28952
28953         * tests/test-gc-sha1.c: New file.
28954
28955 2005-10-17  Simon Josefsson  <jas@extundo.com>
28956
28957         * m4/md5.m4: Remove call to uint32_t.m4.
28958
28959 2005-10-17  Simon Josefsson  <jas@extundo.com>
28960
28961         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
28962
28963         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
28964         md5.h.
28965
28966         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
28967
28968         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
28969
28970 2005-10-17  Simon Josefsson  <jas@extundo.com>
28971
28972         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
28973
28974 2005-10-17  Simon Josefsson  <jas@extundo.com>
28975
28976         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
28977
28978 2005-10-17  Simon Josefsson  <jas@extundo.com>
28979
28980         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
28981
28982         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
28983
28984 2005-10-17  Bruno Haible  <bruno@clisp.org>
28985
28986         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
28987         that it can also be used in a test.
28988
28989 2005-10-16  Bruno Haible  <bruno@clisp.org>
28990
28991         * gnulib-tool (func_emit_tests_Makefile_am): Also define
28992         TESTS_ENVIRONMENT, so that individual tests can augment it.
28993
28994         * gnulib-tool (func_create_testdir): Use an intermediate target for
28995         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
28996         macros, like $(ALLOCA_H), which cannot be passed through the command
28997         line.
28998
28999 2005-10-15  Simon Josefsson  <jas@extundo.com>
29000
29001         * modules/rijndael-tests: New file.
29002
29003         * modules/rijndael: New file.
29004
29005 2005-10-15  Simon Josefsson  <jas@extundo.com>
29006
29007         * m4/rijndael.m4: New file.
29008
29009 2005-10-15  Simon Josefsson  <jas@extundo.com>
29010
29011         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29012
29013         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29014
29015 2005-10-14  Simon Josefsson  <jas@extundo.com>
29016
29017         * tests/test-arcfour.c: New file.
29018
29019         * modules/arcfour, modules/arcfour-tests: New files.
29020
29021 2005-10-14  Simon Josefsson  <jas@extundo.com>
29022
29023         * m4/arcfour.m4: New file.
29024
29025 2005-10-14  Simon Josefsson  <jas@extundo.com>
29026
29027         * lib/arcfour.h, lib/arcfour.c: New files.
29028
29029 2005-10-14  Roland McGrath  <roland@redhat.com>
29030
29031         Import from libc.  [BZ #1331]
29032         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29033         macro argument.
29034         Reported by Matej Vela <vela@debian.org>.
29035
29036 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29037
29038         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29039         include <wchar.h>; no longer needed.
29040
29041 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29042
29043         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29044
29045 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29046         and  Ulrich Drepper  <drepper@redhat.com>
29047
29048         Import from libc.
29049         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29050         instead of inline stream orientation test and two separate
29051         function calls.  Pay no attention to USE_IN_LIBIO.
29052
29053 2005-10-13  Simon Josefsson  <jas@extundo.com>
29054
29055         * modules/gc-hmac-md5-tests: New file.
29056
29057         * tests/test-gc-hmac-sha1.c: New file.
29058
29059         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29060
29061         * modules/gc-hmac-md5-tests: New file.
29062
29063         * tests/test-gc-md5.c: New file.
29064
29065         * modules/gc-md5-tests: New file.
29066
29067 2005-10-13  Simon Josefsson  <jas@extundo.com>
29068
29069         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29070         Move memory allocation outside of loop.
29071
29072 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29073
29074         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29075         intermediate directory is in a read-only file system.  Problem
29076         reported by Eric Blake.
29077
29078 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29079
29080         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29081
29082 2005-10-12  Simon Josefsson  <jas@extundo.com>
29083
29084         * tests/test-hmac-sha1.c: New file.
29085
29086         * modules/hmac-sha1-tests: New file.
29087
29088         * modules/hmac-sha1: New file.
29089
29090 2005-10-12  Simon Josefsson  <jas@extundo.com>
29091
29092         * modules/gc-sha1: New file.
29093
29094 2005-10-12  Simon Josefsson  <jas@extundo.com>
29095
29096         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29097
29098         * tests/test-gc-pbkdf2-sha1.c: New file.
29099
29100 2005-10-12  Simon Josefsson  <jas@extundo.com>
29101
29102         * modules/gc-md5, modules/gc-hmac-md5: New files.
29103
29104         * modules/gc (Files): Remove md5, memxor and hmac files.
29105
29106 2005-10-12  Simon Josefsson  <jas@extundo.com>
29107
29108         * m4/gc-pbkdf2-sha1.m4: New file.
29109
29110         * m4/gc-hmac-sha1.m4: New file.
29111
29112         * m4/gc-sha1: New file.
29113
29114         * m4/hmac-sha1.m4: New file.
29115
29116 2005-10-12  Simon Josefsson  <jas@extundo.com>
29117
29118         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29119
29120         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29121
29122 2005-10-12  Simon Josefsson  <jas@extundo.com>
29123
29124         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29125         suggested by Bruno Haible <bruno@clisp.org>.
29126
29127 2005-10-12  Simon Josefsson  <jas@extundo.com>
29128
29129         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29130
29131 2005-10-12  Simon Josefsson  <jas@extundo.com>
29132
29133         * lib/gc-pbkdf2-sha1.c: New file.
29134
29135         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29136
29137 2005-10-12  Simon Josefsson  <jas@extundo.com>
29138
29139         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29140
29141         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29142
29143 2005-10-12  Simon Josefsson  <jas@extundo.com>
29144
29145         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29146         GC_USE_HMAC_MD5, respectively.
29147
29148         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29149         (gc_md5): Fix typo.
29150
29151         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29152
29153         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29154
29155         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29156
29157 2005-10-12  Bruno Haible  <bruno@clisp.org>
29158
29159         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29160         Reported by Stepan Kasal <kasal@ucw.cz>.
29161
29162 2005-10-11  Simon Josefsson  <jas@extundo.com>
29163
29164         * tests/test-crc.c: New file.
29165
29166         * modules/crc, modules/crc-tests: New files.
29167
29168 2005-10-11  Simon Josefsson  <jas@extundo.com>
29169
29170         * m4/crc.m4: New file.
29171
29172 2005-10-11  Simon Josefsson  <jas@extundo.com>
29173
29174         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29175
29176         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29177
29178         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29179
29180 2005-10-11  Simon Josefsson  <jas@extundo.com>
29181
29182         * lib/crc.h, lib/crc.c: New files.
29183
29184         * lib/gc.h (gc_hash_buffer): Add doc.
29185
29186 2005-10-11  Bruno Haible  <bruno@clisp.org>
29187
29188         * modules/c-strcasestr: New file.
29189         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
29190
29191 2005-10-11  Bruno Haible  <bruno@clisp.org>
29192
29193         * modules/c-strcase: New file.
29194         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
29195
29196 2005-10-11  Bruno Haible  <bruno@clisp.org>
29197
29198         * lib/strcasecmp.c: Include limits.h.
29199         (strcasecmp): Avoid integer overflow on exotic platforms.
29200         * lib/strncasecmp.c: Include limits.h.
29201         (strncasecmp): Avoid integer overflow on exotic platforms.
29202         Reported by Paul Eggert.
29203
29204 2005-10-11  Bruno Haible  <bruno@clisp.org>
29205
29206         * lib/c-strcasestr.h: New file, from GNU gettext.
29207         * lib/c-strcasestr.c: New file, from GNU gettext.
29208
29209 2005-10-11  Bruno Haible  <bruno@clisp.org>
29210
29211         * lib/c-strcase.h: New file, from GNU gettext.
29212         * lib/c-strcasecmp.c: New file, from GNU gettext.
29213         * lib/c-strncasecmp.c: New file, from GNU gettext.
29214
29215 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29216
29217         * modules/mempcpy (License): GPL -> LGPL.
29218         * modules/strchrnul (License): Likewise.
29219         * modules/sysexits (License): Likewise.
29220
29221 2005-10-08  Simon Josefsson  <jas@extundo.com>
29222
29223         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
29224
29225 2005-10-07  Simon Josefsson  <jas@extundo.com>
29226
29227         * m4/memxor.m4: Remove gl_C_RESTRICT call.
29228
29229 2005-10-06  Simon Josefsson  <jas@extundo.com>
29230
29231         * tests/test-hmac-md5.c: New file.
29232
29233         * modules/hmac-md5-tests: New file.
29234
29235         * modules/hmac-md5: New file.
29236
29237 2005-10-06  Simon Josefsson  <jas@extundo.com>
29238
29239         * m4/hmac-md5.m4: New file.
29240
29241         * m4/memxor.m4: Require gl_C_RESTRICT.
29242
29243 2005-10-06  Simon Josefsson  <jas@extundo.com>
29244
29245         * lib/memxor.c (memxor): Avoid casts and warnings.
29246
29247 2005-10-06  Simon Josefsson  <jas@extundo.com>
29248
29249         * lib/hmac-md5.c: New file.
29250
29251         * lib/hmac.h: New file.
29252
29253 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29254
29255         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
29256         promotes to int, not unsigned int, to catch the AIX 5.3
29257         compiler bug.
29258
29259 2005-10-05  Simon Josefsson  <jas@extundo.com>
29260
29261         * modules/memxor: New file.
29262
29263         * modules/iconv (Files): Move config.rpath to havelib, it is used
29264         there.
29265
29266         * modules/havelib (Files): Add config.rpath.
29267
29268 2005-10-05  Simon Josefsson  <jas@extundo.com>
29269
29270         * m4/memxor.m4: New file.
29271
29272 2005-10-05  Simon Josefsson  <jas@extundo.com>
29273
29274         * lib/memxor.c (memxor): Fix compiler error.
29275
29276         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
29277         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
29278
29279         * lib/memxor.h, lib/memxor.c: New files.
29280
29281         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
29282         we assume all systems have it, suggested by Jim Meyering
29283         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
29284         any systems lack sys/socket.h; mingw32 is known to lack it, but we
29285         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
29286         same reasons.
29287
29288 2005-10-05  Simon Josefsson  <jas@extundo.com>
29289
29290         * config/srclist.txt: Add glibc bug 1423 for md5.h.
29291
29292 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29293
29294         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
29295         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
29296         needed, since the source code now assumes these .h files.
29297
29298 2005-10-05  Derek Price  <derek@ximbiot.com>
29299
29300         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
29301
29302 2005-10-05  Bruno Haible  <bruno@clisp.org>
29303
29304         * modules/stdint (License): Change to LGPL.
29305
29306 2005-10-04  Simon Josefsson  <jas@extundo.com>
29307
29308         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
29309         D. Baushke" <mdb@gnu.org>.
29310
29311 2005-10-04  Bruno Haible  <bruno@clisp.org>
29312
29313         * lib/verify.h (verify_true): Provide alternative definition for C++.
29314
29315 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
29316
29317         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
29318         (SSIZE_MAX): New macro, if not already defined.
29319         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
29320         than 2 GiB.
29321
29322 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29323
29324         Sync from coreutils.
29325         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
29326         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
29327         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
29328         ULLONG_MAX doesn't work with 2.7.2.1.
29329
29330 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29331
29332         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
29333         From Ben Pfaff.
29334
29335         * modules/exclude (Depends-on): Depend on verify.
29336         * modules/strtoimax (Depends-on): Likewise.
29337         * modules/utimecmp (Depends-on): Likewise.
29338
29339 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29340
29341         * lib/exclude.c: Include verify.h.
29342         (verify): Remove.  All callers changed to use verify.h's version.
29343         * lib/strtoimax.c: Likewise.
29344         * lib/utimecmp.c: Likewis.e
29345
29346         Sync from coreutils.
29347         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
29348         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
29349         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
29350         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
29351         bother returning ENOSYS if settimeofday or stime fails; just let
29352         them return whatever errno they want to return.
29353         * lib/utimens.c: Include unistd.h, for dup2.
29354         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
29355         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
29356
29357 2005-10-02  Jim Meyering  <jim@meyering.net>
29358
29359         Sync from coreutils.
29360         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
29361         from glibc-2.2.5 that fails for read-only files.
29362
29363 2005-10-02  Jim Meyering  <jim@meyering.net>
29364
29365         Sync from coreutils.
29366         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
29367         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
29368         `#if HAVE_CONFIG_H'.
29369         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
29370         Remove AT_FDCWD test.
29371         Do not consume the fd unless successful.
29372         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
29373         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
29374         block, so that we don't even try to compile it if settimeofday is
29375         available.  This works around a compilation failure on OSF1 V5.1,
29376         due to stime requiring a `long int*' while tv_sec is `int'.
29377
29378 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
29379
29380         Sync from coreutils.
29381         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
29382         against `yes', rather than just testing for nonempty.
29383
29384 2005-10-01  Simon Josefsson  <jas@extundo.com>
29385
29386         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
29387         and Darwin.
29388
29389         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
29390         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
29391         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
29392         freeaddrinfo and gai_strerror are declared by the POSIX headers.
29393         Check if struct addrinfo is declared.
29394
29395 2005-10-01  Simon Josefsson  <jas@extundo.com>
29396
29397         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
29398         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
29399         AI_* and EAI_* definitions.  Protect function declarations.
29400
29401 2005-10-01  Jim Meyering  <jim@meyering.net>
29402
29403         Sync from coreutils.
29404
29405         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
29406         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
29407         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
29408         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29409         in the inet and nsl libraries.  Required on Solaris 5.7.
29410
29411 2005-10-01  Jim Meyering  <jim@meyering.net>
29412
29413         Sync from coreutils.
29414         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29415         in the inet and nsl libraries.  Required on Solaris 5.7.
29416
29417 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
29418
29419         * lib/getdelim.c (getdelim): Remove unused variables.
29420
29421 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29422
29423         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
29424         so that the code works even with ancient cpp.  Portability problem
29425         with GCC 2.7.2.1 reported by Thomas M.Ott.
29426
29427 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29428
29429         * modules/regex (Depends-on): Add strcase.
29430
29431         * modules/gethostname (Licence): Change from GPL to LGPL, since
29432         gethostname.c is a trivial implementation of a standard library
29433         function.
29434         * modules/poll (License): Change from GPL to LGPL, since it's
29435         derived from LGPL code.
29436
29437 2005-09-27  Jim Meyering  <jim@meyering.net>
29438
29439         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
29440         HAVE_CONFIG_H.
29441
29442         * lib/intprops.h (signed_type_or_expr__): Define.
29443         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
29444         for unsigned types.
29445
29446 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29447
29448         * lib/verify.h (verify_expr): Remove, replacing with:
29449         (verify_true): New macro that returns true instead of void.
29450         (verify_type__): Remove.
29451         (verify): Use verify_true rather than verify_type__.
29452
29453 2005-09-26  Bruno Haible  <bruno@clisp.org>
29454
29455         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
29456         is necessary.
29457         (lib_SOURCES): Remove mbchar.c.
29458         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
29459         (Files): Add m4/mbrtowc.m4.
29460         * modules/mbiter: Likewise.
29461         * modules/mbuiter: Likewise.
29462
29463 2005-09-26  Bruno Haible  <bruno@clisp.org>
29464
29465         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
29466         compile mbchar.c if they are not both present.
29467         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
29468         * m4/mbiter.m4 (gl_MBITER): Likewise.
29469         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
29470         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
29471         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
29472
29473 2005-09-25  Jim Meyering  <jim@meyering.net>
29474
29475         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
29476         also uses socklen_t.
29477
29478 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
29479
29480         * lib/utimens.c (ENOSYS): Define if not already defined.
29481         (futimens): Support having a null PATH if the file descriptor
29482         is nonnegative.
29483
29484         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
29485         Remove.
29486         (__attribute): Define to empty unless GCC 3.1 or later.
29487         This works around a core dump on OpenBSD 3.4, which has GCC
29488         2.95.3, which dumps core when given __attribute__(()).  It also
29489         simplifies other tests, since we really don't want to bother with
29490         worrying about which ancient version of GCC supported what.
29491         Original problem reported by Yoann Vandoorselaere, with part of
29492         the fix suggested by Derek Price.
29493
29494 2005-09-24  Jim Meyering  <jim@meyering.net>
29495
29496         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
29497         so we can once again use a positive bitfield width of 1 -- now we
29498         don't have to explain why we were using a bitfield width of 2.
29499
29500 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29501
29502         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
29503         and similarly for the other external symbols.  Problem reported
29504         by James Gallager.
29505
29506         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
29507         bug reported by Jim Meyering.
29508
29509         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
29510         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
29511         not needed, since socklen is a prerequisite module.
29512
29513 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29514
29515         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
29516         Problem reported by Eric Blake.
29517         (getaddrinfo): Initialize se so that it's not garbage.
29518         Redo internal storage allocation so that it doesn't make unportable
29519         assumptions about alignment.
29520         Fix a memory leak.
29521
29522         * lib/utimens.c (futimens): Use futimesat if available.
29523         Prefer it to futimes since it doesn't have the futimes bug.
29524
29525         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
29526         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
29527         Instead, declare a function that returns a pointer to an array,
29528         and use verify_type__ to declare the size of the array.
29529         Problem and germ of a solution reported by Bruno Haible.
29530         (verify_type__): Use 2, not 1, for bitfield size, to avoid
29531         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
29532
29533 2005-09-23  Jim Meyering  <jim@meyering.net>
29534
29535         Sync from coreutils.
29536         Correct build failure (socklen_t not defined) on at least
29537         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
29538         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
29539
29540 2005-09-23  Jim Meyering  <jim@meyering.net>
29541
29542         * modules/getaddrinfo (Depends-on): Add socklen.
29543
29544 2005-09-23  Bruno Haible  <bruno@clisp.org>
29545
29546         * tests/test-verify.c: New file.
29547
29548 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29549
29550         Sync from coreutils.
29551
29552         * modules/argmatch (Depends-on): Add verify.
29553         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
29554         unistd-safer.
29555         * modules/save-cwd (Depends-on): Likewise.
29556
29557         * modules/openat (Files): Add lib/openat-die.c.
29558         (Depends-on): Remove error, exitfail.
29559         Add dirname.
29560
29561         * modules/verify: New file.
29562         * MODULES.html.sh (Diagnostics <assert.h>): New section,
29563         with "verify" module.
29564
29565 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29566
29567         Sync from coreutils.
29568
29569         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
29570         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
29571         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
29572         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
29573         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
29574         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
29575         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
29576         Don't bother checking for string.h, stdlib.h, unistd.h.
29577         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
29578         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
29579         module's job.
29580         * m4/jm-macros.m4 (gl_MACROS): Likewise.
29581         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
29582
29583         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
29584         (gl_GETDATE): Use it.
29585
29586         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
29587
29588 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29589
29590         Sync from coreutils.
29591
29592         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
29593         stat-time.h.
29594         * lib/argmatch.h: Include verify.h
29595         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
29596         (ARGMATCH_ASSERT): Remove; unused.
29597         * lib/canonicalize.c: Assume STDC_HEADERS.
29598         * lib/exclude.c: Include "strcase.h".
29599         * lib/regex_internal.h [!defined _LIBC]: Likewise.
29600         * lib/getusershell.c: Include stdio--.h rather than stdio.h
29601         and stdio-safer.h.
29602         (getusershell): Call fopen, not fopen_safer.
29603         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
29604         Do not include unistd-safer.h.
29605         (save_cwd): Don't call fd_safer; no longer needed
29606         now that we include fcntl--.h.
29607
29608         * lib/getdate.y (relative_time): New type.
29609         (RELATIVE_TIME_0): New constant.
29610         (parser_control): Use relative_time instead of doing it ourselves.
29611         (%union): Add new relative_time rel member.
29612         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
29613         Now typeless.
29614         (relunit, relunit_snumber): Now of type rel.
29615         (zone, rel, relunit, get_date): Adjust to above changes.
29616
29617         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
29618         Do not include unistd-safer.h.
29619         (getloadavg): Don't call fd_safer; no longer needed
29620         now that we include fcntl--.h.
29621
29622         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
29623         (make_dir_parents): Treat ENOSYS like EEXIST.
29624
29625         Improve quality of diagnostics on restore_cwd failure.
29626         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
29627         (make_dir_parents): Last arg is now int * (for errno), not bool *.
29628         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
29629         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
29630         each time through the loop.  Do not diagnose restore_cwd failure;
29631         that is the caller's job (and perhaps the caller does not care).
29632
29633         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
29634         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
29635         If the file already exists but is not a directory, don't bother
29636         to try to make its parents.
29637         Close potential file descriptor leak if we can't chdir("/") (!).
29638         Don't always return true if chdir($PWD) fails; return true only
29639         if the requested action was done successfully (except for the
29640         chdir($PWD)).
29641         Don't log final directory unless we actually made it.
29642         Refactor to avoid duplicate code to fix up permissions.
29643         Don't attempt to fix up parent permissions if chdir($PWD) fails.
29644
29645         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
29646         to make it a bit faster and (I hope) clearer.
29647         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
29648         Fix bug in formats like %2N.
29649
29650         * lib/verify.h: New file.
29651
29652 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29653
29654         Sync from coreutils.
29655         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
29656
29657 2005-09-22  Jim Meyering  <jim@meyering.net>
29658
29659         Sync from coreutils.
29660
29661         * m4/lstat.m4 (gl_FUNC_LSTAT):
29662         Use AC_LIBSOURCES to require lstat.c and lstat.h.
29663         Remove obsolete comment.
29664         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
29665         * m4/xstrtod.m4: Likewise.
29666
29667         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
29668
29669 2005-09-22  Jim Meyering  <jim@meyering.net>
29670
29671         Sync from coreutils.
29672
29673         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
29674
29675         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
29676         the .tm_year member, since otherwise gcc-4.0 would now warn about
29677         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
29678
29679         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
29680         order to avoid an unsuppressible warning from gcc on 64-bit systems.
29681
29682         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
29683         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
29684         when run in a time zone for which daylight savings time is in effect
29685         for the starting date.
29686
29687         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
29688         stop us from restricting permissions of just-created absolute-named
29689         directories.
29690         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
29691         to restore initial working directory.
29692         * lib/mkdir-p.c (make_dir_parents): New parameter:
29693         different_working_dir, to tell caller if/when we change the working
29694         directory and are unable to return to the initial one.
29695         * lib/mkdir-p.h (make_dir_parents): Update prototype.
29696         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
29697         `return false'.  This fixes a bug introduced on 2004-07-30.
29698
29699         * lib/openat.c (fdopendir): Be sure to close the supplied
29700         file descriptor before returning.  This makes our replacement
29701         implementation a little closer to Solaris's, where fdopendir
29702         ties the file descriptor to the returned DIR* pointer.
29703         * lib/openat.c (unlinkat): New function.
29704         * lib/openat.h (unlinkat): Add prototype.
29705         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
29706         (openat_restore_fail): Rename from openat_restore_die.
29707         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
29708
29709         Provide an alternative to exiting immediately upon save_cwd or
29710         restore_cwd failure.  Now, an application can arrange e.g.,
29711         to perform a longjump in that case.
29712         * lib/openat.c: Include dirname.h.
29713         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
29714         (rpl_openat, fdopendir, fstatat): Call openat_save_die
29715         and openat_restore_die rather than calling error directly.
29716         Don't include "error.h" or "exitfail.h"; they're no longer needed.
29717
29718         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
29719         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
29720         define.
29721
29722         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
29723         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
29724                             int utc, int nanoseconds);
29725         Background:
29726         date should not have to allocate a megabyte of virtual memory to
29727         handle a format argument like +%1048575T.  When implemented with
29728         strftime, it must allocate such a buffer, use strftime to fill it
29729         in, print it, then free it.
29730         With fprintftime, it simply prints everything and exits.
29731         With no need for memory allocation, that's one fewer way to fail.
29732         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
29733         optional field width, not before, so we accept %9:z, not %:9z.
29734         (my_strftime): Be sure to use L_('x') for literals.
29735
29736         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
29737         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
29738         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
29739         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
29740         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
29741         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
29742         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
29743         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
29744         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
29745         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
29746         * lib/xgethostname.c, lib/xreadlink.c:
29747         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
29748
29749         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
29750         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
29751         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
29752         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
29753         and don't include <sys/file.h>).
29754
29755 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
29756
29757         Sync from coreutils.
29758
29759         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
29760         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
29761         [!LDAV_DONE]: Avoid unused variable warning.
29762
29763 2005-09-21  Bruno Haible  <bruno@clisp.org>
29764
29765         * lib/unicodeio.h (unicode_to_mb): New declaration.
29766
29767 2005-09-20  Derek Price  <derek@ximbiot.com>
29768
29769         * lib/getaddrinfo.c: Don't include <netdb.h> included from
29770         getaddrinfo.h.
29771
29772 2005-09-20  Bruno Haible  <bruno@clisp.org>
29773
29774         * gnulib-tool: Remove trailing slashes from the values specified for
29775         --source-base, --m4-base, --tests-base, --aux-dir.
29776         Suggested by Simon Josefsson <jas@extundo.com>.
29777
29778 2005-09-20  Bruno Haible  <bruno@clisp.org>
29779
29780         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
29781         func_modules_to_filelist, func_import, func_create_testdir): Make all
29782         sorting results locale-independent, so that gnulib-cache.m4 doesn't
29783         change when gnulib-tool is invoked in a different locale.
29784
29785 2005-09-19  Simon Josefsson  <jas@extundo.com>
29786
29787         * m4/socklen.m4: Fix typo.
29788
29789 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29790
29791         Use a consistent style for including <config.h>.
29792         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
29793         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
29794         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
29795         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
29796         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
29797         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
29798         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
29799         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
29800         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
29801         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
29802         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
29803         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
29804         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
29805         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
29806         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
29807         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
29808         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
29809         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
29810         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
29811         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
29812         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
29813         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
29814         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
29815         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
29816         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
29817         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
29818         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
29819         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
29820         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
29821         lib/xstrtoumax.c, lib/yesno.c:
29822         Standardize inclusion of config.h.
29823         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
29824         lib/inttostr.h:  Removed inclusion of config.h from header files.
29825         * lib/inttostr.c:  Adjusted in-tree users.
29826         * lib/timespec.h: Remove superfluous warning to include config.h.
29827         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
29828         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
29829         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
29830         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
29831         config.h with HAVE_CONFIG_H.
29832
29833 2005-09-19  Jim Meyering  <jim@meyering.net>
29834
29835         * modules/pathmax (License): Change to LGPL.
29836
29837 2005-09-19  Derek Price  <derek@ximbiot.com>
29838
29839         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
29840
29841 2005-09-19  Bruno Haible  <bruno@clisp.org>
29842
29843         * gnulib-tool (import): Provide default for --tests-base.
29844
29845 2005-09-19  Bruno Haible  <bruno@clisp.org>
29846
29847         * doc/quote.texi: New file, extracted from gnulib.texi.
29848         * doc/ctime.texi: New file, extracted from gnulib.texi.
29849         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
29850         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
29851         * doc/gnulib.texi: Include them.
29852
29853 2005-09-18  Bruno Haible  <bruno@clisp.org>
29854
29855         Portability fix.
29856         * gnulib-tool (func_readlink): New function.
29857         (func_ln_if_changed): Use it.
29858
29859 2005-09-18  Bruno Haible  <bruno@clisp.org>
29860
29861         * gnulib-tool: Support --with-tests also with --import.
29862         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
29863         (func_import): Use variables $testsbase and $inctests. Emit a
29864         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
29865         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
29866         SUBDIRS += $testsdir.
29867         (func_create_testdir): Update.
29868
29869 2005-09-18  Bruno Haible  <bruno@clisp.org>
29870
29871         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
29872         instead of $dry_run.
29873         (func_cp_if_changed, func_mv_if_changed): Remove functions.
29874         (func_ln_if_changed): Don't handle dry-run here.
29875         (func_import): In dry-run mode, detect more precisely which actions
29876         would be performed, and don't use "...ing" verbs.
29877
29878 2005-09-18  Bruno Haible  <bruno@clisp.org>
29879
29880         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
29881         (func_import): Use join on two temporary files instead of three nested
29882         loops, in order to determine which files are new or old.
29883
29884 2005-09-18  Bruno Haible  <bruno@clisp.org>
29885
29886         * gnulib-tool (func_import): Comment out code that spits out the
29887         new files with --dry-run.
29888
29889 2005-09-18  Bruno Haible  <bruno@clisp.org>
29890
29891         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
29892
29893 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29894
29895         * lib/stat-time.h: New file.
29896         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
29897         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
29898         in a different way.
29899         (timespec_cmp): New function.
29900         * lib/utimecmp.c: Include stat-time.h.
29901         (SYSCALL_RESOLUTION): Depend on whether various struct stat
29902         members exist, not on the obsolescent ST_MTIM_NSEC.
29903         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
29904
29905 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29906
29907         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
29908
29909 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29910
29911         * MODULES.html.sh (File system functions): Add stat-time.
29912         * modules/stat-time: New file.
29913         * modules/timespec (Files): Remove m4/st_mtim.m4; this
29914         is now done in a different way, by the stat-time module.
29915         * modules/utimecmp (Depends-on): Add stat-time.
29916
29917 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29918
29919         * m4/st_mtim.m4: Remove.  Superseded by...
29920         * m4/stat-time.m4: New file.
29921         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
29922         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
29923
29924 2005-09-15  Derek Price  <derek@ximbiot.com>
29925
29926         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
29927
29928 2005-09-15  Derek Price  <derek@ximbiot.com>
29929
29930         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
29931         * lib/regex_internal.c: Ditto, using this...
29932         (__GNUC_PREREQ): ...new macro.
29933         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
29934         using...
29935         (__GNUC_PREREQ): ...this new macro.
29936
29937         * lib/strstr.h: Include string.h. Define strstr as a macro here.
29938
29939 2005-09-15  Derek Price  <derek@ximbiot.com>
29940             Paul Eggert  <eggert@cs.ucla.edu>
29941
29942         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
29943         changes, consolidating in...
29944         * lib/regex_internal.h: ...this file.
29945
29946 2005-09-13  Jim Meyering  <jim@meyering.net>
29947
29948         * lib/canon-host.c: Filter through gnu indent and reword comments
29949         slightly.
29950         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
29951
29952 2005-09-13  Derek Price  <derek@ximbiot.com>
29953
29954         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
29955         failure.
29956         Reported by Jim Meyering  <jim@meyering.net>.
29957
29958 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29959
29960         * lib/base64.c: Typo.
29961         (base64_encode): Put b64str in initialized data section.
29962
29963 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
29964
29965         Merge glibc and coreutils changes into gnulib, plus a few
29966         extra fixes.
29967         * lib/md5.c: Use #error rather than a string.
29968         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
29969         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
29970         (__attribute__): Define to empty for non recent-GCC.
29971         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
29972         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
29973         Renamed from their non-__ counterparts, with new macros replacing
29974         them if not _LIBC.  Add __THROW attribute.
29975         (rol): Remove.
29976         (struct md5_ctx): Align buffer if using GCC.
29977         * lib/sha1.h (struct sha1_ctx): Likewise.
29978         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
29979         The old name was backwards.
29980         (NOTSWAP): Remove; not used.
29981         (rol): New macro, moved here from md5.h.
29982         (sha1_process_block): Remove a FIXME that doesn't make sense.
29983
29984 2005-09-12  Derek Price  <derek@ximbiot.com>
29985
29986         Return usable errors from canon-host.
29987         * lib/canon-host.h: New file.
29988         * lib/canon-host.c (canon_host): Wrap...
29989         (canon_host_r): ...this new function, which now relies exclusively on
29990         getaddrinfo.
29991         (ch_strerror): New function.
29992         (last_cherror): New global.
29993         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
29994         interface.
29995         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
29996         void *.
29997         (freeaddrinfo): Free ai->ai_canonname when set.
29998
29999 2005-09-12  Derek Price  <derek@ximbiot.com>
30000
30001         Make canon-host require getaddrinfo.
30002         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30003         AC_LIBSOURCE canon-host.h.  Call...
30004         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30005         gl_GETADDRINFO.
30006         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30007
30008 2005-09-12  Derek Price  <derek@ximbiot.com>
30009
30010         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30011         LGPL.
30012         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30013
30014 2005-09-12  Derek Price  <derek@ximbiot.com>
30015
30016         * lib/gai_strerror.c: Include config.h when available.  Include
30017         getaddrinfo.h before other headers to test interface.
30018         Reported by Larry Jones <lawrence.jones@ugs.com>.
30019
30020 2005-09-12  Derek Price  <derek@ximbiot.com>
30021             Paul Eggert  <eggert@cs.ucla.edu>
30022
30023         * modules/glob (Files): Add glob-libc.h.
30024
30025 2005-09-12  Derek Price  <derek@ximbiot.com>
30026             Paul Eggert  <eggert@cs.ucla.edu>
30027
30028         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30029         glob_.h, glob-libc.h.
30030         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30031
30032 2005-09-12  Derek Price  <derek@ximbiot.com>
30033             Paul Eggert  <eggert@cs.ucla.edu>
30034
30035         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30036         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30037         protecting things that should be done only in gnulib contexts.
30038         * lib/glob_.h: New file, containing only the glob things needed for
30039         gnulib.
30040         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30041         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30042         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30043         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30044         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30045         and to respect the namespace rules better.
30046
30047 2005-09-08  Simon Josefsson  <jas@extundo.com>
30048
30049         * modules/socklen: New file.
30050
30051 2005-09-08  Simon Josefsson  <jas@extundo.com>
30052
30053         * m4/socklen.m4: New file.
30054
30055 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30056
30057         * modules/utimens (Files): Add m4/utimbuf.m4, since
30058         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30059         Reported by Sergey Poznyakoff.
30060
30061 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30062
30063         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30064         definitions, since that's the preferred style in glibc.
30065         Fix a minor spacing issue, and update copyright notice to match
30066         glibc's.
30067
30068 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30069
30070         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30071
30072 2005-09-06  Simon Josefsson  <jas@extundo.com>
30073
30074         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30075         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30076
30077 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30078
30079         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30080         warning.
30081
30082 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30083
30084         * config/srclist.txt: Add glibc bug 1302.
30085
30086 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30087
30088         Change bitset word type from unsigned int to unsigned long int,
30089         as this has better performance on typical 64-bit hosts.
30090         Port bitset code to hosts with unusual word sizes.
30091         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30092         (build_collating_symbol):
30093         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30094         argument is a bitset.  This is merely a style issue, but it makes
30095         it clearer that an entire array is expected.
30096         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30097         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30098         Port to the case where bitset_word is not the same as unsigned int.
30099         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30100         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30101         Likewise.
30102         * lib/regexec.c (check_dst_limits_calc_pos_1,
30103         check_subexp_matching_top):
30104         (build_trtable, group_nodes_into_DFAstates):
30105         Likewise.
30106         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30107         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30108         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30109         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30110         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30111         * lib/regcomp.c (optimize_subexps, lower_subexp):
30112         Work even if bitset_word has holes in its bitwise representation.
30113         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30114         * lib/regexec.c (check_dst_limits_calc_pos_1,
30115         check_subexp_matching_top):
30116         Likewise.
30117         * lib/regex_internal.c (re_string_reconstruct):
30118         Don't assume UCHAR_MAX == 255.
30119         * lib/regex_internal.h (bitset_set_all): Likewise.
30120         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30121         All uses changed.
30122         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30123         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30124         All uses changed.
30125         (BITSET_WORD_MAX): New macro.
30126         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30127         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30128         (bitset_empty, bitset_copy):
30129         Prefer sizeof (bitset) to multiplying it out ourselves.
30130         (bitset_not_merge): Remove; unused.
30131         (bitset_contain): Return bool, not unsigned int with one bit on.
30132         All callers changed.
30133         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30134         alignment than re_node_set; do this by defining a new internal
30135         type struct dests_alloc and using it to allocate memory.
30136
30137 2005-09-05  Bruno Haible  <bruno@clisp.org>
30138
30139         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30140         links.
30141
30142 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30143
30144         * modules/size_max (Makefile.am): Add size_max.h
30145
30146 2005-09-04  Derek Price  <derek@ximbiot.com>
30147
30148         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30149
30150 2005-09-03  Simon Josefsson  <jas@extundo.com>
30151
30152         * gnulib-tool: Fix typo.
30153
30154 2005-09-03  Simon Josefsson  <jas@extundo.com>
30155
30156         * config/srclist.txt: Add glibc bug 1293.
30157
30158 2005-09-03  Derek Price  <derek@ximbiot.com>
30159
30160         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30161         From Larry Jones <lawrence.jones@ugs.com>.
30162
30163 2005-09-02  Simon Josefsson  <jas@extundo.com>
30164
30165         * modules/socklen: New file.
30166
30167 2005-09-02  Simon Josefsson  <jas@extundo.com>
30168
30169         * modules/havelib: New module.
30170
30171         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30172         Use havelib.
30173
30174 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30175
30176         Check for arithmetic overflow when calculating sizes, to prevent
30177         some buffer-overflow issues.  These patches are conservative, in the
30178         sense that when I couldn't determine whether an overflow was possible,
30179         I inserted a run-time check.
30180         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
30181         macros.
30182         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
30183         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
30184         (re_xnrealloc, re_x2nrealloc): New inline functions.
30185         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
30186         parse_bracket_exp):
30187         (build_equiv_class, build_charclass): Check for arithmetic overflow
30188         in size expression calculations.
30189         * lib/regex_internal.c (re_string_realloc_buffers):
30190         (build_wcs_upper_buffer, re_node_set_add_intersect):
30191         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
30192         (re_dfa_add_node, register_state): Likewise.
30193         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
30194         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
30195         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
30196         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
30197
30198 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30199
30200         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30201         m4/ulonglong.m4.  Problem reported by Martin Lambers.
30202
30203 2005-09-02  Bruno Haible  <bruno@clisp.org>
30204
30205         Support for lib vs. lib64 distinction on biarch platforms.
30206         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
30207         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
30208         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
30209
30210 2005-09-02  Bruno Haible  <bruno@clisp.org>
30211
30212         * gnulib-tool (import): In the other first-use case, provide defaults
30213         as well.
30214
30215 2005-09-02  Bruno Haible  <bruno@clisp.org>
30216
30217         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
30218         patches not yet found in the latest gettext release.
30219
30220 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30221
30222         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
30223         to avoid a collision with bits/local_lim.h in glibc.
30224         All uses changed.  Problem reported by Dmitry V. Levin in
30225         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
30226
30227         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
30228         bugs in int versus size_t comparisons.
30229         (re_string_context_at): Fix bug where the code assumed that
30230         Idx is signed.
30231
30232         Use bool where appropriate.
30233         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
30234         All callers changed.
30235         (calc_eclosure_iter): Likewise, for ROOT arg.
30236         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
30237         (build_charclass_op): Likewise, for NON_MATCH arg.
30238         * lib/regex_internal.c (re_string_allocate, re_string_construct):
30239         (re_string_construct_common): Likewise, for ICASE arg.
30240         * lib/regexec.c (re_search_2_stub, re_search_stub):
30241         Likewise, for RET_LEN arg.
30242         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
30243         (set_regs): Likewise, for FL_BACKTRACK arg.
30244         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
30245         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
30246         (calc_eclosure_iter, parse_bracket_exp):
30247         Use bool for internal variables that are booleans.
30248         * lib/regexec.c (re_search_internal, check_matching,
30249         proceed_next_node):
30250         (set_regs, build_sifted_states, sift_states_bkref):
30251         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
30252         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30253         (find_collation_sequence_value):
30254         Likewise.
30255         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
30256         (re_node_set_compare):
30257         Return bool, not int. All callers changed.
30258         * lib/regexec.c (check_halt_node_context, check_dst_limits):
30259         (build_trtable, check_node_accept): Likewise.
30260         * lib/regex_internal.h: Include stdbool.h.
30261
30262         Fix bugs uncovered when converting to bool.
30263         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
30264         failure instead of charging ahead blindly.
30265         * lib/regex_internal.c (register_state): Likewise.
30266         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
30267         for freeing internal storage.
30268         (group_nodes_into_DFA_states): Use unsigned int, not int, for
30269         bitset pieces used as boolean, to avoid undefined behavior
30270         on hosts that do int overflow checking.
30271
30272 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30273
30274         * config/srclist.txt: Add glibc bugs 1285-1287.
30275
30276 2005-09-01  Jim Meyering  <jim@meyering.net>
30277
30278         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
30279         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
30280         Require gl_STAT_MACROS, too.
30281
30282 2005-09-01  Bruno Haible  <bruno@clisp.org>
30283
30284         * gnulib-tool (import): In the first-use case, provide defaults.
30285
30286 2005-09-01  Bruno Haible  <bruno@clisp.org>
30287
30288         * gnulib-tool (func_import): Remove the .tmp files.
30289
30290 2005-09-01  Bruno Haible  <bruno@clisp.org>
30291
30292         * gnulib-tool (func_import): Fix handling of symbolic links.
30293
30294 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30295
30296         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
30297         old glibc regex code mishandles strings longer than 2**31 bytes.
30298         This patch fixes this when the regex code is used in gnulib
30299         (i.e., outside glibc).
30300
30301         This patch should not affect the use of the regex code inside
30302         glibc.  No doubt this problem also needs to be handled for glibc
30303         as well, but the result will be an incompatible change to the
30304         glibc ABI, and the old ABI will have to be supported too.  That
30305         can be the the subject for another patch.
30306
30307         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
30308         governing whether the rest of this patch is active.  By default,
30309         the macro is disabled and the patch has no effect.
30310         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
30311         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
30312         (struct re_pattern_buffer, re_search, re_search_2, re_match):
30313         (re_match_2, re_set_registers): Use the new types.
30314         * lib/regex_internal.h (Idx, re_hashval_t): New types.
30315         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
30316         New macros.
30317         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
30318         (re_string_context_at, bin_tree_t, re_dfastate_t):
30319         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
30320         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
30321         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
30322         (re_string_char_size_at, re_string_wchar_at):
30323         (re_string_elem_size_at):
30324         Use the new types and macros to port to 64-bit hosts.
30325         Use unsigned types for internal values, so that the code
30326         mostly works even for arrays larger than SSIZE_MAX.
30327         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
30328         (search_duplicated_node, calc_eclosure_iter, fetch_number):
30329         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
30330         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
30331         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
30332         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
30333         (calc_inveclosure, parse_dup_op, build_range_exp):
30334         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
30335         (fetch_number, create_token_tree, mark_opt_subexp):
30336         Likewise.
30337         * lib/regex_internal.c (re_string_construct_common,
30338         create_ci_newstate):
30339         (create_cd_newstate, re_string_allocate, re_string_construct):
30340         (re_string_realloc_buffers, build_wcs_upper_buffer):
30341         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30342         (re_string_reconstruct, re_string_peek_byte_case):
30343         (re_string_fetch_byte_case, re_string_context_at):
30344         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30345         (re_node_set_init_copy, re_node_set_add_intersect):
30346         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30347         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30348         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30349         (re_acquire_state, re_acquire_state_context, register_state):
30350         Likewise.
30351         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
30352         search_cur_bkref_entry):
30353         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
30354         (re_search_internal, re_search_2_stub, re_search_stub)
30355         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
30356         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
30357         (update_cur_sifted_state, check_dst_limits):
30358         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30359         (check_subexp_limits, sift_states_bkref, merge_state_array):
30360         (check_subexp_matching_top, get_subexp, get_subexp_sub):
30361         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
30362         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30363         (expand_bkref_cache, check_node_accept_bytes):
30364         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
30365         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
30366         (acquire_init_state_context, check_halt_node_context):
30367         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
30368         (sift_states_backward, clean_state_log_if_needed):
30369         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
30370         (find_recover_state, transit_state_sb, transit_state_mb):
30371         (transit_state_bkref, build_trtable, match_ctx_clean):
30372         Likewise.
30373         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
30374         to work around an assumption that REG_MISSING is negative.
30375
30376         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
30377         (seek_collating_symbol_entry) [defined _LIBC]:
30378         (lookup_collation_sequence_value) [defined _LIBC]:
30379         (build_range_exp, build_collating_symbol) [defined _LIBC]:
30380         Use prototypes rather than old-style function definitions.
30381         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
30382         (transit_state_sb) [0]:
30383         (find_collation_sequence_value) [defined _LIBC]: Likewise.
30384
30385         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
30386         rm_eo.
30387
30388         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
30389         (optimize_subexps, lower_subexp):
30390         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
30391         since the signed shift might overflow.  Use 1u<<31 instead.
30392         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30393         Likewise.
30394         * lib/regexec.c (check_dst_limits_calc_pos_1,
30395         check_subexp_matching_top): Likewise.
30396
30397         * lib/regcomp.c (optimize_subexps, lower_subexp):
30398         Use CHAR_BIT rather than 8, for clarity.
30399         * lib/regexec.c (check_dst_limits_calc_pos_1):
30400         (check_subexp_matching_top): Likewise.
30401         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
30402         have to worry about portability issues when shifting it left.
30403         Remove no-longer-needed test for table_size > 0.
30404         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
30405         in a word, as the resulting behavior is undefined.
30406         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
30407         in one case, a <= should have been an <, and in another case the
30408         whole test was missing.
30409         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
30410         the standard name CHAR_BIT.
30411         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
30412         this is not true on one's complement and signed-magnitude hosts.
30413
30414         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
30415         next_last_offset.
30416         (struct re_dfa_t): Remove unused member states_alloc.
30417         * lib/regcomp.c (init_dfa): Don't initialize unused members.
30418
30419 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30420
30421         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
30422         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
30423         and large-file glibc and in 32-bit large-file Solaris.
30424
30425 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30426
30427         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
30428         lengths fit in regoff_t; this isn't true if regoff_t is the same
30429         width as size_t.
30430         * lib/regex.c (re_search_internal): 5th arg is LAST_START
30431         (= START + RANGE) instead of RANGE.  This avoids overflow
30432         problems when regoff_t is the same width as size_t.
30433         All callers changed.
30434         (re_search_2_stub): Check for overflow when adding the
30435         sizes of the two strings.
30436         (re_search_stub): Check for overflow when adding START
30437         to RANGE; if it occurs, substitute the extreme value.
30438
30439 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30440
30441         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
30442
30443 2005-08-31  Jim Meyering  <jim@meyering.net>
30444
30445         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
30446         a pointer-to-const.
30447         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
30448         (register_state): Likewise.
30449         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
30450         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30451         (group_nodes_into_DFAstates): Likewise.
30452
30453 2005-08-31  Jim Meyering  <jim@meyering.net>
30454
30455         * check-module: Add a FIXME comment.
30456
30457 2005-08-31  Eric Blake  <ebb9@byu.net>
30458
30459         * modules/unistd-safer (Files): Add unistd--.h.
30460         * modules/stdio-safer (Files): Add stdio--.h.
30461
30462 2005-08-31  Derek Price  <derek@ximbiot.com>
30463
30464         * lib/getdelim.c (getdelim): Return EOF on EOF.
30465         Reported by Larry Jones <lawrence.jones@ugs.com>.
30466
30467 2005-08-31  Bruno Haible  <bruno@clisp.org>
30468
30469         Avoid unnecessary diffs in the generated lib/Makefile.am.
30470         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
30471         the generated files.
30472         (func_import): Don't set cmd.
30473
30474 2005-08-31  Bruno Haible  <bruno@clisp.org>
30475
30476         * lib/strstr.c: Include <stddef.h>, for NULL.
30477         * lib/strcasestr.c: Likewise.
30478         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30479
30480 2005-08-31  Bruno Haible  <bruno@clisp.org>
30481
30482         * gnulib-tool: New option --macro-prefix.
30483         (func_import): Use macro_prefix.
30484         (import): Handle option --macro-prefix.
30485
30486 2005-08-31  Bruno Haible  <bruno@clisp.org>
30487
30488         * gnulib-tool (import): Rename most ac_* variables to cached_*.
30489         Also use new variables cached_lgpl, cached_libtool.
30490
30491 2005-08-31  Bruno Haible  <bruno@clisp.org>
30492
30493         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
30494         always instantiating them.
30495
30496 2005-08-31  Bruno Haible  <bruno@clisp.org>
30497
30498         * gnulib-tool (func_import): Read the previous cached settings
30499         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
30500         earlier added by gnulib but are now dropped. Warn when a gnulib file
30501         overwrites a non-gnulib file.
30502
30503 2005-08-31  Bruno Haible  <bruno@clisp.org>
30504
30505         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
30506         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
30507         projects that don't keep autogenerated files in CVS. Put into
30508         actioncmd only the specified modules, not the transitive closure.
30509
30510 2005-08-31  Bruno Haible  <bruno@clisp.org>
30511
30512         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
30513         Create directories that shall be filled.
30514         (import): Don't look for gl_* macros in configure.ac. Recurse across
30515         all directories containing a gnulib-cache.m4 files, if meaningful.
30516
30517 2005-08-31  Bruno Haible  <bruno@clisp.org>
30518
30519         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
30520         (import): Set seen_libtool when we see gl_LIBTOOL.
30521
30522 2005-08-31  Bruno Haible  <bruno@clisp.org>
30523
30524         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
30525         declaration macro definitions from generated gnulib.m4.
30526
30527 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
30528
30529         * lib/iconvme.h: Add prototype for iconv_alloc.
30530
30531 2005-08-29  Simon Josefsson  <jas@extundo.com>
30532
30533         * lib/iconvme.c: Fix errno.
30534
30535 2005-08-29  Bruno Haible  <bruno@clisp.org>
30536
30537         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
30538         that it works when the directory contains spaces.
30539
30540 2005-08-29  Bruno Haible  <bruno@clisp.org>
30541
30542         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
30543
30544 2005-08-29  Bruno Haible  <bruno@clisp.org>
30545
30546         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
30547         Emit more advice.
30548
30549 2005-08-29  Bruno Haible  <bruno@clisp.org>
30550         and Stepan Kasal  <kasal@ucw.cz>
30551
30552         * check-module: If more parameters are given, check each of them
30553         separately; add more exceptions, as noted by Jim Meyering.
30554         (check_module): New procedure.
30555         (%exempt_header): Now contains all exceptions.
30556
30557 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
30558
30559         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
30560
30561 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30562
30563         * lib/iconvme.c: Split iconv_string into iconv_alloc.
30564
30565 2005-08-28  Bruno Haible  <bruno@clisp.org>
30566
30567         * m4/gnulib-tool.m4: New file.
30568
30569 2005-08-27  Jim Meyering  <jim@meyering.net>
30570
30571         * modules/unistd-safer (Files): Add pipe-safer.c.
30572         * modules/fcntl-safer (Files): Add creat-safer.c.
30573
30574 2005-08-27  Jim Meyering  <jim@meyering.net>
30575
30576         * m4/stdlib-safer.m4: New file.  From coreutils.
30577         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
30578         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
30579         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
30580         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
30581         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
30582
30583 2005-08-27  Jim Meyering  <jim@meyering.net>
30584
30585         * lib/fopen-safer.c: Merge minor changes from coreutils.
30586         * lib/dup-safer.c: Likewise.
30587         * lib/fd-safer.c: Likewise.
30588
30589         Merge from coreutils.
30590         * lib/stdio--.h: New file.
30591         * lib/stdlib--.h: New file.
30592         * lib/mkstemp-safer.c: New file.
30593
30594         GNU tar needs these.
30595         * lib/pipe-safer.c: New file.
30596         * lib/creat-safer.c: New file.
30597         * lib/fcntl--.h (creat): Define to creat_safer.
30598         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
30599         * lib/unistd--.h (pipe): Define to pipe_safer.
30600         * lib/unistd-safer.h: Declare pipe_safer.
30601
30602 2005-08-26  Simon Josefsson  <jas@extundo.com>
30603
30604         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
30605         Haible <bruno@clisp.org>.
30606
30607 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
30608
30609         * lib/regex_internal.h: Remove all references to
30610         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
30611         or better.
30612         (bitset_not, bitset_merge, bitset_not_merge):
30613         (bitset_mask, re_string_allocate, re_string_construct):
30614         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
30615         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
30616         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
30617         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
30618         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30619         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30620         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
30621         (re_acquire_state_context):
30622         Remove unnecessary forward decls.
30623         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
30624         Put __attribute at function definition,
30625         now that the function decl has been removed.
30626         * lib/regex_internal.c (re_string_peek_byte_case):
30627         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
30628         Likewise.
30629
30630 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
30631
30632         * m4/regex.m4: Add AC_PREREQ(2.50).
30633         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
30634
30635 2005-08-25  Simon Josefsson  <jas@extundo.com>
30636
30637         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
30638         __fsetlocking.
30639
30640 2005-08-25  Simon Josefsson  <jas@extundo.com>
30641
30642         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
30643         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
30644         GLIBC specific code.
30645
30646 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30647
30648         Make regex safe for g++.  This fixes one real bug (an "err"
30649         that should have been "*err").  g++ problem reported by
30650         Sam Steingold.
30651         * lib/regex_internal.h (re_calloc): New macro, consistent with
30652         re_malloc etc.  All callers of calloc changed to use re_calloc.
30653         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
30654         not int.  All callers changed.
30655         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
30656         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
30657         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
30658         (find_recover_state): Change "err" to "*err"; this fixes what
30659         appears to be a real bug.
30660         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
30661         versus int.
30662
30663 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30664
30665         * modules/regex (Depends-on): Add malloc, since the code
30666         assumes that !malloc(0) means failure.
30667
30668 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30669
30670         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
30671
30672         alloca modernization/simplification for regex.
30673         * lib/regex.c: Remove portability cruft for alloca.  This no longer
30674         needs to be at the start of the file, and can be moved into
30675         regex_internal.h and simplified.
30676         * lib/regex_internal.h: Include <alloca.h>.
30677         (__libc_use_alloca) [!defined _LIBC]: New macro.
30678         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
30679         now works outside glibc.
30680
30681 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30682
30683         * config/srclist.txt: Add glibc bugs 1241, 1245.
30684
30685 2005-08-25  Jim Meyering  <jim@meyering.net>
30686
30687         * lib/open-safer.c: Include <config.h>.
30688         Otherwise, we'd lose LARGEFILE support in any file using
30689         e.g. "fcntl--.h"
30690
30691 2005-08-25  Bruno Haible  <bruno@clisp.org>
30692
30693         * m4/minmax.m4: Require autoconf 2.52.
30694         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
30695         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
30696         alternatives of translit over the alphabet.
30697         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
30698
30699 2005-08-24  Simon Josefsson  <jas@extundo.com>
30700
30701         * tests/test-getpass.c: New file.
30702
30703 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30704
30705         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
30706         for GNU regex features.
30707
30708 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30709
30710         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
30711         * lib/regex.h (regerror): Likewise.
30712
30713         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
30714         requires this.  (The code never needed it.)
30715
30716         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
30717         All uses of recently-renamed identifiers changed to use the new,
30718         POSIX-compliant names.  The code will build and run just fine
30719         without these changes, but it's better to eat our own dog food
30720         and use the standard-conforming names.
30721
30722         * lib/regex.h: Fix a multitude of POSIX name space violations.
30723         These changes have an effect only for programs that define
30724         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
30725         do not change anything for programs compiled in the normal way.
30726         Also, there is no effect on the ABI.
30727
30728         (_REGEX_SOURCE): New macro.
30729         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
30730         defined and _GNU_SOURCE is not; this fixes a name space violation.
30731
30732         Rename the following macros to obey POSIX requirements.
30733         The old names are still visible as macros if _REGEX_SOURCE is defined.
30734         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
30735         RE_BACKSLASH_ESCAPE_IN_LISTS.
30736         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
30737         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
30738         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
30739         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
30740         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
30741         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
30742         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
30743         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
30744         (REG_INTERVALS): renamed from RE_INTERVALS.
30745         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
30746         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
30747         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
30748         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
30749         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
30750         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
30751         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
30752         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
30753         RE_UNMATCHED_RIGHT_PAREN_ORD.
30754         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
30755         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
30756         (REG_DEBUG): renamed from RE_DEBUG.
30757         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
30758         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
30759         unusual, since we can't clash with the POSIX REG_ICASE.
30760         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
30761         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
30762         (REG_NO_SUB): renamed from RE_NO_SUB.
30763         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
30764         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
30765         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
30766         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
30767         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
30768         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
30769         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
30770         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
30771         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
30772         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
30773         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
30774         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
30775         RE_SYNTAX_POSIX_MINIMAL_BASIC.
30776         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
30777         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
30778         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
30779         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
30780         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
30781         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
30782         (REG_FIXED): Renamed from REGS_FIXED.
30783         (REG_NREGS): Renamed from RE_NREGS.
30784
30785         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
30786         of other REG_* macros, since POSIX says the user is allowed to
30787         #undef these macros selectively.
30788
30789         (reg_errcode_t): Update comment stating what other tables need
30790         to be consistent.
30791
30792         Rename the following enum values to obey POSIX requirements.
30793         The old names are still visible as macros.
30794         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
30795         is not defined, since GNU is supposed to be a superset of POSIX as
30796         much as possible, and since we want reg_errcode_t to be a signed
30797         type for implementation consistency.
30798         (_REG_NOERROR): Renamed from REG_NOERROR.
30799         (_REG_NOMATCH): Renamed from REG_NOMATCH.
30800         (_REG_BADPAT): Renamed from REG_BADPAT.
30801         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
30802         (_REG_ECTYPE): Renamed from REG_ECTYPE.
30803         (_REG_EESCAPE): Renamed from REG_EESCAPE.
30804         (_REG_ESUBREG): Renamed from REG_ESUBREG.
30805         (_REG_EBRACK): Renamed from REG_EBRACK.
30806         (_REG_EPAREN): Renamed from REG_EPAREN.
30807         (_REG_EBRACE): Renamed from REG_EBRACE.
30808         (_REG_BADBR): Renamed from REG_BADBR.
30809         (_REG_ERANGE): Renamed from REG_ERANGE.
30810         (_REG_ESPACE): Renamed from REG_ESPACE.
30811         (_REG_BADRPT): Renamed from REG_BADRPT.
30812         (_REG_EEND): Renamed from REG_EEND.
30813         (_REG_ESIZE): Renamed from REG_ESIZE.
30814         (_REG_ERPAREN): Renamed from REG_ERPAREN.
30815         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
30816         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
30817         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
30818         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
30819
30820         (_REG_RE_NAME, _REG_RM_NAME): New macros.
30821         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
30822         changed.  But support the old name if the new one is not defined
30823         and if _REGEX_SOURCE.
30824
30825         Change the following member names in struct re_pattern_buffer.
30826         The old names are still supported if !_REGEX_SOURCE.
30827         The new names are always supported, regardless of _REGEX_SOURCE.
30828         (re_buffer): Renamed from buffer.
30829         (re_allocated): Renamed from allocated.
30830         (re_used): Renamed from used.
30831         (re_syntax): Renamed from syntax.
30832         (re_fastmap): Renamed from fastmap.
30833         (re_translate): Renamed from translate.
30834         (re_can_be_null): Renamed from can_be_null.
30835         (re_regs_allocated): Renamed from regs_allocated.
30836         (re_fastmap_accurate): Renamed from fastmap_accurate.
30837         (re_no_sub): Renamed from no_sub.
30838         (re_not_bol): Renamed from not_bol.
30839         (re_not_eol): Renamed from not_eol.
30840         (re_newline_anchor): Renamed from newline_anchor.
30841
30842         Change the following member names in struct re_registers.
30843         The old names are still supported if !_REGEX_SOURCE.
30844         The new names are always supported, regardless of _REGEX_SOURCE.
30845         (rm_num_regs): Renamed from num_regs.
30846         (rm_start): Renamed from start.
30847         (rm_end): Renamed from end.
30848
30849         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
30850         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
30851         Prepend __ to parameter names.
30852
30853         Undo yesterday's changes.
30854
30855 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30856
30857         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
30858         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
30859         lib/regex.c.
30860
30861 2005-08-24  Jim Meyering  <jim@meyering.net>
30862
30863         Sync from coreutils.
30864         * m4/fcntl-safer.m4: New file.
30865
30866         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
30867         and object files for this module.
30868
30869 2005-08-24  Jim Meyering  <jim@meyering.net>
30870
30871         Sync from coreutils.
30872         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
30873
30874 2005-08-24  Jim Meyering  <jim@meyering.net>
30875
30876         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
30877         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
30878
30879 2005-08-24  Jim Meyering  <jim@meyering.net>
30880
30881         * modules/fcntl-safer: New module.
30882         * modules/fts (Depends-on): Add fcntl-safer.
30883         * MODULES.html.sh (File descriptor based Input/Output):
30884         Add fcntl-safer.
30885
30886 2005-08-24  Bruno Haible  <bruno@clisp.org>
30887
30888         Support for unit test modules.
30889         * modules/README: Mention tests modules.
30890         * modules/TEMPLATE-TESTS: New file.
30891         * gnulib-tool: New options --extract-tests-module, --with-tests and
30892         --tests-base (unused for the moment).
30893         (testsbase, inctests): New variables.
30894         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
30895         (func_verify_module): Exclude TEMPLATE-TESTS.
30896         (func_verify_nontests_module, func_verify_tests_module): New functions.
30897         (func_get_dependencies): Add implicit dependency for tests modules.
30898         (func_get_tests_module): New function.
30899         (func_modules_transitive_closure): When --with-tests was specified,
30900         include the unit tests as well, unless explicitly avoided.
30901         (func_emit_lib_Makefile_am): Ignore the tests modules here.
30902         (func_emit_tests_Makefile_am): New function.
30903         (func_create_testdir): When --with-tests was specified, emit a
30904         tests/ directory.
30905         * MODULES.html.sh (Future developments): Update.
30906
30907 2005-08-24  Bruno Haible  <bruno@clisp.org>
30908
30909         * modules/tls-tests: New file.
30910         * tests/test-tls.c: New file, from GNU gettext.
30911
30912 2005-08-24  Bruno Haible  <bruno@clisp.org>
30913
30914         * modules/lock-tests: New file.
30915         * tests/test-lock.c: New file, from GNU gettext.
30916
30917 2005-08-24  Bruno Haible  <bruno@clisp.org>
30918
30919         * lib/lock.h: Add multiple inclusion guard.
30920         * lib/tls.h: Add multiple inclusion guard.
30921
30922 2005-08-24  Bruno Haible  <bruno@clisp.org>
30923
30924         * gnulib-tool: Add support for the --aux-dir option to
30925         --create-testdir, --create-megatestdir, --test, --megatest.
30926         (func_create_testdir, func_create_megatestdir): Optionally emit a
30927         AC_CONFIG_AUX_DIR directive.
30928         (create-testdir, create-megatestdir, test, megatest): Provide a
30929         default value for $auxdir.
30930
30931 2005-08-24  Bruno Haible  <bruno@clisp.org>
30932
30933         * gnulib-tool (import): Use compound statement instead of subshell
30934         where possible.
30935
30936 2005-08-24  Bruno Haible  <bruno@clisp.org>
30937
30938         * gnulib-tool (import): Change --aux-dir default to "build-aux".
30939
30940 2005-08-24  Bruno Haible  <bruno@clisp.org>
30941
30942         * gnulib-tool (func_version): Update.
30943
30944 2005-08-24  Bruno Haible  <bruno@clisp.org>
30945
30946         * gnulib-tool (func_import, func_create_testdir,
30947         func_create_megatestdir): Quote all autoconf macro arguments.
30948
30949 2005-08-24  Bruno Haible  <bruno@clisp.org>
30950
30951         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
30952         option --force, because --force causes the aclocal.m4 of each
30953         subdirectory to be newer than the corresponding config.h.in.
30954
30955 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30956
30957         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
30958         All contents moved to gl_REGEX.
30959         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
30960         assume that it does.
30961
30962 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30963
30964         * lib/regex.h (REG_NOSYS)
30965         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
30966         Define, since POSIX requires it as of 2001.
30967         (_REG_ENOSYS)
30968         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
30969         New private symbol, used to keep the enum signed in all cases.
30970         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
30971         Youngman in
30972         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
30973
30974         * lib/regex_internal.c (re_string_skip_chars, register_state):
30975         (calc_state_hash):
30976         Remove forward decls; no longer needed now that we use prototypes.
30977         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
30978         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
30979         (clean_state_log_if_needed): Likewise.
30980
30981 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30982
30983         * config/srclist.txt: Add glibc bugs 1231-1233.
30984
30985 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30986
30987         Fix problems reported by Sam Steingold in
30988         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
30989         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
30990         assumed that reg_errcode_t is a signed type, which is not
30991         necessarily true if _XOPEN_SOURCE is not defined.
30992         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
30993         since some compilers warn about it otherwise.
30994
30995 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30996
30997         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
30998         (init_word_char, create_initial_state, duplicate_node_closure):
30999         (fetch_token, peek_token_bracket, build_range_exp):
31000         (build_collating_symbol): Remove forward decls; no longer needed
31001         now that we use prototypes.
31002
31003         * lib/regcomp.c:
31004         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31005         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31006         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31007         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31008         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31009         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31010         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31011         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31012         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31013         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31014         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31015         (build_charclass, build_charclass_op, fetch_number, create_tree):
31016         (create_token_tree, mark_opt_subexp, duplicate_tree):
31017         Use prototypes rather than old-style definitions.
31018
31019         * lib/regex_internal.c:
31020         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31021         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31022         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31023         (re_string_reconstruct, re_string_peek_byte_case):
31024         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31025         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31026         (re_node_set_init_copy, re_node_set_add_intersect):
31027         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31028         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31029         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31030         (re_acquire_state, re_acquire_state_context, register_state):
31031         (create_ci_newstate, create_cd_newstate, free_state):
31032         Likewise.
31033         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31034         re_search_2):
31035         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31036         (re_search_internal, prune_impossible_nodes):
31037         (acquire_init_state_context, check_matching, static):
31038         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31039         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31040         (update_regs, sift_states_backward, build_sifted_states):
31041         (clean_state_log_if_needed, merge_state_array):
31042         (update_cur_sifted_state, add_epsilon_src_nodes):
31043         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31044         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31045         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31046         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31047         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31048         (check_arrival, check_arrival_add_next_nodes):
31049         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31050         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31051         (check_node_accept_bytes, check_node_accept, extend_buffers):
31052         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31053         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31054         (sift_ctx_init):
31055         Likewise.
31056
31057         * lib/regex_internal.h:
31058         (re_string_allocate, re_string_construct, re_string_reconstruct):
31059         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31060         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31061         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31062         (re_string_context_at, re_string_peek_byte_case):
31063         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31064         is defined, since we now use prototypes always.
31065
31066         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31067         C89 or better.  All uses removed.
31068
31069 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31070
31071         * config/srclist.txt: Add glibc bugs 1220-1227.
31072
31073 2005-08-20  Jim Meyering  <jim@meyering.net>
31074
31075         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31076         of unused local, dfa.
31077
31078 2005-08-20  Bruno Haible  <bruno@clisp.org>
31079
31080         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31081
31082 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31083
31084         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31085         (re_node_set_insert_last, re_dfa_add_node):
31086         Rename local variables to avoid GCC shadowing warnings.
31087
31088 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31089
31090         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31091         [defined lint]: Suppress bogus uninitialized-variable warnings.
31092
31093         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31094         and let the caller return REG_ESPACE if out of space.  This
31095         removes an uninitialied-variable warning with GCC 4.0.1, and also
31096         avoids taking the address of a local variable.  All callers
31097         changed.
31098
31099 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31100
31101         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31102         $LIBCSRC/posix/regexec.c.
31103         Add glibc bug 1217 for regcomp.c.
31104
31105 2005-08-19  Jim Meyering  <jim@meyering.net>
31106
31107         * lib/regexec.c (proceed_next_node): Redo local variables to
31108         avoid GCC shadowing warnings.
31109
31110 2005-08-18  Bruno Haible  <bruno@clisp.org>
31111
31112         * lib/strstr.c (strstr): Fix return value in multibyte case.
31113         * lib/strcasestr.c (strcasestr): Likewise.
31114
31115 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31116
31117         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31118
31119 2005-08-17  Jim Meyering  <jim@meyering.net>
31120
31121         Make the %s format (seconds since the epoch) work for a negative
31122         number and when used with a zero-padded field width, e.g. %015s.
31123
31124         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31125         label so that it precedes the code to set `digits'.  Otherwise,
31126         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31127         print `00-22'.  Now, it prints `-0022', as it should.
31128
31129 2005-08-17  Bruno Haible  <bruno@clisp.org>
31130
31131         * modules/strstr (Files): Add m4/mbrtowc.m4.
31132         (Depends-on): Add mbuiter.
31133
31134 2005-08-17  Bruno Haible  <bruno@clisp.org>
31135
31136         * modules/strcasestr: New file.
31137         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31138         strcasestr.
31139
31140 2005-08-17  Bruno Haible  <bruno@clisp.org>
31141
31142         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31143
31144 2005-08-17  Bruno Haible  <bruno@clisp.org>
31145
31146         * modules/mbuiter: New file.
31147         * MODULES.html.sh (Extended multibyte and wide character utilities):
31148         Add mbuiter.
31149
31150 2005-08-17  Bruno Haible  <bruno@clisp.org>
31151
31152         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31153         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31154
31155 2005-08-17  Bruno Haible  <bruno@clisp.org>
31156
31157         * m4/strcasestr.m4: New file.
31158
31159 2005-08-17  Bruno Haible  <bruno@clisp.org>
31160
31161         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31162         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31163
31164 2005-08-17  Bruno Haible  <bruno@clisp.org>
31165
31166         * lib/strcasestr.h: New file.
31167         * lib/strcasestr.c: New file.
31168
31169 2005-08-17  Bruno Haible  <bruno@clisp.org>
31170
31171         * lib/strcasecmp.c: Use mbuiter.h.
31172
31173 2005-08-17  Bruno Haible  <bruno@clisp.org>
31174
31175         * lib/mbuiter.h: New file.
31176
31177 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31178
31179         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
31180         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
31181         and gl_GETOPT are both invoked via different paths (as happens
31182         with GNU tar CVS because it uses both argp and getopt), the former
31183         wins.
31184
31185 2005-08-16  Bruno Haible  <bruno@clisp.org>
31186
31187         * modules/tls: New file.
31188         * MODULES.html.sh (Multithreading): Add tls.
31189
31190 2005-08-16  Bruno Haible  <bruno@clisp.org>
31191
31192         * modules/strnlen1: New file.
31193         * MODULES.html.sh (String handling): Add strnlen1.
31194
31195 2005-08-16  Bruno Haible  <bruno@clisp.org>
31196
31197         * modules/strcase (Files): Add m4/mbrtowc.m4.
31198         (Depends-on): Add strnlen1, mbchar.
31199
31200 2005-08-16  Bruno Haible  <bruno@clisp.org>
31201
31202         * modules/mbiter: New file.
31203         * MODULES.html.sh (Extended multibyte and wide character utilities):
31204         Add mbiter.
31205
31206 2005-08-16  Bruno Haible  <bruno@clisp.org>
31207
31208         * modules/mbfile: New file.
31209         * MODULES.html.sh (Extended multibyte and wide character utilities):
31210         Add mbfile.
31211
31212 2005-08-16  Bruno Haible  <bruno@clisp.org>
31213
31214         * modules/mbchar: New file.
31215         * MODULES.html.sh (Extended multibyte and wide character utilities):
31216         New section.
31217
31218 2005-08-16  Bruno Haible  <bruno@clisp.org>
31219
31220         * m4/tls.m4: New file, from GNU gettext.
31221
31222 2005-08-16  Bruno Haible  <bruno@clisp.org>
31223
31224         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
31225         always.
31226         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
31227
31228 2005-08-16  Bruno Haible  <bruno@clisp.org>
31229
31230         * m4/mbiter.m4: New file.
31231
31232 2005-08-16  Bruno Haible  <bruno@clisp.org>
31233
31234         * m4/mbfile.m4: New file.
31235
31236 2005-08-16  Bruno Haible  <bruno@clisp.org>
31237
31238         * m4/mbchar.m4: New file.
31239
31240 2005-08-16  Bruno Haible  <bruno@clisp.org>
31241
31242         * lib/tls.h: New file, from GNU gettext.
31243         * lib/tls.c: New file, from GNU gettext.
31244
31245 2005-08-16  Bruno Haible  <bruno@clisp.org>
31246
31247         * lib/strnlen1.h: New file.
31248         * lib/strnlen1.c: New file.
31249
31250 2005-08-16  Bruno Haible  <bruno@clisp.org>
31251
31252         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
31253         (mbi_init): Update.
31254         (mbi_avail, mbi_advance): Let the iteration end before the terminating
31255         NUL byte, not after it.
31256
31257 2005-08-16  Bruno Haible  <bruno@clisp.org>
31258
31259         * lib/strcase.h (strcasecmp): Add note in comments.
31260         * lib/strncasecmp.c: Use code from strcasecmp.c.
31261         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
31262         (strcasecmp): Work correctly in multibyte locales.
31263
31264 2005-08-16  Bruno Haible  <bruno@clisp.org>
31265
31266         * lib/mbiter.h: New file.
31267
31268 2005-08-16  Bruno Haible  <bruno@clisp.org>
31269
31270         * lib/mbfile.h: New file.
31271
31272 2005-08-16  Bruno Haible  <bruno@clisp.org>
31273
31274         * lib/mbchar.h: New file.
31275         * lib/mbchar.c: New file.
31276
31277 2005-08-16  Bruno Haible  <bruno@clisp.org>
31278
31279         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
31280         the valid ones. Makes the comparison operations transitive:
31281         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
31282         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
31283
31284 2005-08-15  Simon Josefsson  <jas@extundo.com>
31285
31286         * modules/ssize_t (License): Change to 'unlimited'.
31287
31288         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
31289
31290 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31291
31292         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
31293         Add comments for each pending glibc patch.
31294
31295 2005-08-15  Bruno Haible  <bruno@clisp.org>
31296
31297         * lib/regex.h (__restrict_arr): Don't define to __restrict if
31298         __cplusplus is defined.
31299
31300 2005-08-14  Jim Meyering  <jim@meyering.net>
31301
31302         Sync from coreutils.
31303
31304         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
31305         Use the hash-table-based cycle-detection code not just when
31306         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
31307         Reported by James Youngman in
31308         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
31309         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
31310         FTS_TIGHT_CYCLE_CHECK.
31311         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
31312         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
31313         once again.
31314         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
31315         * lib/fts.c (fd_safer): Remove decl.
31316         Include fcntl--.h rather than unistd-safer.h
31317         (fts_safe_changedir): Don't call fd_safer; no longer needed
31318         now that we include fcntl--.h.
31319
31320 2005-08-12  Simon Josefsson  <jas@extundo.com>
31321
31322         * modules/getndelim2: Use ssize_t module.
31323         * modules/getnline: Likewise.
31324         * modules/safe-read: Likewise.
31325         * modules/xreadlink: Likewise.
31326
31327         * modules/ssize_t: New file.
31328
31329 2005-08-12  Simon Josefsson  <jas@extundo.com>
31330
31331         * m4/readline.m4: Look for termcap, curses or ncurses if required.
31332
31333 2005-08-12  Simon Josefsson  <jas@extundo.com>
31334
31335         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31336         ssize_t.
31337
31338 2005-08-12  Simon Josefsson  <jas@extundo.com>
31339
31340         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
31341         readline, getdelim and check_version.
31342         (Support for systems lacking ISO C 99: Sizes of integer types):
31343         Add size_max.
31344
31345 2005-08-12  Bruno Haible  <bruno@clisp.org>
31346
31347         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
31348
31349 2005-08-11  Simon Josefsson  <jas@extundo.com>
31350
31351         * modules/readline: New file.
31352
31353         * modules/strnlen (Files): Add strnlen.h.
31354
31355 2005-08-11  Simon Josefsson  <jas@extundo.com>
31356
31357         * m4/readline.m4: New file.
31358
31359 2005-08-11  Simon Josefsson  <jas@extundo.com>
31360
31361         * lib/readline.h, readline.c: New file.
31362
31363 2005-08-11  Simon Josefsson  <jas@extundo.com>
31364
31365         * doc/gnulib.texi (Initial import, Finishing touches): Mention
31366         gl_AVOID.
31367
31368 2005-08-11  Bruno Haible  <bruno@clisp.org>
31369
31370         * lib/strnlen.h (strnlen): Change parameter name to match comment.
31371
31372 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
31373
31374         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
31375
31376 2005-08-10  Simon Josefsson  <jas@extundo.com>
31377
31378         * tests/test-iconvme.c: New file.
31379
31380 2005-08-10  Simon Josefsson  <jas@extundo.com>
31381
31382         * m4/strnlen.m4: New file.
31383
31384         * m4/strndup.m4: Don't check for strnlen declaration, done in
31385         strnlen.m4.
31386
31387 2005-08-10  Simon Josefsson  <jas@extundo.com>
31388
31389         * lib/strndup.c: Use strnlen.h.
31390
31391         * lib/strnlen.h: New file.
31392
31393 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31394
31395         * README: Typos.
31396
31397 2005-08-02  Simon Josefsson  <jas@extundo.com>
31398
31399         * modules/readline: New file.
31400
31401 2005-08-02  Simon Josefsson  <jas@extundo.com>
31402
31403         * modules/getdelim: New file.
31404
31405         * modules/getline: Rewrite, don't use getndelim2.
31406
31407 2005-08-02  Simon Josefsson  <jas@extundo.com>
31408
31409         * m4/getline.m4: Separate out getdelim stuff into separate module.
31410
31411         * m4/getdelim.m4: New file.
31412
31413 2005-08-02  Simon Josefsson  <jas@extundo.com>
31414
31415         * lib/getline.h, getline.c: Rewrite.
31416
31417         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
31418
31419 2005-07-31  Bruno Haible  <bruno@clisp.org>
31420
31421         * lib/lock.h (gl_lock_initializer): New macro.
31422         (gl_lock_define_initialized): Use it.
31423         (gl_rwlock_initializer): New macro.
31424         (gl_rwlock_define_initialized): Use it.
31425         (gl_recursive_lock_initializer): New macro.
31426         (gl_recursive_lock_define_initialized): Use it.
31427
31428 2005-07-30  Karl Berry  <karl@gnu.org>
31429
31430         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
31431         Report from Ben Pfaff, regarding getopt.
31432
31433 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
31434
31435         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
31436         normal way.
31437         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
31438         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
31439         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
31440         (gl_GETOPT): Use the new macros.  Most of the implementation
31441         is moved to the new macros.  This is for programs like Emacs
31442         that don't want all the functionality of gl_GETOPT.
31443
31444 2005-07-26  Bruno Haible  <bruno@clisp.org>
31445
31446         * m4/lock.m4: Update from GNU gettext.
31447
31448 2005-07-26  Bruno Haible  <bruno@clisp.org>
31449
31450         * lib/lock.h: Update from GNU gettext.
31451         * lib/lock.c: Update from GNU gettext.
31452
31453 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
31454
31455         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
31456         obsolescent AC_TRY_RUN.  Include the default includes files, for
31457         'exit'.
31458
31459 2005-07-24  Bruno Haible  <bruno@clisp.org>
31460
31461         * modules/visibility: New file.
31462         * MODULES.html.sh (Misc): Add visibility.
31463
31464 2005-07-24  Bruno Haible  <bruno@clisp.org>
31465
31466         * m4/visibility.m4: New file.
31467
31468 2005-07-24  Bruno Haible  <bruno@clisp.org>
31469
31470         * doc/visibility.texi: New file.
31471
31472 2005-07-22  Bruno Haible  <bruno@clisp.org>
31473
31474         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
31475         $(ALLOCA_H), redundant through BUILT_SOURCES.
31476         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
31477         redundant through BUILT_SOURCES.
31478         * modules/byteswap (Makefile.am): Remove explicit dependency on
31479         $(BYTESWAP_H), redundant through BUILT_SOURCES.
31480         * modules/fnmatch (Makefile.am): Remove explicit dependency on
31481         $(FNMATCH_H), redundant through BUILT_SOURCES.
31482         * modules/getopt (Makefile.am): Remove explicit dependency on
31483         $(GETOPT_H), redundant through BUILT_SOURCES.
31484         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
31485         redundant through BUILT_SOURCES.
31486         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
31487         redundant through BUILT_SOURCES.
31488         * modules/stdbool (Makefile.am): Remove explicit dependency on
31489         $(STDBOOL_H), redundant through BUILT_SOURCES.
31490         * modules/stdint (Makefile.am): Remove explicit dependency on
31491         $(STDINT_H), redundant through BUILT_SOURCES.
31492         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
31493         Remove explicit dependency on $(SYSEXITS_H).
31494         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
31495
31496 2005-07-18  Simon Josefsson  <jas@extundo.com>
31497
31498         * lib/check-version.c (check_version): Accept identical versions too.
31499
31500 2005-07-18  Bruno Haible  <bruno@clisp.org>
31501
31502         * modules/lock: New file.
31503         * MODULES.html.sh (Multithreading): New section.
31504
31505 2005-07-18  Bruno Haible  <bruno@clisp.org>
31506
31507         * m4/lock.m4: New file, from GNU gettext.
31508
31509 2005-07-18  Bruno Haible  <bruno@clisp.org>
31510
31511         * lib/lock.h: New file, from GNU gettext.
31512         * lib/lock.c: New file, from GNU gettext.
31513
31514 2005-07-18  Bruno Haible  <bruno@clisp.org>
31515
31516         * lib/lock.h (gl_once_t): New type.
31517         (gl_once_define, gl_once): New macros.
31518         * lib/lock.c (fresh_once): New variable.
31519         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
31520         functions.
31521
31522 2005-07-16  Simon Josefsson  <jas@extundo.com>
31523
31524         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
31525         workaround, suggested by Bruno.
31526
31527 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
31528
31529         * modules/xalloc (Depends-on): Add xalloc-die.
31530         * modules/xvasprintf (Depends-on): Add xalloc-die.
31531
31532 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
31533
31534         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
31535         with a minor change.
31536
31537 2005-07-15  Bruno Haible  <bruno@clisp.org>
31538
31539         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
31540         When using lib/poll.c, define poll as rpl_poll.
31541
31542 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
31543
31544         * modules/argp (Depends-on): Remove unlocked-io.
31545
31546 2005-07-14  Derek Price  <derek@ximbiot.com>
31547
31548         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
31549         for glob symlink bug.
31550
31551 2005-07-14  Bruno Haible  <bruno@clisp.org>
31552
31553         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
31554         Instead, test for *_unlocked function declarations directly.
31555
31556 2005-07-11  Simon Josefsson  <jas@extundo.com>
31557
31558         * modules/size_max: New file.
31559
31560         * modules/xsize: Depend on size_max module for size_max.m4.
31561
31562 2005-07-11  Simon Josefsson  <jas@extundo.com>
31563
31564         * lib/size_max.h: New file.
31565
31566 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
31567
31568         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
31569         copyright symbol and the year.
31570         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
31571         (version_etc_va): Use parameterized copyright notice.
31572         Reword to conform to the current GNU coding standards.
31573
31574 2005-07-11  Karl Berry  <karl@gnu.org>
31575
31576         * doc/gnulib.texi (Quoting): new node.
31577         (Initial import): more info, from Patrice.
31578
31579 2005-07-11  Bruno Haible  <bruno@clisp.org>
31580
31581         * gnulib-tool (func_usage): Document option --avoid.
31582         (Command line options): Handle --avoid.
31583         (func_acceptable): New function.
31584         (func_modules_transitive_closure): Use it.
31585
31586 2005-07-11  Bruno Haible  <bruno@clisp.org>
31587
31588         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
31589         Reported by Jim Meyering.
31590
31591 2005-07-10  Bruno Haible  <bruno@clisp.org>
31592
31593         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
31594         Needed when size_t is smaller than 'unsigned int'.
31595         Reported by Paul Eggert.
31596
31597 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31598
31599         * modules/argp (Depends-on): Add unlocked-io
31600
31601 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31602
31603         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
31604         block of defines.
31605
31606 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
31607
31608         * config/srclist.txt: Comment out regcomp.c, since we have a porting
31609         fix now.
31610
31611 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
31612         and Paul Eggert  <eggert@cs.ucla.edu>
31613
31614         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
31615         in wint_t, not wchar_t.  Remove now-unnecessary cast.
31616
31617 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31618
31619         * modules/regex (Files): Add lib/regex_internal.c,
31620         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
31621         (Depends-on): Add extensions.
31622         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
31623
31624 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31625
31626         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
31627         pathconf.
31628         * m4/same.m4 (gl_SAME): Likewise.
31629         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
31630
31631         * m4/regex.m4: Adjust to new libc regex implementation.
31632         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
31633         all the .c and .h parts of (the new) regex.
31634         Quote the m4 stuff better.
31635         Check for RE_ICASE bug of old gnulib.
31636         Check for REG_STARTEND of recent libc.
31637         Rename local variables from jm_* to gl_*.
31638         Quote operand of "test -f".
31639         Say "recent enough" version of libc, not "version 2".
31640         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
31641         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
31642         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
31643         Remove check for btowc, isascii.
31644         Require AM_LANGINFO_CODESET.
31645
31646 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31647
31648         * lib/regex.c, regex.h: Sync from libc.
31649         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
31650         * lib/regexec.c:
31651         New files, synced from libc, except that regex_internal.h
31652         currently has a small porting fix.
31653
31654 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
31655
31656         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
31657         regex_internal.c, regexec.c.
31658         Add regex_internal.h too, but as a comment, since the libc version
31659         is currently broken in gnulib mode.
31660
31661 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31662
31663         Support programs like Emacs that use gnulib but not gettext.
31664         * MODULES.html.sh (Internationalization functions): Add gettext-h.
31665         * modules/gettext-h: New file.
31666         * modules/gettext (Files): Remove lib/gettext.h.
31667         (Depends-on): Add gettext-h.
31668         (Makefile.am): Remove lib_SOURCES.
31669         * modules/argmatch, modules/c-stack, modules/closeout:
31670         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
31671         * modules/execute, modules/file-type, modules/getaddrinfo:
31672         * modules/getopt, modules/human, modules/javacomp:
31673         * modules/javaexec, modules/mkdir-p, modules/obstack:
31674         * modules/openat, modules/pagealign_alloc, modules/pipe:
31675         * modules/quotearg, modules/regex, modules/rpmatch:
31676         * modules/unicodeio, modules/userspec, modules/version-etc:
31677         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
31678         * modules/xsetenv:
31679         Depend on gettext-h, not gettext.
31680
31681 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31682
31683         * gnulib-tool (func_import): Add support for 'public domain' license.
31684         * modules/alloca, modules/atexit, modules/memmove:
31685         Now public domain, not GPL.
31686         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
31687         * modules/realloc, modules/strerror, modules/strtod:
31688         Now LGPL, not GPL.
31689
31690 2005-07-05  Bruno Haible  <bruno@clisp.org>
31691
31692         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
31693         autoconf CVS. Needed for mingw.
31694
31695 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31696
31697         Remove the dependency of the strftime module on the tzset module.
31698         * modules/strftime (Depends-on): Remove dependency on tzset.
31699
31700 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31701
31702         Remove the dependency of the strftime module on the tzset module.
31703         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
31704         gl_FUNC_TZSET_CLOBBER.
31705
31706 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31707
31708         Remove the dependency of the strftime module on the tzset module.
31709         * lib/strftime.c (my_strftime)
31710         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
31711         Copy the input structure, to work around some of the bug with
31712         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
31713         Solaris releases, you should also use the tzset module, but we won't
31714         require it as a dependency any more since we don't want LGPLed code
31715         to depend on GPLed code.
31716
31717 2005-07-02  Jim Meyering  <jim@meyering.net>
31718
31719         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
31720         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
31721         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
31722         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
31723
31724 2005-07-02  Jim Meyering  <jim@meyering.net>
31725
31726         * lib/backupfile.c (backup_args): Change a `0' to NULL.
31727
31728 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31729
31730         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
31731         declares only 'struct timespec;' (!).
31732
31733 2005-07-01  Jim Meyering  <jim@meyering.net>
31734
31735         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
31736         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
31737         * lib/save-cwd.c, tempname.c:
31738         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31739         and don't include <sys/file.h>).
31740
31741 2005-06-29  Jim Meyering  <jim@meyering.net>
31742
31743         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
31744         type name.  Use the variable name instead.
31745         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
31746         Likewise.
31747
31748 2005-06-28  Simon Josefsson  <jas@extundo.com>
31749
31750         * modules/check-version (Files): Add check-version.m4.
31751
31752 2005-06-28  Simon Josefsson  <jas@extundo.com>
31753
31754         * m4/check-version.m4: New file, suggested by Jim Meyering
31755         <jim@meyering.net>.
31756
31757 2005-06-28  Simon Josefsson  <jas@extundo.com>
31758
31759         * lib/check-version.h, lib/check-version.c: New files.
31760
31761 2005-06-28  Simon Josefsson  <jas@extundo.com>
31762
31763         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
31764         collision with global variable.  Better indentation.  Don't
31765         increment buffer pointer beyond buffer end.  Based on comments
31766         from Paul Eggert <eggert@cs.ucla.edu>.
31767
31768         * lib/base64.h: Indent.
31769
31770 2005-06-28  Simon Josefsson  <jas@extundo.com>
31771
31772         * doc/gnulib.texi (Library version handling): New section.
31773
31774 2005-06-28  Jim Meyering  <jim@meyering.net>
31775
31776         * check-module (find_included_lib_files): Hard-code another
31777         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
31778         but modules/fts-lgpl (correctly) does not list those files.
31779
31780         * modules/canonicalize (Files): Add lib/pathmax.h.
31781
31782 2005-06-25  Simon Josefsson  <jas@extundo.com>
31783
31784         * modules/check-version: New file.
31785
31786 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
31787
31788         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
31789         initializer of struct addrinfo, as an indication that we don't
31790         care how many members the structure has.
31791
31792 2005-06-24  Derek Price  <derek@ximbiot.com>
31793         and Bruno Haible  <bruno@clisp.org>
31794
31795         Remove stat module & update lstat.
31796         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
31797         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31798         * m4/stat.m4: Remove this file.
31799
31800 2005-06-24  Derek Price  <derek@ximbiot.com>
31801         and Bruno Haible  <bruno@clisp.org>
31802
31803         Remove stat module & update lstat.
31804         * lib/stat.c: Remove this file...
31805         (slash_aware_lstat): ...moving this content and its support...
31806         * lib/lstat.c (rpl_lstat): ...into here.
31807         * lib/lstat.h: New file.
31808
31809 2005-06-24  Derek Price  <derek@ximbiot.com>
31810         and Bruno Haible  <bruno@clisp.org>
31811
31812         Remove stat module & update lstat.
31813         * config/srclist.txt (libc sources): Remove stat.
31814
31815 2005-06-24  Derek Price  <derek@ximbiot.com>
31816         and Bruno Haible  <bruno@clisp.org>
31817
31818         Remove stat module & update lstat.
31819         * MODULES.html.sh (stat): Remove.
31820         * MODULES.html: Regenerated.
31821         * modules/lstat (Description): Correct function name.
31822         (Files): Add "lstat.h".
31823         (Depends-on): Remove stat, add xalloc, stat-macros.
31824         * modules/stat: Remove this file.
31825         (Include): Add "lstat.h", remove <sys/stat.h>.
31826
31827 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31828
31829         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
31830         (ranged_convert): Don't save conversion in a temporary struct.
31831         This causes a warning with GCC 4.0.0, and anyway in the typical
31832         case it's not worth the extra 100 bytes or so of code.
31833         (ranged_convert, __mktime_internal): When calling a function via a
31834         pointer P, use P () rather than (*P) (), as we now assume C89 or
31835         better.
31836
31837 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31838
31839         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
31840         "who -r" failed to give output.  Problem reported by Tim Waugh.
31841
31842         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
31843         (xcalloc): Use it to avoid needless tests.
31844         Problem reported by Jim Meyering.
31845
31846 2005-06-20  Derek Price  <derek@ximbiot.com>
31847
31848         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
31849         unnecessary for Autoconfs > 2.59c.
31850
31851 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31852
31853         * lib/argp.h (__option_is_short): Check upper limit of
31854         __key. Isprint() requires its argument to have the value
31855         of an unsigned char or EOF.
31856
31857 2005-06-16  Jim Meyering  <jim@meyering.net>
31858
31859         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
31860         when either N or S is zero.
31861
31862 2005-06-16  Derek Price  <derek@ximbiot.com>
31863
31864         * m4/bison.m4: Declare YACC & YFLAGS precious.
31865
31866 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
31867
31868         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
31869         multibyte string or pattern, fall back on unibyte matching.
31870         Problem reported by James Youngman.
31871
31872 2005-06-08  Bruno Haible  <bruno@clisp.org>
31873
31874         * modules/csharpcomp: New file.
31875         * MODULES.html.sh (C#): Add csharpcomp.
31876
31877 2005-06-08  Bruno Haible  <bruno@clisp.org>
31878
31879         * m4/csharpcomp.m4: New file, from GNU gettext.
31880
31881 2005-06-08  Bruno Haible  <bruno@clisp.org>
31882
31883         * lib/csharpcomp.h: New file, from GNU gettext.
31884         * lib/csharpcomp.c: New file, from GNU gettext.
31885         * lib/csharpcomp.sh.in: New file, from GNU gettext.
31886
31887 2005-06-08  Bruno Haible  <bruno@clisp.org>
31888
31889         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
31890         warning on mingw.
31891
31892 2005-06-07  Derek Price  <derek@ximbiot.com>
31893
31894         Sync from CVS.
31895         * lib/glob_.h: Indent nested #ifdef.
31896
31897 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31898
31899         Sync from coreutils.
31900         Use "file name" when talking about file names, instead of "filename"
31901         or "path", as per the GNU coding standards.
31902         * lib/mkdir-p.c: Renamed from makepath.c.
31903         (make_dir_parents): Renamed from make_path.  All callers changed.
31904         * lib/mkdir-p.h: Likewise.  All includers changed.
31905         * lib/filenamecat.c: Renamed from path-concat.c.
31906         (file_name_concat): Renamed from path_concat.  All callers changed.
31907         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
31908         * lib/filenamecat.h: Likewise.  All includers changed.
31909         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
31910         in comments or local variable names.
31911         * lib/basename.c: Likewise.
31912         * lib/canonicalize.c, canonicalize.h: Likewise.
31913         * lib/dirname.c, dirname.h: Likewise.
31914         * lib/euidaccess.c: Likewise.
31915         * lib/exclude.c: Likewise
31916         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
31917         * lib/fsusage.c, fsuage.h: Likewise.
31918         * lib/fts.c, fts_.h: Likewise.
31919         * lib/getcwd.c: Likewise.
31920         * lib/getloadavg.c: Likewise.
31921         * lib/mkstemp.c: Likewise.
31922         * lib/mountlist.c, mountlist.h: Likewise.
31923         * lib/openat.c, openat.h: Likewise.
31924         * lib/readlink-stub.c: Likewise.
31925         * lib/readutmp.c, readutmp.h: Likewise.
31926         * lib/rename.c: Likewise.
31927         * lib/rmdir.c: Likewise.
31928         * lib/same.c: Likewise.
31929         * lib/savedir.c: Likewise.
31930         * lib/stripslash.c: Likewise.
31931         * lib/tempname.c: Likewise.
31932         * lib/xreadlink.c: Likewise.
31933         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
31934         All uses changed.
31935         * lib/exclude.h: Likewise.
31936
31937         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
31938         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31939         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
31940         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31941         * lib/pathmax.h: Include <limits.h> unconditionally, since other
31942         files have been getting away with it for years (MORE/BSD 4.3
31943         is extinct now).
31944         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
31945         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31946
31947         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
31948         Define to 256, not 255, as per modern POSIX.
31949
31950 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31951
31952         Sync from coreutils.
31953         Use "file name" when talking about file names, instead of "filename"
31954         or "path", as per the GNU coding standards.
31955         * MODULES.html.sh: mkdir-p renamed from makepath.
31956         filenamecat renamed from path-concat.
31957         * modules/filenamecat: Renamed from modules/path-concat.
31958         (Files): filenamecat.h and filenamecat.c renamed from
31959         path-concat.h and path-concat.c.
31960         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
31961         (Include): filenamecat.h, not path-concat.h.
31962         * modules/mkdir-p: Renamed from modules/makepath.
31963         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
31964         makepath.c.
31965         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
31966         (Include): mkdir-p.h, not makepath.h.
31967
31968 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31969
31970         Sync from coreutils.
31971         * m4/mkdir-p.m4: Renamed from makepath.m4.
31972         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
31973         Rename files from makepath.c to mkdir-p.c, and from
31974         makepath.h to mkdir-p.h.
31975         * m4/filenamecat.m4: Renamed from path-concat.m4.
31976         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
31977         Rename files from path-concat.c to filenamecat.c,
31978         and from path-concat.h to filenamecat.h.
31979         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
31980         "file name" in local variables or comments.
31981         * m4/rename.m4: Likewise.
31982
31983 2005-06-01  Bruno Haible  <bruno@clisp.org>
31984
31985         * modules/csharpexec: New file.
31986         * MODULES.html.sh (C#): New section.
31987
31988 2005-06-01  Bruno Haible  <bruno@clisp.org>
31989
31990         * m4/csharp.m4: New file, from GNU gettext.
31991         * m4/csharpexec.m4: New file, from GNU gettext.
31992
31993 2005-06-01  Bruno Haible  <bruno@clisp.org>
31994
31995         * lib/csharpexec.h: New file, from GNU gettext.
31996         * lib/csharpexec.c: New file, from GNU gettext.
31997         * lib/csharpexec.sh.in: New file, from GNU gettext.
31998
31999 2005-05-31  Derek Price  <derek@ximbiot.com>
32000             Paul Eggert  <eggert@cs.ucla.edu>
32001
32002         Sync from cvs.
32003         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32004
32005 2005-05-31  Derek Price  <derek@ximbiot.com>
32006             Paul Eggert  <eggert@cs.ucla.edu>
32007
32008         Sync from cvs.
32009         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32010
32011 2005-05-29  Derek Price  <derek@ximbiot.com>
32012
32013         * config/srclist.txt (glob_.h, glob.c): Add these files.
32014
32015 2005-05-29  Derek Price  <derek@ximbiot.com>
32016
32017         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32018         * modules/glob: New file.
32019         * modules/getlogin_r: Add link to POSIX spec in description.
32020
32021 2005-05-29  Derek Price  <derek@ximbiot.com>
32022             Paul Eggert  <eggert@cs.ucla.edu>
32023
32024         * m4/glob.m4: New file.
32025
32026 2005-05-29  Derek Price  <derek@ximbiot.com>
32027             Paul Eggert  <eggert@cs.ucla.edu>
32028
32029         * lib/glob_.h, lib/glob.c: New files.
32030
32031 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32032
32033         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32034         * modules/fts-lgpl (Depends-on): Remove gettext.
32035
32036 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32037
32038         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32039         and don't require gt_INTTYPES_PRI.
32040
32041 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32042
32043         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32044
32045         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32046         the configuration hassle isn't worth it.
32047         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32048         (LONGEST_MODIFIER, PRIuMAX): Remove.
32049
32050 2005-05-27  Bruno Haible  <bruno@clisp.org>
32051
32052         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32053
32054 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32055
32056         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32057         _POSIX_PTHREAD_SEMANTICS for Solaris.
32058
32059 2005-05-25  Derek Price  <derek@ximbiot.com>
32060
32061         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32062
32063 2005-05-25  Derek Price  <derek@ximbiot.com>
32064             Paul Eggert  <eggert@cs.ucla.edu>
32065
32066         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32067         * lib/getlogin_r.c, getlogin_r.h: New files.
32068
32069 2005-05-25  Bruno Haible  <bruno@clisp.org>
32070             Derek Price  <derek@ximbiot.com>
32071
32072         * lib/getlogin_r.h: Simplify API documentation.
32073
32074 2005-05-23  Derek Price  <derek@ximbiot.com>
32075
32076         * modules/minmax (Files): Add m4/minmax.m4.
32077         (configure.ac): Add gl_MINMAX.
32078
32079 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32080
32081         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32082         so that unistd-safer.h (GPL'ed code) need not be included.
32083
32084 2005-05-22  Bruno Haible  <bruno@clisp.org>
32085
32086         * m4/minmax.m4: New file.
32087         Based on a patch by Derek Price <derek@ximbiot.com>.
32088
32089 2005-05-22  Bruno Haible  <bruno@clisp.org>
32090
32091         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32092         (INT64_MIN): Fix definition.
32093         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32094
32095         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32096         NEED_SIGNED_INT_TYPES.
32097
32098         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32099         HAVE_SYSTEM_INTTYPES.
32100
32101 2005-05-22  Bruno Haible  <bruno@clisp.org>
32102
32103         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32104         Also include <sys/param.h> if it defines MIN, MAX.
32105         Based on a patch by Derek Price <derek@ximbiot.com>.
32106
32107 2005-05-21  Jim Meyering  <jim@meyering.net>
32108
32109         * modules/fts (Files): Add m4/inttypes-pri.m4.
32110         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32111
32112 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32113
32114         New fts module.
32115         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32116         (setup_dir, free_dir): New functions.
32117         (enter_dir, leave_dir): Define trivial
32118         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32119         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32120         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32121         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32122         Move to fts-cycle.c.
32123         (fts_open): Use setup_dir.
32124         (fts_close): Use free_dir.
32125         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32126         This adds a label and some gotos, but the alternatives were messier.
32127         Check for memory allocation failure when entering a dir.
32128         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32129         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32130         (FTS): New member fts_cycle, that is a union that contains the
32131         old active_dir_ht and cycle_state.  All uses changed to mention
32132         fts_cycle.ht and fts_cycle.state.
32133         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32134         fts.c, with the following changes:
32135         (setup_dir, free_dir): New functions.
32136         (enter_dir): Now returns bool.  Return true if successful, false
32137         if memory exhausted.  All callers changed.
32138         Do not bother partly cleaning up on
32139         memory allocation failure; that is free_dir's job.
32140         However, free ad if hash_insert fails, to avoid memory leak.
32141         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32142         fts->fts_options to see which union member to use.
32143
32144 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32145
32146         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32147         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32148
32149 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32150
32151         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32152
32153 2005-05-20  Jim Meyering  <jim@meyering.net>
32154
32155         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32156         Now a macro, to pacify GCC.
32157
32158 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32159
32160         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32161         of -1.
32162
32163 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32164
32165         * lib/chown.c (rpl_chown): Return -1 on failure.
32166
32167 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32168
32169         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32170         Don't check for stddef.h.
32171         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32172         don't use its results.
32173         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32174         since we include them unconditionally.  Don't require
32175         AM_STDBOOL_H, since stdbool is a prerequisite.
32176         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32177         since we assume C89 or better.
32178         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32179         as we don't use their results.
32180         Don't check for fchdir, memmove, memset, strrchr, as we use
32181         them unconditionally.
32182         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
32183         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
32184
32185 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32186
32187         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
32188         Include <stddef.h> unconditionally, since we assume C89 now.
32189         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
32190         * lib/fts.c: Include fts_.h first, to check interface.
32191         Do not include intprops.h; no longer needed.
32192         Include cycle-check.h and hash.h, since fts_.h no longer does.
32193         Remove unnecessary casts of closedir to void.
32194         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
32195         decide whether to decrement nlinks.
32196         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
32197         (FTS): Use struct hash_table * instead of Hash_table, so that
32198         we no longer need to include hash.h here.
32199
32200 2005-05-18  Jim Meyering  <jim@meyering.net>
32201
32202         * modules/dirfd (License): Change to LGPL.  Most of the code
32203         is already in the public domain.
32204
32205 2005-05-18  Jim Meyering  <jim@meyering.net>
32206
32207         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
32208         Reported by Yoann Vandoorselaere.
32209
32210 2005-05-17  Jim Meyering  <jim@meyering.net>
32211
32212         * m4/fts.m4: New file, from coreutils.
32213
32214 2005-05-17  Jim Meyering  <jim@meyering.net>
32215
32216         * lib/fts.c, lib/fts_.h: New files, from coreutils.
32217
32218 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32219
32220         Sync from coreutils.
32221         * m4/unlinkdir.m4: New file.
32222
32223 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32224
32225         Sync from coreutils.
32226         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
32227         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
32228         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
32229         White space changes only.
32230         * lib/makepath.c (make_path): Port to hosts where leading "//" is
32231         special.
32232         * lib/yesno.c: Include getline.h, not ctype.h.
32233         (yesno): Don't remove leading white space; POSIX doesn't allow it.
32234         Use getline to remove arbitrary restriction on response length.
32235
32236 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32237
32238         * config/srclist-update: Spell out "Street" in FSF postal
32239         mail address; this is the style the FSF seems to prefer.
32240
32241         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
32242         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
32243         this updates FSF postal mail address.
32244
32245         Sync from coreutils.
32246         * modules/unlinkdir: New file.
32247         * modules/yesno (Depends-on): Add getline.
32248         * MODULES.html.sh (File system functions): Add unlinkdir.
32249
32250 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32251
32252         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
32253         lib/strsep.h:
32254         Change the initial comment to refer to GPL, not LGPL.
32255         gnulib-tool will change it to LGPL as needed.
32256
32257         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
32258         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
32259         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
32260         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
32261         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
32262         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
32263         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
32264         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
32265         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
32266         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
32267         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
32268         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
32269         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
32270         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
32271         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
32272         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
32273         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
32274         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
32275         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
32276         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
32277         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
32278         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
32279         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
32280         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
32281         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
32282         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
32283         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
32284         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
32285         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
32286         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
32287         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
32288         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
32289         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
32290         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
32291         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
32292         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
32293         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
32294         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
32295         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
32296         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
32297         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
32298         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
32299         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
32300         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
32301         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
32302         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
32303         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
32304         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
32305         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
32306         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
32307         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32308         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
32309         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
32310         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
32311         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
32312         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
32313         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
32314         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
32315         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
32316         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
32317         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
32318         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
32319         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
32320         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
32321         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
32322         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
32323         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
32324         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
32325         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
32326         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
32327         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
32328         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
32329         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
32330         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
32331         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
32332         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
32333         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
32334         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
32335         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
32336         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
32337         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
32338         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
32339         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
32340         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
32341         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
32342         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
32343         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
32344         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
32345         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
32346         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
32347         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
32348         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
32349         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
32350         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
32351         lib/yesno.c, lib/yesno.h:
32352         Update FSF postal mail address.
32353
32354 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
32357         tests/test-memmem.c, tests/test-stpncpy.c:
32358         Update FSF postal mail address.
32359
32360 2005-05-13  Bruno Haible  <bruno@clisp.org>
32361
32362         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
32363         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
32364         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
32365         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
32366         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
32367         Add support for 64-bit integers in the MSVC compiler.
32368
32369 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32370
32371         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
32372
32373 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
32374
32375         * gnulib-tool (func_import): Sort and uniquify recommended includes.
32376
32377 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
32378
32379         * doc/getdate.texi (General date syntax): Don't say that date
32380         date --iso-8601=ns generates acceptable dates; it doesn't yet.
32381         Problem reported by Nic Ferrier.
32382
32383 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32384
32385         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
32386         specified in ai_socktype. Fix invalid ai_protocol
32387         check. ai_protocol is usually set to 0 or depending on
32388         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
32389         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
32390         ai_socktype / ai_protocol in the returned addrinfo structure.
32391
32392 2005-05-10  Simon Josefsson  <jas@extundo.com>
32393
32394         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
32395         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32396
32397 2005-05-10  Karl Berry  <karl@gnu.org>
32398
32399         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
32400         (from http://www.gnu.org/licenses).
32401         * doc/COPYING.LIB: also rename to COPYING.LESSER.
32402         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
32403         fdl.texi suffices.
32404
32405 2005-05-10  Karl Berry  <karl@gnu.org>
32406
32407         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
32408         (COPYING.DOC): remove.
32409
32410         * config/srclist-update: new FSF address.
32411
32412 2005-05-10  Derek Price  <derek@ximbiot.com>
32413
32414         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
32415         possible.
32416
32417 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32418             Bruno Haible  <bruno@clisp.org>
32419
32420         * modules/inet_ntop: New file.
32421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32422         inet_ntop.
32423
32424 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32425             Bruno Haible  <bruno@clisp.org>
32426
32427         * m4/inet_ntop.m4: New file.
32428
32429 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32430             Bruno Haible  <bruno@clisp.org>
32431
32432         * lib/inet_ntop.h: New file.
32433         * lib/inet_ntop.c: New file, from glibc with modifications.
32434
32435 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
32436
32437         * modules/time_r (License): Change to LGPL.
32438         * modules/extensions (License): Change to LGPL.  Actually,
32439         the license is more permissive than that, but currently gnulib-tool
32440         doesn't know how to handle more-permissive licenses.
32441
32442         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
32443         Problem reported by Dave Love.
32444
32445 2005-05-08  Jim Meyering  <jim@meyering.net>
32446
32447         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
32448         blank.
32449
32450 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32451
32452         * modules/argmatch (Depends-on): Add stdbool.
32453         * modules/backupfile (Depends-on): Likewise.
32454         * modules/chdir-long (Depends-on): Likewise.
32455         * modules/closeout (Depends-on): Likewise.
32456         * modules/cycle-check (Depends-on): Likewise.
32457         * modules/dirname (Depends-on): Likewise.
32458         * modules/fnmatch (Depends-on): Likewise.
32459         * modules/fsusage (Depends-on): Likewise.
32460         * modules/fwriteerror (Depends-on): Likewise.
32461         * modules/getcwd (Depends-on): Likewise.
32462         * modules/getloadavg (Depends-on): Likewise.
32463         * modules/hard-locale (Depends-on): Likewise.
32464         * modules/makepath (Depends-on): Likewise.
32465         * modules/mountlist (Depends-on): Likewise.
32466         * modules/nanosleep (Depends-on): Likewise.
32467         * modules/posixtm (Depends-on): Likewise.
32468         * modules/quotearg (Depends-on): Likewise.
32469         * modules/readtokens (Depends-on): Likewise.
32470         * modules/readtokens0 (Depends-on): Likewise.
32471         * modules/readutmp (Depends-on): Likewise.
32472         * modules/save-cwd (Depends-on): Likewise.
32473         * modules/strftime (Depends-on): Likewise.
32474         * modules/userspec (Depends-on): Likewise.
32475         * modules/utimecmp (Depends-on): Likewise.
32476         * modules/xgetcwd (Depends-on): Likewise.
32477         * modules/xnanosleep (Depends-on): Likewise.
32478         * modules/xstrtod (Depends-on): Likewise.
32479         * modules/yesno (Depends-on): Likewise.
32480
32481 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
32482
32483         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
32484         needless checks.
32485
32486 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32487
32488         Merge from coreutils.  Among other things,
32489         add bulletproofing for cases where stdin, stdout, or stderr are closed.
32490         * lib/fd-safer.c: New file.
32491         * lib/fcntl-safer.h, open-safer.c: Remove.
32492         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
32493         * lib/dup-safer.c: Include unistd-safer.h first.
32494         Don't include errno.h.
32495         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
32496         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
32497         * lib/file-type.c: Rely on file-type.h change.
32498         * lib/getloadavg.c: Include unistd-safer.h.
32499         (getloadavg): Use safer open.
32500         * lib/getusershell.c: Include "stdio-safer.h".
32501         (getusershell): Use safer fopen.
32502         * lib/long-options.c (long_options): Use NULL rather than 0.
32503         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
32504         'free'.
32505         * lib/modechange.c: Likewise.
32506         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
32507         (MODE_DONE): New constant.
32508         (struct mode_change): Remove 'next' member.
32509         (make_node_op_equals): New function; like the old one of the
32510         same name, except it allocates an array.
32511         (mode_compile, mode_create_from_ref): Use it.
32512         (mode_compile): Allocate result as an array, not a linked list.
32513         Parse octal string ourself, so that we catch mistakes like "+0".
32514         (mode_adjust): Arg is an array, not a linked list.
32515         * lib/modechange.c: Include stat-macros.h, xalloc.h.
32516         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
32517         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
32518         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
32519         Remove.  This is now stat-macros.h's job.
32520         (talloc): Remove.  All callers replaced by xalloc, so that
32521         our invokers don't have to worry about reporting memory failures.
32522         (make_node_op_equals): Remove.
32523         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
32524         New constants.
32525         (struct mode_change): Moved here from modechange.h.
32526         (mode_append_entry): Remove.
32527         (mode_compile): Remove MASKED_OPS arg, since it encouraged
32528         apps to have incorrect behavior.  Use simpler algorithm for head
32529         and tail.  Don't futz with umask; that's now the job of mode_adjust.
32530         Detect more invalid usages rather than having somewhat-random behavior.
32531         Don't insert an "a=" action, as that leads to incorrect behavior.
32532         (mode_compile, mode_create_from_ref): Return NULL on error instead
32533         of an enum, since now there's only one way to have an error.  All
32534         callers changed.
32535         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
32536         at the correct time.  Simplify calculation of "+u" and its ilk.
32537         Don't mishandle "+X".
32538         (mode_free): Remove "register" and localize decls.
32539         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
32540         (struct mode_change): Move to modechange.c; callers don't
32541         need to see this stuff.
32542         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
32543         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
32544         (mode_change, mode_adjust): Reflect the new signatures noted above.
32545         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
32546         that might redefine system include files.
32547         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
32548         (my_usleep): Use NULL rather than (void *) 0.
32549         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
32550         Use siginterrupt to specify that system calls should be interrupted.
32551         (rpl_nanosleep): Move initialization of suspended closer to call of
32552         my_usleep.
32553         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
32554         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
32555         (desirable_utmp_entry): New function.
32556         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
32557         using x2nrealloc, to simplify logic.
32558         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
32559         size calculation.  Do not assume utmp file is a regular file.
32560         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
32561         (READ_UTMP_CHECK_PIDS): New constant.
32562         * lib/save-cwd.c: Include unistd-safer.h.
32563         (save_cwd): Use fd_safer.
32564         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
32565         [!_LIBC] Include "stat-macros.h" instead.
32566         * lib/unistd-safer.h (fd_safer): New decl.
32567
32568 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32569
32570         * modules/getloadavg (Depends-on): Add unistd-safer.
32571         * modules/getusershell (Depends-on): Add stdio-safer.
32572         * modules/lstat (Depends-on): Remove xalloc.
32573         * modules/mkstemp (Depends-on): Add stat-macros.
32574         * modules/modechange (Depends-on): Remove xstrtol.
32575         Add stat-macros, xalloc.
32576         * modules/save-cwd (Depends-on): Add unistd-safer.
32577         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
32578         * modules/unistd-safer (Files): Add lib/fd-safer.c
32579         (Makefile.am): Remove lib_SOURCES.
32580
32581         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
32582         Remove fcntl-safer; unistd-safer supersedes it.
32583
32584 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32585
32586         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
32587         AC_HEADER_STAT.
32588         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
32589         (gl_PREREQ_CHOWN): Remove.
32590         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
32591         it.  Don't require AC_HEADER_STAT.
32592         (gl_PREREQ_LSTAT): Remove.
32593         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
32594         Don't require AC_HEADER_STAT.
32595         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
32596         (gl_PREREQ_RMDIR): Remove.
32597         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
32598         mention stat-macros.h or AC_HEADER_STAT, since we'll make
32599         the stat-macros module a prerequisite.
32600         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
32601         * m4/filemode.m4 (gl_FILEMODE): Likewise.
32602         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
32603         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
32604         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
32605         variable names.
32606         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
32607         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
32608         variable prefixes.
32609         * m4/fcntl-safer.m4: Remove.
32610         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
32611         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
32612         Invoke gl_PREREQ_FD_SAFER.
32613         (gl_PREREQ_FD_SAFER): New macro.
32614         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
32615         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
32616         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
32617         Remove duplicate call to AC_LIBOBJ(readutmp).
32618         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
32619
32620         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
32621         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
32622
32623 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32624
32625         * MODULES.html.sh (Misc): Add byteswap.
32626
32627 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32628
32629         * modules/getcwd (Depends-on): Add extensions.
32630         * modules/openat (Depends-on): Likewise.
32631
32632 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32633
32634         * modules/byteswap: New file.
32635
32636 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32637
32638         * m4/byteswap.m4: New file.
32639
32640 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
32641
32642         * lib/byteswap_.h: New file.
32643
32644 2005-04-25  Karl Berry  <karl@gnu.org>
32645
32646         * m4/gettext.m4: Update from GNU gettext 0.14.4.
32647
32648 2005-04-25  Albert Chin  <china@thewrittenword.com>
32649
32650         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
32651         Toolkit C bug.
32652
32653 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
32654
32655         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
32656         (func_ln_if_changed) Remove forcibly for no error message
32657         in case file does not exist.
32658
32659 2005-04-19  Simon Josefsson  <jas@extundo.com>
32660
32661         * gnulib-tool (Options): Make --symlink mean --symbolic.
32662
32663 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
32664
32665         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
32666
32667 2005-04-16  Simon Josefsson  <jas@extundo.com>
32668
32669         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
32670
32671 2005-04-15  Simon Josefsson  <jas@extundo.com>
32672
32673         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
32674
32675 2005-04-15  Simon Josefsson  <jas@extundo.com>
32676
32677         * gnulib-tool: Rename --symlink to --symbolic.
32678
32679 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
32680
32681         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
32682         symbolic links to files instead of copying/moving.  Add --aux-dir,
32683         specifying directory relative --dir where auxiliary build tools
32684         are placed.
32685
32686 2005-04-14  Bruno Haible  <bruno@clisp.org>
32687
32688         * modules/allocsa (License): Change to LGPL.
32689         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
32690
32691 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32692
32693         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
32694         that "UTC +1 second" continues to work.  Problem reported
32695         by Dmitry V. Levin.
32696         (relunit_snumber): New rule.
32697         (relunit): Use it.
32698
32699 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
32700
32701         * lib/getdate.y (universal_time_zone_table): New constant.
32702         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
32703         universal_time_zone_table.
32704         (lookup_zone): Prefer universal_time_zone_table to
32705         local_time_zone_table, so that "GMT" time stamps are allowed in
32706         London during the summer.  Problem reported by Ian Abbott.
32707
32708 2005-04-12  Jim Meyering  <jim@meyering.net>
32709
32710         * lib/human.c (humblock): Set *options even when returning due to
32711         xstrtoumax conversion failure.  Thanks to a used-uninitialized
32712         warning from gcc-4.
32713
32714 2005-04-09  Jim Meyering  <jim@meyering.net>
32715
32716         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
32717         -Wuninitialized: initialize tm0.tm_year.
32718
32719 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
32720
32721         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
32722         count, since there's no maximum.  All uses changed.
32723         Add member dsts_seen.
32724         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
32725         not being INT_MAX.
32726         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
32727         Use pc_rels_seen to decide whther a date is absolute.
32728
32729         * lib/getdate.y (number): Don't overwrite year.
32730         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
32731         check.
32732
32733 2005-04-02  Simon Josefsson  <jas@extundo.com>
32734
32735         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
32736         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
32737
32738 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
32739
32740         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
32741         where no absolute path name can be longer than PATH_MAX.
32742
32743 2005-03-27  Jim Meyering  <jim@meyering.net>
32744
32745         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
32746
32747 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
32748
32749         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
32750         "one's complement" -> "ones' complement" in comment, as per Knuth.
32751         "value of type" -> "type or expression" in comment.
32752         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
32753
32754 2005-03-26  Jim Meyering  <jim@meyering.net>
32755
32756         Comment nits.
32757         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
32758         Correct typos: s/or/of/.
32759
32760 2005-03-26  Jim Meyering  <jim@meyering.net>
32761
32762         * modules/check-include-files: Move to ../ and rename to...
32763         * check-module: ...this.
32764
32765 2005-03-25  Jim Meyering  <jim@meyering.net>
32766
32767         * modules/xvasprintf (Files): Add xalloc.h.
32768
32769 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32770
32771         * modules/gettext (Files): config/config.rpath ->
32772         build-aux/config.rpath
32773         * modules/iconv (Files): Likewise.
32774         Problem reported by Oskar Liljeblad.
32775
32776 2005-03-23  Jim Meyering  <jim@meyering.net>
32777
32778         * modules/check-include-files: New script to check for
32779         missing dependencies, multiple includes, etc.
32780
32781         * modules/c-strtold (Depends-on): Add xalloc.
32782         * modules/c-strtod (Depends-on): Add xalloc.
32783         * modules/hash (Depends-on): Add xalloc.
32784         (Files): Remove lib/xalloc.h.
32785
32786         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
32787         * modules/userspec (Files): Add lib/inttostr.h.
32788
32789 2005-03-23  Jim Meyering  <jim@meyering.net>
32790
32791         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
32792
32793 2005-03-22  Jim Meyering  <jim@meyering.net>
32794
32795         * modules/stat-macros: New module.
32796         * modules/canonicalize, modules/euidaccess, modules/file-type,
32797         * modules/filemode, modules/lchown, modules/makepath,
32798         * modules/rmdir, modules/stat: Depend on new stat-macros module
32799         rather than listing lib/stat-macros.h manually.
32800         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
32801
32802 2005-03-22  Jim Meyering  <jim@meyering.net>
32803
32804         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
32805
32806 2005-03-22  Bruno Haible  <bruno@clisp.org>
32807
32808         * config/srclist.txt: Replace target directory 'config' with
32809         'build-aux'.
32810         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
32811         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
32812         ../build-aux/.
32813
32814 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
32815
32816         * modules/chdir-long (Depends-on): Add mempcpy.
32817
32818         * modules/acl, modules/backupfile, modules/c-strtod,
32819         modules/c-strtold, modules/canon-host, modules/canonicalize,
32820         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
32821         modules/exclude, modules/exitfail, modules/file-type,
32822         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
32823         modules/getdate, modules/getline, modules/getpagesize,
32824         modules/getpass, modules/getugroups, modules/group-member,
32825         modules/hard-locale, modules/hash, modules/human, modules/idcache,
32826         modules/inttostr, modules/long-options, modules/makepath,
32827         modules/md5, modules/memcasecmp, modules/memcoll,
32828         modules/modechange, modules/mountlist, modules/path-concat,
32829         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
32830         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
32831         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
32832         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
32833         modules/strftime, modules/strndup, modules/strverscmp,
32834         modules/timespec, modules/unlocked-io, modules/userspec,
32835         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
32836         modules/yesno:
32837         Remove lib_SOURCES line from Makefile.am section, as this is now
32838         done automatically by the corresponding Autoconf macro.
32839
32840 2005-03-21  Jim Meyering  <jim@meyering.net>
32841
32842         Changes imported from coreutils.
32843
32844         * lib/cycle-check.c: Don't include xalloc.h.
32845
32846         * lib/path-concat.c: Don't include assert.h.
32847         (path_concat): Remove assertion that would have triggered
32848         for ABASE starting with more than one slash.
32849         Reported by Andreas Schwab.
32850
32851         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
32852         properly when ABASE is an absolute file name.
32853         Correct the description of this function.
32854         Include <assert.h>.
32855         Add an assertion and a test driver.
32856         This fixes a bug introduced on 2004-07-02.
32857         Andreas Schwab reported the resulting failure of cp --parents:
32858         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
32859
32860 2005-03-21  Jim Meyering  <jim@meyering.net>
32861
32862         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
32863         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
32864
32865 2005-03-21  Jim Meyering  <jim@meyering.net>
32866         and  Paul Eggert  <eggert@cs.ucla.edu>
32867
32868         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
32869         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
32870         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
32871         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
32872         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
32873         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
32874         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
32875         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
32876         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
32877         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
32878         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
32879         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
32880         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
32881         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
32882         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
32883         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
32884         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
32885         for these modules.
32886
32887 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
32888
32889         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
32890         (which shouldn't happen), generate nothing instead of returning 0
32891         immediately, so that nstrftime (NULL, ...) doesn't return 0.
32892
32893 2005-03-16  Bruno Haible  <bruno@clisp.org>
32894
32895         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
32896         HAVE_LONGLONG_64BIT.
32897
32898 2005-03-16  Bruno Haible  <bruno@clisp.org>
32899
32900         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
32901         HAVE_LONGLONG_64BIT.
32902
32903 2005-03-16  Bruno Haible  <bruno@clisp.org>
32904
32905         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
32906         HAVE_LONGLONG_64BIT.
32907
32908 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32909
32910         * lib/strftime.c (my_strftime): Prepend space to format so that we can
32911         reliably distinguish strftime failure from empty output on POSIX
32912         hosts.
32913
32914 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32915
32916         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
32917         (iconv_string): Don't guess a size-zero buffer, as that might cause
32918         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
32919         result would be 'too large', where 'too large' is (heuristically)
32920         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
32921         overflow concerns.  This will prevent some unwanted malloc failures
32922         when the inputs are very large.
32923
32924 2005-03-15  Karl Berry  <karl@gnu.org>
32925
32926         * config/srclist.txt (config.rpath): from gettext.
32927         * config/config.rpath: update.
32928
32929 2005-03-15  Bruno Haible  <bruno@clisp.org>
32930
32931         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
32932         to 'negate'.
32933
32934         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
32935         variable.
32936
32937         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
32938         results.
32939
32940 2005-03-14  Simon Josefsson  <jas@extundo.com>
32941
32942         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
32943         <fx@gnu.org>.
32944
32945 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
32946
32947         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
32948         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
32949         intprops.h.
32950         * lib/strtol.c: Likewise.
32951
32952 2005-03-14  Jim Meyering  <jim@meyering.net>
32953
32954         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
32955         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
32956         to be nonzero so that we (and caller) can detect the difference
32957         between a valid zero-length expansion and an error return, even
32958         when the underlying strftime fails before writing anything into
32959         that location.
32960
32961 2005-03-14  Bruno Haible  <bruno@clisp.org>
32962
32963         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
32964         Update from GNU gettext 0.14.3.
32965
32966 2005-03-10  Jim Meyering  <jim@meyering.net>
32967
32968         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
32969
32970 2005-03-10  Jim Meyering  <jim@meyering.net>
32971
32972         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
32973         so that this module works on systems without fchdir.
32974
32975 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
32976
32977         Factor int-properties macros into a single file, except for
32978         glibc-related files.
32979         * lib/intprops.h: New file.
32980         * lib/getloadavg.c: Include it instead of limits.h.
32981         (INT_STRLEN_BOUND): Remove.
32982         * lib/human.c: Include intprops.h.
32983         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
32984         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
32985         302/1000.
32986         * lib/inttostr.h: Include intprops.h instead of limits.h.
32987         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
32988         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
32989         for consistency with intprops.h.
32990         (time_t_is_integer, twos_complement_arithmetic): Use them.
32991         * lib/sig2str.h: Include <signal.h>, intprops.h.
32992         (INT_STRLEN_BOUND): Remove.
32993         * lib/strftime.c (TYPE_SIGNED): Remove.
32994         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
32995         * lib/strtol.c: Adjust comments to match intprops.h.
32996         * lib/userspec.c: Include intprops.h.
32997         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
32998         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
32999         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33000         instead of rolling our own expressions.
33001         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33002
33003         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33004         instead of int.
33005         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33006         the right thing even if adding 1900 would overflow.  Similarly
33007         for tm_mon + 1 and tm_yday + 1.
33008         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33009         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33010         (DO_SIGNED_NUMBER): New macro.
33011         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33012
33013 2005-03-07  Bruno Haible  <bruno@clisp.org>
33014
33015         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33016
33017 2005-03-07  Bruno Haible  <bruno@clisp.org>
33018
33019         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33020
33021 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33022
33023         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33024         (func_import): Only replace files via --import when they have actually
33025         changed.
33026
33027 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33028
33029         * m4/mmap-anon.m4: New file.
33030         * m4/pagealign_alloc.m4: New file.
33031
33032 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33033             Bruno Haible  <bruno@clisp.org>
33034
33035         * modules/pagealign_alloc: New file.
33036         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33037
33038 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33039             Bruno Haible  <bruno@clisp.org>
33040
33041         * lib/pagealign_alloc.h: New file.
33042         * lib/pagealign_alloc.c: New file.
33043
33044 2005-03-03  Bruno Haible  <bruno@clisp.org>
33045
33046         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33047         Use an all-permissive copyright notice, recommended by RMS.
33048
33049 2005-03-02  Bruno Haible  <bruno@clisp.org>
33050
33051         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33052         of AIX, the replacement has to be done only after <string.h> is
33053         included, therefore not in config.h. stpncpy.h does the replacement,
33054         and stpncpy.c uses it.
33055
33056 2005-03-02  Bruno Haible  <bruno@clisp.org>
33057
33058         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33059         stpncpy.c uses it.
33060
33061 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33062
33063         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33064         The workaround isn't strictly needed for POSIX conformance, and
33065         it's too much of a pain to configure and maintain.  We'll ask
33066         people to fix their kernels instead.
33067         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33068         (NANOSLEEP_BUG_WORKAROUND): Remove.
33069         (xnanosleep): Remove the workaround.
33070
33071 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33072
33073         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33074         Reported by Derek Price.
33075         (Include): Add "timespec.h".
33076
33077         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33078
33079 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33080
33081         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33082         to detect nanosleep bug.
33083
33084 2005-03-01  Bruno Haible  <bruno@clisp.org>
33085
33086         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33087
33088 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33089
33090         * modules/gethrxtime: New file.
33091         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33092         (Depends-on): Add gethrxtime.
33093         (configure.ac): Add gl_XNANOSLEEP.
33094         (Makefile.am): Remove lib_SOURCES line.
33095
33096 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33097
33098         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33099         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33100
33101 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33102
33103         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33104         * lib/timespec.h (gettime): Return void, since it always
33105         succeeds now.  All uses changed.
33106         * lib/gettime.c (gettime) Likewise.
33107         [HAVE_NANOTIME]: Prefer nanotime.
33108         Assume gettimeofday succeeds, as POSIX requires.
33109         Assime time () succeeds, since other code already does.
33110         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33111         (timespec_subtract): Remove.
33112         (NANOSLEEP_BUG_WORKAROUND): New constant.
33113         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33114         things considerably.  Use it only on GNU/Linux hosts, since the
33115         workaround shouldn't be needed elsewhere.
33116
33117 2005-02-24  Bruno Haible  <bruno@clisp.org>
33118
33119         * modules/gettext (Files): Add m4/glibc2.m4.
33120
33121 2005-02-24  Bruno Haible  <bruno@clisp.org>
33122
33123         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33124         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33125         * m4/progtest.m4:
33126         Update from GNU gettext 0.14.2.
33127         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33128
33129 2005-02-24  Bruno Haible  <bruno@clisp.org>
33130
33131         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33132         * lib/config.charset: Update from GNU gettext 0.14.2.
33133
33134 2005-02-24  Bruno Haible  <bruno@clisp.org>
33135
33136         * lib/gettext.h: Update from GNU gettext 0.14.2.
33137
33138 2005-02-23  Simon Josefsson  <jas@extundo.com>
33139
33140         * m4/iconvme.m4: New file.
33141
33142 2005-02-23  Jim Meyering  <jim@meyering.net>
33143
33144         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33145         change.
33146         Thanks to Bruno Haible for catching it.
33147
33148 2005-02-22  Simon Josefsson  <jas@extundo.com>
33149
33150         * modules/iconvme: New file.
33151
33152         * MODULES.html.sh: Add iconvme.
33153
33154 2005-02-22  Simon Josefsson  <jas@extundo.com>
33155
33156         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33157
33158 2005-02-22  Simon Josefsson  <jas@extundo.com>
33159
33160         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33161
33162 2005-02-22  Jim Meyering  <jim@meyering.net>
33163
33164         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33165         s/ifndef/ifdef/.
33166
33167 2005-02-20  Neil Conway  <neilc@samurai.com>
33168
33169         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33170         returned by OSX/Darwin if the specified buffer is not large
33171         enough for the hostname.
33172
33173 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33174
33175         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33176         pass it to _help, otherwise the latter coredumps trying to
33177         dereference state.root_argp.
33178
33179 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33180
33181         * modules/chdir-long (Depends-on): Add memrchr.
33182         * modules/memrchr (Files): Add lib/memrchr.h.
33183         (Include): "memrchr.h".
33184
33185 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33186
33187         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
33188
33189 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33190
33191         * lib/memrchr.h: New file.
33192         * lib/chdir-long.c: Include it.
33193         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
33194         Don't bother including stddef.h.
33195
33196 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33197
33198         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
33199         inclusion.
33200         Include <sys/types.h>, for dev_t.
33201         (ME_DUMMY, ME_REMOTE): Move from here....
33202         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
33203         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
33204         Dmitry V. Levin.
33205         Include mountlist.h first, to test the interface.
33206
33207 2005-01-29  Bruno Haible  <bruno@clisp.org>
33208
33209         * lib/progname.c (program_name): Initialize.
33210         Needed when linking statically on MacOS X.
33211
33212 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33213
33214         Sync from coreutils.
33215         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
33216         (Depends-on): Add c-strtod.
33217         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
33218
33219 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33220
33221         Sync from coreutils.
33222         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
33223
33224         Remove files that are specific to coreutils.
33225         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
33226
33227 2005-01-28  Bruno Haible  <bruno@clisp.org>
33228
33229         * modules/javacomp: New file.
33230         * MODULES.html.sh (Java): Add javacomp.
33231
33232 2005-01-28  Bruno Haible  <bruno@clisp.org>
33233
33234         * m4/javacomp.m4: New file, from GNU gettext.
33235
33236 2005-01-28  Bruno Haible  <bruno@clisp.org>
33237
33238         * lib/javacomp.sh.in: New file, from GNU gettext.
33239         * lib/javacomp.h: New file, from GNU gettext.
33240         * lib/javacomp.c: New file, from GNU gettext.
33241
33242 2005-01-26  Simon Josefsson  <jas@extundo.com>
33243
33244         * lib/gai_strerror.c: Use GPL in header.
33245
33246 2005-01-26  Bruno Haible  <bruno@clisp.org>
33247
33248         * modules/javaexec: New file.
33249         * MODULES.html.sh (Java): Add javaexec.
33250
33251 2005-01-26  Bruno Haible  <bruno@clisp.org>
33252
33253         * m4/javaexec.m4: New file, from GNU gettext.
33254
33255 2005-01-26  Bruno Haible  <bruno@clisp.org>
33256
33257         * lib/javaexec.sh.in: New file, from GNU gettext.
33258         * lib/javaexec.h: New file, from GNU gettext.
33259         * lib/javaexec.c: New file, from GNU gettext.
33260
33261 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33262
33263         * modules/lchown (Depends-on): Remove lchown.h
33264
33265 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33266
33267         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
33268         must be defined if the header file was not found, in order
33269         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
33270
33271 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33272
33273         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
33274         initializers for struct pentry_state.
33275         (__argp_error): Check return value of __asprintf
33276         (__argp_failure): Translate error message
33277
33278         * lib/argp-parse.c: Removed braces around the expansion of N_()
33279
33280 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33281
33282         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
33283         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
33284         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
33285         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
33286         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
33287         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
33288         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
33289         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
33290         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
33291         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
33292         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
33293         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
33294         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
33295         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
33296         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
33297         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
33298         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
33299         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
33300         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
33301         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
33302         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
33303         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
33304         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
33305         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
33306         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
33307         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
33308         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
33309         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
33310         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
33311         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
33312         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
33313         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
33314         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
33315         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
33316         xstrtol.m4, xstrtoumax.m4, yesno.m4:
33317         Use an all-permissive copyright notice, recommended by RMS.
33318
33319 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
33320
33321         * modules/chdir-long (Depends-on): Remove mempcpy.
33322
33323 2005-01-21  Jim Meyering  <jim@meyering.net>
33324
33325         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
33326         same value as for Solaris 9.
33327
33328         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
33329         component length.  This included changing the parameter to be
33330         of type `char *' rather than `char const *'.
33331         * lib/chdir-long.h (chdir_long): Update prototype.
33332
33333         * lib/openat.c (fdopendir, fstatat): New functions.
33334         * lib/openat.h: Include headers required for use of DIR and struct
33335         stat.
33336         [AT_SYMLINK_NOFOLLOW]: Define.
33337         (fdopendir, fstatat): Add prototypes.
33338
33339 2005-01-21  Bruno Haible  <bruno@clisp.org>
33340
33341         * modules/classpath: New file.
33342         * MODULES.html.sh (Java): Add classpath.
33343
33344 2005-01-21  Bruno Haible  <bruno@clisp.org>
33345
33346         * lib/classpath.h: New file, from GNU gettext.
33347         * lib/classpath.c: New file, from GNU gettext.
33348
33349 2005-01-20  Simon Josefsson  <jas@extundo.com>
33350
33351         * modules/version-etc-fsf: New file.
33352
33353 2005-01-20  Simon Josefsson  <jas@extundo.com>
33354
33355         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
33356         * lib/version-etc.c: Remove version_etc_copyright.
33357         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
33358         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
33359
33360 2005-01-20  Simon Josefsson  <jas@extundo.com>
33361
33362         * lib/base64.h (isbase64): Add.
33363
33364         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
33365         using a unsigned prototype, don't inline.
33366         (base64_decode): Use it.
33367
33368 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33369
33370         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
33371         it.
33372
33373 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33374
33375         * lib/save-cwd.c (save_cwd): Remove code to support the case
33376         where fchdir is missing or flaky.
33377
33378 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33379
33380         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
33381
33382 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33383
33384         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
33385         AC_LIBSOURCES now does this.
33386         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
33387         with new ullong_max module.
33388
33389 2005-01-19  Bruno Haible  <bruno@clisp.org>
33390
33391         * modules/sh-quote: New file.
33392         * MODULES.html.sh (Executing programs): Add sh-quote.
33393
33394 2005-01-19  Bruno Haible  <bruno@clisp.org>
33395
33396         * lib/sh-quote.h: New file, from GNU gettext.
33397         * lib/sh-quote.c: New file, from GNU gettext.
33398
33399 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33400
33401         Merge from coreutils.
33402         * m4/ullong_max.m4: New file.
33403         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
33404         (gl_MACROS): Assume localeconv exists.
33405
33406 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33407
33408         Merge changes from coreutils, as described below in several
33409         changelogs dated today.
33410
33411         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
33412         (O_DIRECTORY): Remove; not needed here, since "." must be
33413         a directory.  All uses removed.
33414         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
33415         universal on Suns, and we also need to test for IRIX.
33416         Revamp code to use 'if' rather than '#if'.
33417         Avoid unnecessary comparison of cwd->desc to 0.
33418
33419         * lib/utimens.c (futimens): Robustify the previous patch, by checking
33420         for known valid error numbers rather than observed invalid ones.
33421
33422 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33423
33424         * modules/ullong_max: New file.
33425
33426         * modules/chdir-long, modules/openat: New files.
33427         * modules/save-cwd (Depends-on): Depend on chdir-long.
33428         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
33429
33430 2005-01-18  Jim Meyering  <jim@meyering.net>
33431
33432         Merge from coreutils.
33433         * m4/chdir-long.m4, m4/openat.m4: New files.
33434         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
33435         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
33436         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
33437         is sane and DOES follow symlinks.  Besides, testing 20 different
33438         systems found no broken chown implementations.
33439         Prompted by a change in rsync's copy of this macro.
33440         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
33441
33442         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
33443
33444         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
33445         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
33446         NULL-means-set-to-current-time semantics.
33447         Remove temporary file immediately, rather than waiting
33448         for configure's at-exit trap code to do it.
33449
33450 2005-01-18  Jim Meyering  <jim@meyering.net>
33451
33452         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33453
33454         * lib/utimens.c (futimens): Account for the fact that futimes
33455         can also fail with errno == ENOSYS or errno == ENOENT.
33456         Patch from Dmitry V. Levin.
33457
33458         Change the name of the robust chdir function from chdir to chdir_long.
33459         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
33460         (restore_cwd): Use chdir_long, not chdir.
33461         * lib/chdir-long.c: Renamed from chdir.c.
33462         * lib/chdir-long.h: Renamed from chdir.h.
33463         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
33464         Hurd.
33465
33466 2005-01-18  Bruno Haible  <bruno@clisp.org>
33467
33468         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
33469         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
33470         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
33471         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
33472         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
33473         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
33474         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
33475         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
33476         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
33477         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
33478         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
33479         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
33480         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
33481         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
33482         Use an all-permissive copyright notice, recommended by RMS.
33483
33484 2005-01-18  Bob Proulx  <bob@proulx.com>
33485
33486         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
33487         simplify offsetof() macro construct to avoid compile failure with
33488         native HP-UX 11.0 ANSI C compiler.
33489
33490 2005-01-17  Bruno Haible  <bruno@clisp.org>
33491
33492         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
33493         redundant because stpncpy.m4 takes care of it.
33494
33495 2005-01-17  Bruno Haible  <bruno@clisp.org>
33496
33497         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
33498
33499 2005-01-17  Bruno Haible  <bruno@clisp.org>
33500
33501         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
33502         used.
33503
33504 2005-01-17  Bruno Haible  <bruno@clisp.org>
33505
33506         * lib/fwriteerror.h (fwriteerror): Change specification to include
33507         fclose.
33508         * lib/fwriteerror.c: Include <stdbool.h>.
33509         (fwriteerror): At the end, close the file stream. Record whether
33510         stdout was already closed.
33511
33512 2005-01-17  Bruno Haible  <bruno@clisp.org>
33513
33514         * lib/execute.c (environ): Declare if needed.
33515         * lib/pipe.c (environ): Likewise.
33516         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
33517
33518 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33519
33520         * modules/argp: Depend on vsnprintf
33521
33522 2005-01-10  Jim Meyering  <jim@meyering.net>
33523
33524         * modules/closeout (Depends-on): Add atexit.
33525
33526 2005-01-06  Bruno Haible  <bruno@clisp.org>
33527
33528         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
33529
33530 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33531
33532         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
33533         definitions to be after all include files, to avoid collisions.
33534         Problem reported by Bob Proulx.
33535
33536 2005-01-04  Jim Meyering  <jim@meyering.net>
33537
33538         Changes imported from coreutils.
33539         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
33540         as the mkstemp template, use a temporary directory and an
33541         8.3-friendly template to avoid trouble on systems like DJGPP.
33542         Reported by Juan M. Guerrero via Stepan Kasal.
33543         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
33544         close. Remove the temporary directory right away, rather than waiting
33545         for configure's at-exit trap code to do it.
33546         Suggestion from Stepan Kasal.
33547
33548 2005-01-01  Simon Josefsson  <jas@extundo.com>
33549
33550         * gnulib-tool: Print #include directives when --import'ing.
33551
33552 2004-12-28  Simon Josefsson  <jas@extundo.com>
33553
33554         * tests/test-base64.c: Include required header files.  Remove
33555         unused variables.
33556
33557 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33558
33559         * modules/error (Depends-on): Remove gettext.
33560
33561 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33562
33563         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
33564         not needed.  This removes a dependency on the gettext module.
33565         [defined _LIBC]: Do not include <libintl.h>; not needed.
33566
33567 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
33568
33569         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
33570         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
33571
33572 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
33573
33574         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
33575         HAVE_DECL_STRTOLD.
33576
33577 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33578
33579         * modules/getdate (Depends-on): Remove alloca-opt.
33580
33581 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33582
33583         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
33584
33585 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33586
33587         * lib/argp-parse.c: Include <stddef.h>.
33588         (alignof, alignto): New macros.
33589         (parser_init): Don't assume that void * is aligned sufficiently
33590         for struct option.
33591
33592         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
33593         need to extend the stack.
33594         (YYINITDEPTH): New macro, so that the initial stack isn't overly
33595         large.
33596
33597 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33598
33599         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
33600
33601 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
33602
33603         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
33604         (2004-10-24) change.  Apparently this was a false alarm.
33605
33606         * modules/getdate: Depend on alloca-opt, not alloca.
33607
33608 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
33609
33610         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
33611         Remove now-obsolete comment about AIX.
33612         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
33613         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
33614         (YYMAXDEPTH): New macro.
33615
33616 2004-12-18  Simon Josefsson  <jas@extundo.com>
33617
33618         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
33619
33620 2004-12-18  Bruno Haible  <bruno@clisp.org>
33621
33622         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
33623
33624 2004-12-18  Bruno Haible  <bruno@clisp.org>
33625
33626         * lib/fatal-signal.c (fatal_signals): Make non-const.
33627         (init_fatal_signals): New function.
33628         (uninstall_handlers, install_handlers): Ignore signals that were set to
33629         SIG_IGN.
33630         (at_fatal_signal): Call init_fatal_signals.
33631         (init_fatal_signal_set): Likewise. Ignore signals that were set to
33632         SIG_IGN.
33633         Reported by Paul Eggert.
33634
33635 2004-12-18  Bruno Haible  <bruno@clisp.org>
33636
33637         * doc/alloca.texi: New file.
33638         * doc/alloca-opt.texi: New file.
33639
33640 2004-12-17  Jim Meyering  <jim@meyering.net>
33641
33642         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
33643         Otherwise, install-sh could exit with improper exit status when
33644         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
33645
33646 2004-12-16  Simon Josefsson  <jas@extundo.com>
33647
33648         * tests/test-base64.c: Add license.
33649
33650 2004-12-15  Stepan Kasal  <address@hidden>
33651
33652         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
33653
33654 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
33655
33656         * modules/getcwd (Files): Add m4/d-ino.m4.
33657         Suggested by Mark D. Baushke.
33658
33659 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
33660
33661         * lib/getdate.y (textint): New member "negative".
33662         (time_zone_hhmm): New function.
33663         Expect 14 shift-reduce conflicts, not 13.
33664         (o_colon_minutes): New rule.
33665         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
33666         (yylex): Set the "negative" member of signed numbers.
33667
33668 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
33669
33670         * doc/getdate.texi (Time of day items, Time zone items):
33671         Describe new formats +00:00, UTC+00:00.
33672
33673 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33674
33675         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
33676         spurious "-l"s.  Problem reported by Stepan Kasal.
33677
33678 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
33679
33680         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
33681         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
33682
33683 2004-12-04  Simon Josefsson  <jas@extundo.com>
33684
33685         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
33686         Vandoorselaere <yoann@prelude-ids.org>.
33687
33688 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
33689
33690         Changes imported from coreutils.
33691         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
33692         exist.
33693         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
33694
33695 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
33696
33697         Changes imported from coreutils.
33698         * lib/hard-locale.c: Assume <locale.h> exists.
33699         Include "strdup.h".
33700         (GLIBC_VERSION): New macro.
33701         (hard_locale): Assume setlocale exists.
33702         Rewrite to avoid #ifdef.
33703         Use strdup rather than malloc + strcpy.
33704         * lib/human.c: Assume <locale.h> exists.
33705         (human_readable): Assume localeconv exists.
33706
33707 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
33708
33709         * modules/hard-locale (Depends-on): Add strdup.
33710
33711 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
33712
33713         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
33714         convert T2, not T.  (Imported from libc.)
33715
33716 2004-11-30  Simon Josefsson  <jas@extundo.com>
33717
33718         * modules/restrict (License): Change to LGPL.
33719
33720 2004-11-30  Simon Josefsson  <jas@extundo.com>
33721
33722         * m4/restrict.m4: Add copyright and copying conditions.
33723
33724 2004-11-30  Simon Josefsson  <jas@extundo.com>
33725
33726         * m4/base64.m4: New file.
33727
33728 2004-11-30  Simon Josefsson  <jas@extundo.com>
33729
33730         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
33731         base64.
33732
33733         * tests/test-base64.c: New file.
33734
33735         * modules/base64: New file.
33736
33737 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
33738
33739         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
33740         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
33741
33742         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
33743
33744 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
33745
33746         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
33747         (__getcwd.c): Don't restore errno; glibc doesn't.
33748         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
33749         first, falling back to our code only if its results look suspicious.
33750         Ensure that the resulting buffer is only as large as necessary.
33751
33752         * lib/readutmp.c: Include readutmp.h first.
33753         Include <errno.h>, since readutmp.h no longer does that.
33754         * lib/readutmp.h: Don't include <errno.h>,
33755         <sys/param.h>, <time.h>; not needed to establish interface.
33756         (errno): Remove decl.
33757         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
33758         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
33759         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
33760
33761 2004-11-28  Simon Josefsson  <jas@extundo.com>
33762
33763         * lib/base64.h, base64.c: New file.
33764
33765 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
33766
33767         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
33768
33769 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
33770
33771         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
33772         (Depends-on): Remove pathmax, same.  Add mempcpy.
33773         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
33774         (Makefile.am): Append getcwd.h to lib_SOURCES.
33775         (Include): Add getcwd.h.
33776         (Maintainer): Change from Jim Meyering to "all, glibc",
33777         since getdate now uses intended-for-glibc code.
33778         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
33779         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
33780
33781 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33782
33783         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
33784         HP's ANSI C compiler.
33785         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
33786         Declaring int functions causes warnings on some modern systems and
33787         shouldn't be needed to compile on ancient ones.
33788         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
33789         defined.
33790
33791         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
33792         with the following changes.
33793         (__set_errno): Parenthesize properly.
33794         Include <stdbool.h>.
33795         (MIN, MAX, MATCHING_INO): New macros.
33796         (__getcwd): Define with prototype, not K&R form.
33797         Use heuristics to allocate default buffer on stack if possible.
33798         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
33799         behavior, and to avoid the PATH_MAX limit when computing
33800         ../../../../...
33801         Use MATCHING_INO to compare inode number to file.
33802         Check for arithmetic overflow in size calculations.
33803         Fix bug in reallocation of dot array that caused getcwd to fail
33804         on directories nested deeper than 75.
33805         Be more careful about saving errno on error.
33806         Do not use realloc; use only free+malloc, as this is a bit
33807         more flexible and avoids a needless copy operation.
33808         Do not inspect st_dev and st_ino for symbolic links; POSIX
33809         doesn't specify the latter.
33810         Check for closedir errors.
33811         Avoid needless casts.
33812         Use "#ifdef weak_alias" around weak_alias, to be like other
33813         glibc code.
33814         The following changes to getcwd.c have effect only when used in
33815         gnulib; they have no effect inside glibc proper.
33816         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
33817         as alloca isn't used.
33818         (alloca, __alloca): Likewise.
33819         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
33820         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33821         unconditionally, as gnulib assumes C89 or better.
33822         Do not include <sys/param.h>.
33823         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
33824         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
33825         better.
33826         (NULL) [!defined NULL]: Remove; we assume C89 or better.
33827         Include <dirent.h> in a way that is compatible with modern Autoconf.
33828         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
33829         New macros, if not already defined.
33830         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
33831         Use "_LIBC", not "defined _LIBC", for consistency.
33832         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
33833         a mempcpy module.
33834         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
33835         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
33836         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
33837         credit only to Jim Meyering and adjust the copyright dates.
33838         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
33839         <stdlib.h>, <unistd.h>, "pathmax.h".
33840         Instead, include "xgetcwd.h" (first) and "getcwd.h".
33841         (INITIAL_BUFFER_SIZE): Remove.
33842         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
33843
33844 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33845
33846         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
33847         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
33848         Use the _ONCE methods, for efficiency.
33849         Check for fcntl.h.  In test program, include <errno.h>
33850         and <fcntl.h> if available.  Remove old K&R cruft from
33851         test program.  Check for common errors in GNU/Linux,
33852         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
33853         don't do AC_LIBOBJ, as that's getcwd.m4's job.
33854         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
33855         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
33856         name accordingly.
33857         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
33858         accommodate new getcwd.c.
33859         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
33860         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
33861         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
33862         that's all we need now.
33863
33864 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33865
33866         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
33867         argp-parse.c depends on getopt internals, that means we should
33868         always use our getopt, to be on the safe side.
33869         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
33870         order not to spoil the result of an eventual previous invocation
33871         of gl_GETOPT_SUBSTITUTE.
33872
33873 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33874
33875         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
33876         redefinition warnings. To avoid them, include the defines
33877         in `#if !defined __need_getopt ... #endif'. The only place
33878         where __getopt_argv_const is used is in definitions
33879         of getopt_long and getopt_long_only below, which are as well
33880         protected by `#ifndef __need_getopt'.
33881         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
33882         __need_getopt after including <stdio.h> and <unistd.h> These
33883         headers might have defined it.
33884
33885 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33886
33887         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
33888
33889 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33890
33891         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
33892         (futimens): New function, which uses futimes if available.
33893         (futimens, utimens): Support timespec==NULL, with same semantics
33894         as utime and utimens.
33895         * lib/utimens.h (futimens): New decl.
33896
33897 2004-11-23  Jim Meyering  <jim@meyering.net>
33898
33899         * lib/getopt_.h: Remove trailing blanks.
33900
33901 2004-11-23  Jim Meyering  <jim@meyering.net>
33902
33903         * lib/__fpending.c: Add comment.
33904
33905 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
33906
33907         * modules/canonicalize (Depends-on): Add xreadlink.
33908         Problem reported by James Youngman.
33909
33910 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
33911
33912         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
33913         New macros.
33914         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
33915         optopt): Use them instead of invoking ## directly; otherwise, the
33916         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
33917
33918 2004-11-19  Bruno Haible  <bruno@clisp.org>
33919
33920         * lib/strtok_r.c: Move comments from here...
33921         * lib/strtok_r.h: ... to here.
33922
33923 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33924
33925         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
33926         implementations that mishandle size_t overflow.
33927
33928 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33929
33930         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
33931         might fail.  Problem reported by Yoann Vandoorselaere.
33932         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
33933         implementations that mishandle size_t overflow.
33934
33935 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33936
33937         * modules/canon-host (Depends-on): Add strdup.
33938
33939 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33940
33941         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
33942
33943 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33944
33945         * lib/canon-host.c: Include "strdup.h".
33946         (canon_host): Use getaddrinfo if available, so that IPv6 works.
33947         Use strdup instead of malloc/strcpy to duplicate strings.
33948
33949         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
33950         (human_space_before_unit): New constant.
33951         * lib/human.c (human_readable): Support it.
33952
33953         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
33954         (xgetcwd): Set errno correctly when failing.
33955         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
33956         the failure is actually due to a PATH_MAX problem.
33957
33958         Further getopt changes to make it more likely that glibc will
33959         buy the changes back.
33960         * lib/getopt.c (POSIXLY_CORRECT): New constant.
33961         (getopt): Use it, so to preserve glibc semantic
33962         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
33963         when compiling for libc.
33964         * lib/getopt_.h (__getopt_argv_const): Bring it back.
33965         (getopt_long, getopt_long_only): Use it.
33966
33967         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33968         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
33969         (getopt): Argv is now char * const *, as per standard.
33970         (_getopt_internal_r, _getopt_internal): Argv is now char **,
33971         not char *__getopt_argv_const *.
33972         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33973         _getopt_long_only_r): Likewise.
33974         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
33975         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33976         _getopt_long_r, _getopt_long_only_r): Likewise.
33977         * lib/getopt_.h (__getopt_argv_const): Remove.
33978         (getopt): Argv is now char * const *, as per standard.
33979
33980         * lib/getdate.y (tORDINAL): New token.
33981         (day, relunit): Allow it for relative times.
33982         (relative_time_table): Use tORDINAL for ordinals.
33983
33984 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33985
33986         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
33987         Document that "second" isn't allowed as an ordinal number.
33988
33989 2004-11-16  Jim Meyering  <jim@meyering.net>
33990
33991         * modules/closeout (Depends-on): Add fpending.
33992
33993 2004-11-15  Jim Meyering  <jim@meyering.net>
33994
33995         * lib/closeout.c: Include "__fpending.h" once again.
33996         Include <stdbool.h>.
33997         (close_stdout): Don't fail just because stdout was closed initially,
33998         since some programs don't write to stdout in the normal course of
33999         operation (other than --version and --help), and we don't want this
34000         function to make e.g. `touch file >&-' fail.
34001         But do fail if it was closed and someone has tried to write to it.
34002         E.g., `printf foo >&-' must fail.
34003
34004 2004-11-13  Jim Meyering  <jim@meyering.net>
34005
34006         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34007
34008 2004-11-12  Simon Josefsson  <jas@extundo.com>
34009
34010         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34011         small doc fix is still pending.
34012
34013 2004-11-11  Simon Josefsson  <jas@extundo.com>
34014
34015         * modules/strtok_r: New file.
34016
34017         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34018         strtok_r.
34019
34020 2004-11-11  Simon Josefsson  <jas@extundo.com>
34021
34022         * m4/strtok_r.m4: New file.
34023
34024         * m4/getopt.m4: Replace opterr.
34025
34026 2004-11-11  Simon Josefsson  <jas@extundo.com>
34027
34028         * lib/strtok_r.h, strtok_r.c: New file.
34029
34030 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34031
34032         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34033         of replacing opterr, getopt, etc.  This should handle the
34034         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34035
34036 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34037
34038         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34039         we can stop lying to compilers about the constness of argv when we
34040         are compiled outside glibc.
34041         (getopt, getopt_long, getopt_long_only): Use it.
34042         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34043         _getopt_internal, getopt): Likewise.
34044         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34045         _getopt_long_only_r): Likewise.
34046         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34047         _getopt_long_r, _getopt_long_only_r): Likewise.
34048
34049         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34050         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34051         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34052         the other external symbols.
34053         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34054         declaration, since the above renaming now works around collisions.
34055
34056 2004-11-11  Jim Meyering  <jim@meyering.net>
34057
34058         * lib/linebreak.c: Remove trailing blanks.
34059         * lib/alloca_.h: Likewise.
34060         * lib/acosl.c: Likewise.
34061         * lib/euidaccess.c: Likewise.
34062         * lib/allocsa.h: Likewise.
34063
34064 2004-11-10  Simon Josefsson  <jas@extundo.com>
34065
34066         * m4/getaddrinfo.m4: New file.
34067
34068 2004-11-10  Simon Josefsson  <jas@extundo.com>
34069
34070         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34071
34072 2004-11-10  Simon Josefsson  <jas@extundo.com>
34073
34074         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34075         getaddrinfo.
34076
34077         * modules/getaddrinfo: New file.
34078
34079 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34080
34081         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34082
34083 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34084
34085         * lib/mktime.c (SHR): New macro, which is a portable
34086         substitute for >> that should work even on Crays.
34087         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34088         Problem reported by Mark D. Baushke in
34089         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34090         * lib/getdate.y (SHR): Likewise.
34091         (tm_diff): Use it.
34092         * lib/strftime.c (SHR): Likewise.
34093         (tm_diff): Use it.
34094         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34095         quote_these_too, so that right shifts are well defined.  All uses
34096         changed.
34097
34098 2004-11-10  Jim Meyering  <jim@meyering.net>
34099
34100         Ensure that no close failure goes unreported.
34101         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34102         return early when it seems there's nothing to flush.
34103         Don't include __fpending.h.
34104
34105 2004-11-10  Jim Meyering  <jim@meyering.net>
34106
34107         * modules/closeout (Depends-on): Remove fpending.
34108
34109 2004-11-10  Jim Meyering  <jim@meyering.net>
34110
34111         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34112
34113 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34114
34115         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34116         gl_FUNC_STRFTIME.
34117         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34118         and AC_REQUIRE when possible, to avoid duplicate checks.
34119         Check for <wchar.h>.
34120
34121 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34122
34123         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34124
34125 2004-11-09  Bruno Haible  <bruno@clisp.org>
34126
34127         * m4/sockpfaf.m4: New file.
34128
34129 2004-11-05  Bruno Haible  <bruno@clisp.org>
34130
34131         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34132         Reported by Mark D. Baushke <mdb@cvshome.org>.
34133
34134 2004-11-04  Bruno Haible  <bruno@clisp.org>
34135
34136         2004-09-11  Bruno Haible  <bruno@clisp.org>
34137                 * allocsa.valgrind: New file.
34138         2004-02-06  Bruno Haible  <bruno@clisp.org>
34139                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34140                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34141                 Reported by Christopher Seip <chris.seip@hp.com>.
34142
34143 2004-11-04  Bruno Haible  <bruno@clisp.org>
34144
34145         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34146         (Makefile.am): Distribute it.
34147
34148 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34149
34150         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34151         with errno == ERANGE if the buffer is too small.
34152         Problem reported by Mark D. Baushke.
34153
34154 2004-11-03  Albert Chin  <china@thewrittenword.com>
34155             Paul Eggert  <eggert@cs.ucla.edu>
34156
34157         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34158         equivalent, substitute $ac_type for equivalent type rather than
34159         blindly using uint32_t *always* which won't work if uint32_t is not
34160         available.  Define _UINT32_T to work around typedef of uint32_t if
34161         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34162         2.5.1.
34163
34164 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34165
34166         * m4/jm-macros.m4: Sync from coreutils.
34167         (gl_MACROS): Check for mbrlen, for pathchk.
34168         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34169
34170 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34171
34172         * lib/xreadlink.c (MAXSIZE): New macro.
34173         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34174         size does not exceed MAXSIZE.  Avoid cast.
34175         As suggested by Mark D. Baushke in
34176         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34177         if readlink fails with buffer size just under MAXSIZE, try again
34178         with MAXSIZE.
34179
34180 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34181
34182         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
34183
34184 2004-11-02  Derek R. Price  <derek@ximbiot.com>
34185         and  Paul Eggert  <eggert@cs.ucla.edu>
34186
34187         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
34188         (get_date): Overparenthesize to avoid GCC warning.
34189
34190 2004-11-02  Bruno Haible  <bruno@clisp.org>
34191
34192         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
34193         returns void.
34194
34195 2004-11-02  Bruno Haible  <bruno@clisp.org>
34196
34197         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
34198         function returns void.
34199
34200 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34201
34202         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
34203         fflush_unlocked, flockfile, funlockfile, funlockfile,
34204         fputs_unlocked, putc_unlocked.
34205
34206 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34207
34208         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34209         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
34210         already declared.
34211
34212 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34213
34214         * modules/getdate (Files): Add doc/getdate.texi.
34215         (Depends-on): Add setenv, xalloc.
34216
34217 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34218
34219         * lib/getdate.y: Add support for TZ="foo" within a date string.
34220         Fix some bugs near time_t boundaries.  Reject dates with
34221         out-of-range components, e.g., "Sept 31".
34222         Include <stdlib.h>, "setenv.h", "xalloc.h".
34223         (ISDIGIT_LOCALE): Remove; unused.
34224         Note that the TZ and time functions used here are not reentrant.
34225         (mktime_ok, get_tz): New functions.
34226         (TZBUFSIZE): New constant.
34227         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
34228         This requires that we sometimes generate our own TZ="XXX..." setting.
34229
34230 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34231
34232         * doc/getdate.texi: New file, from coreutils with modifications for
34233         the new TZ parsing.
34234
34235 2004-10-27  Derek R. Price  <derek@ximbiot.com>
34236
34237         * lib/mktime.c (not_equal_tm): Remove redundant check.
34238
34239 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34240
34241         * modules/regex (lib_SOURCES): Add regex.c.
34242         Reported by James Youngman in
34243         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
34244
34245 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34246
34247         * lib/getdate.y: Use Bison 1.875 features, and some minor
34248         code cleanups.  This change does not affect semantics.
34249         Don't include <stdlib.h>; no longer needed.
34250         Don't include unlocked-io.h; only the "#if TEST" code uses
34251         stdio, and performance isn't crucial there.
34252         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
34253         Bison 1.875 features as described below.
34254         All uses of "PC." replaced by "pc->".
34255         (YYSTYPE): Add a forward declaration.
34256         (yylex, yyerror): Use full prototypes in forward decls.
34257         Use "%pure-parser" rather than obsolescent "%pure_parser".
34258         Use %parse-param and %lex-param instead of obsolescent
34259         YYPARSE_PARAM and YYLEX_PARAM.
34260         (meridian_table, month_and_day_table, time_units_table,
34261         relative_time_table, time_zone_table, military_table,
34262         lookup_zone, lookup_word, get_date):
34263         Use NULL instead of 0 where appropriate.
34264         (to_hour): Avoid abort (), to avoid a dependency on
34265         stdlib.h.
34266         (yyerror, yylex): Now accepts parser_control * arg.
34267         (main) [TEST]: Use '\0' rather than 0 for char.
34268
34269 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34270
34271         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
34272
34273 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34274
34275         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
34276         It's now the caller's responsibility to handle the case where
34277         !HAVE_GETPAGESIZE && !defined getpagesize.
34278
34279         * lib/mktime.c (leapyear): Arg is long int, not int.
34280
34281 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
34282
34283         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
34284
34285 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
34286
34287         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
34288         missing.  Problem reported by James Youngman.
34289
34290 2004-10-16  Simon Josefsson  <jas@extundo.com>
34291
34292         * gnulib-tool: Fix comments.  Fix parse problem.
34293         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
34294
34295 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
34296
34297         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
34298         implementation of getopt_long.  Problem reported by Alexander Taler in:
34299         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
34300
34301 2004-10-15  Bruno Haible  <bruno@clisp.org>
34302
34303         * gnulib-tool: Untabify. Initialize supplied_libname.
34304         (func_usage): More homogenous output.
34305         (func_modules_transitive_closure, func_modules_to_filelist,
34306         func_emit_lib_Makefile_am): New functions.
34307         (func_import): New function, extracted from big case statement. Use
34308         func_get_license, func_modules_transitive_closure,
34309         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
34310         opt_lgpl. Don't use test -a, as it's not portable.
34311         (func_create_testdir): Use func_modules_transitive_closure,
34312         func_modules_to_filelist, func_emit_lib_Makefile_am.
34313
34314 2004-10-15  Bruno Haible  <bruno@clisp.org>
34315
34316         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
34317
34318 2004-10-15  Bruno Haible  <bruno@clisp.org>
34319
34320         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
34321         the portions belonging to each module.
34322         Suggested by Derek Robert Price <derek@ximbiot.com>.
34323
34324 2004-10-12  Simon Josefsson  <jas@extundo.com>
34325
34326         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34327         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
34328         to real functions.
34329
34330 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34331
34332         * modules/vsnprintf: New file.
34333
34334 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34335
34336         * m4/vsnprintf.m4: New file.
34337
34338 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34339
34340         * lib/vsnprintf.h: New file.
34341         * lib/vsnprintf.c: New file.
34342
34343 2004-10-11  Bruno Haible  <bruno@clisp.org>
34344
34345         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
34346         vsnprintf.
34347
34348 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34349
34350         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
34351
34352 2004-10-07  Bruno Haible  <bruno@clisp.org>
34353
34354         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
34355         fits into the provided buffer.
34356
34357 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34358
34359         * lib/diacrit.c, diacrit.h: Add GPL notice.
34360
34361         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
34362         notice.
34363         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
34364         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
34365         This avoids a potential constant-folding bug.
34366
34367 2004-10-05  Bruno Haible  <bruno@clisp.org>
34368
34369         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
34370         for the declaration of strsep.
34371
34372 2004-10-05  Bruno Haible  <bruno@clisp.org>
34373
34374         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
34375
34376 2004-10-04  Simon Josefsson  <jas@extundo.com>
34377
34378         * modules/memmem: New file.
34379         * tests/test-memmem.c: New file.
34380         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
34381
34382 2004-10-04  Simon Josefsson  <jas@extundo.com>
34383
34384         * m4/memmem.m4: New file.
34385
34386 2004-10-04  Simon Josefsson  <jas@extundo.com>
34387
34388         * lib/memmem.h: New file.
34389         * lib/memmem.c: New file, taken from glibc.
34390
34391 2004-10-04  Simon Josefsson  <jas@extundo.com>
34392
34393         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
34394         '#ifdef USE_UNLOCKED_IO'.
34395
34396 2004-10-04  Simon Josefsson  <jas@extundo.com>
34397
34398         * config/srclist.txt: Add memmem from glibc.
34399
34400 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34401
34402         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
34403
34404         * modules/argmatch, modules/argp, modules/closeout, modules/error,
34405         modules/exclude, modules/getdate, modules/getline,
34406         modules/getndelim2, modules/getpass, modules/getpass-gnu,
34407         modules/getusershell, modules/linebuffer, modules/md5,
34408         modules/mountlist, modules/posixtm, modules/readtokens,
34409         modules/readutmp, modules/regex, modules/sha1,
34410         modules/version-etc, modules/yesno:
34411         Remove dependency on unlocked-io.
34412
34413 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34414
34415         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
34416
34417         * m4/unlocked-io.m4: Add copyright notice.
34418         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
34419
34420 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34421
34422         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
34423         * lib/xmalloc.c (xmemdup): Likewise.
34424         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
34425         XFREE): Remove these long-obsolescent macros.
34426         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
34427         * lib/xstrdup.c: Remove.
34428
34429         * lib/regex.c (re_comp): Cast gettext return value to char *,
34430         Problem reported by Martin Neitzel via Mark D. Baushke.
34431
34432 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34433
34434         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
34435         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
34436         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
34437         regex.c, sha1.c, version-etc.c, yesno.c:
34438         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
34439         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
34440         the includer's responsibility.
34441
34442         Sync from coreutils.
34443
34444         * lib/modechange.c (mode_compile): Don't decrement a pointer that
34445         points to the start of a string, as the C Standard says the
34446         resulting behavior is undefined.
34447
34448         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
34449         simple -> simple_backups, numbered_existing ->
34450         numbered_existing_backups, numbered -> numbered_backups
34451         to avoid shadowing problems.  All uses changed.
34452         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
34453         * lib/backupfile.c (check_extension, numbered_backup):
34454         Rename locals to avoid shadowing 'basename'.
34455         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
34456         once.
34457
34458         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
34459         * lib/.cvsignore: Add getopt.h.
34460
34461 2004-10-04  Bruno Haible  <bruno@clisp.org>
34462
34463         * modules/README: New file.
34464         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
34465         not a module.
34466
34467 2004-10-02  Jim Meyering  <jim@meyering.net>
34468
34469         * lib/dirfd.h, getpagesize.h: Add copyright notice.
34470
34471 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34472
34473         * modules/strsep: New file.
34474
34475 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34476
34477         * m4/strsep.m4: New file.
34478
34479 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34480
34481         * lib/strsep.h: New file.
34482         * lib/strsep.c: New file.
34483
34484 2004-10-01  Simon Josefsson  <jas@extundo.com>
34485
34486         * lib/snprintf.c (snprintf): Handle size==0.
34487
34488 2004-10-01  Simon Josefsson  <jas@extundo.com>
34489             Bruno Haible  <bruno@clisp.org>
34490
34491         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
34492         (snprintf): Declare 'args'.
34493
34494 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
34495
34496         * lib/snprintf.c: Remove comments as to why each header is needed.
34497
34498 2004-10-01  Bruno Haible  <bruno@clisp.org>
34499
34500         * MODULES.html.sh: Add strsep.
34501
34502 2004-09-30  Simon Josefsson  <jas@extundo.com>
34503
34504         * modules/snprintf: New file.
34505
34506 2004-09-30  Simon Josefsson  <jas@extundo.com>
34507
34508         * m4/snprintf.m4: New file.
34509
34510 2004-09-30  Simon Josefsson  <jas@extundo.com>
34511
34512         * lib/snprintf.h, lib/snprintf.c: New files.
34513
34514 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34515
34516         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
34517         (hol_entry_help): Never translate an empty string.
34518         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
34519         * lib/argp.h (OPTION_NO_TRANS): New option.
34520
34521 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34522
34523         * modules/argp (Maintainer): Replace Simon Josefsson
34524         by Sergey Poznyakoff.
34525
34526 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34527
34528         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
34529         changes merged back into glibc.
34530
34531 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34532
34533         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
34534
34535 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
34536
34537         * lib/xvasprintf.c: Include xalloc.h.
34538         (xvasprintf): Use xalloc_die, not xmalloc_die.
34539
34540 2004-09-29  Bruno Haible  <bruno@clisp.org>
34541
34542         * modules/alloca-opt: New file, derived from modules/alloca.
34543         * modules/allocsa: Depend on alloca-opt instead of alloca.
34544         * modules/setenv: Likewise.
34545         * modules/vasnprintf: Likewise.
34546         * MODULES.html.sh: Add alloca-opt.
34547
34548 2004-09-28  Simon Josefsson  <jas@extundo.com>
34549
34550         * gnulib-tool: New parameter --lgpl, to asseert that modules are
34551         LGPL, and to replace license template from GPL to LGPL.
34552
34553 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
34554
34555         * modules/dummy: Change license to LGPL.
34556
34557 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
34558
34559         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
34560
34561 2004-09-24  Simon Josefsson  <jas@extundo.com>
34562
34563         * modules/minmax (License): Change from GPL to LGPL.
34564
34565 2004-09-23  Simon Josefsson  <jas@extundo.com>
34566
34567         * gnulib-tool (--import): Typo.
34568
34569 2004-09-23  Simon Josefsson  <jas@extundo.com>
34570
34571         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
34572
34573 2004-09-22  Bruno Haible  <bruno@clisp.org>
34574
34575         * modules/*: Add 'License' field.
34576         * gnulib-tool: Accept --extract-license option.
34577         (func_get_license): New function.
34578
34579 2004-09-21  Bruno Haible  <bruno@clisp.org>
34580
34581         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
34582         Reported by Simon Josefsson.
34583
34584 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34585
34586         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
34587         gl_AC_TYPE_LONG_LONG.
34588
34589 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34590
34591         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
34592
34593 2004-09-18  Simon Josefsson  <jas@extundo.com>
34594         and  Paul Eggert  <eggert@cs.ucla.edu>
34595
34596         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
34597         calls with autoreconf.  Define GL_LIB.
34598
34599 2004-09-14  Karl Berry  <karl@gnu.org>
34600
34601         * config/srclist.txt: unsync setenv.c, sigh.
34602
34603 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
34604
34605         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
34606         Problem reported by Bruno Haible in:
34607         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
34608
34609 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
34610
34611         * config/srclist.txt: Comment out argp-pvh.c.
34612
34613 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
34614
34615         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
34616         in case some system header has #define'd it.  Problem reported by
34617         Soeren D. Schulze in
34618         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
34619
34620 2004-09-09  Karl Berry  <karl@gnu.org>
34621
34622         * regex.[ch]: delete from the root.  These were supposed to be
34623                 synced with emacs cvs, but this has not happened for about
34624                 a year, and anyway nothing else uses emacs regex.[ch].
34625                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
34626                 lib/regex[.ch] is untouched.
34627
34628 2004-09-09  Bruno Haible  <bruno@clisp.org>
34629
34630         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
34631
34632 2004-09-09  Bruno Haible  <bruno@clisp.org>
34633
34634         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
34635         modifications.
34636         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
34637
34638 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
34639
34640         * modules/xvasprintf: New file.
34641         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
34642
34643 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
34644
34645         * lib/xvasprintf.h: New file.
34646         * lib/xvasprintf.c: New file.
34647         * lib/xasprintf.c: New file.
34648
34649 2004-09-08  Bruno Haible  <bruno@clisp.org>
34650
34651         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
34652
34653 2004-09-08  Bruno Haible  <bruno@clisp.org>
34654
34655         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
34656         length is > INT_MAX.
34657         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
34658         more.
34659
34660 2004-09-08  Bruno Haible  <bruno@clisp.org>
34661
34662         * lib/stdint_.h: New file, taken from GNU clisp.
34663
34664 2004-09-08  Bruno Haible  <bruno@clisp.org>
34665             Oskar Liljeblad  <oskar@osk.mine.nu>
34666
34667         * modules/stdint: New file.
34668         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
34669
34670 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         Import from coreutils.
34673         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
34674         strings on unbounded length.  alloca's performance benefits aren't
34675         that important here.
34676         (V_STRDUP): Remove.
34677         (parse_with_separator): New function, with most of the internals
34678         of the old parse_user_spec.  Allow user to omit both user and group,
34679         for compatibility with FreeBSD.
34680         Clone only the user name, not the entire spec.
34681         Do not set *uid, *gid unless entirely successful.
34682         Avoid memory leak in some failing cases.
34683         Fix regression for USER.GROUP reported by Dmitry V. Levin in
34684         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
34685         (parse_user_spec): Rewrite to use parse_with_separator.
34686
34687 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34688
34689         * modules/userspec: Don't depend on alloca.
34690
34691 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34692
34693         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
34694
34695 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
34696
34697         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
34698         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
34699         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
34700
34701 2004-08-16  Simon Josefsson  <jas@extundo.com>
34702
34703         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
34704         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
34705         Add --dry-run for --import.
34706         Let user provided command line parameters override configure.ac
34707         settings.
34708
34709 2004-08-12  Simon Josefsson  <jas@extundo.com>
34710
34711         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
34712         as discussed with Paul Eggert in threads rooted at
34713         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
34714         and
34715         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
34716         Before, the test was empty, and relied on ELIDE_CODE in source
34717         code.)
34718         (gl_PREREQ_GETOPT): New macro.
34719         (gl_GETOPT): Use them.
34720
34721 2004-08-12  Simon Josefsson  <jas@extundo.com>
34722
34723         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
34724         * lib/getopt_.h: Renamed from getopt.h.
34725
34726 2004-08-12  Simon Josefsson  <jas@extundo.com>
34727
34728         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
34729         Change default library name from libfoo to libgnu.
34730         Now, if you have a configure.ac that says:
34731                 gl_SOURCE_BASE(gl)
34732                 gl_M4_BASE(gl/m4)
34733                 gl_MODULES(error getopt etcetera)
34734                 gl_INIT
34735         you can import all you need by running:
34736                 ../gnulib/gnulib-tool --import
34737
34738         * modules/getopt (Files): Rename getopt.h to getopt_.h.
34739         (Makefile.am): Rewrite, use logic from argz.
34740         (Include): Use <getopt.h> instead of "getopt.h".
34741
34742 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34743
34744         * modules/argp (Files): Add m4/unlocked-io.m4.
34745         (Depends-on): Add extensions.
34746
34747 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34748
34749         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
34750         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
34751         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
34752         Check for program_invocation_name, program_invocation_short_name,
34753         flockfile, funlockfile, features.h, _getopt_long_only_r.
34754
34755 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34756
34757         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
34758         its complicated substitute.
34759         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
34760         and program_invocation_name.
34761         (__argp_basename) [!_LIBC]: Remove; the only use was
34762         replaced by its body.
34763         (__argp_short_program_name): Change condition from
34764         !defined __argp_short_program_name to
34765         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
34766         to match argp-namefrob.h.
34767         (__argp_failure): Don't assume strerror_r returns char *.
34768         * lib/argp-parse.c (N_): Define unconditionally.
34769         (argp_default_options): Fill out initializers with 0 to avoid
34770         gcc warnings.
34771
34772 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
34775         getopt1.c.
34776
34777 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34778
34779         Merge from coreutils.
34780
34781         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
34782
34783         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
34784         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
34785
34786 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34787
34788         Merge from coreutils.
34789
34790         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
34791         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
34792         for Reliant Unix 5.43.
34793
34794         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
34795         (union fooround): Use uintmax_t, not long int.
34796         The rest is a merge from libc:
34797         [defined _LIBC]: Include <shlib-compat.h>.
34798         (_obstack) [defined _LIBC]: Remove after 2.3.4.
34799
34800         * lib/settime.c (settime): Recode to avoid warning with
34801         Sun Forte C 6U2.
34802
34803         * lib/strverscmp.c: Convert to UTF-8.
34804
34805 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
34806
34807         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
34808         m4/uintmax_t.m4.
34809
34810 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34811
34812         * modules/xalloc-die: New file.
34813         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
34814
34815         * modules/md5 (Files): Add m4/uint32_t.m4.
34816         * modules/sha1: Renamed from modules/sha.
34817         (Files):
34818         Rename lib/sha.h to lib/sha1.h.
34819         Rename lib/sha.c to lib/sha1.c.
34820         Rename m4/sha.m4 to m4/sha1.m4.
34821         (lib_SOURCES): Likewise.
34822         (configure.ac): Rename gl_SHA to gl_SHA1.
34823         (Include): sha.h -> sha1.h.
34824
34825 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34826
34827         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
34828         * m4/sha1.m4: Renamed from sha.m4.
34829         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
34830
34831 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34832
34833         * lib/obstack.h (obstack_empty_p):
34834         Don't assume that chunk->contents is suitably aligned.
34835         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
34836         Likewise. Problem reported by Benno in
34837         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
34838
34839         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
34840         readable.  This could be improved further but it'd take some work.
34841
34842 2004-08-08  Simon Josefsson  <jas@extundo.com>
34843
34844         * modules/xgethostname (Depends-on): Remove exit and error (not
34845         used).
34846
34847         * modules/getpass-gnu: Add getpass.h.
34848         (Depends-on): Add stdbool.
34849         * modules/getpass: Add getpass.h.
34850
34851 2004-08-08  Simon Josefsson  <jas@extundo.com>
34852
34853         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
34854         Check getpass declaration.
34855
34856 2004-08-08  Simon Josefsson  <jas@extundo.com>
34857
34858         * lib/xgethostname.c: Don't include error.h (not used).
34859
34860         * lib/getpass.h: Add.
34861         * lib/getpass.c: Include getpass.h first.
34862
34863 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
34864
34865         * lib/xalloc-die.c: New file.
34866         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
34867         All uses removed.
34868         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
34869         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
34870         xalloc-die.c.
34871         (_, N_, xalloc_die): Move to xalloc-die.c.
34872         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
34873         so that we needn't mess with xalloc_msg_memory_exhausted.
34874
34875         * lib/sha1.h: Renamed from sha.h.
34876         (SHA1_H): Renamed from _SHA_H.
34877         (sha1_ctx): Renamed from sha_ctx.
34878         (sha1_init_ctx): Renamed from sha_init_ctx.
34879         (sha1_process_block): Renamed from sha_process_block.
34880         (sha1_process_bytes): Renamed from sha_process_bytes.
34881         (sha1_finish_ctx): Renamed from sha_finish_ctx.
34882         (sha1_read_ctx): Renamed from sha_read_ctx.
34883         (sha1_stream): Renamed from sha_stream.
34884         (sha1_buffer): Renamed from sha_buffer.
34885         * lib/sha1.c: Likewise; renamed from sha.c.
34886         Do not include <sys/types.h>.
34887         Include <stddef.h> rather than <stdlib.h>.
34888
34889 2004-08-08  Bruno Haible  <bruno@clisp.org>
34890
34891         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
34892         FILESYSTEM_PREFIX_LEN.
34893         * lib/progreloc.c: Likewise.
34894         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
34895
34896 2004-08-06  Simon Josefsson  <jas@extundo.com>
34897
34898         * modules/progname (Depends-on): Don't depend on stdbool.
34899
34900 2004-08-06  Simon Josefsson  <jas@extundo.com>
34901
34902         * modules/getsubopt: New file.
34903         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34904         getsubopt.
34905
34906 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34907
34908         More merge from coreutils.
34909
34910         * m4/utimens.m4, m4/utimecmp.m4: New files.
34911         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
34912         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
34913         prereq.m4, sha.m4: Import changes from coreutils.
34914
34915 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34916
34917         More merge from coreutils.
34918         * modules/raise, modules/readtokens0, modules/utimens:
34919         * modules/utimecmp, module/xnanosleep: New files.
34920         * modules/strftime: Add lib/strftime.h.
34921         Change include from <time.h> to "strftime.h".
34922         * modules/yesno: Add lib/yesno.h.
34923         * modules/backupfile: Remove lib/addext.c.
34924         * modules/euidaccess: Add stat-macros.h.
34925         * modules/canonicalize, modules/euidaccess,
34926         modules/filemode, modules/lchown, modules/makepath,
34927         modules/rmdir, modules/stat: Likewise.
34928
34929 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34930
34931         Merge from tar.
34932         * lib/argp-help.c (make_hol, hol_append): Don't assume that
34933         SIZE_MAX is a valid preprocessor constant.
34934         (__argp_basename): Change from "#ifndef _LIBC"
34935         to "#ifndef __argp_short_program_name", so that
34936         we don't compile these functions for tar.
34937
34938         More merges from coreutils.
34939         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
34940         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
34941         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
34942         * lib/addext.c: Remove; no longer needed.
34943         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
34944         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
34945         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
34946         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
34947         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
34948         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
34949         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
34950         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
34951         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
34952         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34953         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
34954         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
34955         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
34956         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
34957         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
34958         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
34959         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
34960         Import changes from coreutils.
34961
34962 2004-08-05  Simon Josefsson  <jas@extundo.com>
34963
34964         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
34965
34966 2004-08-05  Simon Josefsson  <jas@extundo.com>
34967
34968         * m4/getsubopt.m4: New file.
34969
34970 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34971
34972         Merge from coreutils.
34973
34974         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
34975         * m4/getcwd-path-max.m4: New files.
34976
34977         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
34978         FILESYSTEM_PREFIX_LEN ->
34979         FILE_SYSTEM_PREFIX_LEN.
34980         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
34981         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
34982         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
34983         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
34984
34985         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
34986         prerequisite modules now handle the DOS stuff.
34987         Don't check for unistd.h.
34988
34989 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34990
34991         Merge from coreutils.
34992
34993         * lib/.gdb-history: Remove; this doesn't belong here.
34994
34995         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
34996         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
34997         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
34998         * lib/getcwd.c: New files.
34999
35000         * lib/dirname.h: Include <stdbool.h>.
35001         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35002         for consistency with POSIX terminology.  All uses changed.
35003         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35004         (strip_trailing_slashes): Use bool for booleans.
35005         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35006
35007         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35008         sometimes returns a positive errno value even when it succeeds.
35009         (print_errno_message) [!LIBC]: Fall back on strerror if
35010         __strerror_r fails.
35011
35012         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35013         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35014         (longest_relative_suffix): New function.
35015         (path_concat): Use it.  Assume first argument is not NULL.
35016         Port to DOS.  Omit redundant separators.
35017         Report an error instead of returning NULL.
35018         Use mempcpy instead of memcpy.
35019         (xpath_concat): Remove: not declared or used.
35020
35021         * lib/same.h: Include <stdbool.h>
35022         (same_name): Return bool, not int.
35023         * lib/same.c (same_name): Likewise.
35024         (errno): Don't declare; we assume C89 or better now.
35025
35026         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35027         if not already defined.
35028
35029         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35030         * lib/dup-safer.c (errno): Likewise.
35031
35032 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35033
35034         Merge from coreutils.
35035         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35036         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35037         * modules/path-concat: Don't depend on strdup.
35038
35039 2004-08-03  Simon Josefsson  <jas@extundo.com>
35040
35041         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35042         * lib/progname.h: Don't include stdbool.h.
35043
35044 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35045
35046         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35047         * MODULES.html.sh (func_all_modules): Remove fatal.
35048
35049 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35050
35051         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35052
35053 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35054
35055         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35056         working.
35057
35058 2004-08-02  Simon Josefsson  <jas@extundo.com>
35059
35060         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35061         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35062         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35063
35064 2004-08-01  Simon Josefsson  <jas@extundo.com>
35065
35066         * lib/xgetdomainname.c: Include stdlib.h, for free().
35067
35068 2004-07-19  Bruno Haible  <bruno@clisp.org>
35069
35070         * MODULES.html.sh (func_all_modules): Add dummy.
35071
35072 2004-07-16  Simon Josefsson  <jas@extundo.com>
35073
35074         * modules/dummy: New file.
35075
35076 2004-07-16  Simon Josefsson  <jas@extundo.com>
35077
35078         * lib/dummy.c: New file.
35079
35080 2004-07-16  Bruno Haible  <bruno@clisp.org>
35081
35082         * lib/backupfile.h: Add extern "C" for C++.
35083         * lib/closeout.h: Likewise.
35084         * lib/copy-file.h: Likewise.
35085         * lib/findprog.h: Likewise.
35086         * lib/full-write.h: Likewise.
35087         * lib/pathname.h: Likewise.
35088         * lib/progname.h: Likewise.
35089         * lib/stpcpy.h: Likewise.
35090         * lib/stpncpy.h: Likewise.
35091         * lib/strcase.h: Likewise.
35092         * lib/strstr.h: Likewise.
35093         * lib/xalloc.h: Likewise.
35094
35095         * lib/mbswidth.h: Add extern "C" for C++.
35096         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35097
35098 2004-07-13  Robert Millan  <robertmh@gnu.org>
35099
35100         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35101
35102 2004-07-09  Simon Josefsson  <jas@extundo.com>
35103
35104         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35105         failed without this.)
35106
35107 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35108
35109         * modules/chown (Files): Add lib/fchown-stub.c, since
35110         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35111
35112 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35113
35114         * lib/fchown-stub.c: New file.
35115
35116 2004-06-24  Jim Meyering  <jim@meyering.net>
35117
35118         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35119
35120 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35121
35122         * modules/argz: Omit "#include".
35123
35124         * MODULES.html.sh (func_all_modules): Add calloc, to match
35125         2004-06-01 addition of calloc module.
35126
35127 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35128
35129         * m4/argz.m4: New file, which is autoupdated from libtool.
35130
35131 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35132
35133         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35134         libtool.
35135
35136 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35137
35138         * config/srclist-update: Don't insist on "USA." before the
35139         close-comment, as libtool omits the period and puts the */ on a
35140         separate line.
35141         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35142         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35143
35144 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35145
35146         * modules/argz: New file.
35147         * MODULES.html.sh (func_all_modules): Add argz.
35148
35149 2004-06-12  Jim Meyering  <jim@meyering.net>
35150         and  Paul Eggert  <eggert@cs.ucla.edu>
35151
35152         * modules/hash (Files): Add lib/xalloc.h.
35153         * modules/pipe (Depends-on): Add wait-process.
35154         * modules/stat (Depends-on): Add xalloc.
35155         * modules/userspec (Files): Add lib/userspec.h.
35156         * modules/xstrto
35157
35158         Upgrade from gettext-0.13.
35159         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35160         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35161         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35162
35163 2004-06-10  Jim Meyering  <jim@meyering.net>
35164
35165         * lib/calloc.c: New file.
35166
35167 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35168
35169         * lib/getdate.y (yylex): Allow space between sign and number.
35170         Problem reported by Dan Jacobson.
35171
35172 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35173
35174         Merge from coreutils CVS.
35175
35176         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35177         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35178         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35179         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
35180         xstrtol.m4: Fix copyright date and/or serial number.
35181
35182         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
35183         See if we need an fchown replacement.
35184         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
35185         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
35186         and use the replacement function if we detect either defect.
35187
35188         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
35189         gl_UTIMECMP.
35190
35191 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35192         and  Jim Meyering  <jim@meyering.net>
35193
35194         Merge from coreutils CVS.
35195
35196         * lib/stat-macros.h: New file, with contents from file-type.h
35197         and coreutils' system.h.
35198         * lib/file-type.c: Include "stat-macros.h".
35199         * lib/file-type.h (file_type): Move all macro definitions to new file,
35200         stat-macros.h.
35201
35202         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
35203         Wrap old code with this conditional.
35204         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
35205         function that does not dereference symlinks.
35206         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
35207
35208         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
35209         dependency problems.
35210         (xreadlink): Accept new arg SIZE, for efficiency.
35211         All decls and uses changed.
35212         * lib/xreadlink.h: Include <stddef.h>, for size_t.
35213
35214         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
35215         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
35216
35217         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
35218         sysexits.h.
35219
35220 2004-06-01  Jim Meyering  <jim@meyering.net>
35221
35222         * m4/calloc.m4: New file.
35223
35224 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35225
35226         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
35227         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
35228         Also, fix a typo in a diagnostic.
35229
35230 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35231
35232         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
35233         or AC_FUNC_REALLOC.
35234
35235 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35236
35237         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
35238         macros to be defined.
35239         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
35240         the allocator returns NULL because the requested size is zero.
35241
35242 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35243
35244         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
35245         var.  Add comment explaining why libc still defines it.  This
35246         merges the following patch from glibc:
35247         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
35248
35249 2004-05-20  Andreas Schwab  <schwab@suse.de>
35250
35251         * m4/free.m4: Replace free if it not known to work, not the other
35252         way round.
35253
35254 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35255
35256         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
35257         present in glibc since revision 1.1 of this file.
35258         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
35259         obstack_alignment_mask, obstack_alloc, obstack_base,
35260         obstack_blank, obstack_blank_fast, obstack_chunk_size,
35261         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
35262         obstack_grow0, obstack_init, obstack_int_grow,
35263         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
35264         obstack_next_free, obstack_object_size, obstack_ptr_grow,
35265         obstack_ptr_grow_fast, obstack_room): Remove declarations of
35266         nonexistent functions.
35267
35268 2004-05-18  Karl Berry  <karl@gnu.org>
35269
35270         * config/srclist.txt: break link for vasnprintf.c.
35271
35272 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35273
35274         Port obstack to the AS/400, where pointers are 16 bytes wide and
35275         you cannot cast an integer to a valid pointer.  This patch is
35276         currently waiting to be integrated into glibc; see
35277         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
35278
35279         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
35280         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
35281         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
35282         (struct obstack): temp member is now a union of a pointer and
35283         an integer, instead of an integer.  All integer uses changed.
35284         This does not affect the physical layout of struct obstack,
35285         except on hosts (like the AS/400) where the size or alignment of
35286         void * is greater than that of ptrdiff_t.
35287         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
35288         __STDC__)]: Store temporary in pointer member of union, not
35289         integer member.
35290         * lib/obstack.c: Include <stddef.h>, for offsetof.
35291         (struct fooalign): Remove; it doesn't need a name.
35292         (union fooround): Change double to long double, and add void *.
35293         (DEFAULT_ALIGNMENT): Use offsetof to compute.
35294         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
35295         not a macro.  Hence the values are always int; so remove all
35296         casts-to-int in uses.
35297
35298 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35299
35300         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
35301         we can get this patch merged into glibc.
35302
35303 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35304             Paul Eggert  <eggert@cs.ucla.edu>
35305
35306         * m4/argp: Depend on alloca.
35307
35308 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35309             Paul Eggert  <eggert@cs.ucla.edu>
35310
35311         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
35312         freecoding.
35313
35314 2004-05-17  Bruno Haible  <bruno@clisp.org>
35315
35316         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
35317         precision that consists of a '.' followed by an empty digit string.
35318         Patch by Tor Lillqvist <tml@iki.fi>.
35319
35320 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35321
35322         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
35323         for backward compatibility with older code.  We need our own
35324         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
35325         it under some other name, and our alloca.h will define it.
35326
35327 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35328             Derek Price  <derek@ximbiot.com>
35329
35330         * lib/alloca.c: Include <alloca.h>, to get our interface.
35331         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
35332         include <alloca.h> first.  Use C89 prototype for alloca; this
35333         requires including <stddef.h> for size_t.  Use extern "C" if C++.
35334         Use #elif for simplicity, since we can assume C89 now.
35335         Don't try to source the system alloca.h since it will not be found
35336         and to prevent recursively including its replacement.
35337         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
35338         * lib/regex.c: Likewise.
35339
35340 2004-05-16  Derek Price  <derek@ximbiot.com>
35341             Paul Eggert  <eggert@cs.ucla.edu>
35342
35343         getline cleanup.  This changes the getndelim2 API: both order of
35344         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
35345         no delimiter).
35346
35347         * lib/getline.c: Don't include stddef.h or stdio.h, since our
35348         interface does that.
35349         (getline): Always use getdelim, so that we don't have two
35350         copies of this code.
35351         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
35352         if available.
35353         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
35354         (GETNDELIM2_MAXIMUM): New macro.
35355         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
35356         instead of the old practice of delim2==0.  All callers changed.
35357         Return -1 on overflow, instead of returning junk.
35358         Do not set *linesize unless allocation succeeds.
35359         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
35360         that we include sys/types.h.
35361         * lib/getnline.h: Likewise.
35362         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
35363         (getndelim2): Reorder arguments.
35364         * lib/getnline.c (getnline, getndelim):
35365         Don't discard the NMAX argument.
35366         (getnline): Invoke getndelim, to avoid code duplication.
35367         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
35368         of (size_t) -1 by callers of the getnline family.
35369
35370 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35371
35372         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
35373         Check for gettimeofday.
35374         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
35375         Check for settimeofday, stime.
35376
35377 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35378
35379         * lib/nanosleep.c (suspended): Change its type from int to
35380         sig_atomic_t volatile.
35381         (first_call): Make it private to rpl_nanosleep, and have it
35382         be zero initially as that's a bit faster.
35383         (my_usleep): Round up fractional times instead of truncating them,
35384         as this is the usual meaning for 'sleep'.
35385
35386         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
35387         doesn't work.
35388         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
35389         (ENOSYS): Define if not defined.
35390         (settime): Fall back on stime if it exists and settimeofday fails.
35391         But don't bother with fallbacks if a method fails with errno == EPERM.
35392
35393 2004-05-11  Jim Meyering  <jim@meyering.net>
35394
35395         Prior to this change, the save_cwd caller required read access to the
35396         current directory on most systems (ones with the fchdir function).
35397
35398         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
35399         fails, try write-only, and finally, resort to using xgetcwd.
35400
35401 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35402
35403         * lib/obstack.c, obstack.h: Import changes from libc.
35404
35405 2004-04-28  Bruno Haible  <bruno@clisp.org>
35406
35407         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
35408         also implicitly appends .exe to executables.
35409         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
35410         accepts Windows pathnames.
35411         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35412         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35413         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35414         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35415         Reported by Derek Robert Price <derek@ximbiot.com>.
35416
35417 2004-04-21  Karl Berry  <karl@gnu.org>
35418
35419         * config/srclist.txt (localcharset.c): break sync.
35420
35421 2004-04-20  Paul Eggert  <eggert@twinsun.com>
35422
35423         * m4/host-os.m4: Add a copyright notice.
35424
35425 2004-04-20  Jim Meyering  <jim@meyering.net>
35426
35427         Change UTILS_ to gl_ in AC_DEFINE'd names.
35428         Change utils_- and jm_-prefixed variables, too.
35429         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
35430         UTILS_FUNC_MKDIR_TRAILING_SLASH.
35431         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
35432
35433         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
35434         Don't emit trailing blanks.
35435         Also rename jm_-prefixed variables to have gl_ prefix.
35436
35437         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
35438         Also rename jm_-prefixed variables to have gl_ prefix.
35439
35440         * m4/jm-macros.m4: Reflect the renamings.
35441         * m4/prereq.m4: Likewise.
35442
35443 2004-04-20  Jim Meyering  <jim@meyering.net>
35444
35445         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
35446         memory.
35447
35448 2004-04-20  Jim Meyering  <jim@meyering.net>
35449             Bruno Haible  <bruno@clisp.org>
35450
35451         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
35452         memory when realloc fails.
35453
35454 2004-04-19  Jim Meyering  <jim@meyering.net>
35455
35456         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
35457         now that readutmp.c may call `free (0)'.
35458
35459 2004-04-19  Bruno Haible  <bruno@clisp.org>
35460
35461         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
35462         * m4/inttypes_h.m4: Likewise.
35463         * m4/stdint_h.m4: Likewise.
35464         * m4/intmax_t.m4: Likewise.
35465         * m4/uintmax_t.m4: Likewise.
35466
35467 2004-04-18  Jim Meyering  <jim@meyering.net>
35468
35469         * m4/prereq.m4: Don't forbid jm_ prefix.
35470
35471         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
35472         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
35473         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
35474         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
35475         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
35476         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
35477         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
35478         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
35479         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
35480         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
35481         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
35482         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
35483         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
35484         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
35485         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
35486         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
35487         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
35488         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
35489         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
35490
35491 2004-04-18  Jim Meyering  <jim@meyering.net>
35492
35493         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
35494         failure, don't leak memory and do call END_UTMP_ENT.
35495
35496 2004-04-16  Jim Meyering  <jim@meyering.net>
35497
35498         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
35499         coreutils' stat program.
35500         (gl_PREREQ): Don't require jm_PREREQ_STAT.
35501
35502 2004-04-11  Paul Eggert  <eggert@twinsun.com>
35503
35504         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
35505         C89.
35506         (CHAR_BIT): Remove, since we assume C89.
35507         Include <stdint.h> if available, as per current Autoconf CVS advice.
35508
35509 2004-03-31  Jim Meyering  <jim@meyering.net>
35510
35511         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
35512         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
35513         * m4/xalloc.m4: Likewise.
35514
35515 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35516
35517         Merge from coreutils.
35518
35519         * m4/inttostr.m4: New file.
35520         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
35521         Require AM_STDBOOL_H and gl_TIMESPEC instead.
35522         Require gl_CLOCK_TIME.
35523         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
35524
35525 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35526
35527         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
35528         not bool, to be more consistent with Unix conventions.
35529         Suggested by Bruno Haible.
35530
35531         Merge from coreutils.
35532
35533         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
35534         * lib/umaxtostr.c: New files.
35535
35536         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
35537         the usual <time.h> dance.
35538         (get_date): Change signature to support fractional time stamps.
35539         All callers changed.
35540         * lib/getdate.y: Include "getdate.h" first, as we can now
35541         assume C89 and don't need to worry about 'const'.
35542         Similarly, include "unlocked-io.h" near start, not in middle.
35543         Include <limits.h>.
35544         (textint.value): Use long int rather than int.
35545         (textint.digits): Use size_t rather than int.
35546         (BILLION, LOG10_BILLION): New constants.
35547         (parser_control): New member rel_ns.  Members day_ordinal,
35548         time_zone, month, day, hour, minutes, rel_year, rel_month,
35549         rel_day, rel_hour, rel_minutes, rel_seconds
35550         are now long int, not int.  Member seconds is now struct timespec,
35551         not int.  New member timespec_seen.  Members dates_seen, days_seen,
35552         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
35553         not int.
35554         (%union.intval): Now long int, not int.
35555         New member timespec.
35556         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
35557         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
35558         (spec): Now is a timespec or an item list.
35559         (timespec, items): New nonterminals.
35560         (time, rel, relunit, number, get_date):
35561         Add support for fractional seconds.
35562         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
35563         (gmtime, localtime, mktime): Remove decls; not needed with C89.
35564         (to_hour): First arg is now long int, not int.
35565         (to_year): Returns long int, not int.
35566         Don't treat year -70 like 70.
35567         (tm_diff): Returns long int, not int.
35568         (lookup_word): Use bool instead of int when appropriate.
35569         (yylex): Use size_t for count, not int.
35570         Detect overflow when parsing large integer constants.
35571         Add support for fractions.
35572         (get_date): Make pointers 'const' if possible.
35573         Use more-portable code to detect integer overflow.
35574         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
35575         Don't use ctime; it's not reliable if the year has >4 digits.
35576
35577         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
35578         This is for compatibility with BSD.
35579
35580         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
35581         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
35582         From coreutils' system.h.
35583
35584         * lib/userspec.c: Don't include "posixver.h".
35585         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
35586         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
35587         compatible extension.  Simplify code by removing a boolean int
35588         that was always nonzero if a string was nonnull.
35589
35590 2004-03-30  Jim Meyering  <jim@meyering.net>
35591
35592         Merge from coreutils.
35593
35594         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
35595         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
35596         on some systems one must include <grp.h> before it.
35597         Reported by Christian Krackowizer.
35598
35599 2004-03-30  Jim Meyering  <jim@meyering.net>
35600
35601         Merge from coreutils.
35602
35603         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
35604
35605         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
35606         an empty input stream.
35607
35608         * lib/readtokens.c: Include <stdbool.h>.
35609         (readtoken): Use `size_t' rather than int/long.
35610         All callers adjusted.
35611         Use `bool' rather than `int' where appropriate.
35612         Use memset rather than an explicit loop.
35613         Use x2nrealloc rather than xrealloc.
35614         Allow the use of `\0' as a delimiter.
35615         (readtokens): Likewise.
35616         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
35617
35618 2004-03-30  Jim Meyering  <jim@meyering.net>
35619
35620         * m4/realloc.m4: Remove file, since now it does no more than
35621         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
35622         the `configure.ac' section of module/realloc.
35623         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
35624
35625 2004-03-30  Bruno Haible  <bruno@clisp.org>
35626
35627         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
35628         nonnull.
35629
35630 2004-03-29  Paul Eggert  <eggert@twinsun.com>
35631
35632         Merge changes to getloadavg.c from coreutils and Emacs.
35633
35634         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
35635         Define to an expression, not to the empty string.
35636         Include cloexec.h and xalloc.h.
35637         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
35638         Use set_cloexec_flag rather than rolling our own.
35639         * lib/cloexec.c, lib/cloexec.h: New files.
35640
35641 2004-03-29  Paul Eggert  <eggert@twinsun.com>
35642
35643         * m4/cloexec.m4: New file.
35644
35645 2004-03-18  Paul Eggert  <eggert@twinsun.com>
35646
35647         * lib/getopt.h: Sync with libc CVS.
35648
35649 2004-03-18  Paul Eggert  <eggert@twinsun.com>
35650             Bruno Haible  <bruno@clisp.org>
35651
35652         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
35653         mbswidth.
35654
35655 2004-03-18  Paul Eggert  <eggert@twinsun.com>
35656             Bruno Haible  <bruno@clisp.org>
35657
35658         * lib/mbswidth.h: Include <wchar.h> only if
35659         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
35660         <wchar.h>.
35661         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
35662
35663 2004-03-09  Paul Eggert  <eggert@twinsun.com>
35664
35665         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
35666         Sync with libc CVS.
35667         * lib/getopt_int.h: New file, also synced from libc.
35668
35669 2004-03-09  Paul Eggert  <eggert@twinsun.com>
35670
35671         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
35672         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
35673         Bring back getopt.c, getopt.h, getopt1.c.
35674
35675 2004-03-07  Paul Eggert  <eggert@twinsun.com>
35676
35677         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
35678         All uses changed.  Check for sa_sigaction member; this fixes
35679         a bug first reported by Jason Andrade in
35680         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
35681
35682 2004-03-07  Paul Eggert  <eggert@twinsun.com>
35683
35684         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
35685         '#if' expressions.  Unlike the code it replaces, it does not
35686         depend on (defined _SC_PAGESIZE).  However, it does depend on
35687         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
35688         first reported by Jason Andrade in
35689         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
35690
35691 2004-02-25  Simon Josefsson  <jas@extundo.com>
35692
35693         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
35694
35695 2004-02-25  Simon Josefsson  <jas@extundo.com>
35696
35697         * lib/strdup.h: New file.
35698         * lib/strdup.c: Include it.
35699         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
35700         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
35701
35702 2004-02-23  Karl Berry  <karl@gnu.org>
35703
35704         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
35705         (from fencepost.gnu.org:/gd/gnuorg).
35706
35707 2004-02-23  Karl Berry  <karl@gnu.org>
35708
35709         * config/srclistvars.sh (GNUORG) [karl]: redefine.
35710         * config/srclist.txt: add maintain/standards documents.
35711
35712 2004-02-18  Bruno Haible  <bruno@clisp.org>
35713
35714         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
35715         Reported by Derek Robert Price <derek@ximbiot.com>.
35716
35717 2004-02-16  Karl Berry  <karl@gnu.org>
35718
35719         * config/mkinstalldirs, install-sh: update from automake.
35720
35721 2004-02-06  Karl Berry  <karl@gnu.org>
35722
35723         * m4/po.m4: update from gettext 0.14.1.
35724
35725 2004-02-06  Karl Berry  <karl@gnu.org>
35726
35727         * lib/config.charset: update from gettext 0.14.1.
35728
35729 2004-02-05  Paul Eggert  <eggert@twinsun.com>
35730
35731         Add comments and code, prompted by suggestions from Bruno Haible
35732         for sh-quote.
35733         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
35734         describing the enum quoting_style values.
35735         * lib/quotearg.c (quotearg_alloc): New function.
35736         (quotearg_buffer_restyled): Treat lone { and } as special.
35737         Treat = as special.  Work around bug with older shells
35738         that "see" a '\' that is really the 2nd byte of a multibyte char.
35739         Quote empty string with shell_quoting_style.
35740
35741 2004-02-03  Bruno Haible  <bruno@clisp.org>
35742
35743         * m4/pipe.m4: New file, from GNU gettext.
35744
35745 2004-02-03  Bruno Haible  <bruno@clisp.org>
35746
35747         * lib/pipe.h: New file, from GNU gettext.
35748         * lib/pipe.c: New file, from GNU gettext.
35749
35750 2004-01-27  Bruno Haible  <bruno@clisp.org>
35751
35752         * m4/execute.m4: New file, from GNU gettext.
35753
35754 2004-01-27  Bruno Haible  <bruno@clisp.org>
35755
35756         * lib/execute.h: New file, from GNU gettext.
35757         * lib/execute.c: New file, from GNU gettext.
35758         * lib/w32spawn.h: New file, from GNU gettext.
35759
35760 2004-01-24  Paul Eggert  <eggert@twinsun.com>
35761
35762         Merge from diffutils.
35763
35764         * lib/file-type.c (file_type): Add typed memory objects.
35765         * lib/file-type.h (S_TYPEISTMO): New macro.
35766
35767         * lib/c-stack.h (c_stack_action): Remove argv argument.
35768         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
35769         (die): Don't calculate message unless segv_action returns.
35770         (get_stack_location, min_address_from_argv, max_address_from_argv,
35771         volatile stack_base, volatile_stack_size): Remove.
35772         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
35773         that every segmentation violation is a stack overflow.  (Ouch!)
35774         See Debian bug 136249 (still outstanding) for more info about why
35775         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
35776
35777 2004-01-24  Paul Eggert  <eggert@twinsun.com>
35778
35779         Exit-status fix from coreutils.
35780
35781         Use exit_failure consistently in place of EXIT_FAILURE,
35782         so that program exit statuses are consistent on failure.
35783
35784         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
35785         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
35786         * lib/argmatch.h: Comment fix to match the above.
35787         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
35788         Now a macro referring to exit_failure, instead of a separate
35789         variable.  Include "exitfail.h" to get it.
35790         * lib/xstrtol.h: Include "exitfail.h".
35791         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
35792
35793         * lib/long-options.c (parse_long_options): Use prototype
35794         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
35795         for clarity.
35796
35797 2004-01-21  Jim Meyering  <jim@meyering.net>
35798
35799         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
35800         so as not to conflict with a different-sized __mktime_internal
35801         function in GNU libc.
35802         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
35803         Problem building statically-linked `ls' reported by Michael Brunnbauer.
35804
35805 2004-01-20  Karl Berry  <karl@gnu.org>
35806
35807         * config/config.guess: update from config.
35808
35809         * config/srclistvars.sh: GNUWWWLICENSES for karl.
35810
35811 2004-01-20  Bruno Haible  <bruno@clisp.org>
35812
35813         Safer stack allocation.
35814         * lib/setenv.c: Include allocsa.h.
35815         (alloca): Remove fallback definition.
35816         (freea): Remove macro.
35817         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
35818         instead of freea.
35819
35820 2004-01-20  Bruno Haible  <bruno@clisp.org>
35821
35822         * m4/eealloc.m4: New file, from GNU gettext.
35823
35824 2004-01-20  Bruno Haible  <bruno@clisp.org>
35825
35826         * m4/allocsa.m4: New file, from GNU gettext.
35827
35828 2004-01-20  Bruno Haible  <bruno@clisp.org>
35829
35830         * lib/xallocsa.h: New file, from GNU gettext.
35831         * lib/xallocsa.c: New file, from GNU gettext.
35832
35833 2004-01-20  Bruno Haible  <bruno@clisp.org>
35834
35835         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
35836
35837 2004-01-20  Bruno Haible  <bruno@clisp.org>
35838
35839         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
35840         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
35841         specially.
35842
35843 2004-01-20  Bruno Haible  <bruno@clisp.org>
35844
35845         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
35846         patch.
35847
35848 2004-01-20  Bruno Haible  <bruno@clisp.org>
35849
35850         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
35851
35852 2004-01-20  Bruno Haible  <bruno@clisp.org>
35853
35854         * lib/eealloc.h: New file.
35855
35856 2004-01-20  Bruno Haible  <bruno@clisp.org>
35857
35858         * lib/binary-io.h: Avoid warnings on Cygwin.
35859
35860 2004-01-20  Bruno Haible  <bruno@clisp.org>
35861
35862         * lib/allocsa.h: New file, from GNU gettext.
35863         * lib/allocsa.c: New file, from GNU gettext.
35864
35865 2004-01-18  Karl Berry  <karl@gnu.org>
35866
35867         * doc/gpl.texi, doc/lgpl.texi: new files.
35868
35869 2004-01-18  Karl Berry  <karl@gnu.org>
35870
35871         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
35872         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
35873
35874 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35875
35876         Merge from coreutils.
35877
35878         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
35879         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
35880         (gl_DEFAULT_POSIX2_VERSION): Move
35881         the documentation from 'configure' into 'config.hin',
35882         so that 'configure --help' isn't burdened by it and
35883         we don't have to worry about its formatting there.
35884         Reword the documentation so that it's more succinct
35885         and can be run together into a single paragraph.
35886         * m4/same.m4 (gl_SAME): Check for pathconf.
35887
35888 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35889
35890         Merge from coreutils.
35891
35892         * lib/posixver.c: Include posixver.h.
35893
35894         * lib/same.c: Include <stdbool.h>, <limits.h>.
35895         (_POSIX_NAME_MAX): Define if not defined.
35896         (MIN): New macro.
35897         (same_name): If file names are silently truncated, report
35898         that the file names are the same if they are the same after
35899         the silent truncation.
35900
35901         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
35902         conversion function.
35903         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
35904         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
35905         longer needed.
35906
35907 2004-01-15  Jim Meyering  <jim@meyering.net>
35908
35909         Merge from coreutils.
35910
35911         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
35912         if no library is required.
35913         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
35914         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
35915         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
35916         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
35917         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
35918         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
35919         value, $ac_cv_search_crypt, if it's "none required".
35920         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
35921         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
35922         not gl_FUNC_GETLOADAVG.
35923         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
35924         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
35925
35926 2004-01-15  Jim Meyering  <jim@meyering.net>
35927
35928         Merge from coreutils.
35929
35930         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
35931         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
35932         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
35933
35934         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
35935         optional configure-time default.
35936
35937         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35938
35939         * lib/xreadlink.c (xreadlink): Correct outdated comment.
35940
35941 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
35942
35943         Merge from coreutils.
35944
35945         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
35946         value, $ac_cv_search_nanosleep, if it's "none required".
35947
35948 2004-01-14  Paul Eggert  <eggert@twinsun.com>
35949
35950         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
35951         with like-named macro in fnmatch.c.
35952         (EXT): Use an internal constant instead.
35953
35954         Merge fnmatch patches from glibc.
35955         * lib/fnmatch.c (mbsinit): Remove define.
35956         Add libc_hidden_ver (__fnmatch, fnmatch).
35957         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
35958         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
35959
35960 2004-01-14  Karl Berry  <karl@gnu.org>
35961
35962         * config/install-sh: update from automake.
35963
35964 2004-01-13  Karl Berry  <karl@gnu.org>
35965
35966         * config/install-sh: update from automake.
35967
35968 2004-01-09  Karl Berry  <karl@gnu.org>
35969
35970         * config/install-sh: update from automake.
35971
35972 2004-01-05  Karl Berry  <karl@gnu.org>
35973
35974         * config/config.{sub,guess}: update from config.
35975
35976 2003-12-31  Karl Berry  <karl@gnu.org>
35977
35978         * config/depcomp: update from automake.
35979
35980 2003-12-14  Karl Berry  <karl@gnu.org>
35981
35982         * lib/config.charset: update from gettext-runtime.
35983
35984 2003-12-03  Paul Eggert  <eggert@twinsun.com>
35985
35986         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
35987         Bug reported by Alfred M. Szmidt.
35988
35989 2003-12-03  Bruno Haible  <bruno@clisp.org>
35990
35991         * m4/gettext.m4: Upgrade from gettext-0.13.
35992         * m4/po.m4: Upgrade from gettext-0.13.
35993         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
35994         * m4/intmax.m4: New file, from gettext-0.13.
35995         * m4/printf-posix.m4: New file, from gettext-0.13.
35996
35997 2003-11-29  Karl Berry  <karl@gnu.org>
35998
35999         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36000
36001 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36002             Bruno Haible  <bruno@clisp.org>
36003
36004         * lib/printf-parse.h: Don't include sys/types.h.
36005         (ARG_NONE): New macro.
36006         (char_directive): Change type of *arg_index fields to size_t.
36007         * lib/printf-parse.c: Don't include sys/types.h.
36008         (SSIZE_MAX): Remove macro.
36009         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36010         Remove unnecessary overflow check.
36011         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36012         fields.
36013
36014 2003-11-25  Bruno Haible  <bruno@clisp.org>
36015
36016         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36017
36018 2003-11-25  Bruno Haible  <bruno@clisp.org>
36019
36020         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36021         gt_TYPE_SSIZE_T.
36022
36023 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36024
36025         * modules/alloca: Remove dependency on xalloc.
36026
36027 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36028
36029         * lib/alloca.c: Remove dependency on xalloc module.
36030         (xalloc_die): Remove.
36031         (memory_full) [!defined emacs]: New macro.
36032         [!defined emacs]: Don't include xalloc.h.
36033         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36034         address arithmetic overflows.  Change datatypes a bit to avoid
36035         unnecessary casts.
36036
36037 2003-11-22  Jim Meyering  <jim@meyering.net>
36038
36039         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36040         s/size/size_t/.
36041
36042 2003-11-21  Karl Berry  <karl@gnu.org>
36043
36044         * config/config.{sub,guess}: update from config.
36045
36046 2003-11-18  Karl Berry  <karl@gnu.org>
36047
36048         * config/config.{sub,guess}: update from config.
36049
36050         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36051
36052 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36053
36054         * README: Mention that S+T cannot overflow if S is the size of
36055         an existing object and T is sufficiently small.
36056
36057 2003-11-17  Jim Meyering  <jim@meyering.net>
36058
36059         On systems without utime and without a utimes function capable of
36060         dealing with a NULL struct utimbuf* argument, this utime replacement
36061         could -- in unusual circumstances -- leak a file descriptor.
36062         * lib/utime.c: Include <unistd.h> and <errno.h>.
36063         (utime_null): Be sure to close `fd' and to preserve errno.
36064         Reported by Geoff Collyer via Arnold Robbins.
36065
36066 2003-11-17  Bruno Haible  <bruno@clisp.org>
36067
36068         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36069         (Depends-on): Add xsize.
36070
36071 2003-11-17  Bruno Haible  <bruno@clisp.org>
36072
36073         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36074
36075 2003-11-17  Bruno Haible  <bruno@clisp.org>
36076
36077         * lib/vasnprintf.c (alloca): Remove fallback definition.
36078         (freea): Remove definition.
36079         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36080         Reported by Paul Eggert.
36081
36082 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36083             Bruno Haible  <bruno@clisp.org>
36084
36085         Protect against address arithmetic overflow.
36086         * lib/printf-args.h: Include stddef.h.
36087         (arguments): Change type of field 'count' to size_t.
36088         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36089         'unsigned int' where appropriate.
36090         * lib/printf-parse.h: Include sys/types.h.
36091         (char_directive): Change type of *arg_index fields to ssize_t.
36092         (char_directives): Change type of fields 'count', max_*_length to
36093         size_t.
36094         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36095         (SSIZE_MAX): Define fallback value.
36096         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36097         instead of 'int' where appropriate. Check a_allocated, d_allocated
36098         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36099         * lib/vasnprintf.c: Include xsize.h.
36100         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36101         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36102         overflow. Avoid wraparound when converting a width or precision from
36103         decimal to binary.
36104
36105 2003-11-16  Bruno Haible  <bruno@clisp.org>
36106
36107         Update from GNU gettext.
36108         * lib/printf-parse.c: Generalize to it can be compiled for wide
36109         strings.
36110         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36111         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36112         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36113         SNPRINTF): New macros.
36114         Don't include <alloca.h> if the file is used inside libintl.
36115         (local_wcslen): New function, for Solaris 2.5.1.
36116         (VASNPRINTF): Use it instead of wcslen.
36117
36118 2003-11-16  Bruno Haible  <bruno@clisp.org>
36119
36120         * lib/xsize.h (xmax): New function.
36121         (xsum, xsum3, xsum4): Declare as "pure" functions.
36122
36123 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36124
36125         * modules/xalloc (Files): Undo latest change, since xalloc.h
36126         no longer needs SIZE_MAX or PTRDIFF_MAX.
36127
36128 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36129
36130         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36131         gl_PTRDIFF_MAX.
36132
36133 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36134
36135         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36136         "return", to pacify some unknown compiler.  Problem reported
36137         by Joerg Schilling.
36138
36139 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36140
36141         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36142         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36143         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36144         heuristic is just as accurate as far as we know, and it removes a
36145         dependency on size_max.m4 and ptrdiff_max.m4.
36146
36147 2003-11-11  Bruno Haible  <bruno@clisp.org>
36148
36149         * modules/xsize (Files): Add m4/size_max.m4.
36150         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36151
36152 2003-11-11  Bruno Haible  <bruno@clisp.org>
36153
36154         * m4/size_max.m4: New file.
36155         * m4/ptrdiff_max.m4: New file.
36156         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36157         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36158         (gl_XALLOC): Invoke it.
36159
36160 2003-11-11  Bruno Haible  <bruno@clisp.org>
36161
36162         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36163         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36164         defined.
36165
36166 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36167
36168         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36169         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36170         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36171         From Bruno Haible.
36172         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36173         not (size_t) -1, since it's defined here.
36174
36175 2003-11-09  Karl Berry  <karl@gnu.org>
36176
36177         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36178
36179 2003-11-06  Paul Eggert  <eggert@twinsun.com>
36180
36181         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
36182         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
36183         Reject sizes of exactly SIZE_MAX bytes.
36184         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
36185         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
36186
36187 2003-11-05  Bruno Haible  <bruno@clisp.org>
36188
36189         * lib/xsize.h: Include limits.h, to avoid a possible collision with
36190         SIZE_MAX defined in <limits.h> on Solaris.
36191
36192 2003-11-04  Jim Meyering  <jim@meyering.net>
36193
36194         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
36195         variable names, rather than @VAR@.
36196         * modules/poll: Likewise.
36197
36198 2003-11-04  Bruno Haible  <bruno@clisp.org>
36199
36200         * modules/xsize: New file.
36201         * modules/linebreak: Depend on xsize.
36202         * MODULES.html.sh (func_all_modules): Add xsize.
36203
36204 2003-11-04  Bruno Haible  <bruno@clisp.org>
36205
36206         * m4/xsize.m4: New file.
36207
36208 2003-11-04  Bruno Haible  <bruno@clisp.org>
36209
36210         * lib/xsize.h: New file.
36211         * lib/linebreak.c: Include xsize.h.
36212         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
36213         argument for overflow.
36214         Suggested by Paul Eggert.
36215
36216 2003-11-03  Karl Berry  <karl@gnu.org>
36217
36218         * config/config.{guess,sub}: update from config.
36219
36220 2003-11-03  Jim Meyering  <jim@meyering.net>
36221
36222         * modules/userspec (lib_SOURCES): Add userspec.h.
36223         (Include): Add "userspec.h".
36224         Improve description.
36225
36226 2003-11-03  Jim Meyering  <jim@meyering.net>
36227
36228         * lib/userspec.c: Include "userspec.h".
36229         * lib/userspec.h: New file.
36230
36231 2003-11-03  Bruno Haible  <bruno@clisp.org>
36232
36233         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
36234
36235 2003-11-03  Bruno Haible  <bruno@clisp.org>
36236
36237         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
36238         available, to avoid (extremely rare) race condition.
36239         Suggested by Paul Eggert.
36240
36241 2003-11-02  Karl Berry  <karl@gnu.org>
36242
36243         * config/srclist.txt (vasprintf.c): sync broken, sigh.
36244
36245 2003-10-31  Paul Eggert  <eggert@twinsun.com>
36246
36247         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
36248         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
36249         (read_filesystem_list): Set and use me_type_malloced.
36250         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
36251         whatever the type happens to be), for brevity and consistency.
36252         Check for size calculation overflow on Alphas running OSF/1.
36253
36254 2003-10-31  Jim Meyering  <jim@meyering.net>
36255
36256         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
36257
36258         * lib/linebuffer.c: Include <string.h> for declaration of memset.
36259
36260 2003-10-30  Paul Eggert  <eggert@twinsun.com>
36261             Bruno Haible  <bruno@clisp.org>
36262
36263         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
36264         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
36265
36266 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36267
36268         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
36269         netbsd*-gnu*.  Suggested by Robert Millan.
36270
36271 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36272
36273         * modules/group-member: Depend on stdbool.
36274
36275 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36276
36277         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
36278
36279 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36280
36281         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
36282         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
36283         after the 'gnu' in these cases.  This fixes some bugs in the
36284         previous change, and is based on suggestions by Robert Millan.
36285
36286 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36287
36288         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
36289         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
36290         no longer needed.
36291         * lib/quotearg.c (quotearg_n_options): Use it.
36292         * lib/group-member.c: Include <stdbool.h>.
36293         (free_group_info): Arg is now const *; don't free arg.
36294         (get_group_info): Now returns bool and accepts struct group_info *,
36295         rather than returning a malloc'ed struct group_info *.
36296         All uses changed.  Check for overflow in internal size calculation.
36297
36298         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
36299         rather than xmalloc/xrealloc.
36300         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
36301         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
36302         conformance bug: the old code used a pointer after freeing the
36303         storage that it addressed.
36304         * lib/hash.c (hash_initialize): Simplify the code by using
36305         xalloc_oversized rather than doing it by hand.
36306         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
36307         the buffer preserved.  Use free and xmalloc instead.
36308         * lib/quotearg.c (quotearg_n_options): Likewise.
36309         Use a simpler test for size overflow.  Don't use xalloc_oversized
36310         because unsigned int might be wider than size_t (!); this suggests
36311         that we should switch from unsigned int to size_t for slot numbers.
36312
36313 2003-10-28  Paul Eggert  <eggert@twinsun.com>
36314
36315         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
36316         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
36317         NetBSD kernels.  Requested by Richard Stallman.
36318
36319 2003-10-27  Paul Eggert  <eggert@twinsun.com>
36320
36321         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
36322         to allocate the returned structure.  Do not allocate a subarray,
36323         as x2nrealloc will do that.
36324         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
36325         instead of xnrealloc.
36326         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
36327
36328 2003-10-27  Bruno Haible  <bruno@clisp.org>
36329
36330         * lib/stdbool_.h: Better support for BeOS.
36331
36332 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36333
36334         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
36335         now uses inline.
36336
36337 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36338
36339         * lib/xalloc.h (xalloc_oversized): New static inline function, for
36340         callers that want to do their own size-overflow checking.  Include
36341         <stdbool.h>, since xalloc_oversized returns bool.
36342         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
36343         to use xalloc_oversized.
36344
36345         Add two functions x2realloc, x2nrealloc, for programs that grow
36346         arrays dynamically by doubling their sizes.
36347         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
36348         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
36349         New functions.
36350
36351         Port to C99 semantics for 'inline' of external functions.
36352         Bug reported by Bruno Haible.
36353         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
36354         with the old contents of xnmalloc.
36355         (xnmalloc, xmalloc): Use it.
36356         (xnrealloc_inline): New static inline function,
36357         with the old contents of xnrealloc.
36358         (xnrealloc, xrealloc): Use it.
36359
36360         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
36361         that.
36362
36363 2003-10-26  Karl Berry  <karl@gnu.org>
36364
36365         * config/srclist.txt (COPYING.DOC): no longer available from
36366         /gd/gnuorg; don't know where the ultimate source is.
36367
36368 2003-10-25  Paul Eggert  <eggert@twinsun.com>
36369
36370         Fix several address-calculation bugs in the hash modules,
36371         plus some minor code cleanup.
36372
36373         * lib/hash.h: Include <stdbool.h>, for bool.
36374         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
36375         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
36376         hash_get_n_entries, hash_get_max_bucket_length,
36377         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
36378         hash_rehash): Use size_t rather than unsigned.
36379         * lib/hash.c (struct hash_table, hash_get_n_buckets,
36380         hash_get_n_buckets_used, hash_get_n_entries,
36381         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
36382         hash_get_entries, hash_do_for_each, hash_string, is_prime,
36383         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
36384         Likewise.
36385         (SIZE_MAX): Define if not defined.
36386         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
36387         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
36388         hash_print):
36389         Use const * when possible.
36390         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
36391         (check_tuning): Fix bug: if tuning parameters were very close to
36392         0 or 1, rounding errors could have caused subscript violations.
36393         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
36394         (hash_initialize): Add 'fail:' label
36395         to free table and return NULL, and use it to simplify code.
36396         Use calloc rather than clearing the storage ourself.
36397         (hash_initialize, hash_rehash): Check for arithmetic overflow in
36398         buffer size calculations.
36399         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
36400         Include <stddef.h>, for size_t.
36401         * lib/hash-pjw.c (hash_pjw): Likewise.
36402         Switch to method described by Bruno Haible.
36403         Include <limits.h>, for CHAR_BIT.
36404         (SIZE_BITS): New macro.
36405
36406 2003-10-23  Paul Eggert  <eggert@twinsun.com>
36407
36408         * m4/getline.m4 (AM_FUNC_GETLINE):
36409         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
36410         hosts.  Problem reported by Derek Robert Price in
36411         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
36412         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
36413         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
36414
36415 2003-10-21  Paul Eggert  <eggert@twinsun.com>
36416
36417         * lib/getndelim2.c (getndelim2): When size calculation overflows,
36418         ceiling the allocation at NMAX bytes rather than silently
36419         discarding input bytes before NMAX is reached.  This makes
36420         a difference only if NMAX exceeds SIZE_MAX / 2.
36421
36422         * lib/obstack.c: Merge from glibc.
36423         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
36424         Add libc_hidden_def (_obstack_newchunk).
36425         (_obstack_free) [! defined _LIBC]: Remove.
36426         [defined _LIBC]: Make a strong alias from obstack_free, rather than
36427         a clone of the function body.
36428         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
36429         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
36430
36431         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
36432         glibc.
36433         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
36434         arg to memcpy.
36435
36436         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
36437         (obstack_ptr_grow_fast, obstack_int_grow_fast):
36438         Don't use lvalue casts, as GCC plans to remove support for them
36439         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
36440         was also present in the non-GCC version, indicating that this
36441         code had always been buggy and had never been widely used.
36442         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
36443         Use the fast variant of each macro, rather than copying the
36444         definiens of the fast variant; that way, we'll be more likely to
36445         catch future bugs in the fast variants.
36446
36447 2003-10-20  Bruno Haible  <bruno@clisp.org>
36448
36449         * modules/wait-process: New file.
36450         * MODULES.html.sh (func_all_modules): Add wait-process.
36451
36452 2003-10-20  Bruno Haible  <bruno@clisp.org>
36453
36454         * m4/wait-process.m4: New file.
36455
36456 2003-10-20  Bruno Haible  <bruno@clisp.org>
36457
36458         * lib/wait-process.h: New file, from GNU gettext.
36459         * lib/wait-process.c: New file, from GNU gettext.
36460
36461 2003-10-19  Jim Meyering  <jim@meyering.net>
36462
36463         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
36464         HPUX 10.20.
36465
36466 2003-10-18  Karl Berry  <karl@gnu.org>
36467
36468         * config/config.guess: update from config.
36469
36470 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36471
36472         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
36473         (getgroups): First arg is int, not size_t.
36474         Don't let 'free' mangle errno.
36475
36476 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36477
36478         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
36479
36480 2003-10-16  Karl Berry  <karl@gnu.org>
36481
36482         * config/config.{guess,sub}: update from config.
36483
36484 2003-10-16  Jim Meyering  <jim@meyering.net>
36485
36486         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
36487         memcpy.
36488
36489 2003-10-15  Paul Eggert  <eggert@twinsun.com>
36490
36491         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
36492         (SIZE_MAX): Remove.
36493         (new_exclude, add_exclude_file): Initial size no longer needs to
36494         be a power of 2.
36495         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
36496         our own address arithmetic overflow checking.
36497
36498         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
36499         (fnmatch): Do not alloca more than 2000 wide characters;
36500         instead, use malloc for large buffers.
36501         Check for address arithmetic overflow, and return -1
36502         with errno set to ENOMEM in that case.
36503         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
36504         (NEW_PATTERN): Do not alloca more than 8000 bytes;
36505         instead, return -1.  Check for address arithmetic overflow.
36506
36507 2003-10-14  Paul Eggert  <eggert@twinsun.com>
36508
36509         Handle invalid suffixes and overflow independently, so that
36510         callers can treat them independently as needed.  Fix some bugs in
36511         suffix handling, e.g., "100k@" was not diagnosed as an invalid
36512         suffix for a human-readable blocksize.  The major caller-visible
36513         change is the addition of a new
36514         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
36515         that both overflow and suffix chars were found.
36516
36517         * lib/human.c (humblock): Don't check separately for invalid suffix
36518         char; that is xstrtoumax's job (now that its bug is fixed).
36519         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
36520         INTMAX_MAX]: New macros.
36521         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
36522         TYPE_MAXIMUM): New macros.
36523         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
36524         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
36525         if overflow occurs, as it's what __strtol does and it's more useful
36526         in practice.
36527         (__xstrtol): If __strtol reports some error other than ERANGE,
36528         reflect it to the caller as LONGINT_INVALID.  If it reports
36529         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
36530         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
36531         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
36532         value.
36533         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
36534         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
36535         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
36536         [defined UINTMAX_MAX]: New macros.
36537
36538 2003-10-14  Bruno Haible  <bruno@clisp.org>
36539
36540         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
36541
36542 2003-10-14  Bruno Haible  <bruno@clisp.org>
36543
36544         * m4/sig_atomic_t: New file, from GNU gettext.
36545         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
36546
36547 2003-10-14  Bruno Haible  <bruno@clisp.org>
36548
36549         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
36550         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
36551         Also use volatile where needed.
36552
36553 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36554
36555         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
36556         Change maintainer from Bruno Haible to 'all'.
36557
36558 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36559
36560         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
36561
36562 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36563
36564         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
36565         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
36566         and define in terms of the other primitives.
36567         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
36568         (SIZE_MAX): Define if not already defined.
36569         (array_size_overflow): New function.
36570         (xalloc_die): Abort instead of exiting if 'error' returns.
36571         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
36572         (xmalloc, xrealloc): Use them.
36573         (xcalloc): Check for address arithmetic overflow.
36574         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
36575         a bit faster than strcpy.
36576
36577 2003-10-10  Simon Josefsson  <jas@extundo.com>
36578
36579         * modules/argp (Depends-on): Add restrict and strcase.
36580
36581 2003-10-10  Simon Josefsson  <jas@extundo.com>
36582
36583         * m4/argp.m4: Add AC_C_INLINE.
36584
36585 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36586
36587         Merge getpass from libc, plus a few fixes.
36588
36589         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
36590         Include <stdbool.h>.
36591         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
36592         __fsetlocking to empty.
36593         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
36594         do include <bits/libc-lock.h>.
36595         Do not include <fcntl.h>; not needed.
36596         [_LIBC]: Include <wchar.h>.
36597         (NOTCANCEL_MODE): New macro.
36598         (flockfile, funlockfile) [_LIBC]: New macros.
36599         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
36600         [!_LIBC]: New macros.
36601         (call_fclose): New function.
36602         (getpass): Use it.  Save tty stream separately; this simplifies the
36603         code and makes it more reliable if stdin happens to equal stdout.
36604         Invoke __fsetlocking on tty.
36605         Handle thread cancellation if needed.
36606         Namespace cleanup (use __tcgetattr, __getline).
36607         Use bool for Booleans.
36608         [USE_IN_LIBIO]: Handle wide streams.
36609         [!_LIBC]: Unconditionally do the fseek, since we don't know what
36610         stream might go where.
36611
36612         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
36613         doesn't have to include <stdio.h> before us.
36614         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
36615         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
36616         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
36617         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
36618         if not declared, so that we can use getpass.c code from libc without
36619         rewriting it.
36620         (flockfile, ftrylockfile, funlockfile): New macros.
36621
36622 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36623
36624         * modules/getpass: Depend on stdbool.
36625
36626 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36627
36628         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
36629
36630 2003-10-07  Karl Berry  <karl@gnu.org>
36631
36632         * config/config.{guess,sub}: update from config.
36633
36634 2003-10-06  Jim Meyering  <jim@meyering.net>
36635             Bruno Haible  <bruno@clisp.org>
36636
36637         This lets translators provide better translations for the
36638         "Written by ..." part of --version output.
36639         * lib/version-etc.h: Include stdarg.h.
36640         (version_etc_copyright): Declare as readonly.
36641         (version_etc): Make this function variadic with a NULL-terminated list
36642         of author name strings.
36643         (version_etc_va): New declaration.
36644         * lib/version-etc.c: Include stdarg.h, stdlib.h.
36645         (version_etc_copyright): Declare as readonly.
36646         (version_etc_va): New function. Provide a different translatable string
36647         for each possible number of authors < 10. Abbreviate when there are 10
36648         authors or more.
36649         (version_etc): Make this function variadic. Call version_etc_va.
36650         Suggestion from Gary V. Vaughan.
36651
36652         * lib/long-options.h (parse_long_options): Change prototype: the
36653         authors string is moved to the end and becomes variadic.
36654         * lib/long-options.c: Include stdarg.h.
36655         (parse_long_options): Make this function variadic, too.
36656         Call version_etc_va, not version_etc.
36657
36658 2003-10-06  Bruno Haible  <bruno@clisp.org>
36659
36660         * modules/version-etc-2: Remove file.
36661         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
36662
36663 2003-10-06  Bruno Haible  <bruno@clisp.org>
36664
36665         * modules/fatal-signal: New file.
36666         * MODULES.html.sh (func_all_modules): Add fatal-signal.
36667
36668 2003-10-06  Bruno Haible  <bruno@clisp.org>
36669
36670         * m4/fatal-signal.m4: New file.
36671         * m4/signalblocking.m4: New file, from GNU gettext.
36672
36673 2003-10-06  Bruno Haible  <bruno@clisp.org>
36674
36675         * lib/version-etc-2.h: Remove file.
36676         * lib/version-etc-2.c: Remove file.
36677
36678 2003-10-06  Bruno Haible  <bruno@clisp.org>
36679
36680         * lib/fatal-signal.h: New file, from GNU gettext.
36681         * lib/fatal-signal.c: New file, from GNU gettext.
36682
36683 2003-10-05  Paul Eggert  <eggert@twinsun.com>
36684
36685         * README: Rework advice for preventing empty .o files.
36686         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
36687         not <sys/types.h>.
36688
36689 2003-10-04  Karl Berry  <karl@gnu.org>
36690
36691         * lib/argp*: update from libc.
36692
36693 2003-10-04  Karl Berry  <karl@gnu.org>
36694
36695         * config/config.{guess,sub}: update from config.
36696
36697 2003-10-02  Bruno Haible  <bruno@clisp.org>
36698
36699         * modules/lchown (Include): Add lchown.h.
36700         * modules/time_r (Include): Use "..." syntax.
36701         * modules/xgetdomainname (Include): Add xgetdomainname.h.
36702
36703 2003-10-01  Simon Josefsson  <jas@extundo.com>
36704
36705         * MODULES.html.sh (func_all_modules): Move gethostname from section
36706         'based on' to section 'lacking' POSIX:2001.
36707
36708 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
36709
36710         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
36711         to output mode on the same stream.
36712
36713 2003-09-29  Paul Eggert  <eggert@twinsun.com>
36714
36715         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
36716         Fix arg typo in previous patch.
36717
36718 2003-09-28  Jim Meyering  <jim@meyering.net>
36719
36720         * lib/error.c: Correct cpp indentation.
36721
36722 2003-09-27  Paul Eggert  <eggert@twinsun.com>
36723
36724         * modules/free: New file.
36725
36726 2003-09-27  Paul Eggert  <eggert@twinsun.com>
36727
36728         * m4/free.m4: New file.
36729
36730 2003-09-27  Paul Eggert  <eggert@twinsun.com>
36731
36732         * lib/minmax.h (MIN, MAX)
36733         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
36734         Omit the special code that used __typeof__, since we worry that
36735         it could be more trouble than it's worth.  See:
36736         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
36737         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
36738
36739         * lib/free.c: New file.
36740
36741 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
36742
36743         Trivial fixes to Makefile.am parts of module listings.
36744         * modules/strstr: Append strstr.h to lib_SOURCES.
36745         * modules/strcase: Likewise, for strcase.h.
36746
36747 2003-09-27  Karl Berry  <karl@gnu.org>
36748
36749         * config/mkinstalldirs: update from automake.
36750
36751 2003-09-26  Paul Eggert  <eggert@twinsun.com>
36752
36753         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
36754         (error_tail): Do not loop, reallocating temporary buffer, since
36755         the output cannot contain more wide characters than the input
36756         contains bytes, the size must be big enough already.  This avoids
36757         one potential size overflow calculation.  Check for size overflow
36758         when calculating temporary buffer size.  Free temporary buffer
36759         when done, if it was allocated with malloc; this plugs a memory
36760         leak.  Remove casts from void * to pointers, that are no longer
36761         needed now that we're assuming C89 or better.
36762
36763         Merge error changes from glibc.
36764
36765         * lib/error.c, error.h: Update copyright notice header to match glibc.
36766         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
36767         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
36768         Disable cancellation while printing error.
36769         * lib/error.h: Prepend __ to parameter names.
36770
36771 2003-09-26  Jim Meyering  <jim@meyering.net>
36772
36773         * lib/error.c (error_tail): Move some declarations
36774         into inner scope where the local variables are used.
36775
36776 2003-09-26  Bruno Haible  <bruno@clisp.org>
36777
36778         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
36779         stpncpy().
36780         Don't define stpncpy through config.h; it's now done through stpncpy.h.
36781
36782 2003-09-26  Bruno Haible  <bruno@clisp.org>
36783
36784         * lib/stpncpy.h (gnu_stpncpy): New declaration.
36785         (stpncpy): Define as alias for gnu_stpncpy.
36786         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
36787
36788 2003-09-25  Simon Josefsson  <jas@extundo.com>
36789
36790         * lib/xgetdomainname.h: New file.
36791         * lib/xgetdomainname.c: New file.
36792
36793 2003-09-25  Simon Josefsson  <jas@extundo.com>
36794             Bruno Haible  <bruno@clisp.org>
36795
36796         * modules/getdomainname: New file.
36797         * modules/xgetdomainname: New file.
36798         * MODULES.html.sh (func_all_modules): Add getdomainname,
36799         xgetdomainname.
36800
36801 2003-09-25  Simon Josefsson  <jas@extundo.com>
36802             Bruno Haible  <bruno@clisp.org>
36803
36804         * m4/getdomainname.m4: New file.
36805
36806 2003-09-25  Simon Josefsson  <jas@extundo.com>
36807             Bruno Haible  <bruno@clisp.org>
36808
36809         * lib/getdomainname.h: New file.
36810         * lib/getdomainname.c: New file.
36811
36812 2003-09-25  Karl Berry  <karl@gnu.org>
36813
36814         * lib/argp-fmtstream.c, argp-help.c: update from libc.
36815
36816 2003-09-25  Karl Berry  <karl@gnu.org>
36817
36818         * config/install-sh: update from automake.
36819
36820 2003-09-25  Bruno Haible  <bruno@clisp.org>
36821
36822         * modules/version-etc-2: New file, from modules/version-etc with
36823         modifications.
36824         * MODULES.html.sh (func_all_modules): Add version-etc-2.
36825
36826 2003-09-25  Bruno Haible  <bruno@clisp.org>
36827
36828         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
36829         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
36830
36831 2003-09-24  Simon Josefsson  <jas@extundo.com>
36832
36833         * modules/xgethostname: Add xgethostname.h.
36834
36835 2003-09-24  Paul Eggert  <eggert@twinsun.com>
36836
36837         * lib/linebuffer.c (freebuffer): Don't free the argument, just
36838         the buffer associated with the argument.  Bug reported by
36839         Simon Josefsson.
36840
36841 2003-09-24  Paul Eggert  <eggert@twinsun.com>
36842
36843         * README: Document assumptions that 'int' is at least 32 bits
36844         wide, that integer arithmetic is 2's complement without overflow,
36845         that there are no holes in integer values, that adding sizes of
36846         two nonoverlapping objects can't overflow, and that all-bits-zero
36847         yields scalar zero.  Fix spelling and capitalization typos.
36848
36849 2003-09-19  Karl Berry  <karl@gnu.org>
36850
36851         * lib/argp.h: update from libc.
36852
36853 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36854
36855         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
36856         to avoid spurious warnings like "AC_RUN_IFELSE was called before
36857         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
36858
36859 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36860
36861         * gnulib-tool: Use "test -h", not "test -L", for portability
36862         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
36863         (tags_regexp): Remove, since \| doesn't conform to POSIX.
36864         (sed_extract_prog): Issue s commands one-by-one, rather than
36865         using \| in one s command.
36866
36867 2003-09-16  Paul Eggert  <eggert@twinsun.com>
36868
36869         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
36870         input error, instead of returning NULL the next time we are called
36871         (and therefore losing track of errno).
36872
36873 2003-09-16  Bruno Haible  <bruno@clisp.org>
36874
36875         * gnulib-tool (func_create_testdir): Warn about duplicated
36876         dependencies.
36877
36878 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36879
36880         * modules/argmatch, modules/fatal, modules/obstack,
36881         modules/xalloc, modules/xgethostname: Sort dependencies by
36882         importance, not alphabetically.
36883
36884 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36885
36886         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
36887         fails, so that the caller gets the proper errno.
36888
36889         * lib/readutmp.c (read_utmp): Likewise.
36890         Check for fstat error.  Close stream and free storage
36891         when failing.
36892
36893 2003-09-14  Karl Berry  <karl@gnu.org>
36894
36895         * config/srclist.txt (strdup.c): disable for c89 changes.
36896
36897 2003-09-14  Jim Meyering  <jim@meyering.net>
36898
36899         * lib/getloadavg.c: Correct cpp indentation.
36900         * lib/strdup.c: Likewise.
36901         * lib/vasnprintf.c: Likewise.
36902
36903 2003-09-14  Bruno Haible  <bruno@clisp.org>
36904
36905         * modules/fwriteerror: New file.
36906         * MODULES.html.sh (func_all_modules): Add fwriteerror.
36907
36908 2003-09-14  Bruno Haible  <bruno@clisp.org>
36909
36910         * lib/fwriteerror.h: New file.
36911         * lib/fwriteerror.c: New file.
36912
36913 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36914
36915         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
36916         modules/xgethostname, modules/xalloc: Depend on exit.
36917
36918 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36919
36920         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
36921
36922         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
36923         and AC_MINIX, too, so that their extensions are available.
36924
36925         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
36926         This macro has been superseded by gl_BACKUPFILE.
36927
36928         More patches to assume C89 or better.
36929
36930         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
36931
36932         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
36933         unconditionally.
36934         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
36935         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
36936         Include <string.h>, <stdlib.h> unconditionally.
36937         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
36938         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
36939         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
36940         headers or for string.h.
36941         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
36942         or strtoul.
36943
36944         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
36945         headers.
36946         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
36947         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36948         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
36949         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
36950         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36951         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
36952         memcpy, memset.
36953         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
36954         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
36955         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
36956         strtol.
36957         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
36958         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
36959         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
36960         strtoul.
36961
36962 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36963
36964         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
36965         * lib/obstack.c [!defined _LIBC]: Likewise.
36966         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
36967         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
36968         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
36969
36970         More changes to assume C89 or better.
36971
36972         * lib/error.c (error_tail): Assume vprintf.
36973
36974         * lib/argmatch.c (getenv): Remove decl.
36975         * lib/progreloc.c (get_full_program_name): Define via prototype.
36976         * lib/setenv.c (clearenv): Likewise.
36977         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
36978         needed.
36979         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
36980         (malloc, memcpy): Remove decls.
36981         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
36982         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
36983         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36984         (memcpy): Remove macro.
36985         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
36986         (__P): Remove.  All uses removed.
36987         (PTR): Remove.  All uses changed to void *.
36988         (CHAR_BIT, NULL): Remove.
36989         (spaces, zeros, memset_space, memset_zero)
36990         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
36991         Remove.
36992         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
36993         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
36994         Define with prototype.
36995         Remove now-unnecessary prototype decl.
36996         (extra_args_spec): Assume ANSI C.  All uses changed.
36997         (extra_args_spec_iso): Remove.
36998         (my_strftime, emacs_strftimeu): Define via prototype.
36999         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37000         unconditionally.
37001         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37002         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37003         (strtoul, strtol): Remove decls.
37004         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37005         LONG_MAX): Remove.
37006         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37007         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37008         (LOCALE_PARAM_PROTO): New macro.
37009         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37010         (INTERNAL (strtol), strtol): Define with a prototype.
37011         (PARAMS): Remove.  All uses removed.
37012         * lib/tempname.c: Include <string.h> unconditionally.
37013         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37014         * lib/xgethostname.c (main): Define with a prototype.
37015         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37016         Include <stdlib.h> unconditionally.
37017         (calloc, malloc, realloc, free): Remove decls.
37018         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37019         Include <stdlib.h> unconditionally.  Sort include file names.
37020         (strtod): Remove.
37021         (xstrtod): Define with a prototype.
37022         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37023         (strtol, strtoul): Remove decls.
37024
37025 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37026
37027         More patches to assume C89 or better.
37028         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37029         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37030         string.h, memchr, STDC_HEADERS.
37031
37032 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37033
37034         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37035         Include <stdlib.h>, <string.h> unconditionally.
37036         Remove now-unnecessary cast to char *.
37037         * lib/strnlen.c: Include <string.h> unconditionally.
37038         * lib/yesno.c (yesno): Define with a prototype.
37039
37040 2003-09-11  Bruno Haible  <bruno@clisp.org>
37041
37042         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37043
37044 2003-09-10  Jim Meyering  <jim@meyering.net>
37045
37046         * lib/error.c: Correct indentation of cpp directives.
37047
37048 2003-09-10  Bruno Haible  <bruno@clisp.org>
37049
37050         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37051         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37052         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37053         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37054         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37055         <stdlib.h> and <string.h> checks.
37056         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37057         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37058
37059 2003-09-10  Bruno Haible  <bruno@clisp.org>
37060
37061         * lib/strcspn.c: Include <string.h> unconditionally.
37062         * lib/strpbrk.c: Include <string.h> unconditionally.
37063         * lib/strstr.c: Include <string.h> unconditionally.
37064         * lib/unicodeio.c: Include <string.h> unconditionally.
37065         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37066         * lib/unsetenv.c: Likewise.
37067         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37068         * lib/yesno.c: Include <stdlib.h> unconditionally.
37069         (rpmatch): Add prototype.
37070
37071 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37072
37073         More patches to assume C89 or better.
37074         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37075         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37076         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37077         or for string.h.
37078         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37079         stdlib.h.
37080         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37081         C headers.
37082         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37083         string.h.
37084         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37085         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37086         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37087         or for string.h.
37088         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37089         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37090         C headers.
37091         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37092         memcpy.
37093         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37094         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37095         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37096         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37097         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37098         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37099         string.h, free.
37100         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37101         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37102         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37103         C headers, or for string.h.
37104         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37105         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37106         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37107         headers, memory.h, stdlib.h, string.h, strings.h.
37108         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37109         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37110         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37111         strchr.
37112         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37113         headers, memory.h, string.h.
37114         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37115         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37116         free.
37117         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37118         headers.
37119         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37120         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37121         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37122         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37123         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37124
37125 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37126
37127         More K&R removal.
37128
37129         * lib/acosl.c (main): Use a prototype.
37130         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37131         tanl.c: Likewise.
37132
37133         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37134
37135         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37136         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37137         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37138         with a prototype.
37139         * lib/getopt.c (const): Remove macro.
37140         Include <string.h> unconditionally.
37141         (my_index): Remove; all uses changed to strchr.
37142         (strlen): Remove decl.
37143         (exchange): Remove forward decl; no longer needed.
37144         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37145         Define with prototype.
37146         * lib/getopt1.c (const): Remove macro.
37147         (getopt_long, getopt_long_only, main): Define with prototype.
37148
37149         * lib/getugroups.c: Include <string.h> unconditionally.
37150
37151         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37152         (getusershell, setusershell, endusershell, readname, main):
37153         Define with prototypes.
37154
37155         * lib/group-member.c: Include group-member.h first.
37156         Include <stdlib.h> unconditionally.
37157
37158         * lib/hard-locale.c: Include hard-locale.h first.
37159         Include <stdlib.h>, <string.h> unconditionally.
37160
37161         * lib/hash.c (free, malloc): Remove decls.
37162         Include <stdlib.h> unconditionally.
37163
37164         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37165         (getenv): Do not declare.
37166
37167         * lib/idcache.c: Include <string.h> unconditionally.
37168
37169         * lib/long-options.c: Include long-options.h first, to test interface.
37170         Include <stdlib.h> unconditionally.
37171
37172         * lib/makepath.c: Include makepath.h first, to test interface.
37173         Include <stdlib.h> and <string.h> unconditionally.
37174
37175         * lib/linebuffer.c: Include <stdlib.h>.
37176         (free): Remove decl.
37177
37178         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37179         stddef.h. rpl_malloc returns void *, not char *.
37180         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
37181         prototype.
37182
37183         * lib/md5.h: Include <limits.h> unconditionally.
37184         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
37185         (__P): Remove; all uses removed.
37186         * lib/md5.c: Include "md5.h" first.
37187         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
37188         md5_buffer, md5_process_bytes, md5_process_block):
37189         Define with prototypes.
37190         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
37191         * lib/sha.c: Include "sha.h" first.
37192         Include <stdlib.h>, <string.h> unconditionally.
37193
37194         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
37195         * lib/memcmp.c (__ptr_t): Likewise.
37196         * lib/memrchr.c (__ptr_t): Likewise.
37197         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
37198         Include <string.h> unconditionally.
37199         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
37200         * lib/memchr.c: Include <stdlib.h> unconditionally.
37201         * lib/memchr.c (LONG_MAX): Remove.
37202         * lib/memrchr.c (LONG_MAX): Likewise.
37203         * lib/memchr.c (__memchr): Define via a prototype.
37204         * lib/memrchr.c (__memrchr): Likewise.
37205         * lib/memcmp.c (__P): Remove, and remove all uses.
37206         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
37207         Remove forward decls; no longer needed.
37208         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
37209         Use types required by C89 in prototype.
37210
37211         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
37212         * lib/savedir.c: Likewise.
37213         * lib/mkdir.c (free): Remove decl.
37214         * lib/rmdir.c (rmdir): Define with a prototype.
37215         * lib/savedir.c: Include savedir.h first, to test interface.
37216
37217         * lib/mktime.c (STDC_HEADERS): Remove.
37218         Include <stdlib.h>, <string.h> unconditionally.
37219
37220         * lib/modechange.c: Include <stdlib.h> unconditionally.
37221         (malloc): Remove decl.
37222
37223         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
37224         (free): Remove decl.
37225
37226         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
37227         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
37228         (This type really should be intptr_t, but that's a C99ism.)
37229         (_obstack_memcpy): Remove: all uses changed to memcpy.
37230         Include <string.h> unconditionally.
37231         (struct obstack): Assume __STDC__ for types of members
37232         chunkfun, freefun, extra_arg.
37233         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
37234         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
37235         obstack_begin, obstack_specify_allocation,
37236         obstack_specify_allocation_with_arg, obstack_chunkfun,
37237         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
37238         Remove unprototyped decls and the macros that use them.
37239         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
37240         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
37241         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
37242         (defined __STDC__ && __STDC__)]:
37243         Remove nonprototyped code.
37244         Include <stdlib.h> unconditionally.
37245         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
37246         _obstack_allocated_p, _obstack_free, obstack_free,
37247         _obstack_memory_used, print_and_abort):
37248         Define using prototypes.
37249         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
37250         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
37251         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
37252         obstack_next_free, obstack_object_size, obstack_room) [0]:
37253         Remove unused, unprototyped code.
37254
37255         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
37256
37257         * lib/physmem.c (physmem_total, physmem_available, main): Define
37258         with prototypes.
37259
37260         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
37261         (main): Define with a prototype.
37262
37263         * lib/posixver.c (getenv): Remove decl.
37264
37265         * lib/putenv.c (malloc): Returns void *, not char *.
37266         Include <string.h> unconditionally.
37267         (strchr, memcpy, NULL): Do not define.
37268
37269         * lib/readtokens.c: Include readtokens.h first, to test interface.
37270         Include <stdlib.h>, <string.h> unconditionally.
37271         (init_tokenbuffer): Define with a prototype.
37272
37273         * lib/regex.c (PARAMS): Remove.  All uses removed.
37274         All uses of _RE_ARGS removed, too.
37275         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37276         unconditionally.
37277         (bzero): Assume memset exists.
37278         (memcmp, memcpy, NULL): Remove.
37279         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
37280         char, or assignments to local vars of type signed char.
37281         (init_syntax_once, PREFIX(extract_number_and_incr),
37282         PREFIX(print_partial_compiled_pattern),
37283         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
37284         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
37285         PREFIX(regex_grow_registers), PREFIX(regex_compile),
37286         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
37287         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
37288         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
37289         wcs_compile_range, byte_compile_range, truncate_wchar,
37290         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
37291         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
37292         count_mbs_length, wcs_re_match_2_internal,
37293         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
37294         PREFIX(alt_match_null_string_p),
37295         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
37296         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
37297         regfree, PREFIX(extract_number)): Define with prototype.  Remove
37298         now-unnecessary declaration, if any.
37299         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
37300         regcomp, regexec):
37301         Remove now-unnecessary casts among pointer types.
37302         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
37303
37304         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
37305         (free): Remove decl.
37306
37307         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
37308
37309         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
37310         (free): Remove decl.
37311
37312         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
37313         * lib/xgetcwd.c: Likewise.
37314
37315         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
37316         (free): Remove decl.
37317
37318         * lib/strchrnul.c (strchrnul): Define with a prototype.
37319         Fix bug: c_in was not converted to char before searching.
37320
37321         The following changes are not K&R related:
37322
37323         * lib/group-member.h: Include <sys/types.h>, so that this file is
37324         self-contained.
37325         * lib/makepath.h: Likewise.
37326
37327         * lib/getusershell.c (readname, default_index, line_size, readname):
37328         Use size_t, not int, for sizes.
37329         (readname): If the size overflows, report an error instead of
37330         looping forever.
37331
37332 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37333
37334         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
37335         libc.
37336
37337 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37338
37339         * README: New section: portability guidelines.
37340
37341 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37342
37343         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
37344         C89 spec.
37345
37346 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37347
37348         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
37349
37350 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37351
37352         Assume C89 or better; remove K&R cruft.
37353         A few of these changes were first proposed by Derek Robert Price
37354         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
37355
37356         * lib/addext.c: Include <string.h> unconditionally.
37357         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
37358         Don't declare getenv or malloc.
37359
37360         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
37361         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
37362         (NULL): Remove.
37363         (find_stack_direction, alloca): Use prototypes.
37364
37365         * lib/atexit.c (atexit): Define using a prototype.
37366
37367         * lib/basename.c, dirname.c, stripslash.c:
37368         Include <string.h> unconditionally.
37369
37370         * lib/bcopy.c: Include <stddef.h>.
37371         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
37372
37373         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
37374
37375         * lib/error.h (error, error_at_line, error_print_progname)
37376         [! (defined (__STDC__) && __STDC__)]: Remove decls.
37377         * lib/error.c: Include error.h first, to check interface.
37378         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37379         (VA_START): Remove; all uses changeed to va_start.
37380         (exit, strerror): Remove decls.
37381         (error_print_progname): Prototype uncondionally.
37382         Don't include <errno.h>; no longer needed.
37383         (private_strerror): Remove.
37384         (error_tail): Always define.
37385         (error, error_at_line): Assume C89 or better; always use prototypes.
37386         * lib/fatal.c: Include "fatal.h" first, to test interface.
37387         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37388         (VA_START): Remove; all uses changed to va_start.
37389         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
37390         this case.
37391         (exit): Remove decl.
37392         (fatal): Prototype unconditionally.  Assume va_start works.
37393         Abort at end, to pacify gcc.
37394
37395         * lib/euidaccess.c (main): Define with a prototype.
37396
37397         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
37398
37399         * lib/exitfail.c: Include <stdlib.h> unconditionally.
37400
37401         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
37402         prototypes.
37403         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
37404         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
37405         (getenv): Remove decl.
37406         (fnmatch): Define using a prototype.
37407         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
37408         (FCT): Define using a prototype.
37409
37410         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
37411
37412         * lib/gethostname.c: Include <stddef.h>.
37413         (gethostname): Define with prototype.  Length is size_t, not int.
37414
37415 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37416
37417         Assume C89 or better; remove K&R cruft.
37418         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
37419         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
37420         string.h, getenv, malloc.
37421         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
37422         headers.
37423         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
37424         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
37425         do not check for strerror.
37426         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
37427         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
37428         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
37429         do not check for doprnt or vprintf.
37430         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
37431         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
37432
37433 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37434
37435         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
37436         getversion.c should have been removed then, but was accidentally
37437         preserved.
37438
37439         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
37440         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
37441
37442 2003-09-08  Karl Berry  <karl@gnu.org>
37443
37444         * config/config.sub, config.guess, srclistvars.sh: update from savannah
37445                 config, forget about prep.
37446
37447         * config/depcomp, missing: update from automake.
37448
37449 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37450
37451         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
37452         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37453
37454 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37455
37456         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
37457         copy_tm_result.  Bug reported by Simon Josefsson in
37458         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37459
37460 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37461
37462         * m4/time_r.m4: New file.
37463         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
37464         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
37465         is. Check for timegm declaration.
37466         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
37467         Do not check for gmtime_r.
37468         Replace mktime if __mktime_internal does not exist and if mktime
37469         hasn't been replaced already.
37470
37471 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37472
37473         * lib/time_r.c, lib/time_r.h: New files.
37474
37475         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
37476         __localtime_r.
37477         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
37478         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
37479
37480         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
37481         __gmtime_r.
37482         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
37483         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
37484         Include <time_r.h>.
37485
37486         * lib/timegm.c: Switch to glibc implementation, with the following
37487         changes:
37488         [defined HAVE_CONFIG_H]: Include <config.h>.
37489         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
37490         (__mktime_internal) [!defined _LIBC]: New decl.
37491         (__gmtime_r) [!defined _LIBC]: New macro and function.
37492         (timegm): Use a prototype, since gnulib assumes C89.
37493         Do not bother declaring tmp to be const, as it's not really usefu.
37494         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
37495         (timegm): Declare only if HAVE_DECL_TIMEGM.
37496
37497 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37498
37499         * MODULES.html.sh (func_all_modules): Add time_r.
37500         * modules/time_r: New file.
37501         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
37502         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
37503
37504 2003-09-03  Paul Eggert  <eggert@twinsun.com>
37505
37506         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
37507         Bug reported by Lute Kamstra in
37508         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
37509
37510         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
37511         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
37512         course with correspondingly smaller numbers for tomorrow and
37513         yesterday.  From Tadayoshi Funaba.  Originally installed into
37514         sh-utils on 1999-08-07, but the patch got lost (I guess during the
37515         coreutils merge?).
37516
37517 2003-08-31  Simon Josefsson  <jas@extundo.com>
37518
37519         * modules/timegm: New file.
37520         * MODULES.html.sh (func_all_modules): Add timegm.
37521
37522 2003-08-31  Simon Josefsson  <jas@extundo.com>
37523
37524         * m4/timegm.m4: New file.
37525
37526 2003-08-31  Simon Josefsson  <jas@extundo.com>
37527
37528         * lib/timegm.h: New file.
37529         * lib/timegm.c: New file.  Based on
37530         wget-1.8.2/src/http.c:mktime_from_utc.
37531
37532 2003-08-31  Karl Berry  <karl@gnu.org>
37533
37534         * lib/argp.h: update from libc.
37535
37536 2003-08-28  Bruno Haible  <bruno@clisp.org>
37537
37538         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
37539         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
37540         followed by '#define fnmatch fnmatch_posix' gives an error.
37541
37542 2003-08-28  Bruno Haible  <bruno@clisp.org>
37543
37544         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
37545         warning on QNX, which defines O_BINARY to 000000.
37546
37547 2003-08-27  Jim Meyering  <jim@meyering.net>
37548
37549         * m4/mkstemp.m4: Require that the system mkstemp be able to create
37550         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
37551         would fail after 32.  Reported by Danny Levinson.  Details here:
37552         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
37553
37554 2003-08-24  Bruno Haible  <bruno@clisp.org>
37555
37556         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
37557         MSVC7 <stdio.h> is included later.
37558
37559 2003-08-22  Simon Josefsson  <jas@extundo.com>
37560
37561         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
37562
37563 2003-08-20  Karl Berry  <karl@gnu.org>
37564
37565         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
37566
37567 2003-08-20  Bruno Haible  <bruno@clisp.org>
37568
37569         * modules/progname: New file.
37570         * MODULES.html.sh (func_all_modules): Add progname.
37571
37572 2003-08-20  Bruno Haible  <bruno@clisp.org>
37573
37574         * lib/progname.h: New file, from GNU gettext.
37575         * lib/progname.c: New file, from GNU gettext.
37576         * lib/progreloc.c: New file, from GNU gettext.
37577
37578 2003-08-19  Jim Meyering  <jim@meyering.net>
37579
37580         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
37581         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
37582
37583 2003-08-19  Bruno Haible  <bruno@clisp.org>
37584
37585         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
37586         more.
37587
37588 2003-08-19  Bruno Haible  <bruno@clisp.org>
37589
37590         * lib/xstrdup.c: Assume <string.h> exists.
37591
37592 2003-08-18  Paul Eggert  <eggert@twinsun.com>
37593
37594         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
37595         in makefile rules.
37596
37597 2003-08-18  Jim Meyering  <jim@meyering.net>
37598
37599         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
37600         * m4/lib-ld.m4: Likewise.
37601
37602 2003-08-18  Jim Meyering  <jim@meyering.net>
37603
37604         * lib/setenv.h: Indent nested cpp directive.
37605         * lib/vasnprintf.c: Remove trailing blanks.
37606
37607 2003-08-17  Simon Josefsson  <jas@extundo.com>
37608
37609         * modules/xstrndup: New file.
37610         * MODULES.html.sh (func_all_modules): Add xstrndup.
37611
37612 2003-08-17  Simon Josefsson  <jas@extundo.com>
37613
37614         * modules/argp: Fix autoconf macro name. Add more dependencies.
37615
37616 2003-08-17  Simon Josefsson  <jas@extundo.com>
37617
37618         * m4/xstrndup.m4: New file.
37619
37620 2003-08-17  Simon Josefsson  <jas@extundo.com>
37621
37622         * m4/argp.m4: New file.
37623
37624 2003-08-17  Simon Josefsson  <jas@extundo.com>
37625             Bruno Haible  <bruno@clisp.org>
37626
37627         * lib/xstrndup.h: New file.
37628         * lib/xstrndup.c: New file.
37629
37630 2003-08-17  Bruno Haible  <bruno@clisp.org>
37631
37632         * modules/strndup (Files, Include): Add lib/strndup.h.
37633
37634 2003-08-17  Bruno Haible  <bruno@clisp.org>
37635
37636         * modules/euidaccess (Files): Add lib/euidaccess.h.
37637
37638 2003-08-17  Bruno Haible  <bruno@clisp.org>
37639
37640         * lib/strndup.h: New file.
37641
37642 2003-08-17  Bruno Haible  <bruno@clisp.org>
37643
37644         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
37645         like AC_GNU_SOURCE.
37646         * modules/extensions (configure.ac): Comment out the invocation of
37647         gl_USE_SYSTEM_EXTENSIONS.
37648
37649 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37650
37651         Merges from coreutils, etc.
37652         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
37653         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
37654         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
37655         fixing a typo.
37656         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
37657         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
37658
37659 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37660
37661         Document merge from coreutils.
37662         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
37663         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
37664         * modules/utime: Add m4/utimes-null.m4.
37665
37666 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37667
37668         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
37669         space, undoing this 2003-08-12 change:
37670         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
37671
37672 2003-08-16  Paul Eggert  <eggert@twinsun.com>
37673
37674         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
37675         strtoul.c from libc, undoing this 2003-08-12 change:
37676         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
37677
37678 2003-08-16  Jim Meyering  <jim@meyering.net>
37679
37680         Merges from coreutils.
37681         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
37682         prefix.  Adjust cache variables similarly.  Create 500 rather than
37683         just 300 files, to exercise bug on Darwin6.5, too.
37684         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
37685         $missing_dir.
37686         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
37687         AM_SYS_POSIX_TERMIOS.
37688         Reported by mkc@mathdogs.com.
37689         Also change use of $am_cv_sys_posix_termios
37690         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
37691         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
37692         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
37693         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
37694         in /proc/mounts until it finds one with matching device number.  This
37695         is unnecessary when the FILE argument *is* a mount point.  No stat call
37696         is necessary in that case.  So, disable the statvfs-testing code on
37697         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
37698         as RedHat bug# 84846.
37699         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
37700         to 1MB, so as not to render systems with no stack size limit (e.g.,
37701         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
37702         Include <unistd.h>.  On some systems,
37703         it is required for the definition of _SC_PAGESIZE.
37704
37705 2003-08-16  Jim Meyering  <jim@meyering.net>
37706
37707         Merge from coreutils.
37708         * lib/xstrtoimax.c: #else #if -> #elif.
37709         * lib/xstrtoumax.c: Likewise.
37710
37711 2003-08-16  Jim Meyering  <jim@meyering.net>
37712
37713         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
37714         * m4/utimes.m4: Removed.
37715         * m4/utimes-null.m4: Renamed from utimes.m4.
37716
37717         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
37718         to 1MB, so as not to render systems with no stack size limit (e.g.,
37719         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
37720         Include <unistd.h>.  On some systems,
37721         it is required for the definition of _SC_PAGESIZE.
37722
37723 2003-08-16  Jim Meyering  <jim@meyering.net>
37724         and Paul Eggert  <eggert@cs.ucla.edu>
37725
37726         Merges from coreutils, etc.
37727
37728         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
37729         using the latest version from cvs.  This avoids problems with #line
37730         directives using a vendor (Sun) compiler.
37731         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
37732         Don't set GETGROUPS_LIB here; now it's
37733         done via getgroups.m4's wrapper function.
37734         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
37735         rather than just in sh-util/configure.in, so that the
37736         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
37737         same.
37738         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
37739         AC_FUNC_GETLOADAVG where to find getloadavg.c.
37740         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
37741         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
37742         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
37743         Remove code that is now done by the newly-required macros.
37744         Append $(EXEEXT) to DF_PROG.
37745         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
37746         Do not invoke or require the following here,
37747         since prereq.m4 or some gnulib .m4 now does this for us:
37748         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
37749         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
37750         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
37751         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
37752         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
37753         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
37754         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
37755         AC_FUNC_OBSTACK.
37756         Do not replace the following functions, as this is now the job
37757         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
37758         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
37759         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
37760         atexit getpass, strdup, getpagesize.
37761         Replace 'raise'.
37762         Do not check for the following functions, as this is now the job
37763         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
37764         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
37765         setregid.
37766         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
37767         Check for sys/sysctl.h.
37768         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
37769         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
37770         of checking for ssize_t ourselves.
37771
37772         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
37773         Require every macro that gnulib/modules/* suggests for us.
37774         (jm_PREREQ_ADDEXT): New macro.
37775         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
37776         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
37777
37778         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
37779         (gl_PHYSMEM): Use it.
37780         Also check for `table' function.
37781         Check for new headers and functions.
37782         Add check for sys/sysmp.h.
37783         With suggestions from Kaveh Ghazi.
37784         Ignore headers that are present but cannot be compiled.  This
37785         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
37786         C 5.4.
37787
37788 2003-08-15  Paul Eggert  <eggert@twinsun.com>
37789
37790         Document merge from coreutils.
37791         * modules/userspec: Depend on posixver.
37792         * modules/strftime: Depend on tzset.
37793
37794 2003-08-15  Paul Eggert  <eggert@twinsun.com>
37795
37796         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
37797         rather than tab, after '#' in shell-script copyright notices.
37798         Suggested by Bruno Haible.
37799
37800 2003-08-15  Paul Eggert  <eggert@twinsun.com>
37801
37802         * config/srclist-update: Use three spaces, rather than tab, after '#'
37803         in shell-script copyright notices.  Suggested by Bruno Haible.
37804         Remove unnecessary parenthesization in regular expression.
37805
37806 2003-08-15  Jim Meyering  <jim@meyering.net>
37807
37808         Merge from coreutils.
37809         * lib/xgethostname.c: Include <stdlib.h>.
37810         (xghostname): Don't exit for anything other than memory-related
37811         failure; just return NULL.
37812         * lib/userspec.c: Include "posixver.h".
37813         (parse_user_spec): Accept `.' as a separator only
37814         in pre-POSIX-200112 mode.
37815         * lib/strtoimax.c: Use #elif rather than #else #if.
37816         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
37817         Remove function, now that we can rely on a working tzset function.
37818         [!_LIBC]: Ensure that the required autoconf test has been run.
37819         [!defined _NL_CURRENT && HAVE_STRFTIME]:
37820         Use underlying_strftime for %r.
37821         * lib/sha.c: Merge in some clean-up and optimization changes from
37822         glibc.
37823         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
37824         Ensure that it is a multiple of 64.
37825         Rearrange loop exit tests so as to avoid performing an
37826         additional fread after encountering an error or EOF.
37827         * lib/realloc.c: Update copyright date.
37828
37829 2003-08-15  Jim Meyering  <jim@meyering.net>
37830         and Paul Eggert  <eggert@twinsun.com>
37831
37832         Merge from coreutils.
37833         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
37834         member but strut utmpx does not.  Needed for AIX 4.3.3.
37835         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
37836
37837 2003-08-15  Jim Meyering  <jim@meyering.net>
37838         and Paul Eggert  <eggert@cs.ucla.edu>
37839
37840         Merges from coreutils, etc.
37841         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
37842         Require gl_FUNC_TZSET_CLOBBER.
37843         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
37844         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
37845         members.
37846
37847 2003-08-14  Paul Eggert  <eggert@twinsun.com>
37848
37849         Help the merge from coreutils.
37850         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
37851         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
37852         * m4/tzset.m4: Use it too.
37853
37854 2003-08-14  Paul Eggert  <eggert@twinsun.com>
37855
37856         * modules/tzset: New file.
37857
37858 2003-08-14  Jim Meyering  <jim@meyering.net>
37859
37860         Merges from coreutils.
37861         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
37862         variable names, rather than @FNMATCH_H@.
37863         * modules/alloca: Likewise for $(ALLOCA_H).
37864
37865         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
37866         the three copies of the literal target, `fnmatch.h'.
37867         * modules/alloca (alloca.h): Likewise.
37868
37869 2003-08-14  Jim Meyering  <jim@meyering.net>
37870
37871         Merge from coreutils.
37872         * m4/tzset.m4: New file.
37873         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
37874         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
37875         otherwise, AIX 5.1 systems would end up using the latter.
37876         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
37877         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
37878         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
37879         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
37880
37881 2003-08-14  Jim Meyering  <jim@meyering.net>
37882
37883         Merge from coreutils.
37884         * lib/obstack.h: Whitespace changes.
37885         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
37886         and xcalloc return values.
37887         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
37888         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
37889         hang on OSF/1 5.1 for DIR on both local and remote file systems.
37890         Reported by (and fix confirmed by) Nelson H. F. Beebe.
37891         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37892         error from mntctl.
37893         Use mntctl's return value to drive the entry-processing loop, since
37894         we can't rely on the value of the vmt_length member in the last
37895         entry.  On some systems doing so could result in exhausting
37896         virtual memory.  Based in part on a patch from Mike Jetzer.
37897
37898 2003-08-14  Jim Meyering  <jim@meyering.net>
37899         and Paul Eggert  <eggert@twinsun.com>
37900
37901         Merges from coreutils, plus other fixes.
37902         * lib/physmem.c: Merge in portability changes from gcc/libiberty
37903         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
37904         for credits and details.  Thanks to Kaveh Ghazi for helping
37905         to keep these files in sync.
37906         (ARRAY_SIZE): Define it.
37907         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
37908         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
37909         (memcasecmp): Don't assume size_t fits in unsigned int.
37910         Remove casts and duplicate code.
37911         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
37912         (memcpy): Remove definition.
37913         Merge in some clean-up and optimization changes from glibc.
37914         [BLOCKSIZE]: Move definition to top of file.
37915         Ensure that it is a multiple of 64.
37916         Rearrange loop exit tests so as to avoid performing an
37917         additional fread after encountering an error or EOF.
37918         * lib/md5.h (md5_uintptr): Define.
37919         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
37920         return to the initial working directory.  Preserve errno
37921         for caller.
37922         * lib/idcache.c: Include "xalloc.h".
37923         (xmalloc, xrealloc): Remove decls.
37924         (getuser): Remove casts no longer required in C89.
37925         * lib/human.c: Include stdio.h, for sprintf.
37926         * lib/group-member.c: Include "xalloc.h".
37927         (xmalloc, xrealloc): Remove decls.
37928         (get_group_info): Remove casts no longer required in C89.
37929         * lib/getusershell.c (readname): Remove casts no longer required in
37930         C89.
37931         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
37932         * lib/getline.c: Whitespace fix, from coreutils.
37933
37934 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37935
37936         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
37937         Check for isascii.
37938
37939         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37940         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37941         Undo previous (whitespace-only) change.
37942
37943 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37944
37945         * lib/exclude.c: Include <ctype.h>
37946         (IN_CTYPE_DOMAIN): New macro.
37947         (is_space): New fn.
37948         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
37949         and empty lines.
37950
37951         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37952         Undo previous (whitespace-only) change.
37953
37954 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37955
37956         * config/srclist-update: Change update back to the old behavior,
37957         leaving whitespace alone.  Use one 'sed' command rather than a
37958         pipeline.
37959         (fixlicense): Now a variable, not a function.
37960         (remove_trailing_blanks): Remove.
37961         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
37962         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37963         Undo previous (whitespace-only) change.
37964
37965 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37966
37967         Merge from coreutils.
37968         * modules/euidaccess: Add lib_SOURCES, include for new
37969         file euidaccess.h
37970
37971 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37972
37973         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37974         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37975         Normalize leading white space and remove trailing white space.
37976
37977         Merge from coreutils
37978         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
37979
37980         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
37981         0.12.1.  These files are now being upgraded automatically by
37982         ../config/srclist-update.
37983
37984 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37985
37986         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37987         Normalize leading white space and remove trailing white space.
37988         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
37989         notice, as per ../config/srclist-update.
37990
37991         Merge from coreutils.
37992         * lib/euidaccess.h: New file.
37993         * lib/euidaccess.c: Include it.
37994         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
37995         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
37996         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
37997
37998 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37999
38000         * config/srclist-update: Add copyright notice.
38001         (remove_id_lines, remove_trailing_blanks): New constants.
38002         (fixfile): Use them to normalize spacing a bit in copied files.
38003         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38004         Normalize leading white space and remove trailing white space.
38005
38006         * config/texinfo.tex: Sync with texinfo.
38007
38008         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38009         strtoul.c from libc, to merge coreutils whitespace changes.
38010
38011         * config/srclist.txt: Get the following m4 files from gettext:
38012         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38013         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38014         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38015         wint_t.m4.
38016
38017 2003-08-12  Karl Berry  <karl@gnu.org>
38018
38019         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38020         been made.
38021
38022 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38023
38024         * modules/gnu-source, m4/gnu-source.m4:
38025         Remove; we're assuming Autoconf 2.54 or later now.
38026         Suggested by Bruno Haible.
38027         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38028
38029 2003-08-11  Bruno Haible  <bruno@clisp.org>
38030
38031         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38032
38033 2003-08-11  Bruno Haible  <bruno@clisp.org>
38034
38035         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38036         (vasnprintf): Use it instead of wcslen.
38037
38038 2003-08-11  Bruno Haible  <bruno@clisp.org>
38039
38040         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38041         value to ensure that _Bool promotes to int. Use #define for _Bool when
38042         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38043
38044 2003-08-10  Karl Berry  <karl@gnu.org>
38045
38046         * lib/regex.h: update from libc (whitespace fix).
38047
38048 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38049
38050         Merge some files from coreutils.  These changes were
38051         originally made by Jim Meyering.
38052         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38053         many older Unixes require this.
38054         * lib/alloca.c (alloca): Remove cast to argument of free;
38055         no longer needed in C89.
38056         * lib/alloca_.h, regex.h: Fix white space to match
38057         what GNU indent does.
38058
38059 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38060
38061         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38062         apparently Emacs's Unicode mode got confused before my 2003-08-05
38063         checkin.
38064
38065 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38066
38067         * m4/extensions.m4: New file.
38068         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38069         Require gl_USE_SYSTEM_EXTENSIONS.
38070         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38071         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38072
38073 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38074
38075         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38076         * modules/extensions, modules/gnu-source: New files.
38077         * modules/timespec, modules/unlocked-io: Depend on extensions.
38078
38079 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38080
38081         * modules/restrict: New file.
38082         * MODULES.html.sh (func_all_modules): Add restrict.
38083         * modules/regex: Depend on restrict.
38084
38085 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38086
38087         * m4/restrict.m4: New file.
38088         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38089
38090 2003-08-07  Bruno Haible  <bruno@clisp.org>
38091
38092         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38093         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38094
38095 2003-08-07  Bruno Haible  <bruno@clisp.org>
38096
38097         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38098         makes the module 'getndelim2' compatible with the module 'getline'.
38099
38100 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38101
38102         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38103         byte with "\201" to avoid glitches when editing that source file
38104         with multi-gnome-terminal.
38105
38106 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38107
38108         * lib/bumpalloc.h: Remove.
38109
38110 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38111
38112         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38113         * modules/bumpalloc: Remove.
38114
38115 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38116
38117         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38118         GNU coding style.
38119
38120         Merge from coreutils.
38121         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38122         1. From glibc.
38123         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38124         from Karl Berry, implemented by Jim Meyering.
38125         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38126         from Dmitry V. Levin.
38127         Remove anachronistic cast of xrealloc.
38128         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38129         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38130         type. Otherwise, it wouldn't compile with at least /bin/cc on
38131         ymp-cray-unicos9.0.2.X.
38132         Combine two mostly-identical uses of alloca into one.
38133         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38134
38135 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38136
38137         [From Emacs.]
38138
38139         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38140         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38141         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38142         obsolete NLIST_NAME_UNION.
38143         [__GNU__]: Undef BSD and FSCALE.
38144         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38145
38146 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38147
38148         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38149         an enum type, so that it's guaranteed to promote to int.  See:
38150         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38151
38152 2003-08-03  Karl Berry  <karl@gnu.org>
38153
38154         * config/depcomp: update from automake.
38155
38156 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38157
38158         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38159         (strerror): Don't assume that a printable int fits in 14 bytes.
38160
38161 2003-07-31  Bruno Haible  <bruno@clisp.org>
38162
38163         * modules/getpass-gnu: New file.
38164         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38165
38166 2003-07-31  Bruno Haible  <bruno@clisp.org>
38167
38168         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38169
38170 2003-07-24  Karl Berry  <karl@gnu.org>
38171
38172         * config/missing: update from automake.
38173
38174 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38175             Bruno Haible  <bruno@clisp.org>
38176
38177         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38178         * lib/getline.c (getline, getdelim): Likewise.
38179         Remove _GNU_SOURCE define; now it's defined in config.h through
38180         m4/getline.m4.
38181
38182 2003-07-23  Karl Berry  <karl@gnu.org>
38183
38184         * config/config.sub: update from prep.
38185
38186 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38187
38188         * modules/xalloc (Depends-on): Add exitfail.
38189         * modules/xmemcoll: Likewise.
38190
38191 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38192
38193         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
38194         over-parenthesization in macros.
38195
38196         Sync with coreutils.
38197
38198         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
38199         required by C99.
38200
38201         Use `exit_failure' for xalloc and xmemcoll instead of their own
38202         private exit-failure variables.
38203         * lib/xalloc.h (xalloc_exit_failure): Remove.
38204         * lib/xmalloc.c: Likewise.  Include exitfail.h.
38205         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
38206         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
38207         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
38208         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
38209
38210 2003-07-20  Jim Meyering  <jim@meyering.net>
38211
38212         * modules/closeout (Depends-on): Add exitfail.
38213         Suggestion from Bruno Haible.
38214
38215 2003-07-19  Karl Berry  <karl@gnu.org>
38216
38217         * config/config.sub: update from prep.
38218
38219 2003-07-18  Paul Eggert  <eggert@twinsun.com>
38220
38221         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
38222         Remove.
38223         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
38224         to test that it can stand by itself.  Include "exitfail.h".
38225         Clients should set exit_failure instead.
38226         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
38227
38228 2003-07-18  Bruno Haible  <bruno@clisp.org>
38229
38230         * modules/getndelim2: New file.
38231         * modules/getline: Share files with module getndelim2.
38232         * modules/getnline: Depend on getndelim2 instead of sharing files with
38233         it. Add getnline.c to lib_SOURCES.
38234         * MODULES.html.sh (func_all_modules): Add getndelim2.
38235
38236 2003-07-18  Bruno Haible  <bruno@clisp.org>
38237
38238         * m4/getndelim2.m4: New file.
38239         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
38240         invoke gl_PREREQ_GETNDELIM2.
38241         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
38242         gl_PREREQ_GETNDELIM2.
38243         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
38244         gl_GETNDELIM2.
38245
38246 2003-07-18  Bruno Haible  <bruno@clisp.org>
38247
38248         * lib/getndelim2.h: New file.
38249         * lib/getndelim2.c: Make into a module of its own. Include config.h,
38250         getndelim2.h.
38251         (getndelim2): Make non-static. Change return type to ssize_t.
38252         * lib/getline.h: Change argument names.
38253         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
38254         * lib/getnline.c: Include getndelim2.h.
38255
38256 2003-07-18  Andreas Schwab  <schwab@suse.de>
38257
38258         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
38259
38260 2003-07-17  Karl Berry  <karl@gnu.org>
38261
38262         * config/config.sub: update from prep.
38263
38264 2003-07-17  Bruno Haible  <bruno@clisp.org>
38265
38266         * modules/getnline: New file.
38267         * modules/getline: Add lib/getndelim2.c to source file list.
38268         * MODULES.html.sh (func_all_modules): Add getnline.
38269
38270 2003-07-17  Bruno Haible  <bruno@clisp.org>
38271
38272         * m4/getnline.m4: New file.
38273
38274 2003-07-17  Bruno Haible  <bruno@clisp.org>
38275
38276         * m4/Makefile.am.in: Remove file.
38277         * m4/Makefile.am: Remove file.
38278         * m4/Makefile.in: Remove file.
38279
38280 2003-07-17  Bruno Haible  <bruno@clisp.org>
38281
38282         * lib/getnline.h: New file.
38283         * lib/getnline.c: New file.
38284         * lib/getndelim2.c: New file, extracted from getline.c.
38285         (getndelim2): Renamed from getdelim2, with added nmax argument.
38286         * lib/getline.c: Include getndelim2.c.
38287         (getdelim2): Moved out to getndelim2.c.
38288         (getline, getdelim): Update.
38289
38290 2003-07-17  Bruno Haible  <bruno@clisp.org>
38291
38292         * lib/Makefile.am: Remove file.
38293         * lib/Makefile.in: Remove file.
38294
38295 2003-07-17  Bruno Haible  <bruno@clisp.org>
38296
38297         * configure.in: Remove file.
38298         * Makefile.in: Remove file.
38299
38300 2003-07-17  Bruno Haible  <bruno@clisp.org>
38301
38302         * MODULES.html.sh: Put the </BODY> right before </HTML>.
38303
38304 2003-07-16  Karl Berry  <karl@gnu.org>
38305
38306         * config/srclist-update: was running fixlicense twice, which caused
38307                 texinfo.tex to be nullified for some reason.  Simplify,
38308                 $gplsrc is no longer needed as far as I can see?
38309
38310 2003-07-16  Jim Meyering  <jim@meyering.net>
38311
38312         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
38313
38314 2003-07-15  Paul Eggert  <eggert@twinsun.com>
38315
38316         * config/srclist.txt: Get the following files from gettext-runtime/intl
38317         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
38318         ref-del.sin.  From Bruno Haible.
38319         * config/srclist-update (fixfile): Change grep pattern again, since the
38320         previous fix didn't work (there was another trailing $).  Use
38321         '[$]' to escape the $s.
38322
38323 2003-07-15  Karl Berry  <karl@gnu.org>
38324
38325         * lib/vasnprintf.c: update from gettext.
38326
38327 2003-07-15  Karl Berry  <karl@gnu.org>
38328
38329         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
38330         gets expanded when surrounded by '$'.
38331
38332 2003-07-15  Jim Meyering  <jim@meyering.net>
38333
38334         * modules/save-cwd: Don't depend on error.  From Derek Price.
38335
38336 2003-07-15  Jim Meyering  <jim@meyering.net>
38337
38338         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
38339
38340 2003-07-14  Simon Josefsson  <jas@extundo.com>
38341
38342         * modules/mempcpy: New file.
38343         * MODULES.html.sh (func_all_modules): Add mempcpy.
38344
38345 2003-07-14  Simon Josefsson  <jas@extundo.com>
38346
38347         * m4/mempcpy.m4: New file.
38348
38349 2003-07-14  Simon Josefsson  <jas@extundo.com>
38350
38351         * lib/mempcpy.h: New file.
38352         * lib/mempcpy.c: New file.
38353
38354 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38355
38356         * modules/getdate, modules/posixtm: Depend on mktime.
38357
38358 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38359
38360         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
38361         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
38362         unicodeio.c, unicodeio.h, unlocked-io.h:
38363         Switch from LGPL to GPL.
38364
38365 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38366
38367         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
38368         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
38369         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
38370         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
38371         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
38372         updated automatically by ../config/srclist-update.  This changes
38373         their license from LPGL to GPL.
38374
38375 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38376
38377         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
38378         assumed to refer to the root of the most recent stable gettext version.
38379         * config/srclistvars.sh: Add defaults for eggert.
38380         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
38381         Match "This program" as well as "The program".  This is needed
38382         for gettext.
38383
38384 2003-07-14  Jim Meyering  <jim@meyering.net>
38385
38386         Don't emit diagnostics.  Let callers do that.
38387         * lib/save-cwd.c: Don't include "error.h".
38388         (save_cwd): Don't call error.  Ensure that errno is valid
38389         when returning nonzero.
38390
38391         * lib/save-cwd.h (restore_cwd): Update prototype.
38392         * lib/save-cwd.c (restore_cwd): Remove two parameters.
38393         Simplify.  Don't call error upon failure.  Let callers do that.
38394         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
38395         when auditing is enabled.  But don't bother updating the #if.
38396
38397 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
38398
38399         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
38400         it breaks C++ compilation.
38401         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
38402
38403 2003-07-10  Simon Josefsson  <jas@extundo.com>
38404
38405         * modules/strchrnul (Makefile.am): Add strchrnul.h.
38406
38407 2003-07-10  Jim Meyering  <jim@meyering.net>
38408
38409         * m4/clock_time.m4: Remove trailing blank.
38410         * m4/intmax_t.m4: Likewise.
38411
38412 2003-07-10  Jim Meyering  <jim@meyering.net>
38413
38414         * lib/vasnprintf.c: Remove trailing blanks.
38415         Make cpp indentation consistent.
38416
38417 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38418
38419         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
38420         posixver.c, strftime.c, strnlen.c, strverscmp.c:
38421         Switch from LGPL to GPL.
38422
38423 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38424
38425         * config/srclist.txt: Sort sublists.  Add
38426         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
38427         that differ from gnulib for one reason or another; we'd like this list
38428         to be smaller but for now let's document what we have.
38429
38430 2003-07-08  Paul Eggert  <eggert@twinsun.com>
38431
38432         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
38433         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
38434         and sweeter "eval x=$x".
38435         * config/srclist.txt: Get lib/argp* from glibc.
38436
38437 2003-07-07  Paul Eggert  <eggert@twinsun.com>
38438
38439         * lib/mktime.c: Fix some boundary cases and remove need for floating
38440         point.
38441
38442         Issue a compile-time diagnostic if time_t is floating point, or if
38443         two's complement arithmetic is not in effect, or if arithmetic
38444         right shift does not propagate the sign.  These assumptions were
38445         all in the original code but they weren't checked.
38446
38447         (TIME_T_MIDPOINT, verify): New macros.
38448         (__isleap): Remove; it has integer overflow problems.
38449         (leapyear): New function, without those problems.
38450         (ydhms_tm_diff): Remove; splitting into two parts.
38451         (ydhms_diff): New function, containing the arithmetic part of
38452         the old ydhms_tm_diff function.  Issue a compile-time
38453         diagnostic if we are not using C99 integer division.
38454         Avoid casts when possible.
38455         (guess_time_tm): New function, containing the checking part of
38456         the old ydhms_tm_diff function.  Return the new value, rather than
38457         the difference between it and the old.  Accept a new argument T
38458         so that *T specifies the old value.  Check for overflow in the result.
38459
38460         (__mktime_internal): Use a time_t offset, not a long int offset.
38461         This undoes the 2003-06-04 change, which is no longer needed now
38462         that we have better overflow checking.
38463         (localtime_offset): Likewise.
38464
38465         (__mktime_internal): Avoid harmful overflow on hosts where time_t
38466         and long are 64-bit but int is only 32-bit.
38467         (ydhms_diff): Use long int to store year1 and yday1.
38468         Issue a compile-time diagnostic if long int is not wide enough.
38469
38470         (__mktime_internal): Use long int to store adjusted year and yday.
38471         Use plain C rather than preprocessor commands, if that doesn't
38472         affect efficiency.
38473         Check for overflow (and try to repair) after each probe
38474         rather than checking only at the very end.  This avoids some bugs
38475         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
38476         does not equal GMT offset at maximum time).
38477         Use integer to check for overflow rather than floating point; this
38478         is more portable to non-IEEE hosts, and is a tad faster.
38479         When we detect that we are oscillating between two values,
38480         don't check whether tm_isdst has the requested value, since
38481         we already know the answer.  When tm_isdst has the wrong value,
38482         use a different heuristic to find the right one, based on the
38483         extreme values actually observed in practice in tz2003a,
38484         rather than the (overly optimistic) "previous 3 calendar quarters".
38485
38486         (not_equal_tm, print_tm, check_result): Use "const T" rather than
38487         "T const" to accommodate glibc style.
38488         (check_result): Use less-confusing report format.  "long" -> "long int.
38489         (main): Likewise.
38490         Don't loop if the iteration overflows time_t.
38491         Allow a negative step in the iteration.
38492
38493 2003-07-06  Karl Berry  <karl@gnu.org>
38494
38495         * config/depcomp: update from automake.
38496         * config/config.sub: update from prep.
38497
38498 2003-07-03  Karl Berry  <karl@gnu.org>
38499
38500         * config/config.guess: update from prep.
38501
38502 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38503
38504         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
38505         xreadlink.c now includes it unconditionally.
38506
38507 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38508
38509         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
38510         having it depend on HAVE_SYS_TYPES_H.
38511
38512 2003-07-01  Bruno Haible  <bruno@clisp.org>
38513
38514         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
38515         <sys/types.h> should be sufficient.
38516         Reported by Paul Eggert.
38517
38518 2003-06-26  Karl Berry  <karl@gnu.org>
38519
38520         * config/depcomp: update from automake.
38521
38522 2003-06-26  Bruno Haible  <bruno@clisp.org>
38523
38524         * modules/human: Depend on module stdbool.
38525
38526 2003-06-25  Bruno Haible  <bruno@clisp.org>
38527
38528         * modules/readlink: New file.
38529         * modules/xreadlink: Depend on it.
38530         * MODULES.html.sh (func_all_modules): Add readlink.
38531
38532 2003-06-25  Bruno Haible  <bruno@clisp.org>
38533
38534         * m4/readlink.m4: New file.
38535
38536 2003-06-25  Bruno Haible  <bruno@clisp.org>
38537
38538         * lib/readlink.c: New file.
38539
38540 2003-06-22  Karl Berry  <karl@gnu.org>
38541
38542         * config/srclist.txt: update mkinstalldirs from automake.
38543         * config/mkinstalldirs: update.
38544
38545 2003-06-22  Bruno Haible  <bruno@clisp.org>
38546
38547         Portability to mingw32.
38548         * m4/ssize_t.m4: New file, from GNU gettext.
38549         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
38550         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
38551
38552 2003-06-22  Bruno Haible  <bruno@clisp.org>
38553
38554         * modules/safe-read: Add m4/ssize_t.m4.
38555         * modules/xreadlink: Add m4/ssize_t.m4.
38556
38557 2003-06-20  Bruno Haible  <bruno@clisp.org>
38558
38559         Assume C89, so PARAMS isn't needed.
38560         * lib/unicodeio.h (PARAMS): Remove.
38561         * lib/unicodeio.c: Don't use PARAMS.
38562
38563 2003-06-18  Karl Berry  <karl@gnu.org>
38564
38565         * config/config.{guess,sub}: update from prep.
38566
38567 2003-06-18  Jim Meyering  <jim@meyering.net>
38568
38569         Merge changes from coreutils.
38570         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
38571         Remove explicit declarations of xmalloc and realloc.
38572         Include xalloc.h.
38573         (read_utmp): Remove anachronistic cast of xmalloc.
38574
38575 2003-06-17  Paul Eggert  <eggert@twinsun.com>
38576
38577         Assume C89, so PARAMS isn't needed.
38578         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
38579         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
38580         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
38581         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
38582         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
38583         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
38584         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
38585         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
38586         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
38587         lib/xstrtod.h, lib/xstrtol.h: Likewise.
38588         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
38589         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
38590         no longer needed. Anyway, config.h should always be included before any
38591         other file.
38592
38593 2003-06-11  Simon Josefsson  <jas@extundo.com>
38594
38595         * modules/sysexits: New file.
38596         * MODULES.html.sh (func_all_modules): Add sysexits.
38597
38598 2003-06-11  Simon Josefsson  <jas@extundo.com>
38599
38600         * lib/sysexit_.h: New file.
38601
38602 2003-06-11  Derek Price  <derek@ximbiot.com>
38603
38604         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
38605         necessary.
38606
38607 2003-06-11  Bruno Haible  <bruno@clisp.org>
38608
38609         * m4/sysexits.m4: New file.
38610
38611 2003-06-10  Simon Josefsson  <jas@extundo.com>
38612
38613         * lib/argp.h: New file, from glibc.
38614         * lib/argp-ba.c: New file, from glibc.
38615         * lib/argp-eexst.c: New file, from glibc.
38616         * lib/argp-fmtstream.c: New file, from glibc.
38617         * lib/argp-fmtstream.h: New file, from glibc.
38618         * lib/argp-fs-xinl.c: New file, from glibc.
38619         * lib/argp-help.c: New file, from glibc.
38620         * lib/argp-namefrob.h: New file, from glibc.
38621         * lib/argp-parse.c: New file, from glibc.
38622         * lib/argp-pv.c: New file, from glibc.
38623         * lib/argp-pvh.c: New file, from glibc.
38624         * lib/argp-xinl.c: New file, from glibc.
38625
38626 2003-06-10  Simon Josefsson  <jas@extundo.com>
38627
38628         * modules/strchrnul: New file.
38629
38630 2003-06-10  Simon Josefsson  <jas@extundo.com>
38631
38632         * modules/argp: New file.
38633
38634 2003-06-10  Simon Josefsson  <jas@extundo.com>
38635
38636         * m4/strchrnul.m4: New file.
38637
38638 2003-06-10  Simon Josefsson  <jas@extundo.com>
38639
38640         * lib/strchrnul.h: New file.
38641         * lib/strchrnul.c: New file.
38642
38643 2003-06-10  Bruno Haible  <bruno@clisp.org>
38644
38645         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
38646
38647 2003-06-07  Karl Berry  <karl@gnu.org>
38648
38649         * config/config.{guess,sub}: update from prep.
38650
38651 2003-06-07  Jim Meyering  <jim@meyering.net>
38652
38653         * modules/strtod: Use $(...) notation, not @...@ for
38654         AC_REPLACE'd variables.
38655         * modules/localcharset: Likewise.
38656
38657 2003-06-07  Jim Meyering  <jim@meyering.net>
38658
38659         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
38660         in place of my name in the copyright comment.
38661         Remove definition and uses of __P.
38662
38663         From coreutils.
38664         * lib/stat.c: Don't declare xmalloc explicitly.
38665         Instead, include "xalloc.h".
38666         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
38667         xrealloc, and xcalloc return values.
38668         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
38669         Improve comment.
38670         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
38671
38672 2003-06-07  Bruno Haible  <bruno@clisp.org>
38673
38674         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
38675         avoid AC_CONFIG_LINKS.
38676         * modules/fnmatch (Makefile.am): Use explicit creation rule for
38677         fnmatch.h, to avoid AC_CONFIG_LINKS.
38678         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
38679
38680 2003-06-07  Bruno Haible  <bruno@clisp.org>
38681
38682         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
38683         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
38684         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
38685         directory.
38686         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
38687         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
38688         directory.
38689
38690 2003-06-06  Jim Meyering  <jim@meyering.net>
38691
38692         Merge from coreutils.
38693         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
38694         Consolidate declarations and initializations of *_base* locals.
38695
38696         Merge from coreutils.
38697         This avoids a core dump on systems without GNU putenv,
38698         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
38699         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
38700         (unsetenv): New static function, from GNU libc.
38701         (rpl_putenv): Use it.
38702
38703         * lib/modechange.c: Remove trailing blanks.
38704
38705         Merge from coreutils.
38706         * lib/fsusage.c: Remove declaration of statfs.
38707         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
38708
38709         * lib/posixtm.c: Include <stdbool.h> unconditionally.
38710
38711 2003-06-06  Jim Meyering  <jim@meyering.net>
38712
38713         * lib/stdbool_.h: Renamed from stdbool.h.in.
38714
38715 2003-06-06  Jim Meyering  <jim@meyering.net>
38716             Bruno Haible  <bruno@clisp.org>
38717
38718         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
38719         Adjust Makefile.am snippet not to redirect directly to target.
38720         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
38721
38722 2003-06-05  Paul Eggert  <eggert@twinsun.com>
38723
38724         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
38725         mismatch, look in future quarters as well as past.  This fixes a
38726         bug when processing fall-backwards gaps immediately after a long
38727         period of daylight-saving time.
38728
38729         * lib/mktime.c: Assume freestanding C89 or better.
38730         (HAVE_LIMITS_H): Remove.  Assume it's 1.
38731         (__P): Remove; not used.
38732         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
38733         (mktime, not_equal_tm, print_tm, check_result,
38734         main): Use prototypes.  Use const * where appropriate.
38735         (main): Fix typo in testing code that uncovered by above changes.
38736         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
38737
38738 2003-06-04  Paul Eggert  <eggert@twinsun.com>
38739
38740         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
38741         locale.h, localeconv.  This merges changes from coreutils.
38742
38743         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
38744         It can be removed after the next Autoconf is released.
38745         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
38746         needed.
38747
38748 2003-06-04  Paul Eggert  <eggert@twinsun.com>
38749
38750         * lib/mktime.c: Fix Debian bug 177940
38751         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
38752         (localtime_offset): Now long int, not time_t, because we want it
38753         to be guaranteed to be signed.  All uses changed.
38754         (__mktime_internal): If overflow would occur when adding offset,
38755         don't add it.
38756
38757         Merge 'human' changes from coreutils.  Rewrite to support
38758         locale-specific notations like thousands separators.
38759         * lib/human.c: Simplify authorship notice.
38760         Include human.h immediately after config.h.
38761         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
38762         <limits.h>: Do not include, since human.h does.
38763         (SIZE_MAX, UINTMAX_MAX): New macros.
38764         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
38765         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
38766         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
38767         (power_letter): Renamed from suffixes.
38768         (generate_suffix_backwards): Remove.
38769         (adjust_value): Now takes int style (because of human.h changes)
38770         and long double value (for greater precision on some platforms).
38771         (group_number): New function.
38772         (human_readable): Use it.  Use integer options, not enum.
38773         Put the options before the sizes in the arg list.
38774         Support all the new options.
38775         The old human_readable function has been removed;
38776         use inttostr.h instead.
38777         (human_readable, default_block_size, humblock):
38778         Use uintmax_t, not int, for block sizes.
38779         (human_readable_inexact, block_size_types): Remove.
38780         (block_size_opts): New constant.
38781         (human_options): Renamed from human_block_size, with new signature
38782         that allows block sizes up to UINTMAX_MAX.  All callers changed.
38783         * lib/human.h: Add copyright and authorship notice.
38784         Include <limits.h> and <stdbool.h> unconditionally.
38785         (PARAMS): Remove.  All uses removed.
38786         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
38787         (enum human_inexact_style): Remove tag; now a nameless enum.
38788         (human_floor, human_ceiling, human_round_to_even): Now have
38789         values 2, 0, 1 rather than -1, 1, 0.
38790         (human_group_digits, human_suppress_point_zero, human_autoscale,
38791         human_base_1024, human_SI, human_B): New constants.
38792         (human_readable_inexact, human_block_size): Remove.
38793         (human_readable): Size args are now uintmax_t, not int.
38794         (human_options): New decl.
38795
38796         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
38797         unnecessary now that we assume C89 or better.  This change
38798         imported from coreutils.
38799
38800         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
38801         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
38802         in the 2003-05-30 sync from glibc.
38803
38804         .h files should stand alone, but we shouldn't include <sys/types.h>
38805         if we can get away with just <stddef.h>.
38806
38807         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
38808         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
38809         rather than <sys/types.h>, as we merely need size_t.
38810         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
38811         to get size_t.
38812         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
38813         Include <stdio.h>, to get FILE.
38814         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
38815         memcasecmp.h has included <stddef.h> and all we need is size_t.
38816         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
38817         our interface, instead of including <sys/types.h>
38818
38819 2003-06-04  Paul Eggert  <eggert@twinsun.com>
38820
38821         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
38822         now, as glibc mktime is buggy on non-glibc systems.
38823
38824 2003-06-03  Karl Berry  <karl@gnu.org>
38825
38826         * config/config.sub: update from prep.
38827
38828 2003-06-02  Paul Eggert  <eggert@twinsun.com>
38829
38830         [from coreutils]
38831         Fix some minor time-related bugs with POSIX time arguments.
38832         Some valid time stamps were being rejected (notably -1, and
38833         time stamps before 1900 on 64-bit hosts).  And some invalid
38834         time stamps were being accepted, e.g. September 31.
38835
38836         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
38837         that we can return (time_t) -1 successfully.
38838         * lib/posixtm.c: Likewise.
38839         [HAVE_STDBOOL_H]: Include <stdbool.h>.
38840         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
38841         (t): Remove static var.
38842         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
38843         of static var.  All uses changed.
38844         (year): Do not reject years before 1900; they can occur with
38845         64-bit time_t.
38846         (posix_time_parse): Do not check for out-of-range components;
38847         that is now the caller's responsibility, since our checks were
38848         only approximations.
38849         (posixtime): Use mktime to check for out-of-range components,
38850         since it knows them exactly.
38851         If mktime returns (time_t) -1, check whether an error actually occurred
38852         by invoking localtime on -1.
38853         (main) [TEST_POSIXTIME]: Check for input data errors, and report
38854         posixtime failures better.
38855         Improve the test data (in comments only).
38856
38857 2003-06-02  Karl Berry  <karl@gnu.org>
38858
38859         * config/mkinstalldirs (version): new variable.
38860         (--version): new option.
38861         (usage): improve message.
38862
38863 2003-05-30  Karl Berry  <karl@gnu.org>
38864
38865         * lib/mktime.c: update from libc.
38866
38867 2003-05-30  Bruno Haible  <bruno@clisp.org>
38868
38869         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
38870         * config/config.rpath: Upgrade to gettext-0.12.1.
38871
38872 2003-05-30  Bruno Haible  <bruno@clisp.org>
38873
38874         * m4/gettext.m4: Upgrade to gettext-0.12.1.
38875         * m4/nls.m4: New file, from gettext-0.12.1.
38876         * m4/po.m4: New file, from gettext-0.12.1.
38877         * m4/progtest.m4: Upgrade to gettext-0.12.1.
38878
38879 2003-05-30  Bruno Haible  <bruno@clisp.org>
38880
38881         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
38882         * lib/localcharset.h: Likewise.
38883         * lib/localcharset.c: Likewise.
38884
38885 2003-05-29  Karl Berry  <karl@gnu.org>
38886
38887         * config/config.rpath: update from gettext.
38888
38889 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38890
38891         Assume the headers required for C89 freestanding compilers.
38892         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
38893         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
38894         * m4/human.m4 (gl_HUMAN): Likewise.
38895         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
38896         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
38897         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38898         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
38899         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38900         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
38901
38902 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38903
38904         Assume the headers required for C89 freestanding compilers.
38905         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
38906         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
38907         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
38908         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
38909         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
38910         define, since <limits.h> is guaranteed to do that.
38911         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
38912         * lib/exclude.c: Include <stdbool.h> unconditionally.
38913         * lib/tempname.c: Include <stddef.h> unconditionally.
38914         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
38915         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
38916         <stddef.h> does that.
38917         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
38918         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
38919         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
38920         needed.
38921         * lib/xstrtol.c: Likewise.
38922         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
38923         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
38924
38925         * lib/addext.c (addext): Use assignment rather than cast, to avoid
38926         warnings on some platforms.
38927
38928         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
38929         arbitrarily.
38930
38931 2003-05-26  Jim Meyering  <jim@meyering.net>
38932
38933         Merge in a change from coreutils:
38934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
38935         that is guaranteed to be `no'.  Use `no_such_member' to indicate
38936         that condition, rather than `-1' which is slightly misleading.
38937         Change the name of the cache variable to have the gl_ prefix.
38938         Prompted by a patch from Richard Dawe for DJGPP.
38939
38940 2003-05-24  Karl Berry  <karl@gnu.org>
38941
38942         * config/config.guess: update from prep.
38943
38944 2003-05-22  Karl Berry  <karl@gnu.org>
38945
38946         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
38947
38948 2003-05-20  Karl Berry  <karl@gnu.org>
38949
38950         * config/config.guess: update from prep.
38951
38952 2003-05-18  Karl Berry  <karl@gnu.org>
38953
38954         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
38955         might actually be set by the user.
38956
38957         * config/depcomp, install-sh, mdate-sh: update from automake.
38958
38959 2003-05-17  Bruno Haible  <bruno@clisp.org>
38960
38961         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
38962         invalid expansion for AC_EGREP_CPP.
38963         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
38964         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
38965         Suggested by Akim Demaille <akim@epita.fr> in
38966         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
38967
38968 2003-05-12  Jim Meyering  <jim@meyering.net>
38969
38970         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
38971         the space-padded-by-default conversion specifiers, %e, %k, %l.
38972
38973 2003-05-12  Bruno Haible  <bruno@clisp.org>
38974
38975         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
38976         the string is longer than 4 KB.
38977
38978 2003-05-11  Karl Berry  <karl@gnu.org>
38979
38980         * config/config.{guess,sub}: update from prep.
38981
38982 2003-05-09  Bruno Haible  <bruno@clisp.org>
38983
38984         * modules/error: Add m4/strerror_r.m4 to file list.
38985
38986 2003-05-03  Bruno Haible  <bruno@clisp.org>
38987
38988         Upgrade to Unicode-4.0.
38989         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
38990         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
38991         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
38992         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
38993         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
38994         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
38995         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
38996         Change width of U+E0100..U+E01EF from 1 to 0.
38997
38998 2003-04-25  Jim Meyering  <jim@meyering.net>
38999
39000         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39001         of type size_t, not int.
39002
39003 2003-04-25  Bruno Haible  <bruno@clisp.org>
39004
39005         * lib/copy-file.c: Include <stddef.h>, for size_t.
39006
39007 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39008
39009         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39010         code which expansion is under static control.  Patch imported from
39011         Akim Demaille's patch to Bison; see
39012         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39013
39014 2003-04-14  Bruno Haible  <bruno@clisp.org>
39015
39016         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39017
39018 2003-04-11  Jim Meyering  <jim@meyering.net>
39019
39020         Merge changes from Coreutils.
39021
39022         2003-03-22  Jim Meyering  <jim@meyering.net>
39023
39024         * lib/strftime.c (widen): Cast alloca return value to proper type.
39025
39026         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39027
39028         From GNU libc.
39029         * lib/strftime.c (my_strftime): Handle very large width
39030         specifications for numeric values correctly.  Improve checks for
39031         overflow.
39032
39033         2003-01-19  Jim Meyering  <jim@meyering.net>
39034
39035         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39036         definitions.
39037         (nl_get_alt_digit) [! defined my_strftime]: Define.
39038         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39039         _nl_get_alt_digit and _nl_get_walt_digit.
39040
39041         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39042         libc. These changes have no effect outside of _LIBC.
39043
39044 2003-04-10  Bruno Haible  <bruno@clisp.org>
39045
39046         * modules/findprog: New file.
39047         * MODULES.html.sh (func_all_modules): Add it.
39048
39049 2003-04-10  Bruno Haible  <bruno@clisp.org>
39050
39051         * m4/findprog.m4: New file.
39052         * m4/eaccess.m4: New file.
39053
39054 2003-04-10  Bruno Haible  <bruno@clisp.org>
39055
39056         * lib/findprog.h: New file, from GNU gettext.
39057         * lib/findprog.c: New file, from GNU gettext.
39058
39059 2003-04-05  Jim Meyering  <jim@meyering.net>
39060
39061         Merge changes from Coreutils.
39062
39063         * lib/exclude.h (PARAMS): Remove definition and uses.
39064         * lib/exclude.c: Remove uses of `PARAMS'.
39065
39066         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39067         Add test-cases for DOS filenames. Declare program_name.
39068         (main): Set up program_name.  Patch by Rich Dawe.
39069
39070         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39071         error from mntctl.
39072         Use mntctl's return value to drive the entry-processing loop, since
39073         we can't rely on the value of the vmt_length member in the last
39074         entry.  On some systems doing so could result in exhausting
39075         virtual memory.  Based in part on a patch from Mike Jetzer.
39076
39077 2003-04-04  Bruno Haible  <bruno@clisp.org>
39078
39079         * modules/linebreak: New file.
39080         * MODULES.html.sh (func_all_modules): Add it.
39081
39082 2003-04-04  Bruno Haible  <bruno@clisp.org>
39083
39084         * m4/linebreak.m4: New file.
39085
39086 2003-04-04  Bruno Haible  <bruno@clisp.org>
39087
39088         * lib/linebreak.h: New file, from GNU gettext.
39089         * lib/linebreak.c: New file, from GNU gettext with slight
39090         modifications.
39091         * lib/lbrkprop.h: New file, from GNU gettext.
39092
39093 2003-04-03  Bruno Haible  <bruno@clisp.org>
39094
39095         * modules/utf8-ucs4: New file.
39096         * modules/utf16-ucs4: New file.
39097         * modules/ucs4-utf8: New file.
39098         * modules/ucs4-utf16: New file.
39099         * MODULES.html.sh (func_all_modules): Add them.
39100
39101 2003-04-03  Bruno Haible  <bruno@clisp.org>
39102
39103         * m4/utf-ucs4.m4: New file.
39104         * m4/ucs4-utf.m4: New file.
39105
39106 2003-04-03  Bruno Haible  <bruno@clisp.org>
39107
39108         * lib/utf8-ucs4.h: New file, from GNU gettext.
39109         * lib/utf16-ucs4.h: New file, from GNU gettext.
39110         * lib/ucs4-utf8.h: New file, from GNU gettext.
39111         * lib/ucs4-utf16.h: New file, from GNU gettext.
39112
39113 2003-04-02  Bruno Haible  <bruno@clisp.org>
39114
39115         * modules/binary-io: New file.
39116         * MODULES.html.sh (func_all_modules): Add it.
39117
39118 2003-04-02  Bruno Haible  <bruno@clisp.org>
39119
39120         * lib/binary-io.h: New file, from GNU gettext.
39121
39122 2003-04-01  Bruno Haible  <bruno@clisp.org>
39123
39124         * modules/pathname: New file.
39125         * MODULES.html.sh (func_all_modules): Add it.
39126
39127 2003-04-01  Bruno Haible  <bruno@clisp.org>
39128
39129         * lib/pathname.h: New file, from GNU gettext.
39130         * lib/concatpath.c: New file, from GNU gettext.
39131
39132 2003-03-30  Bruno Haible  <bruno@clisp.org>
39133
39134         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39135
39136 2003-03-30  Bruno Haible  <bruno@clisp.org>
39137
39138         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39139         function chown() doesn't exist.
39140
39141 2003-03-28  Bruno Haible  <bruno@clisp.org>
39142
39143         * modules/copy-file: New file.
39144         * MODULES.html.sh (func_all_modules): Add it.
39145
39146 2003-03-28  Bruno Haible  <bruno@clisp.org>
39147
39148         * m4/copy-file.m4: New file.
39149
39150 2003-03-28  Bruno Haible  <bruno@clisp.org>
39151
39152         * lib/copy-file.h: New file, from GNU gettext.
39153         * lib/copy-file.c: New file, from GNU gettext.
39154
39155 2003-03-18  Jim Meyering  <jim@meyering.net>
39156
39157         * lib/quote.c (quote_n): Fix typo in comment.
39158
39159 2003-03-18  Bruno Haible  <bruno@clisp.org>
39160
39161         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39162         checking.
39163         * m4/onceonly_2_57.m4: Likewise.
39164
39165 2003-03-17  Bruno Haible  <bruno@clisp.org>
39166
39167         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39168         (m4_quote): Remove macro.
39169         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39170
39171 2003-03-14  Jim Meyering  <jim@meyering.net>
39172
39173         Merge changes from Coreutils.
39174         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39175         to be const, in order to avoid warnings.
39176         (obstack_room): Likewise.
39177         (obstack_empty_p): Likewise.
39178
39179 2003-03-14  Bruno Haible  <bruno@clisp.org>
39180
39181         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
39182         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
39183
39184 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39185
39186         Merge changes from Bison.
39187         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
39188         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
39189         when compiling Bison 1.875's `bitset bset = obstack_alloc
39190         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
39191         * lib/hash.c: Include <stdbool.h> unconditionally.
39192
39193 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39194
39195         * m4/onceonly.m4 (m4_quote): New macro.
39196         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
39197         Quote AC_FOREACH variable-expansions properly.
39198
39199 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39200
39201         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
39202
39203 2003-03-09  Paul Eggert  <eggert@twinsun.com>
39204
39205         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
39206         Reported by Bruce Becker; see:
39207         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
39208
39209 2003-03-03  Paul Eggert  <eggert@twinsun.com>
39210             Bruno Haible  <bruno@clisp.org>
39211
39212         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
39213         Reported by John Hughes, see
39214         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
39215
39216 2003-02-20  Bruno Haible  <bruno@clisp.org>
39217
39218         * MODULES.html.sh (func_all_modules): Add poll.
39219
39220 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39221
39222         * modules/poll: New file.
39223
39224 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39225
39226         * lib/poll_.h: New file.
39227         * lib/poll.c: New file.
39228
39229 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39230
39231         * m4/poll.m4: New file.
39232
39233 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39234
39235         * modules/mathl: New file.
39236
39237 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39238
39239         * lib/mathl.h: New file.
39240         * lib/acosl.c: New file.
39241         * lib/asinl.c: New file.
39242         * lib/atanl.c: New file.
39243         * lib/ceill.c: New file.
39244         * lib/cosl.c: New file.
39245         * lib/expl.c: New file.
39246         * lib/floorl.c: New file.
39247         * lib/frexpl.c: New file.
39248         * lib/ldexpl.c: New file.
39249         * lib/logl.c: New file.
39250         * lib/sincosl.c: New file.
39251         * lib/sinl.c: New file.
39252         * lib/sqrtl.c: New file.
39253         * lib/tanl.c: New file.
39254         * lib/trigl.c: New file.
39255         * lib/trigl.h: New file.
39256
39257 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39258
39259         * m4/mathl.m4: New file.
39260
39261 2003-02-18  Bruno Haible  <bruno@clisp.org>
39262
39263         * MODULES.html.sh (func_all_modules): Add mathl.
39264
39265 2003-02-17  Bruno Haible  <bruno@clisp.org>
39266
39267         * modules/mkdtemp: New module.
39268         * MODULES.html.sh (func_all_modules): Add it.
39269
39270 2003-02-17  Bruno Haible  <bruno@clisp.org>
39271
39272         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
39273
39274 2003-02-17  Bruno Haible  <bruno@clisp.org>
39275
39276         * lib/mkdtemp.h: New file, from GNU gettext.
39277         * lib/mkdtemp.c: New file, from GNU gettext.
39278
39279 2003-02-02  Jim Meyering  <jim@meyering.net>
39280
39281         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
39282         e.g. glibc-2.2.93.
39283
39284 2003-01-31  Bruno Haible  <bruno@clisp.org>
39285
39286         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
39287         'rpl_rename'.
39288         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
39289         'rpl_strnlen'.
39290         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
39291         'rpl_strtod'.
39292         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
39293         'rpl_utime'.
39294
39295 2003-01-31  Bruno Haible  <bruno@clisp.org>
39296
39297         * lib/rename.c: #undef rename before defining rpl_rename.
39298         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
39299
39300 2003-01-30  Bruno Haible  <bruno@clisp.org>
39301
39302         * modules/vasnprintf, modules/vasprintf: New modules.
39303         * MODULES.html.sh (func_all_modules): Add them.
39304
39305 2003-01-30  Bruno Haible  <bruno@clisp.org>
39306
39307         * m4/signed.m4: New file, from GNU gettext.
39308         * m4/longdouble.m4: New file, from GNU gettext.
39309         * m4/wchar_t.m4: New file, from GNU gettext.
39310         * m4/wint_t.m4: New file, from GNU gettext.
39311         * m4/vasnprintf.m4: New file.
39312         * m4/vasprintf.m4: New file.
39313
39314 2003-01-30  Bruno Haible  <bruno@clisp.org>
39315
39316         * lib/printf-args.h: New file, from GNU gettext.
39317         * lib/printf-args.c: New file, from GNU gettext.
39318         * lib/printf-parse.h: New file, from GNU gettext.
39319         * lib/printf-parse.c: New file, from GNU gettext.
39320         * lib/vasnprintf.h: New file, from GNU gettext.
39321         * lib/vasnprintf.c: New file, from GNU gettext.
39322         * lib/asnprintf.c: New file, from GNU gettext.
39323         * lib/vasprintf.h: New file, from GNU gettext with modifications.
39324         * lib/vasprintf.c: New file, from GNU gettext.
39325         * lib/asprintf.c: New file, from GNU gettext.
39326
39327 2003-01-29  Bruno Haible  <bruno@clisp.org>
39328
39329         * modules/stpncpy: New module.
39330         * MODULES.html.sh (func_all_modules): Add it.
39331
39332 2003-01-29  Bruno Haible  <bruno@clisp.org>
39333
39334         * m4/stpncpy.m4: New file.
39335
39336 2003-01-29  Bruno Haible  <bruno@clisp.org>
39337
39338         * lib/stpncpy.h: New file, from GNU gettext with modifications.
39339         * lib/stpncpy.c: New file, from GNU gettext with modifications.
39340
39341 2003-01-28  Bruno Haible  <bruno@clisp.org>
39342
39343         * modules/c-ctype: New module.
39344         * MODULES.html.sh (func_all_modules): Add it.
39345
39346 2003-01-28  Bruno Haible  <bruno@clisp.org>
39347
39348         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
39349         Paul Eggert.
39350         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
39351         Paul Eggert.
39352
39353 2003-01-27  Bruno Haible  <bruno@clisp.org>
39354
39355         * modules/xsetenv: New module.
39356         * MODULES.html.sh (func_all_modules): Add it.
39357
39358 2003-01-27  Bruno Haible  <bruno@clisp.org>
39359
39360         * lib/xsetenv.h: New file, from GNU gettext.
39361         * lib/xsetenv.c: New file, from GNU gettext.
39362
39363 2003-01-23  Jim Meyering  <jim@meyering.net>
39364
39365         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
39366         from working on systems without dirfd (at least Irix and OSF1/Tru64).
39367
39368 2003-01-23  Bruno Haible  <bruno@clisp.org>
39369
39370         * modules/minmax: New module.
39371         * MODULES.html.sh (func_all_modules): Add it.
39372
39373 2003-01-23  Bruno Haible  <bruno@clisp.org>
39374
39375         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
39376         Eggert.
39377
39378 2003-01-22  Bruno Haible  <bruno@clisp.org>
39379
39380         * modules/exit: New module.
39381         * MODULES.html.sh (func_all_modules): Add it.
39382
39383 2003-01-22  Bruno Haible  <bruno@clisp.org>
39384
39385         * lib/exit.h: New file, from GNU gettext.
39386
39387 2003-01-19  Bruno Haible  <bruno@clisp.org>
39388
39389         * gnulib-tool: Recognize option --extract-maintainer.
39390         (func_get_maintainer): New function.
39391         * modules/*: Add Maintainer entry.
39392
39393 2003-01-16  Jim Meyering  <jim@meyering.net>
39394
39395         * m4/regex.m4: The `regex' struct is both input and output.
39396         Initialize it before each use.  Patch by Tim Waugh.
39397
39398 2003-01-16  Bruno Haible  <bruno@clisp.org>
39399
39400         * MODULES.html.sh: Add a table of contents. Add the module name as
39401         leftmost column. Add hyperlinks.
39402
39403 2003-01-15  Bruno Haible  <bruno@clisp.org>
39404
39405         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
39406
39407 2003-01-15  Bruno Haible  <bruno@clisp.org>
39408
39409         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
39410         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
39411         suffix.
39412
39413 2003-01-15  Bruno Haible  <bruno@clisp.org>
39414
39415         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
39416
39417 2003-01-15  Bruno Haible  <bruno@clisp.org>
39418
39419         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
39420         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
39421
39422 2003-01-14  Jim Meyering  <jim@meyering.net>
39423
39424         * lib/same.c (same_name): Tweak a comment.
39425
39426 2003-01-14  Bruno Haible  <bruno@clisp.org>
39427
39428         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
39429         when a string comparison is sufficient.
39430
39431 2003-01-14  Bruno Haible  <bruno@clisp.org>
39432
39433         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
39434         'unsigned int'.
39435
39436 2003-01-14  Bruno Haible  <bruno@clisp.org>
39437
39438         * lib/hash-pjw.c: Add comment about low quality of this function.
39439
39440 2003-01-13  Bruno Haible  <bruno@clisp.org>
39441
39442         * modules/stpcpy: Distribute lib/stpcpy.h.
39443         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
39444
39445 2003-01-13  Bruno Haible  <bruno@clisp.org>
39446
39447         * modules/*: Add a description.
39448         * modules/strpbrk: Fix Makefile.am snippet.
39449         * modules/strtoimax: Fix dependencies.
39450         * modules/strtoumax: Likewise.
39451
39452 2003-01-13  Bruno Haible  <bruno@clisp.org>
39453
39454         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
39455         * modules/alloca (Makefile.am): All object files depend on alloca.h.
39456         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
39457
39458 2003-01-13  Bruno Haible  <bruno@clisp.org>
39459
39460         * gnulib-tool (func_create_testdir): Store config/* files in the main
39461         directory.
39462         * config.rpath: Move to ...
39463         * config/config.rpath: ... here.
39464         * modules/gettext: Contains config/config.rpath, not config.rpath.
39465         * modules/iconv: Likewise.
39466
39467 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39468
39469         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39470         to avoid collisions with libcurses and libreadline.
39471
39472         * m4/getstr.m4: Remove.
39473         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
39474
39475 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39476
39477         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39478         to avoid collisions with libcurses and libreadline.
39479
39480         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
39481         * lib/getstr.h, getstr.c: Remove.
39482         * lib/getline.c: Include "getline.h", to check interface.
39483         Move body of old getstr.c here: this defines MIN_CHUNK and
39484         declares getdelim2, which is renamed from getstr.
39485         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
39486
39487         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
39488         All uses changed.
39489         * lib/linebuffer.h: Likewise.
39490         (readline): Remove backward-compatibility macro.
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         * getstr: Remove.
39497         * MODULES.html.sh: Remove getstr.
39498         * modules/getline: Depend on unlocked-io, not getstr.
39499
39500 2003-01-12  Jim Meyering  <jim@meyering.net>
39501
39502         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
39503
39504 2003-01-10  Bruno Haible  <bruno@clisp.org>
39505
39506         * modules/alloca: Change Makefile.am requirements. Simplify Include
39507         requirements. Add lib/alloca_.h to file list.
39508
39509 2003-01-10  Bruno Haible  <bruno@clisp.org>
39510
39511         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
39512
39513 2003-01-10  Bruno Haible  <bruno@clisp.org>
39514
39515         * lib/alloca_.h: New file.
39516         * lib/getdate.y: Unconditionally include alloca.h.
39517         * lib/makepath.c: Likewise.
39518         * lib/setenv.c: Likewise.
39519         * lib/userspec.c: Likewise.
39520
39521 2003-01-09  Karl Berry  <karl@gnu.org>
39522
39523         * MODULES.html.sh: include `dirname $0` in PATH, to find
39524         gnulib-tool.
39525
39526 2003-01-09  Bruno Haible  <bruno@clisp.org>
39527
39528         * modules/stdbool: Change configure.ac, Makefile.am requirements.
39529         Simplify Include requirements. Add lib/stdbool.h.in to file list.
39530
39531 2003-01-09  Bruno Haible  <bruno@clisp.org>
39532
39533         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
39534
39535 2003-01-09  Bruno Haible  <bruno@clisp.org>
39536
39537         * lib/stdbool.h.in: New file.
39538
39539 2003-01-09  Bruno Haible  <bruno@clisp.org>
39540
39541         * gnulib-tool (func_all_modules): Ignore files ending in ~.
39542         * MODULES.html.sh: Likewise.
39543
39544 2003-01-08  Jim Meyering  <jim@meyering.net>
39545
39546         * lib/full-write.c: Undefine and define-away `const' after inclusion
39547         of errno.h, not before.  Suggestion from Bruno Haible.
39548
39549 2003-01-08  Bruno Haible  <bruno@clisp.org>
39550
39551         * modules/full-read: Depend on full-write.
39552
39553 2003-01-08  Bruno Haible  <bruno@clisp.org>
39554
39555         * lib/safe-read.c: Include specification header first, to ensure its
39556         selfcontainedness.
39557         * lib/full-write.c: Likewise.
39558
39559 2003-01-07  Jim Meyering  <jim@meyering.net>
39560
39561         * lib/full-write.c: Rework so that it may serve to define full_read,
39562         too.
39563         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
39564
39565 2003-01-07  Bruno Haible  <bruno@clisp.org>
39566
39567         * lib/strtoimax.c: Include <stdint.h> as an alternative to
39568         <inttypes.h>.
39569         * lib/xstrtol.h: Likewise.
39570         * lib/xstrtoimax.c: Likewise.
39571         * lib/xstrtoumax.c: Likewise.
39572         * lib/human.h: Likewise.
39573
39574         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
39575         on systems that have <inttypes.h> but not <stdint.h>.
39576
39577 2003-01-07  Bruno Haible  <bruno@clisp.org>
39578
39579         * MODULES.html.sh: Add copyright notice.
39580         (missed_files): Omit CVS directory entries.
39581         (func_module): Make it work with sed-3.02.
39582         * MODULES.txt: Remove file.
39583
39584 2003-01-06  Jim Meyering  <jim@meyering.net>
39585
39586         * lib/version-etc.c: Update year in translatable copyright string.
39587
39588 2003-01-03  Karl Berry  <karl@gnu.org>
39589
39590         * config/config.{guess,sub}: update from prep.
39591
39592 2003-01-02  Karl Berry  <karl@gnu.org>
39593
39594         * doc/COPYING.DOC: belatedly updated to 1.2.
39595
39596 2003-01-01  Karl Berry  <karl@gnu.org>
39597
39598         * gnulib-tool (func_verify_module): report module name $module in
39599         error message, not $1.
39600         * gnulib-tool (create-testdir): don't complain if destdir couldn't
39601         be created, only if it doesn't exist.
39602         * gnulib-tool (last_checkin_date): don't expand the $Date here.
39603
39604 2002-12-31  Paul Eggert  <eggert@twinsun.com>
39605
39606         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
39607
39608 2002-12-31  Paul Eggert  <eggert@twinsun.com>
39609
39610         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
39611         memcmp if strcoll doesn't work.
39612
39613 2002-12-31  Bruno Haible  <bruno@clisp.org>
39614
39615         * lib/utime.c (utime_null): No need to call ftruncate if the file was
39616         nonempty.
39617
39618 2002-12-31  Bruno Haible  <bruno@clisp.org>
39619
39620         * lib/memcoll.c (STRCOLL): New macro.
39621         (memcoll): Use it.
39622
39623 2002-12-31  Bruno Haible  <bruno@clisp.org>
39624
39625         * lib/localcharset.h: New file.
39626         * lib/localcharset.c: Include it.
39627         * lib/unicodeio.c: Likewise.
39628
39629 2002-12-31  Bruno Haible  <bruno@clisp.org>
39630
39631         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
39632         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
39633
39634 2002-12-31  Bruno Haible  <bruno@clisp.org>
39635
39636         * lib/getline.h: Include <stddef.h>, for size_t.
39637
39638         * lib/unicodeio.h: Include <stddef.h>, for size_t.
39639         * lib/unicodeio.c: Don't include <stddef.h>.
39640
39641 2002-12-31  Bruno Haible  <bruno@clisp.org>
39642
39643         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
39644         HAVE_TM_ZONE.
39645
39646 2002-12-24  Karl Berry  <karl@gnu.org>
39647
39648         * config/config.guess: update from prep.
39649
39650 2002-12-24  Bruno Haible  <bruno@clisp.org>
39651
39652         General infrasructure.
39653         * m4/README: Rewritten.
39654         * m4/onceonly.m4: New file.
39655         * m4/onceonly_2_57.m4: New file.
39656
39657         Module atexit.
39658         * m4/atexit.m4: New file.
39659
39660         Module strtod.
39661         * m4/strtod.m4: New file.
39662
39663         Module strtol.
39664         * m4/strtol.m4: New file.
39665
39666         Module strtoul.
39667         * m4/strtoul.m4: New file.
39668
39669         Module memchr.
39670         * m4/memchr.m4: New file.
39671
39672         Module memcmp.
39673         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
39674         (jm_FUNC_MEMCMP): Invoke it.
39675
39676         Module memcpy.
39677         * m4/memcpy.m4: New file.
39678
39679         Module memmove.
39680         * m4/memmove.m4: New file.
39681
39682         Module memset.
39683         * m4/memset.m4: New file.
39684
39685         Module strcspn.
39686         * m4/strcspn.m4: New file.
39687
39688         Module strpbrk.
39689         * m4/strpbrk.m4: New file.
39690
39691         Module strstr.
39692         * m4/strstr.m4: New file.
39693
39694         Module strerror.
39695         * m4/strerror.m4: New file.
39696
39697         Module mktime.
39698         * m4/mktime.m4: Renamed from jm-mktime.m4.
39699         (gl_PREREQ_MKTIME): New macro.
39700         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
39701
39702         Module malloc.
39703         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
39704         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
39705         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
39706
39707         Module realloc.
39708         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
39709         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
39710         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
39711
39712         Module strftime.
39713         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
39714         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
39715         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
39716         gl_TM_GMTOFF.
39717         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
39718
39719         Module xalloc.
39720         * m4/xalloc.m4: New file.
39721
39722         Module alloca.
39723         * m4/alloca.m4: New file.
39724
39725         Module putenv.
39726         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
39727         (jm_FUNC_PUTENV): Invoke it.
39728
39729         Module setenv.
39730         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
39731         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
39732         when invoked twice.
39733         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
39734         gt_FUNC_SETENV.
39735
39736         Module memrchr.
39737         * m4/memrchr.m4: New file.
39738
39739         Module stpcpy.
39740         * m4/stpcpy.m4: New file.
39741
39742         Module strcase.
39743         * m4/strcase.m4: New file.
39744
39745         Module strdup.
39746         * m4/strdup.m4: New file.
39747
39748         Module strnlen.
39749         * m4/strnlen.m4: New file.
39750
39751         Module strndup.
39752         * m4/strndup.m4: New file.
39753
39754         Module xstrtod.
39755         * m4/xstrtod.m4: New file.
39756
39757         Module xstrtol.
39758         * m4/xstrtol.m4: New file.
39759
39760         Module getdate.
39761         * m4/getdate.m4: New file.
39762
39763         Module unlocked-io.
39764         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
39765         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
39766         * m4/jm-glibc-io.m4n: Remove file.
39767
39768         Module long-options.
39769         * m4/long-options.m4: New file.
39770
39771         Module md5.
39772         * m4/md5.m4: New file.
39773
39774         Module sha.
39775         * m4/sha.m4: New file.
39776
39777         Module getstr.
39778         * m4/getstr.m4: New file.
39779
39780         Module getline.
39781         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
39782         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
39783         <sys/types.h>, for size_t. Use the function name gnu_getline, not
39784         simply getline. Infoke gl_PREREQ_GETLINE.
39785
39786         Module obstack.
39787         * m4/obstack.m4: New file.
39788
39789         Module hash.
39790         * m4/hash.m4: New file.
39791
39792         Module readtokens.
39793         * m4/readtokens.m4: New file.
39794
39795         Module strverscmp.
39796         * m4/strverscmp.m4: New file.
39797
39798         Module stdbool.
39799         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
39800         OSF/1.
39801
39802         Module strtoll.
39803         * m4/strtoll.m4: New file.
39804
39805         Module strtoull.
39806         * m4/strtoull.m4: New file.
39807
39808         Module strtoimax.
39809         * m4/strtoimax.m4: New file.
39810
39811         Module strtoumax.
39812         * m4/strtoumax.m4: New file.
39813
39814         Module xstrtoimax.
39815         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
39816         jm_AC_PREREQ_XSTRTOIMAX.
39817         Moved the strtol prerequisites to strtol.m4.
39818         Moved the strtoll prerequisites to strtoll.m4.
39819         Moved the strtoimax prerequisites to strtoimax.m4.
39820
39821         Module xstrtoumax.
39822         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
39823         jm_AC_PREREQ_XSTRTOUMAX.
39824         Moved the strtoul prerequisites to strtoul.m4.
39825         Moved the strtoull prerequisites to strtoull.m4.
39826         Moved the strtoumax prerequisites to strtoumax.m4.
39827
39828         Module chown.
39829         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
39830         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
39831
39832         Module dup2.
39833         * m4/dup2.m4: New file.
39834
39835         Module ftruncate.
39836         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
39837         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
39838
39839         Module getgroups.
39840         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
39841         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
39842
39843         Module gettimeofday.
39844         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
39845         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
39846         gl_PREREQ_GETTIMEOFDAY.
39847
39848         Module mkdir.
39849         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
39850         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
39851
39852         Module mkstemp.
39853         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
39854         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
39855         jm_AC_TYPE_UINTMAX_T.
39856         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
39857
39858         Module stat.
39859         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
39860         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
39861
39862         Module lstat.
39863         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
39864         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
39865
39866         Module timespec.
39867         * m4/timespec.m4 (gl_TIMESPEC): New macro.
39868         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
39869         * m4/st_mtim.m4: Indentation.
39870
39871         Module nanosleep.
39872         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
39873         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
39874         gl_PREREQ_NANOSLEEP.
39875
39876         Module regex.
39877         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
39878         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
39879         (gl_REGEX): New macro.
39880
39881         Module rename.
39882         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
39883         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
39884
39885         Module rmdir.
39886         * m4/rmdir.m4: New file.
39887
39888         Module utime.
39889         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
39890         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
39891         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
39892
39893         Module dirname.
39894         * m4/dirname.m4: New file.
39895
39896         Module getopt.
39897         * m4/getopt.m4: New file.
39898
39899         Module unistd-safer.
39900         * m4/unistd-safer.m4: New file.
39901
39902         Module fnmatch.
39903         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
39904         declaration.
39905         (gl_PREREQ_FNMATCH_EXTRA): New macro.
39906         (gl_FUNC_FNMATCH_POSIX): New macro.
39907         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
39908         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
39909         simply fnmatch.
39910
39911         Module exclude.
39912         * m4/exclude.m4: New file.
39913
39914         Module human.
39915         * m4/human.m4: New file.
39916
39917         Module acl.
39918         * m4/acl.m4: Nop.
39919
39920         Module backupfile.
39921         * m4/backupfile.m4: New file.
39922         * m4/d-ino.m4: Indentation.
39923
39924         Module fsusage.
39925         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
39926         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
39927         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
39928
39929         Module dirfd.
39930         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
39931         requirements.
39932
39933         Module euidaccess.
39934         * m4/euidaccess.m4: New file.
39935
39936         Module file-type.
39937         * m4/file-type.m4: New file.
39938
39939         Module fileblocks.
39940         * m4/fileblocks.m4: New file.
39941
39942         Module filemode.
39943         * m4/filemode.m4: New file.
39944
39945         Module isdir.
39946         * m4/isdir.m4: New file.
39947
39948         Module lchown.
39949         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
39950         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
39951
39952         Module makepath.
39953         * m4/makepath.m4: New file.
39954
39955         Module modechange.
39956         * m4/modechange.m4: New file.
39957
39958         Module mountlist.
39959         * m4/mountlist.m4: New file.
39960         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
39961         Indentation.
39962
39963         Module path-concat.
39964         * m4/path-concat.m4: New file.
39965
39966         Module pathmax.
39967         * m4/pathmax.m4: New file.
39968
39969         Module same.
39970         * m4/same.m4: New file.
39971
39972         Module save-cwd.
39973         * m4/save-cwd.m4: New file.
39974
39975         Module savedir.
39976         * m4/savedir.m4: New file.
39977
39978         Module xgetcwd.
39979         * m4/xgetcwd.m4: New file.
39980         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
39981
39982         Module xreadlink.
39983         * m4/xreadlink.m4: New file.
39984
39985         Module safe-read.
39986         * m4/safe-read.m4: New file.
39987
39988         Module safe-write.
39989         * m4/safe-write.m4: New file.
39990
39991         Module closeout.
39992         * m4/closeout.m4: New file.
39993
39994         Module stdio-safer.
39995         * m4/stdio-safer.m4: New file.
39996
39997         Module getpass.
39998         * m4/getpass.m4: New file.
39999
40000         Module getugroups.
40001         * m4/getugroups.m4: New file.
40002
40003         Module group-member.
40004         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40005         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40006
40007         Module idcache.
40008         * m4/idcache.m4: New file.
40009
40010         Module userspec.
40011         * m4/userspec.m4: New file.
40012
40013         Module gettime.
40014         * m4/clock_time.m4: New file.
40015         * m4/gettime.m4: New file.
40016
40017         Module settime.
40018         * m4/settime.m4: New file.
40019
40020         Module posixtm.
40021         * m4/posixtm.m4: New file.
40022
40023         Module gethostname.
40024         * m4/gethostname.m4: New file.
40025
40026         Module canon-host.
40027         * m4/canon-host.m4: New file.
40028
40029         Module gettext.
40030         * m4/codeset.m4: New file, from gettext-0.11.5.
40031         * m4/gettext.m4: New file, from gettext-0.11.5.
40032         * m4/glibc21.m4: New file, from gettext-0.11.5.
40033         * m4/iconv.m4: New file, from gettext-0.11.5.
40034         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40035         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40036         * m4/inttypes.m4: New file, from gettext-0.11.5.
40037         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40038         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40039         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40040         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40041         * m4/lib-link.m4: New file, from gettext-0.11.5.
40042         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40043         * m4/progtest.m4: New file, from gettext-0.11.5.
40044         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40045         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40046         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40047
40048         Module localcharset.
40049         * m4/localcharset.m4: New file.
40050
40051         Module hard-locale.
40052         * m4/hard-locale.m4: New file.
40053
40054         Module mbswidth.
40055         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40056         onceonly macros.
40057         * m4/mbrtowc.m4: Add comment.
40058
40059         Module memcasecmp.
40060         * m4/memcasecmp.m4: New file.
40061
40062         Module memcoll.
40063         * m4/memcoll.m4: New file.
40064
40065         Module unicodeio.
40066         * m4/unicodeio.m4: New file.
40067
40068         Module rpmatch.
40069         * m4/rpmatch.m4: New file.
40070
40071         Module yesno.
40072         * m4/yesno.m4: New file.
40073
40074         Module exitfail.
40075         * m4/exitfail.m4: New file.
40076
40077         Module c-stack.
40078         * m4/c-stack.m4 (gl_C_STACK): New macro.
40079         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40080
40081         Module error.
40082         * m4/error.m4 (gl_ERROR): New macro.
40083         (jm_PREREQ_ERROR): Use onceonly macros.
40084
40085         Module fatal.
40086         * m4/fatal.m4: New file.
40087
40088         Module getloadavg.
40089         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40090         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40091
40092         Module getpagesize.
40093         * m4/getpagesize.m4: New file.
40094
40095         Module getusershell.
40096         * m4/getusershell.m4: New file.
40097
40098         Module physmem.
40099         * m4/physmem.m4: New file.
40100
40101         Module posixver.
40102         * m4/posixver.m4: New file.
40103
40104         Module quotearg.
40105         * m4/quotearg.m4: New file.
40106
40107         Module quote.
40108         * m4/quote.m4: New file.
40109
40110         Module readutmp.
40111         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40112
40113         Module sig2str.
40114         * m4/sig2str.m4: New file.
40115
40116         Other.
40117         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40118         ulonglong.m4.
40119         * m4/intmax_t.m4: New file.
40120         * m4/d-type.m4: Indentation.
40121         * m4/jm-macros.m4: Update.
40122         * m4/prereq.m4 (jm_PREREQ): Update.
40123         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40124         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40125         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40126         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40127         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40128         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40129         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40130         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40131         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40132         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40133         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40134         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40135         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40136         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40137         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40138         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40139         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40140         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40141         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40142
40143 2002-12-24  Bruno Haible  <bruno@clisp.org>
40144
40145         * MODULES.txt: Update according to m4/ changes.
40146
40147         Module gettext.
40148         * config.rpath: New file, from gettext-0.11.5.
40149
40150         * modules/*: New module descriptions.
40151         * gnulib-tool: New file.
40152         * MODULES.html.sh: New file.
40153
40154 2002-12-21  Karl Berry  <karl@gnu.org>
40155
40156         * doc/fdl.texi: update to version 1.2.
40157
40158 2002-12-19  Karl Berry  <karl@gnu.org>
40159
40160         * config/config.guess: update from prep.
40161
40162 2002-12-18  Bruno Haible  <bruno@clisp.org>
40163
40164         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40165         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40166
40167 2002-12-17  Bruno Haible  <bruno@clisp.org>
40168
40169         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40170         stdlib.h, string.h.
40171
40172 2002-12-17  Bruno Haible  <bruno@clisp.org>
40173
40174         * lib/canon-host.c (strdup): Remove unused declaration.
40175
40176         * lib/fsusage.c: Include full_read.h.
40177         (get_fs_usage): Use full_read instead of safe_read.
40178
40179         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
40180
40181 2002-12-12  Karl Berry  <karl@gnu.org>
40182
40183         * config/config.guess: update from prep.
40184
40185 2002-12-11  Bruno Haible  <bruno@clisp.org>
40186
40187         * m4/setenv.m4: New file, from gettext-0.11.5.
40188
40189 2002-12-11  Bruno Haible  <bruno@clisp.org>
40190
40191         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
40192         not unsetenv().
40193         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
40194         modifications:
40195
40196         2002-12-11  Bruno Haible  <bruno@clisp.org>
40197
40198                 * setenv.c (alloca): Fall back to malloc.
40199                 (freea): New macro.
40200                 (setenv): Use freea() to free memory allocated with alloca().
40201
40202         2002-11-13  Bruno Haible  <bruno@clisp.org>
40203
40204                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
40205                 function declarations.
40206                 * unsetenv.c (unsetenv): Likewise.
40207
40208         2002-03-04  Bruno Haible  <bruno@clisp.org>
40209
40210                 Portability to AIX 4.3.3.
40211                 * unsetenv.c: New file, extracted from setenv.c.
40212                 * setenv.c: Move the unsetenv() function to unsetenv.c.
40213
40214         2001-12-20  Bruno Haible  <bruno@clisp.org>
40215
40216                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
40217                 use malloc instead. For SunOS 4.
40218
40219         2001-12-11  Bruno Haible  <bruno@clisp.org>
40220
40221                 * setenv.c: Declare alloca.
40222                 (compar_fn_t): New typedef.
40223                 (KNOWN_VALUE, STORE_VALUE): Use it.
40224
40225         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
40226         setenv.h.
40227
40228 2002-12-10  Paul Eggert  <eggert@twinsun.com>
40229
40230         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
40231         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
40232         Choose values that are less likely to collide with system fnmatch
40233         options.
40234         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
40235         defined (e.g., a pure POSIX system).
40236         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
40237         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
40238
40239 2002-12-06  Paul Eggert  <eggert@twinsun.com>
40240
40241         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
40242         a pain in practice to deal with generated m4 files.  This change
40243         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
40244
40245         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
40246         and jm-glibc-io.m4, as they are no longer a special case.
40247         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
40248         kludge and the auto-generation stuff.  Check only whether the
40249         functions are declared, not whether they exist, since older hosts
40250         that don't declare the functions can't use the optimization anyway.
40251
40252 2002-12-06  Jim Meyering  <jim@meyering.net>
40253
40254         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
40255
40256         Merge in changes from libc's misc/error.c, in preparation
40257         for the merge of gnulib's changes back into libc.
40258
40259         * lib/error.c (_): Define only if not already defined.
40260         Move definition to follow all #include directives.
40261         Include unlocked-io.h only if !_LIBC.
40262         [_LIBC]: Include <libio/libioP.h>.
40263         [USE_IN_LIBIO]: Include <libio/iolibio.h>
40264         (fflush): Tweak definition to use INTUSE.
40265         (putc): Define.
40266
40267 2002-12-05  Paul Eggert  <eggert@twinsun.com>
40268
40269         * lib/alloca.c [defined emacs]: Include "lisp.h".
40270         (xalloc_die) [defined emacs]: New macro.
40271         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
40272         [! defined emacs]: Include <xalloc.h>.
40273         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
40274         (pointer): Typedef to POINTER_TYPE *.
40275         (malloc): Remove decl; we now always use xmalloc.
40276         (alloca): Use old-style definition, since Emacs needs this.
40277         Check for arithmetic overflow when computing combined size.
40278
40279 2002-12-04  Paul Eggert  <eggert@twinsun.com>
40280
40281         Do not generate unlocked-io.h automatically, since it's easier to
40282         maintain it by hand.
40283
40284         * lib/unlocked-io.h: New file, from GNU diffutils,
40285         but with proper copyright notice and attribution.
40286         * lib/gen-uio: Remove.
40287         * lib/Makefile.am: Add copyright notice.
40288         (libfetish_a_SOURCES): Add unlocked-io.h.
40289         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
40290         (DISTCLEANFILES, io_functions): Remove macros.
40291         (EXTRA_DIST): Remove gen_uio.
40292         (unlocked-io.h): Remove rule.
40293
40294 2002-12-04  Jim Meyering  <jim@meyering.net>
40295
40296         Reflect the fact that stat.c and lstat.c are no longer generated.
40297         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
40298         (DISTCLEANFILES): Likewise.
40299         (EXTRA_DIST): Likewise.
40300         (all_local): Don't depend on stat.c or lstat.c.
40301         (stat.c, lstat.c): Remove rules.
40302         (EXTRA_DIST): Remove xstat.in.
40303
40304         * lib/xstat.in: Remove file.  Contents moved into stat.c.
40305         * lib/stat.c: New file.  Contents mostly from xstat.in.
40306         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
40307         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
40308
40309         * lib/safe-read.c: Rework so that it may serve to define safe_write,
40310         too.
40311         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
40312
40313 2002-12-03  Jim Meyering  <jim@meyering.net>
40314
40315         * lib/safe-read.c, safe-write.c: Change variable names and comments,
40316         but not semantics, to minimize the differences between these two files.
40317         (safe_read): Change comment to mention SAFE_READ_ERROR.
40318
40319         * lib/safe-read.c (IS_EINTR): Define.
40320         (safe_read): Use IS_EINTR in place of in-function cpp directives.
40321
40322 2002-12-02  Jim Meyering  <jim@meyering.net>
40323
40324         * lib/safe-read.c (EINTR): Define.
40325         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40326         (INT_MAX): Provide fallback.
40327         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
40328
40329         * lib/safe-read.h (SAFE_READ_ERROR): Define.
40330
40331 2002-12-02  Bruno Haible  <bruno@clisp.org>
40332
40333         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
40334         Define, taken from safe-read.c.
40335         (INT_MAX): Provide fallback.
40336         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
40337         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
40338
40339         * lib/safe-read.c (EINTR): Remove definition.
40340         (safe_read): Don't use EINTR if it is absent.
40341
40342 2002-12-01  Jim Meyering  <jim@meyering.net>
40343
40344         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
40345         zero.
40346         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
40347
40348 2002-11-27  Paul Eggert  <eggert@twinsun.com>
40349
40350         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
40351         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
40352         with `if (! (value < limit)) abort ();', for readability.
40353
40354 2002-11-26  Karl Berry  <karl@gnu.org>
40355
40356         * lib/strdup.c: copy from libc again, with jim's ok.
40357         * lib/.cppi-disable: re-add strdup.c
40358
40359 2002-11-25  Karl Berry  <karl@gnu.org>
40360
40361         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
40362         instead of "strtol.c".
40363
40364 2002-11-25  Karl Berry  <karl@gnu.org>
40365
40366         * config/install-sh: update from automake for variable quoting, $0 in
40367         error msgs, etc.
40368
40369         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
40370         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
40371         entry.
40372
40373 2002-11-25  Jim Meyering  <jim@meyering.net>
40374
40375         * lib/mktime.c: Sync from libc, now that it has the latest fix.
40376
40377 2002-11-24  Karl Berry  <karl@gnu.org>
40378
40379         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
40380         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
40381
40382 2002-11-24  Jim Meyering  <jim@meyering.net>
40383
40384         Update from coreutils:
40385
40386         * lib/mktime.c: Merge in changes from libc.
40387
40388         Avoid a link-time failure on some Linux systems.
40389         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
40390         (otherwise).
40391         (__mon_yday): Declare with the STATIC attribute.
40392         (__mktime_internal): Likewise.
40393         Based on a report from Greg Schafer.
40394
40395 2002-11-23  Jim Meyering  <jim@meyering.net>
40396
40397         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
40398         Use `unsigned', not `int', as type of index.
40399
40400         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
40401
40402         * lib/fsusage.c: Remove unneeded parentheses around operands of
40403         `defined'.
40404
40405 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40406
40407         * lib/quotearg.h: Allow multiple inclusion by surrounding with
40408         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
40409         so that we can be included first.
40410         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
40411         * lib/quotearg.c: Include quotearg.h immediately after config.h.
40412         No need to include stddef.h or sys/types.h any more.
40413         Surround local include files with "", not "<>".
40414         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
40415         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
40416         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
40417         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
40418         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
40419         (ISPRINT): Remove; no longer needed now that we assume C89.
40420
40421         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
40422         Preserve errno.
40423
40424         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
40425         quotearg_char): Use SIZE_MAX rather than
40426         (size_t) -1 when we are talking about "infinity".
40427
40428         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
40429
40430 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40431
40432         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
40433         hint that one should use `if (! x) abort ();' rather than `assert
40434         (x);', and anyway it's one less thing to worry about configuring.
40435         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
40436         hash_rehash, hash_insert): Use abort rather than assert.
40437
40438 2002-11-22  Bruno Haible  <bruno@clisp.org>
40439
40440         * lib/safe-read.h: Assume C89. Add comments.
40441         (safe_read): Change return type to size_t.
40442         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
40443         byte counts > SSIZE_MAX correctly.
40444         * lib/safe-write.h: New file.
40445         * lib/safe-write.c: New file.
40446         * lib/full-read.h: New file.
40447         * lib/full-read.c: New file.
40448         * lib/full-write.h: Assume C89. Add comments.
40449         * lib/full-write.c: Include safe-write.h.
40450         (full_write): Rewritten to use safe_write.
40451         Suggested by Jim Meyering and Paul Eggert.
40452
40453 2002-11-21  Jim Meyering  <jim@meyering.net>
40454
40455         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
40456
40457         Merge in changes from the coreutils.
40458
40459         2002-09-25  Paul Eggert  <eggert@twinsun.com>
40460         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
40461         <stdint.h>.
40462         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
40463         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
40464         int.  Work more efficiently if X is the same width as uintmax_t.
40465         Do not compare X to -1, to avoid bogus compiler warning.
40466         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
40467         Don't assume that f_frsize and f_bsize are the same type.
40468
40469         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
40470         warning on FreeBSD.
40471
40472         * lib/makepath.c (make_path): Restore umask *before* creating the final
40473         component.
40474         (make_path): Minor reformatting.
40475
40476         * lib/xmalloc.c: Adjust to work with new autoconf macros,
40477         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
40478         HAVE_MALLOC/HAVE_REALLOC.
40479
40480         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
40481         dummy ones.  At least on GNU/Linux systems, `auto' means something
40482         else.
40483         From Michael Stone.
40484
40485 2002-11-21  Bruno Haible  <bruno@clisp.org>
40486
40487         Remove case insensitive option matching.
40488         * lib/argmatch.h (argcasematch): Remove declaration.
40489         (ARGCASEMATCH): Remove macro.
40490         (__xargmatch_internal): Remove case_sensitive argument.
40491         (XARGMATCH): Update.
40492         (XARGCASEMATCH): Remove macro.
40493         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
40494         case_sensitive argument.
40495         (argcasematch): Remove function.
40496         (__xargmatch_internal): Remove case_sensitive argument.
40497         (main): Use XARGMATCH instead of XARGCASEMATCH.
40498
40499         * lib/xmalloc.c: Change compile-time error message. Add comment about
40500         required autoconf version.
40501
40502 2002-11-20  Paul Eggert  <eggert@twinsun.com>
40503
40504         Merge argmatch cleanups from Bison.  Assume C89.
40505
40506         * lib/argmatch.c: Include config.h here, not in argmatch.h.
40507         Include stdlib.h, for EXIT_FAILURE.
40508         Always include <string.h>, since we assume C89.
40509         (EXIT_FAILURE): Remove pre-C89 bug workaround.
40510         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
40511         Include <stddef.h> instead, since it's all we need for size_t.
40512         (PARAMS): Remove.  All uses removed.
40513         (ARRAY_CARDINALITY): Do not bother to #undef.
40514         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
40515         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40516         Remove unnecessary parentheses.
40517         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40518         Insert necessary parentheses.
40519         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
40520         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
40521
40522 2002-11-19  Bruno Haible  <bruno@clisp.org>
40523
40524         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
40525         * lib/mbswidth.h: Include <stddef.h>, for size_t.
40526
40527         * lib/mbswidth.h (PARAMS): Remove macro.
40528         (mbswidth, mbsnwidth): Use ANSI C function declarations.
40529         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
40530
40531         * lib/gcd.h (PARAMS): Remove macro.
40532         (gcd): Use ANSI C function declarations.
40533         * lib/gcd.c (gcd): Likewise.
40534
40535 2002-11-15  Bruno Haible  <bruno@clisp.org>
40536
40537         * lib/strcspn.c: Include <stddef.h>.
40538         (strcspn): Use ANSI C function declaration. Change return type to
40539         size_t. Use NULL.
40540         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
40541         (strpbrk): Use NULL.
40542         * lib/strpbrk.h (PARAMS): Remove macro.
40543         (strpbrk): Use ANSI C function declaration.
40544         * lib/strstr.c: Don't include <sys/types.h>.
40545         * lib/strstr.h (PARAMS): Remove macro.
40546         (strstr): Use ANSI C function declarations.
40547
40548 2002-11-14  Karl Berry  <karl@gnu.org>
40549
40550         * config/mkinstalldirs: `do' on separate line, instead of
40551         `for var; do'.
40552
40553 2002-11-06  Bruno Haible  <bruno@clisp.org>
40554
40555         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
40556         * lib/gcd.c (gcd): Likewise.
40557
40558 2002-11-05  Bruno Haible  <bruno@clisp.org>
40559
40560         * lib/gcd.h: New file, from gettext-0.11.5.
40561         * lib/gcd.c: New file, from gettext-0.11.5.
40562
40563 2002-11-05  Bruno Haible  <bruno@clisp.org>
40564
40565         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40566         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40567         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40568         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40569
40570         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
40571         <libintl.h>.
40572         * lib/makepath.c: Include gettext.h instead of <locale.h> and
40573         <libintl.h>.
40574
40575         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
40576         * lib/human.c: Include gettext.h instead of <libintl.h>.
40577         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
40578         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
40579         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
40580         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
40581         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
40582         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
40583         (textdomain): Remove definition.
40584         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
40585
40586         * lib/long-options.c: Remove include of <libintl.h> and definition of
40587         _.
40588         * lib/same.c: Remove include of <libintl.h> and definition of _.
40589
40590 2002-11-04  Owen Taylor  <otaylor@redhat.com>
40591
40592         * lib/config.charset: A few additions for Solaris.
40593
40594 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
40595
40596         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
40597         * lib/localcharset.c (locale_charset): Declare as extern "C".
40598
40599 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
40600
40601         * lib/config.charset: msdos in uk_UA uses CP1125.
40602
40603 2002-11-04  Bruno Haible  <bruno@clisp.org>
40604
40605         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
40606         * lib/strcase.h: New file, from GNU gettext-0.11.5.
40607         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
40608         * lib/strstr.h: New file, from GNU gettext-0.11.5.
40609         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
40610
40611 2002-11-04  Bruno Haible  <bruno@clisp.org>
40612
40613         * lib/localcharset.c (locale_charset): Don't return an empty string.
40614
40615 2002-11-04  Bruno Haible  <bruno@clisp.org>
40616
40617         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
40618         aliases.
40619
40620 2002-11-04  Bruno Haible  <bruno@clisp.org>
40621
40622         * lib/config.charset: Update for newest glibc. Add canonical names
40623         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
40624
40625 2002-11-04  Bruno Haible  <bruno@clisp.org>
40626
40627         * lib/config.charset: Add support for NetBSD.
40628
40629 2002-11-04  Bruno Haible  <bruno@clisp.org>
40630
40631         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
40632
40633 2002-11-01  Bruno Haible  <bruno@clisp.org>
40634
40635         * configure.in: Add AC_CONFIG_AUX_DIR call.
40636         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
40637         test/Makefile.
40638         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
40639
40640 2002-09-28  Karl Berry  <karl@gnu.org>
40641
40642         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
40643         installed automake until the next release, since changes have been
40644         made.
40645
40646 2002-09-25  Karl Berry  <karl@gnu.org>
40647
40648         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
40649         * lib/getopt*: copy from libc/posix.
40650         * lib/gettext.h: copy from gettext.
40651         * lib/.cppi-disable: add strdup.c, gettext.h.
40652
40653 2002-09-25  Karl Berry  <karl@gnu.org>
40654
40655         * config/srclist.txt: enable gettext.h check.
40656         * config/config.{guess,sub}: update from prep.
40657         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
40658                 from automake 1.6.3.
40659         See srclist*.
40660
40661 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
40662
40663         * regex.c (PATFETCH): Remove the translating fetch.
40664         (PATFETCH_RAW): Rename to PATFETCH.
40665         (set_image_of_range): New fun.
40666         (SET_RANGE_TABLE_WORK_AREA): Use it.
40667         (regex_compile): Don't translate the pattern chars so eagerly.
40668         Only do it when inserting an `exactn' bytecode or when handling
40669         a char-range.
40670         (mutually_exclusive_p): Avoid empty statement.
40671
40672 2002-07-06  Jim Meyering  <meyering@lucent.com>
40673
40674         * m4/README: Don't mention Makefile.am.in.
40675         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
40676
40677 2002-07-01  Jim Meyering  <meyering@lucent.com>
40678
40679         * lib/c-stack.c: Include sys/time.h.
40680         From Volker Borchert.
40681
40682 2002-06-26  Paul Eggert  <eggert@twinsun.com>
40683
40684         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
40685
40686 2002-06-26  Paul Eggert  <eggert@twinsun.com>
40687
40688         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
40689         New macro.  Use it uniformly instead of
40690         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
40691         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
40692         reported by Vin Shelton.
40693
40694 2002-06-22  Paul Eggert  <eggert@twinsun.com>
40695
40696         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
40697         Do not assume SA_SIGINFO behavior.
40698         Bug reported by Jim Meyering on NetBSD 1.5.2.
40699
40700 2002-06-22  Jim Meyering  <meyering@lucent.com>
40701
40702         * m4/c-stack.m4: New file, from diffutils-2.8.2.
40703         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
40704
40705         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
40706         now that configure.ac uses AC_GNU_SOURCE.
40707         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
40708         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
40709
40710         Update to latest tools.  Suggestions from Paul Eggert.
40711         * m4/stdbool.m4: New file, from diffutils-2.8.2.
40712         * m4/gnu-source.m4: Update from diffutils-2.8.2.
40713         * m4/fnmatch.m4: Likewise.
40714         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
40715         to AC_HEADER_STDBOOL
40716
40717 2002-06-22  Jim Meyering  <meyering@lucent.com>
40718
40719         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
40720         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
40721
40722 2002-06-22  Jim Meyering  <meyering@lucent.com>
40723
40724         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
40725
40726         * lib/exitfail.c, exitfail.h: Likewise.
40727         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
40728
40729         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
40730         of fnmatch.h.
40731         (EXTRA_DIST): Add fnmatch_loop.c.
40732         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
40733
40734         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
40735         * lib/fnmatch.c: Update from diffutils-2.8.2.
40736         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
40737         * lib/fnmatch.h: Remove file.
40738
40739 2002-06-21  Jim Meyering  <meyering@lucent.com>
40740
40741         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
40742         * m4/mbrtowc.m4: Likewise.
40743
40744         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
40745         * m4/mbswidth.m4: Reflect name change:
40746         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
40747         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
40748
40749         * m4/lib-link.m4: Update from gettext-0.11.2.
40750         * m4/gettext.m4: Likewise.
40751
40752         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
40753         From Alfred M. Szmidt.
40754
40755 2002-06-18  Paul Eggert  <eggert@twinsun.com>
40756
40757         * lib/file-type.h: Report an error if neither S_ISREG nor
40758         S_IFREG is defined, instead of using a test specific to glibc
40759         2.2.  This should be safe, since POSIX requires S_ISREG and
40760         Unix Version 7 had S_IFREG.  We don't need to check for
40761         <sys/types.h> since we don't use any symbols that it defines.
40762
40763 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
40764
40765         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
40766         $@-t, so that each temporary file name is unique and valid in the first
40767         8 characters, for operation under DOS.
40768
40769 2002-06-15  Paul Eggert  <eggert@twinsun.com>
40770
40771         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
40772
40773 2002-06-15  Jim Meyering  <meyering@lucent.com>
40774
40775         Work even with DJGPP 2.03, which lacks support for symlinks.
40776         From Richard Dawe.
40777         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
40778         is defined.
40779         * lib/lchown.c (S_ISLNK): Likewise.
40780
40781 2002-06-15  Jim Meyering  <meyering@lucent.com>
40782
40783         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
40784         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
40785         have been included before this file.
40786
40787 2002-06-14  Jim Meyering  <meyering@lucent.com>
40788
40789         * lib/file-type.h: Use the version from diffutils-2.8.2.
40790         * lib/file-type.c: Likewise.
40791
40792 2002-06-07  Jim Meyering  <meyering@lucent.com>
40793
40794         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
40795         They're needed at least for NetBSD 1.5.2.
40796         ($statxfs_includes): Include those same headers.
40797         ($statxfs_includes): Include sys/vfs.h if available.
40798         ($statxfs_includes): Likewise for sys/statvfs.h.
40799         Check for the following members in both structs statfs and statvfs:
40800         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
40801
40802 2002-06-01  Jim Meyering  <meyering@lucent.com>
40803
40804         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
40805         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
40806
40807 2002-05-28  Jim Meyering  <meyering@lucent.com>
40808
40809         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
40810         Reported by Volker Borchert.
40811
40812 2002-05-27  Jim Meyering  <meyering@lucent.com>
40813
40814         Fix a problem seen only on nonconforming systems whereby ls.c's
40815         use of localtime, and then of gettimeofday would cause trouble:
40816         the localtime call used to initialize rpl_gettimeofday's save
40817         mechanism would clobber ls's current local time information so
40818         that in any long listing the first file would always be listed
40819         with date 1970-01-01.  Analysis by Volker Borchert.
40820
40821         * lib/gettimeofday.c (localtime): Undefine.
40822         (rpl_localtime): New function.
40823
40824 2002-05-27  Jim Meyering  <meyering@lucent.com>
40825
40826         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
40827         localtime.
40828
40829         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
40830         use the replacement function; it wouldn't resolve at link time.
40831         Reported by Volker Borchert.
40832
40833 2002-05-22  Jim Meyering  <meyering@lucent.com>
40834
40835         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
40836         file-type.h.
40837         * lib/file-type.h: New file.
40838         * lib/file-type.c (file_type): New file/function.  Extracted from
40839         diffutils.
40840
40841 2002-04-30  Jim Meyering  <meyering@lucent.com>
40842
40843         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
40844
40845 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40846
40847         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
40848
40849 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40850
40851         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
40852         Do not check for alloca.h (no longer used) or stdbool.h (was never
40853         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
40854
40855 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40856
40857         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
40858
40859 2002-04-29  Jim Meyering  <meyering@lucent.com>
40860
40861         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
40862         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
40863         Use AC_FUNC_STRNLEN here instead.
40864
40865         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
40866         With autoconf-2.53a, it's part of AC_PROG_CC.
40867
40868 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40869
40870         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
40871         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
40872
40873 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40874
40875         * lib/sig2str.h, lib/sig2str.c: New files.
40876         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
40877
40878 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40879
40880         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
40881         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
40882         of 127, since 64 is the largest conceivable number for ancient
40883         nonstandard hosts.
40884         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
40885
40886 2002-04-28  Jim Meyering  <meyering@lucent.com>
40887
40888         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
40889
40890 2002-04-24  Jim Meyering  <meyering@lucent.com>
40891
40892         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
40893         (jm_PREREQ): Use it.
40894
40895         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
40896         mach/mach.h fcntl.h.
40897         Check for this function: setlocale.
40898
40899 2002-04-24  Jim Meyering  <meyering@lucent.com>
40900
40901         * lib/gettext.h: New file, from Gettext.
40902         * lib/Makefile.am (INCLUDES): Remove -I../intl.
40903         (libfetish_a_SOURCES): Add gettext.h.
40904
40905 2002-04-16  Jim Meyering  <meyering@lucent.com>
40906
40907         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
40908         ut_pid, ut_id, ut_exit.
40909
40910 2002-04-16  Jim Meyering  <meyering@lucent.com>
40911
40912         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
40913         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
40914         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
40915
40916 2002-04-12  Jim Meyering  <meyering@lucent.com>
40917
40918         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
40919         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
40920         existence of the getmntinfo function.  Needed for Darwin 5.3.
40921
40922         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
40923         This is necessary at least on Darwin 5.3.
40924
40925         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
40926         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
40927         strnlen.o in the library, and that makes some versions of ranlib
40928         object.
40929
40930 2002-04-12  Jim Meyering  <meyering@lucent.com>
40931
40932         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
40933
40934 2002-04-09  Jim Meyering  <meyering@lucent.com>
40935
40936         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
40937         to be more precise.  Rather than saying we're checking whether the
40938         function `works', say what we're testing.
40939         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
40940         Reported by Bruno Haible.
40941
40942 2002-03-10  Jim Meyering  <meyering@lucent.com>
40943
40944         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
40945         Suggestion from Santiago Vila.
40946
40947 2002-03-08  Jim Meyering  <meyering@lucent.com>
40948
40949         * lib/rename.c: Mention that this wrapper is needed also on
40950         mips-dec-ultrix4.4 systems.
40951
40952 2002-03-02  Jim Meyering  <meyering@lucent.com>
40953
40954         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
40955         not HAVE_CLOCK_SETTIME.
40956
40957 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40958
40959         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
40960         Check for clock_settime.
40961
40962 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40963
40964         * lib/nanosleep.h: Rename to....
40965         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
40966
40967         * lib/gettime.c: New file.
40968         * lib/settime.c: New file.
40969         * lib/stime.c: Remove.
40970
40971         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
40972         timespec.h.  Remove nanosleep.h.
40973
40974 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40975
40976         * m4/acl.m4: New file.
40977         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
40978         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
40979
40980 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40981
40982         * lib/acl.c, lib/acl.h: New files.
40983         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
40984
40985 2002-02-24  Jim Meyering  <meyering@lucent.com>
40986
40987         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
40988         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
40989         cause trouble.  Reported by Nelson Beebe.
40990
40991 2002-02-23  Paul Eggert  <eggert@twinsun.com>
40992
40993         * lib/path-concat.c (xpath_concat): Reorder code to pacify
40994         compilers that don't know that xalloc_die never returns.
40995
40996 2002-02-20  Jim Meyering  <meyering@lucent.com>
40997
40998         * lib/getdate.c: Regenerate using bison-1.33.
40999
41000 2002-02-17  Jim Meyering  <meyering@lucent.com>
41001
41002         * config/config.guess (main): Don't use `head -1'; it's no longer
41003         portable. Use `sed 1q' instead.
41004
41005 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41006
41007         * m4/codeset.m4: Upgrade to gettext-0.11.
41008         * m4/gettext.m4: Upgrade to gettext-0.11.
41009         * m4/glibc21.m4: Upgrade to gettext-0.11.
41010         * m4/iconv.m4: Upgrade to gettext-0.11.
41011         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41012         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41013         * m4/lib-ld.m4: New file, from gettext-0.11.
41014         * m4/lib-link.m4: New file, from gettext-0.11.
41015         * m4/lib-prefix.m4: New file, from gettext-0.11.
41016         * m4/progtest.m4: Upgrade to gettext-0.11.
41017
41018 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41019
41020         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41021         (jm_PREREQ): Use it.
41022
41023 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41024
41025         * lib/posixver.c, lib/posixver.h: New files.
41026         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41027
41028 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41029             Bruno Haible  <bruno@clisp.org>
41030
41031         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41032         (fwrite_success_callback): New declaration.
41033         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41034         print_unicode_char. Call failure callback instead of error.
41035         (fwrite_success_callback): New function.
41036         (exit_failure_callback): New function.
41037         (fallback_failure_callback): New function.
41038         (print_unicode_char): Call unicode_to_mb.
41039
41040 2002-01-26  Jim Meyering  <meyering@lucent.com>
41041
41042         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41043         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41044
41045 2002-01-26  Jim Meyering  <meyering@lucent.com>
41046
41047         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41048
41049 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41050
41051         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41052
41053 2002-01-22  Jim Meyering  <meyering@lucent.com>
41054
41055         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41056         Otherwise, some versions of automake would omit the rule that makes
41057         Makefile from Makefile.in.
41058
41059 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41060
41061         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41062         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41063         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41064         (memcoll): Set errno to zero if there is no error.
41065
41066         * lib/quotearg.c (quotearg_buffer_restyled):
41067         Fix bug with quoting buffers containing NUL when backslashing escapes.
41068         This bug was exposed by the other changes in this patch.
41069         (quotearg_n_options): New arg ARGSIZE.
41070         All callers changed.
41071         (quoting_options_from_style): New function.
41072         (quotearg_n_style): Use it.
41073         (quotearg_n_style_mem): New function.
41074
41075         * lib/quotearg.h (quotearg_n_style_mem): New function.
41076
41077 2002-01-19  Jim Meyering  <meyering@lucent.com>
41078
41079         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41080         Remove useless quotes: DF_PROG="df".
41081         * m4/strnlen.m4: New file.
41082
41083 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41084
41085         * lib/backupfile.c (ISDIGIT): Comment fix.
41086         * lib/getdate.y (ISDIGIT): Likewise.
41087         * lib/posixtm.c (ISDIGIT, year): Likewise.
41088         * lib/strverscmp.c (ISDIGIT): Likewise.
41089         * lib/userspec.c (ISDIGIT): Likewise.
41090
41091 2002-01-16  Jim Meyering  <meyering@lucent.com>
41092
41093         * lib/getdate.y: Add three semicolons, each just before a closing
41094         brace. Bison (as of version 1.31) no longer papers over that mistake.
41095
41096 2002-01-05  Jim Meyering  <meyering@lucent.com>
41097
41098         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41099
41100 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41101
41102         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41103         not silently exit merely because the output buffer happens to
41104         have nothing pending.
41105
41106 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41107
41108         See the big note in ../ChangeLog.
41109         * lib/human.c (suffixes): Prefer K to k for 1024.
41110         (generate_suffix_backwards): New function.
41111         (human_readable_inexact): Use it.
41112         * lib/xstrtol.c (__xstrtol): If there is no number but there
41113         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41114         Accept 'K' as well as 'k'.
41115
41116 2001-12-15  Jim Meyering  <meyering@lucent.com>
41117
41118         * lib/regex.h (__restrict_arr): Update from libc.
41119
41120         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41121         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41122         (STREQ): Define.
41123
41124 2001-12-14  Jim Meyering  <meyering@lucent.com>
41125
41126         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41127         Suggestion from Bruno Haible.
41128
41129 2001-12-10  Jim Meyering  <meyering@lucent.com>
41130
41131         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41132         xrealloc, Instead, include "xalloc.h".
41133         (initbuffer): Don't cast xmalloc return value to char*.
41134         (readline): Reword comment.
41135         Don't cast xrealloc return value to char*
41136         Return NULL, not 0.
41137
41138 2001-12-09  Jim Meyering  <meyering@lucent.com>
41139
41140         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41141         about `signed and unsigned type in conditional expression'.
41142         * lib/posixtm.c (posix_time_parse): Likewise.
41143
41144         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41145
41146         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41147         to avoid a pedantic warning.
41148
41149         * lib/getstr.c: Don't include assert.h.
41150         (getstr): Remove warning-evoking assertions.
41151         Return -1 if offset parameter is out of bounds.
41152         Change the type of a local from int to size_t.
41153
41154         * lib/strftime.c (my_strftime_localtime_r): Include this function
41155         definition in the `#if ! HAVE_TM_GMTOFF' block.
41156
41157         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41158         Include xalloc.h instead.
41159
41160 2001-12-02  Jim Meyering  <meyering@lucent.com>
41161
41162         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41163         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41164         included.
41165
41166         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41167         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41168
41169 2001-11-30  Akim Demaille  <akim@epita.fr>
41170
41171         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41172         before being defined.
41173
41174 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41175
41176         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41177         First arg is int, not unsigned.
41178         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41179         (SIZE_MAX, UINT_MAX): New macros.
41180         (quotearg_n_options): Abort if N is negative.
41181         Avoid overflow check on hosts where size_t is 64 bits and int
41182         is 32 bits, as overflow is impossible there.
41183         Fix off-by-one typo that caused unnecessary reallocation.
41184
41185 2001-11-27  Jim Meyering  <meyering@lucent.com>
41186
41187         * lib/tempname.c: Merge with version from libc.
41188         * lib/regex.c: Likewise.
41189
41190         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
41191         systems for which STDC_HEADERS is 0, it was not included, resulting in
41192         a warning about an integer-to-pointer conversion problem with getenv.
41193         Reported by Volker Borchert.
41194
41195 2001-11-26  Jim Meyering  <meyering@lucent.com>
41196
41197         * lib/gtod.h: Remove file.
41198         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
41199         * lib/gettimeofday.c: Don't include gtod.h.
41200         (GTOD_init): Remove function.
41201         (rpl_gettimeofday): Do its job here instead, rather than aborting.
41202         Suggestion from Volker Borchert.
41203
41204 2001-11-23  Jim Meyering  <meyering@lucent.com>
41205
41206         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
41207         it.
41208         * lib/hash.c (struct hash_table): Define it here instead.
41209
41210 2001-11-22  Jim Meyering  <meyering@lucent.com>
41211
41212         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
41213
41214 2001-11-20  Jim Meyering  <meyering@lucent.com>
41215
41216         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
41217         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
41218
41219 2001-11-19  Jim Meyering  <meyering@lucent.com>
41220
41221         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
41222         directory.  Use "conftestXXXXXX" as the template.
41223         Suggestion from Paul Eggert.
41224
41225         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
41226         immediately, so the test doesn't mistakenly hit the max-open-files
41227         limit.
41228
41229 2001-11-18  Paul Eggert  <eggert@twinsun.com>
41230
41231         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
41232         (TEMPORARIES): New macro.
41233         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
41234         removes an artificial limitation (e.g. HP-UX 10.20, where
41235         TMP_MAX is 17576).
41236
41237 2001-11-18  Jim Meyering  <meyering@lucent.com>
41238
41239         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
41240
41241 2001-11-18  Jim Meyering  <meyering@lucent.com>
41242
41243         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
41244         on SunOS 4.
41245
41246         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
41247         files will be created before anything else.
41248
41249 2001-11-17  Paul Eggert  <eggert@twinsun.com>
41250
41251         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
41252         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
41253
41254 2001-11-17  Jim Meyering  <meyering@lucent.com>
41255
41256         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
41257         Prompted by a report from Bob Proulx.
41258
41259         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
41260         Instead, require UTILS_FUNC_MKSTEMP.
41261
41262 2001-11-17  Jim Meyering  <meyering@lucent.com>
41263
41264         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
41265         Now, that's done as part of AC_FUNC_STRTOD.
41266
41267 2001-11-17  Jim Meyering  <meyering@lucent.com>
41268
41269         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
41270         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
41271         rather than group writable.  Patch by Juan F. Codagnone.
41272
41273         * lib/readtokens.c: Remove explicit declarations of xmalloc and
41274         xrealloc, Instead, include "xalloc.h".
41275
41276         * lib/mountlist.c: Include unlocked-io.h after all system headers.
41277         Remove explicit declarations of xmalloc, xrealloc,
41278         and xstrdup.  Instead, include "xalloc.h".
41279
41280         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
41281         unlocked-io.h.
41282         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
41283         Likewise.
41284         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
41285
41286         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
41287         Reported by Padraig Brady.
41288
41289         * lib/mkstemp.c: #undef mkstemp.
41290         Include config.h.
41291         (rpl_mkstemp): Rename from mkstemp.
41292         Protoize.
41293
41294 2001-11-16  Jim Meyering  <meyering@lucent.com>
41295
41296         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
41297         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
41298         determine the amount of total physical memory, use pstat_getstatic.
41299         HPUX-11 doesn't define _SC_PHYS_PAGES.
41300         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
41301         If sysconf couldn't be used to determine the amount of available
41302         physical memory, use both pstat_getstatic and pstat_getdynamic.
41303         Based on a patch from Bob Proulx.
41304
41305 2001-11-10  Jim Meyering  <meyering@lucent.com>
41306
41307         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
41308         (jm_PREREQ): Use it.
41309
41310 2001-11-09  Jim Meyering  <meyering@lucent.com>
41311
41312         * m4/jm-macros.m4: Require autoconf-2.52f.
41313         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
41314         Use these AC_-prefixed names, not the AM_-prefixed ones.
41315
41316         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
41317
41318 2001-11-05  Jim Meyering  <meyering@lucent.com>
41319
41320         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
41321
41322 2001-11-04  Jim Meyering  <meyering@lucent.com>
41323
41324         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
41325         $DEFS.
41326
41327 2001-11-03  Jim Meyering  <meyering@lucent.com>
41328
41329         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
41330         of AC_DEFUN.
41331
41332         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
41333         know the name of the variable in the macro definition.
41334
41335 2001-11-03  Jim Meyering  <meyering@lucent.com>
41336
41337         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
41338         in argmatch_to_argument call.
41339
41340         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
41341         argument.
41342
41343         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
41344         e.g., a fault due to an attempt to free a NULL pointer.
41345
41346 2001-11-01  Jim Meyering  <meyering@lucent.com>
41347
41348         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
41349         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
41350
41351 2001-11-01  Jim Meyering  <meyering@lucent.com>
41352
41353         * lib/dirfd.c, lib/dirfd.h: New files.
41354         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
41355
41356         * lib/hash.c (hash_print) [TESTING]: Clean up.
41357
41358 2001-10-22  Paul Eggert  <eggert@twinsun.com>
41359
41360         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
41361         to avoid a warning if -Wall.
41362
41363 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
41364
41365         * README: New file
41366         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
41367         (per RMS's instructions, this is now the canonical source)
41368         * lgpl/, gpl/: New directories.
41369
41370 2001-10-21  Paul Eggert  <eggert@twinsun.com>
41371
41372         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
41373
41374 2001-10-21  Jim Meyering  <meyering@lucent.com>
41375
41376         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
41377         this code would end up calling gettext even in packages built
41378         with --disable-nls.
41379         * lib/getopt.c (_): Likewise.
41380         * lib/regex.c (_): Likewise.
41381
41382 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41383
41384         * m4/error.m4 (jm_PREREQ_ERROR):
41385         Do not invoke AC_CHECK_FUNCS with strerror_r, as
41386         AC_FUNC_STRERROR_R does that.
41387         Check for strerror declaration.
41388
41389         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
41390         are supposed to have them these days.
41391         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
41392         Merge changes from latest Autoconf CVS.
41393         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
41394         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
41395         POSIX decided to standardize on the int flavor of strerror_r.
41396
41397 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41398
41399         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
41400         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
41401         Use strerror_r that is only a macro, even if it is not a function.
41402         (strerror): Check for HAVE_DECL_STRERROR before declaring.
41403         (private_strerror): Use prototypes, not old-style function definition.
41404         (print_errno_message): New function.
41405         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
41406         char*-flavored one.
41407         (error_tail, error, error_at_line): Use it.
41408
41409 2001-10-11  Jim Meyering  <meyering@lucent.com>
41410
41411         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
41412         and quote_n (1, ... to avoid clobbering a buffer.
41413
41414 2001-10-05  Jim Meyering  <meyering@lucent.com>
41415
41416         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
41417         hash-pjw.h.
41418         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
41419         * lib/hash-pjw.h: New file.
41420
41421 2001-09-30  Jim Meyering  <meyering@lucent.com>
41422
41423         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
41424         `struct fsstat' has the `f_fstypename' member.
41425         Use that to define FS_TYPE, which is now used to make
41426         the getfsstat link test tighter.
41427
41428 2001-09-30  Jim Meyering  <meyering@lucent.com>
41429
41430         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
41431         Include <sys/ucred.h>, for Apple Darwin.
41432         Include sys/mount.h and sys/fs_types.h only if available.
41433         (FS_TYPE): Define.
41434         (read_filesystem_list): Use FS_TYPE.
41435
41436 2001-09-29  Paul Eggert  <eggert@twinsun.com>
41437
41438         * lib/exclude.c (excluded_filename): 0 -> false, since it's
41439         a boolean context.
41440
41441 2001-09-29  Jim Meyering  <meyering@lucent.com>
41442
41443         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41444         [one-argument getmntent function]): Include stdio.h before mntent.h.
41445         SunOS 4.1.x needs it for the declaration of `FILE'.
41446         Patch by Volker Borchert.
41447
41448         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41449         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
41450         sys/fs_types.h, and make the link-test for getfsstat guard #include
41451         directives with appropriate #if HAVE_*_H tests so that we can
41452         detect getfsstat on Apple Darwin1.3.7 systems.
41453         Reported by Nelson Beebe.
41454         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
41455
41456 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41457
41458         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41459         #defines strtoimax.  Also treat the other strto* functions
41460         like strtoimax.
41461
41462         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41463         Check for strtoul and strtoumax,
41464         as those declarations are made even in the signed case.
41465         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
41466         Likewise, for strtol and strtoimax.
41467
41468 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41469
41470         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41471         #defines strtoimax.  Also treat the other strto* functions
41472         like strtoimax.
41473
41474         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
41475         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
41476         (strtoimax, strtoumax): Do not declare if already defined as a macro.
41477
41478 2001-09-26  Jim Meyering  <meyering@lucent.com>
41479
41480         Most macros in unlocked-io.h had the wrong number of arguments.
41481         * lib/gen-uio: New script.
41482         (USE_UNLOCKED_IO): Define to 1 if not already defined.
41483         * lib/unlocked-io.hin: Remove file.
41484         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
41485         rather than trying to embed it here.
41486         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
41487         Reported by Padraig Brady.
41488
41489 2001-09-25  Volker Borchert  <bt@teknon.de>
41490
41491         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
41492         `result'.
41493
41494 2001-09-24  Jim Meyering  <meyering@lucent.com>
41495
41496         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
41497
41498 2001-09-23  Jim Meyering  <meyering@lucent.com>
41499
41500         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
41501         instead of the mere test for existence of mntent.h.  The latter
41502         would get a false-positive on AIX 3.4 systems.
41503         In the outer getmntent if-block, don't die if neither of the getmntent
41504         tests succeeds.  Instead, just fall through and continue with the
41505         remaining tests.
41506
41507 2001-09-23  Jim Meyering  <meyering@lucent.com>
41508
41509         * lib/mountlist.c: Remove useless parentheses in #if directives.
41510         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
41511         the deprecated MOUNTED symbol is no longer defined in mntent.h.
41512
41513 2001-09-22  Jim Meyering  <meyering@lucent.com>
41514
41515         * m4/gettext.m4: New file.  From gettext.
41516         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
41517         * m4/progtest.m4: Likewise
41518         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
41519         * m4/glibc21.m4: Likewise.
41520
41521         * m4/libintl.m4: Remove.  No longer used.
41522
41523 2001-09-22  Jim Meyering  <meyering@lucent.com>
41524
41525         * lib/localcharset.c: Update from latest gettext.
41526         * lib/config.charset: Likewise.
41527
41528 2001-09-20  Jim Meyering  <meyering@lucent.com>
41529
41530         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
41531         strtoimax.
41532         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
41533         strtoumax.
41534
41535 2001-09-20  Jim Meyering  <meyering@lucent.com>
41536
41537         * lib/xstrtol.c (strtoimax): Guard declaration with
41538         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
41539         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
41540         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
41541         (strtoumax): Likewise, for completeness (it wasn't necessary).
41542
41543 2001-09-17  Paul Eggert  <eggert@twinsun.com>
41544
41545         * lib/strtoimax.c (HAVE_LONG_LONG):
41546         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
41547         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
41548         to work around bug in IBM C compiler.
41549
41550 2001-09-17  Jim Meyering  <meyering@lucent.com>
41551
41552         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
41553         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
41554         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
41555         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
41556         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
41557         whenever the right hand side need not be expanded by the shell.
41558
41559 2001-09-16  Paul Eggert  <eggert@twinsun.com>
41560
41561         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
41562         library.  It's not correct, as some older glibcs are buggy.
41563         fnmatch wasn't fixed until glibc 2.2.
41564
41565         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
41566         special shell magic here.
41567
41568 2001-09-16  Jim Meyering  <meyering@lucent.com>
41569
41570         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
41571         * m4/jm-macros.m4: Require it.
41572
41573 2001-09-16  Jim Meyering  <meyering@lucent.com>
41574
41575         * lib/mkdir.c: New file.
41576
41577 2001-09-15  Jim Meyering  <meyering@lucent.com>
41578
41579         * m4/jm-macros.m4: Check for help2man.
41580
41581 2001-09-11  Jim Meyering  <meyering@lucent.com>
41582
41583         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
41584         The body, by Paul Eggert, was moved here from configure.in.
41585         * m4/jm-macros.m4: Require UTILS_HOST_OS.
41586
41587 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41588
41589         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
41590         (jm_PREREQ): Use it.
41591
41592 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41593
41594         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
41595         Use ssize_t, not int, to store result of readlink.
41596         Check for ssize_t overflow as well as size_t overflow,
41597         as POSIX says the result of readlink is implementation-defined
41598         when ssize_t overflows.
41599         Remove unnecessary cast to char*.
41600         Use free+malloc instead of realloc, as the storage doesn't need
41601         to be preserved and it's clearer and can be more efficient that way.
41602         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
41603         * lib/xreadlink.h (xreadlink): Update prototype.
41604
41605 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41606
41607         * lib/xgetcwd.c: Revert some of the previous change; intead,
41608         fix the HAVE_GETCWD_NULL code to behave more like the
41609         !HAVE_GETCWD_NULL code used to.
41610
41611         Include "xalloc.h".
41612         (xgetcwd): Do not return NULL when memory is exhausted; instead,
41613         invoke xalloc_die.
41614
41615 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41616
41617         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
41618         sys/param.h, as pathmax.h includes them.
41619
41620 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41621
41622         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
41623         (jm_PREREQ_XGETCWD): New macro.
41624
41625         * m4/getcwd.m4: New file.
41626
41627 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41628
41629         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
41630         like the HAVE_GETCWD_NULL code.
41631         Include pathmax.h if not HAVE_GETCWD.
41632         Do not include xalloc.h.
41633         (INITIAL_BUFFER_SIZE): New symbol.
41634         Do not use xmalloc / xrealloc, since the caller is responsible for
41635         handling errors.  Preserve errno around `free' during failure.
41636         Do not overrun buffer when using getwd.
41637
41638 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41639
41640         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
41641         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
41642         getcwd (NULL, 0).
41643
41644 2001-09-03  Paul Eggert  <eggert@twinsun.com>
41645
41646         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
41647         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
41648         spotted by Jim Meyering.
41649
41650 2001-09-03  Jim Meyering  <meyering@lucent.com>
41651
41652         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
41653         failure.
41654
41655 2001-09-02  Jim Meyering  <meyering@lucent.com>
41656
41657         * lib/error.c: Update from GNU libc.
41658
41659 2001-09-01  Jim Meyering  <meyering@lucent.com>
41660
41661         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
41662         Used by df.
41663
41664 2001-09-01  Jim Meyering  <meyering@lucent.com>
41665
41666         * lib/xreadlink.c: New file.
41667         * lib/xreadlink.h: New file.
41668         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
41669         xreadlink.h.
41670
41671         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
41672         doesn't conflict with sparc Solaris 7's definition in
41673         /usr/include/sys/int_types.h.
41674
41675         * lib/exclude.c: Use `""', not `<>' to #include non-system header
41676         files.
41677         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
41678         and strncasecmp as r-values.  Unixware didn't have declarations.
41679
41680 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41681
41682         * lib/xstrtol.h: Add copyright notice.
41683         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
41684         LONGINT_INVALID_SUFFIX_CHAR.
41685
41686 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41687
41688         * lib/xstrtol.c (strtoimax): New decl.
41689
41690 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41691
41692         * lib/xgetcwd.c: Don't include pathmax.h.
41693         Include stdlib.h and unistd.h if available.
41694         Include xalloc.h.
41695         (xmalloc, xstrdup, free): Remove decls.
41696         (xgetcwd): Don't assume sizes fit in unsigned.
41697         Check for overflow when computing sizes.
41698         Simplify reallocation code.
41699
41700 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41701
41702         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
41703         a directory's st_size can have an arbitrary value, so the old
41704         usage could waste an arbitrary amount of memory.  All uses
41705         changed.
41706         * lib/savedir.h: Update prototype.
41707
41708 2001-08-31  Paul Eggert  <eggert@twinsun.com>
41709
41710         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
41711
41712         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
41713         old strtoimax.c.
41714
41715         Also, make the following further changes to make this file's
41716         configuration more similar to that of strtol.c:
41717         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
41718         (strtoumax, uintmax_t, strtoull, strtol): Remove.
41719         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
41720         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
41721         changed to signed values.
41722
41723         And make the following changes as well:
41724         Fix copyright notice, as 1999 was missing.
41725         (verify): New macro.
41726         (strtoimax): Check sizes at compile-time, not run-time.
41727         Prefer strtol to strtoll if both work.
41728         (main): Remove; it was not that useful and was a pain to maintain.
41729
41730         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
41731
41732 2001-08-31  Jim Meyering  <meyering@lucent.com>
41733
41734         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
41735         Use an initial, malloc'd, buffer of length 128 rather than
41736         a statically allocated one of length 1024.
41737
41738 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41739
41740         Simplify code, partly by assuming autoconf 2.52 semantics.
41741
41742         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
41743
41744         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
41745         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
41746         All uses removed.
41747         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
41748         Move AC_REQUIRE to next-to-top level, to avoid confusion.
41749         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
41750         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
41751         jm_AC_HEADER_INTTYPES_H.
41752         * m4/jm-macros.m4 (jm_MACROS): Likewise.
41753
41754         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
41755
41756         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41757         Quote first arg of AC_DEFUN.
41758         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
41759         since they are needed to parse the include file even if we need
41760         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
41761         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
41762         but with opposite signedness.
41763
41764 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41765
41766         Merge 'exclude' changes from tar 1.13.22.
41767         This fixes one or two unlikely storage allocation overflow bugs,
41768         but doesn't change user-visible behavior otherwise.
41769
41770 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41771
41772         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
41773         (jm_PREREQ_EXCLUDE): New macro.
41774
41775 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41776
41777         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
41778         tm to be declared.
41779
41780 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41781
41782         * lib/hash.c: Remove '2001' from copyright notice.
41783
41784 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41785
41786         * lib/full-write.h: New file.
41787         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
41788         * lib/full-write.c: Correct credits, as cccp.c no longer
41789         exists and anyway it was so heavily changed from the old cccp
41790         code as to be unrecognizable.  Include full-write.h.
41791         (full_write) Return size_t, with short writes meaning failure.
41792         All callers changed.  This fixes a bug with large buffers
41793         on 64-bit hosts.
41794         * lib/utime.c: Include full-write.h.
41795
41796 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41797
41798         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
41799         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
41800         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
41801         Include if available.
41802         (<xalloc.h>): Include
41803         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
41804         (verify): New macro.  Use it to verify that EXCLUDE macros do not
41805         collide with FNM macros.
41806         (struct patopts): New struct.
41807         (struct exclude): Use it, as exclude patterns now come with options.
41808         (new_exclude): Support above changes.
41809         (new_exclude, add_exclude_file):
41810         Initial size must now be a power of two to simplify overflow checking.
41811         (free_exclude, fnmatch_no_wildcards): New function.
41812         (excluded_filename): No longer requires options arg, as the options
41813         are determined by add_exclude.  Now returns bool, not int.
41814         (excluded_filename, add_exclude):
41815         Add support for the fancy new exclusion options.
41816         (add_exclude, add_exclude_file): Now takes int options arg.
41817         Check for arithmetic overflow when computing sizes.
41818         (add_exclude_file): xrealloc might modify errno, so don't
41819         realloc until after errno might be used.
41820
41821         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
41822         New macros.
41823         (free_exclude): New decl.
41824         (add_exclude, add_exclude_file): Now takes int options arg.
41825         (excluded_filename): No longer requires options arg, as the options
41826         are determined by add_exclude.  Now returns bool, not int.
41827
41828 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41829
41830         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
41831
41832 2001-08-27  Jim Meyering  <meyering@lucent.com>
41833
41834         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
41835
41836         * lib/version-etc.c (N_): Remove definition.
41837         Revert most of last change.
41838         Instead, simply don't mark the `Copyright...' string for translation.
41839         Based on advice from Paul Eggert.
41840
41841         * lib/strtoxmax.c: Tweak comment.
41842
41843 2001-08-26  Jim Meyering  <meyering@lucent.com>
41844
41845         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
41846
41847         * m4/xstrtoimax.m4: New file.
41848         * m4/xstrtoumax.m4: Add comments explaining why we
41849         AC_REPLACE_FUNCS(strtol).
41850
41851 2001-08-26  Jim Meyering  <meyering@lucent.com>
41852
41853         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
41854         of copyright with `%s' so translators don't get an untranslated
41855         message in 2002.
41856         (COPYRIGHT_YEAR): Define.
41857         (version_etc): Use fprintf rather than fputs.
41858         Suggestion from Ulrich Drepper.
41859
41860         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
41861
41862         * lib/strtoll.c: New file, from GNU libc.
41863         * lib/xstrtoimax.c: New file.
41864
41865         * lib/xstrtol.h: Add xstrtoimax.
41866         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
41867         * lib/strtoimax.c: New file.  Likewise, but first define
41868         STRTOUXMAX_SIGNED.
41869
41870         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
41871         ...
41872         * lib/strtoxmax.c: ... then renamed to this.
41873
41874 2001-08-18  Paul Eggert  <eggert@twinsun.com>
41875
41876         * m4/inttypes.m4: Add AC_PREREQ(2.13).
41877         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
41878         (jm_AC_TYPE_INTMAX_T): New macro.
41879         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
41880
41881         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
41882
41883         * m4/longlong.m4: Renamed from ulonglong.m4.
41884         * m4/inttypes.m4: Renamed from inttypes_h.m4.
41885         * m4/uintmax_t.m4: Removed.
41886
41887 2001-08-13  Paul Eggert  <eggert@twinsun.com>
41888
41889         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
41890         Port to Solaris 8, where 'sed' requires a space after the 'r'
41891         command, and where sh dislikes "$/".  Clean up the spacing a bit.
41892         Redirect output to $tmp just once.
41893
41894 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
41895
41896         * lib/addext.c (<errno.h>): Include.
41897         (errno): Declare if not defined.
41898         (addext): Work correctly when pathconf returns -1 and leaves
41899         errno alone because there is no limit.  Also, work even if
41900         pathconf returns a value greater than SIZE_MAX.
41901
41902 2001-08-12  Jim Meyering  <meyering@lucent.com>
41903
41904         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
41905         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
41906         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
41907         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
41908         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
41909         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
41910         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
41911         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
41912         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
41913         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
41914         utime.m4, utimes.m4, xstrtoumax.m4:
41915         Quote the first argument in each use of AC_DEFUN.
41916
41917 2001-08-12  Jim Meyering  <meyering@lucent.com>
41918
41919         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
41920         Simply `return getcwd (NULL, 0);'.
41921         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
41922         Use 1300 as initial value for length, not PATH_MAX.
41923
41924         * lib/pathmax.h: Clean up cpp syntax.
41925
41926 2001-08-12  Jim Meyering  <meyering@lucent.com>
41927
41928         * lib/gettimeofday.c: New file.
41929         * lib/gtod.h: New file.
41930         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
41931
41932 2001-08-05  Jim Meyering  <meyering@lucent.com>
41933
41934         * m4/jm-macros.m4: Require autoconf-2.52.
41935
41936 2001-08-04  Jim Meyering  <meyering@lucent.com>
41937
41938         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
41939         stmt, to get in sync with glibc.
41940
41941 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41942
41943         The following changes are from gettext 0.10.39 as maintained by
41944         Bruno Haible.
41945
41946         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
41947         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
41948         with inverted sense.  All uses changed.
41949
41950         * lib/mbswidth.c: Don't include <limits.h>.
41951         Include <stdlib.h> and <string.h> unconditionally.
41952         (iswcntrl, mbsinit, ISCNTRL): New macros.
41953         (mbsnwidth): Use K&R style function declarations.
41954         Don't bother checking for MB_LEN_MAX == 1, since the compiler
41955         can optimize it when MB_CUR_MAX == 1.
41956         The width of control characters is zero, not 1.
41957
41958 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41959
41960         The following changes are from gettext 0.10.39 as maintained by
41961         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
41962
41963         * m4/codeset.m4: Upgrade to serial AM1.
41964         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
41965         all uses changed.  Quote first arg of AC_DEFUN.
41966         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
41967
41968         * m4/iconv.m4: Upgrade to serial AM2.
41969         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
41970         Add --with-libconv-prefix.
41971         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
41972         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
41973         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
41974         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
41975         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
41976
41977         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
41978         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
41979         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
41980         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
41981         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
41982         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
41983         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
41984         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
41985         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
41986
41987         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
41988         string.h any more.
41989
41990         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
41991         not the default value.
41992
41993         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
41994         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
41995         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
41996         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
41997         Also check for iswcntrl, used for wcwidth fallback.
41998         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
41999         to Autoconf 2.13.
42000
42001 2001-08-03  Jim Meyering  <meyering@lucent.com>
42002
42003         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42004         as it was in the original.  Reported by Paul Eggert.
42005
42006 2001-07-16  Jim Meyering  <meyering@lucent.com>
42007
42008         * m4/gettimeofday.m4: New file.
42009         Prompted by a report from Bernhard Baehr.
42010
42011 2001-07-15  Jim Meyering  <meyering@lucent.com>
42012
42013         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42014         stuff. Now it's in ../Makefile.cfg.
42015
42016 2001-07-15  Jim Meyering  <meyering@lucent.com>
42017
42018         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42019         (BUILT_SOURCES): Add unlocked-io.h.
42020         (io_functions): Define.
42021         (unlocked-io.h): New rule.
42022         (DISTCLEANFILES): Add unlocked-io.h.
42023         (all-local): Depend on unlocked-io.h, to ensure it is created.
42024
42025         * lib/unlocked-io.hin: New file
42026
42027         * lib/regex.c: Update from glibc.
42028
42029 2001-07-05  Jim Meyering  <meyering@lucent.com>
42030
42031         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42032         recommendation.
42033         (libfetish_a_SOURCES): Put all .h files here instead.
42034         Remove a thus-exposed (better checks in automake) duplicate and
42035         two unnecessary .h files.
42036
42037 2001-07-04  Jim Meyering  <meyering@lucent.com>
42038
42039         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42040         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42041         distcheck failure.
42042
42043 2001-07-02  Jim Meyering  <meyering@lucent.com>
42044
42045         The following changes were prompted by suggestions from Bruno Haible.
42046
42047         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42048         is now generated.
42049         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42050         definition of EXTRA_DIST.
42051         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42052         ensure that the generated file is created/updated whenever the list
42053         of $(unlocked_functions) is changed.
42054         (jm-glibc-io.m4): New rule.
42055         (unlocked-io.h): New rule -- currently unused.
42056
42057 2001-06-24  Jim Meyering  <meyering@lucent.com>
42058
42059         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42060         unmatched right bracket, rather than kludging it with an extra,
42061         falsely-matching quote in a comment.  Patch by Akim Demaille.
42062
42063 2001-06-11  Jim Meyering  <meyering@lucent.com>
42064
42065         * lib/regex.c: Update from GNU libc.
42066
42067 2001-05-27  Jim Meyering  <meyering@lucent.com>
42068
42069         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42070         Check for ut_type in struct utmp.
42071
42072 2001-05-27  Jim Meyering  <meyering@lucent.com>
42073
42074         * lib/readutmp.h (UT_TYPE): Define.
42075
42076 2001-05-24  Jim Meyering  <meyering@lucent.com>
42077
42078         * lib/argmatch.c: Include "quote.h".
42079         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42080         quote function.  Reported by Göran Uddeborg.
42081
42082 2001-05-22  Jim Meyering  <meyering@lucent.com>
42083
42084         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42085         now that we use the package-supplied version unconditionally.
42086         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42087
42088 2001-05-21  Jim Meyering  <meyering@lucent.com>
42089
42090         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42091         shell syntax errors.
42092
42093 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42094
42095         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42096
42097 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42098
42099         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42100         Don't bother to check library strftime, since
42101         we'll be using our own my_strftime function anyway.
42102         Define my_strftime instead of strftime.
42103
42104 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42105
42106         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42107         which is not yet declared.
42108
42109 2001-05-15  Jim Meyering  <meyering@lucent.com>
42110
42111         * m4/regex.m4: Use proper quoting so brackets appear in the test
42112         program.
42113         Reported by, and with help from, Bruno Haible.
42114
42115 2001-05-13  Jim Meyering  <meyering@lucent.com>
42116
42117         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42118         undefined.
42119
42120 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42121
42122         dirname code cleanup.  base_name now behaves more compatibly
42123         with POSIX basename when given file names that have trailing
42124         slashes, and similarly for dir_name.  Add new primitives
42125         base_len and dir_len.  Put the directory-name-related decls
42126         into dirname.h.
42127
42128         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42129         * lib/backupfile.c (base_name): Likewise.
42130         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42131         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42132         * lib/makepath.c (strip_trailing_slashes): Likewise.
42133         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42134         ISSLASH): Likewise.
42135         * lib/rename.c (strip_trailing_slashes): Likewise.
42136         * lib/same.c (base_name): Likewise.
42137         * lib/stripslash.c (ISSLASH): Likewise.
42138
42139         * lib/addext.c: Include <dirname.h> after size_t is defined.
42140         * lib/backupfile.c: Likewise.
42141
42142         * lib/addext.c (addext): Use base_len to trim redundant
42143         trailing slashes instead of doing it ourselves.
42144         But do not trim the last slash if it is not redundant.
42145
42146         * lib/backupfile.c (find_backup_file_name,
42147         max_backup_version): Use base_len instead of rolling it ourselves.
42148         Handle the case of "" and (on DOS) "C:" correctly.
42149
42150         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42151         needed. Include <string.h>, <dirname.h>.
42152         (base_name): Allow file names ending in slashes, other than names
42153         that are all slashes.  In this case, return the basename followed
42154         by the slashes.  This is more general, and can be used in places
42155         where the original base_name purposely had an assertion failure.
42156         (base_len): New function.
42157
42158         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42159         Do not include <assert.h>; no longer needed.
42160         Include xalloc.h.
42161         (memrchr): Remove decl.
42162         (dir_name_r): Remove.
42163         (dir_len): Renamed from dirlen.  All callers changed.
42164         Rewrite in terms of base_name, for simplicity and consistency.
42165         (dir_name): Never return NULL.  All callers changed.
42166         Do not include <stdlib.h> in test program; no longer needed.
42167         return 0; is fine for test program.
42168
42169         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42170         New macros.
42171         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42172
42173         * lib/path-concat.c (path_concat): Use base_len to compute
42174         base length, not strlen; this means we cannot rely on memcpy
42175         to null-terminate.
42176
42177         * lib/same.c (STREQ): Remove.
42178         (same_name): Handle the case where the basename ends in trailing '/'.
42179
42180         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
42181         a slash was stripped.  Do not strip the last slash after a
42182         file system prefix.
42183
42184 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42185
42186         * lib/Makefile.am (libfetish_a_SOURCES):
42187         Add strftime.c, since we now compile it on all hosts.
42188
42189         * lib/strftime.c (my_strftime):
42190         Define to nstrftime if emacs, but only if my_strftime is not defined.
42191         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
42192         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
42193         Add one more extra argument: a nanoseconds value.
42194         All uses changed.
42195         (ns): New macro.
42196         (my_strftime function): Add %N format.
42197         (emacs_strftimeu): Renamed from emacs_strftime,
42198         with extra ut argument.
42199
42200 2001-05-09  Paul Eggert  <eggert@twinsun.com>
42201
42202         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
42203
42204 2001-04-21  Jim Meyering  <meyering@lucent.com>
42205
42206         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
42207         doesn't interfere.
42208
42209 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42210
42211         * m4/ftruncate.m4: Check for chsize.
42212         Link with ftruncate.o unconditionally if ftruncate is missing.
42213         This was required when cross-compiling to i586-mingw32msvc.
42214
42215 2001-04-08  Jim Meyering  <meyering@lucent.com>
42216
42217         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
42218         recomputed; that's necessary when the offset spans a DST transition.
42219         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
42220
42221 2001-04-02  Jim Meyering  <meyering@lucent.com>
42222
42223         * lib/regex.h, regex.c: Update from GNU libc.
42224
42225 2001-03-24  Jim Meyering  <meyering@lucent.com>
42226
42227         * m4/jm-macros.m4: Require autoconf-2.49d.
42228
42229 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
42230
42231         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
42232
42233 2001-03-19  Paul Eggert  <eggert@twinsun.com>
42234
42235         * lib/version-etc.c (version_etc_copyright): Update to 2001.
42236
42237 2001-03-17  Jim Meyering  <meyering@lucent.com>
42238
42239         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
42240         now that the version in autoconf is equivalent.
42241         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
42242
42243         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
42244         Suggestion from Akim Demaille.
42245
42246         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
42247         (jm_PREREQ_TEMPNAME): New function.
42248
42249 2001-03-16  Paul Eggert  <eggert@twinsun.com>
42250
42251         * lib/tempname.c (uint64_t): Define to uintmax_t if
42252         not defined, and if UINT64_MAX is not defined.
42253         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
42254         Reported by John David Anglin.
42255
42256 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
42257
42258         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
42259         resolve alias if codeset is empty.
42260         * lib/config.charset (BeOS): Use wildcard syntax.
42261
42262 2001-03-13  Jim Meyering  <meyering@lucent.com>
42263
42264         * lib/path-concat.c (path_concat)
42265         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
42266         concatenating e.g., `C:' and `foo'.
42267         From Bruno Haible.
42268
42269 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42270
42271         * lib/localcharset.c (locale_charset): Don't use
42272         setlocale(LC_CTYPE,NULL). Don't return NULL.
42273         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
42274
42275 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42276
42277         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
42278         support for DOS/DJGPP.
42279
42280 2001-03-01  Paul Eggert  <eggert@twinsun.com>
42281
42282         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
42283         lacks mkstemp.  Compile our own tempname.c if we compile our own
42284         mkstemp.c, as mkstemp relies on tempname.
42285
42286 2001-03-01  Jim Meyering  <meyering@lucent.com>
42287
42288         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
42289         AH_VERBATIM really does output its argument verbatim.
42290
42291 2001-02-28  Paul Eggert  <eggert@twinsun.com>
42292
42293         * lib/Makefile.am (libfetish_a_SOURCES):
42294         Add dup-safer.c, fopen-safer.c.
42295         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
42296
42297         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
42298         * lib/unistd-safer.h: New files.
42299
42300 2001-02-25  Paul Eggert  <eggert@twinsun.com>
42301
42302         The mkstemp replacement is taken from glibc 2.2.2, with some
42303         portability fixes for use outside glibc, as follows:
42304
42305         * lib/tempname.c (struct_stat64): New macro.
42306         (direxists, __gen_tempname): Use it.
42307         This avoids a portability problem with Solaris 8.
42308
42309         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
42310         (<stddef.h>, <stdint.h>, <string.h>):
42311         Include only if STDC_HEADERS || _LIBC.
42312         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
42313         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
42314         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
42315         (__set_errno): Define this macro if <errno.h> doesn't.
42316         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
42317         Define these macros if <stdio.h> doesn't.
42318         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
42319         Define these macros if <sys/stat.h>
42320         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
42321         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
42322         __xstat64): Define if not _LIBC.
42323         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
42324         (__gen_tempname): Invoke gettimeofday only if
42325         HAVE_GETTIMEOFDAY || _LIBC;
42326         otherwise, fall back on plain "time".
42327         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
42328
42329         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
42330
42331         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
42332
42333 2001-02-18  Paul Eggert  <eggert@twinsun.com>
42334
42335         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
42336
42337 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42338
42339         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
42340         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
42341         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
42342         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42343
42344 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42345
42346         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
42347         Remove workaround macros for hosts that have mbrtowc but not
42348         mbstate_t, as we now insist on proper declarations for both
42349         before using mbrtowc.
42350
42351 2001-02-17  Jim Meyering  <meyering@lucent.com>
42352
42353         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
42354         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
42355         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
42356         UnixWare 7.1.1.
42357
42358         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
42359         rather than AC_CACHE_VAL.
42360
42361 2001-02-17  Jim Meyering  <meyering@lucent.com>
42362
42363         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
42364         around included file name.
42365
42366         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
42367
42368         * lib/strftime.c: Update from GNU libc (the only changes were to
42369         comments).
42370
42371 2001-02-17  Jim Meyering  <meyering@lucent.com>
42372
42373         * lib/regex.c: Update from libc.
42374
42375 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
42376
42377         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
42378         clash.
42379
42380 2001-02-16  Paul Eggert  <eggert@twinsun.com>
42381
42382         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
42383         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
42384         Reported by Mark Hounschell via Paul Eggert.
42385
42386 2001-02-07  Jim Meyering  <meyering@lucent.com>
42387
42388         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
42389
42390 2001-02-05  Jim Meyering  <meyering@lucent.com>
42391
42392         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
42393         it includes the patch required for `large file' support with at least
42394         HP-UX's 10.20 /bin/cc.
42395
42396 2001-02-03  Jim Meyering  <meyering@lucent.com>
42397
42398         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
42399         AS_IF, now that it works once again (mysteriously).
42400         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42401
42402 2001-01-30  Jim Meyering  <meyering@lucent.com>
42403
42404         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
42405         * m4/chown.m4: Rename conftestchown to conftest.chown.
42406         * m4/rename.m4: s/conftestdir/conftest.d1/ and
42407         s/conftestdir2/conftest.d2/.
42408         * m4/utimes.m4: s/conftestdata/conftest.data/
42409         Inspired by Pavel Roskin's change in autoconf.
42410
42411 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
42412
42413         * lib/config.charset: Update for FreeBSD 4.2.
42414
42415 2001-01-27  Jim Meyering  <meyering@lucent.com>
42416
42417         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
42418         a use of AS_IF.
42419         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42420
42421 2001-01-26  Jim Meyering  <meyering@lucent.com>
42422
42423         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
42424         quotearg.c includes it.
42425
42426 2001-01-26  Jim Meyering  <meyering@lucent.com>
42427
42428         * lib/quotearg.c: Include stddef.h.
42429         * lib/quote.c: Include stddef.h.
42430         Reported by Axel Kittenberger.
42431
42432         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
42433         line in double quotes so that it evokes a better diagnostic.
42434         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
42435         Reported by Axel Kittenberger.
42436
42437 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
42438
42439         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
42440         as if it was a `charset'.
42441
42442 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42443
42444         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
42445         has const.
42446
42447 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42448
42449         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
42450         to avoid a warning.  Add back 'const' to inptr.
42451
42452 2001-01-20  Jim Meyering  <meyering@lucent.com>
42453
42454         Be sure that headers are checked before used in code compiled
42455         for the type checks.
42456         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
42457         In place of that, invoke jm_CHECK_ALL_TYPES.
42458         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
42459         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
42460         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
42461         The check for ssize_t was mistakenly run before the test for unistd.h.
42462
42463         The configure-time check for stdbool.h was missing.
42464         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
42465         (jm_PREREQ_HASH): New function.
42466
42467 2001-01-17  Jim Meyering  <meyering@lucent.com>
42468
42469         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
42470         for autoconf-2.49c.
42471         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
42472
42473 2001-01-16  Jim Meyering  <meyering@lucent.com>
42474
42475         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
42476         From Bruno Haible.
42477
42478 2001-01-14  Jim Meyering  <meyering@lucent.com>
42479
42480         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
42481         foo and bar.  Create conftestdir/ in the script, not in the C code.
42482         Remove directories in the script, not in the C code.
42483         Remove conftestdir{,2} before trying to create the directory.
42484         Make the entire configure script fail if the mkdir fails.
42485
42486 2001-01-14  Jim Meyering  <meyering@lucent.com>
42487
42488         * lib/rename.c: New file.  From Volker Borchert.
42489         Include stdlib.h, string.h or strings.h, and xalloc.h.
42490         Use strip_trailing_slashes rather than open-coding it.
42491
42492 2001-01-03  Paul Eggert  <eggert@twinsun.com>
42493
42494         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
42495
42496 2001-01-03  Jim Meyering  <meyering@lucent.com>
42497
42498         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
42499         of local `inptr' to avoid warning with some system declarations of
42500         iconv.
42501
42502 2001-01-02  Volker Borchert  <bt@teknon.de>
42503
42504         * m4/rename.m4: New file.
42505         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
42506
42507 2001-01-01  Jim Meyering  <meyering@lucent.com>
42508
42509         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
42510         even on systems with utmpx.h.  It's necessary for the declaration of
42511         utmp's ut_user member.  Reported by Andreas Jaeger.
42512
42513         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
42514         available. They are required for the declarations of getgrgid and
42515         getpwuid resp.
42516         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
42517         Reported by Andreas Jaeger.
42518
42519 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
42520
42521         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
42522         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
42523         so `make install' also works in VPATH builds.
42524
42525 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
42526
42527         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
42528         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
42529         can be used in subdirectories.
42530
42531 2000-12-29  Paul Eggert  <eggert@twinsun.com>
42532
42533         * lib/modechange.c: Do not assume that mode_t uses the
42534         traditional octal encoding.  E.g. "chmod 1 FOO" should set
42535         the other-execute bit of FOO even if S_IXOTH != 1.
42536
42537         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
42538         WOTH, XOTH, ALLM): New macros.
42539         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
42540          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
42541         Use them.
42542         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
42543         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
42544         (mode_compile):
42545         No need to use uintmax_t; unsigned long is long enough.
42546         Don't bother to get suffix since we don't use it.
42547
42548 2000-12-26  Jim Meyering  <meyering@lucent.com>
42549
42550         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
42551         better with autoheader.
42552
42553 2000-12-24  Jim Meyering  <meyering@lucent.com>
42554
42555         * lib/hash.c (is_prime): Return explicit boolean values.
42556         (hash_get_first): Return NULL to appease Irix5.6's 89.
42557         Reported by Nelson Beebe.
42558
42559 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
42560
42561         * lib/localcharset.c (locale_charset): Add support for Win32.
42562
42563 2000-12-18  Paul Eggert  <eggert@twinsun.com>
42564
42565         * lib/physmem.h, lib/physmem.c: New files.
42566
42567         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
42568         (noinst_HEADERS): Add physmem.h.
42569
42570         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
42571         't' for compatibility with Solaris 8 sort.
42572
42573 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
42574
42575         * lib/config.charset: Add support for BeOS.
42576
42577 2000-12-17  Jim Meyering  <meyering@lucent.com>
42578
42579         * m4/dos.m4 (jm_AC_DOS): New file and macro.
42580         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
42581
42582 2000-12-16  Jim Meyering  <meyering@lucent.com>
42583
42584         This bug had a serious impact on chown: `chown N:M FILE' (for integer
42585         N and M) would have treated it like `chown N:N FILE'.
42586
42587         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
42588
42589 2000-12-16  Jim Meyering  <meyering@lucent.com>
42590
42591         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
42592         SHELLS_FILE to a file name that's useful on djgpp systems.
42593         Include stdlib.h.
42594         (ADDITIONAL_DEFAULT_SHELLS): Define.
42595         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
42596         Based mostly on a patch from Prashant TR.
42597
42598 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
42599
42600         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
42601         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
42602         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
42603
42604 2000-12-08  Andreas Schwab  <schwab@suse.de>
42605
42606         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
42607         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
42608
42609 2000-12-07  Jim Meyering  <meyering@lucent.com>
42610
42611         * lib/stripslash.c (ISSLASH): Define.
42612         (strip_trailing_slashes): Use ISSLASH rather than comparing against
42613         `/'.
42614         From Prashant TR.
42615
42616         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
42617         (dir_name_r): Declare this function as static.
42618         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
42619         manifest itself on a name containing a mix of slashes and
42620         backslashes.
42621         Make this function work with names starting with a DOS-style
42622         drive letter and colon prefix.
42623         (dir_name): Append `.' if necessary.
42624         Based mostly on patches from Prashant TR and Eli Zaretskii.
42625
42626         * lib/dirname.h (dir_name_r): Remove prototype.
42627
42628 2000-12-06  Paul Eggert  <eggert@twinsun.com>
42629
42630         * m4/off_t-format.m4: Remove this file.
42631         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
42632
42633 2000-12-06  Jim Meyering  <meyering@lucent.com>
42634
42635         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
42636         replacement strtoull, we may well need the replacement strtoul, too.
42637         Check for declarations of strtoul and strtoull.
42638         Check for strtol.  Mainly as a cue to cause automake to include
42639         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
42640         Check for limits.h -- strtol.c needs it.
42641
42642 2000-12-05  Jim Meyering  <meyering@lucent.com>
42643
42644         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
42645
42646 2000-12-04  Jim Meyering  <meyering@lucent.com>
42647
42648         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
42649         Also include memory.h, stdlib.h, unistd.h if appropriate.
42650         Reported by Andreas Jaeger (conflicting declaration of malloc).
42651
42652 2000-12-02  Jim Meyering  <meyering@lucent.com>
42653
42654         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
42655         * m4/jm-macros.m4 (jm_MACROS): require it.
42656
42657 2000-12-02  Jim Meyering  <meyering@lucent.com>
42658
42659         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
42660
42661 2000-12-01  Paul Eggert  <eggert@twinsun.com>
42662
42663         * lib/memrchr.c: Include <config.h> before any system include file.
42664
42665 2000-11-30  Jim Meyering  <meyering@lucent.com>
42666
42667         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
42668
42669 2000-11-30  Jim Meyering  <meyering@lucent.com>
42670
42671         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
42672
42673 2000-11-29  Paul Eggert  <eggert@twinsun.com>
42674
42675         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
42676
42677 2000-11-26  Jim Meyering  <meyering@lucent.com>
42678
42679         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
42680
42681 2000-11-22  Paul Eggert  <eggert@twinsun.com>
42682
42683         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
42684         size of (size_t) -1; it's not portable.
42685
42686 2000-11-17  Jim Meyering  <meyering@lucent.com>
42687
42688         * lib/strstr.c: Update from GNU libc.
42689
42690 2000-11-17  Akim Demaille  <akim@epita.fr>
42691
42692         * lib/obstack.h: Formatting changes.
42693         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
42694         prevent type checking.
42695         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
42696         cast the value to (void *): assigning a `foo *' to a `void *'
42697         variable is valid.
42698         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
42699
42700 2000-11-16  Jim Meyering  <meyering@lucent.com>
42701
42702         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
42703
42704 2000-11-11  Jim Meyering  <meyering@lucent.com>
42705
42706         * lib/error.c: Add a couple #includes, merging from GNU libc version.
42707
42708 2000-11-10  Jim Meyering  <meyering@lucent.com>
42709
42710         * lib/obstack.h: Update from GNU libc.
42711         * lib/obstack.c: Likewise.
42712
42713 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
42714
42715         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
42716
42717 2000-11-06  Paul Eggert  <eggert@twinsun.com>
42718
42719         * lib/getusershell.c (setusershell): Use rewind rather than
42720         fseek/fseeko, to avoid configuration hassles with fseeko.
42721         Don't bother opening SHELLS_FILE if shellstream is NULL;
42722         it's not necessary.
42723
42724 2000-11-05  Jim Meyering  <meyering@lucent.com>
42725
42726         * lib/makepath.h (make_dir): Declare.
42727         * lib/makepath.c (make_dir): Remove `static' attribute.
42728         Tweak a comment.
42729
42730 2000-11-04  Jim Meyering  <meyering@lucent.com>
42731
42732         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
42733
42734 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
42735
42736         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
42737         last one in a bucket, advance to the next bucket.
42738
42739 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
42740
42741         * lib/fnmatch.c: Do not comment out all the code if we are using
42742         the GNU C library, because in some cases we are replacing buggy
42743         code in the GNU C library itself.
42744
42745 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
42746
42747         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
42748         (regex_compile): Catch bogus \(\1\).
42749
42750 2000-10-30  Paul Eggert  <eggert@twinsun.com>
42751
42752         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
42753         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
42754         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
42755
42756 2000-10-30  Paul Eggert  <eggert@twinsun.com>
42757
42758         * lib/error.h, getline.h, modechange.h:
42759         Remove "2000" from Copyright line, as the file hasn't been
42760         changed this year other than in the copyright notice.
42761
42762         * lib/xalloc.h: Add "2000" to Copyright line, as this file
42763         was changed this year.
42764
42765 2000-10-29  Jim Meyering  <meyering@lucent.com>
42766
42767         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
42768         renaming.
42769         * m4/ls-mntd-fs.m4: Likewise
42770
42771 2000-10-29  Jim Meyering  <meyering@lucent.com>
42772
42773         * lib/xstat.in: Fix grammar in comment.
42774
42775 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
42776
42777         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
42778         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
42779         doesn't define __restrict_arr.
42780
42781 2000-10-28  Jim Meyering  <meyering@lucent.com>
42782
42783         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
42784         (jm_PREREQ_MEMCHR): New function.
42785
42786 2000-10-28  Jim Meyering  <meyering@lucent.com>
42787
42788         * lib/memchr.c: Update from libc.
42789         Adjust for portability:
42790         [HAVE_STDLIB_H]: Include stdlib.h.
42791         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
42792         Undef __memchr, too.
42793         [!weak_alias]: Define __memchr to memchr.
42794
42795         * lib/regex.c: Update from libc.
42796         * lib/regex.h: Likewise.
42797         * lib/getopt1.c: Likewise.
42798         * lib/memcmp.c: Likewise.
42799
42800         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
42801         Avoid using fseek, when possible -- it's broken by design.
42802         Patch by Ulrich Drepper.
42803
42804 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
42805
42806         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
42807         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
42808         Giving in to popular pressure to shut up the compiler with casts.
42809
42810 2000-10-26  Jim Meyering  <meyering@lucent.com>
42811
42812         * lib/strftime.c: Update from libc.
42813
42814 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
42815
42816         * regex.c: More `unsigned char' -> `re_char' changes.
42817         Also change several `int' into `re_wchar_t'.
42818         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
42819         (PUSH_FAILURE_POINTER): Don't cast any more.
42820         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
42821         We want GCC to complain, since this piece of code makes
42822         re_match non-reentrant, which *should* be fixed.
42823         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
42824         (EXTEND_BUFFER): Use RETALLOC.
42825         (SET_LIST_BIT): Don't cast.
42826         (re_wchar_t): New type.
42827         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
42828         that those two functions will always properly return.
42829         (IMMEDIATE_QUIT_CHECK): Cast to void.
42830         (analyse_first): Use recursion rather than an explicit stack.
42831         (re_compile_fastmap): Can't fail anymore.
42832         (re_search_2): Don't check re_compile_fastmap for failure.
42833         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
42834         Now also sets the new value (passed in a new argument).
42835         (re_match_2_internal): Use it.
42836         Also, use a new var `reg' of type size_t when looping through regs
42837         rather than reuse the inappropriate `mcnt'.
42838
42839 2000-10-25  Jim Meyering  <meyering@lucent.com>
42840
42841         * lib/obstack.c: Update from libc.
42842
42843 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
42844
42845         * regex.c (regex_compile): Change the way of handling a range from
42846         a char less than 256 to a char not less than 256.
42847
42848 2000-10-24  Andrew Innes  <andrewi@gnu.org>
42849
42850         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
42851         NT-Emacs only.
42852         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
42853         so that re_search functions only quit when callers expect them to.
42854
42855 2000-10-23  Jim Meyering  <meyering@lucent.com>
42856
42857         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
42858         wrong.  That set_locale call must not have any side effects.
42859         From Paul Eggert.
42860
42861 2000-10-22  Jim Meyering  <meyering@lucent.com>
42862
42863         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
42864         [CYCLIC]: Remove now-unused definition.
42865
42866         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
42867         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
42868         Suggestion from Ulrich Drepper.
42869
42870 2000-10-21  Jim Meyering  <meyering@lucent.com>
42871
42872         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
42873         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
42874         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
42875
42876 2000-10-21  Jim Meyering  <meyering@lucent.com>
42877
42878         * lib/dirname.c (memrchr): Declare if necessary.
42879         (dir_name): Remove the restriction that there be no
42880         trailing slashes.  Now, this code skips past them, effectively
42881         ignoring them.
42882         [TEST_DIRNAME] (main): New unit tests.
42883
42884         * lib/memrchr.c: New file from GNU libc.
42885         Undef __memrchr, too.
42886         [!weak_alias]: Define __memrchr to memrchr.
42887         Guard weak_alias use with `#ifdef weak_alias'.
42888
42889 2000-10-21  Jim Meyering  <meyering@lucent.com>
42890
42891         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
42892         (dir_name): Use dir_name_r.
42893         * lib/dirname.h (dir_name_r): Declare it.
42894
42895 2000-10-17  Jim Meyering  <meyering@lucent.com>
42896
42897         * lib/quote.h (PARAMS): Define and use.
42898         Reported by Akim Demaille.
42899
42900         * lib/getopt.c: Update from libc.
42901
42902 2000-10-16  Jim Meyering  <meyering@lucent.com>
42903
42904         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
42905         setlocale.
42906         From Jan Fedak.
42907
42908 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
42909
42910         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
42911
42912 2000-09-25  Jim Meyering  <meyering@lucent.com>
42913
42914         * lib/md5.h (rol): Define (from GnuPG).
42915
42916         * lib/sha.c: Give credit (GnuPG) where due.
42917         (M): Use rol rather than open-coding it.
42918         Add a FIXME comment.
42919
42920 2000-09-21  Jim Meyering  <meyering@lucent.com>
42921
42922         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
42923         Reported by Michael Stone.
42924
42925 2000-09-20  Jim Meyering  <meyering@lucent.com>
42926
42927         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
42928         (noinst_HEADERS): Add sha.h.
42929         Based on code from Scott G. Miller and from GnuPG.
42930
42931 2000-09-18  Jim Meyering  <meyering@lucent.com>
42932
42933         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
42934         LIBS. Otherwise, everyone ends up linking with -lelf for some
42935         configurations.
42936         Reported by Mike Stone.
42937
42938 2000-09-15  Jim Meyering  <meyering@lucent.com>
42939
42940         * lib/regex.c: Update from libc.
42941
42942 2000-09-10  Jim Meyering  <meyering@lucent.com>
42943
42944         * lib/getopt.c (_getopt_internal): Update from glibc.
42945
42946 2000-09-09  Jim Meyering  <meyering@lucent.com>
42947
42948         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
42949         think it should be used as a general replacement for isascii.
42950         * lib/fnmatch.c: Likewise.
42951         * lib/mbswidth.c: Likewise
42952         * lib/regex.c: Likewise.
42953
42954         Don't use atoi.
42955         * lib/userspec.c: Include sys/param.h and limits.h.
42956         Include xstrtol.h.
42957         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42958         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
42959         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
42960         UID, GID.  Check range.
42961
42962 2000-09-06  Jim Meyering  <meyering@lucent.com>
42963
42964         * lib/getopt.c (_getopt_internal): Update from glibc.
42965
42966 2000-08-30  Jim Meyering  <meyering@lucent.com>
42967
42968         * lib/strftime.c: Merge in changes from GNU libc.
42969
42970 2000-08-26  Jim Meyering  <meyering@lucent.com>
42971
42972         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
42973         * m4/fpending.m4: New file.
42974
42975 2000-08-26  Jim Meyering  <meyering@lucent.com>
42976
42977         * lib/closeout.c: Include "__fpending.h".
42978         (close_stdout_status): Return right away if there's nothing to flush.
42979
42980         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
42981         * lib/__fpending.c: New file.
42982         * lib/__fpending.h: New file.
42983
42984 2000-08-20  Jim Meyering  <meyering@lucent.com>
42985
42986         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
42987         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
42988         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
42989
42990 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
42991
42992         Improve fileutils installation on systems where running
42993         programs (like install) can't be unlinked.
42994         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
42995         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
42996
42997 2000-08-07  Paul Eggert  <eggert@twinsun.com>
42998
42999         Standardize on "memory exhausted" instead of "Memory exhausted"
43000         or "virtual memory exhausted".
43001         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43002         "virtual memory exhausted".
43003         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43004         our own message.
43005         * lib/userspec.c (parse_user_spec): Likewise.
43006         * lib/bumpalloc.h: comment fix
43007         * lib/same.c, userspec.c: Include xalloc.h.
43008
43009         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43010         not char *const and pointing to a constant array.
43011         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43012         (xrealloc): Comment fix.
43013
43014         * lib/userspec.c (parse_user_spec):
43015         Don't translate a message until just before returning,
43016         to avoid unnecessary translation.
43017
43018 2000-08-07  Jim Meyering  <meyering@lucent.com>
43019
43020         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43021         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43022         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43023         getgroups.c, gethostname.c, getopt.h, group-member.c,
43024         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43025         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43026         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43027         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43028         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43029         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43030         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43031         yesno.c: Back out Copyright date changes for each file with no change
43032         this year.  This eases coordination with other programs using the same
43033         source code modules.  From Paul Eggert.
43034
43035 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43036
43037         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43038         not char, for compatibility with glibc 2.1.3 strftime.c.
43039
43040 2000-08-03  Greg McGary  <greg@mcgary.org>
43041
43042         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43043         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43044         (EXTEND_BUFFER): Use them.
43045
43046 2000-08-01  Jim Meyering  <meyering@lucent.com>
43047
43048         * lib/dirname.c (ISSLASH): Define.
43049         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43050         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43051         both `\' and `/' may be use as path separators.
43052         Based on a patch from Prashant TR.
43053
43054 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43055
43056         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43057         slot vector a constant, since it might get modified.
43058
43059 2000-07-31  Jim Meyering  <meyering@lucent.com>
43060
43061         * lib/xmalloc.c: Use `virtual memory exhausted', not
43062         `Memory exhausted'.
43063         * lib/obstack.c (print_and_abort): Likewise.
43064
43065 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43066
43067         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43068         buffer, so that the caller can always quote one small
43069         component of a "memory exhausted" message in slot 0.
43070         From a suggestion by Jim Meyering.
43071
43072 2000-07-30  Jim Meyering  <meyering@lucent.com>
43073
43074         * lib/makepath.c (make_path): Quote the other instance, too.
43075
43076         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43077         (STATIC_BUF_SIZE): Define.
43078         (quotearg_n_options): Use only statically allocated storage when
43079         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43080         than STATIC_BUF_SIZE.
43081
43082 2000-07-29  Jim Meyering  <meyering@lucent.com>
43083
43084         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43085         * lib/dirname.c (dir_name): Likewise.
43086
43087         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43088         `/'.
43089
43090         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43091         (dir_name): Assert that there are no trailing slashes.
43092
43093 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43094
43095         * lib/mbswidth.h (mbswidth): Add a flags argument.
43096         (mbswidth): New declaration.
43097         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43098         * lib/mbswidth.c (mbswidth): Add a flags argument.
43099         (mbsnwidth): New function.
43100
43101 2000-07-24  Jim Meyering  <meyering@lucent.com>
43102
43103         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43104
43105 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43106
43107         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43108
43109 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43110
43111         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43112         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43113         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43114         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43115         invoke multibyte primitives.
43116
43117 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43118
43119         * lib/quotearg.c:
43120         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43121         so that mbstate_t is always defined.
43122
43123         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43124         be 1 in at least one GCC installation, and this configuration
43125         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43126         performance on hosts that have mbrtowc but have only unibyte
43127         locales, but I assume these hosts are rare.
43128
43129 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43130
43131         * lib/mbswidth.c (_XOPEN_SOURCE):
43132         Don't define; this causes problems on Solaris 7.
43133         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43134
43135 2000-07-23  Jim Meyering  <meyering@lucent.com>
43136
43137         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43138         too: getgrgid, getpwuid, getuid.
43139
43140 2000-07-23  Jim Meyering  <meyering@lucent.com>
43141
43142         * lib/basename.c (base_name): Add an assertion.
43143
43144 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43145
43146         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43147         shadow its mbsinit function.
43148
43149 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43150
43151         * lib/mbswidth.h: New file.
43152         * lib/mbswidth.c: New file.
43153         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43154         (noinst_HEADERS): Add mbswidth.h.
43155
43156 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43157
43158         * lib/config.charset: Add support for FreeBSD. Improve support for
43159         HP-UX and IRIX 6.
43160
43161 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43162
43163         * m4/mbswidth.m4: New file.
43164         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43165
43166 2000-07-15  Jim Meyering  <meyering@lucent.com>
43167
43168         * lib/makepath.c: Include quote.h.
43169         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43170         corresponding argument in a `quote (...)' call.
43171         Give better diagnostics.
43172
43173         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43174         (noinst_HEADERS): Add quote.h.
43175
43176         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43177         from tar's src/misc.c.
43178         * lib/quote.h: New file.  Prototypes for same.
43179
43180 2000-07-14  Paul Eggert  <eggert@twinsun.com>
43181
43182         From a suggestion by Bruno Haible.
43183         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
43184         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
43185         to decide whether to define the BeOS workaround macro;
43186         this adjusts to the change to AC_MBSTATE_T.
43187
43188 2000-07-14  Jim Meyering  <meyering@lucent.com>
43189
43190         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
43191         jm_AC_TYPE_UINTMAX_T.
43192
43193 2000-07-13  Paul Eggert  <eggert@twinsun.com>
43194
43195         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
43196
43197         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
43198         quotearg_buffer_restyled): Add support for
43199         clocale_quoting_style.  Undo previous change to
43200         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
43201         and "{RIGHT QUOTATION MARK}" msgids.
43202
43203 2000-07-10  Paul Eggert  <eggert@twinsun.com>
43204
43205         From a suggestion by Bruno Haible.
43206         * m4/mbstate_t.m4 (AC_MBSTATE_T):
43207         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
43208         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
43209         and mbstate_t, to a single-part test that simply defines mbstate_t.
43210         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
43211         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
43212
43213 2000-07-10  Jim Meyering  <meyering@lucent.com>
43214
43215         * m4/strerror_r.m4: Mirror the correction made in autoconf.
43216
43217         * m4/gnu-source.m4: Output to confdefs.h directly.
43218         Suggestion from Akim Demaille.
43219
43220 2000-07-09  Paul Eggert  <eggert@twinsun.com>
43221
43222         The old behavior of quoting `like this' doesn't look good with
43223         newer, ISO-style fonts.  See:
43224         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
43225
43226         Instead, quote "like this" by default.  Let the translator
43227         tailor the locale-specific quoting behavior by providing
43228         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
43229
43230         * lib/quotearg.c (N_): New macro.
43231         (gettext_default): New function.
43232         (quotearg_buffer_restyled): Use
43233         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
43234         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
43235
43236 2000-07-09  Jim Meyering  <meyering@lucent.com>
43237
43238         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
43239         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
43240
43241         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
43242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
43243
43244 2000-07-09  Jim Meyering  <meyering@lucent.com>
43245
43246         * lib/Most files: Update copyright dates to include 2000.
43247
43248 2000-07-08  Jim Meyering  <meyering@lucent.com>
43249
43250         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
43251         if not defined.
43252         (xgethostname): Remove now-unnecessary #ifdef.
43253         Move declaration of `err' into loop where it's used.
43254
43255 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43256         and Bruno Haible  <haible@clisp.cons.org>
43257
43258         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
43259         only if the test for an object-type mbstate_t fails.  This
43260         prevents us from mistakenly reporting that mbstate_t is a
43261         system object type after we "#define mbstate_t int" to work
43262         around its lack.
43263
43264 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43265         and Bruno Haible  <haible@clisp.cons.org>
43266
43267         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
43268
43269 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43270
43271         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
43272         to strerror_r.
43273         Include <ctype.h> for use of isalpha.
43274
43275 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43276
43277         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
43278         by allocating a larger buffer. Test the gethostname return value for
43279         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
43280         returns an error and ENAMETOOLONG isn't defined.
43281
43282 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43283
43284         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
43285         dimension.
43286
43287 2000-07-04  Jim Meyering  <meyering@lucent.com>
43288
43289         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
43290         of the deprecated AC_CHECKING.
43291
43292 2000-07-04  Jim Meyering  <meyering@lucent.com>
43293
43294         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
43295         Reported by Bruno Haible.
43296
43297 2000-07-04  Jim Meyering  <meyering@lucent.com>
43298
43299         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
43300         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
43301         lacks mbrtowc.
43302
43303 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43304
43305         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
43306         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
43307
43308 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43309         and Bruno Haible  <haible@clisp.cons.org>
43310
43311         * lib/quotearg.c (mbrtowc):
43312         Assign to *pwc, and return 1 only if result is nonzero.
43313         (iswprint): Use ISPRINT when substituting our own mbrtowc.
43314
43315 2000-07-03  Jim Meyering  <meyering@lucent.com>
43316
43317         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
43318
43319 2000-07-03  Jim Meyering  <meyering@lucent.com>
43320
43321         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
43322         This is necessary to get a definition of e.g., UTMP_FILE on
43323         HP-UX 10.20.
43324         From Bob Proulx.
43325
43326 2000-07-02  Jim Meyering  <meyering@lucent.com>
43327
43328         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
43329
43330         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
43331         AC_LIBOBJ(function_name).
43332         * m4/chown.m4: Likewise.
43333         * m4/fnmatch.m4: Likewise.
43334         * m4/ftruncate.m4: Likewise.
43335         * m4/getgroups.m4: Likewise.
43336         * m4/getline.m4: Likewise.
43337         * m4/group-member.m4: Likewise.
43338         * m4/jm-macros.m4: Likewise.
43339         * m4/lstat.m4: Likewise.
43340         * m4/malloc.m4: Likewise.
43341         * m4/memcmp.m4: Likewise.
43342         * m4/nanosleep.m4: Likewise.
43343         * m4/putenv.m4: Likewise.
43344         * m4/realloc.m4: Likewise.
43345         * m4/regex.m4: Likewise.
43346         * m4/stat.m4: Likewise.
43347         * m4/strftime.m4: Likewise.
43348
43349 2000-07-02  Jim Meyering  <meyering@lucent.com>
43350
43351         * lib/quotearg.c (mbstate_t): Don't define here.
43352
43353 2000-07-02  Jim Meyering  <meyering@lucent.com>
43354
43355         * lib/nanosleep.c (SIGCONT): Define if not already defined.
43356
43357 2000-07-01  Jim Meyering  <meyering@lucent.com>
43358
43359         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
43360
43361 2000-07-01  Jim Meyering  <meyering@lucent.com>
43362
43363         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
43364         problem.
43365
43366 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43367
43368         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
43369         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
43370
43371 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43372
43373         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
43374         per change in ../m4/ls-mntd-fs.m4.
43375         (read_filesystem_list): Ignore symbolic links.
43376
43377 2000-06-29  Jim Meyering  <meyering@lucent.com>
43378
43379         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
43380         for declaration of strcmp.
43381
43382         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
43383
43384         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
43385         Avoid warning by casting result to `char *' to remove `const'.
43386
43387 2000-06-28  Jim Meyering  <meyering@lucent.com>
43388
43389         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
43390         included by quotearg.c, for which we perform this test.  From
43391         Bruno Haible.
43392
43393 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43394
43395         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
43396         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
43397         <utmpx.h> exists, put readutmp.o into LIBOBJS.
43398
43399 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43400
43401         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
43402
43403 2000-06-26  Paul Eggert  <eggert@twinsun.com>
43404
43405         savedir now sets errno on failure and invokes xmalloc to get memory.
43406         Fix a couple of other minor bugs while we're at it.
43407
43408         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
43409         (NAMLEN): Remove macro.
43410         (malloc, realloc): Remove decls.
43411         (stpcpy): Likewise.
43412         ("xalloc.h"): Include.
43413         (NAME_SIZE_DEFAULT): New macro.
43414         (savedir): Use xmalloc / xrealloc to allocate memory.
43415         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
43416         Skip "" directory entries.
43417         Use strlen to calculate directory entry length, since the old method
43418         is rarely used these days and isn't worth supporting.
43419         Don't use a pointer after freeing it.
43420         Check for integer overflow when calculating allocation size.
43421         Use memcpy to copy entries, instead of stpcpy.
43422         Set errno properly when returning NULL.
43423         Check for readdir error.
43424
43425 2000-06-26  Jim Meyering  <meyering@lucent.com>
43426
43427         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
43428
43429 2000-06-25  Jim Meyering  <meyering@lucent.com>
43430
43431         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
43432         Linux header bug when _XOPEN_SOURCE is defined to 500.
43433
43434 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43435
43436         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
43437         deficiency.
43438
43439 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43440
43441         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
43442         Include xalloc.h.
43443         Don't include <stdlib.h>.  Don't declare malloc, realloc.
43444
43445 2000-06-24  Jim Meyering  <meyering@lucent.com>
43446
43447         * m4/strerror_r.m4: Revive this file -- to try out an experimental
43448         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
43449         for which strerror does return char*, but which lacks a conveniently
43450         accessible declaration of the function.  If the compile-test says
43451         strerror_r doesn't work, then resort to a `run'-test that works on
43452         BeOS and segfaults on DEC Unix.
43453
43454 2000-06-24  Jim Meyering  <meyering@lucent.com>
43455
43456         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
43457
43458 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43459
43460         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
43461         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
43462
43463 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43464
43465         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
43466         (mbrtowc, mbstate_t): Define substitutes if
43467         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
43468         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
43469         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
43470
43471 2000-06-23  Jim Meyering  <meyering@lucent.com>
43472
43473         * m4/afs.m4: Add missing AC_MSG_RESULT.
43474         Reported by Bruno Haible.
43475
43476         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
43477         Suggestion from Bruno Haible.
43478
43479 2000-06-23  Jim Meyering  <meyering@lucent.com>
43480
43481         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
43482
43483 2000-06-21  Jim Meyering  <meyering@lucent.com>
43484
43485         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
43486
43487 2000-06-21  Jim Meyering  <meyering@lucent.com>
43488
43489         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
43490         (noinst_HEADERS): Add getstr.h.
43491
43492         * lib/getline.c (getstr): Move into a separate file.
43493         * lib/getstr.c (getstr): New file, extracted from getline.c, with
43494         the following changes: new parameter, delim2; both delim[12]
43495         parameters have type `int', not `char'.  The latter would lose
43496         with 8-bit delimiters.
43497         * lib/getstr.h: New file.
43498
43499 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43500
43501         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
43502         than 1024, return a memory chunk of least possible size, instead
43503         of size PATH_MAX + 2. In the loop, increment the size proportionally.
43504         Use free/xmalloc instead of xrealloc to avoid copying for very long
43505         paths.
43506
43507 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43508
43509         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
43510         the empty string.
43511
43512 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43513
43514         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
43515         address, not strdup.  Include <stdlib.h> and don't declare free().
43516
43517 2000-06-19  Jim Meyering  <meyering@lucent.com>
43518
43519         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
43520
43521 2000-06-18  Jim Meyering  <meyering@lucent.com>
43522
43523         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
43524
43525         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
43526         `checking whether...' message to be consistent with that of the
43527         lstat test.
43528
43529 2000-06-18  Jim Meyering  <meyering@lucent.com>
43530
43531         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
43532         Besides, these days every porting target provides a mkdir function.
43533
43534         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
43535         needed. (this snippet comes from src/system.h).
43536
43537 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
43538
43539         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
43540
43541 2000-06-15  Paul Eggert  <eggert@twinsun.com>
43542
43543         * lib/human.c (adjust_value): New function.
43544         (human_readable_inexact): Apply rounding style even when
43545         printing approximate values.
43546
43547 2000-06-14  Paul Eggert  <eggert@twinsun.com>
43548
43549         * lib/human.c (human_readable_inexact): Allow an input block
43550         size that is not a multiple of the output block size, and vice versa.
43551         Reported by Piergiorgio Sartor.
43552
43553 2000-06-14  Paul Eggert  <eggert@twinsun.com>
43554
43555         * lib/getdate.y (get_date): Apply relative times after time
43556         zone indicator, not before.  Reported by Todd A. Jacobs.
43557
43558 2000-06-13  Jim Meyering  <meyering@lucent.com>
43559
43560         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
43561
43562         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
43563
43564 2000-06-12  Paul Eggert  <eggert@twinsun.com>
43565
43566         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
43567
43568 2000-06-12  Jim Meyering  <meyering@lucent.com>
43569
43570         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
43571         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
43572         optional argument.
43573         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
43574         the optional argument, `lib'.
43575
43576 2000-06-08  Jim Meyering  <meyering@lucent.com>
43577
43578         * m4/largefile.m4: Remove file (now that it's part of autoconf).
43579
43580 2000-06-04  Paul Eggert  <eggert@twinsun.com>
43581
43582         Rewrite largefile configuration so that we don't need to run
43583         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
43584         AC_CANONICAL_HOST in configure.in -- jmm]
43585
43586         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
43587         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
43588         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
43589         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
43590         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
43591         All uses changed.
43592         Instead of inspecting the output of getconf, try to compile the
43593         test program without and with the macro definition.
43594         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
43595         for getconf.  Instead, check for the needed flags by compiling
43596         test programs.
43597
43598 2000-06-04  Paul Eggert  <eggert@twinsun.com>
43599
43600         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
43601
43602 2000-06-04  Jim Meyering  <meyering@lucent.com>
43603
43604         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
43605         SunOS 4.1.4 for which gid_t is an unsigned type.
43606
43607 2000-06-03  Jim Meyering  <meyering@lucent.com>
43608
43609         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
43610         now that autoconf requires that.
43611
43612         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
43613         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
43614         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
43615
43616 2000-06-03  Jim Meyering  <meyering@lucent.com>
43617
43618         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
43619
43620 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
43621
43622         * m4/glibc21.m4: New file.
43623         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
43624
43625 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
43626
43627         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
43628         newer, don't install charset.alias.
43629         * lib/config.charset: Change the Linux/glibc rules so they become empty
43630         on glibc-2.1 or newer.
43631
43632 2000-06-02  Jim Meyering  <meyering@lucent.com>
43633
43634         * lib/mountlist.c: Back out last change.  Instead, do this...
43635         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
43636         me_dummy member using the same `ignore'-testing code.
43637         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
43638         fs_type strings.
43639         From Mark D. Roth.
43640
43641 2000-05-29  Jim Meyering  <meyering@lucent.com>
43642
43643         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
43644         mounts with the `ignore' attribute.  Based on a patch from
43645         Mark D. Roth.
43646
43647 2000-05-28  Jim Meyering  <meyering@lucent.com>
43648
43649         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
43650         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43651         * m4/stat.m4: Likewise.
43652         * m4/lstat.m4: Likewise.
43653         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
43654
43655         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
43656         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
43657
43658 2000-05-26  Jim Meyering  <meyering@lucent.com>
43659
43660         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
43661
43662 2000-05-24  Jim Meyering  <meyering@lucent.com>
43663
43664         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
43665         autoconf requires that.
43666         * m4/lib-check.m4: Likewise.
43667         * m4/jm-macros.m4: Likewise.
43668         * m4/strftime.m4: Likewise.
43669
43670         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
43671         AC_CHECK_DECLS, now that autoconf requires that.
43672
43673 2000-05-22  Jim Meyering  <meyering@lucent.com>
43674
43675         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43676         * m4/lstat.m4: Likewise.
43677
43678 2000-05-22  Jim Meyering  <meyering@lucent.com>
43679
43680         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
43681
43682 2000-05-20  Jim Meyering  <meyering@lucent.com>
43683
43684         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
43685         (jm_PREREQ): Use it.
43686
43687 2000-05-18  Jim Meyering  <meyering@lucent.com>
43688
43689         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
43690         back, too, since it may have been modified by allocate_entry.
43691         (hash_delete): Rewrite to use neither the assignment operator
43692         nor the comma operator in an if-expression.
43693
43694 2000-05-15  Paul Eggert  <eggert@twinsun.com>
43695
43696         * lib/closeout.c:
43697         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
43698         Remove; no longer needed.
43699         "quotearg.h": Add include.
43700         (file_name): Do not bother to explicitly initialize to NULL; it's less
43701         efficient on some hosts.
43702         (close_stdout_status): Remove test as to whether stdout was already
43703         closed; it breaks for the case "echo x | sort >&-".
43704         Quote file name colons.
43705         Do not assume that _("write error") lacks format strings.
43706
43707 2000-05-15  Jim Meyering  <meyering@lucent.com>
43708
43709         * lib/version-etc.c (version_etc_copyright): Update the copyright
43710         string used in all --version output.
43711
43712 2000-05-14  Jim Meyering  <meyering@lucent.com>
43713
43714         * lib/closeout.c (close_stdout_set_file_name): New function.
43715         (close_stdout_status): Use new file-scoped global.
43716         Return right away if fstat says the stdout file descriptor is invalid.
43717         * lib/closeout.h (close_stdout_set_file_name): Declare.
43718
43719 2000-05-10  Jim Meyering  <meyering@lucent.com>
43720
43721         * lib/closeout.c [default_exit_status]: New file-scoped variable.
43722         (close_stdout_set_status): New function.
43723         * lib/closeout.h (close_stdout_set_status): Declare.
43724
43725 2000-05-09  Jim Meyering  <meyering@lucent.com>
43726
43727         * m4/gettext.m4: Rename this...
43728         * m4/libintl.m4: ...to this.
43729
43730 2000-05-08  Jim Meyering  <meyering@lucent.com>
43731
43732         * lib/long-options.c: Don't include closeout.h.
43733         (parse_long_options): Don't call close_stdout for --version.
43734
43735 2000-05-06  Paul Eggert  <eggert@twinsun.com>
43736
43737         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
43738         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
43739         2.1.3 bug.  This avoids a clash when files like regex.c define
43740         _GNU_SOURCE.
43741
43742 2000-05-06  Jim Meyering  <meyering@lucent.com>
43743
43744         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
43745         (AC_REPLACE_FUNCS): Add strnlen.
43746
43747         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
43748         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
43749
43750         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
43751         AC_SEARCH_LIBS call for nanosleep.
43752         (LIB_NANOSLEEP): Set and AC_SUBST.
43753
43754 2000-05-06  Jim Meyering  <meyering@lucent.com>
43755
43756         * lib/strnlen.c: Undefine __strnlen and strnlen.
43757         [!weak_alias]: Define __strnlen to strnlen.
43758
43759         * lib/atexit.c: New file, from libiberty.
43760
43761 2000-05-06  Jim Meyering  <meyering@lucent.com>
43762
43763         * lib/closeout.c (close_stdout_status): Also check for errors on the
43764         stderr stream.
43765
43766 2000-05-05  Jim Meyering  <meyering@lucent.com>
43767
43768         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
43769         AC_SEARCH_LIBS call for clock_gettime.
43770         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
43771
43772         * m4/search-libs.m4: Update from autoconf.
43773
43774         su doesn't work on Solaris 2.6.
43775         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
43776         <shadow.h>.  Reported by Dragos Harabor.
43777
43778 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
43779
43780         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
43781         memcpy instead of xmalloc, xrealloc, path_concat.
43782         (locale_charset): Treat empty environment variables as absent.
43783         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
43784
43785 2000-05-04  Jim Meyering  <meyering@lucent.com>
43786
43787         * lib/getopt.c: Update from glibc.
43788         * lib/obstack.c: Likewise.
43789         * lib/obstack.h: Likewise.
43790         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
43791         file
43792
43793         * lib/regex.h: Likewise.
43794         * lib/strndup.c: Likewise.
43795         * lib/strnlen.c: New file, from glibc.
43796
43797 2000-05-03  Jim Meyering  <meyering@lucent.com>
43798
43799         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
43800
43801 2000-05-02  Paul Eggert  <eggert@twinsun.com>
43802
43803         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
43804         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
43805         compile-time test, rather than inspecting host and OS, to
43806         decide whether to define _LARGEFILE_SOURCE.
43807
43808 2000-05-01  Jim Meyering  <meyering@lucent.com>
43809
43810         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
43811
43812         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
43813         Based on a patch from Bruno Haible.
43814
43815 2000-05-01  Jim Meyering  <meyering@lucent.com>
43816
43817         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
43818
43819 2000-04-29  Jim Meyering  <meyering@lucent.com>
43820
43821         * lib/path-concat.c: Declare strdup only if it's not defined.
43822         * lib/canon-host.c: Likewise.
43823
43824 2000-04-28  Jim Meyering  <meyering@lucent.com>
43825
43826         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
43827         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
43828         is included first, then limits.h is included by locale.h by libintl.h.
43829         From John David Anglin.
43830
43831 2000-04-25  Jim Meyering  <meyering@lucent.com>
43832
43833         * lib/makepath.c (S_IRWXUGO): Define.
43834         (make_path): Always perform explicit chmod if MODE specifies any
43835         of the `special' permission bits.  Prompted by a bug report against
43836         install from Mate Wierdl and Joost van Baal.
43837
43838 2000-04-18  Jim Meyering  <meyering@lucent.com>
43839
43840         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
43841         (jm_PREREQ): Use it.
43842
43843 2000-04-18  Jim Meyering  <meyering@lucent.com>
43844
43845         * lib/README: New file.
43846
43847         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
43848         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
43849
43850 2000-04-17  Jim Meyering  <meyering@lucent.com>
43851
43852         Get it right :-)
43853         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
43854         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
43855         Suggestion from Akim Demaille.
43856
43857 2000-04-17  Jim Meyering  <meyering@lucent.com>
43858
43859         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
43860         the definition of it to rpl_strftime also defined-away the system's
43861         declaration.
43862
43863 2000-04-15  Jim Meyering  <meyering@lucent.com>
43864
43865         Use `C' to denote so-called `contiguous' files, the same way
43866         that tar does.
43867         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
43868         (ftypelet): Use S_ISCTG.
43869         From Michael Deutschmann.
43870
43871 2000-04-14  Jim Meyering  <meyering@lucent.com>
43872
43873         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
43874         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
43875         clobbered.
43876
43877 2000-04-14  Jim Meyering  <meyering@lucent.com>
43878
43879         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
43880
43881 2000-04-13  Jim Meyering  <meyering@lucent.com>
43882
43883         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
43884         AH_VERBATIM to insert required #ifndef into config.h.in.
43885         Suggestion from Akim Demaille.
43886
43887 2000-04-12  Jim Meyering  <meyering@lucent.com>
43888
43889         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
43890         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
43891         Christian Krackowizer.
43892
43893         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
43894         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
43895         (AC_SYS_LARGEFILE): Require.
43896         (AM_C_PROTOTYPES): Require.
43897
43898 2000-04-08  Jim Meyering  <meyering@lucent.com>
43899
43900         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
43901         names don't conflict.  Reported by Eli Zaretskii.
43902
43903 2000-04-07  Jim Meyering  <meyering@lucent.com>
43904
43905         * lib/putenv.c: Move inclusion of errno.h so it follows that of
43906         sys/types.h, to work around system header problems on AIX 3.2.5.
43907         From Bruno Haible.
43908
43909 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
43910
43911         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
43912         bug.  Deal with the different error behavior of Irix iconv.
43913
43914 2000-04-05  Paul Eggert  <eggert@twinsun.com>
43915
43916         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
43917         IRIX if the installer said otherwise.
43918
43919 2000-04-05  Jim Meyering  <meyering@lucent.com>
43920
43921         Portability tweaks required for ultrix4.3.
43922         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
43923         (jm_CHECK_DECLS): Add getutent to the list of functions.
43924         (_jm_DECL_HEADERS): Add utmpx.h.
43925         From John David Anglin.
43926
43927         * m4/strftime.m4: Back out the 2000-04-02 change.
43928         Instead of that change, simply undefine putenv in the test program.
43929
43930 2000-04-05  Jim Meyering  <meyering@lucent.com>
43931
43932         Portability tweaks required for ultrix4.3.
43933         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
43934         getutent.
43935         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
43936         * lib/canon-host.c: Declare strdup.
43937         * lib/path-concat.c: Likewise.
43938         From John David Anglin.
43939
43940 2000-04-04  Jim Meyering  <meyering@lucent.com>
43941
43942         Be more DOS 8.3-friendly.
43943         * lib/ref-add.sin: Renamed from ref-add.sed.in.
43944         * lib/ref-del.sin: Renamed from ref-del.sed.in.
43945         * lib/Makefile.am: Reflect renaming.
43946         Reported by Eli Zaretskii.
43947
43948         Use a temporary file name that won't clash with `charset.alias'
43949         in the DOS 8.3 name space.
43950         * lib/Makefile.am (charset_tmp): Define.
43951         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
43952         (uninstall-local): Likewise.
43953         Reported by Eli Zaretskii.
43954
43955 2000-04-03  Jim Meyering  <meyering@lucent.com>
43956
43957         * m4/gettext.m4: Fix typo in comment.
43958
43959         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
43960         textutils/configure.in).  Suggestion from Paul Eggert.
43961         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
43962
43963 2000-04-02  Paul Eggert  <eggert@twinsun.com>
43964
43965         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
43966         variable in the shell rather than using putenv, which isn't
43967         portable.  This avoids the configure-time inter-test dependency
43968         on the potentially-renamed putenv function.
43969
43970 2000-03-30  Paul Eggert  <eggert@twinsun.com>
43971
43972         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
43973         before checking struct stat.st_blksize, so that
43974         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
43975
43976 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43977
43978         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
43979         since strftime.c uses HAVE_STRFTIME to decide whether to use
43980         the underlying strftime.
43981
43982 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43983
43984         * lib/time/strftime.c (my_strftime): Make sure we call the system
43985         strftime, not ourselves, when invoking the underlying strftime.
43986
43987 2000-03-24  Jim Meyering  <meyering@lucent.com>
43988
43989         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
43990         (charset_alias): Define.
43991         (install-exec-local): Factor out common code.
43992         (uninstall-local): Split lines longer than 80.
43993         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
43994         (SUFFIXES): Define.
43995         (.sed.in.sed): New rule.  Don't redirect directly to $@.
43996         (CLEANFILES): Add ref-add.sed and ref-del.sed.
43997
43998 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
43999
44000         * lib/config.charset: Output a line containing "Packages using this
44001         file".
44002         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44003         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44004         ref-del.sed): New rules.
44005
44006 2000-03-17  Jim Meyering  <meyering@lucent.com>
44007
44008         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44009         Otherwise, include <strings.h>
44010
44011 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44012
44013         * lib/unicodeio.c (utf8_wctomb): New function.
44014         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44015         format instead of in UCS-4 with platform dependent endianness.
44016
44017 2000-03-10  Jim Meyering  <meyering@lucent.com>
44018
44019         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44020         From Marco Franzen.
44021
44022 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44023
44024         * lib/savedir.c (savedir): Work even if directory size is
44025         negative; this can happen with some screwy NFS configurations.
44026
44027 2000-03-06  Jim Meyering  <meyering@lucent.com>
44028
44029         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44030         if it's NULL (because we ran out of memory).  From Bruno Haible.
44031
44032 2000-03-05  Jim Meyering  <meyering@lucent.com>
44033
44034         * lib/localcharset.c ("path-concat.h"): Include.
44035         (get_charset_aliases): Use path_concat instead of ANSI string
44036         concatenation.
44037
44038         * lib/unicodeio.h (PARAMS): Define.
44039         Use it to guard prototype.
44040
44041 2000-03-04  Jim Meyering  <meyering@lucent.com>
44042
44043         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44044         for lib/localcharset.c.
44045
44046 2000-03-04  Jim Meyering  <meyering@lucent.com>
44047
44048         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44049         installing into it.
44050         (uninstall-local): Uncomment this rule so `make distcheck' works
44051         once again.
44052
44053         * lib/unicodeio.c (<errno.h>): Include it.
44054         (errno): Declare if not defined.
44055
44056         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44057
44058         * lib/config.charset: New version, incorporating remarks from a linux
44059         i18n mailing list.  From Bruno Haible.
44060
44061 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44062
44063         * m4/codeset.m4: New file.
44064         * m4/iconv.m4: New file.
44065         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44066
44067 2000-03-03  Jim Meyering  <meyering@lucent.com>
44068
44069         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44070
44071 2000-03-02  Jim Meyering  <meyering@lucent.com>
44072
44073         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44074         the messages come out on separate lines.
44075
44076         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44077         rather than jm_CHECK_DECLARATIONS.
44078         * m4/decl.m4: Remove now-unused file.
44079
44080         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44081         geteuid.
44082
44083 2000-03-02  Jim Meyering  <meyering@lucent.com>
44084
44085         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44086
44087 2000-03-01  Jim Meyering  <meyering@lucent.com>
44088
44089         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44090         * lib/unicodeio.c: Likewise.
44091
44092 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44093
44094         * lib/config.charset: New file.
44095         * lib/localcharset.c: New file.
44096         * lib/unicodeio.h, lib/unicodeio.c: New files.
44097         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44098         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44099         (noinst_HEADERS): Add unicodeio.h.
44100         (all-local, install-exec-local, charset.alias): New targets.
44101
44102 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44103
44104         * lib/quotearg.c (ALERT_CHAR): New macro.
44105         (quotearg_buffer_restyled): Use it.
44106
44107 2000-02-27  Jim Meyering  <meyering@lucent.com>
44108
44109         * m4/check-decl.m4: Add getenv to the list.
44110
44111 2000-02-27  Jim Meyering  <meyering@lucent.com>
44112
44113         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44114         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44115
44116         * lib/backupfile.c: Guard inclusion of stdlib.h with
44117         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44118         Declare malloc if needed.
44119
44120         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44121         `#ifndef HAVE_DECL..'
44122         now that autoconf always defines the HAVE_DECL_ symbols.
44123         * lib/human.c: Likewise.
44124         * lib/same.c: Likewise.
44125         * lib/strtoumax.c: Likewise.
44126
44127         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44128         declaration check was not run.
44129         * lib/hash.c: Likewise.
44130         * lib/human.c: Likewise.
44131         * lib/same.c: Likewise.
44132         * lib/strtoumax.c: Likewise.
44133
44134         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44135         `.', then first look up the entire `.'-containing string as a login
44136         name.
44137
44138 2000-02-23  Jim Meyering  <meyering@lucent.com>
44139
44140         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44141         in place of my hack.
44142
44143 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44144
44145         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44146         (textint): New typedef.
44147         (parser_control): Member year changed from int to textint.
44148         All uses changed.
44149         (YYSTYPE): Removed; replaced by %union with int and textint members.
44150         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44151         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44152         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44153         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44154         (date, number, to_year): Use width of number in digits, not its value,
44155         to determine whether it's a 2-digit year, or a 2-digit time.
44156         (yylex): Store number of digits of numeric tokens.
44157         Reported by John Kendall.
44158
44159         (parser_control): Changed from struct parser_control to typedef (for
44160         consistency).  All uses changed.
44161
44162         (tID): Removed; not used.
44163         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44164
44165 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44166
44167         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44168         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44169
44170 2000-02-12  Jim Meyering  <meyering@lucent.com>
44171
44172         * lib/userspec.c (ISDIGIT): Define it.
44173         (isdigit): Remove definition.
44174         (is_number): Use ISDIGIT, not isdigit.
44175         <libintl.h>: Include.
44176         (_ and N_): Define.
44177         (parse_user_spec): Mark translatable strings.
44178
44179 2000-02-10  Jim Meyering  <meyering@lucent.com>
44180
44181         With these changes, nanosleep.[ch] are finally enough like the other
44182         lib/* replacement files to compile on a few more losing systems.
44183
44184         * lib/nanosleep.h: Don't include config.h.
44185         Remove prototype from declaration of nanosleep.
44186         (PARAMS): Remove now-unneeded definition.
44187         * lib/nanosleep.c: #undef nanosleep.
44188         (rpl_nanosleep): Rename from nanosleep.
44189
44190 2000-02-10  Jim Meyering  <meyering@lucent.com>
44191
44192         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44193         gnu_nanosleep to rpl_nanosleep.
44194
44195 2000-02-09  Jim Meyering  <meyering@lucent.com>
44196
44197         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
44198         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
44199
44200 2000-02-08  Akim Demaille  <akim@epita.fr>
44201
44202         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
44203         `[' and `]' and remove uses of `changequote'.
44204         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
44205         (AC_SYS_LARGEFILE): Likewise.
44206         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44207         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
44208         of changequote.
44209         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
44210         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
44211         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
44212         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
44213
44214 2000-02-05  Jim Meyering  <meyering@lucent.com>
44215
44216         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
44217         Remove explicit use of AC_HEADER_TIME.  It is required by
44218         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
44219         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
44220         in autoconf whereby the expansion of the latter ended up preceding
44221         the expansion of its prerequisite, AC_HEADER_TIME.
44222         Reported by Volker Borchert.
44223
44224 2000-02-03  Jim Meyering  <meyering@lucent.com>
44225
44226         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
44227
44228 2000-02-03  Jim Meyering  <meyering@lucent.com>
44229
44230         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
44231         rather than with `#if HAVE_UTMPNAME'.
44232
44233 2000-02-02  Jim Meyering  <meyering@lucent.com>
44234
44235         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
44236         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
44237         Reported by Eli Zaretskii.
44238
44239 2000-02-01  Jim Meyering  <meyering@lucent.com>
44240
44241         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
44242
44243 2000-01-31  Jim Meyering  <meyering@lucent.com>
44244
44245         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
44246         functions.  Add the time.h and sys/time.h headers along with the
44247         AC_REQUIRE'ment of AC_HEADER_TIME.
44248
44249 2000-01-31  Jim Meyering  <meyering@lucent.com>
44250
44251         * lib/nanosleep.h (nanosleep): Guard declaration with
44252         `#if ! HAVE_DECL_NANOSLEEP'.
44253         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
44254         the declaration in that vendor's sys/timers.h.
44255         Reported by Christian Krackowizer.
44256
44257         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
44258         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
44259         (ISPRINT): Likewise.
44260         Reported by Tom Tromey.
44261
44262 2000-01-30  Jim Meyering  <meyering@lucent.com>
44263
44264         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
44265
44266         * m4/prereq.m4 (utmp_includes): Define.
44267         Check for ut_user and ut_name members in both struct utmpx
44268         and struct utmp.
44269
44270 2000-01-30  Jim Meyering  <meyering@lucent.com>
44271
44272         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
44273         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
44274         header files where only utmpx.ut_user is declared.
44275
44276         * lib/readutmp.h (UT_USER): Define.
44277
44278 2000-01-29  Jim Meyering  <meyering@lucent.com>
44279
44280         * m4/lib-check.m4: New file containing library-related checks from
44281         fileutils and sh-utils (textutils had none).
44282
44283 2000-01-28  Jim Meyering  <meyering@lucent.com>
44284
44285         * m4/perl.m4: Change format of warning message to look more like that
44286         from the missing script.  Suggestion from François Pinard.
44287
44288 2000-01-25  Jim Meyering  <meyering@lucent.com>
44289
44290         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
44291         well as time.h in the compile check.
44292         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
44293         Fix typo in cross-compiling case: s/yes/no/.
44294
44295 2000-01-23  Jim Meyering  <meyering@lucent.com>
44296
44297         * m4/jm-macros.m4: Move df-related tests here from
44298         fileutils/configure.in
44299
44300         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
44301         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
44302
44303         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
44304         s/space/ac_fsusage_space/.
44305         (jm_FILE_SYSTEM_USAGE): Take two parameters.
44306
44307         * m4/ftruncate.m4: New file (derived from part of
44308         fileutils/configure.in).
44309         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
44310         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
44311
44312         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
44313         AC_SUBST these here, rather than just in sh-util/configure.in, so
44314         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
44315         all the same.
44316         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
44317         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
44318         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
44319         (AC_SUBST(POW_LIBM)): Likewise.
44320         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
44321
44322 2000-01-23  Jim Meyering  <meyering@lucent.com>
44323
44324         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
44325         obstack.c.
44326
44327 2000-01-22  Jim Meyering  <meyering@lucent.com>
44328
44329         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
44330
44331         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
44332
44333         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
44334         configure.in
44335         (AC_CHECK_HEADERS): Likewise for sh-utils.
44336         (AC_CHECK_HEADERS): Likewise for textutils.
44337         Merge the three lists of headers.
44338
44339         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
44340         from fileutils' configure.in.
44341
44342         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
44343         code. Moved tests into their own function (_jm_DECL_HEADERS) in
44344         check-decl.m4.
44345
44346         * m4/check-decl.m4: Use #if rather than #ifdef.
44347         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
44348         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
44349         (_jm_DECL_HEADERS): Define new function.
44350         (jm_CHECK_DECLARATIONS): Require it.
44351
44352 2000-01-22  Jim Meyering  <meyering@lucent.com>
44353
44354         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
44355         [! HAVE_DECL_STRTOULL]: Declare strtoull.
44356         Required for some AIX systems.  Reported by Christian Krackowizer.
44357         [TESTING] (main): New function.
44358
44359         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44360         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
44361         letters.
44362
44363         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
44364         iswprint.
44365
44366         * lib/strverscmp.c (ISDIGIT): Define.
44367         (strverscmp): Use ISDIGIT, not isdigit.
44368
44369 2000-01-19  Jim Meyering  <meyering@lucent.com>
44370
44371         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
44372         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
44373         defines `struct timespec' in <sys/time.h>
44374
44375         * m4/c-bs-a.m4: Remove uses of changequote altogether.
44376         Thanks to Akim for explaining.
44377
44378 2000-01-17  Paul Eggert  <eggert@twinsun.com>
44379
44380         * lib/nanosleep.c (nanosleep):
44381         Don't use SA_INTERRUPT to decide whether to call sigaction, as
44382         POSIX.1 doesn't require SA_INTERRUPT and some systems
44383         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
44384         it's been part of POSIX.1 since day 1 (in 1988).
44385
44386 2000-01-17  Jim Meyering  <meyering@lucent.com>
44387
44388         * lib/interlock: Remove unused file.  Reported by François Pinard.
44389
44390 2000-01-16  Paul Eggert  <eggert@twinsun.com>
44391
44392         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
44393         alert, backslash, formfeed, and vertical tab unnecessarily in
44394         shell quoting style.
44395
44396 2000-01-16  Jim Meyering  <meyering@lucent.com>
44397
44398         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
44399         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
44400         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
44401         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
44402
44403 2000-01-16  Jim Meyering  <meyering@lucent.com>
44404
44405         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
44406         because the latter didn't work.
44407
44408 2000-01-15  Jim Meyering  <meyering@lucent.com>
44409
44410         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
44411         (AC_REPLACE_FUNCS): Add memcpy and memset.
44412         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
44413         Add strpbrk.
44414         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
44415
44416 2000-01-12  Jim Meyering  <meyering@lucent.com>
44417
44418         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
44419         (jm_PREREQ): Use it.
44420         (jm_PREREQ_READUTMP): New macro.
44421         (jm_PREREQ): Use it.
44422
44423 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44424
44425         Quote multibyte characters correctly.
44426         * m4/c-bs-a.m4: New file.
44427         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
44428         (jm_PREREQ): Use it.
44429
44430 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44431
44432         * m4/uintmax_t.m4: Port to autoconf 2.13.
44433
44434 2000-01-08  Jim Meyering  <meyering@ascend.com>
44435
44436         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
44437         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
44438
44439 2000-01-04  Jim Meyering  <meyering@ascend.com>
44440
44441         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
44442         jm_STRUCT_DIRENT_D_TYPE.
44443         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
44444         jm_STRUCT_DIRENT_D_INO.
44445         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
44446         jm_STRUCT_UTIMBUF.
44447         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
44448         renamings.
44449         * m4/utime.m4: Likewise.
44450
44451         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
44452         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
44453
44454 2000-01-03  Paul Eggert  <eggert@twinsun.com>
44455
44456         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
44457         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
44458
44459 2000-01-02  Jim Meyering  <meyering@ascend.com>
44460
44461         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
44462         remember if this is necessary.
44463
44464 1999-12-26  Jim Meyering  <meyering@ascend.com>
44465
44466         * m4/jm-macros.m4: Use it here.
44467         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
44468
44469 1999-12-23  Jim Meyering  <meyering@ascend.com>
44470
44471         * m4/jm-macros.m4: Check for clock_gettime (moved from
44472         fileutils/configure.in)
44473         Check for gettimeofday.
44474
44475 1999-12-20  Jim Meyering  <meyering@ascend.com>
44476
44477         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
44478         autoconf-2.14a-1999-12-20.
44479
44480 1999-12-19  Jim Meyering  <meyering@ascend.com>
44481
44482         * m4/lstat-slash.m4: New file.
44483         * m4/jm-macros.m4: Use the new macro:
44484         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44485
44486 1999-12-07  Jim Meyering  <meyering@ascend.com>
44487
44488         * m4/perl.m4: Require that File::Compare be available, too.
44489         Too many systems seem to lack it.
44490
44491         * m4/strftime.m4: Add checks for most of the cpp macros tested in
44492         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
44493
44494 1999-11-18  Paul Eggert  <eggert@twinsun.com>
44495
44496         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
44497         problem with the QNX 4.25 shell, which doesn't propagate exit
44498         status of failed commands inside shell assignments.
44499
44500 1999-11-17  Jim Meyering  <meyering@ascend.com>
44501
44502         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
44503
44504 1999-11-07  Jim Meyering  <meyering@ascend.com>
44505
44506         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
44507
44508 1999-11-06  Jim Meyering  <meyering@ascend.com>
44509
44510         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
44511         * m4/jm-macros.m4 (jm_MACROS): Use it here.
44512
44513 1999-11-05  Jim Meyering  <meyering@ascend.com>
44514
44515         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
44516         configure.in of textutils, fileutils, and sh-utils into this one
44517         (shared between those packages) file.
44518         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
44519         AC_STRUCT_ST_BLKSIZE.
44520
44521 1999-11-03  Jim Meyering  <meyering@ascend.com>
44522
44523         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
44524         of AC_CHECK_TYPE checks includes unistd.h.
44525         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
44526         Suggestion from Akim Demaille.
44527
44528 1999-10-30  Jim Meyering  <meyering@ascend.com>
44529
44530         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
44531         m4-quoted string.
44532         * m4/ls-mntd-fs.m4: Likewise.
44533         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
44534         * m4/jm-winsz1.m4: Likewise.
44535
44536         * m4/const.m4: Remove file, since the fix made it into the experimental
44537         version of autoconf.
44538         * m4/mktime.m4: Likewise.
44539
44540         * m4/check-type.m4: Remove file, now that the latest version of
44541         AC_CHECK_TYPE takes a third arg to specify additional #includes.
44542
44543         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
44544         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
44545         AC_CHECK_TYPE.
44546
44547 1999-10-04  Jim Meyering  <meyering@ascend.com>
44548
44549         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
44550
44551 1999-09-22  Paul Eggert  <eggert@twinsun.com>
44552
44553         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
44554         2.95.1 bug with HP-UX 10.20.
44555
44556 1999-09-17  Jim Meyering  <meyering@ascend.com>
44557
44558         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
44559         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
44560         due to missing strdup (against sh-utils-2.0).
44561
44562 1999-08-29  Jim Meyering  <meyering@ascend.com>
44563
44564         * m4/jm-macros.m4: Require jm_BISON.
44565         * m4/bison.m4: New file.
44566
44567 1999-08-17  Paul Eggert  <eggert@twinsun.com>
44568
44569         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
44570         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
44571
44572 1999-08-05  Jim Meyering  <meyering@ascend.com>
44573
44574         * m4/getline.m4: Rename test file from conftestdata to conftest.data
44575         to avoid conflicts with `conftest' on 8+3 filesystems.
44576         Suggestion from Eli Zaretskii.
44577
44578 1999-08-04  Jim Meyering  <meyering@ascend.com>
44579
44580         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
44581         fileutils and sh-utils (textutils's getline test was inadequate).
44582         (AM_FUNC_GETLINE): Run this test.
44583         (AC_CHECK_FUNCS): Check for getdelim.
44584         Reported by Bob Proulx.
44585
44586 1999-08-02  Jim Meyering  <meyering@ascend.com>
44587
44588         * m4/jm-macros.m4: Add a comment.
44589
44590 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44591
44592         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
44593         <inttypes.h> defines strtoumax as a macro (and not as a
44594         function).
44595
44596 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44597
44598         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
44599         that we can shift, multiply and divide unsigned long long
44600         values; Ultrix cc can't do it.
44601
44602 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44603
44604         * m4/mktime.m4: New file, which is a preview of what should appear
44605         in the next public autoconf release.
44606
44607 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44608
44609         * m4/lfs.m4: Remove this file.
44610         * m4/largefile.m4: New file.  It contains the old contents of
44611         lfs.m4, except that all names with prefix AC_LFS have been
44612         changed to use the prefix AC_SYS_LARGEFILE instead, to be
44613         compatible with future autoconf versions.  Also, some minor m4
44614         quoting problems have been fixed.
44615
44616 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44617
44618         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
44619         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
44620         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
44621         and simplify the shell code.
44622
44623 1999-08-01  Jim Meyering  <meyering@ascend.com>
44624
44625         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
44626         m4.
44627
44628 1999-07-20  Jim Meyering  <meyering@ascend.com>
44629
44630         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
44631
44632 1999-07-15  Jim Meyering  <meyering@ascend.com>
44633
44634         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
44635
44636 1999-05-22  Jim Meyering  <meyering@ascend.com>
44637
44638         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
44639
44640 1999-05-20  Jim Meyering  <meyering@ascend.com>
44641
44642         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
44643         Add a colon after each `then' in case $4 is empty.
44644
44645 1999-05-16  Jim Meyering  <meyering@ascend.com>
44646
44647         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
44648
44649 1999-05-10  Jim Meyering  <meyering@ascend.com>
44650
44651         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
44652
44653         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
44654         AC_FUNC_MKTIME.
44655
44656 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
44657
44658         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
44659
44660 1999-05-04  Paul Eggert  <eggert@twinsun.com>
44661
44662         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
44663         not CPPFLAGS, so that linking works correctly in IRIX.
44664
44665 1999-04-30  Paul Eggert  <eggert@twinsun.com>
44666
44667         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
44668
44669 1999-04-20  Paul Eggert  <eggert@twinsun.com>
44670
44671         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
44672         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
44673         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
44674         jm_AC_TYPE_UNSIGNED_LONG_LONG.
44675         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
44676
44677         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
44678
44679 1999-04-20  Jim Meyering  <meyering@ascend.com>
44680
44681         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
44682         AC_REPLACE xstroull if necessary.  From Paul Eggert.
44683         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
44684
44685 1999-04-18  Jim Meyering  <meyering@ascend.com>
44686
44687         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
44688         * m4/jm-macros.m4: Use it.
44689
44690 1999-04-06  Jim Meyering  <meyering@ascend.com>
44691
44692         * m4/strftime.m4: Remove test for %f.
44693
44694 1999-03-29  Jim Meyering  <meyering@ascend.com>
44695
44696         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
44697         superset of the AC_TYPE_* checks in the textutils, fileutils,
44698         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
44699         AC_TYPE_PID_T.
44700
44701 1999-03-28  Jim Meyering  <meyering@ascend.com>
44702
44703         * m4/jm-macros.m4: Define GNU_PACKAGE here.
44704         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
44705         replaced e.g., in the *.sh files of the sh-utils.
44706
44707 1999-03-20  Jim Meyering  <meyering@ascend.com>
44708
44709         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
44710         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
44711         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
44712
44713 1999-03-19  Jim Meyering  <meyering@ascend.com>
44714
44715         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
44716
44717 1999-03-12  Jim Meyering  <meyering@ascend.com>
44718
44719         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
44720
44721 1999-03-07  Jim Meyering  <meyering@ascend.com>
44722
44723         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
44724         declared.
44725
44726 1999-02-17  Jim Meyering  <meyering@ascend.com>
44727
44728         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
44729         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
44730
44731 1999-02-07  Jim Meyering  <meyering@ascend.com>
44732
44733         * m4/group-member.m4: New file -- extracted from sh-utils'
44734         configure.in.
44735
44736         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
44737         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
44738
44739 1999-02-06  Jim Meyering  <meyering@ascend.com>
44740
44741         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
44742         * m4/fnmatch.m4: Likewise.
44743         * m4/getgroups.m4: Likewise.
44744         * m4/lstat.m4: Likewise.
44745         * m4/malloc.m4: Likewise.
44746         * m4/putenv.m4: Likewise.
44747         * m4/realloc.m4: Likewise.
44748         * m4/regex.m4: Likewise.
44749         * m4/stat.m4: Likewise.
44750         * m4/strftime.m4: Likewise.
44751         Suggestion from Alain Magloire.
44752
44753         * m4/chown.m4: Use `.$ac_objext', not `.o'.
44754         * m4/fnmatch.m4: Likewise.
44755         * m4/getgroups.m4: Likewise.
44756         * m4/getline.m4: Likewise.
44757         * m4/lstat.m4: Likewise.
44758         * m4/malloc.m4: Likewise.
44759         * m4/memcmp.m4: Likewise.
44760         * m4/putenv.m4: Likewise.
44761         * m4/realloc.m4: Likewise.
44762         * m4/regex.m4: Likewise.
44763         * m4/stat.m4: Likewise.
44764         * m4/strftime.m4: Likewise.
44765         Suggestion from Alain Magloire.
44766
44767         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
44768         an argument.
44769
44770         * m4/regex.m4: Add a run-time Test for proper operation of
44771         re_compile_pattern.
44772
44773 1999-01-31  Jim Meyering  <meyering@ascend.com>
44774
44775         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
44776
44777 1999-01-30  Jim Meyering  <meyering@ascend.com>
44778
44779         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
44780
44781         * m4/jm-mktime.m4: Make this a wrapper around the official
44782         AM_FUNC_MKTIME rather than my private copy, now that the official one
44783         is up to date.
44784         * m4/mktime.m4: Remove file.
44785
44786         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
44787         * m4/uptime.m4: Likewise.
44788         * m4/uintmax_t.m4: Likewise.
44789
44790 1999-01-28  Jim Meyering  <meyering@ascend.com>
44791
44792         * m4/jm-macros.m4: Use jm_AFS.
44793         * m4/afs.m4: New file (from fileutils' configure.in).
44794
44795         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
44796         * m4/chown.m4: Likewise.
44797         * m4/d-ino.m4: Likewise.
44798         * m4/d-type.m4: Likewise.
44799         * m4/fnmatch.m4: Likewise.
44800         * m4/getgroups.m4: Likewise.
44801         * m4/gettext.m4: Likewise.
44802         * m4/jm-mktime.m4: Likewise.
44803         * m4/jm-winsz2.m4: Likewise.
44804         * m4/lcmessage.m4: Likewise.
44805         * m4/ls-mntd-fs.m4: Likewise.
44806         * m4/malloc.m4: Likewise.
44807         * m4/memcmp.m4: Likewise.
44808         * m4/putenv.m4: Likewise.
44809         * m4/realloc.m4: Likewise.
44810         * m4/st_mtim.m4: Likewise.
44811         * m4/strftime.m4: Likewise.
44812
44813 1999-01-16  Jim Meyering  <meyering@ascend.com>
44814
44815         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
44816         (ARGMATCH_DIE_DECL): Define.
44817
44818 1999-01-12  Jim Meyering  <meyering@ascend.com>
44819
44820         * m4/Makefile.am.in: Rewrite to avoid using fmt.
44821         Reported by Lars Hecking.
44822
44823 1999-01-10  Jim Meyering  <meyering@ascend.com>
44824
44825         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
44826         gross kludge.
44827         * m4/inttypes_h.m4: Likewise.
44828         * m4/lstat.m4: Likewise.
44829         * m4/malloc.m4: Likewise.
44830         * m4/readdir.m4: Likewise.
44831         * m4/realloc.m4: Likewise.
44832         * m4/st_dm_mode.m4: Likewise.
44833         * m4/stat.m4: Likewise.
44834         * m4/utimbuf.m4: Likewise.
44835         * m4/utimes.m4: Likewise.
44836
44837         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
44838         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
44839         comments in config.h.in are meaningful.
44840
44841         * m4/jm-macros.m4: Require autoconf-2.13 here.
44842
44843         * m4/regex.m4: By default, don't use the included regex.c on systems
44844         with glibc 2.  Suggestion from Uli Drepper.
44845
44846 1999-01-02  Jim Meyering  <meyering@ascend.com>
44847
44848         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
44849
44850 1998-12-18  Jim Meyering  <meyering@ascend.com>
44851
44852         * m4/Makefile.am.in (Makefile.am): Simplify rule.
44853         Based on a suggestion from Lars Hecking.
44854
44855 1998-11-16  Paul Eggert  <eggert@twinsun.com>
44856
44857         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
44858
44859 1998-11-16  Jim Meyering  <meyering@ascend.com>
44860
44861         * m4/lfs.m4: Double-quote the `uname...` expression.
44862
44863 1998-11-14  Jim Meyering  <meyering@ascend.com>
44864
44865         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
44866         * m4/stat.m4: Likewise.
44867
44868 1998-11-03  Jim Meyering  <meyering@ascend.com>
44869
44870         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
44871         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
44872
44873 1998-10-18  Jim Meyering  <meyering@ascend.com>
44874
44875         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
44876
44877 1998-10-17  Jim Meyering  <meyering@ascend.com>
44878
44879         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
44880         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
44881         calls for those previously hard-coded headers.  Instead, take a new
44882         parameter.
44883         (jm_CHECK_DECLARATIONS): Reflect interface change.
44884         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
44885         (jm_CHECK_DECL_LOCALTIME_R): New macro.
44886
44887         * m4/mktime.m4: Test for spring-forward gap before long-running test.
44888
44889 1998-10-14  Jim Meyering  <meyering@ascend.com>
44890
44891         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
44892         instead of "TZ=America/Vancouver".  From Paul Eggert.
44893
44894 1998-10-11  Jim Meyering  <meyering@ascend.com>
44895
44896         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
44897         This adds a test for a recently added compatibility fix for mktime.c.
44898         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
44899
44900 1998-09-27  Jim Meyering  <meyering@ascend.com>
44901
44902         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
44903
44904         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
44905         ../configure.in, including a change from Gordon Matzigkeit to allow
44906         cross-compiling for the Hurd.
44907
44908         * m4/glibc.m4: New file/macro to test for the GNU C Library
44909         versions 1 and 2.  From Gordon Matzigkeit.
44910         Indent.
44911
44912 1998-09-21  Jim Meyering  <meyering@ascend.com>
44913
44914         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
44915
44916 1998-08-18  Paul Eggert  <eggert@twinsun.com>
44917
44918         Port nanosecond-resolution times to UnixWare 2.1.2 and
44919         pedantic Solaris 2.6.
44920
44921         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
44922         AC_STRUCT_ST_MTIM.
44923         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
44924         Generate name of ns member, instead of just 1 or undef.
44925         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
44926
44927 1998-08-15  Jim Meyering  <meyering@ascend.com>
44928
44929         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
44930         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
44931         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
44932         instead of jm_TYPE_SSIZE_T.
44933
44934 1998-08-12  Jim Meyering  <meyering@ascend.com>
44935
44936         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
44937
44938 1998-08-02  Jim Meyering  <meyering@ascend.com>
44939
44940         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
44941         in acconfig.h manually.
44942
44943 1998-07-31  Paul Eggert  <eggert@twinsun.com>
44944
44945         * m4/st_mtim.m4: New file.
44946
44947 1998-07-28  Jim Meyering  <meyering@ascend.com>
44948
44949         * m4/utimes.m4: Undef stat.
44950
44951 1998-07-25  Jim Meyering  <meyering@ascend.com>
44952
44953         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
44954         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
44955
44956 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
44957
44958         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
44959         uid and gid actually remain unchanged.
44960
44961 1998-07-07  Jim Meyering  <meyering@ascend.com>
44962
44963         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
44964
44965 1998-07-04  Jim Meyering  <meyering@ascend.com>
44966
44967         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
44968         to prove that this macro can be used in packages without regex.c.
44969
44970 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
44971
44972         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
44973         is to be used.
44974
44975 1998-07-03  Jim Meyering  <meyering@ascend.com>
44976
44977         * m4/gettext.m4: Add -lintl if it's found to be necessary.
44978
44979         * m4/gettext.m4: New file -- from gettext-0.10.35.
44980         * m4/lcmessage.m4: Likewise.
44981         * m4/progtest.m4: Likewise.
44982
44983         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
44984         * m4/jm-macros.m4: Require the new macro.
44985
44986 1998-06-29  Jim Meyering  <meyering@ascend.com>
44987
44988         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
44989         for the definition of NGROUPS (used in a system header included
44990         by sys/mount.h).
44991
44992 1998-06-28  Jim Meyering  <meyering@ascend.com>
44993
44994         * m4/ls-mntd-fs.m4: New file.
44995         * m4/fstypename.m4: New file.
44996
44997         * m4/jm-macros.m4: Require the new macro.
44998         * m4/jm-glibc-io.m4: New file.
44999
45000 1998-05-19  Jim Meyering  <meyering@ascend.com>
45001
45002         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45003         * m4/lchown.m4: New file.
45004
45005         * m4/Makefile.am.in: New file.
45006         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45007
45008 1998-05-14  Jim Meyering  <meyering@ascend.com>
45009
45010         * m4/Makefile.am (EXTRA_DIST): Add them.
45011         * m4/jm-macros.m4: New file.
45012         * m4/utimbuf.m4: New file.
45013
45014 1998-05-12  Jim Meyering  <meyering@ascend.com>
45015
45016         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45017
45018 1998-05-11  Jim Meyering  <meyering@ascend.com>
45019
45020         * m4/isc-posix.m4: New file.
45021
45022 1998-05-10  Jim Meyering  <meyering@ascend.com>
45023
45024         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45025
45026 1998-05-09  Jim Meyering  <meyering@ascend.com>
45027
45028         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45029         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45030         with automake.
45031
45032         * m4/ssize_t.m4: New file.
45033         * m4/mktime.m4: Remove file -- the new automake has this now.
45034
45035 1998-04-26  Jim Meyering  <meyering@ascend.com>
45036
45037         * m4/assert.m4: New file.
45038         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45039
45040 1998-04-05  Jim Meyering  <meyering@ascend.com>
45041
45042         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45043         (jm_PREREQ): Use it here.
45044
45045 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45046
45047         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45048         in acconfig.h.
45049
45050 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45051
45052         * m4/prereq.m4: New file.
45053         * m4/error.m4: New file.
45054         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45055
45056 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45057
45058         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45059         cache-check for the same variable -- that defeated the purpose of
45060         the test; the test program was never run.  This was a problem only
45061         on systems with losing getline functions -- HP-UX 10.20 is one.
45062         Reported by Bjorn Helgaas.
45063
45064 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45065
45066         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45067
45068 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45069
45070         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45071
45072         * m4/const.m4: New file.  Use an initializer in this declaration
45073         typedef int charset[2]; const charset x;
45074         Reported by Bob Glickstein.
45075
45076 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45077
45078         * m4/chown.m4: Fix reversed types on -1 args to chown.
45079         From Kaveh Ghazi.
45080
45081 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45082
45083         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45084         Add lseek and memchr.
45085
45086         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45087         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45088         have a 20-character limit on names.
45089
45090 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45091
45092         * m4/inttypes_h.m4: New file.
45093         * m4/uintmax_t.m4: New file.
45094         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45095
45096
45097         -----
45098
45099         Local Variables:
45100         coding: utf-8
45101         End:
45102
45103         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45104
45105         Copying and distribution of this file, with or without
45106         modification, are permitted provided the copyright notice
45107         and this notice are preserved.